@charset "UTF-8";

.gasmo{
	padding-bottom: 180px;
}
.gasmo p{
	font-size: 20px;
	line-height: 1.6;
}
.gasmo p + p{
	padding-top: 24px;
}
@media screen and (max-width: 767px) {
	.gasmo{
		padding-bottom: 50px;
	}
	.gasmo p{
		font-size: 16px;
	}
	.gasmo p + p{
		padding-top: 20px;
	}
}

.mt30-sp{
	@media screen and (max-width: 767px) {
		margin-top: 30px !important;
	}
}

.mt40-sp{
	@media screen and (max-width: 767px) {
		margin-top: 40px !important;
	}
}
.mt60-sp{
	@media screen and (max-width: 767px) {
		margin-top: 60px !important;
	}
}

/*================================*/
.gasmo .ttl02{
	background: #049AD8;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 7px 17px;
	margin: 90px 0 0;
	line-height: 1.62;
}
.gasmo .ttl02 + p{
	margin-top: 45px;
}
.gasmo .ttl03{
	color: #049AD8;
	font-size: 26px;
	font-weight: bold;
	margin: 60px 0 25px;
	line-height: 1.62;
}
.gasmo .ttl03 span{
	display: block;
	line-height: 1.6;
	font-size: 20px;
}
.gasmo .wrp-ttl03{
	text-align: center;
}
.gasmo .ttl03--border{
	border: solid 2px #049AD8;
	border-radius: 49px;
	text-align: center;
	padding: 5px 50px;
	display: inline-block;
	min-width: 644px;
}
.gasmo .ttl04{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.gasmo .ttl02{
		margin: 80px 0 0;
	}
	.gasmo .ttl03{
		font-size: 22px;
		margin: 40px 0 20px;
	}
	.gasmo .ttl04{
		font-size: 18px;
	}
	.gasmo .ttl03--border{
		min-width: auto;
	}
}

/*================================*/
.gasmo .box-img figcaption{
	color: #888;
	font-size: 16px;
	line-height: 1.625;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.gasmo .box-img figcaption{
		font-size: 16px;
		margin-top: 20px;
	}
}

/*================================*/
.gasmo .text-inline{
	font-weight: bold;
	text-decoration: underline;
}

/*================================*/
.gasmo .text-note{
	color: #888;
	font-size: 16px;
	line-height: 1.625;
}

/*================================*/
.gasmo .lst-text li{
	position: relative;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 25px;
}
.gasmo .lst-text li::before{
	content: '';
	width: 11px;
	height: 3px;
	background: #049AD8;
	position: absolute;
	top: 0.75em;
	left: 10px;
}
@media screen and (max-width: 767px) {
	.gasmo .lst-text li{
		font-size: 16px;
	}
}

/*================================*/
.gasmo .box-frame{
	background: #F0FCFF;
	border: dashed 4px #90D7E7;
	border-radius: 20px;
	padding: 35px 40px;
	margin-top: 85px;
	box-sizing: border-box;
}
.gasmo .box-frame h3{
	margin-top: 0;
	margin-bottom: 10px;
}
.gasmo .box-frame p{
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.gasmo .box-frame{
		padding: 20px;
		margin-top: 60px;
	}
}

/*================================*/
.gasmo .box-flow{
	margin-top: 20px;
}
.gasmo .box-flow__item{
	position: relative;
	border-radius: 17px;
	padding: 36px 27px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gasmo .box-flow__item.-dash{
	border: dashed 2px #ccc;
}
.gasmo .box-flow__item.-solid{
	border: solid 2px #049AD8;
}
.gasmo .box-flow__item + .box-flow__item{
	margin-top: 76px;
}
.gasmo .box-flow__arrow{
	display: block;
	text-align: center;
	padding: 15px 0;
}
.gasmo .box-flow__item__content{
	width: 56%;
	box-sizing: border-box;
	padding-right: 40px;
}
.gasmo .box-flow__item__image{
	width: 44%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.gasmo .box-flow__item{
		display: block;
	}
	.gasmo .box-flow__item__content{
		width: 100%;
		padding-right: 0;
	}
	.gasmo .box-flow__item__image{
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
}

/*================================*/
.gasmo .tbl-base{
	width: 100%;
	table-layout: fixed;
	margin-top: 14px;
}
.gasmo .tbl-base tr{
	border: solid 2px #90D7E7;
}
.gasmo .tbl-base th{
	background: #90D7E7;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 15px;
	border-left: solid 2px #fff;
}
.gasmo .tbl-base th:first-child{
	border-left: none;
}
.gasmo .tbl-base td{
	font-size: 18px;
	padding: 14px 15px;
	border: solid 2px #90D7E7;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	.gasmo .tbl-base th,
	.gasmo .tbl-base td{
		font-size: 14px;
		padding: 10px 9px;
	}
}
@media screen and (max-width: 559px) {
	.gasmo .wrp-table.-scrollSp{
		overflow-x: auto;
	}
	.gasmo .wrp-table.-scrollSp .tbl-base{
		width: 650px;
	}
}

