@charset "UTF-8";
/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;

    -webkit-text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
    white-space: nowrap;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ==============================================================================================
 Sprite
================================================================================================= */
/* ==============================================================================================
 Margin
================================================================================================= */
/* ==============================================================================================
 Base
================================================================================================= */
:root {
    font-size: 10px;
}

body {
    min-width: 320px;
    margin: 0;
    font-size: 1.6rem;
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
    color: #333;
    line-height: 1.875;
    /* word-break: break-word; */
}

@media (min-width: 640px) {
    body body, body *::before, body *::after {
        letter-spacing: .05em;
    }
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p, ul, ol, dl, dt, dd, table, blockquote, form {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.45;
}

h5, h6 {
    font-size: inherit;
}

dfn, cite {
    font-style: normal;
}

small {
    font-size: 100%;
}

a {
    /* color: #5192c8; */
    color: #0074bf;
    text-decoration: underline;
    word-break: break-word;
}

a.icon_link, a.icon_anc {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

em {
    font-weight: bold;
    font-style: normal;
}

sup, sub {
    font-weight: normal;
    font-size: 1rem;
}

sub {
    vertical-align: baseline;
}

sup {
    vertical-align: super;
}

i {
    font-style: normal;
}

table {
    width: 100%;
    margin-top: 60px;
    line-height: 1.6;
    /* word-break: break-all; */
    border-spacing: 0;
    border-collapse: collapse;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

@media only screen and (max-width: 639px) {
    table {
        margin-top: 32px;
        word-break: break-all;
    }
}

th, td {
    padding: 1.6%;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

tbody th {
    vertical-align: top;
    text-align: left;
}

td {
    vertical-align: top;
}

caption {
    margin-bottom: .75em;
    text-align: right;
}

input, select, button, textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    line-height: normal;
    border: 0;
    border-radius: 0;
}

input[type="image"] {
    vertical-align: middle;
}

input[type="reset"], input[type="image"], input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
}

select, input[type="number"] {
    padding: .3em;
    background-color: #fff;
    border: solid 1px #999;
}

textarea {
    width: 100%;
    padding: 2%;
    line-height: inherit;
    border: solid 1px #999;
}

input[type="text"], input[type="tel"] {
    padding: .3em 1em;
    border: solid 1px #999;
}

input[type="tel"] {
    padding: .3em;
    font-family: dinFs;
}

fieldset {
    border: solid 1px #999;
}

@media screen and (max-width: 639px) {
    selevt, textarea, input[type="text"], input[type="list"] {
        width: 100%;
    }
}

hr {
    border-top: solid 1px #999;
    border-bottom: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

p {
    margin: 1em 0;
}

[href^="tel:"] {
    color: #333;
    text-decoration: none;
    cursor: default;
}

@media only screen and (max-width: 639px) {
    [href^="tel:"] {
        color: #5192c8;
        text-decoration: underline;
    }
}

ul, ol {
    padding-left: 2em;
    line-height: 1.6;
}

th ul,
td ul {padding-left: 1.5em;}

li {
    margin: .5em 0;
}

li ul {
    list-style: disc;
}

li > ul, li > ol {
    padding-left: 1.5em;
}

@media only screen and (max-width: 639px) {
    ul, li > ul {
        padding-left: 1.3em;
    }
}

ul, ol, dl {
    margin: 1em 0;
}

ul > li > ul, ul > li > ol, ol > li > ul, ol > li > ol, dl > li > ul, dl > li > ol {
    margin-top: 0;
}

/* first-child, lasxt-child */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
    margin-top: 0;
}

p:last-child, ul:last-child, ol:first-child, table:last-child {
    margin-bottom: 0;
}

/* ==============================================================================================
 Modules
================================================================================================= */
/*
 * heading
** ------------------------------------------------------ */
/* .tit_lv1_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #4c679d;
}

.tit_lv1_wrap .tit_lv1_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    min-height: 120px;
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
}

.tit_lv1_wrap .tit_lv1_content .tit_lv1_content_inner > p {
    margin: 0;
    font-size: 1.4rem;
}

@media only screen and (max-width: 639px) {
    .tit_lv1_wrap .tit_lv1_content {
        min-height: 70px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.tit_lv1 {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    line-height: 1.4;
}

.tit_lv1 .sub_txt {
    display: block;
    font-size: 1.4rem;
}

.tit_lv1 .sub_txt > .txt_label:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 639px) {
    .tit_lv1 {
        font-size: 2.2rem;
    }
} */

.tit_lv2_wrap {
    margin: 60px 0 0;
}

.tit_lv3_wrap, .tit_lv4_wrap {
    margin: 50px 0 0;
}

.tit_lv2_wrap, .tit_lv3_wrap, .tit_lv4_wrap, .tit_lv5_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tit_lv2 .sub_txt, .tit_lv3 .sub_txt, .tit_lv4 .sub_txt, .tit_lv5 .sub_txt {
    display: block;
    font-size: 1.4rem;
}

.tit_lv2_wrap > .item, .tit_lv3_wrap > .item, .tit_lv4_wrap > .item, .tit_lv5_wrap > .item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.tit_lv2_wrap > .item > :first-child, .tit_lv3_wrap > .item > :first-child, .tit_lv4_wrap > .item > :first-child, .tit_lv5_wrap > .item > :first-child {
    margin-top: 0;
}

.tit_lv2_wrap > .item > :last-child, .tit_lv3_wrap > .item > :last-child, .tit_lv4_wrap > .item > :last-child, .tit_lv5_wrap > .item > :last-child {
    margin-bottom: 0;
}

.tit_lv2_wrap > .item._icon img, .tit_lv3_wrap > .item._icon img, .tit_lv4_wrap > .item._icon img, .tit_lv5_wrap > .item._icon img {
    width: 34px;
}

@media only screen and (max-width: 639px) {
    .tit_lv2_wrap, .tit_lv3_wrap, .tit_lv4_wrap, .tit_lv5_wrap {
        display: block;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
    .tit_lv2_wrap {
        margin: 40px 0 0;
    }
    .tit_lv3_wrap, .tit_lv4_wrap, .tit_lv5_wrap {
        margin: 30px 0 0;
    }
    .tit_lv2_wrap > .item, .tit_lv3_wrap > .item, .tit_lv4_wrap > .item, .tit_lv5_wrap > .item {
        margin-top: 2px;
        margin-left: 0;
    }
}

.tit_lv2 {
    width: 100%;
    margin: 60px 0 0;
    padding: 0 0 8px;
    font-size: 2.4rem;
    color: #002673;
    line-height: 1.45;
    border-bottom: 2px solid #002673;
}

@media only screen and (max-width: 639px) {
    .tit_lv2 {
        margin-top: 50px;
        font-size: 1.9rem;
    }
}

.tit_lv2_wrap {
    padding: 0 0 8px;
    border-bottom: 2px solid #002673;
}

.tit_lv2_wrap.c_tv {
    border-bottom: 2px solid #652273;
}

.tit_lv2_wrap.c_tv .tit_lv2 {
    color: #652273;
}

.tit_lv2_wrap.c_vd {
    border-bottom: 2px solid #d92189;
}

.tit_lv2_wrap.c_vd .tit_lv2 {
    color: #d92189;
}

.tit_lv2_wrap .tit_lv2 {
    margin: 0 auto 0 0;
    padding: 0;
    border-bottom: none;
}

.tit_lv3 {
    width: 100%;
    margin: 50px 0 0;
    padding: 0 0 8px;
    font-size: 2rem;
    line-height: 1.45;
    border-bottom: 2px solid #ccc;
}

@media only screen and (max-width: 639px) {
    .tit_lv3 {
        margin-top: 60px;
        font-size: 1.8rem;
    }
}

.tit_lv3_wrap {
    padding: 0 0 8px;
    border-bottom: 2px solid #ccc;
}

.tit_lv3_wrap.c_tv {
    color: inherit !important;
    border-bottom: 2px solid #652273;
}

.tit_lv3_wrap.c_vd {
    color: inherit !important;
    border-bottom: 2px solid #d92189;
}

.tit_lv3_wrap .tit_lv3 {
    margin: 0 auto 0 0;
    padding: 0;
    border-bottom: none;
}

.tit_lv4_wrap.c_tv {
    color: inherit !important;
}

.tit_lv4_wrap.c_tv .tit_lv4::before {
    background: #652273;
}

.tit_lv4_wrap.c_vd {
    color: inherit !important;
}

.tit_lv4_wrap.c_vd .tit_lv4::before {
    background: #d92189;
}

.tit_lv4_wrap .tit_lv4 {
    margin-top: 0;
    margin-right: auto;
}

.tit_lv4 {
    position: relative;
    margin: 50px 0 0;
    padding: 0 0 0 18px;
    font-size: 1.9rem;
    line-height: 1.45;
}

.tit_lv4::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 3px;
    height: calc(100% - 9px);
    background: #002673;
    content: "";
}

@media only screen and (max-width: 639px) {
    .tit_lv4 {
        padding-left: 10px;
        font-size: 1.7rem;
    }
    .tit_lv4::before {
        width: 2px;
    }
}

.tit_lv5_wrap {
    margin: 40px 0 0;
}

.tit_lv5_wrap .tit_lv5 {
    margin-top: 0;
    margin-right: auto;
}

.tit_lv5 {
    margin: 40px 0 0;
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.45;
}

@media only screen and (max-width: 639px) {
    .tit_lv5 {
        font-size: 1.7rem;
    }
}

.tit_lv6 {margin-top: 1.75em; margin-bottom: 0.5em; font-weight: bold; font-size: inherit;}
.tit_lv6:first-child {margin-top: 0;}
.tit_lv6 + * {margin-top: 0.5em;}

.section_head {
    font-size: 1.6rem;
}

.section_head.embed_colabo {
    position: relative;
}

@media only screen and (max-width: 639px) {
    .section_head.is_active .local_nav_wrap {
        display: block;
    }
    .section_head.is_active .local_nav_btn {
        background-position: bottom;
    }
}

/*
 * text
** ------------------------------------------------------ */
.txt_em_a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbe380), color-stop(80%, #fbe380), color-stop(90%, transparent));
    background: linear-gradient(transparent 60%, #fbe380 60%, #fbe380 80%, transparent 90%);
}

.txt_em_b {
    background: #ffe57f;
}

.txt_em_c {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fbe380), color-stop(90%, #fbe380), color-stop(90%, transparent));
    background: linear-gradient(transparent 80%, #fbe380 80%, #fbe380 90%, transparent 90%);
}

.txt_lead {
    /* margin: 100px 0 0; */
    margin-top: 80px;
    font-weight: bold;
    font-size: 3.2rem;
    color: #002673;
    text-align: center;
    line-height: 1.4;
}

@media only screen and (max-width: 639px) {
    .txt_lead {
        margin-top: 50px;
        /* margin: 50px 0 0;
        padding-bottom: 21px; */
        font-size: 2rem;
        text-align: left;
    }
    .txt_lead::after {
        width: 30px;
    }
}

.lyt_txt_a {
    margin: 80px 0 0;
}

@media only screen and (max-width: 639px) {
    .lyt_txt_a {
        margin-top: 50px;
    }
}

.lyt_txt_b {
    margin: 40px 0 0;
}

@media only screen and (max-width: 639px) {
    .lyt_txt_b {
        margin-top: 30px;
    }
}

.txt_marker_a {
    font-weight: bold;
    font-size: 2.4rem;
}

.txt_marker_a > em {
    font-size: 3.6rem;
    /* color: #ff6c00; */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbe380), color-stop(80%, #fbe380), color-stop(90%, transparent));
    background: linear-gradient(transparent 60%, #fbe380 60%, #fbe380 80%, transparent 90%);
}

.txt_marker_a._smaller {
    font-size: 1.4rem;
}

.txt_marker_a._smaller > em {
    font-size: 2.6rem;
}

.txt_marker_b {
    font-weight: bold;
    font-size: 3.2rem;
    color: #ff6c00;
    line-height: 1.2;
}

.txt_marker_b._smaller {
    font-size: 1.4rem;
}

.txt_strong {
    color: #f00;
}

.txt_tel {
    margin: 80px 0 0;
    word-break: break-word;
}

.txt_tel > img {
    max-width: 28px;
    margin-right: 8px;
    margin-bottom: 6px;
}

.txt_tel .item > .ff_dinfs {font-family: dinFs;
    /* font-weight: bold; */
    font-size: 2.5rem;
    color: #333;
    text-decoration: none;
}

.txt_tel .item > .ff_dinfs:hover, .txt_tel .item > .ff_dinfs:active {
    opacity: 1;
}

.txt_tel .item > .sub {
    display: inline-block;
    font-size: 1.3rem;
}

@media only screen and (max-width: 639px) {
    .txt_tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 50px;
    }
    .txt_tel > img {
        margin: 4px 4px 0 0;
    }
    .txt_tel .item > .ff_dinfs {
        font-size: 2.2rem;
        line-height: 1;
    }
}

.txt_label {
    display: inline-block;
    margin: 0 0.3em;
    padding: 0.3em 0.5em;
    font-size: 88%;
    line-height: 1.5;
    color: #fff;
    background: #002673;
    border-radius: 4px;
}

/*
 * icon
** ------------------------------------------------------ */
@font-face {
    font-family: dinFs;
    src: url("/cgi/assets/font/fdin.woff2") format("woff2"), url("/cgi/assets/font/fdin.woff") format("woff");
}

@font-face {
    font-family: icomoon;
    src: url("/cgi/assets/font/icomoon.woff2") format("woff2"), url("/cgi/assets/font/icomoon.woff") format("woff");
}

a.icon_link::before, span.icon_link::before, ul.icon_link > li:not(.ls_bul)::before, li.icon_link::before, a.icon_anc::before, span.icon_anc::before, ul.icon_anc > li::before, li.icon_anc::before, .page_top > a::before, .anc_lnk > li > a::before, .box_toggle > .item > .tit > .tit_inner > span::before {
    display: inline-block;
    overflow: hidden;
    width: 1em;
    height: 1em;
    font-weight: normal;
    font-style: normal;
    font-family: "icomoon";
    vertical-align: middle;
    line-height: 1;
}

span.icon_link, span.icon_anc {
    color: #5192c8;
}

a.icon_link::before, span.icon_link::before, ul.icon_link > li:not(.ls_bul):not(.icon_anc)::before, li.icon_link::before {
    margin: 0 .1em;
    content: "\e900";
}

a.icon_anc::before, span.icon_anc::before, ul.icon_anc > li:not(.ls_bul)::before, li.icon_anc::before, .anc_lnk > li > a::before, .page_top > a::before {
    margin: 0 .1em;
    content: "\e901";
}

ul[class*="icon_"] > li:not(.ls_bul)::before {
    position: absolute;
    top: .23em;
    left: -1.5em;
    color: #0074bf;
    line-height: 1;
}

ul[class*="icon_"] > li:not(.ls_bul).icon_off::before {
    color: #999;
}

.box_b ul[class*="icon_"] > li:not(.ls_bul)::before {
    color: #fff;
}

li[class*="icon_"]:not(.ls_bul)::before {
    position: absolute;
    top: .23em;
    left: -1.3em;
    color: #0074bf;
    line-height: 1;
}

li[class*="icon_"]:not(.ls_bul).icon_off::before {
    color: #999;
}

p[class^="tit"] {line-height: 1.45;}

.box_toggle > .item > .tit > .tit_inner > .txt::before {
    position: absolute;
    top: .23em;
    left: -1.3em;
    line-height: 1;
    content: "\e902";
    -webkit-transition: .2s;
    transition: .2s;
}

.page_top > a::before {
    color: #0074bf;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon_blank_a {
    margin: 0 6px;
    vertical-align: middle;
}

.icon_file_a {
    margin: 0 6px 6px;
    vertical-align: middle;
}

.icon_dl_a {
    margin: 0 6px;
    vertical-align: baseline;
}

.icon_image_a {
    margin: 24px 0;
    text-align: center;
}

.icon_image_a + * {
    margin-top: 0 !important;
}

@media only screen and (max-width: 639px) {
    .icon_image_a {
        margin: 12px 0;
    }
}

.icon_movie {
    position: absolute;
    top: .3em;
    left: 0;
}

[data-script-enabled="true"] .local_nav a.js_dropdown_hook::before, .local_nav ul.item_a a.js_dropdown_hook::before, .local_nav ul.dropdown_content a::before, .local_nav ul[class*="item"] > li.anc > a::before {
    position: absolute;
    top: 50%;
    left: .7em;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    font-weight: normal;
    font-style: normal;
    font-family: "icomoon";
    vertical-align: middle;
    line-height: 1;
    -webkit-transition: .2s;
    transition: .2s;

    speak: none;
}

.local_nav ul.dropdown_content a::before {
    content: "\e900";
}

.local_nav li.anc a::before {
    content: "\e901";
}

[data-script-enabled="true"] nav.local_nav a.js_dropdown_hook::before {
    content: "\e902";
}

[data-script-enabled="true"] nav.local_nav a.js_dropdown_hook::before {
    content: "\e902";
}

nav.local_nav > ul > li > a.is_active::before {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

@media only screen and (max-width: 639px) {
    nav.local_nav > ul > li > a::before, nav.local_nav li > span.off::before {
        position: absolute;
        top: 50%;
        left: .7em;
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-top: -.55em;
        font-weight: normal;
        font-style: normal;
        font-family: "icomoon";
        vertical-align: middle;
        line-height: 1;
        content: "\e900";

        speak: none;
    }
}

.icon_fm .icon, .icon_mn .icon {
    margin: 0 10px 0 0;
    vertical-align: 0;
}

.anc_lnk > li > a::before {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto 0;
}

/*
 * list
** ------------------------------------------------------ */
.ls_cir {
    list-style: circle;
}

.ls_squ {
    list-style: square;
}

.list_order {
    list-style-type: decimal;
}

@media only screen and (max-width: 639px) {
    .list_order {
        padding-left: 2em;
    }
}

.list_order_a {
    list-style-type: upper-latin;
}

@media only screen and (max-width: 639px) {
    .list_order_a {
        padding-left: 2em;
    }
}

.notes, .notes_a {
    font-size: 1.3rem;
}

.notes_a {
    padding: 0 0 0 1.5em;
}

.notes {
    padding: 0;
    list-style: none;
}

.notes > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notes > li > div:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
}

.notes > li > div:nth-child(2) {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.notes > li > div:nth-child(2) > ul {
    margin-top: 0;
}

.notes > li.mark_em > div:first-child {
    font-weight: bold;
}

.notes._center > li > div:nth-child(2), .notes._right > li > div:nth-child(2) {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.notes._center > li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notes._right > li {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.list_desc_a {
    margin-top: 40px;
}

.list_desc_a dt > :first-child, .list_desc_a dd > :first-child {
    margin-top: 0;
}

.list_desc_a dt > :last-child, .list_desc_a dd > :last-child {
    margin-bottom: 0;
}

.list_desc_a > dt {
    font-weight: bold;
}

.list_desc_a > dd {
    margin: 2px 0 0;
}

.list_desc_a > dd + dt {
    margin: 18px 0 0;
}

@media only screen and (max-width: 639px) {
    .list_desc_a {
        margin-top: 20px;
    }
}

.list_desc_b {
    display: table;
    margin-top: 40px;
}

.list_desc_b > .item {
    display: table-row;
}

.list_desc_b > .item > dt, .list_desc_b > .item > dd {
    display: table-cell;
}

.list_desc_b > .item > dt > :first-child, .list_desc_b > .item > dd > :first-child {
    margin-top: 0;
}

.list_desc_b > .item > dt > :last-child, .list_desc_b > .item > dd > :last-child {
    margin-bottom: 0;
}

.list_desc_b > .item > dt {
    font-weight: bold;
    white-space: nowrap;
}

.list_desc_b > .item > dd {
    padding: 0 0 0 14px;
}

@media only screen and (max-width: 639px) {
    .list_desc_b {
        display: block;
        margin-top: 20px;
    }
    .list_desc_b > .item {
        display: block;
    }
    .list_desc_b > .item > dt, .list_desc_b > .item > dd {
        display: block;
    }
    .list_desc_b > .item > dt {
        margin: 18px 0 0;
    }
    .list_desc_b > .item > dd {
        margin: 2px 0 0;
        padding-left: 0;
    }
}

.list_info {
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
}

.list_info > li {
    margin: 0;
    border-top: 1px dashed #999;
}

.list_info > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 13px;
    color: #333;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.list_info > li > a:hover, .list_info > li > a:active {
    opacity: .85;
}

.list_info > li > a > .date {
    color: #999;
}

@media (min-width: 640px) {
  .list_info > li > a > .date {width: 9.5em;}
}

.list_info > li > a > .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 75px 0 0;
}

.list_info > li > a > .item > .tit {
    margin: 0 0 6px;
}

.list_info > li > a > .item > .content {
    font-size: 1.4rem;
}

.list_info > li > a > .item > .content > :first-child {
    margin-top: 0;
}

.list_info > li > a > .item > .content > :last-child {
    margin-bottom: 0;
}

.list_info > li > a::after {
    position: absolute;
    top: 0;
    right: 27px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 1px solid #5192c8;
    border-right: 1px solid #5192c8;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list_info > li:first-child {
    border-top: 1px solid #999;
}

.list_info > li:last-child {
    border-bottom: 1px solid #999;
}

@media only screen and (max-width: 639px) {
    .list_info {
        font-size: 1.4rem;
    }
    .list_info > li > a {
        display: block;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .list_info > li > a > .date {
        margin-bottom: 2px;
        padding-right: 24px;
    }
    .list_info > li > a > .item {
        margin-left: 0;
        padding-right: 24px;
    }
    .list_info > li > a:after {
        right: 2px;
        width: 14px;
        height: 14px;
    }
}

.qa_q > .mark {
    color: #fff;
    background: #7f92b9;
}

.qa_a > .mark {
    color: #ff6c00;
    background: #ffe57f;
}

.qa_q, .qa_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qa_q > .mark, .qa_a > .mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.8em;
    height: 1.8em;
    margin-right: 8px;
    padding: 0 8px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 50%;
}

.qa_q > .item, .qa_a > .item {
    line-height: 1.875;
}

.qa_q > .item > :first-child, .qa_a > .item > :first-child {
    margin-top: 0;
}

.qa_q > .item > :last-child, .qa_a > .item > :last-child {
    margin-bottom: 0;
}

.qa_q > .item > a, .qa_a > .item > a {
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.qa_q > .item > a:hover, .qa_q > .item > a:active, .qa_a > .item > a:hover, .qa_a > .item > a:active {
    text-decoration: underline;
    opacity: .85;
}

.list_qa {
    margin: 80px 0 0;
}

.list_qa > dt {
    padding: 24px 0 0;
    border-top: 1px dashed #999;
}

.list_qa > dt:first-child {
    border-top: 1px solid #999;
}

.list_qa > dd {
    padding: 13px 0 23px;
}

.list_qa > dd:last-child {
    border-bottom: 1px solid #999;
}

@media only screen and (max-width: 639px) {
    .list_qa {
        margin-top: 50px;
    }
    .list_qa > dt {
        padding-top: 19px;
    }
    .list_qa > dd {
        padding-top: 10px;
        padding-bottom: 14px;
    }
}

.list_flow_a {
    margin: 50px 0;
    padding: 0;
    list-style: none;
}

.list_flow_a > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 37px 0 28px;
    border-top: 1px dashed #999;
}

.list_flow_a > li:first-child {
    border-top: 1px solid #999;
}

.list_flow_a > li:last-child {
    border-bottom: 1px solid #999;
}

.list_flow_a > li:last-child::after {
    display: none;
}

.list_flow_a > li::after {
    position: absolute;
    right: 0;
    bottom: -22px;
    left: 0;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 22px solid #002673;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    content: "";
}

.list_flow_a > li > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_flow_a > li > .item > :first-child {
    margin-top: 0;
}

.list_flow_a > li > .item > :last-child {
    margin-bottom: 0;
}

.list_flow_a > li > .item .tit {
    margin: 0 0 6px;
    font-weight: bold;
    font-size: 1.8rem;
}

.list_flow_a > li > .item .content > :first-child {
    margin-top: 0;
}

.list_flow_a > li > .item .content > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
    .list_flow_a {
        margin-top: 50px;
    }
    .list_flow_a > li {
        display: block;
        padding-top: 27px;
        text-align: center;
    }
    .list_flow_a > li > .item {
        text-align: left;
    }
    .list_flow_a > li > .item > .tit {
        margin-top: 21px;
    }
    .list_flow_a > li::after {
        bottom: -11px;
        border-top: 11px solid #002673;
        border-right: 12.5px solid transparent;
        border-left: 12.5px solid transparent;
    }
}

.list_flow_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 1000px) {
    .list_flow_b._col2 > li {
        width: calc((100% - 77px) / 2);
        margin-left: 77px;
    }
    .list_flow_b._col2 > li:nth-child(2n + 1) {
        margin-left: 0;
    }
    .list_flow_b._col2 > li:first-child, .list_flow_b._col2 > li:nth-child(2) {
        margin-top: 0;
    }
    .list_flow_b._col2 > li:nth-child(2n)::before, .list_flow_b._col2 > li:nth-child(2n)::after {
        position: absolute;
        display: block;
        content: "";
    }
    .list_flow_b._col2 > li:nth-child(2n)::before {
        top: 0;
        bottom: 0;
        left: -39px;
        width: 0;
        height: 0;
        margin: auto 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #002673;
    }
    .list_flow_b._col2 > li:nth-child(2n)::after {
        top: 0;
        left: -39px;
        width: 1px;
        height: 100%;
        border-right: 1px dashed #999;
    }
    .list_flow_b._col3 > li {
        width: calc((100% - 154.5px) / 3);
        margin-left: 77px;
    }
    .list_flow_b._col3 > li:nth-child(3n + 1) {
        margin-left: 0;
    }
    .list_flow_b._col3 > li:first-child, .list_flow_b._col3 > li:nth-child(2), .list_flow_b._col3 > li:nth-child(3) {
        margin-top: 0;
    }
    .list_flow_b._col3 > li:nth-child(3n + 2)::before, .list_flow_b._col3 > li:nth-child(3n + 2)::after, .list_flow_b._col3 > li:nth-child(3n)::before, .list_flow_b._col3 > li:nth-child(3n)::after {
        position: absolute;
        display: block;
        content: "";
    }
    .list_flow_b._col3 > li:nth-child(3n + 2)::before, .list_flow_b._col3 > li:nth-child(3n)::before {
        top: 0;
        bottom: 0;
        left: -39px;
        width: 0;
        height: 0;
        margin: auto 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #002673;
    }
    .list_flow_b._col3 > li:nth-child(3n + 2)::after, .list_flow_b._col3 > li:nth-child(3n)::after {
        top: 0;
        left: -39px;
        width: 1px;
        height: 100%;
        border-right: 1px dashed #999;
    }
    .list_flow_b._col4 > li {
        width: calc((100% - 231px) / 4);
        margin-left: 77px;
    }
    .list_flow_b._col4 > li:nth-child(4n + 1) {
        margin-left: 0;
    }
    .list_flow_b._col4 > li:first-child, .list_flow_b._col4 > li:nth-child(2), .list_flow_b._col4 > li:nth-child(3), .list_flow_b._col4 > li:nth-child(4) {
        margin-top: 0;
    }
    .list_flow_b._col4 > li:nth-child(4n + 2)::before, .list_flow_b._col4 > li:nth-child(4n + 2)::after, .list_flow_b._col4 > li:nth-child(4n + 3)::before, .list_flow_b._col4 > li:nth-child(4n + 3)::after, .list_flow_b._col4 > li:nth-child(4n)::before, .list_flow_b._col4 > li:nth-child(4n)::after {
        position: absolute;
        display: block;
        content: "";
    }
    .list_flow_b._col4 > li:nth-child(4n + 2)::before, .list_flow_b._col4 > li:nth-child(4n + 3)::before, .list_flow_b._col4 > li:nth-child(4n)::before {
        top: 0;
        bottom: 0;
        left: -39px;
        width: 0;
        height: 0;
        margin: auto 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #002673;
    }
    .list_flow_b._col4 > li:nth-child(4n + 2)::after, .list_flow_b._col4 > li:nth-child(4n + 3)::after, .list_flow_b._col4 > li:nth-child(4n)::after {
        top: 0;
        left: -39px;
        width: 1px;
        height: 100%;
        border-right: 1px dashed #999;
    }
}

.list_flow_b > li {
    position: relative;
    margin: 56px 0 0;
}

.list_flow_b > li > .item_wrap {
    position: relative;
}

.list_flow_b > li > .item_wrap > .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list_flow_b > li > .item_wrap > .tit > .tit_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 86px;
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
}

.list_flow_b > li > .item_wrap > .item {
    margin: 14px 0 0;
}

.list_flow_b > li > .item_wrap > .item > :first-child {
    margin-top: 0;
}

.list_flow_b > li > .item_wrap > .item > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
    .list_flow_b {
        display: block;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 50px;
    }
    .list_flow_b > li {
        position: relative;
        margin-top: 0;
        padding: 27px 0 28px;
        border-top: 1px dashed #999;
    }
    .list_flow_b > li:first-child {
        border-top: 1px solid #999;
    }
    .list_flow_b > li:last-child {
        border-bottom: 1px solid #999;
    }
    .list_flow_b > li:last-child::before {
        display: none;
    }
    .list_flow_b > li::before {
        position: absolute;
        right: 0;
        bottom: -11px;
        left: 0;
        z-index: 1;
        display: block;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-top: 11px solid #002673;
        border-right: 12.5px solid transparent;
        border-left: 12.5px solid transparent;
        content: "";
    }
    .list_flow_b > li > .item_wrap > .tit {
        display: block;
        text-align: center;
    }
    .list_flow_b > li > .item_wrap > .tit > .icon_flow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        max-width: 64px;
        height: 64px;
        margin-right: 0;
        padding-top: 2px;
        font-size: 1.2rem;
    }
    .list_flow_b > li > .item_wrap > .tit > .icon_flow > .flow_num {
        font-size: 2.6rem;
    }
    .list_flow_b > li > .item_wrap > .tit > .tit_txt {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        min-height: 0;
        margin-top: 18px;
        text-align: left;
    }
    .list_flow_b > li > .item_wrap > .item {
        margin-top: 4px;
    }
}

.icon_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin: 0 18px 0 0;
    padding: 4px 0 0;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #4c679d;
    border-radius: 50%;
}

.icon_flow > .flow_num {
    display: block;
    font-size: 3.2rem;
}

@media only screen and (max-width: 639px) {
    .icon_flow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        max-width: 64px;
        height: 64px;
        margin-right: 0;
        padding-top: 2px;
        font-size: 1.2rem;
    }
    .icon_flow > .flow_num {
        font-size: 2.6rem;
    }
}

.list_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #4c679d;
}

.list_tab > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32.7%;
    margin: 0 6px;
    background: #fff;
}

.list_tab > li > :first-child {
    margin-top: 0;
}

.list_tab > li > :last-child {
    margin-bottom: 0;
}

.list_tab > li.is_active > a {
    font-weight: bold;
    color: #fff;
    background: #4c679d;
}

.list_tab > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 18px 10px 16px;
    color: #4c679d;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    border: 1px solid #4c679d;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.list_tab > li > a:hover, .list_tab > li > a:active {
    opacity: .85;
}

@media only screen and (max-width: 639px) {
    .list_tab {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-bottom: -1px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 1.4rem;
        border-bottom: none;
        border-bottom: 2px solid #4c679d;
    }
    .list_tab > li {
        width: 50%;
        margin-right: 0;
        margin-left: 0;
    }
    .list_tab > li > a {
        padding: 4px 10px;
        border-top: none;
        border-right: 1px solid #4c679d;
        border-bottom: 1px solid #4c679d;
        border-left: none;
        border-radius: 0;
    }
    .list_tab > li:first-child > a {
        border-top: 1px solid #4c679d;
        border-radius: 8px 0 0 0;
    }
    .list_tab > li:nth-child(2) > a {
        border-top: 1px solid #4c679d;
        border-radius: 0 8px 0 0;
    }
    .list_tab > li:nth-child(odd) > a {
        border-left: 1px solid #4c679d;
    }
    .list_tab > li:nth-child(odd):last-child > a {
        border-bottom: none;
    }
    .list_tab > li:nth-child(even):last-child > a {
        border-bottom: none;
    }
    .list_tab > li:nth-last-child(2):nth-child(odd) > a {
        border-bottom: none;
    }
    .list_tab > li.is_active > a {
        border-bottom: none;
    }
}

.list_image {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.list_image > li {
    margin: 12px 0 0 12px;
    text-align: center;
}

.list_image > li > a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.list_image > li > a:hover, .list_image > li > a:active {
    opacity: .85;
}

@media (min-width: 640px) {
    .list_image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list_image._col2 > li {
        width: calc((100% - 12px) / 2);
    }
    .list_image._col2 > li:first-child, .list_image._col2 > li:nth-child(2) {
        margin-top: 0;
    }
    .list_image._col2 > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .list_image._col3 > li {
        width: calc((100% - 24.5px) / 3);
    }
    .list_image._col3 > li:first-child, .list_image._col3 > li:nth-child(2), .list_image._col3 > li:nth-child(3) {
        margin-top: 0;
    }
    .list_image._col3 > li:nth-child(3n+1) {
        margin-left: 0;
    }
    .list_image._col4 > li {
        width: calc((100% - 36px) / 4);
    }
    .list_image._col4 > li:first-child, .list_image._col4 > li:nth-child(2), .list_image._col4 > li:nth-child(3), .list_image._col4 > li:nth-child(4) {
        margin-top: 0;
    }
    .list_image._col4 > li:nth-child(4n+1) {
        margin-left: 0;
    }
    .list_image._col5 > li {
        width: calc((100% - 48.5px) / 5);
    }
    .list_image._col5 > li:first-child, .list_image._col5 > li:nth-child(2), .list_image._col5 > li:nth-child(3), .list_image._col5 > li:nth-child(4), .list_image._col5 > li:nth-child(5) {
        margin-top: 0;
    }
    .list_image._col5 > li:nth-child(5n+1) {
        margin-left: 0;
    }
}

.list_image .caption {
    display: block;
    margin-top: 19px;
    font-size: 1.4rem;
    color: #6c6c6c;
}

@media only screen and (max-width: 639px) {
    .list_image {
        margin-top: 64px;
    }
    .list_image > li {
        margin-top: 0;
        margin-left: 0;
    }
    .list_image > li + li {
        margin-top: 27px;
    }
    .list_image > li > a {
        display: block;
    }
}

.list_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    list-style: none;
}

.list_caption > li {
    margin: 0 0 8px;
    margin-left: auto;
}

.list_caption + table, .list_caption + .scroll_wrap {
    margin-top: 0;
}

/*
 * link
** ------------------------------------------------------ */
.icon_link, .icon_anc {
    list-style: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.ta_r > .icon_link, .ta_r > .icon_anc {
    display: inline-block;
    text-align: left;
}

.ta_c > .icon_link, .ta_c > .icon_anc {
    display: inline-block;
    /* margin: 1em 0; */
    text-align: left;
}

p .icon_link::before, p
.icon_anc::before {
    line-height: .8;
}

p .icon_link:hover, p .icon_link:active, p
.icon_anc:hover, p
.icon_anc:active {
    text-decoration: underline;
    opacity: .85;
}

.icon_link > li, .icon_anc > li {
    position: relative;
}

.icon_link > li a, .icon_anc > li a {
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.icon_link > li a:hover, .icon_link > li a:active, .icon_anc > li a:hover, .icon_anc > li a:active {
    text-decoration: underline;
    opacity: .85;
}

.icon_link > li.ls_bul, .icon_anc > li.ls_bul {
    list-style-type: disc;
}

.icon_link > li.icon_off, .icon_anc > li.icon_off {
    color: #999;
}

.icon_link._row, .icon_anc._row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.5em;
    padding-left: 0;
}

.icon_link._row > li, .icon_anc._row > li {
    margin-left: 4em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.icon_link._row._col2 > li, .icon_anc._row._col2 > li {
    width: calc(50% - 4em);
}

/* .icon_link._row._col2 > li:first-child, .icon_link._row._col2 > li:nth-child(2), .icon_anc._row._col2 > li:first-child, .icon_anc._row._col2 > li:nth-child(2) {
    margin-top: 0;
} */

.icon_link._row._col3 > li, .icon_anc._row._col3 > li {
    width: calc(33.33% - 4em);
}

/* .icon_link._row._col3 > li:first-child, .icon_link._row._col3 > li:nth-child(2),.icon_link._row._col3 > li:nth-child(3),
.icon_anc._row._col3 > li:first-child, .icon_anc._row._col3 > li:nth-child(2), .icon_anc._row._col3 > li:nth-child(3) {
    margin-top: 0;
}*/

@media (min-width: 640px) {
    .icon_link._row._pc_col2 > li, .icon_anc._row._pc_col2 > li {
        width: calc(50% - 4em);
    }
    /* .icon_link._row._pc_col2 > li:first-child, .icon_link._row._pc_col2 > li:nth-child(2), .icon_anc._row._pc_col2 > li:first-child, .icon_anc._row._pc_col2 > li:nth-child(2) {
        margin-top: 0;
    } */
    .icon_link._row._pc_col3 > li, .icon_anc._row._pc_col3 > li {
        width: calc(33.33% - 4em);
    }
    /* .icon_link._row._pc_col3 > li:first-child, .icon_link._row._pc_col3 > li:nth-child(2), .icon_link._row._pc_col3 > li:nth-child(3), .icon_anc._row._pc_col3 > li:first-child, .icon_anc._row._pc_col3 > li:nth-child(2), .icon_anc._row._pc_col3 > li:nth-child(3) {
        margin-top: 0;
    } */
    .icon_link._row._pc_col4 > li, .icon_anc._row._pc_col4 > li {
        width: calc(25% - 4em);
    }
    /* .icon_link._row._pc_col4:first-child, .icon_link._row._pc_col4:nth-child(2), .icon_link._row._pc_col4:nth-child(3), .icon_link._row._pc_col4:nth-child(4), .icon_anc._row._pc_col4:first-child, .icon_anc._row._pc_col4:nth-child(2), .icon_anc._row._pc_col4:nth-child(3), .icon_anc._row._pc_col4:nth-child(4) {
        margin-top: 0;
    } */
}

@media only screen and (max-width: 639px) {
    .icon_link._row._sp_col1, .icon_anc._row._sp_col1 {
        display: block;
    }
    /* .icon_link._row._sp_col1 > li:first-child, .icon_anc._row._sp_col1 > li:first-child {
        margin-top: 0;
    } */
    .icon_link._row._sp_col1 > li, .icon_anc._row._sp_col1 > li {
        width: auto;
    }
    .icon_link._row._sp_col2 > li, .icon_anc._row._sp_col2 > li {
        width: calc(50% - 4em);
    }
    /* .icon_link._row._sp_col2 > li:first-child, .icon_link._row._sp_col2 > li:nth-child(2), .icon_anc._row._sp_col2 > li:first-child, .icon_anc._row._sp_col2 > li:nth-child(2) {
        margin-top: 0;
    } */
}

.icon_link._row._right, .icon_anc._row._right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav_pager_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 80px 0 0;
    list-style: none;
}

.nav_pager_a > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav_pager_a > li > a {
    text-decoration: none;
}

.nav_pager_a > li > a:hover, .nav_pager_a > li > a:active {
    text-decoration: underline;
    opacity: .85;
}

.nav_pager_a > li:not(.prev):not(.next):not(.last) {
    margin: 0 4px 0 0;
}

.nav_pager_a > li:not(.prev):not(.next) > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 43px;
    min-height: 44px;
    color: #002673;
    background: #fff;
    border: 1px solid #002673;
    border-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s;
}

.nav_pager_a > li:not(.prev):not(.next).is_current > a {
    font-weight: normal;
    background: #e5e9f1;
    pointer-events: none;
}

.nav_pager_a > .prev > a, .nav_pager_a > .next > a {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: none;
}

.nav_pager_a > .prev > a::before, .nav_pager_a > .next > a::before {
    position: absolute;
    top: .4em;
    display: block;
    width: .65em;
    height: .65em;
    border-top: 1px solid #5192c8;
    border-right: 1px solid #5192c8;
    content: "";
}

.nav_pager_a > .prev {
    margin-right: 20px;
}

.nav_pager_a > .prev > a {
    padding-left: 15px;
}

.nav_pager_a > .prev > a::before {
    left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nav_pager_a > .next {
    margin-left: 20px;
}

.nav_pager_a > .next > a {
    padding-right: 15px;
}

.nav_pager_a > .next > a::before {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 639px) {
    .nav_pager_a {
        position: relative;
        margin-top: 50px;
        padding-bottom: 27px;
        padding-left: 0;
    }
    .nav_pager_a > li:not(.prev):not(.next):not(.last) {
        margin: 0 2px 0 0;
    }
    .nav_pager_a > li:not(.prev):not(.next) > a {
        min-width: 40px;
        min-height: 40px;
    }
    .nav_pager_a > .prev, .nav_pager_a .next {
        position: absolute;
        bottom: 0;
        display: block;
        width: 50%;
        margin: 0;
        font-size: 1.4rem;
    }
    .nav_pager_a > .prev > a::before, .nav_pager_a .next > a::before {
        top: .25em;
        width: .9em;
        height: .9em;
    }
    .nav_pager_a > .prev {
        left: 0;
        text-align: left;
    }
    .nav_pager_a > .prev > a {
        padding-left: 20px;
    }
    .nav_pager_a > .next {
        right: 0;
        text-align: right;
    }
    .nav_pager_a > .next > a {
        padding-right: 20px;
    }
}

.nav_pager_wrap {
    margin-top: 100px;
    background: #f5f5f5;
}

.section_wrap + .nav_pager_wrap {margin-top: 55px;}

.nav_pager_wrap > .nav_pager_content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 20px;
}

.nav_pager_wrap + .box_b {
    margin-top: 0;
}

@media only screen and (max-width: 639px) {
    .nav_pager_wrap {
        margin-top: 50px;
        padding: 0 15px;
    }
    .nav_pager_wrap > .nav_pager_content {
        padding: 4px 0;
    }
}

.nav_pager_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-size: 2rem;
    list-style: none;
}

.nav_pager_b > li {
    width: 50%;
}

.nav_pager_b > li > a {
    position: relative;
    display: inline-block;
    color: #002673;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.nav_pager_b > li > a:hover, .nav_pager_b > li > a:active {
    text-decoration: underline;
    opacity: .85;
}

.nav_pager_b > li > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: .4em;
    height: .4em;
    margin: auto 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
}

.nav_pager_b > li > a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 1em;
    height: 1em;
    margin: auto 0;
    background: #002673;
    content: "";
}

.nav_pager_b > li.prev {
    margin-right: 15px;
    text-align: left;
}

.nav_pager_b > li.prev > a {
    padding-left: 28px;
}

.nav_pager_b > li.prev > a::after {
    left: .4em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nav_pager_b > li.prev > a::before {
    left: 0;
}

.nav_pager_b > li.next {
    margin-left: 15px;
    text-align: right;
}

.nav_pager_b > li.next:only-child {
    width: 100%;
    margin-left: 0;
}

.nav_pager_b > li.next > a {
    padding-right: 28px;
}

.nav_pager_b > li.next > a::after {
    right: .4em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_pager_b > li.next > a::before {
    right: 0;
}

@media only screen and (max-width: 639px) {
    .nav_pager_b {
        font-size: 1.4rem;
    }
    .nav_pager_b > li.prev, .nav_pager_b > li.next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav_pager_b > li.prev > a {
        padding-left: 22px;
    }
    .nav_pager_b > li.next {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .nav_pager_b > li.next > a {
        padding-right: 22px;
    }
}

.page_top {
    margin-top: 40px;
    text-align: right;
}

.page_top > a {
    position: relative;
    color: #5192c8;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.page_top > a:hover, .page_top > a:active {
    text-decoration: underline;
    opacity: .85;
}

.list_q_lnk {
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
}

.list_q_lnk > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

@media only screen and (max-width: 639px) {
    .list_q_lnk {
        margin: 50px 0 0;
    }
}

.list_movie_lnk {
    padding: 0;
    list-style: none;
}

.list_movie_lnk > li > a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.list_movie_lnk > li > a:hover, .list_movie_lnk > li > a:active {
    text-decoration: underline;
    opacity: .85;
}

.lyt_btn_a {
    margin: 30px 0 0;
    text-align: center;
}

@media only screen and (max-width: 639px) {
    .lyt_btn_a {
        margin-top: 24px;
    }
}

.btn_a, .btn_b {
    position: relative;
    display: inline-block;
    min-width: 180px;
    padding: 6px 30px 5px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    border-radius: 4em;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn_a::after, .btn_b::after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    display: block;
    width: .5em;
    height: .5em;
    margin: auto 0;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_a._no_bullet::after, .btn_b._no_bullet::after {
    display: none;
}

.btn_a.js_icon_blank::after, .btn_a.js_icon_modal::after, .btn_b.js_icon_blank::after, .btn_b.js_icon_modal::after {
    display: none;
}

.btn_a.js_icon_blank .icon_blank_a, .btn_a.js_icon_modal .icon_blank_a, .btn_b.js_icon_blank .icon_blank_a, .btn_b.js_icon_modal .icon_blank_a {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto 0;
}

.btn_a:hover, .btn_a:active, .btn_b:hover, .btn_b:active {
    opacity: .85;
}

.btn_a._close::after, .btn_b._close::after {
    display: none;
}

.btn_a.disabled, .btn_b.disabled {
    color: #939393;
    background: #fff;
    border-color: #bebebe;
    cursor: default;
    pointer-events: none;
}

.btn_a {
    color: #fff;
    background: #002673;
    border: 1px solid #002673;
}

.btn_a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.btn_a:hover:not(.disabled), .btn_a:active:not(.disabled) {
    color: #002673;
    background: #fff;
    border: 1px solid #002673;
    opacity: 1;
}

.btn_a:hover:not(.disabled)::after, .btn_a:active:not(.disabled)::after {
    border-top: 1px solid #002673;
    border-right: 1px solid #002673;
}

.btn_b {
    color: #002673;
    background: #fff;
    border: 1px solid #002673;
}

.btn_b::after {
    border-top: 1px solid #002673;
    border-right: 1px solid #002673;
}

.btn_b:hover:not(.disabled), .btn_b:active:not(.disabled) {
    color: #fff;
    background: #002673;
    border: 1px solid #fff;
    opacity: 1;
}

.btn_b:hover:not(.disabled)::after, .btn_b:active:not(.disabled)::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.btn_c {
    position: relative;
    display: inline-block;
    min-width: 340px;
    padding: 10px 20px 8px;
    font-weight: bold;
    color: #002673;
    text-align: center;
    text-decoration: none;
    background: #fc0;
    border-radius: 2em;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn_c::after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    display: block;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border-top: 1px solid #002673;
    border-right: 1px solid #002673;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_c:hover, .btn_c:active {
    opacity: .85;
}

.btn_c.js_icon_blank::after, .btn_c.js_icon_modal::after {
    display: none;
}

.btn_c.js_icon_blank .icon_blank_a, .btn_c.js_icon_modal .icon_blank_a {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto 0;
}

@media only screen and (max-width: 639px) {
    .btn_c {
        min-width: 220px;
        padding: 1px 20px 1px;
    }
}

.list_btn_a, .list_btn_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    list-style: none;
}

.list_btn_a > li, .list_btn_b > li {
    margin: 0;
    text-align: center;
}

.list_btn_a._left, .list_btn_b._left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.list_btn_a._right, .list_btn_b._right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 639px) {
    .list_btn_a, .list_btn_b {
        display: block;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.list_btn_a > li {
    margin: 32px 0 0;
    padding: 0 16px;
}

@media only screen and (max-width: 639px) {
    .list_btn_a {
        margin-top: 24px;
    }
    .list_btn_a > li {
        margin-top: 0;
    }
    .list_btn_a > li + li {
        margin-top: 20px;
    }
}

.list_btn_b > li {
    min-width: 212px;
    margin: 32px 0 0;
    padding: 0 12px;
}

.list_btn_b .txt_lnk {
    font-size: 1.4rem;
    color: #5192c8;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.list_btn_b .txt_lnk:hover, .list_btn_b .txt_lnk:active {
    text-decoration: underline;
    opacity: .85;
}

@media only screen and (max-width: 639px) {
    .list_btn_b {
        margin-top: 24px;
    }
    .list_btn_b > li {
        margin-top: 0;
    }
    .list_btn_b > li + li {
        margin-top: 14px;
    }
}

.btn_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 64px 0 0;
    padding: 0;
    list-style: none;
}

.btn_grid > li {
    width: 100%;
    margin: 12px 0 0;
    background-color: #fff; border-radius: 4px;
}

.btn_grid > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 24px 12px 24px 24px;
    color: #333;
    text-decoration: none;
    border: 1px solid #002673;
    border-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s;
    background-position: right bottom; background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .btn_grid > li > a {padding: 16px 20px;}
}

.btn_grid > li > a > .content {
    width: 100%;
}

.btn_grid > li > a > .content .sub_txt {
    font-weight: bold;
}

.btn_grid > li > a > .content .tit {
    font-weight: bold;
    font-size: 2.1rem; 
    color: #002673;
    line-height: 1.45; margin-top: 0.3em;
}

.btn_grid > li > a > .content .tit + .icon_link {display: inline-block; margin-top: 0.3em;}

.btn_grid > li > a > .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    margin: 0 0 0 20px;
    text-align: center;
}

@media (min-width: 961px) {
    .btn_grid._col3 > li > a > .image {
        width: 100px;
    }
}

.btn_grid > li > a:hover, .btn_grid > li > a:active {
    opacity: .85;
}

.btn_grid > li._tobz > a {
    border: 1px solid #28becc;
}

.btn_grid > li._tobz > a > .content > .tit {
    color: #28becc;
}

@media (min-width: 640px) {
    .btn_grid > li {
        width: calc((100% - 12px) / 2);
        margin: 0 0 12px 0;
    }
    .btn_grid > li._col1 {
        width: 100%;
    }
    .btn_grid._col3 > li {
        width: calc((100% - 24.5px) / 3);
    }
    .btn_grid._col3 > li._col1 {
        width: 100%;
    }
    .btn_grid._col3::after {
        display: block;
        width: calc(100% / 3 - 10px);
        content: "";
    }
    .btn_grid._col1 > li {
        width: 100%;
    }
    .btn_grid._col1 > li + li {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 960px) {
    .btn_grid > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .btn_grid > li > a > .image {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 639px) {
    .btn_grid {
        display: block;
        margin-top: 40px;
    }
    .btn_grid > li {
        margin-top: 0;
        margin-bottom: 12px;
    }
    .btn_grid > li > a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
    }
    .btn_grid > li > a > .content > .sub_txt {
        font-size: 1.4rem;
    }
    .btn_grid > li > a > .content > .tit {
        font-size: 1.6rem;
    }
    .btn_grid > li > a > .image {
        width: auto;
        max-width: 106px;
        margin-top: 0;
        margin-left: 12px;
    }
}

.btn_offer, .btn_mail {
    display: inline-block;
    min-width: 320px;
    padding: 10px 20px 8px;
    font-weight: bold;
    color: #002673;
    text-align: center;
    text-decoration: none;
    background: #fc0;
    border-radius: 2em;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 1.875;
}

@media only screen and (min-width: 640px) and (max-width: 1000px) {
    .lyt_col._col2 .btn_offer,
    .lyt_col._col2 .btn_mail {
        min-width: 180px;
    }
}

.btn_offer:hover, .btn_offer:active, .btn_mail:hover, .btn_mail:active {
    opacity: .85;
}

.btn_offer > span, .btn_mail > span {
    padding: 0 0 0 25px;
}

@media only screen and (max-width: 639px) {
    .btn_offer, .btn_mail {
        min-width: 220px;
        padding: 6px 20px 5px;
    }
}

.btn_offer > span {
    background: url(/cgi/assets/css/images/icon_document_02.png) no-repeat left center;
}

.btn_mail > span {
    background: url(/cgi/assets/css/images/icon_mail_01.png) no-repeat left center;
}

/*
 * layout
** ------------------------------------------------------ */
.lyt_col {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 40px 0 30px;
}

.lyt_col > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 30px 0 0;
}

.lyt_col > .col > :first-child {
    margin-top: 0;
}

.lyt_col > .col > :last-child {
    margin-bottom: 0;
}

.lyt_col > .col > .box_a {
    height: 100%;
}

@media (min-width: 640px) {
    .lyt_col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lyt_col._col2 > .col {
        width: calc((100% - 40px) / 2);
    }
    .lyt_col._col2 > .col:first-child, .lyt_col._col2 > .col:nth-child(2) {
        margin-top: 0;
    }
    .lyt_col._col3 > .col {
        width: calc((100% - 80px) / 3);
    }
    .lyt_col._col3 > .col:first-child, .lyt_col._col3 > .col:nth-child(2), .lyt_col._col3 > .col:nth-child(3) {
        margin-top: 0;
    }
    .lyt_col._col4 > .col {
        width: calc((100% - 120px) / 4);
    }
    .lyt_col._col4 > .col:first-child, .lyt_col._col4 > .col:nth-child(2), .lyt_col._col4 > .col:nth-child(3), .lyt_col._col4 > .col:nth-child(4) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 639px) {
    .lyt_col {
        margin-top: 32px;
    }
    .lyt_col > .col {
        display: block;
        margin-top: 0;
    }
    .lyt_col > .col > .box_a {
        height: auto;
    }
    .lyt_col > .col + .col {
        margin-top: 32px;
    }
}

.lyt_image {
    /* margin: 80px 0 0; */
    margin: 40px 0 20px;
    text-align: center;
}

@media only screen and (max-width: 639px) {
    .lyt_image {
        margin: 20px 0;
    }
}

.lyt_image > a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.lyt_image > a:hover, .lyt_image > a:active {
    opacity: .85;
}

.lyt_image .caption {
    display: block;
    margin-top: 19px;
    font-size: 1.4rem;
    color: #6c6c6c;
    text-align: center;
}

@media only screen and (max-width: 639px) {
    .lyt_image > a {
        display: block;
    }
    .lyt_image .caption {
        margin-top: 11px;
    }
}

.caption {
    display: block;
    margin-top: 19px;
    font-size: 1.4rem;
    color: #6c6c6c;
    text-align: center;
}

.lyt_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
}

.lyt_item > .item {
    width: 100%;
}

.lyt_item > .item > :first-child {
    margin-top: 0;
}

.lyt_item > .item > :last-child {
    margin-bottom: 0;
}

.lyt_item > .item .txt_reader {
    font-size: 1.4rem;
    line-height: 1.4;
}

.lyt_item > .image {
    margin: 0 0 0 40px;
}

.lyt_item > .image > a {
    -webkit-transition: .2s;
    transition: .2s;
}

.lyt_item > .image > a:hover, .lyt_item > .image > a:active {
    opacity: .85;
}

.lyt_item._row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lyt_item._row_reverse > .image {
    margin-right: 40px;
    margin-left: 0;
}

@media (min-width: 640px) {
    .lyt_item > .image img {
        max-width: none;
    }
}

@media only screen and (max-width: 639px) {
    .lyt_item {
        display: block;
    }
    .lyt_item > .image {
        margin-top: 16px;
        margin-left: 0;
        text-align: center;
    }
    .lyt_item._row_reverse > .image {
        margin-right: 0;
    }
    .lyt_item._col_reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .lyt_item._col_reverse > .image {
        margin-top: 0;
        margin-left: 0;
    }
    .lyt_item._col_reverse > .item {
        margin-top: 16px;
    }
}

.mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.mv > .image {
    width: 50%;
    text-align: center;
}

.mv > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding: 0 20px;
    text-align: right;
    background: #fff;
    opacity: .9;
}

.mv > .content > .tit_mv {
    margin: 0;
    font-weight: bold;
    font-size: 3.8rem;
    color: #002673;
    line-height: 1.5;
}

.mv > .content > .tit_mv > .sub_txt {
    display: block;
    font-weight: normal;
    font-size: 2.6rem;
}

.mv > .content .lyt_btn_a {
    text-align: right;
}

.mv > .content .btn_b {
    min-width: 220px;
}

@media only screen and (max-width: 1000px) {
    .mv > .content > .tit_mv {
        font-size: 3rem;
    }
    .mv > .content > .tit_mv > .sub_txt {
        font-size: 1.6rem;
    }
    .mv > .content > .lyt_btn_a {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 639px) {
    .mv {
        display: block;
    }
    .mv > .image {
        width: auto;
    }
    .mv > .content {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    .mv > .content > .tit_mv {
        font-size: 2rem;
    }
    .mv > .content > .tit_mv > .sub_txt {
        font-size: 1.4rem;
        text-align: center;
    }
    .mv > .content .lyt_btn_a {
        text-align: center;
    }
    .mv > .content .btn_b {
        min-width: 180px;
    }
}

/*
 * box
** ------------------------------------------------------ */
.box_a {
    /* margin: 64px 0 0; */
    margin: 40px 0 30px;
    padding: 27px 30px;
    background: #f5f5f5;
}

.box_a > :first-child {
    margin-top: 0;
}

.box_a > :last-child {
    margin-bottom: 0;
}

.box_a.bg_tv {
    background: #e8deea !important;
}

.box_a.bg_vd {
    background: #f9deed !important;
}

.box_a .tit {
    /* margin: 0; */
    font-weight: bold;
    font-size: 1.8rem;
}

@media only screen and (max-width: 639px) {
    .box_a .tit {
        font-size: 1.7rem;
    }
}

.box_a .tit_a {
    font-weight: bold;
    font-size: 1.8rem;
    color: #002673;
    text-align: center;
}

.box_a .tit_att {
    padding: 0 0 0 24px;
    background: url(/cgi/assets/css/images/icon_attn_01.png) no-repeat left 6px;
}

.box_a > .content {
    margin: 2px 0 0;
}

.box_a > .content > :first-child {
    margin-top: 0;
}

.box_a > .content > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
    .box_a {
/* modifi */
        padding: 15px;
        margin-top: 20px;
    }
    .box_a .tit_a {
        margin-bottom: 2px;
    }
}

.box_b {
    margin: 80px 0 0;
    background: #002673;
}

.box_b .icon_link a {
    color: #fff;
}

.box_b .icon_link > li::before {
    color: #fff;
}

.box_b > .box_b_content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 20px;
}

.box_b > .box_b_content > .tit {
    margin: 0;
    font-weight: normal;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.box_b > .box_b_content > .lyt_btn_offer {
    margin: 12px 0 0;
    text-align: center;
}

.box_b > .box_b_content > .list_btn_offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -24px 0 0;
    padding: 0;
    line-height: 1.875;
    list-style: none;
}

.box_b > .box_b_content > .list_btn_offer > li {
    margin: 24px 0 0;
    padding: 0 12px;
}

@media only screen and (max-width: 639px) {
    .box_b {
        margin-top: 40px;
        padding: 20px 0;
    }
    .box_b > .box_b_content {
        padding: 0 54px;
    }
    .box_b > .box_b_content > .tit {
        line-height: 1.4;
    }
    .box_b > .box_b_content > .lyt_btn_offer {
        margin-top: 11px;
    }
    .box_b > .box_b_content > .list_btn_offer {
        margin-bottom: -16px;
    }
    .box_b > .box_b_content > .list_btn_offer > li {
        padding: 0 0 16px;
    }
}

.box_c {
    margin: 80px auto 0;
    padding: 32px 40px;
    background: repeating-linear-gradient(135deg, #fcdacc 0, #fcdacc 5px, #f2cfc2 5px, #f2cfc2 7px);
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 0 #f2e0d9;
    box-shadow: 2px 2px 0 #f2e0d9;
}

.box_c > .tit_wrap {
    margin: 0 0 20px;
    text-align: center;
}

.box_c > .tit_wrap > .tit {
    display: inline-block;
    padding: 7px 44px 2px 44px;
    font-size: 2.4rem;
    color: #ffe57f;
    background: #f04400;
    border-radius: 27px;
}

.box_c > .content {
    padding: 32px;
    background: #fff;
    border-radius: 4px;
}

@media only screen and (max-width: 639px) {
    .box_c {
        margin-top: 40px;
        padding: 15px;
        border-radius: 0;
        -webkit-box-shadow: 0 2px 2px #f2e0d9;
        box-shadow: 0 2px 2px #f2e0d9;
    }
    .box_c > .tit_wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
    .box_c > .tit_wrap > .tit {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 2rem;
        border-radius: 0;
    }
    .box_c > .content {
        padding: 20px;
    }
}

.box_price {
    margin: 64px 0 0;
    padding: 44px 0 45px;
    background: #f5f5f5;
}

.box_price > :first-child {
    margin-top: 0;
}

.box_price > :last-child {
    margin-bottom: 0;
}

.box_price > p {
    text-align: center;
}

@media only screen and (max-width: 639px) {
    .box_price {
        margin-top: 40px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .box_price .txt_marker_a {
        font-size: 1.8rem;
    }
    .box_price .txt_marker_a > em {
        font-size: 2.4rem;
    }
}

.box_strong_a {
    margin: 64px 0 0;
    padding: 35px 38px 29px;
    border: 1px solid #f00;
}

.box_strong_a > :first-child {
    margin-top: 0;
}

.box_strong_a > :last-child {
    margin-bottom: 0;
}

.box_strong_a > .tit {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 1.8rem;
    color: #f00;
    line-height: 1.6;
    background: url(/cgi/assets/css/images/icon_attn_01.png) no-repeat left 5px;
}

.box_strong_a > .content {
    margin: 2px 0 0;
}

.box_strong_a > .content > :first-child {
    margin-top: 0;
}

.box_strong_a > .content > :last-child {
    margin-bottom: 0;
}

.box_strong_a > .content > p > strong {
    font-weight: normal;
}

@media only screen and (max-width: 639px) {
    .box_strong_a {
        margin-top: 40px;
        padding: 19px 19px 16px;
    }
}

.box_scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 360px;
    margin: 64px 0 0;
    padding: 31px 39px;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.box_scroll > :first-child {
    margin-top: 0;
}

.box_scroll > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
    .box_scroll {
        height: 180px;
        margin-top: 40px;
        padding: 11px 18px;
    }
}

.box_form_a {
    margin: 64px 0 0;
    background: #ffe57f;
}

.box_form_a > .box_form_inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 20px;
}

.box_form_a > .box_form_inner > .tit {
    font-weight: bold;
    font-size: 1.8rem;
    color: #002673;
    text-align: center;
}

@media only screen and (max-width: 639px) {
    .box_form_a > .box_form_inner {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .box_form_a > .box_form_inner > .tit {
        margin-bottom: 2px;
    }
}

.box_form_b {
    margin: 80px 0 0;
    padding: 49px 40px 56px;
    background: #f5f5f5;
}

.box_form_b > .tit {
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #002673;
    text-align: center;
}

.box_form_b > .lnk {
    margin: 10px 0 0;
    text-align: center;
}

.box_form_b > .list_form_a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.box_form_b .lyt_btn_a {
    margin: 40px 0 0;
}

@media only screen and (max-width: 639px) {
    .box_form_b {
        margin-top: 40px;
        padding: 18px 16px 9px;
        text-align: center;
    }
    .box_form_b > .tit {
        font-size: 1.7rem;
        text-align: left;
        line-height: 1.5;
    }
    .box_form_b > .lnk {
        margin-top: 4px;
        text-align: left;
    }
    .box_form_b > .lnk > .icon_link {
        position: relative;
        display: inline-block;
        padding-left: 1.2em;
    }
    .box_form_b > .lnk > .icon_link::before {
        position: absolute;
        top: .23em;
        left: 0;
        line-height: 1;
    }
    .box_form_b > .list_form_a {
        display: inline-block;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 11px;
    }
    .box_form_b > .list_form_a > li {
        text-align: left;
    }
    .box_form_b > .list_form_a > li:first-child {
        margin-top: 0;
    }
    .box_form_b .lyt_btn_a {
        margin-top: 20px;
    }
}

.box_tel {
    margin: 64px 0 0;
    padding: 51px 32px 18px;
    background: #f5f5f5;
}

.box_tel > .tit {
    margin: 0 0 23px;
    font-size: 1.6rem;
    color: #004060;
    text-align: center;
}

.box_tel > .lyt_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
    border-radius: 4px;
}

.box_tel > .lyt_tel > .col {
    width: calc((100% - 25px) / 2);
}

.box_tel > .lyt_tel > .col:only-child {
    width: 100%;
}

.box_tel > .lyt_tel > .col > .col_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 24px 24px 10px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}

.box_tel > .lyt_tel .notes > li {
    text-align: left;
}

.box_tel > .lyt_tel .notes > li > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.box_tel > .lyt_tel > .col > .col_inner > .desc {
    margin: 10px 0 0;
    font-size: 1.4rem;
}

.box_tel > .lyt_tel > .col > .col_inner > .notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 0;
    font-size: 1.3rem;
}

.box_tel > .lyt_tel > .col > .col_inner > .notes > .mark {
    margin: 0 5px 0 0;
}

.box_tel > .lyt_tel > .col .tit {
    margin-bottom: 0;
    font-size: 1.8rem;
}

.box_tel > .lyt_tel > .col .tit_inner {
    position: relative;
    display: inline-block;
    font-weight: normal;
    color: #002673;
}

.box_tel > .lyt_tel > .col .txt_tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px 0 0;
    line-height: 1.4;
}

.box_tel > .lyt_tel > .col .txt_tel a {
    font-size: 3.6rem;
    letter-spacing: -.05em;
}

.box_tel > .lyt_tel > .col .txt_tel img {
    margin-bottom: 13px;
}

.box_tel > .lyt_tel > .col._fixed .tit_inner {
    padding: 0 0 0 24px;
    background: url(/cgi/assets/css/images/icon_tel_01.png) no-repeat left center;
}

.box_tel > .lyt_tel > .col._mobile .tit_inner {
    padding: 0 0 0 20px;
    background: url(/cgi/assets/css/images/icon_sp_01.png) no-repeat left center;
}

@media only screen and (max-width: 880px) {
    .box_tel > .lyt_tel > .col .txt_tel a {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 639px) {
    .box_tel {
        margin-top: 40px;
        padding: 18px 10px 10px;
    }
    .box_tel > .tit {
        margin-bottom: 12px;
        font-size: 1.7rem;
    }
    .box_tel > .lyt_tel {
        display: block;
        margin-bottom: 16px;
        margin-left: 0;
    }
    .box_tel > .lyt_tel > .col {
        width: 100%;
        padding-left: 0;
    }
    .box_tel > .lyt_tel > .col + .col {
        margin-top: 10px;
    }
    .box_tel > .lyt_tel > .col > .col_inner {
        padding: 14px 30px 13px;
    }
    .box_tel > .lyt_tel > .col > .col_inner > .desc {
        font-size: 1.2rem;
    }
    .box_tel > .lyt_tel > .col > .col_inner > .notes {
        font-size: 1.2rem;
    }
    .box_tel > .lyt_tel > .col .tit {
        font-size: 1.6rem;
    }
    .box_tel > .lyt_tel > .col .txt_tel {
        margin-top: 6px;
        padding: 0 8px;
    }
    .box_tel > .lyt_tel > .col .txt_tel a {
        font-size: 2.4rem;
    }
}

.box_app {
    margin: 64px 0 0;
    padding: 38px 20px;
    background: #f5f5f5;
}

.box_app > .lyt_app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px 0 0;
}

.box_app > .lyt_app > .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin: 15px 0 0;
    padding: 0 20px;
}

.box_app > .lyt_app > .item > .desc {
    margin: 0 32px 0 0;
}

.box_app > .lyt_app > .item > p {
    margin: 0;
}

.box_app > .lyt_app > .item > p > a {
    -webkit-transition: .2s;
    transition: .2s;
}

.box_app > .lyt_app > .item > p > a:hover, .box_app > .lyt_app > .item > p > a:active {
    opacity: .85;
}

.box_app > .lyt_app > .item:nth-child(2n)::before {
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #999;
    content: "";
}

@media only screen and (max-width: 639px) {
    .box_app {
        margin-top: 40px;
        padding: 20px 54px;
    }
    .box_app > .lyt_app {
        display: block;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 0;
    }
    .box_app > .lyt_app > .item {
        display: block;
        width: 100%;
        margin-top: 0;
        padding: 0;
        text-align: center;
    }
    .box_app > .lyt_app > .item + .item {
        position: relative;
        margin-top: 15px;
        padding-top: 19px;
    }
    .box_app > .lyt_app > .item + .item::before {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: #999;
        content: "";
    }
    .box_app > .lyt_app > .item > .desc {
        margin-right: 0;
        margin-bottom: 6px;
        font-size: 1.4rem;
    }
}

.box_list {
    margin: 64px 0 0;
    padding: 0;
    list-style: none;
    line-height: inherit;
}

.box_list > li {
    margin: 0;
    background-color: #fff;
}

.box_list > li + li {
    margin: 40px 0 0;
}

.box_list > li > .box_icon_a, .box_list > li > .box_icon_b {
    margin-top: 0;
}

@media (min-width: 1000px) {
    .box_list._col2, .box_list._col3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box_list._col2 > li, .box_list._col3 > li {
        margin: 40px 0 0;
    }
    .box_list._col2 > li {
        width: calc((100% - 40px) / 2);
    }
    .box_list._col2 > li:first-child, .box_list._col2 > li:nth-child(2) {
        margin-top: 0;
    }
    .box_list._col3 > li {
        width: calc((100% - 80.5px) / 3);
    }
    .box_list._col3 > li:first-child, .box_list._col3 > li:nth-child(2), .box_list._col3 > li:nth-child(3) {
        margin-top: 0;
    }
}

.box_list._box > li {
    padding: 40px;
    border: 1px solid #c0c0c0;
}

.box_list._box > li + li {
    margin-top: 40px;
}

.box_list._box > li > .box_icon_a, .box_list._box > li > .box_icon_b {
    margin-top: 0;
}

@media (min-width: 1000px) {
    .box_list._box._col2 > li, .box_list._box._col3 > li {
        margin-top: 12px;
    }
    .box_list._box._col2 > li {
        width: calc((100% - 12px) / 2);
    }
    .box_list._box._col2 > li:first-child, .box_list._box._col2 > li:nth-child(2) {
        margin-top: 0;
    }
    .box_list._box._col3 > li {
        width: calc((100% - 24px) / 3);
    }
    .box_list._box._col3 > li:first-child, .box_list._box._col3 > li:nth-child(2), .box_list._box._col3 > li:nth-child(3) {
        margin-top: 0;
    }
}

.box_list._bg > li {
    padding: 40px;
    background: #f5f5f5;
}

.box_list._bg > li + li {
    margin-top: 12px;
}

@media only screen and (max-width: 1000px) {
    .box_list {
        margin-top: 40px;
    }
    .box_list > li + li {
        margin-top: 14px;
    }
    .box_list._box > li {
        padding: 27px 18px 28px;
    }
    .box_list._box > li + li {
        margin-top: 40px;
    }
    .box_list._bg > li {
        padding: 27px 18px 28px;
    }
}

.box_icon_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 64px 0 0;
}

.box_icon_a + .box_icon_a {
    margin: 15px 0 0;
}

.box_icon_a > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.box_icon_a > .item > .image {
    margin: 0 0 0 40px;
}

.box_icon_a > .item > .image img {
    max-width: none;
}

.box_icon_a > .item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 14px;
}

.box_icon_a > .item .content > .tit {
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}

.box_icon_a > .item .content .tit_content {
    margin: 7px 0 0;
}

.box_icon_a > .item .content .tit_content > :first-child {
    margin-top: 0;
}

.box_icon_a > .item .content .tit_content > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
    .box_icon_a > .item {
        display: block;
        text-align: center;
    }
    .box_icon_a > .item .content {
        margin-top: 21px;
        padding-left: 0;
        text-align: left;
    }
    .box_icon_a > .item > .image {
        margin-top: 15px;
        margin-left: 0;
    }
}

.box_icon_b > .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box_icon_b > .tit > .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 86px;
    margin: 0;
    padding: 0 0 0 14px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
}

.box_icon_b > .content {
    margin: 14px 0 0;
}

.box_icon_b > .content > :first-child {
    margin-top: 0;
}

.box_icon_b > .content > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
    .box_icon_b > .tit {
        display: block;
        text-align: center;
    }
    .box_icon_b > .tit > .tit {
        min-height: auto;
        margin-top: 18px;
        padding-left: 0;
    }
    .box_icon_b > .content {
        margin-top: 4px;
    }
}

.box_toggle {
    margin: 80px 0 0;
}

.box_toggle + .box_toggle {
    margin-top: 8px;
}

.box_toggle > .item {
    border: 1px solid #e5e9f1;
}

.box_toggle > .item > .tit {
    margin: 0;
    background: #e5e9f1;
}

.box_toggle > .item > .tit > .tit_inner {
    display: block;
    width: 100%;
    padding: 11px 39px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #002673;
    text-align: left;
    line-height: 1.8;
    background: none;
    border: none;
    border-radius: 0;
    cursor: default;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.box_toggle > .item > .tit > .tit_inner > .txt {
    position: relative;
}

.box_toggle > .item > .item_content {
    padding: 34px 32px;
}

@media only screen and (max-width: 639px) {
    .box_toggle {
        margin-top: 64px;
    }
    .box_toggle > .item > .tit > .tit_inner {
        padding: 7px 27px;
    }
    .box_toggle > .item > .item_content {
        padding: 19px 15px;
    }
}

/*
 * index
** ------------------------------------------------------ */
.lyt_idx_a {
    margin: 64px 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 1000px) {
    .lyt_idx_a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lyt_idx_a._col2 > li {
        width: calc((100% - 12px) / 2);
    }
    .lyt_idx_a._col2 > li:first-child, .lyt_idx_a._col2 > li:nth-child(2) {
        margin-top: 0;
    }
    .lyt_idx_a._col2 > li:nth-child(2n + 1) {
        margin-left: 0;
    }
    .lyt_idx_a._col3 > li {
        width: calc((100% - 24.5px) / 3);
    }
    .lyt_idx_a._col3 > li:first-child, .lyt_idx_a._col3 > li:nth-child(2), .lyt_idx_a._col3 > li:nth-child(3) {
        margin-top: 0;
    }
    .lyt_idx_a._col3 > li:nth-child(3n + 1) {
        margin-left: 0;
    }
    .lyt_idx_a._col4 > li {
        width: calc((100% - 36px) / 4);
    }
    .lyt_idx_a._col4 > li:first-child, .lyt_idx_a._col4 > li:nth-child(2), .lyt_idx_a._col4 > li:nth-child(3), .lyt_idx_a._col4 > li:nth-child(4) {
        margin-top: 0;
    }
    .lyt_idx_a._col4 > li:nth-child(4n + 1) {
        margin-left: 0;
    }
}

.lyt_idx_a > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 12px 0 0 12px;
    padding: 0 0 48px;
    border: 1px solid #c0c0c0;
}

.lyt_idx_a > li > .image {
    min-height: calc(0%);
    text-align: center;
}

.lyt_idx_a > li > .image > img {
    width: 100%;
    vertical-align: bottom;
}

.lyt_idx_a > li > .item {
    padding: 26px 23px 34px;
}

.lyt_idx_a > li > .item > .tit {
    margin: 0 0 14px;
    font-weight: bold;
    font-size: 2rem;
    color: #002673;
}

.lyt_idx_a > li > .item > .content > :first-child {
    margin-top: 0;
}

.lyt_idx_a > li > .item > .content > :last-child {
    margin-bottom: 0;
}

.lyt_idx_a > li > .lyt_btn_a {
    margin-top: auto;
    padding: 0 24px;
}

@media only screen and (max-width: 1000px) {
    .lyt_idx_a {
        margin-top: 20px;
    }
    .lyt_idx_a > li {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        margin-left: 0;
        padding-bottom: 26px;
    }
    .lyt_idx_a > li + li {
        margin-top: 20px;
    }
    .lyt_idx_a > li > .item {
        padding: 18px 18px 20px;
    }
    .lyt_idx_a > li > .item > .tit {
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .lyt_idx_a > li > .lyt_btn_a {
        padding-right: 18px;
        padding-left: 18px;
    }
}

.lyt_idx_b {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 1000px) {
    .lyt_idx_b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lyt_idx_b._icon._col3 > li {
        width: calc((100% - 74.5px) / 2);
    }
    .lyt_idx_b._icon._col3 > li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 50px;
        padding: 0;
        border: none;
    }
    .lyt_idx_b._icon._col3 > li:nth-child(3n + 1) {
        margin-left: 0;
    }
    .lyt_idx_b._icon._col5 > li {
        width: calc((100% - 148.5px) / 3);
    }
    .lyt_idx_b._icon._col5 > li:first-child, .lyt_idx_b._icon._col5 > li:nth-child(2), .lyt_idx_b._icon._col5 > li:nth-child(3), .lyt_idx_b._icon._col5 > li:nth-child(4), .lyt_idx_b._icon._col5 > li:nth-child(5) {
        margin-top: 0;
    }
    .lyt_idx_b._icon._col5 > li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        width: 100%;
        max-width: 50px;
        padding: 0;
        border: none;
    }
    .lyt_idx_b._icon._col5 > li:nth-child(5n + 1) {
        margin-left: 0;
    }
    .lyt_idx_b._col2 > li {
        width: calc((100% - 12px) / 2);
    }
    .lyt_idx_b._col2 > li:first-child, .lyt_idx_b._col2 > li:nth-child(2) {
        margin-top: 0;
    }
    .lyt_idx_b._col2 > li:nth-child(2n + 1) {
        margin-left: 0;
    }
    .lyt_idx_b._col3 > li {
        width: calc((100% - 24.5px) / 3);
    }
    .lyt_idx_b._col3 > li:first-child, .lyt_idx_b._col3 > li:nth-child(2), .lyt_idx_b._col3 > li:nth-child(3) {
        margin-top: 0;
    }
    .lyt_idx_b._col3 > li:nth-child(3n + 1) {
        margin-left: 0;
    }
    .lyt_idx_b._col4 > li {
        width: calc((100% - 36px) / 4);
    }
    .lyt_idx_b._col4 > li:first-child, .lyt_idx_b._col4 > li:nth-child(2), .lyt_idx_b._col4 > li:nth-child(3), .lyt_idx_b._col4 > li:nth-child(4) {
        margin-top: 0;
    }
    .lyt_idx_b._col4 > li:nth-child(4n + 1) {
        margin-left: 0;
    }
}

.lyt_idx_b > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
    margin: 12px 0 0 12px;
    padding: 24px 24px 32px;
    border: 1px solid #c0c0c0;
}

.lyt_idx_b > li > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 24px;
}

.lyt_idx_b > li > .item > .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2em;
    height: 2em;
    margin: 0 8px 0 0;
    font-weight: bold;
    color: #002673;
    background: #e5e9f1;
    border-radius: 50%;
}

.lyt_idx_b > li > .item > .tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 4px 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #002673;
}

.lyt_idx_b > li > .content {
    padding: 22px 0 0;
    border-top: 1px dashed #999;
}

.lyt_idx_b > li > .content > :first-child {
    margin-top: 0;
}

.lyt_idx_b > li > .content > :last-child {
    margin-bottom: 0;
}

.lyt_idx_b > li > .lyt_btn_a {
    margin-top: auto;
    padding-top: 25px;
}

@media only screen and (max-width: 1000px) {
    .lyt_idx_b {
        margin-top: 20px;
    }
    .lyt_idx_b > li {
        margin-top: 0;
        margin-left: 0;
        padding: 19px 20px 27px;
    }
    .lyt_idx_b > li + li {
        margin-top: 20px;
    }
    .lyt_idx_b > li > .item {
        padding-bottom: 10px;
    }
    .lyt_idx_b > li > .content {
        margin-top: 13px;
        margin-bottom: 23px;
    }
    .lyt_idx_b > li .pc_icon_trans90 {
        -webkit-transform: none;
        transform: none;
    }
    .lyt_idx_b > li .pc_icon_trans45 {
        -webkit-transform: none;
        transform: none;
    }
    .lyt_idx_b._icon > li:nth-child(even) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        padding: 0;
        border: none;
    }
}

.lyt_idx_c {
    margin: 64px 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 1000px) {
    .lyt_idx_c._col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lyt_idx_c._col2 > li {
        margin: 12px 0 0 12px;
    }
    .lyt_idx_c._col2 > li {
        width: calc((100% - 12px) / 2);
    }
    .lyt_idx_c._col2 > li:first-child, .lyt_idx_c._col2 > li:nth-child(2) {
        margin-top: 0;
    }
    .lyt_idx_c._col2 > li:nth-child(2n+1) {
        margin-left: 0;
    }
}

.lyt_idx_c > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
}

.lyt_idx_c > li + li {
    margin: 30px 0 0;
}

.lyt_idx_c > li > .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    margin: 0 15px 0 0;
    text-align: center;
}

.lyt_idx_c > li > .image > img {
    max-width: 200px;
    max-height: 150px;
}

.lyt_idx_c > li > .content {
    width: 100%;
    padding: 0 0 0 16px;
    border-left: 1px dashed #999;
}

.lyt_idx_c > li > .content > :first-child {
    margin-top: 0;
}

.lyt_idx_c > li > .content > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
    .lyt_idx_c > li {
        display: block;
        padding: 20px;
    }
    .lyt_idx_c > li > .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .lyt_idx_c > li > .content {
        padding-top: 9px;
        padding-left: 0;
        border-top: 1px dashed #999;
        border-left: none;
    }
}

/*
 * table
** ------------------------------------------------------ */
table.tl_f {
    table-layout: fixed;
}

table.va_m th, table.va_m td, th.va_m td, td.va_m td {
    vertical-align: middle;
}

table.ta_c th, table.ta_c td, th.ta_c, td.ta_c {
    text-align: center;
}

table.ta_c th .icon_link, table.ta_c td .icon_link, th.ta_c .icon_link, td.ta_c .icon_link {
    text-align: left;
}

table thead th, table thead td {
    background: #e5e9f1;
}

table tbody th {
    background: #f2f4f8;
}

tbody.ta_r td, th.ta_r, td.ta_r {
    text-align: right;
}

table.p_sm th, table.p_sm td {
    padding: 10px;
}

@media only screen and (max-width: 639px) {
    table.sp_ta_l th, table.sp_ta_l td, thead.sp_ta_l th {
        text-align: left;
    }
}

th.bl_0, td.bl_0 {
    border-left: none;
}

.pcolor {
    background-color: #fffcf2;
}

table th > :first-child, table td > :first-child {
    margin-top: 0;
}

table th > :last-child, table td > :last-child {
    margin-bottom: 0;
}

table th.bg_tv {
    color: #652273;
    background: #d1bdd5 !important;
}

table th.bg_vd {
    color: #d92189;
    background: #f4bcdc !important;
}

.scroll_wrap {
    overflow: auto;
    margin-top: 60px;
}

@media only screen and (max-width: 639px) {
    .scroll_wrap {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        margin-top: 32px;
        padding-right: 7px;
        padding-bottom: 2px;
    }
    .scroll_wrap > table {
        width: 160%;
    }
    .scroll_wrap > .list_caption {
        width: 160%;
    }
    .scroll_wrap::before {
        padding: 0 20px 0 0;
        background: url(/cgi/assets/css/images/icon_arrow_01.png) no-repeat right center;
        content: "横にスクロールします";
    }
}

.tbl_a {
    background: #fff;
    border-right: 1px solid #7f92b9;
    border-bottom: 1px solid #7f92b9;
}

.tbl_a th {
    font-weight: bold;
    color: #002673;
}

.tbl_a th, .tbl_a td {
    padding: 15px 20px;
    border-top: 1px solid #7f92b9;
    border-left: 1px solid #7f92b9;
}

@media only screen and (max-width: 639px) {
    .tbl_a th, .tbl_a td {
        display: block;
        width: 100% !important;
        padding: 13px 16px 13px;
    }
}

.tbl_b {
    background: #fff;
    border-right: 1px solid #7f92b9;
    border-bottom: 1px solid #7f92b9;
}

.tbl_b thead th {
    vertical-align: middle;
    text-align: center;
}

.tbl_b thead td {
    color: #002673;
}

.tbl_b th {
    font-weight: bold;
    color: #002673;
}

.tbl_b th, .tbl_b td {
    padding: 15px 20px;
    border-top: 1px solid #7f92b9;
    border-left: 1px solid #7f92b9;
}

@media only screen and (max-width: 639px) {
    .tbl_a .tbl_b th, .tbl_a .tbl_b td {
        display: table-cell;
        width: auto !important;
    }
    .tbl_b th, .tbl_b td {
        padding: 13px 16px 13px;
    }
}

/*
 * placeholder style
** ------------------------------------------------------ */
:placeholder-shown {
    color: #6c6c6c;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

[data-browser="Edge"] ::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1 !important;
}

/*
 * form
** ------------------------------------------------------ */
input[type="submit"], input[type="button"], button {
    padding: .25em .75em;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background: linear-gradient(#fff, #f5f5f5);
    background-color: #fff;
    border: solid 1px #666;
    border-radius: .4em;
}

input[type="submit"]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, input[type="submit"]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active, input[type="button"]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, input[type="button"]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active, button:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, button:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active {
    color: #002673;
    background-color: #fff;
    border-color: #002673;
}

.list_form_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0 -38px;
    padding: 0;
    list-style: none;
}

.list_form_a > li {
    margin: 20px 0 0 38px;
}

@media only screen and (max-width: 639px) {
    .list_form_a {
        display: block;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: -16px;
        margin-left: 0;
    }
    .list_form_a > li {
        margin-top: 16px;
        margin-left: 0;
    }
}

.list_form_b {
    padding: 0;
    list-style: none;
}

.list_form_b > li {
    width: 100%;
    margin: 20px 0 0;
}

@media (min-width: 640px) {
    .list_form_b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list_form_b._col2 > li {
        width: calc((100% - 4px) / 2);
    }
    .list_form_b._col2 > li:first-child, .list_form_b._col2 > li:nth-child(2) {
        margin-top: 0;
    }
    .list_form_b._col3 > li {
        width: calc((100% - 8px) / 3);
    }
    .list_form_b._col3 > li:first-child, .list_form_b._col3 > li:nth-child(2), .list_form_b._col3 > li:nth-child(3) {
        margin-top: 0;
    }
    .list_form_b._col4 > li {
        width: calc((100% - 12px) / 4);
    }
    .list_form_b._col4 > li:first-child, .list_form_b._col4 > li:nth-child(2), .list_form_b._col4 > li:nth-child(3), .list_form_b._col4 > li:nth-child(4) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 639px) {
    .list_form_b > li:first-child {
        margin-top: 0;
    }
}

.form_radio, .form_cb {
    position: relative;
    display: inline-block;
    padding-left: 36px;
    cursor: pointer;
}

.form_radio > input {
    position: absolute;
    top: 3px;
    left: 5px;
}

.form_radio > input + span::before, .form_radio > input + b::before {
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px -2px #999 inset;
    box-shadow: 0 2px 5px -2px #999 inset;
    content: "";
}

.form_radio > input + span::after, .form_radio > input + b::after {
    position: absolute;
    top: 2px;
    left: 5px;
    display: block;
    width: 18px;
    height: 18px;
    background: #4c679d;
    border-radius: 50%;
    content: "";
    opacity: 0;
}

.form_radio > input:checked + span::after, .form_radio > input:checked + b::after {
    opacity: 1;
}

.form_radio > input:focus + span::before, .form_radio > input:focus + b::before {
    border: 1px solid #18ade7;
}

.form_cb {
    padding-top: 4px;
    font-size: 1.4rem;
}

.form_cb > input {
    position: absolute;
    top: 3px;
    left: 5px;
}

.form_cb > input + span::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 4px;
    content: "";
}

.form_cb > input + span::after {
    position: absolute;
    top: 7px;
    left: 6px;
    display: block;
    width: 18px;
    height: 11px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form_cb > input:checked {
    position: absolute;
    top: 3px;
    left: 5px;
}

.form_cb > input:checked + span::before {
    background: #4c679d;
    border: 0;
}

.form_cb > input:checked + span::after {
    display: block;
    opacity: 1;
}

.form_cb > input:focus + span::before {
    border: 2px solid #18ade7;
}

@media only screen and (max-width: 639px) {
    .form_cb {
        padding-top: 2px;
        padding-left: 31px;
    }
    .form_cb > input + span::before {
        width: 25px;
        height: 25px;
    }
    .form_cb > input + span::after {
        top: 8px;
        left: 5px;
        border-bottom: 4px solid #fff;
        border-left: 4px solid #fff;
    }
}

.lyt_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lyt_form > p {
    margin-top: 0;
}

.lyt_form > .txt_a, .lyt_form .txt_b {
    font-size: 2.6rem;
}

.lyt_form > .txt_a {
    margin: 0 16px 0 0;
    line-height: 1.875;
}

.lyt_form > .txt_b {
    margin: 0 18px;
}

.lyt_form .btn {
    position: relative;
    margin: 0 0 0 24px;
    padding: 0 40px 0 0;
}

.lyt_form .btn::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: calc(100% + 8px);
    margin: auto 0;
    background: #999;
    content: "";
}

.lyt_form .lnk {
    margin: 0 0 0 33px;
}

.lyt_form .form_txt {
    width: 100%;
    max-width: 480px;
    min-height: 40px;
    border-radius: 4px;
}

.lyt_form .form_txt._zip-a {
    max-width: 120px;
    ime-mode: inactive;
}

.lyt_form .form_txt._zip-b {
    max-width: 180px;
    ime-mode: inactive;
}

.lyt_form .search {
    min-height: 40px;
    margin: 0 0 0 10px;
}

@media only screen and (max-width: 1000px) {
    .lyt_form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lyt_form > .txt_a, .lyt_form .txt_b {
        font-size: 2rem;
    }
    .lyt_form > .txt_a {
        margin-right: 4px;
    }
    .lyt_form > .txt_b {
        margin: 0 8px;
    }
    .lyt_form .form_txt {
        max-width: none;
        min-height: 32px;
    }
    .lyt_form .form_txt._zip-a {
        max-width: 90px;
    }
    .lyt_form .form_txt._zip-b {
        max-width: 120px;
    }
    .lyt_form .btn {
        position: static;
        width: 100%;
        margin-top: 13px;
        margin-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .lyt_form .btn::after {
        display: none;
    }
    .lyt_form .lnk {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
    }
    .lyt_form .search {
        margin-top: 10px;
        margin-left: 0;
    }
}

/*
 * js
** ------------------------------------------------------ */
.tab_a {
    margin: 80px 0 0;
}

@media only screen and (max-width: 639px) {
    .tab_a {
        margin-top: 64px;
    }
}

.js_tab {
    margin: 80px 0 0;
}

.js_tab > .tab_a {
    margin-top: 0;
}

@media only screen and (max-width: 639px) {
    .js_tab {
        margin-top: 64px;
    }
}

.tab_panel {
    margin: 40px 0 0;
}

.tab_panel > :first-child {
    margin-top: 0;
}

.tab_panel > :last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .tab_panel {
    display: none;
}

[data-script-enabled="true"] .tab_panel.is_active {
    display: block;
}

body:not(.mfp-iframe-inner) .modal-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
}

[data-script-enabled="true"] .box_toggle > .item > .tit > .tit_inner {
    cursor: pointer;
}

[data-script-enabled="true"] .box_toggle > .item.is_open > .tit > .tit_inner > span::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[data-script-enabled="true"] .box_toggle > .item.is_close > .item_content {
    display: none;
}

.toggle_status {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    opacity: 0;
}

.modal_fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mfp-bg {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 1042;
    width: 100%;
    height: 100% !important;
    background: rgba(0, 0, 0, .6);
}

.mfp-wrap {
    position: absolute !important;
    top: 50% !important;
    left: 50%;
    z-index: 1043;
    width: calc(100% - 20px);
    max-width: 1200px;
    height: auto;
    min-height: 250px;
    max-height: calc(100vh - 110px) !important;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mfp-wrap.mfp-ready {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.mfp-container {
    height: 100%;
}

.mfp-content {
    height: 100%;
}

.mfp-inline-holder .mfp-content {
    overflow: auto;
}

.modal_close_btn {
    padding: 20px 20px 20px 0;
    text-align: right;
    background: #fff;
    border-radius: 4px;
}

.modal_close_btn > button {
    position: relative;
    padding: 0 0 0 15px;
    background: none;
    border: none;
    border-radius: 0;
}

.modal_close_btn > button::before, .modal_close_btn > button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    margin: auto 0;
    background: #000;
    content: "";
}

.modal_close_btn > button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal_close_btn > button::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.modal_close_btn > button > .txt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    opacity: 0;
}

.mfp_iframe_scaler {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 70px);
}

.mfp-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.modal_wrap {
    margin: 0 40px 40px;
}

@media only screen and (max-width: 639px) {
    .modal_wrap {
        margin: 0 20px 40px;
    }
}


.modal_wrap > :first-child {
    margin-top: 0;
}

.modal_wrap > :last-child {
    margin-bottom: 0;
}

.video-wrap {
    position: relative;
    max-width: 705px;
    margin: 0 auto;
    padding-bottom: 396px;
}

.video-wrap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 397px;
    vertical-align: top;
    border: 0 !important;
}

.js_modal_content {
    display: none;
}

.modal_fixed .js_modal_content {
    display: block;
}

/*
 * margin
** ------------------------------------------------------ */
.tit_lv2 + *, .tit_lv3 + *, .tit_lv4 + *, .tit_lv5 + * {
    margin-top: 30px;
}

@media only screen and (max-width: 639px) {
    .tit_lv2, .tit_lv3, .tit_lv4, .tit_lv5 {
        margin-top: 40px;
    }
}

.tit_lv2_wrap + *, .tit_lv3_wrap + *, .tit_lv4_wrap + *, .tit_lv5_wrap + * {
    margin-top: 30px;
}

.tit_lv2_wrap .tit_lv2 + *, .tit_lv2_wrap .tit_lv3 + *, .tit_lv2_wrap .tit_lv4 + *, .tit_lv2_wrap .tit_lv5 + *, .tit_lv3_wrap .tit_lv2 + *, .tit_lv3_wrap .tit_lv3 + *, .tit_lv3_wrap .tit_lv4 + *, .tit_lv3_wrap .tit_lv5 + *, .tit_lv4_wrap .tit_lv2 + *, .tit_lv4_wrap .tit_lv3 + *, .tit_lv4_wrap .tit_lv4 + *, .tit_lv4_wrap .tit_lv5 + *, .tit_lv5_wrap .tit_lv2 + *, .tit_lv5_wrap .tit_lv3 + *, .tit_lv5_wrap .tit_lv4 + *, .tit_lv5_wrap .tit_lv5 + * {
    margin-top: 0;
}

@media only screen and (max-width: 639px) {
    .tit_lv2_wrap + *, .tit_lv3_wrap + *, .tit_lv4_wrap + *, .tit_lv5_wrap + * {
        margin-top: 16px;
    }
}

p + .txt_tel, .txt_tel + .txt_tel {
    margin-top: 14px;
}

@media (min-width: 1240px) {
    .anc_lnk + .lyt_col {
        margin-top: 0;
    }
}

/*----------------------------------------
 Adjust
----------------------------------------*/
table i {
    font-weight: normal !important;
    font-family: dinFs;
}

.c_red {
    color: #ce0000 !important;
}

.c_org {
    color: #ff8c00 !important;
}

.c_blu {
    color: #002673 !important;
}

.c_blu_dm {
    color: #4182a0 !important;
}

.c_cyn {
    color: #00b4ed !important;
}

.c_wht {
    color: #fff !important;
}

.c_blk {
    color: #000 !important;
}

.c_tv {
    color: #652273 !important;
}

.c_vd {
    color: #d92189 !important;
}

.c_biz {
    color: #28becc !important;
}


/*
 * background
** ------------------------------------------------------ */
.bg_hs  {background: #007ab7 !important;}
.bg_mn  {background: #228b22 !important;}
.bg_tv  {background: #652273 !important;}
.bg_vd  {background: #d92189 !important;}
.bg_biz {background: #def0f3 !important;}
.bg_cs  {background: #6bb32a !important;}
.bg_ntt {background: #03c !important;}
.bg_wht {background: #fff !important;}
.bg_blk {background: #000000 !important;}
.bg_blu {background: #002673 !important;}
.bg_org {background: #ff8c00 !important;}
.bg_gry {background: #919191 !important;}
.bg_lbu {background: #e5e9f1 !important;}
.bg_pnk {background: #fadce9 !important;}
.bg_lgr {background: #e1efce !important;}
.bg_yel {background: #fc0 !important;}
.bc_yel2,
tr.bc_yel2 > th,
tr.bc_yel2 > td {background-color: #fffae5;}

/*
 * icon adjust
** ------------------------------------------------------ */
@media (min-width: 640px) {
    .pc_icon_trans90 {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media only screen and (max-width: 639px) {
    .sp_icon_trans90 {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (min-width: 640px) {
    .pc_icon_trans45 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media only screen and (max-width: 639px) {
    .sp_icon_trans45 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/*
 * eizo service
** ------------------------------------------------------ */
.bg_tv p.ws_pl,
.bg_vd p.ws_pl {margin-top: -1.5em;}

.bb_thumb {
    margin: 1em auto;
    border: solid 1px #fff;
    width: 100%;
    max-width: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.bb_thumb:before{
    content: "";
    display: block;
    padding-top: 56.25%;
}

.bb_thumb_wrap {
    -ms-flex-preferred-size: 282px;
    flex-basis: 282px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bb_thumb_wrap .bb_thumb {
    margin: 0 auto;
}


/* for cgi */
.js_icon_external::after {content: url("/cgi/assets/images/icon_blank_04.png"); margin: 0.2em;}
.btn_offer.js_icon_external::after {content: url("/cgi/assets/images/icon_blank_02.png"); margin: 0.2em;}
ul.wfi_lnk {list-style: none; padding-left: 1em;}
ul.wfi_lnk li {text-indent: -1em;}
ul.wfi_lnk li::before {content: "\e900"; font-family: "icomoon"; color: #0074bf;}
