@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
/*--------------------------------------------------
*共通パーツ設定
--------------------------------------------------*/
.h-style3{
	padding: 20px 15px 0 15px;
	font-size:1.8rem;
}
.h-style1{
	line-height:2.2rem;
}
.h-style1 span{
	font-weight:500;
	display:inline-block;
	vertical-align:middle;
}
.h-style1 span::before{
	content: "";
	display:inline-block;
	width:10px;
	background:#f26049;
	margin-right:10px;
	height:2rem;
	vertical-align:middle;
	margin-top:-5px;
}
.op1{
	margin-bottom:20px;	
}
.midashi1{
	font-size:1.5rem;
	font-weight:600;
	margin-bottom:10px;
	color:#333;
}
.midashi1::before{
	content: url("../images/b11_icon_01.svg");
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	width:13px;
}
/*--------------------------------------------------
*メインビジュアルエリア
---------------------------------------------------*/
#mv-inner{
	background:url("../images/b11_mv_sp.jpg") no-repeat;
	background-size:cover;
	display:flex;
	align-items:center;
}
#mv-inner:before{
	content:"";
	display: block;
	width:0;
	height:0;
	padding-bottom:68%;
}
#mv-inner h2{
	display:none;
}
/*--------------------------------------------------
*コンテンツエリア
---------------------------------------------------*/
.contents-wrapper{
	min-height:0px;
	font-size:1.3rem;
	line-height:2rem;
	letter-spacing:0.05rem;
}
/*---↓↓↓（#block01）↓↓↓---*/
#block01{
	padding:25px 4% 0 4%;
}
#block01-inner p{
	text-align:justify;
	line-height:2.5rem;
	margin-bottom:15px;
}
/*---↓↓↓（#block02）↓↓↓---*/
#block02{
	padding:33px 4% 30px 4%;
	background:#F4F4F4;
}
#block02-inner{
	margin-top:20px;
}
#block02-inner p{
	text-align:justify;
	line-height:2.5rem;
}
#tbl-1{
	border:1px solid #CCC;
	width:100%;
	background:#FFF;
}
#tbl-1 tr,
#tbl-1 th,
#tbl-1 td{
	border:1px solid #CCC;
	padding:5px;
	vertical-align:middle;
}
#tbl-1 th{
	background:#E6F8FC;
	color:#143468;
	font-weight:600;
	white-space:nowrap;
}
/*---↓↓↓（#block03）↓↓↓---*/
#block03{
	padding:25px 4% 25px 4%;
}
#block03-inner p{
	text-align:justify;
	line-height:2.5rem;
	margin-bottom:15px;
}
#block03-inner-area1{
	margin-top:15px;
}
#block03-inner-area1 p{
	color:#173B51;
	text-align:justify;
}
.b3ia1-wrap{
	margin-bottom:20px;
}
.b3ia1-wrap ul{
	padding-top:10px;
}
#block03-inner-figure{
	display:block;
	margin-top:20px;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	
	/*--------------------------------------------------
	*【タブレット】共通パーツ設定
	--------------------------------------------------*/
	.h-style1 span::before{
		height:2.2rem;
	}
	/*--------------------------------------------------
	*【タブレット】メインビジュアルエリア（#mv）
	---------------------------------------------------*/
	#mv-inner{
		background:url("../images/b11_mv_tab.jpg") no-repeat;
		background-size:cover;
	}
	/*--------------------------------------------------
	*【タブレット】コンテンツエリア
	---------------------------------------------------*/
	.contents-wrapper{
		font-size:1.5rem;
		line-height:2.2rem;
	}
	/*---↓↓↓【タブレット】（#block01）↓↓↓---*/

	/*---↓↓↓【タブレット】（#block02）↓↓↓---*/
	#tbl-1 tr,
	#tbl-1 th,
	#tbl-1 td{
		padding:10px;
	}
	#tbl-1 th{
		width:25%;
	}
	/*---↓↓↓【タブレット】（#block03）↓↓↓---*/
	#block03-inner-area1{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.b3ia1-wrap{
		width:49%;
	}
	
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	
	/*--------------------------------------------------
	*【PC】共通パーツ設定
	--------------------------------------------------*/
	.h-style3{
		font-size:2.2rem;
	}
	.h-style1 span::before{
		height:2.5rem;
	}
	.midashi1{
		font-size:1.6rem;
		margin-bottom:12px;
	}
	.midashi1::before{
		margin-right:7px;
		width:13px;
	}
	.seg-curr{
		border-top:3px solid #f55e49;
	}
	
	/*--------------------------------------------------
	*【PC】メインビジュアルエリア（#mv）
	---------------------------------------------------*/
	#mv-wrapper{
		background:url("../images/b11_mv_pc.jpg") no-repeat;
		background-position: center top;
		background-size:cover;
	}
	#mv-inner{
		background-image:none;
		display:block;
		max-width:1120px;
		margin:0 auto;
		position:relative;
		height:375px;
	}
	#mv-inner h2{
		font-size:2.4rem;
		line-height:3.2rem;	
		text-align:left;
		position:absolute;
		top:50%;
		left:10px;
		transform:translate(0,-50%);
	}
	/*--------------------------------------------------
	*【PC】コンテンツエリア
	---------------------------------------------------*/
	.contents-wrapper{
		max-width:1120px;
		margin: 0 auto;
		min-height:0;
	}
	/*---↓↓↓【pc】（#block01）↓↓↓---*/
	#block01 .contents-wrapper{
		padding:25px 4% 0 4%;
		margin-bottom:40px;
	}
	#tbl-1{
		width:90%;
		margin:0 auto;
	}
	/*---↓↓↓【pc】（#block03）↓↓↓---*/
	#block03{
		padding:40px 4% 30px 4%;
	}
	#block03-inner-area1{
		margin-top:50px;
	}
	.b3ia1-wrap{
		width:24%;
	}
	#block03-inner-figure{
		margin-top:40px;
	}
}