@charset "UTF-8";
/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.site_header h1, .site_footer h1 {
    margin: .67em 0;
    font-size: 2em;
}

.site_header hr, .site_footer hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

.site_header pre, .site_footer pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

.site_header a, .site_footer a {
    background-color: transparent;
}

.site_header abbr[title], .site_footer abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;

    -webkit-text-decoration: underline dotted;
}

.site_header b, .site_header strong, .site_footer b, .site_footer strong {
    font-weight: bolder;
}

.site_header code, .site_header kbd, .site_header samp, .site_footer code, .site_footer kbd, .site_footer samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

.site_header small, .site_footer small {
    font-size: 80%;
}

.site_header sub, .site_header sup, .site_footer sub, .site_footer sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
}

.site_header sub, .site_footer sub {
    bottom: -.25em;
}

.site_header sup, .site_footer sup {
    top: -.5em;
}

.site_header img, .site_footer img {
    border-style: none;
}

.site_header button, .site_header input, .site_header optgroup, .site_header select, .site_header textarea, .site_footer button, .site_footer input, .site_footer optgroup, .site_footer select, .site_footer textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

.site_header button, .site_header input, .site_footer button, .site_footer input {
    overflow: visible;
}

.site_header button, .site_header select, .site_footer button, .site_footer select {
    text-transform: none;
}

.site_header button, .site_header [type="button"], .site_header [type="reset"], .site_header [type="submit"], .site_footer button, .site_footer [type="button"], .site_footer [type="reset"], .site_footer [type="submit"] {
    -webkit-appearance: button;
}

.site_header button::-moz-focus-inner, .site_header [type="button"]::-moz-focus-inner, .site_header [type="reset"]::-moz-focus-inner, .site_header [type="submit"]::-moz-focus-inner, .site_footer button::-moz-focus-inner, .site_footer [type="button"]::-moz-focus-inner, .site_footer [type="reset"]::-moz-focus-inner, .site_footer [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.site_header button:-moz-focusring, .site_header [type="button"]:-moz-focusring, .site_header [type="reset"]:-moz-focusring, .site_header [type="submit"]:-moz-focusring, .site_footer button:-moz-focusring, .site_footer [type="button"]:-moz-focusring, .site_footer [type="reset"]:-moz-focusring, .site_footer [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.site_header fieldset, .site_footer fieldset {
    padding: .35em .75em .625em;
}

.site_header legend, .site_footer legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

.site_header progress, .site_footer progress {
    vertical-align: baseline;
}

.site_header textarea, .site_footer textarea {
    overflow: auto;
}

.site_header [type="checkbox"], .site_header [type="radio"], .site_footer [type="checkbox"], .site_footer [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.site_header [type="number"]::-webkit-inner-spin-button, .site_header [type="number"]::-webkit-outer-spin-button, .site_footer [type="number"]::-webkit-inner-spin-button, .site_footer [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.site_header [type="search"], .site_footer [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.site_header [type="search"]::-webkit-search-decoration, .site_footer [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.site_header ::-webkit-file-upload-button, .site_footer ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.site_header details, .site_footer details {
    display: block;
}

.site_header summary, .site_footer summary {
    display: list-item;
}

.site_header template, .site_footer template {
    display: none;
}

.site_header [hidden], .site_footer [hidden] {
    display: none;
}

/* ==============================================================================================
 Sprite
================================================================================================= */
/* ==============================================================================================
 Margin
================================================================================================= */
/* ==============================================================================================
 Base
================================================================================================= */
:root {
    font-size: 10px;
}

.site_header, .site_footer {
    overflow-wrap: break-word;
    min-width: 320px;
    font-size: 1.6rem;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,sans-serif;
    color: #333;
    line-height: 1.6;
    letter-spacing: .05em;
    word-wrap: break-word;
}

.site_header *, .site_header *::before, .site_header *::after, .site_footer *, .site_footer *::before, .site_footer *::after {
    box-sizing: border-box;
}

.site_header ul, .site_header ol, .site_footer ul, .site_footer ol {
    list-style-type: none;
}

.site_header li, .site_footer li {
    margin: 0;
}

.site_header a, .site_footer a {
    color: #5192c8;
    text-decoration: underline;
    transition: .2s;
}

.site_header a:hover, .site_header a:active, .site_footer a:hover, .site_footer a:active {
    opacity: .85;
}

.site_header em, .site_footer em {
    font-weight: bold;
    font-style: normal;
}

.site_header sup, .site_footer sup {
    font-size: 1.2rem;
}

.site_header i, .site_footer i {
    font-style: italic;
}

.site_header img, .site_footer img {
    max-width: 100%;
    /* vertical-align: bottom; */
}

.site_header p, .site_header ul, .site_header ol, .site_header dl, .site_header dt, .site_header dd, .site_header table, .site_header h1, .site_header h2, .site_header h3, .site_header h4, .site_header h5, .site_header h6, .site_header blockquote, .site_header form, .site_footer p, .site_footer ul, .site_footer ol, .site_footer dl, .site_footer dt, .site_footer dd, .site_footer table, .site_footer h1, .site_footer h2, .site_footer h3, .site_footer h4, .site_footer h5, .site_footer h6, .site_footer blockquote, .site_footer form {
    margin: 0;
    padding: 0;
}

.site_header dfn, .site_header cite, .site_footer dfn, .site_footer cite {
    font-style: normal;
}

.site_header small, .site_footer small {
    font-size: 100%;
}

.site_header table, .site_footer table {
    width: 100%;
    border-collapse: collapse;
}

.site_header input, .site_header select, .site_header button, .site_header textarea, .site_footer input, .site_footer select, .site_footer button, .site_footer textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
}

.site_header input[type="reset"], .site_header input[type="image"], .site_header input[type="submit"], .site_header input[type="button"], .site_header button, .site_footer input[type="reset"], .site_footer input[type="image"], .site_footer input[type="submit"], .site_footer input[type="button"], .site_footer button {
    cursor: pointer;
}

.site_header button, .site_footer button {
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
}

/* ==============================================================================================
 Structure
================================================================================================= */
@media (min-width: 640px) {
    .site_header {
        position: relative;
        z-index: 30;
        background: #fff;
    }
}

.site_header .header_wrap {
    border-bottom: 1px solid #004163;
}

.site_header .header_wrap > .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
max-width: 1240px;
    margin: 0 auto;
    padding: 15px 20px;
}

@media only screen and (max-width: 639px) {
    .site_header .header_wrap {
        border-bottom: 1px solid #ccd4e3;
    }
    .site_header .header_wrap > .header_content {
        display: flex;
        justify-content: flex-start;
        min-height: 55px;
        padding: 0 15px;
    }
}

.site_header .header_logo .logo a {
    text-decoration: none;
}

.site_header .header_logo .logo a img {
    padding: 0;
}

.site_header .header_logo .logo a .txt {
    display: block;
    font-size: 1.2rem;
    color: #333;
}

.site_header .header_logo .logo a:hover, .site_header .header_logo .logo a:active {
    opacity: .85;
}

.site_header .header_logo h1.logo {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: inherit;
}

@media only screen and (max-width: 639px) {
    .site_header .header_logo {
        font-size: 0;
    }
    .site_header .header_logo .logo {
        display: inline-block;
        margin-top: 0;
    }
    .site_header .header_logo .logo a {
        display: flex;
        align-items: center;
    }

    .site_header .header_logo .logo a img {
        width: 129px;
        padding-bottom: 0;
    }
    .site_header .header_logo .logo a .txt {
        margin: 2px 0 0 16px;
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

.site_header .header_utility {
    flex: 1;
}

.site_header .header_utility .logo {
    text-align: right;
}

.site_header .header_utility .logo a img {
    width: 100px;
}

.site_header .header_utility .header_item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
margin: 10px 0 5px;
}

@media only screen and (max-width: 880px) {
    .site_header .header_utility .header_item {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media only screen and (max-width: 639px) {
    .site_header .header_utility {
        display: none;
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }
    .site_header .header_utility .logo {
        margin-top: 23px;
        text-align: center;
    }
    .site_header .header_utility .logo a img {
        width: 128.5px;
    }
    .site_header .header_utility .header_item {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 0;
    }
}

.site_header .header_utility_nav {
    display: flex;
    font-size: 1.4rem;
}

.site_header .header_utility_nav > li {
    margin: 0 0 0 14px;
}

.site_header .header_utility_nav > li a {
    position: relative;
    display: block;
    padding: 0 0 0 13px;
    color: #333;
    line-height: 1.6;
    text-decoration: none;
}

.site_header .header_utility_nav > li a:hover, .site_header .header_utility_nav > li a:active {
    color: #5192c8;
}

.site_header .header_utility_nav > li a:hover::before, .site_header .header_utility_nav > li a:hover::after, .site_header .header_utility_nav > li a:active::before, .site_header .header_utility_nav > li a:active::after {
    background: #5192c8;
}

.site_header .header_utility_nav > li a::before, .site_header .header_utility_nav > li a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 8px;
    height: 1px;
    margin: auto 0;
    background: #999;
    content: "";
    transition: .2s;
}

.site_header .header_utility_nav > li a::before {
    top: 0;
    bottom: 8px;
    transform: rotate(40deg);
}

.site_header .header_utility_nav > li a::after {
    top: 2px;
    bottom: 0;
    transform: rotate(140deg);
}

@media only screen and (max-width: 1000px) {
    .site_header .header_utility_nav {
        font-size: 1.2rem;
    }
    .site_header .header_utility_nav > li {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 639px) {
    .site_header .header_utility_nav {
        display: block;
        margin: 25px auto 0;
    }
    .site_header .header_utility_nav > li {
        margin-top: 8px;
        margin-left: 0;
    }
    .site_header .header_utility_nav > li:first-child {
        margin-top: 0;
    }
    .site_header .header_utility_nav > li a {
        min-width: 270px;
        padding: 10px 20px 10px;
        text-align: center;
        border: 1px solid #999;
        border-radius: 4px;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
    }
    .site_header .header_utility_nav > li a::before, .site_header .header_utility_nav > li a::after {
        right: 10px;
        left: auto;
    }
}

.site_header .header_utility_search {
    width: 100%;
    max-width: 284px;
    margin: 0 0 0 22px;
    padding: 0 0 0 24px;
    font-size: 1.4rem;
    border-left: 1px solid #999;
}
.site_header #home_other.header_utility_search {
    border-left: none;
}

.site_header .header_utility_search p {
    position: relative;
    display: inline-block;
    width: 100%;
}

.site_header .header_utility_search p .search_box {
    width: 100%;
    padding: 7px 28px 5px 11px;
    border: 1px solid #c0c0c0;
    border-radius: 30px;
}

.site_header .header_utility_search p .search_btn {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto 0;
    padding: 10px;
    font-size: 0;
    background: url(/assets_116/css/images/ico_search.png) center no-repeat;
}

@media only screen and (max-width: 1000px) {
    .site_header .header_utility_search {
        max-width: 223px;
        margin-left: 11px;
        padding-left: 12px;
    }
}

@media only screen and (max-width: 880px) {
    .site_header .header_utility_search {
        margin-left: 0;
        padding-left: 0;
        text-align: right;
        border-left: none;
    }
}

@media only screen and (max-width: 639px) {
    .site_header .header_utility_search {
        width: 100%;
        max-width: none;
        padding: 25px 15px 24px;
        font-size: 1.6rem;
        text-align: center;
        background: #c0c0c0;
    }
    .site_header .header_utility_search p .search_box {
        min-width: 290px;
        padding-top: 11px;
        padding-right: 36px;
        padding-bottom: 11px;
        border-radius: 30px;
    }
    .site_header .header_utility_search p .search_box::-webkit-input-placeholder {
        padding-top: 4px;
    }
    .site_header .header_utility_search p .search_btn {
        right: 10px;
        padding: 14px;
    }
}

.site_header .global_nav_wrap {
    border-bottom: 1px solid #ccd4e3;
}

.site_header .global_nav_wrap > .global_nav_content {
    position: relative;
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 880px) {
    .site_header .global_nav_wrap {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 639px) {
    .site_header .global_nav_wrap {
        border-bottom: none;
    }
    .site_header .global_nav_wrap > .global_nav_content {
        position: static;
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
}

.site_header .global_nav {
    display: flex;
    width: 100%;
}

.site_header .global_nav > li {
    width: calc(100% / 3);
}

.site_header .global_nav > li .global_nav_title {
    position: relative;
    display: flex;
    overflow: hidden;
    padding-left: 0.2em;
    padding-right: 0.2em;
    color: #004163;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 640px) {
    .site_header .global_nav > li .global_nav_title {
        height: 100%;
        min-height: 4em;  /*85px*/
        justify-content: center;
        align-items: center;
    }
}

.site_header .global_nav > li .global_nav_title::before {
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fc0;
    content: "";
    transition: .2s;
}

.site_header .global_nav > li .global_nav_title:hover::before,
.site_header .global_nav > li .global_nav_title:active::before {
    top: 0;
}

@media only screen and (max-width: 639px) {
    .site_header .global_nav {
        display: block;
        width: 100%;
    }
    .site_header .global_nav > li {
        width: 100%;
    }
    .site_header .global_nav > li .global_nav_title {
        padding: 11px 30px 8px 15px;
        text-align: left;
        border-bottom: 1px solid #999;
    }
    .site_header .global_nav > li .global_nav_title::before {
        display: none;
    }
    .site_header .global_nav > li .global_nav_title::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        display: block;
        width: 0;
        height: 0;
        margin: auto 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #004163;
        content: "";
        transition: .2s;
    }
}

.site_header .nav_btn {
    width: 25%;
    padding: 6px 0 6px 6px;
}

.site_header .nav_btn .global_nav_title {
    display: inline-block;
    width: 100%;
    max-width: 290px;
    padding: 0.5em 0.5em 0.4em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #29becc;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2);
    transition: .2s;
    letter-spacing: 0;
		line-height: 1.4;
}

.site_header .nav_btn .global_nav_title .icon {
    margin: 0 0 0 6px;
    vertical-align: 1px;
}

.site_header .nav_btn .global_nav_title::before {
    display: none;
}

.site_header .nav_btn .global_nav_title:hover, .site_header .nav_btn .global_nav_title:active {
    opacity: .85;
}

@media only screen and (max-width: 639px) {
    .site_header .nav_btn {
        width: 100%;
        padding: 24px 0 17px;
        padding-left: 0;
        text-align: center;
    }
    .site_header .nav_btn .global_nav_title {
        max-width: 270px;
        padding-top: 10px;
        padding-bottom: 7px;
        text-align: center;
    }
    .site_header .nav_btn .global_nav_title::before, .site_header .nav_btn .global_nav_title::after {
        display: none;
    }
}

.site_header .global_content {
    position: absolute;
    left: 0;
    z-index: 50;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.site_header .global_content .global_content_inner {
    position: relative;
    display: flex;
    width: 100%;
}

.site_header .global_content .global_content_item {
    display: flex;
    width: 100%;
    min-height: 465px;
    background: #f5f5f5;
    border-top: 1px solid #ccd4e3;
}

.site_header .global_content .global_content_item .second_nav_wrap {
    width: 100%;
    /*margin-bottom: 50px;*/
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav {
    position: relative;
    width: 50%;
    height: 100%;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 15px 15px 45px;
    color: #004163;
    text-align: left;
    line-height: 1.6;
    text-decoration: none;
    transition: .2s;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title .icon {
    margin: 0 0 0 6px;
    vertical-align: 1px;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #004163;
    content: "";
    transition: .2s;}

/*.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title::before {
    top: 0;
    bottom: 6px;
    transform: rotate(40deg);
}*/

/*.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title::after {
    top: 4px;
    bottom: 0;
    transform: rotate(140deg);
}*/

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content {
    position: absolute;
    top: 0;
    left: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 114px 40px 0;
    background: #e5e9f1;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content .icon {
    text-align: center;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content .icon img {
    max-height: 100px;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content .lead {
    margin: 34px 0 0;
    text-align: center;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content .lead .title {
    display: block;
    font-weight: bold;
}

.site_header .global_content .link_content_wrap {
    width: calc(100% / 3);
    padding: 40px;
}

.site_header .global_content .link_content_wrap > :first-child {
    margin-top: 0;
}

.site_header .global_content .close_btn {
    position: absolute;
    right: 39px;
    bottom: 15px;
    padding: 0 0 0 15px;
    font-size: 1.2rem;
}

.site_header .global_content .close_btn::before, .site_header .global_content .close_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 9px;
    height: 1px;
    margin: auto 0;
    background: #333;
    content: "";
}

.site_header .global_content .close_btn::before {
    transform: rotate(45deg);
}

.site_header .global_content .close_btn::after {
    transform: rotate(135deg);
}

@media only screen and (max-width: 880px) {
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .site_header .global_content .link_content_wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 640px) {
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title:hover {
        color: #004163;
        background: #e5e9f1;
        opacity: 1;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title:hover::before, .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title:hover::after {
        /*background: #002673;*/
        border-left: 7px solid #0066cc;
        opacity: 1;
    }
}

@media only screen and (max-width: 639px) {
    .site_header .global_content {
        position: static;
        left: auto;
        z-index: auto;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .site_header .global_content .global_content_inner {
        display: block;
        max-width: none;
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .site_header .global_content .global_content_item {
        display: block;
        min-height: 0;
        border-top: none;
    }
    .site_header .global_content .global_content_item .second_nav_wrap {
        width: 100%;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav {
        position: static;
        width: 100%;
        height: auto;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title {
        position: relative;
        padding: 10px 30px 11px 10px;
        font-size: 1.4rem;
        border-bottom: 1px solid #999;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title::before {
        display: none;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title::after {
        top: 0;
        left: auto;
        right: 14px;
        width: 0;
        height: 0;
        margin: auto 0;
        background: none;
        border-top: 7px solid #999;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        transition: .2s;
        transform: none;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        padding: 30px 25px 33px;
        border-bottom: 1px solid #999;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content::before {
        top: 30px;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_content .lead {
        text-align: left;
    }
    .site_header .global_content .link_content_wrap {
        display: none;
    }
    .site_header .global_content .close_btn {
        display: none;
    }
}

.site_header .header_btn_01 {
    margin: 12px 0 0;
    text-align: center;
}

@media only screen and (max-width: 639px) {
    .site_header .header_btn_01 {
        margin-top: 15px;
    }
}

.site_header .header_btn_01 .btn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 180px;
    padding: 5px 20px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #004163;
    border-radius: 16px;
    transition: .2s;
}

.site_header .header_btn_01 .btn::before, .site_header .header_btn_01 .btn::after {
    position: absolute;
    right: 12px;
    display: block;
    width: 8px;
    height: 1px;
    margin: auto 0;
    background: #fff;
    content: "";
    transition: .2s;
}

.site_header .header_btn_01 .btn::before {
    top: 0;
    bottom: 6px;
    transform: rotate(40deg);
}

.site_header .header_btn_01 .btn::after {
    position: absolute;
    top: 4px;
    bottom: 0;
    display: block;
    content: "";
    transform: rotate(140deg);
}

.site_header .header_btn_01 .btn:hover, .site_header .header_btn_01 .btn:active {
    opacity: .85;
}

.site_header .header_btn_02 {
    display: flex;
    margin: 24px 0 0;
}

.site_header .header_btn_02 a {
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
    transition: .2s;
}

.site_header .header_btn_02 a img {
    width: 100%;
}

.site_header .header_btn_02 a:hover, .site_header .header_btn_02 a:active {
    opacity: .85;
}

.site_header .header_btn_02 .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 82px;
    padding: 16px 23px 16px 97px;
    color: #004163;
    text-decoration: none;
    background: #fff;
}

.site_header .header_btn_02 .btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    display: block;
    width: 1px;
    height: calc(100% - 32px);
    margin: auto 0;
    background: #999;
    content: "";
}

.site_header .header_btn_02 .btn._document {
    background: #fff url(/assets_116/css/images/icon_document_01.png) no-repeat;
    background-position: 27px center;
}

.site_header .header_btn_02 .btn._support {
    background: #fff url(/assets_116/css/images/icon_support_01.png) no-repeat;
    background-position: 20px center;
}

@media only screen and (max-width: 880px) {
    .site_header .header_btn_02 .btn {
        padding: 68px 10px 16px;
    }
    .site_header .header_btn_02 .btn::before {
        top: 62px;
        right: 0;
        bottom: auto;
        left: 0;
        width: calc(100% - 20px);
        height: 1px;
        margin: 0 auto;
    }
    .site_header .header_btn_02 .btn._document, .site_header .header_btn_02 .btn._support {
        background-position: center 18px;
    }
}

.site_header .global_nav_btn {
    display: none;
}

@media only screen and (max-width: 639px) {
    .site_header .global_nav_btn {
        position: absolute;
        top: 8px;
        right: 6px;
        width: 38px;
        height: 38px;
        background: #004163;
    }
    .site_header .global_nav_btn::before, .site_header .global_nav_btn::after {
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 2px;
        margin: 0 auto;
        background: #fff;
        content: "";
        transition: .2s;
    }
    .site_header .global_nav_btn::before {
        top: 11px;
    }
    .site_header .global_nav_btn::after {
        bottom: 11px;
    }
    .site_header .global_nav_btn .txt {
        position: absolute;
        top: 18px;
        right: 0;
        left: 0;
        z-index: 1;
        width: 20px;
        height: 2px;
        margin: 0 auto;
        font-size: 1rem;
        color: transparent;
        background: #fff;
        transition: .2s;
    }
    .site_header .global_nav_btn:hover, .site_header .global_nav_btn:active {
        background: #004163;
    }
    .site_header .global_nav_btn:hover .txt, .site_header .global_nav_btn:active .txt {
        color: transparent;
    }
}

.site_header .status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    font-size: 1rem;
    opacity: 0;
}

@media only screen and (max-width: 639px) {
    .site_header .sp_hide {
        display: none;
    }
}

@media (min-width: 640px) {
    .site_header .pc_hide {
        display: none;
    }
}

.site_footer .big_footer_wrap {
    background: #f5f5f5;
}

.site_footer .big_footer_wrap > .big_footer_content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px 41px;
}

@media only screen and (max-width: 639px) {
    .site_footer .big_footer_wrap > .big_footer_content {
        padding: 0;
    }
}

.site_footer .big_footer_nav {
    display: flex;
    margin: 0 0 0 -45px;
}

.site_footer .big_footer_nav > li {
    padding: 0 0 0 45px;
}

@media only screen and (min-width: 640px) {
    .site_footer .big_footer_nav {
        flex-wrap: wrap;
    }
    .site_footer .big_footer_nav > li {
        width: 311px; padding-top: 2em;
    }
}

.site_footer .big_footer_nav > li .title {
    margin: 21px 0 8px;
    padding: 0 0 1px;
    color: #004163;
    border-bottom: 1px solid #999;
}

.site_footer .big_footer_nav > li .title a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #004163;
    text-decoration: none;
}

.site_footer .big_footer_nav > li .title a::before, .site_footer .big_footer_nav > li .title a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 8px;
    height: 1px;
    background: #004163;
    content: "";
    transition: .2s;
}

.site_footer .big_footer_nav > li .title a::before {
    top: 9px;
    transform: rotate(40deg);
}

.site_footer .big_footer_nav > li .title a::after {
    top: 14px;
    transform: rotate(140deg);
}

.site_footer .big_footer_nav > li .title a:hover, .site_footer .big_footer_nav > li .title a:active {
    color: #5192c8;
}

.site_footer .big_footer_nav > li .title a:hover::before, .site_footer .big_footer_nav > li .title a:hover::after, .site_footer .big_footer_nav > li .title a:active::before, .site_footer .big_footer_nav > li .title a:active::after {
    background: #5192c8;
}

.site_footer .big_footer_nav > li .big_footer_nav_sub > li a {
    position: relative;
    display: inline-block;
    padding: 5px 0 4px 16px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}

.site_footer .big_footer_nav > li .big_footer_nav_sub > li a .icon {
    margin: 0 0 0 6px;
    vertical-align: 1px;
}

.site_footer .big_footer_nav > li .big_footer_nav_sub > li a::before, .site_footer .big_footer_nav > li .big_footer_nav_sub > li a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 8px;
    height: 1px;
    background: #999;
    content: "";
    transition: .2s;
}

.site_footer .big_footer_nav > li .big_footer_nav_sub > li a::before {
    top: 12px;
    transform: rotate(40deg);
}

.site_footer .big_footer_nav > li .big_footer_nav_sub > li a::after {
    top: 17px;
    transform: rotate(140deg);
}

.site_footer .big_footer_nav > li .big_footer_nav_sub > li a:hover, .site_footer .big_footer_nav > li .big_footer_nav_sub > li a:active {
    color: #5192c8;
}

.site_footer .big_footer_nav > li .big_footer_nav_sub > li a:hover::before, .site_footer .big_footer_nav > li .big_footer_nav_sub > li a:hover::after, .site_footer .big_footer_nav > li .big_footer_nav_sub > li a:active::before, .site_footer .big_footer_nav > li .big_footer_nav_sub > li a:active::after {
    background: #5192c8;
}

.site_footer .big_footer_nav > li > :first-child {
    margin-top: 0;
}

@media only screen and (max-width: 639px) {
    .site_footer .big_footer_nav {
        display: block;
        margin: 0;
        border-top: 1px solid #999;
    }
    .site_footer .big_footer_nav > li {
        width: 100%;
        padding: 0;
        /* border-top: 1px solid #999; */
    }
    .site_footer .big_footer_nav > li.sp_hide {
        display: none;
    }
    .site_footer .big_footer_nav > li .title {
        display: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .site_footer .big_footer_nav > li .title._link {
        display: block;
    }
    .site_footer .big_footer_nav > li .title._link.no_link,
    .site_footer .big_footer_nav > li .title._link a {
        display: block;
        margin-top: 0;
        padding: 12px 15px 7px 30px;
        border-bottom: 1px solid #999;
    }
    .site_footer .big_footer_nav > li .title._link a::before, .site_footer .big_footer_nav > li .title._link a::after {
        left: 15px;
    }
    .site_footer .big_footer_nav > li .title._link a::before {
        top: 20px;
    }
    .site_footer .big_footer_nav > li .title._link a::after {
        top: 25px;
    }
    .site_footer .big_footer_nav > li .big_footer_nav_sub {
        display: none;
    }
}

.site_footer .footer_nav_wrap {
    background: #e5e9f1;
}

.site_footer .footer_nav_wrap > .footer_nav_content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 0 21px;
}

@media only screen and (max-width: 639px) {
    .site_footer .footer_nav_wrap > .footer_nav_content {
        overflow: hidden;
        padding: 14px 15px 11px 15px;
    }
}

.site_footer .footer_nav {
    font-size: 0;
    text-align: center;
}

.site_footer .footer_nav > li {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
}

.site_footer .footer_nav > li::after {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    display: block;
    width: 1px;
    height: 10px;
    margin: auto 0;
    background: #c0c0c0;
    content: "";
}

.site_footer .footer_nav > li:first-child::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    display: block;
    width: 1px;
    height: 10px;
    margin: auto 0;
    background: #c0c0c0;
    content: "";
}

.site_footer .footer_nav > li .is-current {
    position: relative;
    padding: 0 26px;
    color: #5192c8;
}

.site_footer .footer_nav > li .is-current::after {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    display: block;
    width: calc(100% - 48px);
    height: 1px;
    margin: 0 auto;
    background: #5192c8;
    content: "";
}

.site_footer .footer_nav > li a {
    padding: 0 25px 0 23px;
    color: #333;
    text-decoration: none;
}

.site_footer .footer_nav > li a:hover, .site_footer .footer_nav > li a:active {
    position: relative;
    color: #5192c8;
}

.site_footer .footer_nav > li a:hover::after, .site_footer .footer_nav > li a:active::after {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    display: block;
    width: calc(100% - 48px);
    height: 1px;
    margin: 0 auto;
    background: #5192c8;
    content: "";
}

.site_footer .footer_nav > li a .icon {
    margin: 0 0 0 5px;
    vertical-align: 0;
}

@media only screen and (max-width: 639px) {
    .site_footer .footer_nav {
        margin-top: -8px;
        margin-right: -30px;
        margin-left: -25px;
        text-align: left;
    }
    .site_footer .footer_nav > li {
        margin-top: 8px;
        font-size: 1.4rem;
    }
    .site_footer .footer_nav > li .is-current {
        padding: 0 25px 0 24px;
    }
    .site_footer .footer_nav > li a {
        padding: 0 26px 0 24px;
    }
    .site_footer .footer_nav > li:last-child::after {
        display: none;
    }
}

.site_footer .footer_info_wrap > .footer_info_content {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 17px 20px;
}

@media only screen and (max-width: 880px) {
    .site_footer .footer_info_wrap > .footer_info_content {
        display: block;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 639px) {
    .site_footer .footer_info_wrap > .footer_info_content {
        display: block;
        padding: 15px 0 0;
    }
}

.site_footer .footer_info_nav {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0 -23px;
}

.site_footer .footer_info_nav > li {
    margin: 8px 0 0 23px;
    font-size: 1.2rem;
}

.site_footer .footer_info_nav > li a {
    position: relative;
    display: block;
    padding: 0 0 0 11px;
    color: #333;
    text-decoration: none;
}

.site_footer .footer_info_nav > li a:hover, .site_footer .footer_info_nav > li a:active {
    color: #5192c8;
}

.site_footer .footer_info_nav > li a:hover::before, .site_footer .footer_info_nav > li a:hover::after, .site_footer .footer_info_nav > li a:active::before, .site_footer .footer_info_nav > li a:active::after {
    background: #5192c8;
}

.site_footer .footer_info_nav > li a::before, .site_footer .footer_info_nav > li a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 7px;
    height: 1px;
    background: #999;
    content: "";
    transition: .2s;
}

.site_footer .footer_info_nav > li a::before {
    top: 6px;
    transform: rotate(40deg);
}

.site_footer .footer_info_nav > li a::after {
    top: 10px;
    transform: rotate(140deg);
}

.site_footer .footer_info_nav > li a .icon {
    margin: 0 0 0 5px;
    vertical-align: 0;
}

@media only screen and (max-width: 639px) {
    .site_footer .footer_info_nav {
        flex-wrap: wrap;
        margin-left: -20px;
        padding: 0 15px;
    }
    .site_footer .footer_info_nav > li {
        margin-left: 20px;
    }
}

.site_footer .footer_copyright {
    font-size: 1.2rem;
}

@media only screen and (max-width: 639px) {
    .site_footer .footer_copyright {
        margin-top: 11px;
        padding-top: 11px;
        padding-bottom: 11px;
        text-align: center;
        border-top: 1px solid #999;
    }
}

.site_footer .tax_wrap {
    display: none;
}

/*----------------------------------------
 #main
----------------------------------------*/
.section_wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 45px 20px 45px;
}

.section_wrap > :first-child {
    margin-top: 0;
}

.section_wrap > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
    .section_wrap {
        padding: 5% 15px;
    }
}

.section_wrap_a {
    background: #f5f5f5;
}

.section_wrap_a .wrap_inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 45px 20px 68px;
}

.section_wrap_a .wrap_inner > :first-child {
    margin-top: 0;
}

.section_wrap_a .wrap_inner > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
    .section_wrap_a .wrap_inner {
        padding: 21px 15px 50px;
    }
}

.order_wrap {
    padding: 0 20px;
    background-color: #002573;
}

@media only screen and (max-width: 639px) {
    .order_wrap {
        padding: 0 15px;
    }
}

p.page_top_a {
    box-sizing: border-box;
    max-width: 1240px;
    margin: 60px auto 0;
    padding: 0 20px;
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.875;
}

.page_top_a > a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 165px;
    padding: 9px 16px 5px 44px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background: #004163;
    border-radius: 4px 4px 0 0;
    transition: .2s;
}

.page_top_a > a:hover, .page_top_a > a:active {
    opacity: .85;
}

.page_top_a > a::before, .page_top_a > a::after {
    position: absolute;
    bottom: 0;
    display: block;
    margin: auto 0;
    content: "";
}

.page_top_a > a::before {
    top: 0;
    left: 18px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.page_top_a > a::after {
    position: absolute;
    top: 4px;
    left: 24px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    transform: rotate(-45deg);
}

@media only screen and (max-width: 639px) {
    .page_top_a {
        margin-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 1.2rem;
    }
    .page_top_a > a {
        min-width: 130px;
        padding: 5px 16px 5px 34px;
    }
    .page_top_a > a::before {
        left: 13px;
        width: 16px;
        height: 16px;
    }
    .page_top_a > a::after {
        left: 18px;
        width: 6px;
        height: 6px;
    }
}

.bg {
    background: #f5f5f5;
}

/* ==============================================================================================
 Modules
================================================================================================= */
/*
 * 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;
}

/*
 * js style
** ------------------------------------------------------ */
.is_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

body[data-fee-enabled="true"] {
    padding: 0 0 50px;
}

body[data-fee-enabled="true"] .flets_notes {
    display: block;
}

body[data-fee-enabled="true"] .site_footer .tax_wrap {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: block;
    width: 100%;
    background: #333;
    opacity: .9;
}

body[data-fee-enabled="true"] .site_footer .tax_wrap .tax_content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 13px 20px;
}

body[data-fee-enabled="true"] .site_footer .tax_wrap .tax_content p {
    font-size: 1.4rem;
    color: #fff;
}

@media only screen and (max-width: 639px) {
    body[data-fee-enabled="true"] {
        padding-bottom: 58px;
    }
    body[data-fee-enabled="true"] .site_header.is_active {
        padding-bottom: 50px;
    }
    body[data-fee-enabled="true"] .site_footer .tax_wrap .tax_content {
        padding: 12px 15px;
    }
    body[data-fee-enabled="true"] .site_footer .tax_wrap .tax_content p {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 639px) {
    [data-script-enabled="true"] .site_header .global_nav_btn {
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    [data-script-enabled="true"] .site_header .global_nav_wrap {
        display: none;
    }
}

[data-script-enabled="true"] .site_header .global_nav > li .global_nav_title.js_dropdown_hook::after {
    border-top: 7px solid #004163;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
    right: 13px;
}

@media only screen and (min-width: 640px) {
	[data-script-enabled="true"] .site_header .global_nav > li .global_nav_title.js_dropdown_hook::after  {
    content: "";
    position: absolute;
border-top-width: 5px;
    bottom: 4px;
    left: 50%;
margin-left: -5px;
transition: .2s;
}
}

[data-script-enabled="true"] .site_header .global_nav_content .global_nav > li .global_nav_title.is_active {
    font-weight: bold;
    background: #ccd4e3;
}

body#top_ced .global_nav .gn_home a.global_nav_title,
body#personal .global_nav .gn_product a.global_nav_title,
body#supply .global_nav .gn_product a.global_nav_title,
body#support .global_nav .gn_support a.global_nav_title,
body#contact_ced .global_nav .gn_contact a.global_nav_title,
body#top_phone .global_nav .gn_home a.global_nav_title {
font-weight: bold;
    background: #ccd4e3;
}


[data-script-enabled="true"] .site_header .global_nav_content .global_nav > li .global_nav_title.is_active::before {
    top: 0;
}

@media only screen and (max-width: 639px) {
    [data-script-enabled="true"] .site_header .global_nav_content > ul > li .global_nav_title.is_active::before {
        top: 20px;
        left: 18px;
    }
    [data-script-enabled="true"] .site_header .global_nav_content > ul > li .global_nav_title.is_active::after {
        border-top: none;
        border-bottom: 7px solid #0066cc;
    }
}

.site_header .global_content .global_content_item.is_active {
    background: #e5e9f1;
}

.site_header .global_content .global_content_item.is_active .second_nav_wrap .second_nav {
    background: #f5f5f5;
}

.site_header .global_content .global_content_item.is_active .link_content_wrap {
    position: relative;
    background: #e5e9f1;
}

.site_header .global_content .global_content_item.is_active .link_content_wrap::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 82%;
    margin: auto 0;
    background: #999;
    content: "";
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title.is_active {
    font-weight: bold;
    color: #0066cc;
    background: #e5e9f1;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title.is_active .status {
    display: none;
}

.site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title.is_active::before, .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title.is_active::after {
    background: #004163;
}

@media only screen and (max-width: 639px) {
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title.is_active {
        background: #ebf3f5;
        border-bottom: none;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title.is_active .status {
        display: block;
    }
    .site_header .global_content .global_content_item .second_nav_wrap .second_nav > li .second_nav_title.is_active::after {
        background: none;
        border-top: none;
        border-bottom: 7px solid #0066cc;
    }
}

@media only screen and (max-width: 639px) {
    .site_header.is_active {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .site_header.is_active .global_nav_btn::before, .site_header.is_active .global_nav_btn::after {
        width: 22px;
    }
    .site_header.is_active .global_nav_btn::before {
        top: 18px;
        transform: rotate(45deg);
    }
    .site_header.is_active .global_nav_btn::after {
        bottom: 18px;
        transform: rotate(-45deg);
    }
    .site_header.is_active .global_nav_btn .txt {
        z-index: -10;
        font-size: 0;
        opacity: 0;
    }
    .site_header.is_active .global_nav_wrap {
        display: block;
    }
    .site_header.is_active .global_nav_wrap > .header_utility {
        display: flex;
    }
}

.js_dropdown .js_dropdown_content, .js_dropdown_hover .js_dropdown_content {
    display: none;
}

.js_dropdown .js_dropdown_content.is_active, .js_dropdown_hover .js_dropdown_content.is_active {
    display: block;
}

[data-script-enabled="true"] .local_nav a.js_dropdown_hook {
    padding-left: 2em;
}

[data-script-enabled="true"] .local_nav ul[class*="item"] > li.anc > a {
    padding-left: 2em;
}

.js_fee_dsp {
    display: none;
}

[data-fee-enabled="true"] .js_fee_dsp {
    display: block;
}

#dropdown_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#dropdown_overlay.is_active {
    display: block;
}

/*
 * heading
** ------------------------------------------------------ */
.tit_lv1_wrap {
    display: flex;
    background: #4c679d;
}

.tit_lv1_wrap .tit_lv1_content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    min-height: 120px;
    margin: 0 auto;
    padding: 15px 20px;
    color: #333;
}

.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;
/*        flex-wrap: wrap; */
    }
.tit_lv1_wrap .tit_lv1_content .item {
    margin-top: 0.5em;
    }
}
.tit_lv1 {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    line-height: 1.5;
}

.tit_lv1 .sub_txt {
    display: block;
    font-size: 1.6rem;
}

@media only screen and (max-width: 639px) {
    .tit_lv1 {
        font-size: 2.1rem;
    }
    .tit_lv1 .sub_txt {
        font-size: 1.4rem;
    }
}

.section_head {
    font-size: 1.6rem;
}

.section_head.embed_colabo {
    position: relative;
}

@media (min-width: 640px) {
    .section_head.embed_colabo .tit_lv1_content {
        padding-right: 290px;
    }
}

@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;
    }
}

@media only screen and (max-width: 639px) {
    .local_nav_wrap {
        display: none;
    }
}

.section_head, .section_head * {
    box-sizing: border-box;
}

.local_nav_btn {
    display: none;
}

@media only screen and (max-width: 639px) {
    .local_nav_btn {
        position: relative;
        display: block;
        width: 32px;
        min-width: 32px;
        height: 32px;
        margin-right: 10px;
        padding: 0;
        background: url(/assets_116/css/images/icon_lnav_toggle_01.png) no-repeat;
        background-size: cover;
        border: none;
        cursor: pointer;
    }
    .local_nav_btn .txt {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        overflow: hidden;
        width: inherit;
        height: inherit;
        opacity: 0;
    }
    .local_nav_btn:hover {
        background-color: transparent;
    }
}

@media (min-width: 640px) {
    .item_colabo_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 20px;
    }
}

.item_colabo p {
    margin-top: 0;
    margin-bottom: .3em;
    font-size: 1.4rem;
    line-height: 1.6;
    /* background: url(/assets_116/images/icon_modal_01.png) no-repeat center right 3px; */
    position: relative;
}

.item_colabo p::after {content: "?"; position: absolute; top: 1px; right: 1px; background-color: #fff; height: 1.3em; width: 1.3em; display: flex; align-items: center; justify-content: center; border-radius: 3px; background-color: #002573; color: #fff;}

.item_colabo a {
    display: block;
    overflow: hidden;
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #e5e9f2;
}

.item_colabo ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0;
    list-style: none;
}

.item_colabo ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0;
    padding: .4em;
    color: #fff;
}

.item_colabo ul li:first-child {
    background-color: #002573;
}

.item_colabo ul li:last-child {
    background-color: #ff8605;
}

@media (min-width: 640px) {
    .item_colabo {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }
    .item_colabo a {
        position: absolute;
        top: 22px;
        right: 0;
        width: 256px;
        padding: 4px;
        border-radius: 5px;
    }
    .item_colabo ul li:first-child {
        border-radius: 0 0 0 4px;
    }
}

@media only screen and (max-width: 639px) {
    .item_colabo a {
        padding: 10px 3% 15px;
    }
}

/*
 * list
** ------------------------------------------------------ */

.local_nav_wrap {
    background-color: #e5e9f1;
}

.local_nav {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.local_nav > ul {
    display: flex;
}

.local_nav ul {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    list-style: none;
}

.local_nav ul li {
    margin: 0;
    padding: 0;
}

.local_nav ul li > a {
    position: relative;
    color: #004163;
    text-decoration: none;
}

.local_nav ul li .off {
    position: relative;
    color: #888;
}

.local_nav ul li.js_dropdown_list > a > .status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    font-size: 1rem;
    opacity: 0;
}

.local_nav ul li.order > a {
    justify-content: center;
    text-align: center;
}

.local_nav ul li.order .lnav_icon_order {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    text-align: left;
}

.local_nav ul li.order .lnav_icon_order::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    content: url(/assets_116/css/images/icon_order_01.png);
}

.local_nav ul li[class*="order"] > a {
    font-weight: bold;
    background-color: #fc0;
}

.local_nav ul li[class*="order"] > a.is_current {
    background-color: #ffd940;
    opacity: 1;
}

.local_nav ul li.user > a {
    color: #fff;
    background-color: #004163;
}

.local_nav ul li.user > a.is_current {
    color: #004163;
    background-color: #fff;
}

.local_nav ul.dropdown_content {
    display: none;
    background-color: #fff;
}

.local_nav ul.dropdown_content.is_active {
    display: block;
}

.local_nav ul.dropdown_content li {
    display: flex;
}

.local_nav ul.dropdown_content a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: .5em 1em .5em 2em;
    color: #0074bf;
}

.local_nav ul.dropdown_content a:hover, .local_nav ul.dropdown_content a:active {
    background-color: #e5e9f1;
}

.local_nav ul.dropdown_content a.is_current {
    background-color: #e5e9f1;
}

.local_nav ul.item_a > li > a.is_active {
    background-color: #fff;
    opacity: 1;
}

.local_nav ul.item_a > li > a.is_current {
    background-color: #fff;
    opacity: 1;
}

.local_nav ul.item_a > li > a:hover, .local_nav ul.item_a > li > a:active {
    background-color: #fff;
    opacity: 1;
}

@media (min-width: 640px) {
    .local_nav > ul > li {
        position: relative;
        display: flex;
    }
    .local_nav > ul > li > a {
        display: flex;
        align-items: center;
        min-width: calc(4.1em + 2px);
        min-height: 50px;
        padding: .5em 1em;
        border: solid transparent;
        border-width: 0 1px;
    }
    .local_nav > ul > li > a.is_active {
        z-index: 2;
    }
    .local_nav > ul > li > span {
        border: solid transparent;
        border-width: 0 1px;
    }
    .local_nav > ul > li > span.off {
        display: flex;
        align-items: center;
        min-width: calc(4.1em + 2px);
        min-height: 50px;
        padding: .5em 1em;
    }
    .local_nav > ul.item_a > li {
        margin-left: -1px;
    }
    .local_nav > ul.item_a > li > a, .local_nav > ul.item_a > li > span {
        border: solid transparent;
        border-width: 0 1px;
    }
    .local_nav > ul.item_a > li > a, .local_nav > ul.item_a > li > .off {
        display: flex;
        align-items: center;
        min-width: calc(4.1em + 2px);
        min-height: 50px;
        padding: .5em 1em;
    }
    .local_nav > ul.item_a > li a.is_active {
        border-color: #4c679d;
    }
    .local_nav > ul.item_a > li a.is_current {
        border-color: #4c679d;
    }
    .local_nav > ul.item_a > li a:hover, .local_nav > ul.item_a > li a:active {
        border-color: #4c679d;
    }
    .local_nav > ul.item_b > li::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: calc(100%);
        border-top: solid 1px #e5e9f1;
        content: "";
    }
    .local_nav > ul.item_b > li.user > a.is_current {
        border-color: #4c679d;
    }
    .local_nav > ul.item_b > li > a {
        transition: .2s;
    }
    .local_nav > ul.item_b > li > a:hover, .local_nav > ul.item_b > li > a:active {
        opacity: .85;
    }
    .local_nav ul.dropdown_content {
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        z-index: 1;
        width: 18em;
        border: solid 1px #4c679d;
    }
    .local_nav ul.dropdown_content li.order > a {
        min-width: 10.5em;
    }
}

@media only screen and (max-width: 639px) {
    .local_nav {
        flex-direction: column;
    }
    .local_nav > ul {
        flex-direction: column;
    }
    .local_nav > ul > li {
        border-bottom: solid 1px #004163;
    }
    .local_nav > ul > li > a {
        display: block;
        padding: 1em 1em 1em 2em;
    }
    .local_nav > ul > li .off {
        display: block;
        padding: 1em 1em 1em 2em;
    }
    .local_nav ul.dropdown_content > li {
        border-top: solid 1px #ccc;
    }
}

/*
 * icon
** ------------------------------------------------------ */
@font-face {
    font-family: icomoon;
    src: url("/assets_116/font/icomoon.woff2") format("woff2"), url("/assets_116/font/icomoon.woff") format("woff");
}

[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;
    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"] .local_nav a.js_dropdown_hook::before {
    content: "\e902";
}

[data-script-enabled="true"] .local_nav a.js_dropdown_hook::before {
    content: "\e902";
}

.local_nav > ul > li > a.is_active::before {
    transition: .2s;
    transform: rotateX(-180deg);
}

@media only screen and (max-width: 639px) {
    .local_nav > ul > li > a::before, .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;
    }
}

/* cao */
form .btn_address {border: none; padding: 0; background: none !important; white-space: nowrap; color: #5192c8; cursor: pointer;}
form .btn_address:hover {text-decoration: underline;}

@media print {
    body {
        width: 1280px;
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
    }
    header.site_header .header_item,
    .page_top_a,
    footer.site_footer .big_footer_wrap,
    footer.site_footer .footer_nav_wrap,
    footer.site_footer .footer_info_nav {
        display: none !important;
    }
}

li.sug_element {margin: 0;}

.icon_blank_a {
    margin: 0 6px;
    vertical-align: middle;
}

.main_wrap_a._notes > .inner {padding: 16px; max-width: 1232px; margin: 0 auto;}
@media (min-width: 1024px) {
	.main_wrap_a._notes > .inner {padding: 32px 16px;}
}

