@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

.main_img {
	margin-bottom: 30px;
	width:100%;
	height:300px;
	overflow: hidden;
	position:relative;
}

.main_img img {
	width:100%;
	height:440px;
	object-fit:cover;
}

.main_img h1 {
	color:#fff;
	font-size:42px;
	letter-spacing: 0.2em;
	line-height:1.0;
	text-shadow:#000 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.main_img h1 .sub {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.1em;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/


main h2 {
	font-size:42px;
	text-align:center;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:30px;
}

.concept {
}

.concept h2 {
	background:#F0F0F0;
	padding:15px;
	margin-bottom:30px;
}

.concept h2 span {
	display:inline-block;
	height:50px;
	line-height:50px;
	border-left:solid 10px #FABD00;
	padding:0 0 0 15px;
}

.concept p {
	margin-bottom:20px;
}

.concept p.info_txt {
	text-align:center;
	font-size: 32px;
	margin-bottom:10px;
}

.concept img {
	display:block;
	margin:30px auto;
}

.example {
}

.example h2 {
	background:#F0F0F0;
	padding:15px;
	margin-bottom: 30px;
}

.example h2 span {
	border-left:solid 10px #FABD00;
	padding:0 0 0 15px;
	display:inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
}

.example ul {
	width:1000px;
	margin:0 auto; 
}

.example ul li {
	margin-bottom: 40px;
}

.example ul dl {
}

.example ul dl dt {
	font-size:24px;
	text-align:center;
	background:#6C9FC8;
}

.example ul dl dd {
	width:500px;
	float:left;
}

.example ul dl dd img {
	width:500px;
	height:300px;
	object-fit:cover;
}


}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

.main_img {
	width:100%;
	max-height:440px;
	position:relative;
}

.main_img img {
	width:100%;
	max-height:440px;
	object-fit:cover;
}

.main_img h1 {
	color:#fff;
	font-size:28px;
	line-height:1.0;
	text-shadow:#000 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	top:10%;
	transform:translateX(-50%);
}

.main_img h1 .sub {
	font-size:20px;
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main h2 {
	font-size:32px;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:20px;
}

.concept {
}

.concept h2 {
	background:#F0F0F0;
	padding:10px;
	margin-bottom:30px;
}

.concept h2 span {
	height:36px;
	display:inline-block;
	border-left:solid 6px #FABD00;
	padding:0 0 0 10px;
}

.concept p {
	margin-bottom:15px;
	text-align:left;
}

.concept p.info_txt {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}

.concept img {
	display:block;
	margin:30px auto;
}

.example {
}

.example h2 {
	background:#F0F0F0;
	padding:10px;
	margin-bottom:0;
}

.example h2 span {
	height:36px;
	display:inline-block;
	border-left:solid 6px #FABD00;
	padding:0 0 0 10px;
}

.example ul {
}

.example ul li {
	margin-bottom:10px;
}

.example ul dl {
}

.example ul dl dt {
	font-size:20px;
	background:#6C9FC8;
}

.example ul dl dd {
	width:100%;
}

.example ul dl dd img {
	display:block;
	width:100%;
	max-height:240px;
	object-fit:cover;
	margin-bottom:1px;
}


}