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

}


article h2
{
	margin-bottom: 50px;
}

article h4
{
	font-size: 24px;
	line-height: 140%;
	color: #33726A;
	padding-bottom: 6px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-align: justify;
}

article h4:before
{
	content: "";
	background-color: #F3D72A;
	display: block;
	height: 3px;
	width: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}


#philosophy h3
{
	font-size: 36px;
	line-height: 160%;
	font-weight: normal;
}

#philosophy h4 
{
	margin-bottom: 40px;
	position: relative;
}

#philosophy h4:before
{
	display: none;
}


#philosophy h4 strong
{
	font-size: 24px;
	line-height: 100%;
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #33726a;
}

#philosophy
{
	position: relative;
}


#philosophy:before
{
	content: "";
	display: block;
	width: 100%;
	height: 480px;
	background-image: url(images/philosophy_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position: absolute;
	top: 0px;
}

#philosophy .body
{
	position: relative;
	z-index: 10;
	overflow: visible;
}

#philosophy ol 
{
	padding-left: 0px;
}

#philosophy ol li
{
	list-style-type: none;
	counter-increment: cnt;
	padding-left: 1.6em;
	margin-left: 0px;
	font-size: 20px;
	line-height: 140%;
	text-indent: -1.2em;
	margin-bottom: 10px;
	text-align: justify;
}

#philosophy ol li:before
{
	display: marker;
	content: counter(cnt) ". ";
	margin-right: 0.2em;
	color: #33726A;
}

#philosophy .text01
{
	margin-bottom: 74px;
}


#outline h2
{
	margin-bottom: 40px;
}

#outline table
{
	width: 100%;
	margin-bottom: 60px;
}

#outline table th
{
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33726a;
}

#outline table td
{
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

#outline .info_box_01 table th
{
	margin: 0px;
	padding: 0px;
	width: 5em;
	border-bottom-style: none;
	vertical-align: top;
}

#outline .info_box_01 table td
{
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-style: none;
}


#outline .info_box_01 table td p,
#outline .info_box_02 p
{
	line-height: 120%;
}


#outline .info_box_02 p
{
	margin-bottom: 30px;
}

#photo dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#photo dl dt
{
	display: table-cell;
	width: 420px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}

#photo dl dt p
{
	text-align: center;
	padding-top: 20px;
}


#photo dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}


#history ul
{
	background-image: url(images/history_line.png);
	background-repeat: repeat-y;
	background-position: 140px top;
	margin: 0px;
	padding: 0px;
}

#history ul li
{
	background-image: url(images/history_point.png);
	background-repeat: no-repeat;
	background-position: 140px 8px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	list-style-type: none;
	_zoom:1;
	overflow:hidden;
}

#history ul li h3
{
	font-size: 28px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

#history ul li h3 small
{
	font-size: 18px;
	line-height: 140%;
	display: block;
	font-weight: normal;
}

#history ul li table
{
}

#history ul li table th
{
	font-size: 18px;
	line-height: 140%;
	color: #33726A;
	text-align: right;
	width: 4em;
	vertical-align: top;
}

#history ul li table td
{
	font-size: 18px;
	line-height: 140%;
	padding-bottom: 10px;
	padding-left: 20px;
}

#affiliates h4 a
{
	color: #33726A;
	font-size: 26px;
	line-height: 120%;
}

#affiliates h4 a:after
{
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	line-height: 140%;
	content: '\f08e';
	font-weight: 900;
	margin-left: 10px;
}

#affiliates h4 a:hover
{
	color: #F90 !important;
}

#affiliates h5
{
	font-size: 18px;
	line-height: 140%;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 30px;
}

#affiliates dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#affiliates dl dt
{
	font-size: 18px;
	line-height: 140%;
	display: table-cell;
	width: 48%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#affiliates dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}


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

#philosophy .head
{
	margin-bottom: 220px;
}

#philosophy .img01
{
	width: 840px;
	position: absolute;
	left: 720px;
	top: 0px;
}


#philosophy .text02
{
	padding-left: 600px;
	position: relative;
}

#philosophy .img02
{
	width: 840px;
	position: absolute;
	right: 720px;
	top: 0px;
}

#outline table td .map
{
	float: right;
	width: 600px;
}

#outline .info_box_01
{
	width: 460px;
	float: left;
}

#outline .info_box_02
{
	float: left;
	margin-bottom: 40px;
}


#outline .next_box
{
	text-align: right;
}

#outline .next_box a
{
	width: 390px;
}

#photo .body
{
	width:1300px;
}

#history ul li h3
{
	float: left;
	width: 160px;
}

#affiliates .comment_box
{
	padding-left: 370px;
	position: relative;
}

#affiliates .comment_box .photo
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#affiliates .comment_box
{
	min-height: 360px;
}


}

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

#philosophy .body
{
	_zoom:1;
	overflow:hidden;
}

#philosophy .img01,
#philosophy .img02
{
	width:auto;
}

#philosophy .img01 img,
#philosophy .img02 img
{
	width:auto;
	height:auto;
}


#photo dl dt
{
	width: 33%;
}

#photo dl dt img
{
	width:auto;
	height:auto;
}


}

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

#philosophy h2
{
	margin-bottom: 20px;
}

#philosophy h3
{
	font-size: 28px;
	line-height: 160%;
	margin: 0px;
}

#philosophy .body
{
	padding-right: 0px;
	padding-left: 0px;
}

#philosophy .head
{
	background-color: #f8f8f8;
	margin-bottom: 60px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#philosophy:before
{
	display: none;
}

#philosophy .img01
{
	margin-bottom: 20px;

}

#philosophy .text01,
#philosophy .text02
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#philosophy .img02
{
	margin-bottom: 30px;
}

#philosophy ol li
{
	padding-left: 1.6em;
	font-size: 20px;
	line-height: 140%;
	text-indent: -1.3em;
}

#outline h2
{
	margin-bottom: 20px;
}

#outline table th
{
	display: block;
	color: #33726a;
	width: auto;
	border-bottom-style: none;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#outline table td
{
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 140%;
}

#photo dl
{
	display: block;
}

#photo dl dt
{
	display: block;
	width: auto;
	margin-bottom: 30px;
}

#photo dl dt p
{
	padding-top: 10px;
}

#photo dl dd
{
	display:none;
}

#history ul
{
	background-position: 0px top;
}

#history ul li
{
	background-position: 0px 8px;
	padding-left: 30px;
}

#history ul li h3
{
	margin-bottom: 20px;
}

#history ul li h3 small
{
	display: inline-block;
}

#history ul li table th
{
	width: auto;
	padding-left: 0px;
	display: block;
	padding-bottom: 0px;
	text-align: left;
}

#history ul li table td
{
	display: block;
	padding: 0px;
	margin-bottom: 20px;
}

#affiliates .photo
{
	margin-bottom: 20px;
	text-align: center;
}

#affiliates dl
{
	display: block;
}

#affiliates dl dt
{
	display: block;
	width: auto;
	margin-bottom: 30px;
	text-align: center;
}



#affiliates dl dd
{
	display: none;
}




}