/*----------------------------------------------------
** WEB COMBO / exsample.css *ページに合わせてファイル名を変更する
** Ver.1.0.0
** copyright 2020 GRANTEST Inc.
**----------------------------------------------------
** Common settings
**----------------------------------------------------*/

/*共通のスタイルをここに記載*/

@media only screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	
	/*レティーナディスプレイ用のスタイルをここに記載*/
	
}
@media screen and (max-width:767px){
	
	/*スマートフォン用のスタイルをここに記載*/
		div.childinner{
		width:100%;
		padding:0 1em;
		box-sizing:border-box;
	}
	section.about_contents:first-child{
		padding-top:50px;
	}
	div.f1_area{
		margin-top:20px;
	}
	div.about{
		margin-top:50px;
	}
	div.about > h3{
		font-size:18px;
		text-align:center;
		color:#444;
	}
	div.f1_area > h3,
	div.f2_area > h3{
		background-color:#e8599a;
		color:#fff;
		padding:0 1em;
		font-size:18px;
		border-radius:10px;
		font-weight:700;
		display:table;
	}
	section.about_contents{
		margin-top:30px;
	}
	div.aboutmain_box,
	div.aboutsub_box{
		margin-bottom:50px;		
	}
	div.aboutmain_box figure img{
		width:100%;
		object-fit:cover;
	}
	div.aboutmain_box dl{
	}
	div.aboutmain_box dl dt h2{
		font-size:18px;
		text-align:left;
		color:#e8599a;
		padding:0.5em 0;
		font-weight:700;
	}
	div.aboutmain_box dl dd{
		font-size:14px;
		line-height:2em;
		color:#444;
	}
	div.aboutsub_box{
		position:relative;
		z-index:1;
		padding-top:200px;
	}
	div.aboutsub_box figure{
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	div.aboutsub_box figure img{
		width:100%;
		object-fit:cover;
		height:200px;
	}
	div.aboutsub_box dl{
	}
	div.aboutsub_box dl dt h3{
		font-size:18px;
		text-align:left;
		color:#e8599a;
		padding:0.5em 0;
		font-weight:700;
	}
	div.aboutsub_box dl dd{
		font-size:14px;
		line-height:2em;
		color:#444;
	}
	div.hantai{
		position:relative;
		z-index:1;
		padding-top:66%;
	}
	div.hantai figure{
		width:100%;
		position:absolute;
		top:0;
		left:0;
	}
	div.hantai figure img{
		width:100%;
		object-fit:cover;
	}
}
@media screen and (max-width:320px){
	
	/*小さいサイズのスマートフォン用のスタイルをここに記載*/
	
}
@media screen and (min-width:768px) and (max-width:1099px){
	
	/*タブレット用のスタイルをここに記載*/
	div.childinner{
		width:100%;
		padding:0 6vw;
		box-sizing:border-box;
	}
	section.about_contents:first-child{
		padding-top:100px;
	}
	div.f1_area{
		margin-top:30px;
	}
	div.about{
		margin-top:70px;
	}
	div.about > h3{
		font-size:24px;
		text-align:center;
		color:#444;
	}
	div.f1_area > h3,
	div.f2_area > h3{
		background-color:#e8599a;
		color:#fff;
		padding:0 1em;
		font-size:24px;
		border-radius:10px;
		font-weight:700;
		display:table;
	}
	section.about_contents div.aboutmain_box,
	section.about_contents div.aboutsub_box{
		display:flex;
		margin-bottom:70px;
	}
	section.about_contents div.aboutmain_box figure,
	section.about_contents div.aboutmain_box dl,
	section.about_contents div.aboutsub_box dl,
	section.about_contents div.aboutsub_box figure{
		width:50%;
	}
	section.about_contents div.aboutmain_box dl{
		padding-left:30px;
		box-sizing:border-box;
	}
	section.about_contents div.aboutmain_box dl.hantai{
		padding-right:30px;
		box-sizing:border-box;
		padding-left: 0;
	}
	section.about_contents div.aboutsub_box dl{
		padding-right:30px;
		box-sizing:border-box;
	}
	section.about_contents div.aboutmain_box figure img,
	section.about_contents div.aboutsub_box figure img{
		width:100%;
		object-fit:cover;
	}
	section.about_contents div.aboutmain_box dl dt h2,
	section.about_contents div.aboutsub_box dl dt h3{
		font-size:24px;
		color:#e8599a;
		text-align:left;
		margin-bottom:1em;
		font-weight:700;
	}
	section.about_contents div.aboutmain_box dl dd,
	section.about_contents div.aboutsub_box dl dd{
		color:#444;
		line-height:2em;
	}
	div.aboutmain_box.top{
		margin-top:50px;
	}
	div.aboutmain_box.last{
		margin-bottom:0 !important;
	}
}
@media (orientation: landscape) and (max-width:568px){
	
	/*小さいサイズのスマートフォン用横向きのスタイルをここに記載*/
	
}
@media (orientation: landscape) and (min-width:569px) and (max-width:724px){
	
	/*大きいサイズのスマートフォン用横向きのスタイルをここに記載*/
	
}
@media (orientation: landscape) and (min-width:725px) and (max-width:1099px){
	
	/*タブレット用横向きのスタイルをここに記載*/
	
}
@media screen and (min-width:1100px){
	
	/*PC用のスタイルをここに記載*/
	div.childinner{
		width:1100px;
		margin:0 auto;
	}
	section.about_contents:first-child{
		padding-top:100px;
	}
	div.f1_area{
		margin-top:50px;
	}
	div.about{
		padding:100px 0 0 0;
	}
	div.about > h3{
		font-size:24px;
		text-align:center;
		color:#444;
	}
	div.f1_area > h3,
	div.f2_area > h3{
		background-color:#e8599a;
		color:#fff;
		padding:0 1em;
		font-size:24px;
		border-radius:10px;
		font-weight:700;
		display:table;
	}
	section.about_contents div.aboutmain_box,
	section.about_contents div.aboutsub_box{
		display:flex;
		margin-bottom:100px;
	}
	section.about_contents div.aboutmain_box figure,
	section.about_contents div.aboutmain_box dl,
	section.about_contents div.aboutsub_box dl,
	section.about_contents div.aboutsub_box figure{
		width:50%;
	}
	section.about_contents div.aboutmain_box dl{
		padding-left:50px;
		box-sizing:border-box;
	}
	section.about_contents div.aboutmain_box dl.hantai{
		padding-right:50px;
		box-sizing:border-box;
		padding-left: 0;
	}
	section.about_contents div.aboutsub_box dl{
		padding-right:50px;
		box-sizing:border-box;
	}
	section.about_contents div.aboutmain_box figure img,
	section.about_contents div.aboutsub_box figure img{
		width:100%;
		object-fit:cover;
	}
	section.about_contents div.aboutmain_box dl dt h2,
	section.about_contents div.aboutsub_box dl dt h3{
		font-size:24px;
		color:#e8599a;
		text-align:center;
		margin-bottom:1em;
		font-weight:700;
	}
	section.about_contents div.aboutmain_box dl dd{
		color:#444;
		line-height:2em;
	}
	div.aboutmain_box.top{
		margin-top:50px;
	}
	div.aboutmain_box.last{
		margin-bottom:0 !important;
	}
	
}