@charset "utf-8";
/* CSS Document */

/*--------------------★★★PC、SP両方に共有★★★---------------------*/

.pageTitle{
  margin-top: 0px!important;
}


.attention{
  color: #fff;
  font-size: 2.6rem;
  padding: 15px 0 10px 0;
  margin: 20px 0 1px 0;
  background: #e53e3f;
  text-align: center;
  font-weight: bold;
}

#priceR dl dd span {
  color: #000;
}


.price_arrow{
    text-align: center;
    margin: 20px auto;
}
.price_arrow img{
    max-width: 258px;
    width: 100%;
}


table.renew-2 {
    width: 100%;
    margin:5px 0;
  }
  table.renew-2 td {
    text-align: right;
    padding: 10px;
  }
  table.renew-2 td span {
    font-size: 1.4em;
  }

  table.renew-2 td.areaBasic2, table.renew-2 td.areaUnit, table.renew-2 td.areaClaim {
    text-align: center;
  }
  table.renew-2 caption {
    font-weight: bold;
    font-size: 120%;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    background: #e53e3f;
  }
  .renew-2 th {
    border: #fff 1px solid !important;
  }
  .renew-2 th, .renew-2 td {
    padding: 2% 0;
    border: 1px solid #fff;
  }
  .areaBasic, .areaUnit {
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 1.2;
    background: #ddd;
  }

  .areaBasic2{
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    background: #666;
  }

  .areaMarketPrice {
    font-size: 100% !important;
    background: #f8b62d;
  }
  .areaReferralPrice {
    font-size: 100% !important;
    color: #fff;
    background: #22ac38;
  }
  .areaMarket {
    background: #fde2aa;
  }
  .areaReferral {
    background: #BDD54D;
    font-weight: bold;
  }
  .areaBilling {
    background: #f7c9dd;
  }
  .renew-2 .red {
    color: red !important;
  }
  .areaClaim {
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #e53e3f;
  }
  .areaClaim span {
    font-size: 1.6em;
  }
  /*▲▲table▲▲*/


/* 事例ボックス */
/* 変更前ボックス */
.case_study01{
    border-bottom: 3px solid #00008f;
    border-left: 3px solid #00008f;
    border-right: 3px solid #00008f;
    padding:0;
    margin: 5px 0 0 0 ;
}
.case_study01 h3 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background:#00008f;
    padding: 10px;
    margin: 0;
}
.case_study01 h4 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #00008f;
    line-height: 1.4;
}
  
.case_study01_Wrap,
.case_study02_Wrap{
    width: 90%;
    margin: 30px auto;
}

.case_study01 span{
    font-size: 1.5em;
    font-weight: bold;
}


  /* 変更後ボックス */
.case_study02{
    border-bottom: 3px solid #28c400;
    border-left: 3px solid #28c400;
    border-right: 3px solid #28c400;
    padding:0;
    margin: 20px 0 0 0 ;
}
  
.case_study02 h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background:#28c400;
    padding: 10px;
}
.case_study02 span{
    font-size: 1.5em;
    font-weight: bold;
    color: #ff0000;
}

  /* 変更前、変更後ボックス共通 */
.changeDate{
    font-size: 1.2rem;
    text-align: right;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.boldHeading{
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 5px 0;
}
.boldHeading:first-child{margin: 5px 0 5px 0;}

  /* 変更前の料金 */
.beforeBox{
    font-size: 1.8rem;
    border-bottom: 3px solid #ffb03f;
    border-left: 3px solid #ffb03f;
    border-right: 3px solid #ffb03f;
    padding:0;
    margin: 20px 0 0 0 ;
}
.beforeBoxTitle{
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background:#ffb03f;
    padding: 10px;
}
.beforeBoxWrap{
    width: 90%;
    margin: 15px auto;
    text-align: center;
}
.beforeBox span{
    font-size: 1.5em;
    font-weight: bold;
}
  


  /* 変更後の料金 */
.afterBox{
    font-size: 1.8rem;
    border-bottom: 3px solid #28c400;
    border-left: 3px solid #28c400;
    border-right: 3px solid #28c400;
    padding:0;
    margin: 20px 0 0 0 ;
}
.afterBoxTitle{
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background:#28c400;
    padding: 10px;
}
.afterBoxWrap{
    width: 90%;
    margin: 15px auto;
    text-align: center;
    line-height: 1.5;
}

  
.afterBox span{
    color: #ff0000;
    font-weight: bold;
    font-size: 1em;
}
  
.afterBox span.big{
    color: #ff0000;
    font-size: 1.5em;
    font-weight: bold;
}


/* 変更ボックス内ボックス */
.priceBox{
  width: auto;
  margin: 20px 0;
  background-color: #efefef;
  padding: 2%;
}
.priceBox ul li{
  margin: 5px 0px 5px 20px;
}
.priceBox ul li span{
  color: #ff0000;
  font-size: 1.5em;
  font-weight: bold;
}
.priceBox ul li span:before { 
  content: "・・・";
  margin: 0 3px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  vertical-align:middle;
  }

.priceBox ol li{
  margin: 10px 4%;
  line-height:1.4;
}

/* 店舗ボックス */
.case_study_business {
  border: 3px solid #ffb03f;
  background: #fffaf0;
  padding: 0;
  margin: 20px 0;
}

.case_study_business h2 {
  color: #fff;;
  background: #ffb03f;
  border: none;
  padding: 2%;
  margin: 0;
  font-size: 2.6rem;
  text-align: center;
}

.case_study_business div.case_study01,
.case_study_business div.case_study02{
  border: none;
}
.case_study_business div.afterBox{
  background: #fff;
}
.case_study_business div.case_study01 h3{
  margin-top: -5px;
}

/* 対応エリアマップボタン */

.bt_area_map{
  margin: 40px 0;
}

a.lightboxmodal {
  text-decoration: none;
  margin: 10px 0px 0px 0px;
  padding: 10px 30px;
  color: #fff;
  margin-bottom: 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#413f8a', endColorstr = '#19185c');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#413f8a', endColorstr = '#19185c')";
  background-image: -moz-linear-gradient(top, #413f8a, #19185c);
  background-image: -ms-linear-gradient(top, #413f8a, #19185c);
  background-image: -o-linear-gradient(top, #413f8a, #19185c);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#00008f), to(#19185c));
  background-image: -webkit-linear-gradient(top, #413f8a, #19185c);
  background-image: linear-gradient(top, #413f8a, #19185c);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}


/* 市町村リンク */
.areaTitle{
  pointer-events: none;
  padding: 8px;
  margin: 20px 0 10px 0;
  background: #ebf2ff;
  color: #00008f;
  font-size: 1.2em;
  border-bottom: #00008f 1px solid;
  border-top: #00008f 1px solid;
}
@media screen and (max-width: 640px){
	.areaTitle{
		pointer-events: all;
	}
  .areaTitle{
    background:#ebf2ff url("https://www.propane-npo.com/img/local_area/area_arrow_open.png") no-repeat right 10px center;
  }
	
	.area_link{
		display: none;
	}
  
}

ul.area_link {
  width:100%;
  list-style:none;
  padding: 0 0 10px 0;
}
  
ul.area_link li {
  width:30%;
  /* float:left; */
  display: inline-flex;
  line-height:20px;
  margin:0;
  padding:7px 0 7px 15px;

  background-image: url(https://www.propane-npo.com/img/local_area/area_arrow.png) ;
  background-repeat: no-repeat;
  background-position: left center;
}
ul.area_link li a{
  text-decoration: none;
  color: #000;
}
ul.area_link li a:hover{
  color: #3c6ef0;
}

ul.area_link li a:after {
  content: "事例";
  margin: 0px 0px 0px 5px;
  padding: 2px 5px;
  color: white;
  font-size: 85%;
  background-color: #00008f;
  border-radius: 0.2em;
}

/* 都道府県リンク */

.pref_link{
  margin: 20px 0 0 0;
}
.pref_link dl {
	width: 100%;
	flex-wrap: wrap;
	margin:10px auto;	
}
.pref_link dl div{
  display: flex;
}

.pref_link dt {
	width: 12%;
	padding: 1%;
  font-weight: bold;
  background: #00008f;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
}
.pref_link dd {
	width: 88%;
  padding: 1%;
}
.pref_link dd a {
  padding: 0% 2%;
  color: #00008f;
}
.pref_link dd a:hover {
  color: #3c6ef0;
}

/* 変更の流れ */
.change-flow {
  padding: 0;
}
.change-flow li {
  list-style: none;
  background: #f6f6f6;
  margin: 20px 0 30px;
  padding: 5%;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.change-flow li.last_li {
  background: #d1efe2;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 25px;
}
.change-flow li dl {
  background: url(https://www.propane-npo.com/img/local_area/change_flow_icon.png) no-repeat 30px 100px;
}
.change-flow li dl dt {
  display: table;
  background: #00006c;
  float: left;
  width: 15%;
  height: 86px;
}

.change-flow li dl dt p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding: 0;
}
.change-flow li dl dt p span {
  color: #fff;
  font-size: 28px;
  display: block;
}
.change-flow li dl dd {
  float: right;
  width: 80%;
}

.change-flow li dl dd h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 0 15px;
  margin: 3px 0 0;
}

/* 日本地図 */
.japanMap{
  margin: 20px 0 0 0;  
}

.japanMap img{
  width: 100%;
  height: auto;
}


/*--------------------★★★PCサイト用（1080px以上）★★★---------------------*/
@media screen and (min-width: 1080px) {



}

/*--------------------★★★タブレット★★★---------------------*/
@media (min-width: 768px) and (max-width: 1079px) {
.change-flow li dl {
  background: url(https://www.propane-npo.com/img/local_area/change_flow_icon.png) no-repeat 25px 100px;
}

ul.area_link li {
  width: 45%;
}


}



/*--------------------★★★スマホサイト用（767px以下）★★★---------------------*/

@media screen and (max-width:767px) {

.listNav_tit{
  margin: 15px 0 0;
  font-size: 130%;
  font-weight: 700;
  text-align: center;
}

li.listNav_item a img {
    width: auto;
}

.price_arrwo img{
  max-width: 258px;
  width: 50%;
}

ul.area_link li {
  font-size: 0.9em;
  width:45%;
}
.pref_link{ font-size: 0.9em;}
.pref_link dt,.pref_link dd{ padding: 2% 1%;}
.pref_link dt {	width: 14%;}
.pref_link dd {	width: 86%;}
.pref_link dt{ font-weight: normal;}
.pref_link dd a { padding: 0% 0.5%;}


.change-flow li dl dt {
  width: 20%;
}
.change-flow li dl dd {
  width: 75%;
}

/* 都道府県リスト */
.listNav_item {
	margin-top: -1px;
}

.listNav_item > a {
	display: block;
	position: relative;
	font-size: 4.831vw;
	color: white;
	line-height: 13.043vw;
	padding: 0 2.899vw;
	background: rgb(64,155,211);
	background: -moz-linear-gradient(top, rgba(64,155,211,1) 0%, rgba(47,114,186,1) 100%);
	background: -webkit-linear-gradient(top, rgba(64,155,211,1) 0%,rgba(47,114,186,1) 100%);
	background: linear-gradient(to bottom, rgba(64,155,211,1) 0%,rgba(47,114,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409bd3', endColorstr='#2f72ba',GradientType=0 );
	border-bottom: 1px solid #2a65a6;
	text-decoration: none;
}

.listNav_item_icon {
	max-height: 7.246vw;
	vertical-align: middle;
	position: relative;
	top: -0.483vw;
	margin-right: 2.899vw;
}

.listNav_item > a::before {
	content: "";
	position: absolute;
	width: 4.831vw;
	height: 0.966vw;
	right: 4.106vw;
	margin-top: -0.483vw;
	top: 50%;
	background-color: #9bc2e2;
}

.listNav_item > a::after {
	content: "";
	position: absolute;
	width: 0.966vw;
	height: 4.831vw;
	right: 6.039vw;
	margin-top: -2.415vw;
	top: 50%;
	background-color: #9bc2e2;
}

.listNav_item.is-open > a::after {
	content: none;
}

.listNav_sub {
	display: none;
}

.listNav_item.is-open .listNav_sub {
	display: block;
}


.listNav_sub_item {
	transition: all 0.3s ease-in-out;
	border: 1px solid #d9d9d9;
	border-top-width: 0;
}

.listNav_sub_item > a {
	display: block;
	position: relative;
	color: #555555;
	font-size: 4.0vw;
	line-height: 1;
	padding: 4.831vw 11.353vw;
	text-decoration: none;
}


.listNav_sub_item > a::after {
	content: "";
	position: absolute;
	width: 2.415vw;
	height: 2.415vw;
	top: 50%;
	right: 4.831vw;
	margin-top: -1.691vw;
	border-top: 0.966vw solid #9bc2e2;
	border-right: 0.966vw solid #9bc2e2;
	transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}

ul.listNav li{
	list-style: none;
}


ul.listNav li a{
  font-size: 17px;
  line-height: 1.8!important;
  padding: 10px;
}


}


@media screen and (max-width:460px) {
.change-flow li dl {
  background: url(https://www.propane-npo.com/img/local_area/change_flow_icon.png) no-repeat 15px 100px;
}

ul.area_link li {
  width: 100%;
}


}