@charset "utf-8";

/* top img */
.container_top {
    background-image: url(../Contact/img/top_img.png);
}
@media (max-width:600px) {
    .container_top {
        background-image: url(img/top_img_m.png);
        background-size: 100%;
    }
}
/* snb */
.snb ul li {
    width: 33.333333%;
}
.m_menu {
    display: none;
}
/* top btn */
button#top_btn {
    display: block;
}
@media (max-width:1580px) {
    button#top_btn {
        display: none;
    }
}
@media (max-width:800px) {
    button#top_btn {
        display: block;
        position: static;
        width: 100%;
        height: 49px;
        background: #fff;
        font-size: 14px;
    }
    .m_menu {
        display: block;
    }
}
/* ft */
@media (max-width:800px) {
    div#ft {
        display: block;
        height: auto;
        padding-bottom: 21px;
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
    div#ft_wr {
        padding-top: 16px;
    }
}


.ctt_Contact .contact_us_wrap {
    position: static;
    margin-top: 13px;
    width: 100%;
    height: auto;
}
.ctt_Contact .main_txt{
    position: static;
}
.ctt_Contact section.idx_contact{
    position: static;
    transform: none;
}

.ctt_Contact .contact_us_wrap .small_txt{
    line-height: 1.5;
    font-size: 18px;
    color: #7C7C7C;
    font-weight: 600;
    margin-bottom: 30px;
}
.contact_wrap_{margin-top: 25px; display: flex; justify-content: space-between;}

.contact_wrap .write_div input{width: 85%;}
.contact-list .list{display: flex; align-items: center; margin-bottom: 10px;}
.contact-list .tit{font-size: 18px;font-weight: 500;color: #FFC400;display: flex;align-items: center;}
.contact-list .cont{font-size: 18px;color: #000;margin-left: 10px;font-weight: 500;}
.ico i{background: no-repeat 50% / cover; display: inline-block; vertical-align: middle; margin-right: 6px;}
.ico .ico-mail{width: 17px; height: 19px; background-image: url(./img/ico-mail.svg);}
.ico .ico-tel{width: 17px; height: 17px; background-image: url(./img/ico-tel.svg);}
.ico .ico-fax{width: 17px; height: 17px; background-image: url(./img/ico-fax.svg);}
.contact_us_wrap .write_div label{width: 23%;font-family: "Noto Sans JP", sans-serif; font-weight: 600;}
.contact_wrap .write_div input,
.contact_us_wrap .write_div.title input,
.contact_us_wrap .wr_content.required{width: 77%;}





/* page content */
.content_wrap {
    margin-bottom: 87px;
}
.page_content{
    margin-top: 18px;
}
.flex .page_content:not(:last-child){
    margin-right: 20px;
}
.map {
    margin-bottom: 50px;
    width: 100%;
}
.map_info {
    text-align: left;
    margin-top: 20px;
}
.address {
    font-size: 18px;
    font-weight: 400;
    color: #57585A;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}
.add_bold {
    font-size: 18px;
    color: #57585A;
    margin-bottom: 20px;
    display: block;
}
.tel_wrap {
    margin-top: 33px;
}
.tel_info {
    display: inline-block;
    padding-right: 25px;
}
.tel_info span {
    font-size: 18px;
}
span.yellow {
    font-weight: 500;
    color: #FFC400;
    padding-right: 5px;
}
span.yellow.call {
    background: url(img/call.svg) no-repeat;
    background-position: left center;
    padding-left: 20px;
}
span.yellow.fax {
    background: url(img/fax.svg) no-repeat;
    background-position: left center;
    padding-left: 20px;
}
span.yellow.mail {
    background: url(img/mail.svg) no-repeat;
    background-position: left center;
    padding-left: 24px;
}
.content_wrap.flex{flex-wrap: wrap;}


@media (max-width:800px) {

    .map {
        margin-bottom: 15px;
    }
    .tel_info {
        display: block;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .tel_info span {
        font-size: 14px;
    }
    .tel_wrap {
        margin-top: 25px;
    }
    .content_wrap {
        margin-bottom: 100px;
    }
    .address{font-size: 15px;}

    .ctt_Contact .contact_us_wrap .small_txt{font-size: 16px;}
    .contact_wrap_{display: block;}
    .ctt_Contact section.idx_contact{padding: 0; margin-top: 25px;}
    .contact_wrap .write_div input{width: 100%;}
    .ctt_Contact .contact_us_wrap:last-child{margin-top: 40px;}
    .content_wrap.flex{display: block;}
    .flex .page_content{width: 100%; flex: none;}
    .flex .page_content:not(:last-child){margin-right: 0; margin-bottom: 40px;}
    .contact-list .tit {
        font-size: 16px;
    }
    
    .contact-list .cont {
        font-size: 16px;
    }
    .add_bold{margin-bottom: 10px;}
        .contact_us_wrap .write_div label{width: 100%;}
    .contact_wrap .write_div input, 
    .contact_us_wrap .write_div.title input, 
    .contact_us_wrap .wr_content.required{
        width: 100%;
    }
}