@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: #f2f6f8;
}

@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 {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}
#tu_wrap .tu_headtitle {
    background: #000 url(bg.jpg) center bottom no-repeat;
    background-size: 100% 4px;
    width: 100%;
    padding: 50px 150px 20px;
    position: relative;
}
#tu_wrap .tu_headtitle p {
    display: block;
    max-width: 750px;
    margin: 0 auto;
}

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

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

#tu_wrap .tu_mainvisual h1 {
    width: 50%;
    position: absolute;
    left: 47%;
    top: 10%;
}
#tu_wrap .tu_mainvisual ._read {
    background-color: #000;
    width: 53%;
    max-width: 700px;
    padding: 5px 0;
    position: absolute;
    left: 47%;
    top: 36%;
}
#tu_wrap .tu_mainvisual ._read ._read_body {
    position: relative;
    padding: 15px 20px;
}
#tu_wrap .tu_mainvisual ._read ._read_body::before,
#tu_wrap .tu_mainvisual ._read ._read_body::after {
    content: "";
    display: block;
    background: url(bg.jpg) center top no-repeat;
    background-size: 100% 2px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
}
#tu_wrap .tu_mainvisual ._read ._read_body::before {
    top: 0;
}
#tu_wrap .tu_mainvisual ._read ._read_body::after {
    bottom: 0;
}
#tu_wrap .tu_mainvisual ._read ._read_body p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
    color: #fff;
}
@media screen and (max-width:1000px) {
    #tu_wrap .tu_mainvisual ._read ._read_body p {
        font-size: 15px;
    }
}
#tu_wrap .tu_contents {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
    position: relative;
}

#tu_wrap .tu_contents .contents_title {
    background: #000 url(bg.jpg) center bottom no-repeat;
    background-size: 100% 2px;
    width: 100%;
    margin-bottom: 50px;
    padding: 20px;
    position: relative;
}
#tu_wrap .tu_contents .contents_title h2 {
    display: block;
    max-width: 550px;
    margin: 0 auto;
}

#tu_wrap .tu_contents .contents_body {
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto;
}

#tu_wrap .tu_contents .text_1 {
    display: block;
    max-width: 840px;
    margin: 0 auto 2em;
    font-size: 16px;
    line-height: 2;
}
#tu_wrap .tu_contents .text_1 .notes {
    display: block;
    font-size: 60%;
}

#tu_wrap .tu_contents .img1 {
    width: 750px;
    margin: 0 auto 40px;
}

#tu_wrap .tu_contents .img2 {
    width: 720px;
    margin: 0 auto 40px;
}

#tu_wrap .tu_contents .fig1 {
    background-color: #d29c79;
    box-shadow: 0px 0px 20px 0px #eac4ac;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#tu_wrap .tu_contents .fig1 .fig1_item {
    width: 30%;
}
#tu_wrap .tu_contents .fig1 .fig1_item figure {
    width: 100%;
}
#tu_wrap .tu_contents .fig1 .fig1_item p {
    padding-top: 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

#tu_wrap .tu_contents .fig2 {
    background: url(bg2.jpg) center top repeat-y;
    background-size: 100% auto;
    box-shadow: 0px 0px 20px 0px #eac4ac;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 40px;
    padding: 160px 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
#tu_wrap .tu_contents .fig2 .fig2_img {
    width: 240px;
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
}
#tu_wrap .tu_contents .fig2 .fig2_item {
    width: calc(50% - 20px);
}
#tu_wrap .tu_contents .fig2 .fig2_item h3 {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#tu_wrap .tu_contents .fig2 .fig2_item p {
    border-bottom: #fff solid 1px;
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

#tu_wrap .tu_contents .point {
    background-color: #000;
    width: 100%;
    margin: 0 auto 40px;
}
#tu_wrap .tu_contents .point .point_title {
    background: url(bg.jpg) center bottom no-repeat;
    background-size: 100% 4px;
    padding: 24px;
}
#tu_wrap .tu_contents .point .point_title h2 {
    width: 414px;
    margin: 0 auto;
}
#tu_wrap .tu_contents .point .point_body {
    padding: 30px;
}
#tu_wrap .tu_contents .point .point_body .point_body_img {
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    margin: 0 auto;
}
#tu_wrap .tu_contents .point .point_body .point_body_img figure {
    border: #efd1be solid 1px;
    width: calc(50% - 10px);
}
#tu_wrap .tu_contents .point .point_body .point_body_text {
    padding-top: 20px;
}
#tu_wrap .tu_contents .point .point_body .point_body_text p {
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 2.2;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
}
#tu_wrap .tu_contents .point .point_body .point_body_text p .notes {
    display: block;
    font-size: 60%;
}

#tu_wrap .tu_contents .link {
    width: 100%;
}
#tu_wrap .tu_contents .link .link_img {
    width: 660px;
    margin: 0 auto 30px;
}
#tu_wrap .tu_contents .link .link_btn {
    width: 560px;
    margin: 0 auto;
}
#tu_wrap .tu_contents .link .link_btn a {
    transition: all ease .3s;
}
#tu_wrap .tu_contents .link .link_btn a:hover {
    opacity: .8;
}


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

    #tu_wrap {
    }

    #tu_wrap .tu_headtitle {
        background: #000 url(bg.jpg) center bottom no-repeat;
        background-size: 100% 3px;
        width: 100%;
        padding: 5vw;
        position: relative;
    }
    #tu_wrap .tu_headtitle p {
        display: block;
        max-width: inherit;
        margin: 0 auto;
    }
    
    #tu_wrap .tu_mainvisual {
        width: 100%;
        position: relative;
    }
    
    #tu_wrap .tu_mainvisual ._img {
        width: 100%;
    }
    
    #tu_wrap .tu_mainvisual h1 {
        width: 92vw;
        position: absolute;
        left: 4vw;
        top: 90vw;
    }
    #tu_wrap .tu_mainvisual ._read {
        background-color: #000;
        width: 100%;
        max-width: inherit;
        padding: 0;
        position: relative;
        left: auto;
        top: auto;
    }
    #tu_wrap .tu_mainvisual ._read ._read_body {
        position: relative;
        padding: 5vw;
    }
    #tu_wrap .tu_mainvisual ._read ._read_body::before,
    #tu_wrap .tu_mainvisual ._read ._read_body::after {
        content: "";
        display: block;
        background: url(bg.jpg) center top no-repeat;
        background-size: 100% 2px;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
    }
    #tu_wrap .tu_mainvisual ._read ._read_body::before {
        top: 0;
    }
    #tu_wrap .tu_mainvisual ._read ._read_body::after {
        bottom: 0;
    }
    #tu_wrap .tu_mainvisual ._read ._read_body p {
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        text-align: justify;
        color: #fff;
    }
    @media screen and (max-width:1000px) {
        #tu_wrap .tu_mainvisual ._read ._read_body p {
            font-size: 15px;
        }
    }

    #tu_wrap .tu_contents {
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5vw;
        position: relative;
    }
    
    #tu_wrap .tu_contents .contents_title {
        background: #000 url(bg.jpg) center bottom no-repeat;
        background-size: 100% 2px;
        width: 100%;
        margin-bottom: 8vw;
        padding: 5vw 0;
        position: relative;
    }
    #tu_wrap .tu_contents .contents_title h2 {
        display: block;
        max-width: inherit;
        width: 92vw;
        margin: 0 auto;
    }
    
    #tu_wrap .tu_contents .contents_body {
        max-width: inherit;
        padding: 0 5vw;
        margin: 0 auto;
    }
    
    #tu_wrap .tu_contents .text_1 {
        display: block;
        max-width: inherit;
        margin: 0 auto 2em;
        font-size: 15px;
        line-height: 2;
    }
    #tu_wrap .tu_contents .text_1 .notes {
        display: block;
        font-size: 60%;
    }
    
    #tu_wrap .tu_contents .img1 {
        width: 100%;
        margin: 0 auto 2em;
    }
    
    #tu_wrap .tu_contents .img2 {
        width: 100%;
        margin: 0 auto 2em;
    }
    
    #tu_wrap .tu_contents .fig1 {
        background-color: #d29c79;
        box-shadow: 0px 0px 4vw 0px #eac4ac;
        border-radius: 3vw;
        width: 80vw;
        margin: 0 auto 2em;
        padding: 5vw;
        display: block;
    }
    #tu_wrap .tu_contents .fig1 .fig1_item {
        border-bottom: #fff solid 1px;
        width: 100%;
        margin-bottom: 4vw;
        padding-bottom: 4vw;
    }
    #tu_wrap .tu_contents .fig1 .fig1_item._noborder {
        border-bottom: none;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #tu_wrap .tu_contents .fig1 .fig1_item figure {
        width: 100%;
    }
    #tu_wrap .tu_contents .fig1 .fig1_item p {
        padding-top: 6px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
    }
    
    #tu_wrap .tu_contents .fig2 {
        background: url(bg2.jpg) center top repeat-y;
        background-size: 100% auto;
        box-shadow: 0px 0px 4vw 0px #eac4ac;
        border-radius: 3vw;
        overflow: hidden;
        width: 100%;
        margin: 0 auto 2em;
        padding: 32vw 3vw 4vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
    }
    #tu_wrap .tu_contents .fig2 .fig2_img {
        width: 50vw;
        position: absolute;
        left: 50%;
        top: 4vw;
        transform: translateX(-50%);
    }
    #tu_wrap .tu_contents .fig2 .fig2_item {
        width: calc(50% - 3vw);
    }
    #tu_wrap .tu_contents .fig2 .fig2_item h3 {
        display: block;
        background-color: #fff;
        border-radius: 3px;
        width: 100%;
        padding: 6px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #tu_wrap .tu_contents .fig2 .fig2_item p {
        border-bottom: #fff solid 1px;
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 12px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
        text-align: center;
        color: #fff;
    }
    
    #tu_wrap .tu_contents .point {
        background-color: #000;
        width: 100%;
        margin: 0 auto 2em;
    }
    #tu_wrap .tu_contents .point .point_title {
        background: url(bg.jpg) center bottom no-repeat;
        background-size: 100% 3px;
        padding: 6vw 0;
    }
    #tu_wrap .tu_contents .point .point_title h2 {
        width: 70vw;
        margin: 0 auto;
    }
    #tu_wrap .tu_contents .point .point_body {
        padding: 4vw;
    }
    #tu_wrap .tu_contents .point .point_body .point_body_img {
        display: flex;
        justify-content: space-between;
        max-width: inherit;
        margin: 0 auto;
    }
    #tu_wrap .tu_contents .point .point_body .point_body_img figure {
        width: calc(50% - 2vw);
    }
    #tu_wrap .tu_contents .point .point_body .point_body_text {
        padding-top: 12px;
    }
    #tu_wrap .tu_contents .point .point_body .point_body_text p {
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 2;
        text-align: justify;
        letter-spacing: .05em;
        color: #fff;
    }
    #tu_wrap .tu_contents .point .point_body .point_body_text p .notes {
        display: block;
        font-size: 60%;
        font-weight: normal;
        letter-spacing: 0;
    }
    
    #tu_wrap .tu_contents .link {
        width: 100%;
    }
    #tu_wrap .tu_contents .link .link_img {
        width: 90vw;
        margin: 0 auto 2vw;
    }
    #tu_wrap .tu_contents .link .link_btn {
        width: 90vw;
        margin: 0 auto;
    }
    #tu_wrap .tu_contents .link .link_btn a {
        transition: all ease .3s;
    }
    #tu_wrap .tu_contents .link .link_btn a:hover {
        opacity: .8;
    }
}
