@charset "utf-8"; /* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP vertical";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700-vertical.woff2") format("woff2"), url("fonts/NS-700-vertical.woff") format("woff");
    font-display: swap;
}

:root {
    margin-top: 0 !important;
}

/*----------------------------------------------------------------------------
　reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table, tr, th, td, caption {
    vertical-align: middle;
    text-align: left;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

textarea {
    vertical-align: top;
}

/*----------------------------------------------------------------------------
　Base
-----------------------------------------------------------------------------*/
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #2d2d2d;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: none;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

a {
    color: #2d2d2d;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

strong {
    font-weight: bold;
}

body, html {
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.sp_br {
    display: none;
}

.pc_br {
    display: block;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

.wh {
    color: #fff;
}

.c01 {
    color: #154a7d;
}

.c02 {
    color: #dc0032;
}

.fb {
    font-weight: bold;
}

.fb span {
    font-weight: bold;
}

.br20 {
    /* border-radius: 20px; */
}

.br30 {
    border-radius: 30px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
    }

    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

    .br20 {
        border-radius: 10px;
    }

    .br30 {
        border-radius: 15px;
    }
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
    width: 100%;
    min-width: 1100px;
    box-sizing: border-box;
}

header .boxInner {
    display: flex;
    position: relative;
}

header .sitename_wrap {
    padding: 2rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
}

.header_lower {
    background: #d5e7f3;
    padding: 0 2rem 5rem;
    border-radius: 0 0 30px 30px;
}

.header_lower .logo_wrap {
    background: #d5e7f3;
    width: 230px;
    padding: 1rem 0;
    border-radius: 0 0 20px 0;
}

.header_lower .logo_wrap a {
    display: block;
}

.header_lower .logo {
    width: 180px;
    margin: auto;
}

.header_lower .sitename_wrap {
    width: calc(100% - 230px);
}

.header_lower .sitename_wrap a {
    display: flex;
}

.header_lower .sitename {
    margin: 0 2rem 0 0;
}

.header_lower .header_lower_img {
    margin: -6rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    header {
        min-width: 100%;
    }

    header .sitename_wrap {
        padding: 5px 0 5px;
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .header_lower {
        padding: 0 1rem 1.5rem;
        border-radius: 0 0 15px 15px;
    }

    .header_lower .logo_wrap {
        background: none;
        width: 25%;
        padding: 5px 0;
        border-radius: 0 0 10px 0;
    }

    .header_lower .logo {
        width: 100%;
    }

    .header_lower .sitename_wrap {
        width: 75%;
        margin: 0 0 0 1rem;
    }

    .header_lower .sitename_wrap a {
        display: block;
    }

    .header_lower .sitename {
        margin: 0 0 0 0;
    }

    .header_lower .header_lower_img {
        margin: 1rem 0 0;
    }
}

/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
    display: table;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #eaf3f9;
    box-shadow: 4px 4px 0 0 #dfdfdf;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10000;
}

#hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
}

#hb-menu span {
    display: block;
    background: #154a7d;
    width: 35px;
    height: 2px;
    margin: auto;
    border-radius: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#hb-menu span:nth-of-type(2), #hb-menu span:nth-of-type(3) {
    margin-top: 11px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span:nth-of-type(1) {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -ms-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
}

.hb-open #hb-menu span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.hb-open #hb-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
}

/* overlay */
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
    z-index: 9999;
    transition: 0.2s;
}

.hb-open .overlay {
    background: none;
    pointer-events: auto;
}

/*----- g-nav -----*/
.g-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.g-nav .g-nav-inner {
    position: fixed;
    top: 0;
    right: 0;
    background: #154a7d;
    width: 45%;
    height: 100%;
    padding: 12rem 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .5s;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    z-index: 9999;
}

.hb-open .g-nav .g-nav-inner {
    position: fixed;
    top: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.hb_menu_wrapper {
    max-width: 80%;
    margin: auto;
}

.hb_menu {
    margin-bottom: 0;
}

.hb_menu:last-child {
    margin-bottom: 0;
}

.hb_menu_title {
    padding: 2rem 0 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.hb_menu_title_link {
    display: block;
    padding: 0 3rem 0 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
}

.hb_menu_title_link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #dc0032;
    border-right: 2px solid #dc0032;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hb_menu_list {
    display: block;
    margin-top: 0;
}

.hb_menu_list_item {
    width: 100%;
    margin: 2rem 0 2rem 2rem;
    padding: 0 0;
    box-sizing: border-box;
    position: relative;
}

.hb_menu_list_item:first-child {
    display: none;
}

.hb_menu_list_link {
    display: block;
    padding: 0 0 0 1.5rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}

.hb_menu_list_link::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    background: #dc0032;
    width: 8px;
    height: 1px;
}

/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    /*----- hb-menu -----*/ #hb-menu {
        display: table;
        position: fixed;
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        background: #fff;
        box-sizing: border-box;
        border: 1px solid #eaf3f9;
        box-shadow: 2px 2px 0 0 #dfdfdf;
        border-radius: 3px;
        cursor: pointer;
        z-index: 10000;
    }

    #hb-menu .hb-inner {
        display: table-cell;
        vertical-align: middle;
    }

    #hb-menu span {
        display: block;
        background: #154a7d;
        width: 25px;
        height: 1px;
        margin: auto;
        border-radius: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #hb-menu span:nth-of-type(2), #hb-menu span:nth-of-type(3) {
        margin-top: 7px;
    }

    /* ナビゲーションアイコン：アクティブ */
    .hb-open #hb-menu span:nth-of-type(1) {
        -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
        -ms-transform: translateY(7px) translateX(0) rotate(45deg);
        transform: translateY(7px) translateX(0) rotate(45deg);
    }

    .hb-open #hb-menu span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .hb-open #hb-menu span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
        transform: translateY(-7px) translateX(0) rotate(-45deg);
    }

    /* overlay */
    .overlay {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: transparent;
        pointer-events: none;
        z-index: 9999;
        transition: 0.2s;
    }

    .hb-open .overlay {
        background: none;
        pointer-events: auto;
    }

    /*----- g-nav -----*/
    .g-nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
    }

    .g-nav .g-nav-inner {
        position: fixed;
        top: 0;
        right: 0;
        background: #154a7d;
        width: 100%;
        height: 100%;
        padding: 6rem 2rem;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        transition: .5s;
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        z-index: 9999;
    }

    .hb-open .g-nav .g-nav-inner {
        position: fixed;
        top: 0;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

    .hb_menu_wrapper {
        max-width: 100%;
        margin: auto;
    }

    .hb_menu {
        margin-bottom: 0;
    }

    .hb_menu:last-child {
        margin-bottom: 0;
    }

    .hb_menu_title {
        padding: 1.5rem 2.5rem 1.5rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        position: relative;
    }

    .hb_menu_title:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: none;
        border-top: solid 1px #dc0032;
        border-right: solid 1px #dc0032;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .hb_menu_title.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hb_menu_title.first {
        padding: 1.5rem 0 1.5rem 0;
    }

    .hb_menu_title.first:after {
        display: none;
    }

    .hb_menu_title_link {
        display: block;
        padding: 0 0 0 0;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.6;
        pointer-events: none;
        position: relative;
    }

    .hb_menu_title_link:after {
        display: none;
    }

    .hb_menu_title.first .hb_menu_title_link {
        pointer-events: auto;
        position: relative;
    }

    .hb_menu_title.first .hb_menu_title_link:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: none;
        border-top: solid 1px #dc0032;
        border-right: solid 1px #dc0032;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hb_menu_list {
        display: none;
        box-sizing: border-box;
        margin-top: 0;
    }

    .hb_menu_list_item {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        position: relative;
    }

    .hb_menu_list_item:first-child {
        display: block;
    }

    .hb_menu_list_link {
        display: block;
        padding: 1.5rem 2rem 1.5rem 1.5rem;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.6;
        position: relative;
    }

    .hb_menu_list_link::before {
        display: none;
    }

    .hb_menu_list_link::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 1px solid #dc0032;
        border-right: 1px solid #dc0032;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .g-nav .close {
        width: 80%;
        margin: 3rem auto 0;
        padding: 1.5rem 1.5rem;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 100px;
    }
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
    width: 1100px;
    margin: 0 auto 0;
    color: #ffa2b8;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

#pankuzu a {
    display: inline-block;
    text-decoration: underline;
    color: #ffa2b8;
    line-height: 1.8;
}

#pankuzu a:hover {
    text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    #pankuzu {
        width: 100%;
        margin: 0 auto 0;
        padding: 0 0 0.5rem 0;
        box-sizing: border-box;
        font-size: 1.2rem;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #pankuzu::-webkit-scrollbar {
        height: 3px;
    }

    #pankuzu::-webkit-scrollbar-track {
        background: #efefef;
        margin: 0 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    #pankuzu::-webkit-scrollbar-thumb {
        background: #cacaca;
        border-radius: 0;
        box-shadow: none;
    }
}

/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
    background: #f0f4f7;
    width: 100%;
    min-width: 1100px;
    box-sizing: border-box;
}

.l-footer-area br {
    display: none;
}

.l-footer-area__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 6rem 0 5rem;
}

.l-footer-logo {
    max-width: 190px;
    margin: auto;
}

.l-footer-logo a {
    display: block;
}

.l-footer-menu-wrapper {
    margin: 6rem auto 0;
}

.l-footer-menu {
    margin-bottom: 4rem;
}

.l-footer-menu:last-child {
    margin-bottom: 0;
}

.l-footer-menu__title {
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #c9cccf;
    position: relative;
}

.l-footer-menu__title__link {
    display: inline-block;
    padding: 0 3rem 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
}

.l-footer-menu__title__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #dc0032;
    border-right: 2px solid #dc0032;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.l-footer-menu__list {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin-top: 3rem;
}

.l-footer-menu__list__item {
    width: calc(100% / 3);
    margin-bottom: 1.5rem;
    padding: 0 2rem;
    box-sizing: border-box;
    position: relative;
}

.l-footer-menu__list__item:first-child {
    display: none;
}

.l-footer-menu__list__link {
    display: block;
    padding: 0 2rem 0 0;
    font-size: 1.5rem;
    line-height: 1.6;
    position: relative;
}

.l-footer-menu__list__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #dc0032;
    border-right: 2px solid #dc0032;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.l-footer-submenu__list {
    margin: 1rem 0 0 0;
    padding: 0 2rem;
}

.l-footer-submenu__list__item {
    margin: 0 0 1rem 0;
    position: relative;
}

.l-footer-submenu__list__link {
    display: block;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}

.l-footer-submenu__list__link::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    background: #dc0032;
    width: 8px;
    height: 1px;
}

.l-footer-area .menseki {
    background: #fafafa;
    max-width: 880px;
    margin: 5rem auto 0;
    padding: 2rem 3rem;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 2;
}

.l-footer-area .menseki span {
    display: inline-block;
}

.l-footer-area .ucp {
    margin: 1.5rem auto 0;
    font-size: 1rem;
    text-align: center;
    line-height: 1.8;
}

.l-footer-copy-wrapper {
    background: #f0f4f7;
}

.l-footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 0;
    font-size: 1.3rem;
    line-height: 1.5;
}

.l-footer-copy a {
    display: inline-block;
    text-decoration: underline;
}

.l-footer-copy a:hover {
    text-decoration: none;
}

.l-footer-copy .sitemap {
    width: 15%;
    margin: 0 0 0 4rem;
    box-sizing: border-box;
    text-align: right;
}

.l-footer-copy .sitemap a {
    padding: 0 1.5rem 0 0;
    position: relative;
}

.l-footer-copy .sitemap a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #dc0032;
    border-right: 1px solid #dc0032;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .l-footer-area {
        min-width: 100%;
    }

    .l-footer-area__inner {
        max-width: 100%;
        padding: 5rem 1.5rem 4rem;
    }

    .l-footer-logo {
        width: 40%;
    }

    .l-footer-menu-wrapper {
        margin: 3rem auto 0;
    }

    .l-footer-menu {
        margin-bottom: 0;
    }

    .l-footer-menu__title {
        padding: 1.5rem 2.5rem 1.5rem 0;
    }

    .l-footer-menu__title:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: none;
        border-top: solid 1px #dc0032;
        border-right: solid 1px #dc0032;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .l-footer-menu__title.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .l-footer-menu__title__link {
        display: block;
        padding: 0 0 0 0;
        font-size: 1.5rem;
        pointer-events: none;
    }

    .l-footer-menu__title__link:after {
        display: none;
    }

    .l-footer-menu__list {
        display: none;
        margin-top: 0;
    }

    .l-footer-menu__list__item {
        width: 100%;
        margin-bottom: 0;
        padding: 0 0;
        border-bottom: 1px solid #c9cccf;
    }

    .l-footer-menu__list__item:first-child {
        display: block;
    }

    .l-footer-menu__list__link {
        padding: 1.5rem 2rem 1.5rem 1.5rem;
        font-size: 1.4rem;
    }

    .l-footer-menu__list__link:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 1px solid #dc0032;
        border-right: 1px solid #dc0032;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .l-footer-submenu__list {
        margin: 0 0 0 0;
        padding: 0 0;
    }

    .l-footer-submenu__list__item {
        margin: 0 0 0 0;
        border-top: 1px solid #c9cccf;
    }

    .l-footer-submenu__list__link {
        padding: 1.5rem 0 1.5rem 3rem;
    }

    .l-footer-submenu__list__link::before {
        content: "";
        position: absolute;
        top: 26px;
        left: 15px;
        background: #fff;
        width: 6px;
        height: 1px;
    }

    .l-footer-area .menseki {
        max-width: 100%;
        margin: 3rem auto 0;
        padding: 1.5rem 1.5rem;
        font-size: 1rem;
    }

    .l-footer-area .ucp {
        margin: 1rem auto 0;
    }

    .l-footer-copy {
        display: block;
        max-width: 100%;
        padding: 1rem 1rem;
        font-size: 1.2rem;
        text-align: center;
    }

    .sitemap {
        margin: 2rem 0 0 0;
        text-align: center;
    }

    .sitemap a {
        padding: 0 1rem 0 0;
        font-size: 1.4rem;
        text-decoration: underline;
        position: relative;
    }

    .sitemap a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-top: 1px solid #dc0032;
        border-right: 1px solid #dc0032;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 65px;
    z-index: 0;
}

.l-pagetop__link {
    display: block;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .l-pagetop {
        bottom: 10px;
        right: 5px;
        width: 45px;
    }
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
    background: #f3f3f3;
    margin: 6rem 0 0;
    border-radius: 20px;
}

#side .side_ttl {
    background: #d5e7f3;
    padding: 2rem 2rem;
    font-size: 2.2rem;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

#side .side_block {
    padding: 2rem 2rem;
}

#side .sideBox .sttl {
    border-bottom: 1px solid #dedede;
}

#side .sideBox:last-child .sttl {
    border-bottom: none;
}

#side .sideBox .sttl a {
    display: block;
    padding: 1.5rem 3rem 1.5rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}

#side .sideBox:first-child .sttl a {
    padding: 0 3rem 1.5rem 0;
}

#side .sideBox:last-child .sttl a {
    padding: 1.5rem 3rem 0 0;
}

#side .sideBox .sttl a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow_04.png") left top no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    box-sizing: border-box;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents_wrap {
    width: 100%;
    min-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.contents {
    width: 1100px;
    margin: auto;
    padding: 0 0 12rem;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

#category, #page {
    float: left;
    width: 810px;
    margin: 0!important;
    padding: 0!important;
    box-sizing: border-box;
}

#side {
    float: right;
    width: 250px;
    box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .contents_wrap {
        min-width: 100%;
    }

    .contents {
        width: 100%;
        min-width: 100%;
        padding: 0 2rem 6rem;
    }

    #category, #page {
        float: inherit;
        width: 100%;
    }

    #side {
        display: none;
    }
}

/*--------------------------------------
　Title
---------------------------------------*/
h2, h3, h4, h5, h6, .cc {
    font-weight: bold;
    line-height: 1.5;
    box-sizing: border-box;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    display: block;
    font-weight: bold;
    box-sizing: border-box;
}

h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: bold;
}

.contents .h1_wrap {
    background: #dc0032;
    margin: -10rem 0 8rem;
    padding: 2rem 5rem 3rem;
    border-radius: 20px 20px 20px 0;
    position: relative;
}

.contents .h1_wrap:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent transparent #dc0032;
}

.contents .h1_wrap::after {
    content: "このサイトはグッドスピードをスポンサーとして、Zenkenが運営しています。";
    position: absolute;
    top: 100%;
    left: 0;
    margin: 3rem 0 0 5rem;
    color: #888;
    font-size: 1.1rem;
    line-height: 1.5;
}

.contents h1 {
    margin: 1.5rem 0 0;
    color: #fff;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}

.contents h2 {
    background: #154a7d;
    background: -moz-linear-gradient(125deg, #093869 0%, #093869 8%, #154a7d 8%, #154a7d 100%);
    background: -webkit-linear-gradient(125deg, #093869 0%, #093869 8%, #154a7d 8%, #154a7d 100%);
    background: linear-gradient(125deg, #093869 0%, #093869 8%, #154a7d 8%, #154a7d 100%);
    margin: 4rem 0 2rem;
    padding: 2rem 3rem 2rem 4rem;
    color: #fff;
    font-size: 3.4rem;
    border-radius: 5px;
    position: relative;
}

.contents h2 a {
    padding: 0 5rem 0 0;
    color: #fff;
    position: relative;
}

.contents h2 a::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -40px;
    width: calc(100% + 7rem);
    height: calc(100% + 4rem);
}

.contents h2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow_02.png") left top no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    box-sizing: border-box;
}

.contents h3 {
    margin: 4rem 0 2rem;
    padding: 0 0 1.5rem 2.5rem;
    font-size: 2.8rem;
    border-bottom: 2px solid #c5c5c5;
    position: relative;
}

.contents h3::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    background: #dc0032;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 50%;
}

.contents h3::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #dc0032;
    width: 70px;
    height: 2px;
    box-sizing: border-box;
}

.contents h3 a {
    padding: 0 5rem 0 0;
    position: relative;
}

.contents h3 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1.5rem);
}

.contents h3 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    box-sizing: border-box;
}

.contents h4 {
    color: #154a7d;
    margin: 4rem 0 2rem;
    font-size: 2.2rem;
    position: relative;
}

.contents h4::after {
    content: "";
    display: block;
    background: #154a7d;
    width: 30px;
    height: 2px;
    margin: 1.5rem 0 0;
    box-sizing: border-box;
}

.contents h4 a {
    display: inline-block;
    padding: 0 3rem 0 0;
    color: #154a7d;
    position: relative;
}

.contents h4 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .contents .h1_wrap {
        margin: -2rem 0 8rem;
        padding: 1.5rem 1.5rem 2rem;
        border-radius: 10px 10px 10px 0;
    }

    .contents .h1_wrap:before {
        border-width: 0 0 20px 20px;
    }

    .contents .h1_wrap::after {
        margin: 2rem 0 0 2rem;
        font-size: 1.1rem;
    }

    .contents h1 {
        margin: 1rem 0 0;
        font-size: 2.5rem;
    }

    .contents h2 {
        margin: 3rem 0 2rem;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        font-size: 2.2rem;
        border-radius: 3px;
    }

    .contents h2 a {
        padding: 0 3.5rem 0 0;
    }

    .contents h2 a::before {
        top: -15px;
        left: -15px;
        width: calc(100% + 3rem);
        height: calc(100% + 3rem);
    }

    .contents h2 a::after {
        background: url("img/arrow_02.png") left top no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    .contents h3 {
        margin: 3rem 0 2rem;
        padding: 0 0 1rem 2rem;
        font-size: 1.8rem;
        border-bottom: 1px solid #c5c5c5;
    }

    .contents h3::before {
        top: 9px;
        width: 10px;
        height: 10px;
    }

    .contents h3::after {
        bottom: -1px;
        width: 40px;
        height: 1px;
    }

    .contents h3 a {
        padding: 0 3.5rem 0 0;
    }

    .contents h3 a::before {
        height: calc(100% + 1rem);
    }

    .contents h3 a::after {
        background: url("img/arrow_01.png") left top no-repeat;
        background-size: contain;
        width: 22px;
        height: 22px;
        margin-top: -11px;
    }

    .contents h4 {
        margin: 3rem 0 2rem;
        font-size: 1.6rem;
    }

    .contents h4::after {
        width: 20px;
        height: 1px;
        margin: 1rem 0 0;
    }

    .contents h4 a {
        padding: 0 2.5rem 0 0;
    }

    .contents h4 a::after {
        background: url("img/arrow_01.png") left top no-repeat;
        background-size: contain;
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }
}

/*--------------------------------------
　テキスト
---------------------------------------*/
.contents p {
    margin: 2rem 0 2rem;
    font-size: 1.4rem;
    line-height: 2;
}

.contents p a {
    text-decoration: underline;
}

.contents p a:hover {
    text-decoration: none;
}

.txt_bold {
    color: #dc0032;
    font-weight: bold;
}

.marker {
    background: linear-gradient(transparent 90%, #dc0032 0%);
    font-weight: bold;
}

p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    color: #888;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: auto;
    overflow-y: hidden;
}

p.caption::-webkit-scrollbar {
    /*height: 2px;*/
    display: none;
}

p.caption a {
    color: #888;
    text-decoration: underline;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .contents p {
        margin: 2rem 0 2rem;
        line-height: 1.8;
    }

    p.caption {
        margin: 1rem 0 0 0!important;
        font-size: 1rem;
    }
}

/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
    margin: 4rem 0 4rem;
}

.contents ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
}

.contents ul li:last-child {
    margin: 0 0 0 0;
}

.contents ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    background: #154a7d;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border-radius: 50%;
}

.contents ul li a {
    display: inline-block;
    text-decoration: underline;
}

.contents ul li a:hover {
    text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    /*----- ulリスト -----*/ .contents ul {
        margin: 2rem 0 2rem;
    }

    .contents ul li {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .contents ul li::before {
        top: 10px;
    }
}

/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a, .btn-internal a {
    display: block;
    max-width: 430px;
    margin: 4rem auto 4rem;
    padding: 3rem 7.5rem 3rem 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 100px;
    text-decoration: none!important;
    box-shadow: 5px 5px 0px 0px #dfdfdf;
    position: relative;
}

/*----- btn-web（外部リンク） -----*/
.btn-web a {
    background: #dc0032;
    background: -moz-linear-gradient(150deg, #dc0032 0%, #dc0032 70%, #be002d 70%, #be002d 100%);
    background: -webkit-linear-gradient(150deg, #dc0032 0%, #dc0032 70%, #be002d 70%, #be002d 100%);
    background: linear-gradient(150deg, #dc0032 0%, #dc0032 70%, #be002d 70%, #be002d 100%);
}

.btn-web a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url("img/arrow_03.png") left top no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
    margin-top: -21px;
}

/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
    background: #154a7d;
    background: -moz-linear-gradient(150deg, #154a7d 0%, #154a7d 70%, #0f3e69 70%, #0f3e69 100%);
    background: -webkit-linear-gradient(150deg, #154a7d 0%, #154a7d 70%, #0f3e69 70%, #0f3e69 100%);
    background: linear-gradient(150deg, #154a7d 0%, #154a7d 70%, #0f3e69 70%, #0f3e69 100%);
}

.btn-internal a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url("img/arrow_02.png") left top no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
    margin-top: -21px;
}

/*----- btn-link（テキストリンク） -----*/
.btn-link {
    text-align: right;
}

.btn-link a {
    display: inline-block;
    margin: 4rem 0 4rem;
    padding: 0 3.5rem 0 0;
    color: #154a7d;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
    position: relative;
}

.btn-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow_04.png") left top no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

.btn-link a:hover {
    text-decoration: none;
}

/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
    display: none;
}

/*----- btnBox -----*/
.btnBox {
    display: flex;
    justify-content: center;
}

.btnBox > div {
    width: 370px;
    margin: 0 1.5rem;
}

.btnBox > div a {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .btn-web a, .btn-internal a {
        max-width: 90%;
        margin: 3rem auto 3rem;
        padding: 2rem 4.5rem 2rem 2.5rem;
        font-size: 1.4rem;
        box-shadow: 4px 4px 0px 0px #dfdfdf;
        text-align: center;
    }

    /*----- btn-web（外部リンク） -----*/
    .btn-web a::after {
        right: 15px;
        background: url("img/arrow_03.png") left top no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    /*----- btn-internal（内部リンク） -----*/
    .btn-internal a::after {
        right: 15px;
        background: url("img/arrow_02.png") left top no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    /*----- btn-link（テキストリンク） -----*/
    .btn-link a {
        margin: 3rem 0 3rem;
        padding: 0 2.5rem 0 0;
    }

    .btn-link a::after {
        background: url("img/arrow_04.png") left top no-repeat;
        background-size: 100% auto;
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    /*----- btn-tel（電話ボタン） -----*/
    .btn-tel a {
        display: block;
        background: #2D2D2D;
        background: -moz-linear-gradient(150deg, #2D2D2D 0%, #2D2D2D 70%, #000 70%, #000 100%);
        background: -webkit-linear-gradient(150deg, #2D2D2D 0%, #2D2D2D 70%, #000 70%, #000 100%);
        background: linear-gradient(150deg, #2D2D2D 0%, #2D2D2D 70%, #000 70%, #000 100%);
        max-width: 90%;
        margin: 3rem auto 3rem;
        padding: 2rem 5rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        border-radius: 100px;
        text-decoration: none!important;
        box-shadow: 4px 4px 0px 0px #dfdfdf;
        position: relative;
    }

    .btn-tel a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translate(0,-50%);
        background: url("img/icon_tel.png") left top no-repeat;
        background-size: contain;
        width: 23px;
        height: 23px;
    }

    /*----- btnBox -----*/
    .btnBox {
        display: block;
    }

    .btnBox > div {
        width: 90%;
        margin: 0 auto 2rem;
    }

    .btnBox > div:last-child {
        margin: 0 auto 0;
    }

    .btnBox > div a {
        display: block;
    }
}

/*--------------------------------------
　Table
---------------------------------------*/
table {
    background: #fff;
    width: 100%;
    margin: 8rem 0 8rem;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #9d9d9d;
}

table th {
    background: #f3f3f3;
    padding: 1.5rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    word-break: break-all;
    border-left: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
}

table th a {
    font-weight: bold;
    text-decoration: underline;
}

table th a:hover {
    text-decoration: none;
}

table td {
    padding: 1.5rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    word-break: break-all;
    border-left: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
}

table td a {
    text-decoration: underline;
}

table td a:hover {
    text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    table {
        margin: 5rem 0 5rem;
    }

    table th {
        display: block;
        padding: 1.2rem;
        font-size: 1.4rem;
        border-left: none;
        border-bottom: 1px solid #9d9d9d;
    }

    table td {
        display: block;
        padding: 1.2rem;
        font-size: 1.4rem;
        border-left: none;
        border-bottom: 1px solid #9d9d9d;
    }

    table tbody tr:last-child td:last-child {
        border-bottom: none;
    }
}

/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
    margin: 8rem 0 8rem;
    box-sizing: border-box;
}

.float-img {
    position: relative;
}

.float-img .flame img {
    display: block;
    width: auto;
    margin: auto;
    vertical-align: top;
    /* border-radius: 20px; */
}

.float-img.fl {
    float: left;
    width: 330px;
    padding-right: 4rem;
}

.float-img.fr {
    float: right;
    width: 330px;
    padding-left: 4rem;
}

.float-img .caption {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    color: #888;
    text-align: center;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
}

.float-wrap .catch-copy {
    margin: 2rem 0 2rem 0;
    color: #154a7d;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.float-wrap p {
    margin: 3rem 0 3rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .float-wrap {
        margin: 5rem 0 5rem;
    }

    .float-img .flame img {
        border-radius: 10px;
    }

    .float-img.fl {
        float: inherit;
        width: 100%;
        padding-right: 0;
    }

    .float-img.fr {
        float: inherit;
        width: 100%;
        padding-left: 0;
    }

    .float-img .caption {
        margin: 1rem 0 1.5rem 0;
    }

    .float-wrap .catch-copy {
        margin: 1.5rem 0 1.5rem 0;
        font-size: 1.8rem;
    }

    .float-wrap p {
        margin: 1.5rem 0 1.5rem;
    }
}

/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
    background: #f3f3f3;
    margin: 10rem 0 10rem;
    padding: 4rem 6rem 4rem;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
}

.toc_parts .toc_ttl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 2rem;
    border-bottom: 2px solid #d2d2d2;
}

.toc_parts .toc_ttl {
    width: calc(100% - 140px);
    padding: 0 0 0 2rem;
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
}

.toc_parts .toc_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background: #dc0032;
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    border-radius: 50%;
}

.toc_parts .eng_img {
    width: 140px;
}

#toc {
    margin: 3rem 0 0 0;
    padding: 0 0 3rem;
}

#toc ol.chapter {
    margin: 0 0 0;
}

#toc ol.chapter li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 3.5rem;
    font-size: 1.5rem;
    line-height: 1.8;
    overflow-wrap: break-word;
    position: relative;
    counter-increment: toccount;
}

#toc ol.chapter li::before {
    content: counter(toccount,decimal-leading-zero);
    position: absolute;
    top: -5px;
    left: 0;
    background: none;
    width: inherit;
    height: inherit;
    border-radius: 0;
    color: #154a7d;
    font-size: 2rem;
    font-weight: bold;
}

#toc ol.chapter li:last-child {
    margin: 0 0 0 0;
}

#toc ol.chapter li a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
}

#toc .chapter .chapter {
    margin: 1rem 0 0 4rem;
}

#toc .chapter .chapter li {
    margin: 0 0 1rem;
    padding: 0 0 0 2rem;
    font-size: 1.5rem;
    position: relative;
    counter-increment: none;
}

#toc .chapter .chapter li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #2d2d2d;
    border-right: solid 1px #2d2d2d;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#toc .chapter .chapter li a {
    font-weight: 400;
}

#toc .chapter li br {
    display: none;
}

.toc_acc_box input {
    display: none;
}

.toc_acc_box label {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background: #fff;
    max-width: 240px;
    margin: auto;
    padding: 2rem 5rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #f3f3f3;
    border-radius: 100px;
    cursor: pointer;
    z-index: 2;
}

.toc_acc_box label::before, .toc_acc_box label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background: #3a2429;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    transition: all 0.3s ease;
}

.toc_acc_box label::after {
    transform: rotate(90deg);
}

.toc_acc_box input:checked + label::before {
    display: none;
}

.toc_acc_box input:checked + label::after {
    transform: rotate(180deg);
}

.toc_acc_box label span {
    font-weight: bold;
}

.toc_acc_box label span::before {
    content: "もっと見る";
}

.toc_acc_box input:checked + label span::before {
    content: "閉じる";
}

.toc_acc_box .toc_parts_inner {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.toc_acc_box input:checked ~ .toc_parts_inner {
    height: auto;
}

.toc_acc_box .toc_parts_inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(243,243,243,0) 0%, rgba(243,243,243,.9) 50%, rgba(243,243,243,.9) 50%, #f3f3f3 100%);
    background: linear-gradient(top, rgba(243,243,243,0) 0%, rgba(243,243,243,.9) 50%, rgba(243,243,243,.9) 50%, #f3f3f3 100%);
    width: 100%;
    height: 50px;
    z-index: 1;
}

.toc_acc_box input:checked ~ .toc_parts_inner::before {
    background: none;
    height: auto;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .toc_parts {
        margin: 6rem 0 6rem;
        padding: 2rem 2rem 2rem;
        border-radius: 10px;
    }

    .toc_parts .toc_ttl_wrap {
        padding: 0 0 1rem;
        border-bottom: 1px solid #d2d2d2;
    }

    .toc_parts .toc_ttl {
        width: 65%;
        padding: 0 0 0 1.5rem;
        font-size: 1.8rem;
    }

    .toc_parts .toc_ttl::before {
        width: 8px;
        height: 8px;
    }

    .toc_parts .eng_img {
        width: 30%;
    }

    #toc {
        margin: 2rem 0 0 0;
        padding: 0 0 2rem;
    }

    #toc ol.chapter li {
        margin: 0 0 1rem 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    #toc ol.chapter li::before {
        top: -4px;
        font-size: 1.8rem;
    }

    #toc .chapter .chapter {
        margin: 1rem 0 0 3.5rem;
    }

    #toc .chapter .chapter li {
        margin: 0 0 1rem;
        padding: 0 0 0 1.5rem;
        font-size: 1.5rem;
    }

    #toc .chapter .chapter li::before {
        top: 6px;
        width: 6px;
        height: 6px;
    }

    .toc_acc_box label {
        bottom: -20px;
        max-width: 65%;
        padding: 1.2rem 4rem;
        font-size: 1.5rem;
    }

    .toc_acc_box label::before, .toc_acc_box label::after {
        width: 16px;
        height: 1px;
    }

    .toc_acc_box .toc_parts_inner {
        height: 200px;
    }
}

/*--------------------------------------
　ra_parts
---------------------------------------*/
.ra_parts {
    background: #f3f3f3;
    margin: 10rem 0 10rem;
    padding: 4rem 6rem 4rem;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
}

.ra_parts .ra_ttl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 2rem;
    border-bottom: 2px solid #d2d2d2;
}

.ra_parts .ra_ttl {
    width: calc(100% - 190px);
    padding: 0 0 0 2rem;
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
}

.ra_parts .ra_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background: #dc0032;
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    border-radius: 50%;
}

.ra_parts .eng_img {
    width: 190px;
}

.ra_block {
    margin: 3rem 0 0 0;
}

.ra_block ul {
    margin: 0 0 0 0;
    padding: 0 0;
}

.ra_block ul li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
}

.ra_block ul li:last-child {
    margin: 0 0 0 0;
}

.ra_block ul li::before {
    display: none;
}

.ra_block ul li a {
    padding: 0 0 0 3rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.ra_block ul li a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url("img/arrow_06.png") left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .ra_parts {
        margin: 6rem 0 6rem;
        padding: 2rem 2rem 2rem;
        border-radius: 10px;
    }

    .ra_parts .ra_ttl_wrap {
        padding: 0 0 1rem;
        border-bottom: 1px solid #d2d2d2;
    }

    .ra_parts .ra_ttl {
        width: 55%;
        padding: 0 0 0 1.5rem;
        font-size: 1.8rem;
    }

    .ra_parts .ra_ttl::before {
        width: 8px;
        height: 8px;
    }

    .ra_parts .eng_img {
        width: 40%;
    }

    .ra_block {
        margin: 2rem 0 0 0;
    }

    .ra_block ul li {
        margin: 0 0 1rem 0;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .ra_block ul li a {
        padding: 0 0 0 2.5rem;
    }

    .ra_block ul li a::before {
        top: 5px;
        background: url("img/arrow_06.png") left top no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
}

/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts {
    background: #154a7d;
    background: -moz-linear-gradient(125deg, #154a7d 0%, #154a7d 70%, #0f3a6a 70%, #0f3a6a 100%);
    background: -webkit-linear-gradient(125deg, #154a7d 0%, #154a7d 70%, #0f3a6a 70%, #0f3a6a 100%);
    background: linear-gradient(125deg, #154a7d 0%, #154a7d 70%, #0f3a6a 70%, #0f3a6a 100%);
    margin: 10rem 0 10rem;
    padding: 4rem 4rem 5rem;
}

.sv_parts p {
    margin: 0 0 0;
}

.sv_parts .flex {
    display: flex;
    justify-content: space-between;
}

.sv_parts .imgBox {
    width: 270px;
}

.sv_parts .caption {
    color: #fff;
    text-align: center;
}

.sv_parts .txtBox {
    width: calc(100% - 310px);
}

.sv_parts .sb {
    display: inline-block;
    background: #d5e7f3;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    border-radius: 10px 10px 10px 0;
    position: relative;
}

.sv_parts .sb::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent transparent #d5e7f3;
}

.sv_parts .sv_ttl {
    margin: 2rem 0 0;
    font-size: 2.8rem;
    line-height: 1.5;
}

.sv_parts .txt {
    margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sv_parts {
        margin: 6rem 0 6rem;
        padding: 2rem 2rem 3rem;
    }

    .sv_parts .flex {
        display: block;
    }

    .sv_parts .imgBox {
        width: 100%;
        margin: 2rem 0 0;
    }

    .sv_parts .txtBox {
        width: 100%;
    }

    .sv_parts .sb {
        padding: 1rem 1.5rem;
        font-size: 1.4rem;
        border-radius: 5px 5px 5px 0;
    }

    .sv_parts .sb::after {
        border-width: 0 0 10px 10px;
    }

    .sv_parts .sv_ttl {
        margin: 1.5rem 0 0;
        font-size: 2rem;
    }

    .sv_parts .txt {
        margin: 1.5rem 0 0;
    }
}

/*--------------------------------------
　iv_parts
---------------------------------------*/
.iv_parts {
    margin: 10rem 0 10rem;
}

.iv_parts p {
    margin: 0 0 0;
}

.iv_block01 {
    background: #eef5f9;
    padding: 4rem 4rem 5rem;
    position: relative;
}

.iv_block01 .eng_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
}

.iv_block01 .upper {
    padding: 0 0 2rem;
    border-bottom: 2px solid #bbd1df;
    position: relative;
    z-index: 1;
}

.iv_block01 .flex {
    display: flex;
    justify-content: space-between;
}

.iv_block01 .boxL {
    width: calc(100% - 190px);
}

.iv_block01 ul.tag {
    display: flex;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.iv_block01 ul.tag li {
    margin: 0 1rem 0 0;
    padding: 0 0 0 0;
}

.iv_block01 ul.tag li::before {
    display: none;
}

.iv_block01 ul.tag li span {
    display: inline-block;
    background: #dc0032;
    padding: 5px 1rem 5px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    border-radius: 5px;
}

.iv_block01 .name {
    margin: 2rem 0 0;
    font-size: 2.5rem;
}

.iv_block01 .cc {
    margin: 2rem 0 0;
    font-size: 2.2rem;
}

.iv_block01 .boxR {
    width: 150px;
}

.iv_block01 .txt {
    margin: 2rem 0 0;
}

.iv_block02 {
    margin: 5rem 0 0;
}

.iv_block02 .q_txt {
    margin: 0 0 4rem;
    padding: 0 0 0 5rem;
    font-size: 2.2rem;
    line-height: 1.5;
    position: relative;
}

.iv_block02 .q_txt::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    background: #dc0032;
    width: 40px;
    height: 2px;
    box-sizing: border-box;
}

.iv_block02 .a_item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5rem;
}

.iv_block02 .a_item:last-child {
    margin: 0 0 0;
}

.iv_block02 .a_item.rev {
    flex-flow: row-reverse;
}

.iv_block02 .txtBox {
    width: calc(100% - 300px);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.iv_block02 .name {
    display: inline-block;
    background: #154a7d;
    padding: 8px 1.5rem 8px;
    font-size: 1.5rem;
    border-radius: 5px;
}

.iv_block02 .txt {
    margin: 1.5rem 0 0;
}

.iv_block02 .imgBox {
    width: 300px;
    margin: 0 4rem 0 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.iv_block02 .a_item.rev .imgBox {
    margin: 0 0 0 4rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .iv_parts {
        margin: 6rem 0 6rem;
    }

    .iv_block01 {
        padding: 2rem 2rem 3rem;
    }

    .iv_block01 .eng_img {
        width: 70%;
    }

    .iv_block01 .upper {
        padding: 0 0 1.5rem;
        border-bottom: 1px solid #bbd1df;
    }

    .iv_block01 .flex {
        display: block;
    }

    .iv_block01 .boxL {
        width: 100%;
    }

    .iv_block01 ul.tag {
        display: block;
    }

    .iv_block01 ul.tag li {
        margin: 0 0 5px 0;
    }

    .iv_block01 ul.tag li:last-child {
        margin: 0 0 0 0;
    }

    .iv_block01 ul.tag li span {
        padding: 5px 5px 5px;
        font-size: 1.3rem;
        border-radius: 3px;
    }

    .iv_block01 .name {
        margin: 1.5rem 0 0;
        font-size: 1.8rem;
    }

    .iv_block01 .cc {
        margin: 1.5rem 0 0;
        font-size: 1.6rem;
    }

    .iv_block01 .boxR {
        width: 100%;
    }

    .iv_block01 .imgBox {
        position: absolute;
        top: -40px;
        right: -10px;
        width: 35%;
    }

    .iv_block01 .txt {
        margin: 1.5rem 0 0;
    }

    .iv_block02 {
        margin: 3rem 0 0;
    }

    .iv_block02 .q_txt {
        margin: 0 0 2rem;
        padding: 0 0 0 3rem;
        font-size: 1.8rem;
    }

    .iv_block02 .q_txt::before {
        top: 14px;
        width: 20px;
        height: 1px;
    }

    .iv_block02 .a_item {
        display: block;
        margin: 0 0 3rem;
    }

    .iv_block02 .txtBox {
        width: 100%;
    }

    .iv_block02 .name {
        padding: 5px 1rem 5px;
        font-size: 1.4rem;
        border-radius: 3px;
    }

    .iv_block02 .txt {
        margin: 1rem 0 0;
    }

    .iv_block02 .imgBox {
        float: left;
        width: 40%;
        margin: 0 1rem 0 0;
    }

    .iv_block02 .a_item.rev .imgBox {
        float: right;
        margin: 0 0 0 1rem;
    }
}

/*--------------------------------------
　voice_parts
---------------------------------------*/
.voice_parts {
    margin: 10rem 0 10rem;
}

.voice_parts p {
    margin: 0 0 0;
}

.voice_parts .voice_item {
    background: #eaf3f9;
    margin: 0 0 6rem;
    padding: 4rem 5rem 4rem;
    border-radius: 20px 20px 20px 0;
    position: relative;
}

.voice_parts .voice_item:last-child {
    margin: 0 0 0;
}

.voice_parts .voice_item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent transparent #eaf3f9;
}

.voice_parts .icon {
    position: absolute;
    top: -30px;
    width: 130px;
}

.voice_parts .voice_item:nth-child(odd) .icon {
    right: 50px;
}

.voice_parts .voice_item:nth-child(even) .icon {
    left: 50px;
}

.voice_parts .voice_ttl {
    width: calc(100% - 170px);
    font-size: 2.4rem;
    line-height: 1.5;
}

.voice_parts .voice_item:nth-child(even) .voice_ttl {
    margin: 0 0 0 auto;
}

.voice_parts .txt {
    margin: 3rem 0 0;
}

.voice_parts .caption {
    text-align: right;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .voice_parts {
        margin: 6rem 0 6rem;
    }

    .voice_parts .voice_item {
        margin: 0 0 4rem;
        padding: 2rem 2rem 3rem;
        border-radius: 10px 10px 10px 0;
    }

    .voice_parts .voice_item::after {
        border-width: 0 0 20px 20px;
    }

    .voice_parts .icon {
        top: -20px;
        width: 25%;
    }

    .voice_parts .voice_item:nth-child(odd) .icon {
        right: 20px;
    }

    .voice_parts .voice_item:nth-child(even) .icon {
        left: 20px;
    }

    .voice_parts .voice_ttl {
        width: 70%;
        font-size: 1.8rem;
    }

    .voice_parts .txt {
        margin: 1.5rem 0 0;
    }
}

/*--------------------------------------
　summary_parts
---------------------------------------*/
.summary_parts {
    background: url("img/summary_parts_bg.jpg") center center no-repeat;
    background-size: cover;
    margin: 10rem 0 10rem;
    padding: 0 4rem 6rem;
}

.summary_parts p {
    margin: 0 0 0;
}

.summary_parts .flex {
    display: flex;
    justify-content: space-between;
}

.summary_parts .boxL {
    width: 25px;
    padding: 3rem 0 0;
}

.summary_parts .boxR {
    width: calc(100% - 60px);
    padding: 5rem 0 0 4rem;
    border-left: 2px solid #fff;
}

.summary_parts .summary_ttl {
    font-size: 2.5rem;
    line-height: 1.5;
}

.summary_parts .txt {
    margin: 2rem 0 0;
}

.summary_parts .btnBox {
    margin: 3rem 0 0;
}

.summary_parts .btn-internal a {
    background: #fff;
    padding: 2rem 7.5rem 2rem 5rem;
    color: #154a7d;
}

.summary_parts .btn-internal a::after {
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
}

.summary_parts .btn-web a {
    padding: 2rem 7.5rem 2rem 5rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .summary_parts {
        background: url("img/summary_parts_bg.jpg") center center no-repeat;
        background-size: cover;
        margin: 6rem 0 6rem;
        padding: 0 2rem 4rem;
    }

    .summary_parts .boxL {
        width: 15px;
        padding: 2rem 0 0;
    }

    .summary_parts .boxR {
        width: calc(100% - 30px);
        padding: 2.5rem 0 0 2rem;
        border-left: 1px solid #fff;
    }

    .summary_parts .summary_ttl {
        font-size: 1.8rem;
    }

    .summary_parts .txt {
        margin: 1.5rem 0 0;
    }

    .summary_parts .btnBox {
        margin: 2rem 0 0;
    }

    .summary_parts .btn-internal a {
        padding: 1.8rem 4.5rem 1.8rem 2rem;
    }

    .summary_parts .btn-web a {
        padding: 1.8rem 4.5rem 1.8rem 2rem;
    }
}

/*--------------------------------------
　com_parts
---------------------------------------*/
.com_parts {
    background: #fff;
    margin: 10rem 0 10rem;
    padding: 0 5rem 5rem;
    border: 2px solid #d5e7f3;
}

.com_parts p {
    margin: 0 0 0;
}

.com_parts .flex {
    display: flex;
    justify-content: space-between;
}

.com_parts .boxL {
    width: calc(100% - 310px);
    padding: 3rem 0 0;
}

.com_parts .sb {
    display: inline-block;
    background: #d5e7f3;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    border-radius: 10px 10px 10px 0;
    position: relative;
}

.com_parts .sb::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent transparent #d5e7f3;
}

.com_parts .com_ttl {
    margin: 2rem 0 0;
    font-size: 2.8rem;
    line-height: 1.5;
}

.com_parts .cc {
    margin: 2rem 0 0;
    font-size: 2.2rem;
}

.com_parts .boxR {
    width: 280px;
    margin: 4rem 0 0;
}

.com_parts .txt {
    margin: 2rem 0 0;
}

.com_parts .btnBox {
    margin: 3rem 0 0;
}

.com_parts .btn-link a {
    margin: 3rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .com_parts {
        margin: 6rem 0 6rem;
        padding: 2rem 2rem 3rem;
        border: 1px solid #d5e7f3;
    }

    .com_parts .flex {
        display: block;
    }

    .com_parts .boxL {
        width: 100%;
        padding: 0 0 0;
    }

    .com_parts .sb {
        padding: 1rem 1.5rem;
        font-size: 1.4rem;
        border-radius: 5px 5px 5px 0;
    }

    .com_parts .sb::after {
        border-width: 0 0 10px 10px;
    }

    .com_parts .com_ttl {
        margin: 1.5rem 0 0;
        font-size: 2rem;
    }

    .com_parts .cc {
        margin: 1.5rem 0 0;
        font-size: 1.6rem;
    }

    .com_parts .boxR {
        width: 100%;
        margin: 2rem 0 0;
    }

    .com_parts .txt {
        margin: 1.5rem 0 0;
    }

    .com_parts .btnBox {
        margin: 2rem 0 0;
    }

    .com_parts .btn-link a {
        margin: 2rem 0 0;
    }
}

/*--------------------------------------
　fixed_bnr
---------------------------------------*/
.fixed_bnr {
    position: fixed;
    top: 85%;
    left: 0;
    transform: translate(0,-50%);
    width: 90px;
    z-index: 1;
    transition: all 0.3s ease;
}

.fixed_bnr_home .fixed_bnr {
    display: none;
}

.fixed_bnr a {
    display: block;
    background: #dc0032;
    padding: 0.5rem 0 2.5rem;
    border-radius: 0 10px 10px 0;
    box-shadow: 4px 4px 0 0 #d5d5d5;
    position: relative;
}

.fixed_bnr a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("img/arrow_05.png") left top no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    margin: 0 auto -18px;
    box-sizing: border-box;
}

.fixed_bnr .eng {
    padding: 0 0 0.5rem 0;
    font-size: 1.8rem;
    color: #a90328;
    text-align: center;
    border-bottom: 2px solid #b6022b;
}

.fixed_bnr .bnr_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1rem 0 0;
    font-size: 1.5rem;
    line-height: 1.4;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP vertical";
    text-orientation: upright;
}

.fixed_bnr.stop {
    opacity: 0;
}

.fixed_bnr.stop a {
    pointer-events: none;
}

@media screen and (max-width: 1280px) {
    .fixed_bnr {
        width: 75px;
    }

    .fixed_bnr a {
        padding: 1.5rem 0 2.5rem;
    }
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .fixed_bnr {
        top: inherit;
        bottom: 0;
        left: 0;
        transform: translate(0,0);
        width: calc(100% - 80px);
    }

    .fixed_bnr a {
        padding: 8px 0 8px;
        border-radius: 0 10px 0 0;
        box-shadow: 4px 4px 0 0 #d5d5d5;
        position: relative;
    }

    .fixed_bnr a::after {
        top: 50%;
        bottom: inherit;
        left: inherit;
        right: 0;
        background: url("img/arrow_05.png") left top no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        margin: -15px -15px 0 0;
    }

    .fixed_bnr .eng {
        padding: 0 0 5px 2rem;
        font-size: 1.3rem;
        text-align: left;
        border-bottom: 1px solid #b6022b;
    }

    .fixed_bnr .bnr_txt {
        display: block;
        margin: 5px 0 0;
        padding: 0 2rem 0 2rem;
        font-size: 1.5rem;
        -webkit-writing-mode: inherit;
        -moz-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        font-family: "Noto Sans JP";
        text-align: center;
    }
}
