/* CSS Document */
#h1_area
{
	background-image: url(images/h1_bg.jpg);
}


#head_comment .photo_r
{
	margin-top: -100px;
	margin-left: 50px;
}

#head_comment .photo_r img
{
	width:auto;
	height:auto;
}

#head_comment h2
{
	padding-bottom: 0px;
	background-image: none;
	text-align: left;
}

#head_comment .plan_box
{
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}

#head_comment .plan_box .youtube
{
	width: 44%;
}

#head_comment .text
{
	width: 52%;

}


#head_comment .include_box
{
	border: 1px solid #BE4166;
	margin-bottom: 20px;
}

#head_comment .include_box h4
{
	font-size: 18px;
	line-height: 1;
	color: #FFF;
	background-color: #BE4166;
	padding: 10px;
	margin-bottom: 0px;
}

#head_comment .include_box ul
{
	display: table;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#head_comment .include_box ul li
{
	display: table-cell;
	margin: 0px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}

#head_comment .include_box ul li:nth-child(1)
{
	font-size: 24px;
	line-height: 1;

}

#head_comment .include_box ul li:nth-child(2)
{
	font-size: 72px;
	line-height: 1;
	padding-bottom: 14px;
}

#head_comment .include_box ul li:nth-child(2) small
{
	font-size: 28px;
	line-height: 1;
}


#head_comment .include_box ul li:nth-child(3)
{
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
}

#head_comment .sub
{
	font-size: 16px;
	line-height: 1.2;
	padding-left: 1em;
	text-indent: -1em;
}


#supplement
{
	background-image: url(../images/bg_02.gif);
	background-attachment: fixed;
}


#head_comment h2,
#supplement h2
{
	font-size: 42px;
	color: var(--point-color);
	line-height: 1.4;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-weight: normal;
}



#supplement .include
{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--point-color);
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#supplement .include ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 40px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#supplement .include .type02
{
	grid-template-columns: repeat(2, 1fr);
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

#supplement .include ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 260px;

}

#supplement .include ul li h3
{
	font-size: 21px;
	line-height: 1;
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

#supplement .required
{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


#supplement .required h3
{
	font-size: 28px;
	line-height: 1;
	text-align: center;
	padding: 10px;
	border: 1px solid var(--point-color);
	margin-bottom: 30px;
}

#supplement .required ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 40px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;

}

#supplement .required ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#supplement .required ul li .img
{
	text-align: center;
	margin-bottom: 16px;
}

#supplement .required ul li .img img
{
	width:auto;
	height:auto;
}

#supplement .required ul li p
{
	font-size: 21px;
	line-height: 1.2;
	text-align: center;
}

#supplement .required ul li p small
{
	font-size: 18px;
}

#contact .wak_box
{
	padding: 7px;
	border: 1px solid var(--point-color);
}

#contact .wak_box .text
{
	border: 1px solid var(--point-color);
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}

#contact .wak_box .text h3
{
	font-size: 28px;
	color: var(--point-color);
	line-height: 1;
	margin-bottom: 10px;
}


#contact .wak_box .text p
{
	margin-bottom: 0px;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{

#head_comment .photo_r
{
	margin-top: 0px;
	margin-left: 50px;
	width: 40%;
}

#head_comment .plan_box
{
	width: auto;
}



#head_comment .include_box ul li
{
	padding: 4px;
}

#head_comment .include_box ul li:nth-child(1)
{
	font-size: 18px;
	line-height: 1;

}

#head_comment .include_box ul li:nth-child(2)
{
	font-size: 36px;
	line-height: 1;
	padding-bottom: 14px;
}

#head_comment .include_box ul li:nth-child(2) small
{
	font-size: 16px;
	line-height: 1;

}

#head_comment .include_box ul li:nth-child(3)
{
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
}

#head_comment h2,
#supplement h2
{
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 40px;
}

#supplement .required
{
	width: auto;
}

#supplement .include
{
	width: auto;
}

#supplement .include ul
{
	column-gap: 2vw; /* 横のスペース */
}

#supplement .include .type02
{
	width: 62vw;
}

#supplement .include ul li
{
	width: 30vw;

}

#contact .wak_box .text
{
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


#head_comment h2,
#supplement h2
{
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 50px;
	letter-spacing: 0em;
}


}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#head_comment .photo_r
{
	margin-left: 0px;
	width: auto;
	text-align: center;
}

#head_comment .plan_box
{
	display: block;
}

#head_comment .plan_box .youtube,
#head_comment .text
{
	width: auto;
	margin-bottom: 20px;
}


#head_comment h2,
#supplement h2
{
}

#supplement .include ul,
#supplement .required ul,
#supplement .include .type02
{
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
	width: auto;
}


#supplement .include ul li
{
	width: auto;

}


#contact .wak_box .text
{
	padding: 20px;
}

}