@charset "UTF-8";

/*gas*/

.category-gas .intro_wrap .cta_wrap{
	padding-top:25px;
}

.intro_wrap .h1_txt + p{
	text-align: left;
}

.gas_about h2{
	margin-top: 0;
}

.gas_about_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 15px;
	line-height: 1.5;
}

.gas_about_list li img{
	border-radius: 10px;
}

.gas_about_list li h4{
	margin: 10px 0 6px 0;
	font-size: 1.6rem;
}

.gas_about_list li p{
	font-size: 1.3rem;
}


@media screen and (min-width: 768px) {
	.intro_wrap .h1_txt + p{
		text-align: center;
	}
	.gas_about_list{
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}
	.gas_about_list li img{
		border-radius: 10px;
	}
	.gas_about_list li p{
		margin-top: 5px;
		font-size: 1.5rem;
	}
	.gas_about_list li h4{
		font-size:2rem;
	}
}

.gas_type_list{
	margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 15px;
}

.gas_type_list.gas_type1{
	gap: 40px;
}

.gas_type_list li{
	flex: 0 1 calc(100% / 2 - 15px);
	position: relative;
	line-height: 1.5;
	text-align: center;
}

.gas_type_list.column2 li{
	flex: 0 1 calc(100% / 2 - 15px);
	border: 1px solid red;
}

.gas_type_list.gas_type1 li{
	flex: 0 1 100%;
}

.gas_type_list li h4, .gas_type_list li h3{
	display: inline-block;
	padding: 5px 15px;
	font-size: 1.6rem;
  color: #fff;
  background: #18344D;
  border-radius: 9999px;
}

.gas_type_list.gas_type1 li h3{
	font-size: 1.7rem;
}

.gas_type_list.gas_type1 li h3 span{
	font-size: 1.4rem;
	margin-right: 1em;
}

.gas_type_list li img{
	margin: 10px 0;
	border-radius: 10px;
}

.gas_type_list.gas_type1 li img{
	margin: 15px 0;
	border-radius: 15px;
}

.gas_type_list li p{
	text-align: left;
}

.gas_type_list li p + p{
	margin-top: 6px;
}

.gas_type_list.gas_type1 li p + p {
  margin-top: 5px;
}

.gas_type_list li p strong{
	display: block;
	font-size: 1.6rem;
}

.gas_type .cta_wrap{
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.gas_type_list{
		margin-top: 30px!important;
	  gap: 30px!important;
	}
	.gas_type_list li{
		flex: 0 1 calc(100% / 3 - 30px)!important;
	}
	.gas_type_list li h4, .gas_type_list li h3{
		padding: 5px 15px!important;
		font-size: 1.8rem!important;
	}
	.gas_type_list.gas_type1 li h3{
		font-size: 1.8rem!important;
	}
	.gas_type_list.gas_type1 li h3.stxt{
		font-size:1.6rem!important;
	}
	.gas_type_list.gas_type1 li h3 span{
		font-size: 1.4rem!important;
		margin-right: .5em!important;
	}
	.gas_type_list li img{
		margin: 15px 0!important;
		border-radius: 15px!important;
	}
	.gas_type_list li p + p{
		margin-top: 5px!important;
	font-size: 1.5rem!important;
	}
	.gas_type_list li p strong{
		font-size: 1.7rem!important;
	}
	.gas_type .cta_wrap{
		margin-top: 60px;
	}
}

.gas_youki .img{
	margin: 25px 0;
}

.youki_tb{
	margin-bottom: 10px;
}

.youki_tb thead th, .youki_tb thead td{
	color: #fff;
	background: #18344D;
}

.youki_tb th, .youki_tb td{
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 6px;
}

.category-gas .youki_tb thead tr th{
	width: 29%;
}

.youki_tb tbody th{
	font-size: 1.2rem;
	font-weight: bold;
}
.youki_tb.kikenbutsu_hokan tbody th{
	white-space:nowrap;
}

@media screen and (max-width: 640px){
	.youki_tb tbody th,
	.youki_tb tbody td{
		height: calc(1.4em * 2 + 6px * 2);
	}
}

.category-gas .youki_tb thead tr td:nth-of-type(1),
.category-gas .youki_tb thead tr td:nth-of-type(2){
	width: 21%;
}

@media screen and (min-width: 768px) {
	.gas_youki .img{
		width: min(100%, 744px);
		margin: 30px auto 40px auto;
	}
	.youki_tb{
		margin-bottom: 15px;
	}
	.youki_tb th, .youki_tb td{
		text-align: center;
		font-size: 1.8rem;
		padding: 10px;
	}
	.youki_tb tbody th{
		font-size: 1.8rem;
	}
}

.gas_hokan_list{
	margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 15px;
}

.gas_hokan_list li{
	flex: 0 1 calc(100% / 2 - 15px);
	position: relative;
	line-height: 1.5;
}

.gas_hokan_list li h3{
	padding: 5px 10px; 
	font-size: clamp(1.2rem, 3vw, 1.4rem);
	color: #fff;
	background: #18344D;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
}

.gas_hokan_list li img{
	border-radius: 10px;
}

.gas_hokan_list li p{
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}

.gas_hokan_list li p span:first-child{
	flex: 0 1 auto;
	text-align: center;
	padding: 0 8px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #0070C0;
	border: 1px solid #0070C0;
	border-radius: 9999px;
}

.gas_hokan_list li p span:last-child{
	flex: 1 1 0%;
}

.gas_hokan .cta_wrap{
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.gas_hokan_list{
		margin-top: 50px;
	  gap: 30px;
	}
	.gas_hokan_list li{
		flex: 0 1 calc(100% / 3 - 30px);
	}
	.gas_hokan_list li h3{
		padding: 5px 15px; 
		font-size: 1.8rem;
		border-radius: 8px;
	}
	.gas_hokan_list li img{
		border-radius: 15px;
	}
	.gas_hokan_list li p{
		font-size: 1.5rem;
		margin-top: 15px;
	}
	.gas_hokan_list li p span:first-child{
		min-width: auto;
		padding: 3px 10px;
		font-size: 1.5rem;
	}
	.gas_hokan .cta_wrap{
		margin-top: 60px;
	}
}
.gas_unpan .ttl + p{
	border-bottom: 1px solid #DFECF6;
    padding-bottom: 25px;
}

.gas_unpan .wrap{
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 20px 0 25px 0;
	border-bottom: 1px solid #DFECF6;
}

.gas_unpan .wrap .txt h3{
	color: #0070C0;
	line-height: 1.5;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.gas_unpan .wrap .txt p.ex{
	margin-top: 10px;
	padding: 15px;
	line-height: 1.6;
	font-size: 1.3rem;
	border-radius: 10px;
	background: #EDF5FC;
}

.gas_unpan .wrap img{
	border-radius: 15px;
}

.gas_unpan .cta_wrap{
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.gas_unpan .ttl + p{
		padding: 30px 0;
    	border-bottom: 1px solid #DFECF6;
	}
	.gas_unpan .wrap{
		grid-template-columns: 1fr 52%;
		gap: 40px;
		padding: 30px 0;
	}
	.gas_unpan .wrap:first-child{
		border-top: 1px solid #DFECF6;
	}
	.gas_unpan .wrap .txt h3{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.gas_unpan .wrap .txt p.ex{
		line-height: 1.8;
		font-size: 1.4rem;
		border-radius: 15px;
	}
	.gas_unpan .btn_gra{
		margin-top: 40px;
	}
	.gas_unpan .cta_wrap{
		margin-top: 60px;
	}
}

.gas_law_item{
	margin: 25px 0 15px 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	line-height: 1.5;
}

.gas_law_item li{
	padding: 15px 20px;
	background: #fff;
	border-radius: 15px;
  display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.gas_law_item li h4{
  display: flex;
  align-items: center;
  justify-content: center;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 6px;
}

.gas_law_item li p{
	flex: 1 1 0%;
	padding: 10px;
	background: #EDF5FC;
	border-radius: 10px;
}

.gas_law .cta_wrap{
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.gas_law_item{
		margin: 30px 0 15px 0;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
		font-size:1.5rem;
	}
	.gas_law_item li{
		padding: 20px;
	}
	.gas_law_item li h4{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.gas_law .cta_wrap{
		margin-top: 60px;
	}
}

.kikenbutsu_youki_list{
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	line-height: 1.5;
}

.kikenbutsu_youki_list li img{
	border-radius: 15px;
}

.kikenbutsu_youki_list.hokan li img{
	border-radius: 10px;
}

.kikenbutsu_youki_list li h3{
	font-size: 1.6rem;
	padding: 15px 0 5px 0;
}

.kikenbutsu_youki_list.hokan li h4{
	padding: 10px 0 5px 0;
}

.kikenbutsu_youki_list li p{
	font-size: 1.4rem;
}

.kikenbutsu_youki_list.hokan li p{
	font-size: 1.3rem;
}

.youki_tb.kikenbutsu_hokan{
	margin-top: 30px;
}

.youki_tb.kikenbutsu_hokan + .ttl2{
	margin-top: 40px;
}

@media screen and (max-width: 767px){
	.youki_tb.kikenbutsu_hokan thead tr td{
		font-size: 1.2rem;
	}
	.youki_tb.kikenbutsu_hokan thead tr th:nth-of-type(1){
		width: 13%;
	}
	.youki_tb.kikenbutsu_hokan thead tr td:nth-of-type(1),
	.youki_tb.kikenbutsu_hokan thead tr td:nth-of-type(2),
	.youki_tb.kikenbutsu_hokan thead tr td:nth-of-type(3){
		width: 28%;
	}
	.sp_v{
	 writing-mode: vertical-rl;
	  text-orientation: upright;
	  line-height: 1;
	  letter-spacing: .3em;
	}
	
}

@media screen and (min-width: 768px) {
	.kikenbutsu_youki_list{
		margin-top: 40px;
		gap: 40px;
	}
	.kikenbutsu_youki_list li h3{
		font-size: 2rem;
	}
	.kikenbutsu_youki_list li p{
		font-size: 1.5rem;
	}
	.kikenbutsu_youki_list + .btn_gra{
		margin-top: 40px;
	}
	.youki_tb.kikenbutsu_hokan tbody tr td{
		font-size: 1.6rem!important;
		text-align:left;
	}
	.kikenbutsu_youki_list.hokan li p{
		font-size:1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.btn_gra a{
		font-size: 1.8rem!important;
	}
}














