@charset "UTF-8";


html{
    font-size: 625%;
}
body {
	position: relative;
	width: 100%;
	color: #111;
	text-align: left;
    font-size: .16em;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", 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;
	/* font-feature-settings:"palt"; */
}

.sans-serif {
	font-family: 'Oswald', sans-serif;
}
.serif {
	font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
figure {
    display: block;
    margin: 0;
    padding: 0;
}

.keycolor1 {
    color: #901d22;
}

.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: 60%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
}

@media only screen and (max-width: 750px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
}



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

/* ================================================= */
/* footer */
/* ================================================= */
#tu__footer {
    background-color: #ffffff;
    max-width: 1080px;
	width: 100%;
    margin: 0 auto;
}
.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: #ffffff;
    max-width: 1080px;
	width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}

#tu__wrap > .tu__title {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
#tu__wrap > .tu__title p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #000000;
    width: 100%;
    height: 32px;
    padding-left: 12px;
    line-height: 1;
}
#tu__wrap > .tu__title p span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
#tu__wrap > .tu__title h1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    width: 100%;
    height: 130px;
    padding-left: 12px;
    line-height: 1;
}
#tu__wrap > .tu__title h1 span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    color: #e2001c;
}

#tu__wrap > .tu_read {
    background-color: #f4f4f4;
    border-top: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 15px 25px;
}
#tu__wrap > .tu_read .read_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
#tu__wrap > .tu_read .read_text span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

#tu__wrap > .tu_contents {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px;
    padding-bottom: 1px;
}

#tu__wrap > .tu_contents .ttl {
    background-color: #f4f4f4;
    border-left: #e2001c solid 5px;
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#tu__wrap > .tu_contents .ttl h2 {
    font-size: 26px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
}

#tu__wrap > .tu_contents .text_unit {
    width: 100%;
    padding: 0 20px;
    position: relative;
}
#tu__wrap > .tu_contents .text_unit .body_text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#tu__wrap > .tu_contents .text_unit .body_text1 ._notes {
    display: block;
    font-size: 10px;
}

#tu__wrap > .tu_contents .ph {
    width: 100%;
    margin: 0 auto 2em;
    position: relative;
}
#tu__wrap > .tu_contents .ph figure.img1 {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
#tu__wrap > .tu_contents .ph figure.img2 {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
#tu__wrap > .tu_contents .ph p {
    padding-top: .5em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #d40512;
}

#tu__wrap > .tu_contents .fig {
    width: 100%;
    margin: 0 auto 2em;
    position: relative;
}
#tu__wrap > .tu_contents .fig h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#tu__wrap > .tu_contents .fig table {
    border-top: #000000 solid 1px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
#tu__wrap > .tu_contents .fig table th {
    background-color: #f4f4f4;
    border-bottom: #000000 solid 1px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
#tu__wrap > .tu_contents .fig table td {
    background-color: #ffffff;
    border-bottom: #000000 solid 1px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.4;
}
#tu__wrap > .tu_contents .fig table th.txt-center,
#tu__wrap > .tu_contents .fig table td.txt-center {
    text-align: center;
    white-space: nowrap;
}
#tu__wrap > .tu_contents .fig table th.txt-red,
#tu__wrap > .tu_contents .fig table td.txt-red {
    color: #e2001c;
    font-weight: bold;
    white-space: nowrap;
}


#tu__wrap > .tu__contactlink {
    border: #000000 solid 1px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 0;
}
#tu__wrap > .tu__contactlink ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
#tu__wrap > .tu__contactlink ul li {
    display: block;
    padding: 0;
    margin: 0 20px;
}
#tu__wrap > .tu__contactlink ul li._title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
#tu__wrap > .tu__contactlink ul li._link {
    position: relative;
    padding-left: 15px;
}
#tu__wrap > .tu__contactlink ul li._link a {
    display: block;
    font-size: 18px;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
}


#tu__wrap > .tu__contactlink ul li._link a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    left: 0;
    top: 5px;
}

#tu__wrap > .tu__contactlink ul li._link a::before {
    transform: rotate(45deg);
}


#tu__wrap > ._notes {
    width: 500px;
    margin: 0 auto;
    padding: 40px 0;
}




@media only screen and (max-width: 750px) {
    
    #tu__wrap {
        width: 100%;
        padding: 8vw 4vw;
    }

    #tu__wrap > .tu__title {
    }
    #tu__wrap > .tu__title p {
        height: 7vw;
        padding-left: 3vw;
        line-height: 1;
    }
    #tu__wrap > .tu__title p span {
        font-size: 4vw;
    }
    #tu__wrap > .tu__title h1 {
        width: 100%;
        height: 40vw;
        padding-left: 3vw;
        line-height: 1;
    }
    #tu__wrap > .tu__title h1 span {
        font-size: 7vw;
    }

    #tu__wrap > .tu_read {
        width: 100%;
        margin: 0 auto 25px;
        padding: 3vw;
    }
    #tu__wrap > .tu_read .read_text {
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
    }

    #tu__wrap > .tu_contents {
        margin: 0 auto 8vw;
        padding-bottom: 1px;
    }

    #tu__wrap > .tu_contents .ttl {
        height: 20vw;
        margin-bottom: 20px;
        padding-left: 3vw;
    }
    #tu__wrap > .tu_contents .ttl h2 {
        font-size: 5.5vw;
        line-height: 1.3;
    }

    #tu__wrap > .tu_contents .text_unit {
        padding: 0;
    }
    #tu__wrap > .tu_contents .text_unit .body_text1 {
        font-size: 15px;
    }

    #tu__wrap > .tu_contents .ph {
        width: 100%;
        margin: 0 auto 2em;
        position: relative;
    }
    #tu__wrap > .tu_contents .ph figure.img1 {
        width: 45vw;
    }
    #tu__wrap > .tu_contents .ph figure.img2 {
        width: 100%;
        max-width: 560px;
    }
    #tu__wrap > .tu_contents .ph p {
        font-size: 13px;
    }

    #tu__wrap > .tu_contents .fig {
    }
    #tu__wrap > .tu_contents .fig h3 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    #tu__wrap > .tu_contents .fig table th {
        padding: 6px 8px;
        font-size: 13px;
        font-feature-settings: "palt";
    }
    #tu__wrap > .tu_contents .fig table td {
        padding: 6px 8px;
        font-size: 13px;
        font-feature-settings: "palt";
    }


    #tu__wrap > .tu__contactlink {
        border: #000000 solid 1px;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 15px 0;
    }
    #tu__wrap > .tu__contactlink ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #tu__wrap > .tu__contactlink ul li {
        display: block;
        padding: 0;
        margin: 0 12px;
    }
    #tu__wrap > .tu__contactlink ul li._title {
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
    }
    #tu__wrap > .tu__contactlink ul li._link {
        position: relative;
        padding-left: 12px;
    }
    #tu__wrap > .tu__contactlink ul li._link a {
        display: block;
        font-size: 15px;
        line-height: 1;
        text-decoration: underline;
        text-underline-offset: 3px;
    }


    #tu__wrap > .tu__contactlink ul li._link a::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        position: absolute;
        left: 0;
        top: 5px;
    }

    #tu__wrap > .tu__contactlink ul li._link a::before {
        transform: rotate(45deg);
    }

    #tu__wrap > ._notes {
        width: 90vw;
        margin: 0 auto;
        padding: 8vw 0 0;
    }
}
