/* 20240609 CDU  */

.dis-pc{
    display: block;
}
.dis-sp{
    display: none;
}


#headnav{ margin-top: 30px; position: relative; }
#main{width: 100%; float: none;}
#pagetitle{ background: url(/img/bg_h2_01.jpg) no-repeat top center; background-size: cover; padding: 8px 10px 6px; height: auto; color: #ffffff; text-align: center; border-bottom: 0; font-weight: bold; font-size: 24px; margin: 0; line-height: 1.5em; }
#pagetitle span{ display: inline-block; padding: 8px 10px 6px; height: auto; color: #ffffff; text-align: center; border-bottom: 0; font-weight: bold; vertical-align: middle; line-height: 1.15em; }
#tw2022_wrapper dl h4{ margin: 2em 0 0; font-size: 18px; }
#tw2022_wrapper dl h5{ margin: 1em 0 0.5em; font-size: 16px; }
#tw2022_wrapper dl p{ margin: 0; padding-left: 1em; }
#tw2022_wrapper dl .mgtb{ margin: 0.5em 0; }
#tw2022_wrapper dl p a{ color: #333; text-decoration: underline; }
#tw2022_wrapper dl dd{ margin: 0 0 1.5em; }
#tw2022_wrapper > h3#pagetitle, .inquiry_wrap{ width: 900px; margin: 30px auto; }
#tw2022_wrapper .cmn_contentsarea{ margin-top: 60px; }
#ask h4{ height: auto; }
#ask .textbox input#btn_send,#ask .textbox input#btn_send:hover{background: none;border: none; }
#tw2022_wrapper .flexbox{ display: flex; align-items: center; margin: 20px 0; }
#tw2022_wrapper ._wechat img{
    max-width: 100%;
}
#tw2022_wrapper ._wechat ._btn{
    display: inline-block;
    color: #fff;
    background: #00d332;
    border: 1px solid #fff;
    border-radius: 9999px;
    padding: 15px 45px 13px 45px;
    text-decoration: none;
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
    transition: all .2s;
}
#tw2022_wrapper ._wechat ._btn:hover{
    background: #fff;
    color: #00d332;
    border: 1px solid #00d332;
}
#tw2022_wrapper ._wechat ._qr{
    width: 23%;
    margin-right: 5%;
}
#tw2022_wrapper ._wechat ._logo{
    width: 18%;
}
#tw2022_wrapper ._wechat ._logo + p{
    font-weight: bold;
}

.accordion-content{
    display: none;
}

.inquiry_wrap h5{
    font-size: 1.1rem;
    font-weight: 600;
}

.txt_center{
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 4rem;
}

.accordion-title.accordion-ttl{
    background:#333333;
    border: #333333 solid 1px;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 1em 3em 1em 1.25em;
    letter-spacing: 1px;
    margin-top: 1rem;
    border-radius: 7px;
    position: relative;
    transition: .2s;
    transition-delay: 0.1s;
    cursor: pointer;
}
.accordion-title.accordion-ttl.open{
    border-radius: 7px 7px 0 0;
}
.accordion-title.accordion-ttl:before,
.accordion-title.accordion-ttl:after{
    position: absolute;
    content: '';
    width: 1.25em;
    height: 0.15em;
    background: #fff;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .3s;
}
.accordion-title.accordion-ttl:after{
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
}
.accordion-title.open.accordion-ttl:after{
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
}

.accordion-content{
    padding: 1.5rem;
    border: #333333 solid 1px;
    border-radius: 0 0 7px 7px;
}

.accordion-content .accordion-content{
    border: unset;
    font-size: 1rem;
    line-height: 2em;
    padding: 1.5rem;
    word-break: break-all;
}
.accordion-content .accordion-content a{
    border-bottom: #000000 solid 1px;
}
.accordion-content .accordion-content a:hover{
    border-bottom: #dc000c solid 1px;
    color: #dc000c;
}

.accordion-title.accordion-ttlb{
    background:#e0e0e0;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.5em;
    padding: 1.25em 3em 1.25em 1.25em;
    position: relative;
    cursor: pointer;
}
.accordion-title.accordion-ttlb:not(:first-of-type){
    margin-top: 0.75em;
}
.accordion-title.accordion-ttlb:after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    border-top: 3px solid #dc000c;
    border-right: 3px solid #dc000c;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transition: .3s;
}
.accordion-title.openb.accordion-ttlb:after{
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transition: .3s;
}

.mt-1em{
    margin-top: 1em;
}
.mt-2em{
    margin-top: 2em;
}

.txt-indent{
    text-indent: -1em;
    margin-left: 1em;
}

.inquiry_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
.inquiry_btn a {
    position: relative;
    padding: 1em 6em;
    background: #dc000c;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
    border-radius: 50px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-align: center;
    transition: all .3s;
    width: auto;
}
.inquiry_btn a:hover {
    background: #fff;
    color: #dc000c;
}


@media screen and (max-width: 768px) {

    .dis-pc{
        display: none;
    }
    .dis-sp{
        display: block;
    }

    .h3_article.heading{ background-size: cover; }
    #tw2022_wrapper #article_detail h4{ margin: 1em 0 0; font-size: 18px; background: none; color: #666; }
    #tw2022_wrapper #article_detail h5{ margin: 0.5em 0 0.2em; }
    #tw2022_wrapper #article_detail dl .mgtb{ margin: 0.5em 0; }
    #tw2022_wrapper #article_detail dd{ margin: 0 0 1.5em; }
    #tw2022_wrapper .flexbox{ display: flex; align-items: center; margin: 20px 0; }
    #tw2022_wrapper ._wechat img{
        max-width: 100%;
    }
    #tw2022_wrapper ._wechat ._btn{
        display: inline-block;
        color: #fff;
        background: #00d332;
        border: 1px solid #fff;
        border-radius: 9999px;
        padding: 10px 15px 8px 15px;
        text-decoration: none;
        line-height: 1.5;
        font-weight: bold;
        font-size: 12px;
        transition: all .2s;
    }
    #tw2022_wrapper ._wechat ._btn:hover{
        background: #fff;
        color: #00d332;
        border: 1px solid #00d332;
    }
    #tw2022_wrapper ._wechat ._qr{
        width: 60%;
        margin-right: 5%;
    }
    #tw2022_wrapper ._wechat ._logo{
        width: 38%;
    }
    #tw2022_wrapper ._wechat ._logo + p{
        font-weight: bold;
        font-size: 12px;
    }
    #tw2022_wrapper > h3#pagetitle, .inquiry_wrap {
        width: 90%;
    }

    .accordion-title.accordion-ttl {
        font-size: 1rem;
    }
    .txt_center {
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    .accordion-title.accordion-ttlb {
        font-size: 0.9rem;
        padding: 1em 3em 1em 1em;
    }
    .accordion-content .accordion-content {
        font-size: 0.8rem;
        line-height: 2em;
        padding: 1rem 0;
    }
    .inquiry_wrap h5 {
        font-size: 0.95rem;
    }
    .inquiry_btn a {
        padding: 1em 3em;
        font-size: 1rem;
    }
    .inquiry_btn {
        margin-top: 4rem;
    }
    .inquiry_wrap {
        margin: 30px auto 0;
    }
    .ttl_wrap_02 {
        margin-top: 50px;
    }
    .inquiry_wrap .accordion-content {
        padding: 1rem;
    }
    .inquiry_wrap .accordion-content .accordion-content {
        padding: 1rem 0;
    }
    .inquiry_wrap #article_detail {
        padding: 0 0 1rem 0;
    }

}