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

article h2
{
	text-align: center;
	margin-bottom: 40px;
	font-size: 42px;
	line-height: 1.2;
	font-weight: normal;
}

article h2 strong
{
	font-weight: normal;
	color: var(--point-color);
}

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

article .tab ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

article .tab ul li img,
section .photo img
{
	width:auto;
	height:auto;
}

article section .sub
{
	font-size: 16px;
	line-height: 1.4;
}

#plan01 h3,
#plan02 h3,
#plan03 h3,
#plan04 h3
{
	font-size: 32px;
	line-height: 1.2;
	background-color: #be4166;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
	color: #FFF;
}

#plan01 h3{	margin-bottom: 0px;}
#plan02 h3{	background-color: #306083;}
#plan03 h3{	background-color: #5F7A4F;}
#plan04 h3{	background-color: #B2684C;}


#plan01 h3 small,
#plan02 h3 small,
#plan03 h3 small,
#plan04 h3 small
{
	font-size: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

#plan02 .photo,
#plan03 .photo,
#plan04 .photo
{
	float: left;
	margin-right: 50px;
}

#plan02 ul,
#plan03 ul,
#plan04 ul
{
	display: table;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #000;
}

#plan02 ul li,
#plan03 ul li,
#plan04 ul li
{
	display: table-cell;
	margin: 0px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
}

#plan02 ul li:nth-child(1),
#plan03 ul li:nth-child(1),
#plan04 ul li:nth-child(1)
{
	font-size: 24px;
	line-height: 1.4;

}

#plan02 ul li:nth-child(2),
#plan03 ul li:nth-child(2),
#plan04 ul li:nth-child(2)
{
	font-size: 72px;
	line-height: 1.4;
	padding-bottom: 14px;
}

#plan02 ul li:nth-child(2) small,
#plan03 ul li:nth-child(2) small,
#plan04 ul li:nth-child(2) small
{
	font-size: 28px;
	line-height: 1.4;

}

#plan02 ul li:nth-child(3),
#plan03 ul li:nth-child(3),
#plan04 ul li:nth-child(3)
{
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
}

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

#supplement h2
{
	font-size: 42px;
	color: var(--point-color);
	line-height: 1.2;
	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);
}

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

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

#supplement .include ul li h3
{
	font-size: 21px;
	line-height: 1.2;
	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.2;
	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;
}



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



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{
article .tab ul
{
	column-gap: 20px; /* 横のスペース */
}

article section .sub
{
	font-size: 14px;
	line-height: 1.4;
}



#plan02 .photo,
#plan03 .photo,
#plan04 .photo
{
	width: 48%;
	margin-right: 20px;
}

#plan02 ul li,
#plan03 ul li,
#plan04 ul li
{
	padding: 4px;
}


#plan02 ul li:nth-child(1),
#plan03 ul li:nth-child(1),
#plan04 ul li:nth-child(1)
{
	font-size: 18px;
	line-height: 1.4;

}

#plan02 ul li:nth-child(2),
#plan03 ul li:nth-child(2),
#plan04 ul li:nth-child(2)
{
	font-size: 36px;
	line-height: 1.4;
	padding-bottom: 14px;
}

#plan02 ul li:nth-child(2) small,
#plan03 ul li:nth-child(2) small,
#plan04 ul li:nth-child(2) small
{
	font-size: 16px;
	line-height: 1.4;

}

#plan02 ul li:nth-child(3),
#plan03 ul li:nth-child(3),
#plan04 ul li:nth-child(3)
{
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
}

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

#supplement .required
{
	width: auto;
}



}

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

article h2
{
	font-size: 38px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 0em;

}
article .tab ul
{
	column-gap: 10px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
}


#plan01 h3,
#plan02 h3,
#plan03 h3,
#plan04 h3
{
	font-size: 28px;
	line-height: 1.2;
}


#plan01 h3 small,
#plan02 h3 small,
#plan03 h3 small,
#plan04 h3 small
{
	font-size: 20px;
	margin-right: 0px;
	display: block;
	vertical-align: middle;
	margin-bottom: 10px;
	text-align: center;
}

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


}

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

article h2
{
	font-size: 34px;
	line-height: 1.2;

}

article .tab ul
{
	column-gap: 10px; /* 横のスペース */
}
article .tab ul
{
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px; /* 横のスペース */
	row-gap: 10px; /* 縦のスペース */
}

#plan01 h3,
#plan03 h3,
#plan04 h3
{
	font-size: 28px;
	line-height: 1.2;
	text-align: justify;
}

#plan02 .photo,
#plan03 .photo,
#plan04 .photo
{
	width: auto;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

#supplement h2
{
}

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



}