/*-------------------------------------------------
 sp
------------------------------------------------*/

.orange_line {
    background: url(../imgs/sup_inner/gas_card/assoc-mv-top.webp) center center no-repeat;
    background-size: cover;
    padding: clamp(50px, 5vw, 60px) 0;
    position: relative;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
}

.orange_line h3{
    font-size: clamp(23px,2.0833333vw,25px);
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    letter-spacing: 1.3px;
    line-height: 1.6;
}

.mv {
    background: url(../imgs/sup_inner/gas_card/assoc-mv.webp) 0% 0% no-repeat;
    background-size: cover;
    height: clamp(500px,58.333vw,700px);
    position: relative;
}

.mv .mv_btn{
    position: absolute;
    bottom:20%;
    right:20%;
}

.mv .mv_btn a{
    background-color: #eb6219;
    padding: 40px 60px 40px 20px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: block;
    width: 350px;
    line-height: 1.5;
    border: solid black 3px;
    border-radius: 10px;
}

.mv .mv_btn a::after {
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    color: #fff;
    font-size: clamp(16px, 62.08333vw, 25px);
}

.mv::after {
    content: '';
    background-image: url(../imgs/sup_inner/gas_card/gas_price.webp);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 10%;
    left: 30%;
    transform: translateX(-50%);
    padding-block-start: clamp(400px, 50vw, 600px);
    inline-size: clamp(400px, 50vw, 600px);
}

.gas_common{
    inline-size: min(100% - (4% * 2), 1200px);
    width: min(92%, 1200px);
    container: gas_common / inline-size;
    margin-inline: auto;
}


.box1 {
    margin: 60px 0 0;
    background: #ffffff;
}
.box1 .box1-title {
    font-size: 25px;
    background: #16118d;
    border-radius: 20px 20px 0 0;
    padding: 30px 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.box1 .box1-inner {
    padding: 30px 40px 40px 40px;
    margin: 0;
    /* gap:20px; */
    align-items: center;
    border: 1px solid #16118d;
    border-radius: 0 0px 20px 20px;
}

.box1 .box1-inner .box1-inner-img{
    max-width: 350px;
    margin:0 auto; ;
}

.box1 .box1-inner ul li{
    padding-left: 25px;
    text-indent: -25px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
}

.box1 .box1-inner ul{
    padding-block-start: 30px;
}

.box1 .box1-inner ul li:nth-child(2){
padding-top: 20px;
}



.box1_under{
    max-width: 1100px;
    margin: 60px auto 100px;
}

.box1_under2{
    max-width: 1100px;
    margin: 60px auto 100px;
}

.box1_under2 .box1_under_wrap{
    display: grid;
    gap:50px;
    margin-bottom: 50px;
}

.box1_under2 .box1_under_wrap .box1_under_item{
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    align-items: center;
}

.box1_under2 .box1_under_wrap .box1_under_item .box1_under_text h5{
    font-size: 28px;
    font-weight: 600;
    color: #db0000;
    padding-block-end: 8px;
    border-bottom: 1.5px solid #16118d;
}

.box1_under2 .box1_under_wrap .box1_under_item .box1_under_text{
    /* display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0; */
}

.box1_under2 .box1_under_wrap .box1_under_item .box1_under_text p{
    font-size: 20px;
    line-height: 1.6;
    padding-block-start: 10px;
}

.box1_under2 .box1_under_wrap .box1_under_item .box1_under_text p .min{
    font-size: 15px;
}

.box1_under2 .at{
    font-size: 20px;
    line-height: 2;
    padding-left: 20px;
    text-indent: -20px;
}

@container gas_common (inline-size >= 800px) {

    .box1 .box1-inner {
        display: grid;
        grid-template-columns: 450px 1fr;
    }

    .box1 .box1-inner ul{
        padding: 0;
    }

    .box1 .box1-inner {
        padding: 30px 60px 40px 20px;
    }


}

@container gas_common (inline-size >= 900px) {
    .box1_under2 .box1_under_wrap{
        grid-template-columns: 1fr 1fr;
        gap: 30px 50px;
    }

    .box1_under2 .box1_under_wrap .box1_under_item .box1_under_text p{
        height: 100px;
    }
}

/* box2 */

.box2{
    margin-top: 100px;
}

.box2:nth-child(5){
    margin-block-end: 100px;
}

.box2 h4{
    background: #16118d;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 20px;
    padding:20px 0;
}

.box2 .box2-inner {
    padding: 30px 60px 40px 20px;
    margin: 0;
    border: 1px solid #16118d;
}

.detail{
    margin-block-start: 50px;
}

.detail .box2 .img_wrap{
    max-width: 1200px;
    margin: 50px auto 0;
}

.detail .box2 .box2-inner p{
    font-size: 20px;
    padding-top: 20px;
    font-weight: 500;
}

/* box2 inquiry */

.box2 .box2-inner .inquiry li{
    /* padding-left: 1em;
    text-indent: -1em; */
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.6;
}

.box2 .box2-inner .inquiry li span{
    font-weight: 600;
}

.box2 .box2-inner .inquiry li:nth-child(2){
    margin-top: 40px;
}

.box2 .box2-inner .inquiry li::before{
    content: '';
    background-image: url(../imgs/sup_inner/gas_card/gas-fc-icon1.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 18%;
    left: 0px;
    transform: translateY(-50%);
    padding-block-start: 30px;
    inline-size: 30px;
}

.cl_in_text {
    line-height: 1.5;
    padding-bottom: 20px;
}

/* box2 question */

.box2 .box2-inner .question{
    margin: 0 0 35px;
}

.box2 .box2-inner .question:last-child{
    margin: 0;
}

.box2 .box2-inner .question li span{
    font-weight: 600;
}

.box2 .box2-inner .question .q{
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.6;
    margin-block-end: 15px;
}

.box2 .box2-inner .question .a{
    position: relative;
    padding-left: 60px;
    font-size: 20px;
    line-height: 1.6;
}

.box2 .box2-inner .question .q:nth-child(2){
    margin-top: 40px;
}

.box2 .box2-inner .question .q::before{
    content: '';
    background-image: url(../imgs/sup_inner/gas_card/gas-fc-icon-q.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    padding-block-start: 30px;
    inline-size: 30px;
}

.box2 .box2-inner .question .a::before{
    content: '';
    background-image: url(../imgs/sup_inner/gas_card/gas-fc-icon-a.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    padding-block-start: 30px;
    inline-size: 30px;
}

/* box2 attention*/
.box2 .box2-inner .attention li{
    padding-left: 25px;
    text-indent: -25px;
    line-height: 2;
    font-size: 20px;
}

.cl_in_text {
    line-height: 1.5;
    padding-bottom: 20px;
}


.head_line h4{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: clamp(20px, 1.833333vw, 22px);
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding-bottom:80px;
}

.head_line h4::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: rgb(41, 41, 41);
    margin-left: clamp(5px, 0.833333vw, 30px);
}



.cl_in_sec_01{
    max-width: min(85vw, 1200px);
    margin: clamp(80px, 18vw, 180px) auto 80px;
}

.cl_in_sec_01 .gas_brand{
    margin: 40px auto;
}

.cl_in_sec_02{
    max-width: min(85vw, 1200px);
    margin: clamp(80px, 18vw, 180px) auto 80px;
}

.cl_in_sec_02 .check_img_2{
    max-width: 600px;
    margin: 40px auto 40px;
}

.cl_in_sec_02 .gas_price{
    max-width: 1000px;
    margin: 80px auto 40px;
}

.cl_in_sec_02 .gas_price{
    max-width: 1000px;
    margin: 80px auto 40px;
}

/* 表 */

table, td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    max-width:1100px;
}
td, th {
	padding: 10px 0px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #595959;
    border-collapse: collapse;
    max-width: 1200px;
}

.cl_in_sec_02 .table_tit{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    background-color: #fcead9;
}

.cl_in_sec_02 .table_tit_sub1, .cl_in_sec_02 .table_tit_sub2, .cl_in_sec_02 .table_tit_sub3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.cl_in_sec_02 .table_tit_sub1{
    background-color: #dceef3;
}

.cl_in_sec_02 .table_tit_sub2{
    background-color: #e3dfec;
}

.cl_in_sec_02 .table_tit_sub3{
    background-color: #ecf1df;
}

.cl_in_sec_02 .table_tax1{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1.3px;
}

.cl_in_sec_02 .table_tax2{
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.cl_in_sec_02 .table_month{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-align: right;
    padding-right: 10px;
}

.cl_in_sec_02 .table_price{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}



/* ボタン */

.cl_in_sec_02 .sup_btn_wrap{
    max-width: 1200px;
    margin: 80px auto 40px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.cl_in_sec_02 .sup_btn_wrap .sup_btn_inner1, .cl_in_sec_02 .sup_btn_wrap .sup_btn_inner2{
    width: clamp(250px, 
    33.333333vw, 400px);
    height: clamp(60px, 7.5vw, 90px);
    margin: 30px auto 0;
}

.cl_in_sec_02 .sup_btn_wrap .sup_btn_inner1 a,.cl_in_sec_02 .sup_btn_wrap .sup_btn_inner2 a{
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 0px 50px 0 30px;
    border-radius: 10px;
    background-color: #16118d;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, sans-serif;
    color: #fff;
    transition: background-color .5s, opacity .5s;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 5px;
}

.cl_in_sec_02 .sup_btn_wrap .sup_btn_inner1 a::after,.cl_in_sec_02 .sup_btn_wrap .sup_btn_inner2 a::after {
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #fff;
    font-size: clamp(16px, 62.08333vw, 25px);
}

.cl_in_sec_03{
    max-width: min(85vw, 1200px);
    margin: clamp(80px, 18vw, 180px) auto 80px;
}

.cl_in_sec_03 .ticket_img_wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 1000px;
    margin: 50px auto 0;
    align-items: center;
}

.cl_in_sec_03 .ticket_img_wrap .ticket_img1{
    width: clamp(200px, 33.3333vw, 400px);
}

.cl_in_sec_03 .ticket_img_wrap .ticket_img2{
    width: clamp(300px, 41.66666vw, 500px);
}

.cl_in_sec_03 .ticket_img_wrap .ticket_img1 p{
    font-size: 25px;
    font-weight: 600;
    padding-bottom:10px;
}

.cl_in_sec_03 .ticket_img_wrap .ticket_img2 p{
    font-size: 35px;
    font-weight: 600;
    padding-bottom:10px;
}

.cl_in_sec_03 .o_tit {
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 50px auto 0;
    max-width: 1100px;
}

.cl_in_sec_03 .o_text {
    max-width: 1100px;
    line-height: 1.5;
    padding-top: 20px;
}

.cl_in_sec_03 .gascard_example1 {
    max-width: 600px;
    margin: 80px auto 50px;
}

.cl_in_sec_03 .o_tit::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 50%;
    color: #EC8800;
    transform: translateY(-50%);
}


.cl_in_sec_03 .jahic_gas2_3_wrap {
    width: auto;
    padding: 32px 24px;
    margin: 0 0 24px;
    text-align: center;
    height: auto;
    background: #FFF;
    position: relative;
}

.cl_in_sec_03 .jahic_gas2_3_wrap:before, .cl_in_sec_03 .jahic_gas2_3_wrap:after {
    content: '';
    width: 90%;
    height: 90%;
    border: #006daf 1px solid;
    position: absolute;
}

.cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas2 .jahic_gas2_img{
    max-width: 500px;
    margin: 30px auto 0;
    padding-left: 50px;
}

.cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas2 {
    padding-bottom: clamp(60px, 
    5.833333vw, 70px);
}


.cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas2 .jahic_gas2_tit, .cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas3 .jahic_gas3_tit {
    line-height: 1.8;
    font-weight: 600;
    font-size: clamp(18px, 1.66666vw, 20px);
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 3px;
}

.cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas2 .jahic_gas2_tit:after, .cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas3 .jahic_gas3_tit:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: inline-block;
    border-bottom: 2px solid #006daf;
    width: 20px;
}

.cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas2 .jahic_gas2_text {
    line-height: 1.8;
    font-size: 1.4rem;
}

.cl_in_sec_03 .jahic_gasarrow {
    position: relative;
}

.cl_in_sec_03 .jahic_gasarrow img {
    position: absolute;
    width: 65px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas3_wrap {
    max-width: 800px;
    margin: 50px auto;
}

.cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas3 {
    padding-top: 60px;
}

.cl_in_sec_03 .jahic_gas2_3_wrap .jahic_gas3 .jahic_gas3_tit {
    color: #006daf;
}

.cl_in_sec_03 .jahic_gas2_3_wrap:before {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0;
}


.cl_in_sec_03 .jahic_gas2_3_wrap:after {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0;
}



/*----------------------------------------
.calculator
----------------------------------------*/

hr {
    margin: 80px 0;
  }

  
.calculator {
    max-width: min(85vw, 1200px);
    margin: clamp(80px, 18vw, 180px) auto 80px;
}

#calc-form{
    max-width: 1000px;
    margin: 30px auto 0;
}

.calculator .calc {
  display: flex;
  align-items: center;
  justify-content: end;
}
.calculator .calc.multi {
  margin-top: 60px;
}

.calculator .calc .price-area {
  display: flex;
  align-items: flex-end;
}

.calculator .calc .price-area .price{
    font-size: 20px;
    font-weight: 600;
}

.calculator .calc .price{
    font-size: 20px;
    font-weight: 600;
  }

.calculator .input {
  border: 1px solid black;
  background-color: #c8eaff !important;
}
.calculator .input,
.calculator .el {
  width: clamp(100px, 21.6666vw, 260px);
  margin: 0 10px 0 0;
  height: 60px;
  padding: 10px;
  background-color: blanchedalmond;
}
.calculator .input {
  text-align: center;
}
.calculator .input::placeholder {
  color: #999;
}

.calculator .el {
  display: grid;
  place-items: center;
  color: #999;
}
.calculator .calc .differ,
.calculator .calc .m-reduction,
.calculator .y-reduction {

}

.calculator .sign {
  margin: 0 20px;
  max-width: 30px;
  font-size: 30px;
}

.calculator .y-reduction-area {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
  justify-content: end;
}

.calculator .y-reduction-area .price{
    font-size: 20px;
    font-weight: 600;
}

.calculator .y-reduction {
  margin: 0 10px;
}

.calculator .y-reduction-area .y-n{
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
}

.calculator .reset-btn {
    width: 200px;
    height: 40px;
    margin-top: 40px;
    padding: 10px;
    background-color: gray;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}

.calculator .gas_guideline_wrap{
    display: flex;
    justify-content: end;
    padding-top:50px;
}

.calculator .gas_guideline_wrap .gas_guideline{
    max-width: 400px;
    background-color: #DDEFFF;
    padding:10px 20px;
}

.calculator .gas_guideline_wrap .gas_guideline p{
    font-size: 18px;
    padding-bottom:10px;
    font-weight: 600;
}

.calculator .gas_guideline_wrap .gas_guideline ul{
    text-align: right;
}

.calculator .gas_guideline_wrap .gas_guideline li{
    line-height: 1.5;
}

header.height-min .drop-menu-list {
	top: calc(100% + 16px);
}

/*//////////////////////////////////////////////////////////////

tb

//////////////////////////////////////////////////////////////*/
@media (max-width: 720px) {



}








/*----------------------------------

tb

------------------------------------*/

@media (min-width: 720px){


.gas_common .gascard_comparison{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 20px;
}

.gas_common .gascard_comparison .o_top {
    width: clamp(200px, 41.666666vw, 500px);
}

.gas_common .gascard_comparison .o_bottom {
    width: clamp(200px, 41.666666vw, 500px);
}


.gas_common .gascard_comparison .b_top{
    width: clamp(200px, 41.666666vw, 500px);
}


.gas_common .gascard_comparison .b_bottom{
    width: clamp(200px, 41.666666vw, 500px);
}

.gas_common .gascard_comparison .gascard_comparison_b{
    margin: 0px auto;
}


}

/*----------------------------------

pc

------------------------------------*/

@media (min-width: 960px){

.gas_common  .n_card_f .card_img {
    padding: 20px 30px;
    max-width: clamp(400px, 39.16666vw, 470px);
    margin: 0 auto;
}

.gas_common .z-human2 {
    max-width: 180px;
    top: -50px;
    right: 50px;
}

.cl_in_sec_03 .jahic_gas2_3_wrap {
    padding: 4vw 5vw;
    margin: 5vw;
}


.gas_common .n_card_f .check_list {
    padding-left:20px;
}


}