@charset "utf-8";
/* ------ ------ ------ ------ ------
 entry-template.css
------ ------ ------ ------ ------ */
.entry > header{
	padding: 50px 16px;
	width: 100%;
	background: #D9F2F7;
	text-align: center;
	color: #00A4C9;
	position: relative;
	}
	.entry > header h1{
		font-size: 4.2rem;
		line-height: 1.4;
	}
	.entry > header .icon{
		display: inline-block;
		padding: 3px 15px 5px 15px;
		border: 1px solid #00A4C9;
		line-height: 1;
		font-size: 1.4rem;
		position: absolute;
		left: 10px;
		top: 10px;
	}
@media screen and (max-width: 800px){
	.entry > header h1{
		font-size: 2.6rem;
	}
}/* @media */


.entryBody{
	padding-bottom: 48px;
}
.sec{
	width: 1000px;
	padding-top: 48px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.5;
}
	@media screen and (max-width: 820px){
		.sec{
			width: 100%;
			padding: 32px 8px 0;
		}
	}/* @media */


.heading01 {
	width: 100%;
	padding: 20px 16px;
	margin-bottom: 32px;
	background: #D2DCEF;
	border-left: 14px solid #1F93B3;
	text-align: left;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}
.heading02 {
	display: block;
	width: 100%;
	padding: 0 0 5px 0;
	margin-bottom: 32px;
	border-bottom: 1px dotted #333;
	color: #333;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
}
	@media screen and (max-width: 820px){
		.heading01 {
			padding: 10px 8px;
			margin-bottom: 20px;
			border-left: 6px solid #1F93B3;
			font-size: 20px;
			letter-spacing: 0px;
		}
		.heading02 {
			font-size: 18px;
			margin-bottom: 20px;
		}
	}/* @media */



/* .imgLayout
------ ------ ------ ------ ------ */
.imgLayout img{
	max-width: 100%;
}
.imgLayout .img{
	text-align: center;
	margin-bottom: 60px;
}
.imgLayout .img > iframe{
	width: 640px;
	max-width: 100%;
	aspect-ratio: 16 / 9;
}
.imgLayout .txt{
	margin-bottom: 24px;
	line-height: 1.8;
}

.imgLayout{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sel0{
	display: none !important;
}

.selA .imgLayout > *,
.selB .imgLayout > *,
.selC .imgLayout > *{
	width: 47%;
}

.selE .imgLayout > *{
	display: flex;
	justify-content: center;
	flex-flow: column-reverse;
}


.selA .imgLayout .imgBox:last-child .img,
.selA .imgLayout .imgBox:first-child .txt,
.selB .imgLayout .imgBox:first-child .img,
.selB .imgLayout .imgBox:last-child .txt,
.selC .imgLayout .txt,
.selD .imgLayout .imgBox:last-child,
.selE .imgLayout .imgBox:last-child,
.selF .imgLayout .imgBox:last-child{
	display: none;
}

	@media screen and (max-width: 640px){
		.selA .imgLayout > *,
		.selB .imgLayout > *,
		.selC .imgLayout > *{
			width: 100%;
		}
	}/* @media */



/* .btn
------ ------ ------ ------ ------ */
.entryBody .btn{
	text-align: center;
}
.entryBody .btn a{
	display: inline-block;
	max-width: 100%;
	padding: 14px 32px;
	background: #EB5A28;
	border-radius: 4px;
	font-size: 1.6rem;
	color: #fff;
}
em {
	font-style: normal;
	font-weight: bold;
}