@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;
	}
}

/*================================*/
.gasmo .ttl02{
	background: #049AD8;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 7px 17px;
	margin: 120px 0 0;
	line-height: 1.62;
}
.gasmo .ttl02 + p{
	margin-top: 45px;
}
.gasmo .ttl03{
	color: #049AD8;
	font-size: 26px;
	font-weight: bold;
	margin: 45px 0 30px;
	line-height: 1.62;
}
.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: 35px 0;
	}
	.gasmo .ttl04{
		font-size: 18px;
	}
}

/*================================*/
.gasmo .txt-note{
	font-size: 16px;
	margin-top: 15px;
}

.cl-red{
	color: #FF0000;
}

/*================================*/
.gasmo .box-diagram{
	position: relative;
	width: 780px;
	margin: 30px auto 0;
}
.gasmo .box-diagram::after{
	content: '';
	width: 550px;
	height: 150px;
	border: solid 5px #049AD8;
	border-radius: 175px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.gasmo .box-diagram__row{
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.gasmo .box-diagram__row--02{
	justify-content: space-between;
}
.gasmo .box-diagram__item{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.gasmo .box-diagram__item__inner{
	background: #D5EAFE;
	border-radius: 26px;
	width: 238px;
	height: 136px;
	box-sizing: border-box;
	text-align: center;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gasmo .box-diagram__title{
	font-size: 20px;
	font-weight: bold;
	color: #049AD8;
	margin-bottom: 0;
}
.gasmo .box-diagram__text{
	padding-top: 0;
	color: #049AD8;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;
	margin-bottom: 0;
}
.gasmo .box-diagram__caption{
	color: #888;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
}
@media screen and (max-width: 959px) {
	.gasmo .box-diagram{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.gasmo .box-diagram::after{
		content: none;
	}
	.gasmo .box-diagram__row{
		display: block;
		margin: 0;
	}
	.gasmo .box-diagram__item{
		margin: 20px 0;
	}
}

/*================================*/
.gasmo .tbl-base{
	width: 100%;
	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 24px;
	border-left: solid 2px #fff;
}
.gasmo .tbl-base th:first-child{
	border-left: none;
}
.gasmo .tbl-base td{
	font-size: 18px;
	padding: 14px 20px;
	border: solid 2px #90D7E7;
}
.gasmo .tbl-base col.w20{
	width: 20%;
}
.gasmo .tbl-base col.w30{
	width: 30%;
}
.gasmo .tbl-base col.w40{
	width: 40%;
}
.gasmo .tbl-base col.w50{
	width: 50%;
}
.gasmo .tbl-base col.w60{
	width: 60%;
}
@media screen and (max-width: 767px) {
	.gasmo .tbl-base th,
	.gasmo .tbl-base td{
		font-size: 14px;
		padding: 10px 14px;
	}
}
@media screen and (max-width: 559px) {
	.gasmo .wrp-table.-scrollSp{
		overflow-x: auto;
	}
	.gasmo .wrp-table.-scrollSp .tbl-base{
		width: 650px;
	}
}

/*================================*/
.gasmo .lst-note{
	margin-top: 10px;
	margin-bottom: 0;
}
.gasmo .lst-note li{
	color: #888;
	font-size: 16px;
	line-height: 1.625;
	text-indent: -1em;
	padding-left: 1em;
}
.gasmo .lst-note li:before{
	content: "※";
}
/*================================*/
.gasmo .lst-text li{
	position: relative;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.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;
	}
}
