@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family:"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.is-sp {
    display: none !important;
}

.is-hide {
    display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 80%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}

@media only screen and (max-width: 768px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    sup {
        font-size: 60%;
        vertical-align: top;
        position: relative;
        top: 0;
    }
    sub {
        font-size: 60%;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background-color: #efefef;
}

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

/* ================================================= */
/* footer */
/* ================================================= */

#tu_footer {
    background-color: #fff;
    width: 100%;
}

.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

#bpGlobalFooter {
    background:#fff;
    padding-top:10px;
    padding-bottom: 30px !important;
}

/* ===================== */
/* wrapper
/* ===================== */

#tu_wrap {
    background-color: #fff;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 30px;
    padding-top: 40px;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}

#tu_wrap > .tu_mainvisual {
    width: 100%;
    position: relative;
}

#tu_wrap > .tu_mainvisual h1 {
    display: block;
    width: 100%;
    line-height: 1;
}

#tu_wrap > .tu_readtext {
    width: 100%;
    padding: 40px 0;
    position: relative;
}
#tu_wrap > .tu_readtext p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

#tu_wrap > .tu_contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
    position: relative;
}

#tu_wrap > .tu_contents .contents_title {
    border-top: #eeeeee solid 3px;
    position: relative;
    width: 100%;
    max-width: 906px;
    margin: 0 auto 40px;
    padding: 24px 0 30px;
}
#tu_wrap > .tu_contents .contents_title::before {
    content: "";
    display: block;
    background: url(bg_line.png) left center repeat-x;
    background-size: 60px 6px;
    width: 100%;
    padding-bottom: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#tu_wrap > .tu_contents .contents_title h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #ea5504;
}

#tu_wrap > .tu_contents .contents_body {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

#tu_wrap > .tu_contents .text_1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#tu_wrap > .tu_contents .text_1 .notes {
    display: block;
    font-size: 60%;
}

#tu_wrap > .tu_contents .fig {
    max-width: 720px;
    margin: 0 auto 2em;
}

#tu_wrap > .tu_contact {
    width: 100%;
    padding: 40px 20px;
    position: relative;
}
#tu_wrap > .tu_contact .contact_body {
    max-width: 960px;
    margin: 0 auto;
}
#tu_wrap > .tu_contact .contact_body ._logo {
    width: 270px;
    margin: 0 auto 20px;
}
#tu_wrap > .tu_contact .contact_body ._btn {
    max-width: 320px;
    margin: 0 auto 70px;
}
#tu_wrap > .tu_contact .contact_body ._btn a {
    position: relative;
    display: block;
    background-color: #ea5404;
    border-radius: 3px;
    box-shadow: 5px 5px 0px 0px #e4e4e4;
    width: 100%;
    padding: 24px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}
#tu_wrap > .tu_contact .contact_body ._btn a:hover {
    background-color: #fc5d08;
}
#tu_wrap > .tu_contact .contact_body ._contact_title {
    width: 480px;
    margin: 0 auto 20px;
}
#tu_wrap > .tu_contact .contact_body ._contact_link {
    border-radius: 3px;
    box-shadow: 5px 5px 0px 0px #e4e4e4;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 70px;
    display: flex;
    align-items: center;
}
#tu_wrap > .tu_contact .contact_body ._contact_link li {
    position: relative;
    background-color: #ea5404;
    width: 25%;
}
#tu_wrap > .tu_contact .contact_body ._contact_link li::before {
    content: "";
    display: block;
    border-right: #fff solid 1px;
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 10;
}
#tu_wrap > .tu_contact .contact_body ._contact_link li:last-child:before {
    content: "";
    display: none;
}
#tu_wrap > .tu_contact .contact_body ._contact_link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ea5404;
    width: 100%;
    height: 120px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
#tu_wrap > .tu_contact .contact_body ._contact_link li a:hover {
    background-color: #fc5d08;
}
#tu_wrap > .tu_contact .contact_body ._notes {
    max-width: 900px;
    padding: 0 40px;
    margin: 0 auto 20px;
}
#tu_wrap > .tu_contact .contact_body ._notes p {
    font-size: 10px;
    line-height: 1.5;
}


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

    #tu_wrap {
        background-color: #fff;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding-top: 0;
        overflow: hidden;
        position: relative;
    }
    #tu_wrap a {
        transition: all ease .3s;
    }

    #tu_wrap > .tu_mainvisual {
        width: 100%;
        position: relative;
    }

    #tu_wrap > .tu_mainvisual h1 {
        display: block;
        width: 100%;
        line-height: 1;
    }

    #tu_wrap > .tu_readtext {
        width: 100%;
        padding: 5vw;
        position: relative;
    }
    #tu_wrap > .tu_readtext p {
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
        text-align: left;
    }

    #tu_wrap > .tu_contents {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5vw;
        position: relative;
    }

    #tu_wrap > .tu_contents .contents_title {
        border-top: #eeeeee solid 2px;
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto 5vw;
        padding: 5vw 0;
    }
    #tu_wrap > .tu_contents .contents_title::before {
        content: "";
        display: block;
        background: url(bg_line.png) center center repeat-x;
        background-size: 10vw 1vw;
        width: 100%;
        padding-bottom: 1vw;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #tu_wrap > .tu_contents .contents_title h2 {
        font-size: 6.5vw;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
        color: #ea5504;
    }

    #tu_wrap > .tu_contents .contents_body {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 5vw;
    }

    #tu_wrap > .tu_contents .text_1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
        text-indent: 1em;
    }
    #tu_wrap > .tu_contents .text_1 .notes {
        display: block;
        font-size: 60%;
    }

    #tu_wrap > .tu_contact {
        width: 100%;
        padding: 5vw;
        position: relative;
    }
    #tu_wrap > .tu_contact .contact_body {
        max-width: inherit;
        margin: 0 auto;
    }
    #tu_wrap > .tu_contact .contact_body ._logo {
        width: 60vw;
        margin: 0 auto 4vw;
    }
    #tu_wrap > .tu_contact .contact_body ._btn {
        max-width: inherit;
        width: 75vw;
        margin: 0 auto 12vw;
    }
    #tu_wrap > .tu_contact .contact_body ._btn a {
        position: relative;
        display: block;
        background-color: #ea5404;
        border-radius: 3px;
        box-shadow: 5px 5px 0px 0px #e4e4e4;
        width: 100%;
        padding: 5vw 0;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
    #tu_wrap > .tu_contact .contact_body ._btn a:hover {
        background-color: #fc5d08;
    }
    #tu_wrap > .tu_contact .contact_body ._contact_title {
        width: 100%;
        margin: 0 auto 4vw;
    }
    #tu_wrap > .tu_contact .contact_body ._contact_link {
        border-radius: 3px;
        box-shadow: 5px 5px 0px 0px #e4e4e4;
        overflow: hidden;
        width: 100%;
        margin: 0 auto 12vw;
        display: block;
    }
    #tu_wrap > .tu_contact .contact_body ._contact_link li {
        position: relative;
        background-color: #ea5404;
        width: 100%;
    }
    #tu_wrap > .tu_contact .contact_body ._contact_link li::before {
        content: "";
        display: block;
        border-right: none;
        border-bottom: #fff solid 1px;
        width: 100%;
        height: 1px;
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
        z-index: 10;
    }
    #tu_wrap > .tu_contact .contact_body ._contact_link li:last-child:before {
        content: "";
        display: none;
    }
    #tu_wrap > .tu_contact .contact_body ._contact_link li a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: #ea5404;
        width: 100%;
        height: auto;
        padding: 5vw;
        font-size: 4vw;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        text-align: center;
    }
    #tu_wrap > .tu_contact .contact_body ._contact_link li a:hover {
        background-color: #fc5d08;
    }
    #tu_wrap > .tu_contact .contact_body ._notes {
        max-width: inherit;
        padding: 0;
        margin: 0 auto 5vw;
    }
    #tu_wrap > .tu_contact .contact_body ._notes p {
        font-size: 10px;
        line-height: 1.5;
    }
}
