@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%;
    margin: 0 auto;
    padding: 40px;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}

#tu_wrap > .tu_mainvisual {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

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

#tu_wrap > .tu_mainvisual h1 {
    width: 83.3333%;
    margin: -7% auto 0;
}

#tu_wrap > .tu_readtext {
    width: 100%;
    padding: 40px 20px;
    position: relative;
}
#tu_wrap > .tu_readtext ._readtext1 {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
}
#tu_wrap > .tu_readtext ._prof {
    background-color: #f2f7f9;
    width: 480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu_wrap > .tu_readtext ._prof ._prof_img {
    width: 50%;
}
#tu_wrap > .tu_readtext ._prof ._prof_text {
    width: 50%;
}
#tu_wrap > .tu_readtext ._prof ._prof_text p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}

#tu_wrap > .tu_contents {
    border-top: #425275 solid 4px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 40px;
    position: relative;
}
#tu_wrap > .tu_contents._contents_1st {
    padding-top: 40px;
}

#tu_wrap > .tu_contents .contents_title {
    background-color: #f2f7f9;
    border-bottom: #425275 solid 1px;
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px 0;
}
#tu_wrap > .tu_contents .contents_title h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #425275;
}

#tu_wrap > .tu_contents .contents_body {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#tu_wrap > .tu_contents .contents_body ._body_text1 {
    width: 100%;
}

#tu_wrap > .tu_contents .contents_body ._body_text2 {
    width: 58%;
}
#tu_wrap > .tu_contents .contents_body ._body_img {
    width: 38%;
}

#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 .text_1 a {
    font-weight: bold;
    color: #425275;
    text-decoration: underline;
}
#tu_wrap > .tu_contents .notes {
    margin-bottom: 2em;
    font-size: 10px;
    line-height: 2;
}
#tu_wrap > .tu_contents .notes a {
    font-weight: bold;
    color: #425275;
    text-decoration: underline;
}

#tu_wrap > .tu_contact {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}
#tu_wrap > .tu_contact a {
    background-color: #f5f6f8;
    border-top: #425275 solid 2px;
    border-bottom: #425275 solid 2px;
    display: table;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #425275;
}
#tu_wrap > .tu_contact a:hover {
    background-color: #fff;
}


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

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

    #tu_wrap > .tu_mainvisual {
        max-width: inherit;
        margin: 0 auto;
        position: relative;
    }

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

    #tu_wrap > .tu_mainvisual h1 {
        width: 90vw;
        margin: -9vw auto 0;
    }

    #tu_wrap > .tu_readtext {
        width: 100%;
        padding: 5vw;
        position: relative;
    }
    #tu_wrap > .tu_readtext ._readtext1 {
        margin-bottom: 5vw;
        font-size: 15px;
        font-weight: bold;
        line-height: 2.2;
        text-align: center;
    }
    #tu_wrap > .tu_readtext ._prof {
        background-color: #f2f7f9;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #tu_wrap > .tu_readtext ._prof ._prof_img {
        width: 50%;
    }
    #tu_wrap > .tu_readtext ._prof ._prof_text {
        width: 50%;
    }
    #tu_wrap > .tu_readtext ._prof ._prof_text p {
        font-size: 10px;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
    }

    #tu_wrap > .tu_contents {
        border-top: #425275 solid 3px;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 0 5vw;
        position: relative;
    }
    #tu_wrap > .tu_contents._contents_1st {
        padding-top: 5vw;
    }

    #tu_wrap > .tu_contents .contents_title {
        background-color: #f2f7f9;
        border-bottom: #425275 solid 1px;
        position: relative;
        width: 100%;
        margin: 0 auto 5vw;
        padding: 4vw 0;
    }
    #tu_wrap > .tu_contents .contents_title h2 {
        font-size: 6vw;
        font-weight: bold;
        line-height: 1.3;
    }

    #tu_wrap > .tu_contents .contents_body {
        width: 100%;
        padding: 0 5vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    #tu_wrap > .tu_contents .contents_body ._body_text1 {
        width: 100%;
    }

    #tu_wrap > .tu_contents .contents_body ._body_text2 {
        width: 100%;
        order: 2;
    }
    #tu_wrap > .tu_contents .contents_body ._body_img {
        width: 50vw;
        margin: 0 auto 5vw;
        order: 1;
    }

    #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_contents .notes {
        margin-bottom: 2em;
        font-size: 10px;
        line-height: 2;
    }
    #tu_wrap > .tu_contents .notes a {
        font-weight: bold;
        color: #425275;
        text-decoration: underline;
    }

    #tu_wrap > .tu_contact {
        width: 90vw;
        margin: 0 auto 10vw;
        position: relative;
    }
    #tu_wrap > .tu_contact a {
        background-color: #f5f6f8;
        border-top: #425275 solid 2px;
        border-bottom: #425275 solid 2px;
        display: block;
        margin: 0 auto;
        padding: 2vw;
        font-size: 3.5vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
        color: #425275;
        text-align: center;
    }
}
