@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: 834px) {
    .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: #fff;
}

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

/* ================================================= */
/* 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 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}
#tu_wrap::before {
    content: "";
    display: block;
    background-color: #f2f6f7;
    border-bottom: #00d300 solid 3px;
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#tu_wrap .tu_mainvisual {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}
#tu_wrap .tu_mainvisual ._h1_sub {
    max-width: 620px;
    margin: 0 auto;
    padding: 30px 0 20px;
}

#tu_wrap .tu_mainvisual h1 {
    box-shadow: 0px 0px 30px 0px rgba(205, 222, 226, 1);
    display: block;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}

#tu_wrap .tu_read {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}
#tu_wrap .tu_read ._readtext {
    padding: 30px 0 50px;
}
#tu_wrap .tu_read ._readtext p {
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 2;
    text-align: center;
}


#tu_wrap .tu_contents {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative;
    z-index: 10;
}

#tu_wrap .tu_contents ._title {
    background-color: #f2f6f7;
    width: 100%;
    margin-bottom: 2em;
    padding: 22px 0;
    position: relative;
}
#tu_wrap .tu_contents ._title::before,
#tu_wrap .tu_contents ._title::after {
    content: "";
    display: block;
    background: url(bg.jpg) center top no-repeat;
    background-size: 100%;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
#tu_wrap .tu_contents ._title::after {
    top: auto;
    bottom: 0;
}
#tu_wrap .tu_contents ._title h2 {
    font-size: 32px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: center;
}

#tu_wrap .tu_contents ._body {
    max-width: 850px;
    margin: 0 auto;
}

#tu_wrap .tu_contents ._body ._body_text1 {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #01c201;
}

#tu_wrap .tu_contents ._body ._body_text2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}

#tu_wrap .tu_contents ._body ._img1 {
    width: 570px;
    margin: 0 auto 2em;
}

#tu_wrap .tu_contents ._body ._fig1 {
    width: 710px;
    margin: 0 auto 2em;
}

#tu_wrap .tu_link {
    background-color: #f2f6f7;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    position: relative;
}
#tu_wrap .tu_link h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#tu_wrap .tu_link p {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
#tu_wrap .tu_link ._linkbnr {
    display: block;
    width: 390px;
    margin: 0 auto 30px
}
#tu_wrap .tu_link ._linkbnr a {
    transition: all ease .3s;
}
#tu_wrap .tu_link ._linkbnr a:hover {
    filter: brightness(1.05);
}

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

    #tu_wrap {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    #tu_wrap a {
        transition: all ease .3s;
    }
    #tu_wrap::before {
        border-bottom: #00d300 solid 2px;
        width: 100%;
        height: 82vw;
    }
    
    #tu_wrap .tu_mainvisual {
        max-width: inherit;
        width: 94vw;
        padding: 0;
    }
    #tu_wrap .tu_mainvisual ._h1_sub {
        max-width: 75vw;
        margin: 0 auto;
        padding: 5vw 0 3vw;
    }
    
    #tu_wrap .tu_mainvisual h1 {
        box-shadow: 0px 0px 5vw 0px rgba(205, 222, 226, 1);
        display: block;
        border-radius: 5px;
        width: 100%;
        overflow: hidden;
    }
    
    #tu_wrap .tu_read {
        max-width: inherit;
        width: 90vw;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    #tu_wrap .tu_read ._readtext {
        padding: 5vw 0 10vw;
    }
    #tu_wrap .tu_read ._readtext p {
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: normal;
        line-height: 2;
        text-align: justify;
    }
    
    
    #tu_wrap .tu_contents {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
        position: relative;
        z-index: 10;
    }
    
    #tu_wrap .tu_contents ._title {
        background-color: #f2f6f7;
        width: 100%;
        margin-bottom: 1.5em;
        padding: 15px 0;
        position: relative;
    }
    #tu_wrap .tu_contents ._title h2 {
        font-size: 22px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
        text-align: center;
    }
    
    #tu_wrap .tu_contents ._body {
        max-width: inherit;
        width: 90vw;
        margin: 0 auto;
    }
    
    #tu_wrap .tu_contents ._body ._body_text1 {
        font-size: 15px;
    }
    
    #tu_wrap .tu_contents ._body ._body_text2 {
        font-size: 15px;
    }
    
    #tu_wrap .tu_contents ._body ._img1 {
        width: 100%;
    }
    
    #tu_wrap .tu_contents ._body ._fig1 {
        width: 100%;
        max-width: 300px;
    }
    
    #tu_wrap .tu_link {
        background-color: #f2f6f7;
        width: 100%;
        margin: 0 auto;
        padding: 50px 5vw;
    }
    #tu_wrap .tu_link h3 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    #tu_wrap .tu_link p {
        font-size: 10px;
        font-feature-settings: "palt";
        line-height: 1.5;
        text-align: center;
    }
    #tu_wrap .tu_link ._linkbnr {
        display: block;
        width: 100%;
        max-width: 340px;
        margin: 0 auto 20px;
    }
    #tu_wrap .tu_link ._linkbnr a {
        transition: all ease .3s;
    }
    #tu_wrap .tu_link ._linkbnr a:hover {
        filter: brightness(1.05);
    }
}
