/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

body {
	font-family: 'メイリオ', Meiryo, '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
    /*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
    color: #1c1c1c;
}

/**************

  common

***************/
.d-inline-block strong {
	display:inline-block;
}


.course_e_curriculum td {
	padding: 1em .5em;
}
.course_e_curriculum td strong {
	display:inline-block;
	margin-bottom: 5px;
	font-size:13px;
}
@media screen and ( min-width: 768px ) {
.course_e_curriculum td strong {
	font-size:16px;
}
}


.price_table th {
	background-color:#333;
	color:#fff;
	font-size: 13px;
}
.price_table td {
	font-size: 13px;
}

@media screen and ( min-width: 768px ) {
.price_table th {
	font-size: 15px;
}
.price_table td {
	font-size: 16px;
}
}
@media screen and ( max-width: 767px ) {
.price_title_h3 {
	font-size:18px;
}
}
