@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 .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 .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-media{
	margin-top: 60px;
}
.gasmo .lst-media li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.gasmo .lst-media__image{
	width: 160px;
	box-sizing: border-box;
}
.gasmo .lst-media__content{
	width: calc(100% - 160px);
	box-sizing: border-box;
	padding-left: 32px;
}
.gasmo .lst-media .ttl04{
	margin-top: 0;
	margin-bottom: 15px;
}
@media screen and (max-width: 559px) {
	.gasmo .lst-media li{
		margin-bottom: 32px;
	}
	.gasmo .lst-media__image{
		width: 35%;
	}
	.gasmo .lst-media__content{
		width: 75%;
		padding-left: 12px;
	}
}

/*================================*/
.gasmo .box-frame{
	background: #F0FCFF;
	border: dashed 4px #90D7E7;
	border-radius: 20px;
	padding: 35px 40px;
	margin-top: 70px;
	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;
	}
}

/*================================*/
.ghp_06-table .table01 {
	margin: 0;
	padding: 10px 0 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table01 table {
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: auto;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.table01 table th {
	padding: 7px 8px 6px 8px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3em;
	background: #eaf2fa;
	font-weight: normal;
	font-size: 100%;
	color: #163e78;
}
.table01 table td {
	padding: 7px 8px 6px 8px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.3em;
	background: #ffffff;
	font-weight: normal;
	font-size: 100%;
}
.ghp_06-table .table01 table {
	min-width: 700px;
}
.ghp_06-table .table01 th {
	width: 20%;
}
.ghp_06-table .table01 td {
	line-height: 1.6;
}
.ghp_06-table .table01 .li_indent {
	padding-left: 1em;
	text-indent: -1em;
}
.ghp_06-table .table01 .th_color1 {
	background: #fedc78;
}
.ghp_06-table .table01 .th_color2 {
	background: #e0eaf6;
}
.ghp_06-table .table01 .th_color3 {
	background: #eeeeee;
}
