@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 .mt60-sp{
	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 .ttl03--01{
	font-size: 20px;
	line-height: 1.6;
}
.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 .lst-note{
	margin-top: 10px;
	margin-bottom: 0;
}
.gasmo .lst-note li{
	color: #888;
	font-size: 16px;
	line-height: 1.625;
}

/*================================*/
.gasmo .box-img a{
	display: block;
	transition: all 0.3s ease;
}
.gasmo .box-img figcaption{
	color: #888;
	font-size: 16px;
	line-height: 1.625;
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.gasmo .box-img a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.gasmo .box-img figcaption{
		font-size: 16px;
		margin-top: 20px;
	}
}

/*================================*/
.gasmo .box-imgTxt{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gasmo .box-imgTxt__image{
	width: 230px;
	box-sizing: border-box;
}
.gasmo .box-imgTxt__text{
	width: calc(100% - 230px);
	box-sizing: border-box;
	padding-left: 67px;
}
@media screen and (max-width: 767px) {
	.gasmo .box-imgTxt{
		display: block;
	}
	.gasmo .box-imgTxt__image{
		width: 52%;
		margin: 0 auto 20px;
	}
	.gasmo .box-imgTxt__text{
		width: 100%;
		padding-left: 0;
	}
}
