@charset "utf-8";


/* ==================================================
   ガスバーナーLP
================================================== */

.gas_inner{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 80px;
}


/* ==================================================
   共通
================================================== */


.gas_inner h2{
    position: relative;
    display: inline-block;
    margin: 0 0 40px;
    padding: 0 0 12px;
    border-bottom: none;
    font-size: 2.8rem;
    font-weight: bold;
    color: #333;
}

/* h2の飾りアンダーライン */

.gas_inner h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #282B94;
    border-radius: 2px;
}

.gas_inner p{
    line-height: 2;
}


/* ==================================================
   導入部分
================================================== */

.gas_lead{
    margin-bottom: 90px;
}

.gas_lead p{
    margin-bottom: 25px;
}

.gas_lead strong{
    font-weight: bold;
}

.gas_lead_attention{
    margin-top: 35px;
    padding: 25px 30px;
    background-color: #f4f4f8;
    border-left: solid 5px #282B94;
}

.gas_lead_attention strong{
    color: #282B94;
}


/* ==================================================
   セクション
================================================== */

.gas_section{
    margin-bottom: 90px;
}

.gas_section_lead{
    margin: -15px 0 35px;
}


/* ==================================================
   カード
================================================== */

.gas_card{
    padding: 35px 40px;
    background-color: #f7f7f7;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.gas_card h3{
    margin: 0 0 25px;
    padding-left: 15px;
    border-left: solid 4px #282B94;
    font-size: 2rem;
    font-weight: bold;
}

.gas_burner_card{
    background-color: #fff;
}


/* ==================================================
   リスト
================================================== */

.gas_list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.gas_list li{
    position: relative;
    margin-bottom: 15px;
    padding: 15px 20px 15px 40px;
    background-color: #fff;
    border: solid 1px #ddd;
}

.gas_list li:last-child{
    margin-bottom: 0;
}

.gas_list li::before{
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 7px;
    height: 7px;
    background-color: #282B94;
    border-radius: 50%;
    transform: translateY(-50%);
}


/* ==================================================
   バーナー型式
================================================== */

.gas_model{
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
    background-color: #f4f4f8;
    color: #282B94;
    font-size: 2.4rem;
    font-weight: bold;
}


/* ==================================================
   注記
================================================== */

.gas_note{
    margin-top: 20px;
    font-size: 1.4rem;
    color: #666;
}


/* ==================================================
   注意喚起
================================================== */

.gas_warning{
    margin: 0 0 90px;
    padding: 40px;
    background-color: #f8f8f8;
    border: solid 2px #282B94;
}

.gas_warning_title{
    margin-bottom: 25px;
    color: #282B94;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.gas_warning p{
    margin-bottom: 20px;
}

.gas_warning p:last-child{
    margin-bottom: 0;
}

.gas_warning strong{
    font-weight: bold;
}


/* ==================================================
   バーナー切り替え
================================================== */

.gas_change{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 50px 0 30px;
}

.gas_change_box{
    width: 40%;
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
}

.gas_change_box span{
    display: block;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.gas_change_box strong{
    display: block;
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold;
}

.gas_change_box p{
    margin: 0;
    font-size: 1.4rem;
}

.gas_change_old{
    background-color: #f1f1f1;
    border: solid 1px #ccc;
}

.gas_change_new{
    background-color: #f4f4f8;
    border: solid 2px #282B94;
}

.gas_change_new strong{
    color: #282B94;
}

.gas_arrow{
    color: #282B94;
    font-size: 3rem;
    font-weight: bold;
}


/* ==================================================
   お問い合わせ
================================================== */

.gas_contact{
    padding: 50px 50px 60px;
    background-color: #f7f7f7;
    text-align: center;
}

.gas_contact h2{
    text-align: left;
}

.gas_contact h2::after{
    left: 0;
}

.gas_contact p{
    max-width: 750px;
    margin: 0 auto 20px;
}


/* ==================================================
   お問い合わせボタン
================================================== */

.gas_button_area{
    margin-top: 40px;
}

.gas_button{
    display: inline-block;
    padding: 16px 40px;
    background-color: #282B94;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 4px 0 #1b1d68;
    transition: transform 0.1s, box-shadow 0.1s;
}

/* 共通CSSのa:hover対策 */

.gas_button:hover{
    background-color: #282B94;
    color: #fff;
    font-weight: bold;
    transform: translateY(4px);
    box-shadow: 0 0 0 #1b1d68;
}


/* ==================================================
   戻る
================================================== */

.gas_back{
    margin-top: 50px;
    text-align: center;
    font-size: 1.6rem;
}

.gas_back a{
    color: #282B94;
    text-decoration: underline;
}

.gas_back a:hover{
    color: #282B94;
}


/* ==================================================
   PC
================================================== */

@media screen and (min-width: 769px){

    .gas_inner h2{
        font-size: 2.8rem;
    }

}


/* ==================================================
   タブレット・スマートフォン
================================================== */

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

    .gas_inner{
        width: 92%;
        padding: 35px 0 60px;
    }

    .gas_inner h2{
        margin-bottom: 30px;
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .gas_lead{
        margin-bottom: 60px;
    }

    .gas_lead p{
        margin-bottom: 20px;
        line-height: 1.9;
    }

    .gas_lead_attention{
        padding: 20px;
    }

    .gas_section{
        margin-bottom: 60px;
    }

    .gas_section_lead{
        margin-top: -5px;
        line-height: 1.9;
    }

    .gas_card{
        padding: 25px 20px;
    }

    .gas_card h3{
        font-size: 1.8rem;
    }

    .gas_warning{
        margin-bottom: 60px;
        padding: 25px 20px;
    }

    .gas_warning_title{
        font-size: 1.9rem;
    }

    .gas_change{
        flex-direction: column;
        gap: 15px;
        margin-top: 35px;
    }

    .gas_change_box{
        width: 100%;
    }

    .gas_arrow{
        transform: rotate(90deg);
        font-size: 2.5rem;
    }

    .gas_contact{
        padding: 35px 20px 40px;
    }

    .gas_button{
        width: 90%;
        padding: 15px 15px;
        font-size: 1.5rem;
    }

}


/* ==================================================
   小さいスマートフォン
================================================== */

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

    .gas_inner{
        width: 90%;
    }

    .gas_inner h2{
        font-size: 2rem;
    }

    .gas_lead_attention{
        padding: 18px;
    }

    .gas_card{
        padding: 20px 15px;
    }

    .gas_list li{
        padding: 13px 15px 13px 35px;
    }

    .gas_list li::before{
        left: 15px;
    }

    .gas_model{
        font-size: 2rem;
    }

    .gas_warning{
        padding: 25px 18px;
    }

    .gas_button{
        width: 100%;
        box-sizing: border-box;
    }

}

