@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: 90px 0 0;
	line-height: 1.62;
}
.gasmo .ttl02 + p{
	margin-top: 45px;
}
.gasmo .wrp-ttl03{
	text-align: center;
}
.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 .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 .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 .box-img.mt30-sp{
		margin-top: 30px;
	}
}


/*================================*/
.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;
	text-wrap-mode: wrap;
}
.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;
}
.gasmo .tbl-base--01 th{
	border-left-color: #90D7E7;
}
.gasmo .tbl-base--01 th:first-child{
	border-left: solid 2px #90D7E7;
}
.gasmo .tbl-base--01 img{
	width: 100%;
}
.gasmo .tbl-base .txt-normal{
	color: #212529;
}
.gasmo .tbl-base .bg-yellow{
	background: #FFFFD4;
}
.gasmo .tbl-base .bg-blue{
	background: #E9F5FF;
}
@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;
	}
}
.gasmo .box-tels {
	color: red;
}
.gasmo .m-link{
	position: relative;
	color: #212529;
	text-decoration: underline;
	display: block;
	transition: all 0.3s;
	line-height: 1.6;
	font-size: 20px;
}
.gasmo .m-link:hover{
	color: #212529;
	opacity: 0.7;
}
.gasmo .m-link__icon{
	display: inline-flex;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #049AD8;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.gasmo .m-link__icon img{
	margin-left: -1px;
}
@media screen and (max-width: 767px) {
	.gasmo .m-link{
		font-size: 16px;
	}
}
.gasmo .lst-text li{
	position: relative;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1.6;
}
.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 .figure-link .fluid-image {
	border-radius: 20px;
	box-shadow: 2px 2px 0 0 rgb(159, 159, 159, 0.5);
}