@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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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: 750px) {
    .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 {
}

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

#_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 {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#_tu a {
    transition: opacity ease .3s;
}
#_tu a:hover {
    opacity: .75;
}

#_tu > ._tu_header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 25px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#_tu > ._tu_header ._main {
    width: 65.2%;
}

#_tu > ._tu_header ._main h1 {
    display: block;
    width: 90%;
    margin-bottom: 4%;
}

#_tu > ._tu_header ._main figure {
    width: 100%;
}

#_tu > ._tu_header ._sub {
    width: 30.4%;
}
#_tu > ._tu_header ._sub ._logo {
    width: 50%;
    margin: 0 auto 8%;
}
#_tu > ._tu_header ._sub ._btn {
    width: 100%;
    margin: 0 auto 10%;
}
#_tu > ._tu_header ._sub ._readtext1 {
    font-size: 18px;
    font-feature-settings: "palt";
    line-height: 1.8;
    margin-bottom: 20px;
}
#_tu > ._tu_header ._sub ._readtext2 {
    font-size: 14px;
    line-height: 1.6;
}

#_tu > ._tu_contents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 25px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#_tu > ._tu_contents ._main {
    width: 65.2%;
    padding-top: 10px;
}

#_tu > ._tu_contents ._main ._jirei {
    display: block;
    border-top: #000 dotted 1px;
    border-bottom: #000 dotted 1px;
    width: 100%;
    padding: 30px 0 20px;
    position: relative;
}
#_tu > ._tu_contents ._main ._jirei h3 {
    background-color: #fff;
    display: table;
    padding: 0 10px;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    z-index: 10;
}

#_tu > ._tu_contents ._main ._jirei ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#_tu > ._tu_contents ._main ._jirei ul li {
    display: block;
    padding: 20px 0;
}
#_tu > ._tu_contents ._main ._jirei ul li._jirei1 {
    width: 36%;
}
#_tu > ._tu_contents ._main ._jirei ul li._jirei2 {
    width: 26%;
    margin: 0 7%;
}
#_tu > ._tu_contents ._main ._jirei ul li._jirei3 {
    width: 24%;
}
#_tu > ._tu_contents ._main ._jirei ul li._jirei4 {
    width: 21%;
    margin: 0 7% 0;
}
#_tu > ._tu_contents ._main ._jirei ul li._jirei5 {
    width: 21%;
}
#_tu > ._tu_contents ._main ._jirei ul li a {
    display: block;
    position: relative;
    padding-left: 24px;
}
#_tu > ._tu_contents ._main ._jirei ul li a::before {
    content: "";
    display: block;
    background: url(logo_icon.jpg) center center no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#_tu > ._tu_contents ._main ._body {
    width: 100%;
    padding: 60px 0;
}

#_tu > ._tu_contents ._main ._body ._logo1 {
    margin-bottom: 40px;
    width: 337px;
}
#_tu > ._tu_contents ._main ._body ._logo2 {
    margin-bottom: 40px;
    width: 220px;
}
#_tu > ._tu_contents ._main ._body ._logo3 {
    margin-bottom: 40px;
    width: 210px;
}
#_tu > ._tu_contents ._main ._body ._logo4 {
    margin-bottom: 40px;
    width: 184px;
}
#_tu > ._tu_contents ._main ._body ._logo5 {
    margin-bottom: 40px;
    width: 196px;
}

#_tu > ._tu_contents ._main ._body h2 {
    margin-bottom: 25px;
    font-size: 33px;
    font-feature-settings: "palt";
    line-height: 1.5;
    color: #0065b2;
}
#_tu > ._tu_contents ._main ._body ._sub_ttl {
    background: rgb(0,101,178);
    background: linear-gradient(90deg, rgba(0,101,178,1) 0%, rgba(69,189,207,1) 100%);
    padding-bottom: 1px;
    margin-bottom: 36px;
}
#_tu > ._tu_contents ._main ._body ._sub_ttl h3 {
    background-color: #fff;
    display: block;
    width: 100%;
    padding-bottom: .5em;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    color: #0065b2;
}
#_tu > ._tu_contents ._main ._body ._read {
    font-size: 18px;
    font-feature-settings: "palt";
    line-height: 1.9;
    color: #0065b2;
}

#_tu > ._tu_contents ._main ._body ._text1 {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #0065b2;
}
#_tu > ._tu_contents ._main ._body ._text2 {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 2;
}
#_tu > ._tu_contents ._main ._body ._text2 span {
    font-weight: bold;
    color: #0065b2;
}
#_tu > ._tu_contents ._main ._body ._text3 {
    margin-bottom: 1.5em;
    text-indent: 1em;
    font-size: 16px;
    line-height: 2;
}

#_tu > ._tu_contents ._main ._body ._ph1 {
    width: 100%;
    padding: 60px 0;
    position: relative;
}
#_tu > ._tu_contents ._main ._body ._ph1 figure {
    width: 100%;
}
#_tu > ._tu_contents ._main ._body ._ph1 ._profile {
    width: 100%;
    padding-top: 20px;
}
#_tu > ._tu_contents ._main ._body ._ph1 ._profile h4 {
    display: block;
    width: 70px;
    margin: 0 0 12px;
    line-height: 1;
}
#_tu > ._tu_contents ._main ._body ._ph1 ._profile p {
    font-size: 14px;
    line-height: 1.6;
}

#_tu > ._tu_contents ._main ._body ._ph2 {
    width: 100%;
    padding: 50px 0;
    position: relative;
}
#_tu > ._tu_contents ._main ._body ._ph2 figure {
    width: 100%;
}

#_tu > ._tu_contents ._main ._body ._ph3 {
    width: 550px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
#_tu > ._tu_contents ._main ._body ._ph3 figure {
    width: 100%;
}

#_tu > ._tu_contents ._main ._body ._matome {
    background: rgb(0,101,178);
    background: linear-gradient(90deg, rgba(0,101,178,1) 0%, rgba(69,189,207,1) 100%);
    border-radius: 6px;
    margin-top: 50px;
    padding: 0 1px 1px 1px;
    overflow: hidden;
    margin-bottom: 50px;
}
#_tu > ._tu_contents ._main ._body ._matome ._matome_ttl {
    padding: 17px 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#_tu > ._tu_contents ._main ._body ._matome ._matome_body {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 30px;
}
#_tu > ._tu_contents ._main ._body ._matome ._matome_body p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    color: #0065b2;
}

#_tu > ._tu_contents ._main ._body ._exlink {
    display: table;
    margin: 0 auto 36px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
#_tu > ._tu_contents ._main ._body ._exlink a {
    display: block;
    padding-right: 24px;
    color: #0065b2;
    position: relative;
}
#_tu > ._tu_contents ._main ._body ._exlink a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #0065b2;
    line-height: 1;
    width: .6em;
    height: .6em;
    border: 0.15em solid #0065b2;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    position: absolute;
    right: 0;
    top: 31%;
}
#_tu > ._tu_contents ._main ._body ._exlink a span {
    text-decoration: underline;
}

#_tu > ._tu_contents ._main ._body ._pagelink {
    display: block;
    margin-bottom: 36px;
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5;
    text-align: center;
}
#_tu > ._tu_contents ._main ._body ._pagelink a {
    color: #0065b2;
}
#_tu > ._tu_contents ._main ._body ._pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
#_tu > ._tu_contents ._main ._body ._pagination ._link {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    border: solid 1px #0065b2;
    font-size: 16px;
    color: #0065b2;
    font-weight: bold;
    transition: all 0.15s linear;
}
#_tu > ._tu_contents ._main ._body ._pagination ._link._active {
    background: #0065b2;
    color: #fff;
    pointer-events: none;
}
#_tu > ._tu_contents ._main ._body ._pagination ._link:not(._active):hover {
    background: #0065b2;
    color: #fff;
}
#_tu > ._tu_contents ._main ._body ._pagination > * + * {
    margin-left: 10px;
}

#_tu > ._tu_contents ._sub {
    width: 30.4%;
}

#_tu > ._tu_contents ._sub ._ttl {
    margin: 0 auto 20px;
    width: 36%;
}
#_tu > ._tu_contents ._sub ul {
}
#_tu > ._tu_contents ._sub ul li {
    display: block;
    margin-bottom: 10px;
}

#_tu > ._tmip_award {
    background: rgb(0,101,178);
    background: linear-gradient(90deg, rgba(0,101,178,1) 0%, rgba(69,189,207,1) 100%);
    width: 100%;
    padding: 60px 25px;
}

#_tu > ._tmip_award ._main {
    max-width: 810px;
    margin: 0 auto;
}
#_tu > ._tmip_award ._main ._logo {
    width: 100%;
    margin-bottom: 60px;
}
#_tu > ._tmip_award ._main ._btn {
    width: 100%;
    margin-bottom: 36px;
}
#_tu > ._tmip_award ._main ._text {
    width: 92%;
    margin: 0 auto;
}

#_tu > ._about_tmip {
    width: 100%;
    padding: 60px 25px;
}

#_tu > ._about_tmip ._main {
    max-width: 960px;
    margin: 0 auto;
}
#_tu > ._about_tmip ._main ._tmip_contents {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#_tu > ._about_tmip ._main ._tmip_contents ._body1 {
    width: 52%;
}
#_tu > ._about_tmip ._main ._tmip_contents ._body2 {
    width: 100%;
}
#_tu > ._about_tmip ._main ._tmip_contents ._img {
    width: 46%;
}
#_tu > ._about_tmip ._main ._tmip_contents ._img figure {
    display: block;
}

#_tu > ._about_tmip ._main ._tmip_contents ._ttl1 {
    margin-bottom: 30px;
}
#_tu > ._about_tmip ._main ._tmip_contents ._ttl1 ._en_ttl1 {
    width: 117px;
}
#_tu > ._about_tmip ._main ._tmip_contents ._ttl1 ._en_ttl2 {
    width: 304px;
}
#_tu > ._about_tmip ._main ._tmip_contents ._ttl1 ._jp_ttl {
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

#_tu > ._about_tmip ._main ._tmip_contents ._ttl2 {
    margin-bottom: 30px;
}
#_tu > ._about_tmip ._main ._tmip_contents ._ttl2 h3 {
    font-size: 30px;
    line-height: 1.4;
    color: #0065b2;
}

#_tu > ._about_tmip ._main ._tmip_contents ._ttl3 {
    display: block;
    border: #0065b2 solid 2px;
    border-radius: 27px;
    width: 180px;
    margin-bottom: 20px;
    padding: 16px;
    text-align: center;
}
#_tu > ._about_tmip ._main ._tmip_contents ._ttl3 h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #0065b2;
}

#_tu > ._about_tmip ._main ._tmip_contents ._text1 {
    font-size: 16px;
    line-height: 1.9;
}
#_tu > ._about_tmip ._main ._tmip_contents ._text2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
    color: #0065b2;
    text-decoration: underline;
}
#_tu > ._about_tmip ._main ._tmip_contents ._text3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: #0065b2;
}

#_tu > ._about_tmip ._main ._tmip_contents ._fig1 {
    width: 90%;
}

#_tu > ._about_tmip ._main ._tmip_contents ._list1 {
}
#_tu > ._about_tmip ._main ._tmip_contents ._list1 li {
    margin-bottom: 6px;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 16px;
    line-height: 1.4;
}
#_tu > ._about_tmip ._main ._tmip_contents ._list1 li span {
    font-weight: bold;
    color: #0065b2;
}

#_tu > ._about_tmip ._main ._tmip_contents ._judge {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#_tu > ._about_tmip ._main ._tmip_contents ._judge ._item {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._img {
    width: 33%;
}
#_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._body {
    width: 67%;
    padding: 0 18px;
}
#_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._body ._t1 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #0065b2;
}
#_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._body ._t2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #0065b2;
}
#_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._body ._t3 {
    font-size: 14px;
    line-height: 1.5;
}

#_tu > ._about_tmip ._main ._entry {
    width: 100%;
}
#_tu > ._about_tmip ._main ._entry ._btn {
    width: 100%;
}
#_tu > ._about_tmip ._main ._entry ._text {
    padding-top: .8em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #0065b2;
}
#_tu > ._about_tmip ._main ._entry ._text a {
    color: #0065b2;
}


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

    #_tu {
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    #_tu a {
        transition: opacity ease .3s;
    }
    #_tu a:hover {
        opacity: .75;
    }

    #_tu > ._tu_header {
        max-width: inherit;
        margin: 0 auto;
        padding: 5vw;
        display: block;
        position: relative;
    }

    #_tu > ._tu_header ._main {
        width: 100%;
        padding-top: 12vw;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    #_tu > ._tu_header ._main h1 {
        display: block;
        width: 100%;
        margin-bottom: 4vw;
        order: 2;
    }

    #_tu > ._tu_header ._main figure {
        width: 100%;
        order: 1;
        margin-bottom: 5vw;
    }

    #_tu > ._tu_header ._sub {
        width: 100%;
    }
    #_tu > ._tu_header ._sub ._logo {
        position: absolute;
        left: 5vw;
        top: 5vw;
        width: 30vw;
        margin: 0;
    }
    #_tu > ._tu_header ._sub ._btn {
        position: absolute;
        right: 5vw;
        top: 5vw;
        width: 50vw;
        margin: 0;
    }
    #_tu > ._tu_header ._sub ._readtext1 {
        font-size: 14px;
        font-feature-settings: "palt";
        line-height: 1.8;
        margin-bottom: 2vw;
    }
    #_tu > ._tu_header ._sub ._readtext2 {
        font-size: 10px;
        line-height: 1.4;
    }

    #_tu > ._tu_contents {
        max-width: inherit;
        margin: 0 auto;
        padding: 5vw 5vw 10vw;
        display: block;
    }

    #_tu > ._tu_contents ._main {
        width: 100%;
        padding-top: 0;
    }

    #_tu > ._tu_contents ._main ._jirei {
        display: block;
        border-top: #000 dotted 1px;
        border-bottom: #000 dotted 1px;
        width: 100%;
        padding: 5vw 0 4vw;
        position: relative;
    }
    #_tu > ._tu_contents ._main ._jirei h3 {
        background-color: #fff;
        display: table;
        padding: 0 2vw;
        position: absolute;
        left: 50%;
        top: -2vw;
        transform: translateX(-50%);
        font-size: 4vw;
        font-weight: bold;
        line-height: 1;
        z-index: 10;
    }

    #_tu > ._tu_contents ._main ._jirei ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    #_tu > ._tu_contents ._main ._jirei ul li {
        display: block;
        padding: 3vw 0;
    }
    #_tu > ._tu_contents ._main ._jirei ul li._jirei1 {
        width: 48%;
    }
    #_tu > ._tu_contents ._main ._jirei ul li._jirei2 {
        width: 33%;
        margin: 0 0 0 6%;
    }
    #_tu > ._tu_contents ._main ._jirei ul li._jirei3 {
        width: 30%;
    }
    #_tu > ._tu_contents ._main ._jirei ul li._jirei4 {
        width: 28%;
        margin: 0 6% 0;
    }
    #_tu > ._tu_contents ._main ._jirei ul li._jirei5 {
        width: 28%;
    }
    #_tu > ._tu_contents ._main ._jirei ul li a {
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 4.5vw;
    }
    #_tu > ._tu_contents ._main ._jirei ul li a::before {
        content: "";
        display: block;
        background: url(logo_icon.jpg) center center no-repeat;
        background-size: 100% 100%;
        width: 3vw;
        height: 3vw;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #_tu > ._tu_contents ._main ._body {
        width: 100%;
        padding: 6vw 0;
    }

    #_tu > ._tu_contents ._main ._body ._logo1 {
        margin-bottom: 24px;
        width: 200px;
    }
    #_tu > ._tu_contents ._main ._body ._logo2 {
        margin-bottom: 24px;
        width: 130px;
    }
    #_tu > ._tu_contents ._main ._body ._logo3 {
        margin-bottom: 24px;
        width: 120px;
    }
    #_tu > ._tu_contents ._main ._body ._logo4 {
        margin-bottom: 24px;
        width: 108px;
    }
    #_tu > ._tu_contents ._main ._body ._logo5 {
        margin-bottom: 24px;
        width: 118px;
    }

    #_tu > ._tu_contents ._main ._body h2 {
        margin-bottom: 15px;
        font-size: 21px;
        line-height: 1.4;
    }
    #_tu > ._tu_contents ._main ._body ._sub_ttl {
        background: rgb(0,101,178);
        background: linear-gradient(90deg, rgba(0,101,178,1) 0%, rgba(69,189,207,1) 100%);
        padding-bottom: 1px;
        margin-bottom: 10px;
    }
    #_tu > ._tu_contents ._main ._body ._sub_ttl h3 {
        background-color: #fff;
        display: block;
        width: 100%;
        padding-bottom: .5em;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        color: #0065b2;
    }
    #_tu > ._tu_contents ._main ._body ._read {
        font-size: 15px;
        font-feature-settings: "palt";
        line-height: 1.7;
        color: #0065b2;
    }

    #_tu > ._tu_contents ._main ._body ._text1 {
        font-size: 15px;
    }
    #_tu > ._tu_contents ._main ._body ._text2 {
        font-size: 15px;
    }
    #_tu > ._tu_contents ._main ._body ._text2 span {
        font-weight: bold;
        color: #0065b2;
    }
    #_tu > ._tu_contents ._main ._body ._text3 {
        text-indent: 1em;
        font-size: 15px;
        line-height: 2;
    }

    #_tu > ._tu_contents ._main ._body ._ph1 {
        width: 100%;
        padding: 8vw 0;
        position: relative;
    }
    #_tu > ._tu_contents ._main ._body ._ph1 figure {
        width: 100%;
        position: absolute;
        left: 0;
        top: 8vw;
    }
    #_tu > ._tu_contents ._main ._body ._ph1 ._profile {
        width: 60%;
        padding-top: 30vw;
        position: relative;
        z-index: 10;
    }
    #_tu > ._tu_contents ._main ._body ._ph1 ._profile._posi_r {
        width: 100%;
        padding-top: 30vw;
        padding-left: 40%;
        position: relative;
        z-index: 10;
    }
    #_tu > ._tu_contents ._main ._body ._ph1 ._profile h4 {
        display: block;
        width: 50px;
        margin: 0 0 5px;
        padding-left: 1px;
        line-height: 1;
    }
    #_tu > ._tu_contents ._main ._body ._ph1 ._profile p {
        font-size: 10px;
        line-height: 1.4;
    }

    #_tu > ._tu_contents ._main ._body ._ph2 {
        width: 100%;
        padding: 30px 0;
        position: relative;
    }
    #_tu > ._tu_contents ._main ._body ._ph2 figure {
        width: 100%;
    }

    #_tu > ._tu_contents ._main ._body ._ph3 {
        width: 75vw;
        margin: 0 auto;
        padding: 30px 0;
        position: relative;
    }
    #_tu > ._tu_contents ._main ._body ._ph3 figure {
        width: 100%;
    }

    #_tu > ._tu_contents ._main ._body ._matome {
        border-radius: 6px;
        margin-top: 30px;
        padding: 0 1px 1px 1px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    #_tu > ._tu_contents ._main ._body ._matome ._matome_ttl {
        padding: 14px;
        font-size: 17px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    #_tu > ._tu_contents ._main ._body ._matome ._matome_body {
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        padding: 14px;
    }
    #_tu > ._tu_contents ._main ._body ._matome ._matome_body p {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.8;
        color: #0065b2;
    }

    #_tu > ._tu_contents ._main ._body ._exlink {
        display: table;
        margin: 0 auto 20px;
        font-size: 12px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.5;
    }
    #_tu > ._tu_contents ._main ._body ._exlink a {
        display: block;
        padding-right: 14px;
        color: #0065b2;
        position: relative;
    }
    #_tu > ._tu_contents ._main ._body ._exlink a::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        color: #0065b2;
        line-height: 1;
        width: .6em;
        height: .6em;
        border: 0.15em solid #0065b2;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateX(-25%) rotate(45deg);
        position: absolute;
        right: 0;
        top: 31%;
    }
    #_tu > ._tu_contents ._main ._body ._exlink a span {
        text-decoration: underline;
    }

    #_tu > ._tu_contents ._main ._body ._pagelink {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.5;
        text-align: center;
    }
    #_tu > ._tu_contents ._main ._body ._pagelink a {
        color: #0065b2;
    }
    #_tu > ._tu_contents ._main ._body ._pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #_tu > ._tu_contents ._main ._body ._pagination ._link {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: hidden;
        background: #fff;
        border: solid 1px #0065b2;
        font-size: 14px;
        color: #0065b2;
        font-weight: bold;
        transition: all 0.15s linear;
    }

    #_tu > ._tu_contents ._sub {
        width: 100%;
    }

    #_tu > ._tu_contents ._sub ._ttl {
        margin: 0 auto 3vw;
        width: 25vw;
    }
    #_tu > ._tu_contents ._sub ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #_tu > ._tu_contents ._sub ul li {
        display: block;
        width: 49.4%;
        margin-bottom: 1vw;
    }

    #_tu > ._tmip_award {
        background: rgb(0,101,178);
        background: linear-gradient(90deg, rgba(0,101,178,1) 0%, rgba(69,189,207,1) 100%);
        width: 100%;
        padding: 8vw 6vw;
    }

    #_tu > ._tmip_award ._main {
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu > ._tmip_award ._main ._logo {
        width: 100%;
        margin-bottom: 6vw;
    }
    #_tu > ._tmip_award ._main ._btn {
        width: 100%;
        margin-bottom: 6vw;
    }
    #_tu > ._tmip_award ._main ._text {
        width: 92%;
        margin: 0 auto;
    }

    #_tu > ._about_tmip {
        width: 100%;
        padding: 8vw 5vw;
    }

    #_tu > ._about_tmip ._main {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }
    #_tu > ._about_tmip ._main ._tmip_contents {
        width: 100%;
        padding-bottom: 40px;
        display: block;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._body1 {
        width: 100%;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._body2 {
        width: 100%;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._img {
        width: 100%;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._img figure {
        display: block;
        width: 70vw;
        margin: 0 auto;
    }

    #_tu > ._about_tmip ._main ._tmip_contents ._ttl1 {
        margin-bottom: 18px;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._ttl1 ._en_ttl1 {
        width: 90px;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._ttl1 ._en_ttl2 {
        width: 246px;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._ttl1 ._jp_ttl {
        padding-top: 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }

    #_tu > ._about_tmip ._main ._tmip_contents ._ttl2 {
        margin-bottom: 15px;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._ttl2 h3 {
        font-size: 23px;
        font-feature-settings: "palt";
        line-height: 1.4;
        color: #0065b2;
    }

    #_tu > ._about_tmip ._main ._tmip_contents ._ttl3 {
        display: block;
        border: #0065b2 solid 1px;
        border-radius: 20px;
        width: 160px;
        margin-bottom: 15px;
        padding: 10px;
        text-align: center;
        position: relative;
        z-index: 20;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._ttl3 h3 {
        font-size: 17px;
        font-weight: bold;
        line-height: 1;
        color: #0065b2;
    }

    #_tu > ._about_tmip ._main ._tmip_contents ._text1 {
        font-size: 15px;
        line-height: 2;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._text2 {
        font-size: 20px;
        font-feature-settings: "palt";
        font-weight: bold;
        line-height: 1.6;
        color: #0065b2;
        text-decoration: underline;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._text3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
        color: #0065b2;
    }

    #_tu > ._about_tmip ._main ._tmip_contents ._fig1 {
        width: 90vw;
        margin-bottom: -35vw;
    }

    #_tu > ._about_tmip ._main ._tmip_contents ._list1 {
        position: relative;
        z-index: 2;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._list1 li {
        margin-bottom: 6px;
        text-indent: -1em;
        margin-left: 1em;
        font-size: 11px;
        font-feature-settings: "palt";
        line-height: 1.4;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._list1 li span {
        display: block;
        font-weight: bold;
        color: #0065b2;
    }

    #_tu > ._about_tmip ._main ._tmip_contents ._judge {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._judge ._item {
        width: 50%;
        display: block;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._img {
        width: 130px;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._body {
        width: 100%;
        padding: 15px 7% 0 0;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._body ._t1 {
        margin-bottom: 10px;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        color: #0065b2;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._body ._t2 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        color: #0065b2;
    }
    #_tu > ._about_tmip ._main ._tmip_contents ._judge ._item ._body ._t3 {
        font-size: 10px;
        line-height: 1.4;
    }

    #_tu > ._about_tmip ._main ._entry {
        width: 100%;
    }
    #_tu > ._about_tmip ._main ._entry ._btn {
        width: 100%;
    }
    #_tu > ._about_tmip ._main ._entry ._text {
        padding-top: .8em;
        font-size: 10px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.2;
        text-align: center;
        color: #0065b2;
    }
    #_tu > ._about_tmip ._main ._entry ._text a {
        color: #0065b2;
    }
}
