@charset "UTF-8";
/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    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;
}

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;
}

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;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    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] {
    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;
}
/* ==============================================================================================
 Base
================================================================================================= */
:root {
    font-size: 10px;
}

body {
    overflow-wrap: break-word;
    min-width: 320px;
    font-size: 1.4rem;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    color: #333;
    line-height: 1.75;
    word-wrap: break-word;
}

@media only screen and (min-width: 769px), print {
    body {
        font-size: 1.6rem;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

ul, ol {
    list-style-type: none;
}

a {
    color: #0074cc;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

a:not([class]) {
    transition: opacity .2s;
}

a:not([class]):hover, a:not([class]):active, a:not([class]):focus {
    opacity: .7;
}

a[href^="tel:"] {
    color: #333;
}

a[href^="tel:"]:hover, a[href^="tel:"]:active, a[href^="tel:"]:focus {
    text-decoration: none;
}

b {
    font-weight: bold;
}

em {
    font-weight: bold;
    font-style: normal;
}

strong {
    font-weight: bold;
    color: #b60000;
}

sup {
    font-size: 1.2rem;
}

i {
    font-style: italic;
}

img {
    max-width: 100%;
}

p, ul, ol, dl, dt, dd, table, h1, h2, h3, h4, h5, h6, blockquote, form {
    margin: 0;
    padding: 0;
}

dfn, cite {
    font-style: normal;
}

small {
    font-size: 100%;
}

table {
    border-collapse: collapse;
}

input, select, button, textarea {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    border-radius: 0;
}

input[type="text"], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="reset"], input[type="image"], input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
}

select::-ms-expand {
    display: none;
}

/* ==============================================================================================
 Sprite
================================================================================================= */
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt::before, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt::before, .header-search form button::before, .list-label-a > li::before, .list-label-c > li .txt::before, .txt-error-a > strong::before {
    background-image: url(/shared/images/icon-sprite.png);
}

/* ==============================================================================================
 Print
================================================================================================= */
@media print {
    body {
        width: 1000px;
        max-width: 1000px;
        margin: 0 auto;
    }
}

/* ==============================================================================================
 Stracture
================================================================================================= */
/*----------------------------------------
 Header
----------------------------------------*/
/*
 * header
** ------------------------------------------------------ */
#header {
    position: relative;
    z-index: 2;
    background: #fff;
}

#header .header-bland {
    position: relative;
    padding: 3px 0 0;
    background: linear-gradient(to right, #00b4ff 0%, #039 100%);
}

#header .header-bland::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 21px;
    height: 6px;
    background: url(/shared/images/symbol-site-01.png) no-repeat bottom right;
    background-size: 100%;
    content: "";
}

#header .header-bland > img {
    display: block;
    max-width: 106px;
    height: 8px;
    margin: 0 0 0 auto;
    padding: 0 24px 0 0;
}

#header .header-inner .logo {
    display: inline-block;
    margin: 14px 0 8px 9px;
    font-size: 1.6rem;
}

#header .header-inner .logo > a {
    display: inline-block;
}

#header .header-inner .logo > a > img {
    display: block;
    max-width: 255px;
}

#header .header-inner .logo > a:hover, #header .header-inner .logo > a:active, #header .header-inner .logo > a:focus {
    opacity: 1;
}

#header .header-inner:lang(en) .logo {
    margin-top: 14px;
}

#header .header-inner:lang(en) .logo > a > img {
    max-width: 255px;
}

@media only screen and (min-width: 769px), print {
    #header .header-bland {
        padding-top: 2px;
    }
    #header .header-bland::before {
        width: 28px;
        height: 8px;
    }
    #header .header-bland > img {
        max-width: 137px;
        height: 12px;
        padding-right: 32px;
    }
    #header .header-inner {
        padding: 30px 0 0;
    }
    #header .header-inner .logo {
        display: block;
        max-width: 1150px;
        margin: 0 auto 26px;
        padding: 0 10px;
    }
    #header .header-inner .logo > a {
        display: inline-block;
    }
    #header .header-inner .logo > a > img {
        display: block;
        max-width: 285px;
    }
    #header .header-inner:lang(en) {
        padding-top: 19px;
    }
    #header .header-inner:lang(en) .logo {
        margin-top: 0;
        margin-bottom: 3px;
    }
    #header .header-inner:lang(en) .logo > a > img {
        max-width: 320px;
    }
}

@media only screen and (min-width: 800px), print {
    #header .header-inner .logo {
        margin-bottom: 23px;
    }
    #header .header-inner .logo > a > img {
        max-width: 315px;
    }
}

/*
 * nav-header
** ------------------------------------------------------ */
.nav-header {
    position: relative;
}

.nav-header .nav-header-btn {
    display: none;
}

.nav-header .nav-header-inner {
    width: 100%;
    background: #fff;
    border-bottom: solid 3px #0074cc;
}

@media only screen and (min-width: 769px), print {
    .nav-header .nav-header-inner {
        border-bottom: none;
    }
}

.nav-global .nav-global-inner {
    max-width: 1150px;
    margin: 0 auto;
    border-top: solid 1px #d9d9d9;
}

.nav-global .nav-global-inner > li {
    position: relative;
    border-bottom: solid 1px #d9d9d9;
}

.nav-global .nav-global-inner > li::before {
    position: absolute;
    display: block;
    content: "";
}

.nav-global .nav-global-inner > li a {
    display: block;
    padding: 12px 10px 10px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #333;
    text-decoration: none;
}

.nav-global .nav-global-inner > li a:hover, .nav-global .nav-global-inner > li a:active, .nav-global .nav-global-inner > li a:focus {
    opacity: 1;
}

.nav-global .nav-global-inner > li[aria-current="page"]::before {
    top: -1px;
    right: 0;
    width: 6px;
    height: calc(100% + 2px);
    background: #0074cc;
}

@media only screen and (min-width: 769px), print {
    .nav-global .nav-global-inner {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        padding: 0 10px;
        border-top: none;
    }
    .nav-global .nav-global-inner:lang(en) {
        max-width: 1090px;
    }
    .nav-global .nav-global-inner > li {
        display: flex;
        justify-content: center;
        flex-grow: 1;
        padding: 0;
        border-bottom: none;
    }
    .nav-global .nav-global-inner > li:not(:first-child)::before {
        top: 50%;
        left: 0;
        width: 1px;
        height: 12px;
        margin-top: -10px;
        border-left: solid 1px #d9d9d9;
    }
    .nav-global .nav-global-inner > li a {
        position: relative;
        display: inline-block;
        padding: 0 0 8px;
        white-space: nowrap;
    }
    .nav-global .nav-global-inner > li a::before {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 0;
        margin: auto;
        background: #0074cc;
        content: "";
        transition: height .2s;
    }
    .nav-global .nav-global-inner > li a:hover::before, .nav-global .nav-global-inner > li a:active::before, .nav-global .nav-global-inner > li a:focus::before {
        height: 4px;
    }
    .nav-global .nav-global-inner > li[aria-current="page"]:first-child::before {
        content: none;
    }
    .nav-global .nav-global-inner > li[aria-current="page"] a::before {
        height: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .nav-global-child {
        display: none !important;
    }
}

@media only screen and (min-width: 769px), print {
    .nav-global-child {
        display: block;
        width: 100%;
        background: #f2f3f4;
        box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1), 0 7px 6px -5px rgba(158, 158, 158, .3) inset;
    }
    .nav-global-child .child-content {
        position: relative;
        max-width: 1150px;
        margin: 0 auto;
        padding: 14px 10px 25px;
    }
    .nav-global-child .child-content > .nav-hdg-a {
        padding: 0 0 8px;
        font-weight: bold;
        font-size: 1.6rem;
        border-bottom: solid 1px #d9d9d9;
    }
    .nav-global-child .child-content > .nav-hdg-a a {
        position: relative;
        padding: 0 0 0 23px;
        color: #333;
        text-decoration: none;
    }
    .nav-global-child .child-content > .nav-hdg-a a::before, .nav-global-child .child-content > .nav-hdg-a a::after {
        position: absolute;
        top: 50%;
        left: 2px;
        display: block;
        width: 10px;
        height: 2px;
        background: #0074cc;
        content: "";
        transition: left .2s;
    }
    .nav-global-child .child-content > .nav-hdg-a a::before {
        margin-top: -3px;
        transform: rotate(28deg);
    }
    .nav-global-child .child-content > .nav-hdg-a a::after {
        margin-top: 1px;
        transform: rotate(-28deg);
    }
    .nav-global-child .child-content > .nav-hdg-a a:hover::before, .nav-global-child .child-content > .nav-hdg-a a:hover::after, .nav-global-child .child-content > .nav-hdg-a a:active::before, .nav-global-child .child-content > .nav-hdg-a a:active::after, .nav-global-child .child-content > .nav-hdg-a a:focus::before, .nav-global-child .child-content > .nav-hdg-a a:focus::after {
        left: 6px;
    }
    .nav-global-child .child-content .btn-dropdown-close {
        display: none;
    }
    .nav-global-child .child-content .item-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 3px 0 0 -45px;
    }
    .nav-global-child .child-content .item-wrap > .item {
        width: 33.333333%;
        padding: 11px 0 0 45px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b {
        position: relative;
        padding: 0 0 0 35px;
        font-weight: bold;
        font-size: 1.6rem;
        color: #a47e00;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b::before {
        position: absolute;
        top: 1px;
        left: 0;
        display: block;
        content: "";
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._management::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -92px 0;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._compliance::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -30px -60px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._datahealth::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: 0 -30px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._service::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -30px -30px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._bcp::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -62px 0;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._disaster::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -62px -30px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._fire::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: 0 -60px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._environment::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -60px -90px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._overseas::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -60px -60px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._politics::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -30px -90px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._terror::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -92px -30px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._traffic::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -92px -60px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._estate::before {
        width: 25px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: 0 -90px;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._cyber::before {
        width: 26px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: -31px 0;
    }
    .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._analytics::before {
        width: 26px;
        height: 25px;
        background-image: url(/shared/images/icon-sprite.png);
        background-position: 0 0;
    }
    .nav-global-child .child-content .item-wrap > .item > .list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -20px;
    }
    .nav-global-child .child-content .item-wrap > .item > .list > li {
        padding: 0 0 0 20px;
    }
    .nav-global-child .child-content .item-wrap > .item > .list > li a {
        position: relative;
        display: inline-block;
        padding: 0 0 0 23px;
        font-size: 1.4rem;
        color: #333;
        text-decoration: none;
    }
    .nav-global-child .child-content .item-wrap > .item > .list > li a::before, .nav-global-child .child-content .item-wrap > .item > .list > li a::after {
        position: absolute;
        top: 12px;
        left: 0;
        display: block;
        width: 10px;
        height: 2px;
        background: #0074cc;
        content: "";
        transition: left .2s;
    }
    .nav-global-child .child-content .item-wrap > .item > .list > li a::before {
        margin-top: -3px;
        transform: rotate(28deg);
    }
    .nav-global-child .child-content .item-wrap > .item > .list > li a::after {
        margin-top: 1px;
        transform: rotate(-28deg);
    }
    .nav-global-child .child-content .item-wrap > .item > .list > li a:hover::before, .nav-global-child .child-content .item-wrap > .item > .list > li a:hover::after, .nav-global-child .child-content .item-wrap > .item > .list > li a:active::before, .nav-global-child .child-content .item-wrap > .item > .list > li a:active::after, .nav-global-child .child-content .item-wrap > .item > .list > li a:focus::before, .nav-global-child .child-content .item-wrap > .item > .list > li a:focus::after {
        left: 4px;
    }
}

@media only screen and (min-width: 900px), print {
    .nav-global-child .child-content .item-wrap > .item {
        width: 25%;
    }
}

.nav-item {
    padding: 19px 10px 19px;
}

.nav-item:lang(en) {
    padding-bottom: 18px;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner {
    display: flex;
    margin: 0 0 0 -12px;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li {
    width: 50%;
    padding: 0 0 0 12px;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a {
    display: block;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #0074cc;
    transition: opacity .2s;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a .txt {
    position: relative;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a:hover, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a:active, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a:focus {
    opacity: .8;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt::before, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    transform: translateY(-50%);
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt {
    padding: 0 0 0 16px;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt::before {
    width: 11px;
    height: 9px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -194px -103px;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt {
    padding: 0 0 0 18px;
}

.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt::before {
    width: 13px;
    height: 12px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -194px -86px;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -6px 0 0;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li {
    padding: 6px 0 0;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a {
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a:hover, .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a:active, .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a:focus {
    opacity: .8;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a .icon-a {
    margin-right: 0;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li:not(:last-child) {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li:not(:last-child)::before {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 1px;
    height: 15px;
    border-left: solid 1px #d9d9d9;
    content: "";
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner:lang(en) {
    margin-top: -20px;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner:lang(en) > li {
    padding-top: 20px;
}

.nav-item .nav-item-inner .nav-utility .nav-utility-inner:lang(en) > li:not(:last-child)::before {
    top: 24px;
}

@media only screen and (min-width: 769px), print {
    .nav-item {
        position: relative;
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .nav-item:lang(en) {
        padding-bottom: 0;
    }
    .nav-item .nav-item-inner {
        position: absolute;
        right: 10px;
        bottom: 52px;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        max-width: 450px;
    }
    .nav-item .nav-item-inner .nav-btn {
        margin: 0 0 0 10px;
    }
    .nav-item .nav-item-inner .nav-btn .nav-btn-inner {
        margin-left: -5px;
    }
    .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li {
        width: auto;
        padding-left: 5px;
    }
    .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a {
        min-width: 134px;
        font-size: 1.4rem;
    }
    .nav-item .nav-item-inner .nav-utility {
        width: 100%;
        margin: 0;
    }
    .nav-item .nav-item-inner .nav-utility .nav-utility-inner {
        justify-content: flex-end;
    }
    .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li {
        width: auto;
    }
    .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a {
        font-size: 1.2rem;
    }
    .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li:not(:last-child) {
        margin-right: 9px;
        padding-right: 11px;
    }
    .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li:not(:last-child)::before {
        top: 17px;
        height: 9px;
    }
    .nav-item .nav-item-inner .nav-utility .nav-utility-inner:lang(en) > li:not(:last-child)::before {
        top: 31px;
    }
}

/*
 * header-search
** ------------------------------------------------------ */
.header-search {
    margin: 10px 0 0;
}

.header-search form {
    display: flex;
}

.header-search form .search-input {
    width: calc(100% - 34px);
    height: 34px;
    padding: 0;
    font-size: 1.6rem;
    background: #fff;
    border: none;
    border-bottom: solid 1px #ccc;
}

.header-search form button {
    position: relative;
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 1rem;
    color: transparent;
    background: #fff;
    border: none;
    border-bottom: solid 1px #ccc;
}

.header-search form button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -172px -44px;
    content: "";
    transform: translate(-50%, -50%);
}

.header-search + .nav-utility {
    margin-top: 16px;
}

@media only screen and (min-width: 769px), print {
    .header-search {
        order: -1;
        margin-top: 0;
    }
    .header-search form {
        max-width: 153px;
    }
    .header-search form .search-input {
        font-size: 1.2rem;
    }
}

/*
 * html[data-script-enabled="true"]
** ------------------------------------------------------ */
html[data-script-enabled="true"] .nav-header-btn {
    position: absolute;
    top: -36px;
    right: 10px;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 20px;
    padding: 0;
}

html[data-script-enabled="true"] .nav-header-btn::before, html[data-script-enabled="true"] .nav-header-btn::after {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: auto;
    border-top: solid 2px #0074cc;
    content: "";
    transition: transform .2s, top .2s, width .2s;
}

html[data-script-enabled="true"] .nav-header-btn::before {
    top: 0;
}

html[data-script-enabled="true"] .nav-header-btn::after {
    top: 18px;
}

html[data-script-enabled="true"] .nav-header-btn > .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    font-size: 1rem;
    color: transparent;
    border-top: solid 2px #0074cc;
    transition: border-top .2s;
    transform: translate(-50%, -50%);
}

html[data-script-enabled="true"] .nav-header-inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1);
}

html[data-script-enabled="true"] .is-open .nav-header-btn::before, html[data-script-enabled="true"] .is-open .nav-header-btn::after {
    top: 8px;
    width: 23px;
}

html[data-script-enabled="true"] .is-open .nav-header-btn::before {
    transform: rotate(45deg);
}

html[data-script-enabled="true"] .is-open .nav-header-btn::after {
    transform: rotate(-45deg);
}

html[data-script-enabled="true"] .is-open .nav-header-btn > .txt {
    border-top-color: transparent;
}

html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a > .txt {
    display: none;
}

@media only screen and (min-width: 769px), print {
    html[data-script-enabled="true"] .nav-header-btn {
        display: none;
    }
    html[data-script-enabled="true"] .nav-header-inner {
        position: relative;
        display: block !important;
    }
    html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a {
        padding-right: 16px;
    }
    html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a > .txt {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 1rem;
        color: transparent;
    }
    html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a > .txt::before, html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a > .txt::after {
        position: absolute;
        top: 9px;
        display: block;
        width: 2px;
        height: 9px;
        background: #0074cc;
        content: "";
        transition: top .2s;
    }
    html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a > .txt::before {
        right: 4px;
        transform: rotate(28deg);
    }
    html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a > .txt::after {
        right: 8px;
        transform: rotate(-28deg);
    }
    html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a:hover > .txt::before, html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a:hover > .txt::after, html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a:active > .txt::before, html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a:active > .txt::after, html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a:focus > .txt::before, html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown a:focus > .txt::after {
        top: 12px;
    }
    html[data-script-enabled="true"] .nav-global .nav-global-inner > li.nav-dropdown.is-open a::before {
        height: 0;
    }
    html[data-script-enabled="true"] .nav-global-child {
        position: absolute;
        z-index: 10;
        display: none;
        border-bottom: solid 3px #0074cc;
    }
    html[data-script-enabled="true"] .nav-global-child .child-content {
        display: none;
    }
    html[data-script-enabled="true"] .nav-global-child .child-content.is-active {
        display: block;
    }
    html[data-script-enabled="true"] .nav-global-child .child-content .btn-dropdown-close {
        position: absolute;
        top: 22px;
        right: 10px;
        display: block;
        padding: 0 17px 0 0;
        font-size: 1.4rem;
        color: #818181;
        transition: opacity .2s;
    }
    html[data-script-enabled="true"] .nav-global-child .child-content .btn-dropdown-close::before, html[data-script-enabled="true"] .nav-global-child .child-content .btn-dropdown-close::after {
        position: absolute;
        top: 1px;
        right: 5px;
        display: block;
        width: 2px;
        height: 14px;
        background: #818181;
        content: "";
    }
    html[data-script-enabled="true"] .nav-global-child .child-content .btn-dropdown-close::before {
        transform: rotate(45deg);
    }
    html[data-script-enabled="true"] .nav-global-child .child-content .btn-dropdown-close::after {
        transform: rotate(-45deg);
    }
    html[data-script-enabled="true"] .nav-global-child .child-content .btn-dropdown-close:hover, html[data-script-enabled="true"] .nav-global-child .child-content .btn-dropdown-close:active, html[data-script-enabled="true"] .nav-global-child .child-content .btn-dropdown-close:focus {
        opacity: .7;
    }
}

html[data-script-enabled="true"] #js-toggle-overlay, html[data-script-enabled="true"] #js-dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .56;
    transition: opacity .5s;
}

html[data-script-enabled="true"] #js-toggle-overlay.is-hidden, html[data-script-enabled="true"] #js-dropdown-overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
}

@media only screen and (min-width: 769px), print {
    html[data-script-enabled="true"] #js-toggle-overlay {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    html[data-script-enabled="true"] #js-dropdown-overlay {
        display: none;
    }
}

/*----------------------------------------
 Footer
----------------------------------------*/
/*
 * footer
** ------------------------------------------------------ */
#footer {
    background: linear-gradient(to right, #00b4ff 0%, #039 100%);
}

#footer .footer-inner {
    position: relative;
}

#footer .footer-inner::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 64px;
    height: 18px;
    background: url(/shared/images/symbol-site-01.png) no-repeat bottom right;
    background-size: 100%;
    content: "";
}

@media only screen and (min-width: 769px), print {
    #footer .footer-inner::before {
        width: 115px;
        height: 32px;
    }
}

/*
 * nav-footer
** ------------------------------------------------------ */
.nav-footer {
    background: #0074cc;
    border-bottom: solid 1px #fff;
}

.nav-footer .nav-footer-inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 10px;
}

.nav-footer .nav-footer-inner .nav-footer-global {
    display: flex;
    flex-wrap: wrap;
}

.nav-footer .nav-footer-inner .nav-footer-global > li:not(:last-child) {
    position: relative;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
}

.nav-footer .nav-footer-inner .nav-footer-global > li:not(:last-child)::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 13px;
    margin: auto;
    background: #fff;
    content: "";
}

.nav-footer .nav-footer-inner .nav-footer-global > li a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: -.5px;
    transition: opacity .2s;
}

.nav-footer .nav-footer-inner .nav-footer-global > li a:hover, .nav-footer .nav-footer-inner .nav-footer-global > li a:active, .nav-footer .nav-footer-inner .nav-footer-global > li a:focus {
    opacity: .8;
}

@media only screen and (min-width: 769px), print {
    .nav-footer .nav-footer-inner {
        padding: 6px 10px 9px;
    }
    .nav-footer .nav-footer-inner .nav-footer-global {
        justify-content: center;
    }
    .nav-footer .nav-footer-inner .nav-footer-global > li {
        padding-right: 15px;
        padding-left: 15px;
    }
    .nav-footer .nav-footer-inner .nav-footer-global > li:not(:last-child) {
        margin-right: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .nav-footer .nav-footer-inner .nav-footer-global > li:not(:last-child)::before {
        top: 2px;
        height: 17px;
    }
    .nav-footer .nav-footer-inner .nav-footer-global > li a {
        letter-spacing: inherit;
    }
}

/*
 * footer-bland
** ------------------------------------------------------ */
.footer-bland-wrap {
    max-width: 1326px;
    margin: 0 auto;
    padding: 15px 58px 4px 10px;
}

.footer-bland-wrap .footer-bland {
    max-width: 1038px;
    margin: 0 0 0 auto;
}

.footer-bland-wrap .footer-bland .footer-bland-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bland-wrap .footer-bland .footer-bland-inner > img {
    display: block;
}

.footer-bland-wrap .footer-bland .footer-bland-inner > img.group {
    width: 89px;
    height: 11px;
    margin-top: 2px;
}

.footer-bland-wrap .footer-bland .footer-bland-inner > img.group:lang(en) {
    width: 86px;
    height: 8px;
}

.footer-bland-wrap .footer-bland .footer-bland-inner > img.bland {
    width: 142px;
    height: 14px;
}

@media only screen and (min-width: 769px), print {
    .footer-bland-wrap {
        padding-right: 115px;
    }
    .footer-bland-wrap .footer-bland .footer-bland-inner {
        margin-top: 1px;
    }
    .footer-bland-wrap .footer-bland .footer-bland-inner > img.group {
        width: 148px;
        height: 17px;
        margin-bottom: -14px;
    }
    .footer-bland-wrap .footer-bland .footer-bland-inner > img.group:lang(en) {
        width: 194px;
        height: 20px;
        margin-bottom: -17px;
    }
    .footer-bland-wrap .footer-bland .footer-bland-inner > img.bland {
        width: 239px;
        height: 24px;
    }
}

/*
 * footer-copyright
** ------------------------------------------------------ */
.footer-copyright {
    margin-top: 1px;
    text-align: right;
    line-height: 1;
}

.footer-copyright > small {
    font-size: 1rem;
    color: #fff;
}

@media only screen and (min-width: 769px), print {
    .footer-copyright {
        margin-top: 0;
        padding-right: 5px;
    }
}

/*----------------------------------------
 Section
----------------------------------------*/
/*
 * #top
** ------------------------------------------------------ */
@media only screen and (max-width: 768px) {
    #top .list-news-a > .list-news-inner > li:nth-child(n+4) {
        display: none;
    }
}

/*
 * section
** ------------------------------------------------------ */
.section-a > .section-inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 35px 10px 94px;
}

.section-a > .section-inner > *:first-child {
    margin-top: 0;
}

.nav-breadcrumb + .section-a {
    border-top: solid 12px #0074cc;
}

@media only screen and (min-width: 769px), print {
    .section-a > .section-inner {
        padding-top: 53px;
        padding-bottom: 144px;
    }
}

.section-b {
    background: #ededed;
}

.section-b > .section-inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 30px 10px 30px;
}

.section-b > .section-inner > *:first-child {
    margin-top: 0;
}

.section-b + .section-a > .section-inner {
    padding-top: 30px;
}

@media only screen and (min-width: 769px), print {
    .section-b > .section-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-b + .section-a > .section-inner {
        padding-top: 40px;
    }
}

.section-c {
    background: #ededed;
}

.section-c > .section-inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 12px 10px 10px;
}

.section-c > .section-inner > *:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 769px), print {
    .section-c > .section-inner {
        padding-top: 13px;
        padding-bottom: 5px;
    }
}

.section-d {
    background: #ededed;
}

.section-d > .section-inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 30px 10px 30px;
}

.section-d > .section-inner > *:first-child:not(.link-list-c) {
    margin-top: 0;
}

.section-d > .section-inner .link-list-c {
    margin-top: -4px;
}

.section-d + .section-a > .section-inner {
    padding-top: 30px;
}

@media only screen and (min-width: 769px), print {
    .section-d > .section-inner {
        padding-top: 35px;
        padding-bottom: 23px;
    }
    .section-d > .section-inner .link-list-c {
        margin-top: -17px;
    }
    .section-d + .section-a > .section-inner {
        padding-top: 40px;
    }
}

/*
 * section-strong
** ------------------------------------------------------ */
.section-strong-a {
    background: #f2f3f4;
}

.section-strong-a > .section-strong-inner > * {
    margin: 0 auto;
    margin-top: 0;
    padding: 9px 0 7px;
}

.section-strong-a > .section-strong-inner p > strong {
    display: block;
    max-width: 1150px;
    padding: 0 10px;
    color: #333;
}

.section-strong-a > .section-strong-inner p > strong > a {
    color: #333;
    text-decoration: none;
}

.section-strong-a > .section-strong-inner p + p {
    border-top: solid 1px #fff;
}

@media only screen and (min-width: 769px), print {
    .section-strong-a > .section-strong-inner > * {
        padding-top: 4px;
        padding-bottom: 3px;
    }
    .section-strong-a > .section-strong-inner p > strong {
        margin: 0 auto;
        text-align: center;
    }
}

/*
 * section-top
** ------------------------------------------------------ */
[class^="section-top-"] > .section-top-inner {
    max-width: 1150px;
    margin: 0 auto;
}

[class^="section-top-"] > .section-top-inner > *:first-child {
    margin-top: 0;
}

.section-top-a {
    background: #fff;
}

.section-top-a > .section-top-inner {
    padding: 25px 10px 30px;
}

@media only screen and (min-width: 769px), print {
    .section-top-a > .section-top-inner {
        padding-top: 30px;
        padding-bottom: 69px;
    }
}

.section-top-b {
    background-color: #ecedef;
    background-image: url(/shared/images/bg-section-01.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.section-top-b > .section-top-inner {
    padding: 30px 10px;
}

@media only screen and (min-width: 769px), print {
    .section-top-b > .section-top-inner {
        padding-top: 53px;
        padding-bottom: 54px;
    }
}

.section-top-c {
    background: #fff;
}

.section-top-c > .section-top-inner {
    padding: 35px 10px 94px;
}

@media only screen and (min-width: 769px), print {
    .section-top-c > .section-top-inner {
        padding-top: 46px;
        padding-bottom: 182px;
    }
}

/* ==============================================================================================
 Modules
================================================================================================= */
/*
 * icon
** ------------------------------------------------------ */
.icon-a {
    position: relative;
    top: 1px;
    margin: 0 6px;
}

/*
 * label
** ------------------------------------------------------ */
.label-a {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 6px;
    padding: 2px 3px;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    background: #db0000;
}

.label-b {
    position: relative;
    top: -2px;
    display: inline-block;
    min-width: 33px;
    margin: 0 13px 0 0;
    padding: 4px 0 4px 1px;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    background: #a47e00;
}

.label-b::before {
    position: absolute;
    top: 0;
    right: -7px;
    display: block;
    border-width: 9px 0 9px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #a47e00;
    content: "";
}

@media only screen and (min-width: 769px), print {
    .label-b {
        top: -3px;
    }
}

.label-c {
    position: relative;
    top: -2px;
    display: inline-block;
    min-width: 102px;
    margin: 0 37px 0 0;
    padding: 11px 0 11px 5px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #a47e00;
}

.label-c::before {
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    border-width: 18px 0 18px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #a47e00;
    content: "";
}

@media only screen and (min-width: 769px), print {
    .label-c {
        top: -3px;
    }
}

.label-d {
    padding: 4px 6px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
    background: #d6c356;
}

.label-e {
    padding: 4px 6px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
    background: #d6d6d6;
}

.label-f {
    display: inline-block;
    width: 73px;
    padding: 4px 6px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    background: #a47e00;
}

.label-g {
    display: inline-block;
    width: 73px;
    padding: 4px 6px;
    font-size: 1.4rem;
    color: #7e7e7e;
    text-align: center;
    line-height: 1.2;
    background: #c7c7c7;
}

.label-h {
    display: inline-block;
    width: 40px;
    padding: 4px 0 3px;
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    background: #b60000;
}

span.label-h {
    position: relative;
    top: -2px;
    margin: 0 3px;
}

.label-i {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 6px;
    padding: 2px 3px;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    background: #d14f00;
}

.label-j {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 6px;
    padding: 2px 3px;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    background: #1a01b4;
}

.label-k {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 6px;
    padding: 2px 3px;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    background: #007c23;
}

.label-l {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 6px;
    padding: 2px 3px;
    font-weight: normal;
    font-size: 1rem;
    color: #db0000;
    vertical-align: middle;
    line-height: 1;
    background: #fff;
}

/*
 * innerList_margin_adjust
** ------------------------------------------------------ */
[class^="list-bullet-"] > li [class^="list-bullet-"], [class^="list-bullet-"] > li [class^="list-order-"], [class^="list-bullet-"] > li [class^="list-note-"], [class^="list-bullet-"] > li .list-mark-a, [class^="list-bullet-"] > li .list-desc-c, [class^="list-order-"] > li [class^="list-bullet-"], [class^="list-order-"] > li [class^="list-order-"], [class^="list-order-"] > li [class^="list-note-"], [class^="list-order-"] > li .list-mark-a, [class^="list-order-"] > li .list-desc-c, [class^="list-note-"] > li [class^="list-bullet-"], [class^="list-note-"] > li [class^="list-order-"], [class^="list-note-"] > li [class^="list-note-"], [class^="list-note-"] > li .list-mark-a, [class^="list-note-"] > li .list-desc-c, .list-mark-a > li [class^="list-bullet-"], .list-mark-a > li [class^="list-order-"], .list-mark-a > li [class^="list-note-"], .list-mark-a > li .list-mark-a, .list-mark-a > li .list-desc-c {
    margin-top: 10px;
}

@media only screen and (min-width: 769px), print {
    [class^="list-bullet-"] > li .list-bullet-a, [class^="list-bullet-"] > li .list-order-a, [class^="list-bullet-"] > li .list-order-b, [class^="list-bullet-"] > li .list-mark-a, .list-order-a > li .list-bullet-a, .list-order-a > li .list-order-a, .list-order-a > li .list-order-b, .list-order-a > li .list-mark-a, [class^="list-note-"] > li .list-bullet-a, [class^="list-note-"] > li .list-order-a, [class^="list-note-"] > li .list-order-b, [class^="list-note-"] > li .list-mark-a {
        margin-left: 41px;
    }
    [class^="list-bullet-"] > li [class^="list-note-"], .list-order-a > li [class^="list-note-"], [class^="list-note-"] > li [class^="list-note-"] {
        margin-left: 38px;
    }
}

@media only screen and (min-width: 769px), print {
    .list-order-b > li .list-bullet-a, .list-order-b > li .list-order-a, .list-order-b > li .list-order-b, .list-order-b > li .list-mark-a {
        margin-left: 19px;
    }
    .list-order-b > li [class^="list-note-"] {
        margin-left: 16px;
    }
}

/*
 * list-bullet
** ------------------------------------------------------ */
.list-bullet-a {
    margin: 24px 0 0;
}

.list-bullet-a > li {
    position: relative;
    padding: 0 0 0 20px;
}

.list-bullet-a > li:not(:first-child) {
    margin-top: 10px;
}

.list-bullet-a > li::before {
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #666;
    content: "";
}

.list-bullet-a > li .list-bullet-a > li::before {
    background: #adadad;
}

@media only screen and (min-width: 769px), print {
    .list-bullet-a {
        margin-top: 28px;
    }
    .list-bullet-a > li:not(:first-child) {
        margin-top: 5px;
    }
    .list-bullet-a > li::before {
        top: 11px;
    }
    .list-bullet-a > li > *:last-child {
        padding-bottom: 5px;
    }
    .list-bullet-a._inline {
        display: flex;
        flex-wrap: wrap;
        margin: 16px 0 0 -35px;
    }
    .list-bullet-a._inline > li {
        margin: 10px 0 0 35px;
    }
    .list-bullet-a._inline > li::before {
        top: 11px;
        left: 0;
    }
}

/*
 * list-order
** ------------------------------------------------------ */
.list-order-a {
    margin: 24px 0 0;
    counter-reset: num;
}

.list-order-a > li {
    display: flex;
    counter-increment: num;
}

.list-order-a > li::before {
    white-space: nowrap;
    content: counter(num) ".";
}

.list-order-a > li > .item {
    width: 100%;
    padding: 0 0 0 8px;
}

.list-order-a > li:not(:first-child) {
    margin-top: 9px;
}

@media only screen and (min-width: 769px), print {
    .list-order-a {
        margin-top: 28px;
    }
    .list-order-a > li:not(:first-child) {
        margin-top: 5px;
    }
    .list-order-a > li > .item > *:last-child {
        padding-bottom: 5px;
    }
    .list-order-a._inline {
        display: flex;
        flex-wrap: wrap;
        margin-left: -60px;
    }
    .list-order-a._inline > li {
        padding-left: 60px;
    }
    .list-order-a._inline > li:not(:first-child) {
        margin-top: 0;
    }
}

.list-order-b {
    margin: 24px 0 0;
    counter-reset: num;
}

.list-order-b > li {
    display: flex;
    counter-increment: num;
}

.list-order-b > li::before {
    white-space: nowrap;
    content: "（" counter(num) "）";
}

.list-order-b > li::before:lang(en) {
    content: "(" counter(num) ")";
}

.list-order-b > li > .item {
    width: 100%;
    padding: 0 0 0 2px;
}

.list-order-b > li:not(:first-child) {
    margin-top: 9px;
}

@media only screen and (min-width: 769px), print {
    .list-order-b {
        margin-top: 28px;
    }
    .list-order-b > li:not(:first-child) {
        margin-top: 5px;
    }
    .list-order-b > li > .item > *:last-child {
        padding-bottom: 5px;
    }
    .list-order-b._inline {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -50px;
    }
    .list-order-b._inline > li {
        width: auto;
        padding: 0 0 0 50px;
    }
}

/*
 * list-mark
** ------------------------------------------------------ */
.list-mark-a {
    margin: 24px 0 0;
}

.list-mark-a > li {
    display: flex;
}

.list-mark-a > li > .mark {
    white-space: nowrap;
}

.list-mark-a > li > .item {
    width: 100%;
    padding: 0 0 0 9px;
}

.list-mark-a > li:not(:first-child) {
    padding-top: 9px;
}

@media only screen and (min-width: 769px), print {
    .list-mark-a {
        margin-top: 28px;
    }
    .list-mark-a > li:not(:first-child) {
        padding-top: 10px;
    }
}

/*
 * list-note
** ------------------------------------------------------ */
.list-note-a {
    margin: 30px 0 0;
}

.list-note-a > li {
    display: flex;
}

.list-note-a > li > .mark {
    white-space: nowrap;
}

.list-note-a > li > .item {
    width: 100%;
    padding: 0 0 0 9px;
}

.list-note-a > li > .item > .list-note-a {
    margin-top: 4px;
}

.list-note-a > li:not(:first-child) {
    padding-top: 3px;
}

@media only screen and (min-width: 769px), print {
    .list-note-a {
        margin-top: 28px;
    }
    .list-note-a > li > .item > .list-note-a {
        margin-top: 10px;
    }
    .list-note-a > li:not(:first-child) {
        padding-top: 10px;
    }
}

/*
 * list-desc
** ------------------------------------------------------ */
.list-desc-a {
    display: table;
}

.list-desc-a > div {
    display: table-row;
}

.list-desc-a > div > * {
    display: table-cell;
    vertical-align: top;
}

.list-desc-a > div > dt {
    padding: 0 18px 0 0;
    white-space: nowrap;
}

@media only screen and (min-width: 769px), print {
    .list-desc-a > div > * {
        font-size: 1.4rem;
    }
}

.list-desc-b > div > * > *:first-child {
    margin-top: 0;
}

.list-desc-b > div > dt {
    font-weight: bold;
}

.list-desc-b > div > dd {
    position: relative;
    margin: 6px 0 0;
    padding: 0 0 0 35px;
}

.list-desc-b > div > dd::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    width: 1px;
    height: calc(100% - 10px);
    margin: auto;
    background: #d9d9d9;
    content: "";
}

@media only screen and (min-width: 769px), print {
    .list-desc-b > div > dd {
        padding-left: 40px;
    }
    .list-desc-b > div > dd::before {
        left: 15px;
    }
}

.list-desc-c {
    margin: 30px 0 0;
}

.list-desc-c > div:not(:first-child) {
    margin: 19px 0 0;
}

.list-desc-c > div > dt {
    font-weight: bold;
}

.list-desc-c > div > dd {
    margin: 10px 0 0;
}

@media only screen and (min-width: 769px), print {
    .list-desc-c {
        display: table;
        margin-top: 33px;
    }
    .list-desc-c > div {
        display: table-row;
    }
    .list-desc-c > div > * {
        display: table-cell;
        vertical-align: top;
    }
    .list-desc-c > div > dt {
        white-space: nowrap;
    }
    .list-desc-c > div > dd {
        margin-top: 0;
        padding-left: 37px;
    }
    .list-desc-c > div:not(:first-child) {
        margin-top: 0;
    }
    .list-desc-c > div:not(:first-child) > * {
        padding-top: 4px;
    }
}

.list-desc-d {
    margin: 22px 0 0;
}

.list-desc-d > div > * {
    text-align: center;
}

.list-desc-d > div > dt {
    font-weight: bold;
}

.list-desc-d > div > dd {
    margin: 10px 0 0;
}

@media only screen and (min-width: 769px), print {
    .list-desc-d {
        margin: 12px auto 0;
    }
    .list-desc-d:not(._block) {
        display: table;
    }
    .list-desc-d:not(._block) > div {
        display: table-row;
    }
    .list-desc-d:not(._block) > div > * {
        display: table-cell;
        vertical-align: top;
        text-align: inherit;
    }
    .list-desc-d:not(._block) > div > dt {
        white-space: nowrap;
    }
    .list-desc-d:not(._block) > div > dd {
        margin-top: 0;
        padding-left: 40px;
    }
    .list-desc-d._block > div > dd {
        margin-top: 6px;
    }
}

.list-desc-e {
    display: table;
}

.list-desc-e > div {
    display: table-row;
}

.list-desc-e > div > * {
    display: table-cell;
    vertical-align: top;
}

.list-desc-e > div > dt {
    padding: 0 18px 0 0;
    font-weight: bold;
    white-space: nowrap;
}

.list-desc-e > div dd a {
    text-decoration: none;
}

@media only screen and (min-width: 769px), print {
    .list-desc-e > div > dt {
        padding-right: 34px;
    }
}

.list-desc-f {
    margin: 30px 0 0;
}

.list-desc-f > div > dt {
    font-weight: bold;
}

.list-desc-f > div > dd {
    margin: 5px 0 0;
}

.list-desc-f > div > dd > *:first-child:not(br):not(sup) {
    margin-top: 0;
}

.list-desc-f > div + div {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .list-desc-f {
        margin-top: 33px;
    }
}

/*
 * list-filter
** ------------------------------------------------------ */
.list-filter-a {
    margin: 30px 0 0;
}

.list-filter-a > .list-filter-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -11px 0 0 -11px;
}

.list-filter-a > .list-filter-inner > li {
    padding: 11px 0 0 11px;
}

.list-filter-a > .list-filter-inner > li label {
    display: block;
    cursor: pointer;
    transition: opacity .2s;
}

.list-filter-a > .list-filter-inner > li label .txt {
    display: block;
    padding: 14px 15px 13px;
    font-weight: bold;
    line-height: 1.2;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    transition: box-shadow .2s, background .2s, color .2s;
}

.list-filter-a > .list-filter-inner > li label input {
    position: absolute;
    left: -100%;
    z-index: -1;
}

.list-filter-a > .list-filter-inner > li label input:checked + .txt {
    color: #fff;
    background: #a47e00;
    box-shadow: none;
}

.list-filter-a > .list-filter-inner > li label:hover, .list-filter-a > .list-filter-inner > li label:active, .list-filter-a > .list-filter-inner > li label:focus {
    opacity: .8;
}

@media only screen and (min-width: 769px), print {
    .list-filter-a {
        margin-top: 40px;
    }
    .list-filter-a > .list-filter-inner {
        margin: -22px 0 0 -22px;
    }
    .list-filter-a > .list-filter-inner > li {
        padding: 22px 0 0 22px;
    }
    .list-filter-a > .list-filter-inner > li label {
        font-size: 1.6rem;
    }
    .list-filter-a > .list-filter-inner > li label .txt {
        padding: 16px 20px 15px;
    }
}

/*
 * list-news
** ------------------------------------------------------ */
.list-news-a {
    margin: 15px 0 0;
}

.list-news-a .list-news-inner > li {
    border-bottom: solid 1px #d9d9d9;
}

.list-news-a .list-news-inner > li > a, .list-news-a .list-news-inner > li > div {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 30px 13px 0;
    text-decoration: none;
}

.list-news-a .list-news-inner > li > a .date, .list-news-a .list-news-inner > li > div .date {
    min-width: 97px;
    color: #333;
    white-space: nowrap;
}

.list-news-a .list-news-inner > li > a .label > span, .list-news-a .list-news-inner > li > div .label > span {
    display: inline-block;
    width: 73px;
    padding: 1px 3px 0;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -1.2px;
    white-space: nowrap;
    background: #a47e00;
}

.list-news-a .list-news-inner > li > a .item, .list-news-a .list-news-inner > li > div .item {
    flex-basis: 100%;
    margin: 2px 0 0;
    color: #333;
}

.list-news-a .list-news-inner > li > a {
    position: relative;
}

.list-news-a .list-news-inner > li > a::before, .list-news-a .list-news-inner > li > a::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: right .2s;
}

.list-news-a .list-news-inner > li > a::before {
    margin-top: 11px;
    transform: rotate(28deg);
}

.list-news-a .list-news-inner > li > a::after {
    margin-top: 15px;
    transform: rotate(-28deg);
}

.list-news-a .list-news-inner > li > a:hover, .list-news-a .list-news-inner > li > a:active, .list-news-a .list-news-inner > li > a:focus {
    opacity: .7;
}

.list-news-a .list-news-inner > li > a:hover::before, .list-news-a .list-news-inner > li > a:hover::after, .list-news-a .list-news-inner > li > a:active::before, .list-news-a .list-news-inner > li > a:active::after, .list-news-a .list-news-inner > li > a:focus::before, .list-news-a .list-news-inner > li > a:focus::after {
    right: -4px;
}

@media only screen and (min-width: 769px), print {
    .list-news-a {
        margin-top: 20px;
    }
    .list-news-a .list-news-inner > li > a, .list-news-a .list-news-inner > li > div {
        flex-wrap: nowrap;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .list-news-a .list-news-inner > li > a .date, .list-news-a .list-news-inner > li > div .date {
        min-width: 121px;
    }
    .list-news-a .list-news-inner > li > a .label, .list-news-a .list-news-inner > li > div .label {
        margin: 0 20px 0 0;
    }
    .list-news-a .list-news-inner > li > a .label > span, .list-news-a .list-news-inner > li > div .label > span {
        width: 93px;
        padding-top: 0;
        padding-bottom: 1px;
        font-size: 1.4rem;
        line-height: 1.7;
        letter-spacing: inherit;
    }
    .list-news-a .list-news-inner > li > a .item, .list-news-a .list-news-inner > li > div .item {
        margin-top: 0;
    }
    .list-news-a .list-news-inner > li a::before {
        margin-top: -4px;
    }
    .list-news-a .list-news-inner > li a::after {
        margin-top: 0;
    }
}

/*
 * list-label
** ------------------------------------------------------ */
.list-label-a {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0;
}

.list-label-a > li {
    position: relative;
    padding: 5px 20px 0 0;
}

.list-label-a > li:last-child {
    padding-right: 0;
}

.list-label-a > li::before {
    position: absolute;
    left: 0;
    display: block;
    content: "";
}

.list-label-a > li.management {
    padding-left: 28px;
}

.list-label-a > li.management::before {
    top: 10px;
    width: 21px;
    height: 12px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: 0 -163px;
}

.list-label-a > li.compliance {
    padding-left: 26px;
}

.list-label-a > li.compliance::before {
    top: 8px;
    width: 19px;
    height: 16px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -148px -120px;
}

.list-label-a > li.datahealth {
    padding-left: 25px;
}

.list-label-a > li.datahealth::before {
    top: 10px;
    width: 18px;
    height: 14px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -194px -19px;
}

.list-label-a > li.service {
    padding-left: 24px;
}

.list-label-a > li.service::before {
    top: 7px;
    width: 17px;
    height: 17px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -172px 0;
}

.list-label-a > li.bcp {
    padding-left: 26px;
}

.list-label-a > li.bcp::before {
    top: 9px;
    width: 19px;
    height: 15px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -71px -141px;
}

.list-label-a > li.disaster {
    padding-left: 26px;
}

.list-label-a > li.disaster::before {
    top: 8px;
    width: 19px;
    height: 19px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -148px -48px;
}

.list-label-a > li.fire {
    padding-left: 19px;
}

.list-label-a > li.fire::before {
    top: 5px;
    width: 12px;
    height: 19px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -194px -38px;
}

.list-label-a > li.environment {
    padding-left: 25px;
}

.list-label-a > li.environment::before {
    top: 8px;
    width: 18px;
    height: 15px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -118px -141px;
}

.list-label-a > li.overseas {
    padding-left: 26px;
}

.list-label-a > li.overseas::before {
    top: 7px;
    width: 19px;
    height: 19px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -148px -96px;
}

.list-label-a > li.politics {
    padding-left: 27px;
}

.list-label-a > li.politics::before {
    top: 6px;
    width: 20px;
    height: 21px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -90px -90px;
}

.list-label-a > li.terror {
    padding-left: 28px;
}

.list-label-a > li.terror::before {
    top: 6px;
    width: 21px;
    height: 20px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -122px -51px;
}

.list-label-a > li.traffic {
    padding-left: 28px;
}

.list-label-a > li.traffic::before {
    top: 9px;
    width: 21px;
    height: 15px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -122px -100px;
}

.list-label-a > li.estate {
    padding-left: 22px;
}

.list-label-a > li.estate::before {
    top: 8px;
    width: 15px;
    height: 17px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -172px -65px;
}

.list-label-a > li.cyber {
    padding-left: 26px;
}

.list-label-a > li.cyber::before {
    top: 8px;
    width: 19px;
    height: 19px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -148px 0;
}

.list-label-a > li.analytics {
    padding-left: 26px;
}

.list-label-a > li.analytics::before {
    top: 9px;
    width: 19px;
    height: 15px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -106px -120px;
}

.list-label-a > li.other {
    padding-left: 28px;
}

.list-label-a > li.other::before {
    top: 9px;
    width: 23px;
    height: 16px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: 0 -120px;
}

@media only screen and (min-width: 769px), print {
    .list-label-a:not(._size-a) > li.management::before {
        top: 13px;
    }
    .list-label-a:not(._size-a) > li.compliance::before {
        top: 10px;
    }
    .list-label-a:not(._size-a) > li.datahealth::before {
        top: 13px;
    }
    .list-label-a:not(._size-a) > li.service::before {
        top: 10px;
    }
    .list-label-a:not(._size-a) > li.bcp::before {
        top: 12px;
    }
    .list-label-a:not(._size-a) > li.disaster::before {
        top: 10px;
    }
    .list-label-a:not(._size-a) > li.fire::before {
        top: 8px;
    }
    .list-label-a:not(._size-a) > li.environment::before {
        top: 11px;
    }
    .list-label-a:not(._size-a) > li.overseas::before {
        top: 9px;
    }
    .list-label-a:not(._size-a) > li.politics::before {
        top: 8px;
    }
    .list-label-a:not(._size-a) > li.terror::before {
        top: 8px;
    }
    .list-label-a:not(._size-a) > li.traffic::before {
        top: 12px;
    }
    .list-label-a:not(._size-a) > li.estate::before {
        top: 11px;
    }
    .list-label-a:not(._size-a) > li.cyber::before {
        top: 10px;
    }
    .list-label-a:not(._size-a) > li.analytics::before {
        top: 11px;
    }
    .list-label-a:not(._size-a) > li.other::before {
        top: 11px;
    }
    .list-label-a._size-a > li {
        font-size: 1.4rem;
    }
}

.list-label-b {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 -5px;
}

.list-label-b > li {
    margin: 5px 0 0 5px;
}

.list-label-c {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -3px;
}

.list-label-c > li {
    position: relative;
    padding: 3px 0 0 3px;
}

.list-label-c > li .txt {
    display: inline-block;
    padding: 6px 5px 6px 0;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.2;
    background: #a47e00;
}

.list-label-c > li .txt::before {
    position: absolute;
    left: 7px;
    display: block;
    content: "";
}

.list-label-c > li.management .txt {
    padding-left: 30px;
}

.list-label-c > li.management .txt::before {
    top: 10px;
    width: 21px;
    height: 12px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -141px -141px;
}

.list-label-c > li.compliance .txt {
    padding-left: 28px;
}

.list-label-c > li.compliance .txt::before {
    top: 9px;
    width: 19px;
    height: 16px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -23px -141px;
}

.list-label-c > li.datahealth .txt {
    padding-left: 27px;
}

.list-label-c > li.datahealth .txt::before {
    top: 10px;
    width: 18px;
    height: 14px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -194px 0;
}

.list-label-c > li.service .txt {
    padding-left: 27px;
}

.list-label-c > li.service .txt::before {
    top: 8px;
    width: 17px;
    height: 17px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -172px -22px;
}

.list-label-c > li.bcp .txt {
    padding-left: 28px;
}

.list-label-c > li.bcp .txt::before {
    top: 9px;
    width: 19px;
    height: 15px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -82px -120px;
}

.list-label-c > li.disaster .txt {
    padding-left: 28px;
}

.list-label-c > li.disaster .txt::before {
    top: 8px;
    width: 19px;
    height: 19px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -122px -76px;
}

.list-label-c > li.fire .txt {
    padding-left: 21px;
}

.list-label-c > li.fire .txt::before {
    top: 6px;
    width: 12px;
    height: 19px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -194px -62px;
}

.list-label-c > li.environment .txt {
    padding-left: 27px;
}

.list-label-c > li.environment .txt::before {
    top: 9px;
    width: 18px;
    height: 15px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -95px -141px;
}

.list-label-c > li.overseas .txt {
    padding-left: 29px;
}

.list-label-c > li.overseas .txt::before {
    top: 7px;
    width: 19px;
    height: 19px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -148px -72px;
}

.list-label-c > li.politics .txt {
    padding-left: 30px;
}

.list-label-c > li.politics .txt::before {
    top: 6px;
    width: 20px;
    height: 21px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -122px -25px;
}

.list-label-c > li.terror .txt {
    padding-left: 30px;
}

.list-label-c > li.terror .txt::before {
    top: 6px;
    width: 21px;
    height: 20px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -122px 0;
}

.list-label-c > li.traffic .txt {
    padding-left: 31px;
}

.list-label-c > li.traffic .txt::before {
    top: 9px;
    width: 21px;
    height: 15px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -56px -120px;
}

.list-label-c > li.estate .txt {
    padding-left: 24px;
}

.list-label-c > li.estate .txt::before {
    top: 8px;
    width: 15px;
    height: 17px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -172px -87px;
}

.list-label-c > li.cyber .txt {
    padding-left: 28px;
}

.list-label-c > li.cyber .txt::before {
    top: 8px;
    width: 19px;
    height: 19px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -148px -24px;
}

.list-label-c > li.analytics .txt {
    padding-left: 28px;
}

.list-label-c > li.analytics .txt::before {
    top: 9px;
    width: 19px;
    height: 15px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -47px -141px;
}

.list-label-c > li.other .txt {
    padding-left: 32px;
}

.list-label-c > li.other .txt::before {
    top: 9px;
    width: 23px;
    height: 16px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -28px -120px;
}

/*
 * list-step
** ------------------------------------------------------ */
.list-step-a {
    margin: 30px 0 0;
}

.list-step-a > .list-step-inner {
    counter-reset: step;
}

.list-step-a > .list-step-inner > li {
    position: relative;
    counter-increment: step;
}

.list-step-a > .list-step-inner > li::before {
    position: absolute;
    top: 2px;
    left: 12px;
    display: block;
    width: 2px;
    height: 100%;
    background: #d9d9d9;
    content: "";
}

.list-step-a > .list-step-inner > li .list-hdg-a {
    position: relative;
    padding: 0 0 0 36px;
    font-size: 1.8rem;
    color: #0074cc;
}

.list-step-a > .list-step-inner > li .list-hdg-a::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 26px;
    height: 26px;
    background: #0074cc;
    content: "";
}

.list-step-a > .list-step-inner > li .list-hdg-a::after {
    position: absolute;
    top: 7px;
    left: 7px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
    content: counter(step);
}

.list-step-a > .list-step-inner > li .content {
    padding: 16px 0 25px 37px;
}

.list-step-a > .list-step-inner > li .content > *:first-child {
    margin-top: 0;
}

.list-step-a > .list-step-inner > li .content .link-note {
    margin-top: 10px;
    margin-left: 20px;
}

.list-step-a > .list-step-inner > li:last-child::before {
    height: calc(100% - 8px);
}

.list-step-a > .list-step-inner > li:last-child .content {
    padding-bottom: 0;
}

@media only screen and (min-width: 769px), print {
    .list-step-a {
        margin-top: 55px;
    }
    .list-step-a > .list-step-inner > li::before {
        top: 5px;
    }
    .list-step-a > .list-step-inner > li .list-hdg-a {
        padding-left: 55px;
        font-size: 2.2rem;
    }
    .list-step-a > .list-step-inner > li .list-hdg-a::before {
        top: 5px;
    }
    .list-step-a > .list-step-inner > li .list-hdg-a::after {
        top: 10px;
    }
    .list-step-a > .list-step-inner > li .content {
        padding: 20px 0 28px 55px;
    }
    .list-step-a > .list-step-inner > li:last-child::before {
        height: calc(100% - 14px);
    }
}

/*
 * list-history
** ------------------------------------------------------ */
.list-history-a {
    margin: 30px 0 0;
}

.list-history-a > .list-history-inner {
    border-top: solid 3px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
}

.list-history-a > .list-history-inner > div:nth-child(odd) {
    background: #fff;
}

.list-history-a > .list-history-inner > div:nth-child(even) {
    background: #f6f6f6;
}

.list-history-a > .list-history-inner > div + div {
    border-top: solid 1px #d9d9d9;
}

.list-history-a > .list-history-inner > div > dt {
    padding: 20px 10px 0;
}

.list-history-a > .list-history-inner > div > dd {
    padding: 9px 20px 19px 30px;
}

.list-history-a > .list-history-inner > div > dd > .list > li:not(:last-child) {
    padding-bottom: 15px;
}

.list-history-a > .list-history-inner > div > dd > .list > li + li {
    padding-top: 15px;
    border-top: solid 1px #d9d9d9;
}

@media only screen and (min-width: 769px), print {
    .list-history-a {
        margin-top: 60px;
    }
    .list-history-a > .list-history-inner {
        display: table;
        width: 100%;
    }
    .list-history-a > .list-history-inner > div {
        display: table-row;
    }
    .list-history-a > .list-history-inner > div > * {
        display: table-cell;
        vertical-align: top;
    }
    .list-history-a > .list-history-inner > div + div > * {
        border-top: solid 1px #d9d9d9;
    }
    .list-history-a > .list-history-inner > div > dt {
        padding: 18px 89px 18px 30px;
        white-space: nowrap;
    }
    .list-history-a > .list-history-inner > div > dd {
        width: 100%;
        padding: 18px 30px 18px 0;
    }
    .list-history-a > .list-history-inner > div > dd > .list > li:not(:last-child) {
        padding-bottom: 18px;
    }
    .list-history-a > .list-history-inner > div > dd > .list > li + li {
        padding-top: 18px;
    }
}

/*
 * link-wrap
** ------------------------------------------------------ */
.link-wrap-center {
    display: flex;
    justify-content: center;
}

.link-wrap-right {
    display: flex;
    justify-content: flex-end;
}

/*
 * link
** ------------------------------------------------------ */
.link-a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}

.link-a::before, .link-a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: left .2s;
}

.link-a::before {
    top: 9px;
    transform: rotate(28deg);
}

.link-a::after {
    top: 13px;
    transform: rotate(-28deg);
}

.link-a:hover, .link-a:active, .link-a:focus {
    opacity: .8;
}

.link-a:hover::before, .link-a:hover::after, .link-a:active::before, .link-a:active::after, .link-a:focus::before, .link-a:focus::after {
    left: 5px;
}

@media only screen and (min-width: 769px), print {
    .link-a::before {
        top: 10px;
    }
    .link-a::after {
        top: 14px;
    }
}

.link-b {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}

.link-b::before, .link-b::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: left .2s;
}

.link-b::before {
    margin-top: -3px;
    transform: rotate(28deg);
}

.link-b::after {
    margin-top: 1px;
    transform: rotate(-28deg);
}

.link-b:hover, .link-b:active, .link-b:focus {
    opacity: .8;
}

.link-b:hover::before, .link-b:hover::after, .link-b:active::before, .link-b:active::after, .link-b:focus::before, .link-b:focus::after {
    left: 5px;
}

/*
 * link-list
** ------------------------------------------------------ */
.link-list-a {
    margin: 20px 0 0;
}

.link-list-a > li:not(:first-child) {
    padding: 8px 0 0;
}

.link-list-a > li a {
    display: inline-block;
}

.link-list-a > li a[href] {
    position: relative;
    padding: 0 0 0 20px;
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}

.link-list-a > li a[href]::before, .link-list-a > li a[href]::after {
    position: absolute;
    left: 0;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: left .2s;
}

.link-list-a > li a[href]::before {
    top: 9px;
    transform: rotate(28deg);
}

.link-list-a > li a[href]::after {
    top: 13px;
    transform: rotate(-28deg);
}

.link-list-a > li a[href]:hover:not([href]), .link-list-a > li a[href]:active:not([href]), .link-list-a > li a[href]:focus:not([href]) {
    opacity: .8;
}

.link-list-a > li a[href]:hover::before, .link-list-a > li a[href]:hover::after, .link-list-a > li a[href]:active::before, .link-list-a > li a[href]:active::after, .link-list-a > li a[href]:focus::before, .link-list-a > li a[href]:focus::after {
    left: 5px;
}

.link-list-a > li a + .list-note-a {
    margin-top: 8px;
    margin-left: 20px;
}

.link-list-a > li a + .list-note-a > li:not(:first-child) {
    padding-top: 0;
}

.link-list-a > li a + p {
    margin: 5px 0 5px 30px;
}

.link-list-a > li:last-child a + p {
    margin-bottom: 0;
}

.link-list-a._inline {
    display: flex;
    flex-wrap: wrap;
    margin-left: -26px;
}

.link-list-a._inline > li {
    padding: 4px 0 0 26px;
}

.link-list-a._inline > li a:not([href]) {
    color: #333;
    text-decoration: none;
}

.link-list-a._inline > li a[aria-current] {
    font-weight: bold;
}

.link-list-a._inline > li a:hover:not([href]), .link-list-a._inline > li a:active:not([href]), .link-list-a._inline > li a:focus:not([href]) {
    opacity: 1;
}

@media only screen and (min-width: 769px), print {
    .link-list-a {
        margin-top: 30px;
    }
    .link-list-a > li:not(:first-child) {
        padding-top: 6px;
    }
    .link-list-a > li a[href] {
        padding-left: 21px;
    }
    .link-list-a > li a[href]::before, .link-list-a > li a[href]::after {
        left: 0;
    }
    .link-list-a > li a[href]::before {
        top: 10px;
    }
    .link-list-a > li a[href]::after {
        top: 14px;
    }
    .link-list-a > li a[href]:hover::before, .link-list-a > li a[href]:hover::after, .link-list-a > li a[href]:active::before, .link-list-a > li a[href]:active::after, .link-list-a > li a[href]:focus::before, .link-list-a > li a[href]:focus::after {
        left: 5px;
    }
    .link-list-a > li a + .list-note-a {
        margin-top: 5px;
    }
    .link-list-a > li a + .list-note-a > li:not(:first-child) {
        padding-top: 3px;
    }
    .link-list-a > li a + p {
        margin-top: 8px;
        margin-bottom: 13px;
        font-size: 1.4rem;
    }
    .link-list-a._inline {
        margin-top: 23px;
        margin-left: -40px;
    }
    .link-list-a._inline > li {
        padding-left: 40px;
    }
    .link-list-a._inline > li:not(:first-child) {
        padding-top: 4px;
    }
}

.link-list-b {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 -26px;
}

.link-list-b > li {
    padding: 4px 0 0 26px;
}

.link-list-b > li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}

.link-list-b > li a::before, .link-list-b > li a::after {
    position: absolute;
    top: 7px;
    display: block;
    width: 2px;
    height: 9px;
    background: #0074cc;
    content: "";
    transition: top .2s;
}

.link-list-b > li a::before {
    transform: rotate(28deg);
}

.link-list-b > li a::after {
    transform: rotate(-28deg);
}

.link-list-b > li a:hover::before, .link-list-b > li a:hover::after, .link-list-b > li a:active::before, .link-list-b > li a:active::after, .link-list-b > li a:focus::before, .link-list-b > li a:focus::after {
    top: 10px;
}

.link-list-b > li a::before {
    left: 6px;
}

.link-list-b > li a::after {
    left: 2px;
}

@media only screen and (min-width: 769px), print {
    .link-list-b {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 26px;
        margin-left: -40px;
    }
    .link-list-b > li {
        padding-left: 40px;
    }
    .link-list-b > li a::before, .link-list-b > li a::after {
        top: 9px;
    }
    .link-list-b > li a:hover::before, .link-list-b > li a:hover::after, .link-list-b > li a:active::before, .link-list-b > li a:active::after, .link-list-b > li a:focus::before, .link-list-b > li a:focus::after {
        top: 11px;
    }
}

.link-list-c {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 -26px;
}

.link-list-c > li {
    padding: 4px 0 0 26px;
}

.link-list-c > li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    color: #333;
    text-decoration: none;
    transition: opacity .2s;
}

.link-list-c > li a::before, .link-list-c > li a::after {
    position: absolute;
    top: 7px;
    display: block;
    width: 2px;
    height: 9px;
    background: #0074cc;
    content: "";
    transition: top .2s;
}

.link-list-c > li a::before {
    transform: rotate(28deg);
}

.link-list-c > li a::after {
    transform: rotate(-28deg);
}

.link-list-c > li a:hover::before, .link-list-c > li a:hover::after, .link-list-c > li a:active::before, .link-list-c > li a:active::after, .link-list-c > li a:focus::before, .link-list-c > li a:focus::after {
    top: 10px;
}

.link-list-c > li a::before {
    left: 6px;
}

.link-list-c > li a::after {
    left: 2px;
}

@media only screen and (min-width: 769px), print {
    .link-list-c {
        margin-top: -17px;
        margin-left: -40px;
    }
    .link-list-c > li {
        padding-top: 17px;
        padding-left: 40px;
    }
    .link-list-c > li a::before, .link-list-c > li a::after {
        top: 9px;
    }
    .link-list-c > li a:hover::before, .link-list-c > li a:hover::after, .link-list-c > li a:active::before, .link-list-c > li a:active::after, .link-list-c > li a:focus::before, .link-list-c > li a:focus::after {
        top: 11px;
    }
}

/*
 * link-pnl
** ------------------------------------------------------ */
.link-pnl-a {
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
}

.link-pnl-a .lyt-img-a {
    flex-shrink: 0;
    margin-top: 0;
    transition: opacity .2s;
}

.link-pnl-a .item {
    margin: 10px 0 0;
}

.link-pnl-a .item > .link-a > b {
    font-weight: normal;
}

.link-pnl-a .item > .link-a + p {
    margin: 5px 0 5px 30px;
    color: #333;
}

.link-pnl-a:hover .item > .link-a, .link-pnl-a:active .item > .link-a, .link-pnl-a:focus .item > .link-a {
    opacity: .8;
}

.link-pnl-a:hover .item > .link-a::before, .link-pnl-a:hover .item > .link-a::after, .link-pnl-a:active .item > .link-a::before, .link-pnl-a:active .item > .link-a::after, .link-pnl-a:focus .item > .link-a::before, .link-pnl-a:focus .item > .link-a::after {
    left: 5px;
}

.link-pnl-a:hover .lyt-img-a, .link-pnl-a:active .lyt-img-a, .link-pnl-a:focus .lyt-img-a {
    opacity: .7;
}

@media only screen and (min-width: 769px), print {
    .link-pnl-a .img {
        margin-bottom: 12px;
    }
    .link-pnl-a .item > .link-a + p {
        margin-top: 8px;
        margin-bottom: 13px;
        font-size: 1.4rem;
    }
}

/*
 * nav-breadcrumb
** ------------------------------------------------------ */
.nav-breadcrumb {
    width: 100%;
    background: #ededed;
}

.nav-breadcrumb .nav-breadcrumb-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto;
    padding: 7px 10px 8px;
}

.nav-breadcrumb .nav-breadcrumb-inner > li {
    padding: 0 5px 0 0;
    line-height: 1.5;
}

.nav-breadcrumb .nav-breadcrumb-inner > li a {
    font-size: 1.2rem;
    color: #333;
}

.nav-breadcrumb .nav-breadcrumb-inner > li a:not([href]) {
    text-decoration: none;
}

.nav-breadcrumb .nav-breadcrumb-inner > li a:hover, .nav-breadcrumb .nav-breadcrumb-inner > li a:active, .nav-breadcrumb .nav-breadcrumb-inner > li a:focus {
    opacity: 1;
}

.nav-breadcrumb .nav-breadcrumb-inner > li > span {
    font-size: 1.2rem;
}

.nav-breadcrumb .nav-breadcrumb-inner > li:not(:first-child) {
    position: relative;
    padding-left: 12px;
}

.nav-breadcrumb .nav-breadcrumb-inner > li:not(:first-child)::before {
    position: absolute;
    top: 8px;
    left: -3px;
    display: block;
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 transparent transparent;
    content: "";
    transform: rotate(45deg) skew(-15deg, -15deg);
}

@media only screen and (min-width: 769px), print {
    .nav-breadcrumb .nav-breadcrumb-inner > li:not(:first-child)::before {
        top: 10px;
    }
}

/*
 * btn-wrap
** ------------------------------------------------------ */
[class^="btn-wrap-"] {
    display: flex;
    margin: 20px 0 0;
}

@media only screen and (min-width: 769px), print {
    [class^="btn-wrap-"] {
        margin-top: 40px;
    }
}

.btn-wrap-left {
    justify-content: flex-start;
}

.btn-wrap-center {
    justify-content: center;
}

.btn-wrap-right {
    justify-content: flex-end;
}

/*
 * btn
** ------------------------------------------------------ */
.btn-a, .btn-b, .btn-c, .btn-d, .btn-f {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 14px 40px 14px 30px;
    text-decoration: none;
    transition: opacity .2s, box-shadow .2s;
}

.btn-a .txt, .btn-b .txt, .btn-c .txt, .btn-d .txt, .btn-f .txt {
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.8;
}

.btn-a:hover, .btn-a:active, .btn-a:focus, .btn-b:hover, .btn-b:active, .btn-b:focus, .btn-c:hover, .btn-c:active, .btn-c:focus, .btn-d:hover, .btn-d:active, .btn-d:focus, .btn-f:hover, .btn-f:active, .btn-f:focus {
    opacity: .8;
}

@media only screen and (min-width: 769px), print {
    .btn-a, .btn-b, .btn-c, .btn-d, .btn-f {
        width: auto;
        min-width: 350px;
        padding: 14px 40px;
    }
}

.btn-a, .btn-b, .btn-f {
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .2);
}

.btn-a::before, .btn-a::after, .btn-b::before, .btn-b::after, .btn-f::before, .btn-f::after {
    position: absolute;
    right: 15px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    transition: right .2s;
}

.btn-a::before, .btn-b::before, .btn-f::before {
    transform: rotate(28deg);
}

.btn-a::after, .btn-b::after, .btn-f::after {
    transform: rotate(-28deg);
}

.btn-a:hover::before, .btn-a:hover::after, .btn-a:active::before, .btn-a:active::after, .btn-a:focus::before, .btn-a:focus::after, .btn-b:hover::before, .btn-b:hover::after, .btn-b:active::before, .btn-b:active::after, .btn-b:focus::before, .btn-b:focus::after, .btn-f:hover::before, .btn-f:hover::after, .btn-f:active::before, .btn-f:active::after, .btn-f:focus::before, .btn-f:focus::after {
    right: 10px;
}

.btn-a::before, .btn-a::after, .btn-b::before, .btn-b::after, .btn-f::before, .btn-f::after {
    top: 50%;
}

.btn-a::before, .btn-b::before, .btn-f::before {
    margin-top: -3px;
}

.btn-a::after, .btn-b::after, .btn-f::after {
    margin-top: 1px;
}

.btn-a:hover, .btn-a:active, .btn-a:focus, .btn-b:hover, .btn-b:active, .btn-b:focus, .btn-f:hover, .btn-f:active, .btn-f:focus {
    box-shadow: none;
}

.btn-a {
    background: #0074cc;
    transition: opacity .2s, box-shadow .2s, background .2s, color .2s;
}

.btn-a._size-a .txt {
    font-size: 1.8rem;
}

@media only screen and (min-width: 769px), print {
    .btn-a._size-a {
        width: 100%;
        max-width: 412px;
        padding: 12px 40px;
    }
    .btn-a._size-a::before, .btn-a._size-a::after {
        right: 24px;
    }
    .btn-a._size-a .txt {
        font-size: 2rem;
    }
    .btn-a._size-a:hover::before, .btn-a._size-a:hover::after, .btn-a._size-a:active::before, .btn-a._size-a:active::after, .btn-a._size-a:focus::before, .btn-a._size-a:focus::after {
        right: 19px;
    }
}

a.btn-a.disabled {
    background: #c7c7c7;
    box-shadow: none;
    transition: inherit;
    pointer-events: none;
}

a.btn-a.disabled::before, a.btn-a.disabled::after {
    background: #7e7e7e;
}

a.btn-a.disabled .txt {
    color: #7e7e7e;
}

a.btn-a.disabled:hover, a.btn-a.disabled:active, a.btn-a.disabled:focus {
    opacity: 1;
}

a.btn-a.disabled:hover::before, a.btn-a.disabled:hover::after, a.btn-a.disabled:active::before, a.btn-a.disabled:active::after, a.btn-a.disabled:focus::before, a.btn-a.disabled:focus::after {
    right: 15px;
}

button.btn-a[disabled] {
    background: #c7c7c7;
    box-shadow: none;
    transition: inherit;
    pointer-events: none;
}

button.btn-a[disabled]::before, button.btn-a[disabled]::after {
    background: #7e7e7e;
}

button.btn-a[disabled] .txt {
    color: #7e7e7e;
}

button.btn-a[disabled]:hover, button.btn-a[disabled]:active, button.btn-a[disabled]:focus {
    opacity: 1;
}

button.btn-a[disabled]:hover::before, button.btn-a[disabled]:hover::after, button.btn-a[disabled]:active::before, button.btn-a[disabled]:active::after, button.btn-a[disabled]:focus::before, button.btn-a[disabled]:focus::after {
    right: 15px;
}

.btn-b {
    background: #a47e00;
}

.btn-c, .btn-d {
    background: #fff;
    border: solid 1px transparent;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
}

.btn-c .txt, .btn-d .txt {
    color: #333;
}

.btn-c:hover, .btn-c:active, .btn-c:focus, .btn-d:hover, .btn-d:active, .btn-d:focus {
    border-color: #eaeaea;
    box-shadow: 0 0 9px 0 rgba(234, 234, 234, .1);
}

.btn-c {
    padding: 14px 30px 14px 40px;
}

.btn-c::before, .btn-c::after {
    position: absolute;
    left: 15px;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: left .2s;
}

.btn-c::before {
    transform: rotate(-28deg);
}

.btn-c::after {
    transform: rotate(28deg);
}

.btn-c:hover::before, .btn-c:hover::after, .btn-c:active::before, .btn-c:active::after, .btn-c:focus::before, .btn-c:focus::after {
    left: 10px;
}

.btn-c::before, .btn-c::after {
    top: 50%;
}

.btn-c::before {
    margin-top: -3px;
}

.btn-c::after {
    margin-top: 1px;
}

.btn-d::before, .btn-d::after {
    position: absolute;
    right: 15px;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: right .2s;
}

.btn-d::before {
    transform: rotate(28deg);
}

.btn-d::after {
    transform: rotate(-28deg);
}

.btn-d:hover::before, .btn-d:hover::after, .btn-d:active::before, .btn-d:active::after, .btn-d:focus::before, .btn-d:focus::after {
    right: 10px;
}

.btn-d::before, .btn-d::after {
    top: 50%;
}

.btn-d::before {
    margin-top: -3px;
}

.btn-d::after {
    margin-top: 1px;
}

.btn-f {
    background: #4c7c00;
}

.btn-e {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 60px;
    text-decoration: none;
    background: #4c9ddb;
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .15);
    transition: box-shadow .2s;
}

.btn-e::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 100%;
    background: #0074cc;
    content: "";
    transition: opacity .2s;
}

.btn-e .txt {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 80px 14px 17px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
}

.btn-e .txt::before, .btn-e .txt::after {
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    content: "";
    transition: right .2s;
}

.btn-e .txt::before {
    margin-top: -4px;
    transform: rotate(28deg);
}

.btn-e .txt::after {
    margin-top: 1px;
    transform: rotate(-28deg);
}

.btn-e:hover, .btn-e:active, .btn-e:focus {
    box-shadow: none;
}

.btn-e:hover::before, .btn-e:active::before, .btn-e:focus::before {
    opacity: .7;
}

.btn-e:hover .txt::before, .btn-e:hover .txt::after, .btn-e:active .txt::before, .btn-e:active .txt::after, .btn-e:focus .txt::before, .btn-e:focus .txt::after {
    right: 17px;
}

@media only screen and (min-width: 769px), print {
    .btn-e {
        min-height: 64px;
    }
    .btn-e::before {
        width: 64px;
    }
    .btn-e .txt {
        padding: 11px 104px 10px 40px;
        padding-top: 11px;
        padding-bottom: 10px;
        font-size: 2.4rem;
    }
    .btn-e .txt::before, .btn-e .txt::after {
        right: 25px;
    }
    .btn-e:hover .txt::before, .btn-e:hover .txt::after, .btn-e:active .txt::before, .btn-e:active .txt::after, .btn-e:focus .txt::before, .btn-e:focus .txt::after {
        right: 20px;
    }
}

/*
 * btn-list
** ------------------------------------------------------ */
.btn-list-a {
    margin: 20px 0 0;
}

.btn-list-a > .btn-list-inner {
    margin: -20px 0 0 -40px;
}

.btn-list-a > .btn-list-inner > li {
    padding: 20px 0 0 40px;
}

@media only screen and (min-width: 769px), print {
    .btn-list-a {
        margin-top: 40px;
    }
    .btn-list-a > .btn-list-inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: -40px;
    }
    .btn-list-a > .btn-list-inner > li {
        display: flex;
        max-width: 390px;
        padding-top: 40px;
    }
}

.btn-list-b {
    margin: 0;
}

.btn-list-b > .btn-list-inner {
    margin: -20px 0 0 -60px;
}

.btn-list-b > .btn-list-inner > li {
    padding: 20px 0 0 60px;
}

@media only screen and (min-width: 769px), print {
    .btn-list-b > .btn-list-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .btn-list-b > .btn-list-inner > li {
        width: 50%;
    }
}

/*
 * btn-more
** ------------------------------------------------------ */
.btn-more-a {
    width: 100%;
    height: 50px;
    margin: 30px 0 0;
    padding: 0;
    background: #ededed;
    border: none;
    border-bottom: solid 1px #d9d9d9;
    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .2);
    transition: opacity .2s;
}

.btn-more-a .txt {
    position: relative;
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.6rem;
}

.btn-more-a .txt::before, .btn-more-a .txt::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 2px;
    height: 9px;
    margin-top: -4px;
    background: #0074cc;
    content: "";
    transition: margin-top .2s;
}

.btn-more-a .txt::before {
    right: 2px;
    transform: rotate(28deg);
}

.btn-more-a .txt::after {
    right: 6px;
    transform: rotate(-28deg);
}

.btn-more-a:hover, .btn-more-a:active, .btn-more-a:focus {
    opacity: .8;
}

.btn-more-a:hover .txt::before, .btn-more-a:hover .txt::after, .btn-more-a:active .txt::before, .btn-more-a:active .txt::after, .btn-more-a:focus .txt::before, .btn-more-a:focus .txt::after {
    margin-top: 0;
}

@media only screen and (min-width: 769px), print {
    .btn-more-a {
        height: 63px;
        margin-top: 40px;
    }
    .btn-more-a .txt {
        font-size: 1.8rem;
    }
}

/*
 * btn-list-faq-a
** ------------------------------------------------------ */
.btn-list-faq-a {
    margin-top: 20px;
}

.btn-list-faq-a > li > .box {
    position: relative;
    border: solid 1px #d9d9d9;
    border-top: none;
    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .2);
}

.btn-list-faq-a > li > .box::before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 3px;
    background: linear-gradient(to right, #33c3ff 0%, #335cad 100%);
    content: "";
}

.btn-list-faq-a > li > .box > .box-inner {
    display: flex;
    margin: 0 -1px -1px;
    padding: 13px 10px 19px;
    font-weight: bold;
    text-decoration: none;
    border-top: none;
    transition: opacity .2s;
}

.btn-list-faq-a > li > .box > .box-inner > .mark {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2em;
    height: 2em;
    font-size: 1.2rem;
    color: #fff;
    background-color: #0074cc;
    border-radius: 50%;
}

.btn-list-faq-a > li > .box > .box-inner > .item {
    padding: 9px 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.btn-list-faq-a > li > .box > .box-inner:hover, .btn-list-faq-a > li > .box > .box-inner:active, .btn-list-faq-a > li > .box > .box-inner:focus {
    opacity: .8;
}

.btn-list-faq-a > li:not(:first-child) {
    padding-top: 16px;
}

@media only screen and (min-width: 769px), print {
    .btn-list-faq-a {
        margin-top: 40px;
    }
    .btn-list-faq-a > li > .box > .box-inner {
        padding: 40px 24px 38px;
        font-size: 1.8rem;
    }
    .btn-list-faq-a > li > .box > .box-inner > .mark {
        font-size: 1.6rem;
    }
    .btn-list-faq-a > li > .box > .box-inner > .item {
        padding: 4px 0 0 9px;
        font-size: 1.8rem;
    }
    .btn-list-faq-a > li:not(:first-child) {
        padding-top: 24px;
    }
}

/*
 * btn-top
** ------------------------------------------------------ */
.btn-top {
    position: relative;
}

.btn-top > a {
    position: absolute;
    top: -54px;
    right: 10px;
    display: block;
    width: 44px;
    height: 44px;
    font-size: 1rem;
    color: transparent;
    background: rgba(0, 0, 0, .6);
    content: "";
    transition: top .2s;
}

.btn-top > a::before, .btn-top > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 4px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    border-radius: 4px;
    content: "";
}

.btn-top > a::before {
    margin-left: -5px;
    transform: rotate(28deg);
}

.btn-top > a::after {
    margin-left: 2px;
    transform: rotate(-28deg);
}

.btn-top > a:hover, .btn-top > a:active, .btn-top > a:focus {
    top: -57px;
    opacity: 1;
}

@media only screen and (min-width: 769px), print {
    .btn-top > a {
        top: -84px;
        width: 54px;
        height: 54px;
    }
    .btn-top > a:hover, .btn-top > a:active, .btn-top > a:focus {
        top: -87px;
    }
}

/*
 * box
** ------------------------------------------------------ */
.box-a {
    margin: 30px 0 0;
    padding: 15px 20px;
    background: #f6f6f6;
}

.box-a .box-hdg-a {
    font-weight: bold;
    font-size: 1.4rem;
    color: #0074cc;
}

.box-a > *:first-child {
    margin-top: 0;
}

.box-a > *:not(:first-child) {
    margin-top: 10px;
}

@media only screen and (min-width: 769px), print {
    .box-a {
        margin-top: 40px;
        padding: 20px 30px 23px;
    }
    .box-a > *:not(:first-child) {
        margin-top: 20px;
    }
    .box-a .box-hdg-a {
        font-size: 1.6rem;
    }
    .box-a .box-hdg-a + * {
        margin-top: 14px;
    }
}

.box-b {
    margin: 30px 0 0;
    padding: 15px 20px;
    background: #ffeaea;
}

.box-b > *:first-child {
    margin-top: 0;
}

.box-b p strong {
    font-weight: bold;
    color: #333;
}

.box-b .box-hdg-a {
    font-weight: bold;
    font-size: 1.4rem;
}

.box-b .box-hdg-a > strong {
    color: #333;
}

.box-b * + p {
    margin-top: 10px;
}

@media only screen and (min-width: 769px), print {
    .box-b {
        margin-top: 40px;
        padding: 20px 30px 22px;
    }
    .box-b .box-hdg-a {
        font-size: 1.6rem;
    }
    .box-b * + p {
        margin-top: 20px;
    }
}

.box-c {
    margin: 30px 0 0;
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .15);
}

.box-c .box-hdg-a {
    position: relative;
    padding: 26px 0 38px;
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, .7);
    background: url(/images/bg-box-01.jpg) center no-repeat;
    background-size: cover;
}

.box-c .box-hdg-a > img {
    display: block;
    margin: 0 auto 3px;
}

.box-c .box-hdg-a::before {
    position: absolute;
    bottom: 31px;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
    content: "";
    transform: translateX(-50%);
}

.box-c > .content {
    padding: 23px 20px 30px;
    border: solid 1px #d9d9d9;
    border-top: none;
}

.box-c > .content p {
    font-size: 1.8rem;
    line-height: 1.7;
}

.box-c > .content .btn-wrap-center {
    margin-top: 23px;
}

@media only screen and (min-width: 769px), print {
    .box-c {
        margin-top: 55px;
    }
    .box-c > .box-hdg-a {
        padding: 57px 0 70px;
        font-size: 4rem;
    }
    .box-c > .box-hdg-a > img {
        margin-bottom: -2px;
    }
    .box-c > .box-hdg-a::before {
        bottom: 61px;
        width: 54px;
    }
    .box-c > .content {
        padding: 34px 40px 50px;
    }
    .box-c > .content p {
        font-size: 2rem;
    }
    .box-c > .content .btn-wrap-center {
        margin-top: 33px;
    }
}

/*
 * box-contact
** ------------------------------------------------------ */
.box-contact-a {
    margin: 30px 0 0;
}

.box-contact-a .box-contact-inner .box-header {
    padding: 13px 20px 16px;
    background: #d9d9d9;
}

.box-contact-a .box-contact-inner .box-header > .box-hdg-a {
    font-weight: bold;
    font-size: 1.8rem;
    color: #0074cc;
}

.box-contact-a .box-contact-inner .box-header * + p {
    margin-top: 5px;
}

.box-contact-a .box-contact-inner .box-content {
    padding: 0 20px;
    background: #f6f6f6;
}

.box-contact-a .box-contact-inner .box-content .col {
    padding: 24px 0 25px;
}

.box-contact-a .box-contact-inner .box-content .col > .col-hdg-a {
    text-align: center;
}

.box-contact-a .box-contact-inner .box-content .col > .col-hdg-a > b {
    font-weight: bold;
    font-size: 1.6rem;
}

.box-contact-a .box-contact-inner .box-content .col > * + p {
    margin-top: 10px;
    text-align: center;
}

.box-contact-a .box-contact-inner .box-content .col > .link-contact {
    margin-top: 6px;
    font-weight: bold;
    font-size: 2.4rem;
    color: #a47e00;
    text-align: center;
    line-height: 1.2;
}

.box-contact-a .box-contact-inner .box-content .col > .link-contact a {
    color: #a47e00;
    text-decoration: none;
}

.box-contact-a .box-contact-inner .box-content .col > [class^="btn-wrap"] {
    margin-top: 15px;
    margin-bottom: 5px;
}

.box-contact-a .box-contact-inner .box-content .col + .col {
    border-top: solid 1px #d9d9d9;
}

.box-contact-a .box-contact-inner .box-content .col:last-child {
    padding-bottom: 13px;
}

@media only screen and (min-width: 769px), print {
    .box-contact-a {
        margin-top: 40px;
    }
    .box-contact-a .box-contact-inner .box-header {
        padding: 13px 30px 11px;
    }
    .box-contact-a .box-contact-inner .box-header > .box-hdg-a {
        font-size: 2rem;
    }
    .box-contact-a .box-contact-inner .box-header > .box-hdg-a + p {
        margin-top: 2px;
    }
    .box-contact-a .box-contact-inner .box-content {
        display: flex;
        flex-wrap: nowrap;
        padding: 30px 0 33px;
    }
    .box-contact-a .box-contact-inner .box-content .col {
        flex: 1 1 0;
        width: 100%;
        padding: 0 30px;
    }
    .box-contact-a .box-contact-inner .box-content .col > [class^="btn-wrap"] {
        margin-bottom: 0;
    }
    .box-contact-a .box-contact-inner .box-content .col > [class^="btn-wrap"] .btn-b {
        width: 100%;
        min-width: auto;
        max-width: 350px;
    }
    .box-contact-a .box-contact-inner .box-content .col + .col {
        border-top: none;
        border-left: solid 1px #d9d9d9;
    }
    .box-contact-a .box-contact-inner .box-content .col:last-child {
        padding-bottom: 0;
    }
}

/*
 * lyt-img
** ------------------------------------------------------ */
.lyt-img-a {
    margin: 30px 0 0;
}

.lyt-img-a img {
    display: block;
    margin: 0 auto;
}

.lyt-img-a .caption {
    display: block;
    margin-top: 18px;
    text-align: center;
}

.lyt-img-a a {
    display: inline-block;
    max-width: 100%;
    transition: opacity .2s;
}

.lyt-img-a a:hover, .lyt-img-a a:active, .lyt-img-a a:focus {
    opacity: .7;
}

.lyt-img-a._left img {
    margin-left: 0;
}

.lyt-img-a._left .caption {
    text-align: left;
}

.lyt-img-a._right img {
    margin-right: 0;
}

.lyt-img-a._right .caption {
    text-align: right;
}

.lyt-img-a._bnr-a a {
    vertical-align: bottom;
}

.lyt-img-a._bnr-a a > .sp-hide {
    display: none;
}

.lyt-img-a._bnr-a + * {
    margin-top: 30px;
}

.lyt-img-a + .hdg-d, .lyt-img-a + .hdg-e {
    margin-top: 30px;
}

@media only screen and (min-width: 769px), print {
    .lyt-img-a {
        margin-top: 50px;
    }
    .lyt-img-a._bnr-a a > .pc-hide {
        display: none;
    }
    .lyt-img-a._bnr-a a > .sp-hide {
        display: block;
    }
    .lyt-img-a._bnr-a + * {
        margin-top: 24px;
    }
    .lyt-img-a + .hdg-d, .lyt-img-a + .hdg-e {
        margin-top: 60px;
    }
}

.lyt-img-b {
    display: flex;
    flex-direction: column-reverse;
    margin: 30px 0 0;
}

.lyt-img-b > .item {
    margin-top: 12px;
}

.lyt-img-b > .item > *:first-child {
    margin-top: 0;
}

.lyt-img-b > .img {
    flex-shrink: 0;
    text-align: center;
}

.lyt-img-b > .img .img-inner > img {
    display: block;
    margin: 0 auto;
}

.lyt-img-b > .img .caption {
    display: block;
    margin-top: 18px;
    color: #6e6e6e;
}

.lyt-img-b > .img._size-a .img-inner {
    width: 85px;
    margin: 0 auto;
}

.lyt-img-b > .img._size-a .img-inner img {
    max-width: 100%;
}

.lyt-img-b > .img._size-b .img-inner {
    max-width: 70%;
    margin: 0 auto;
}

.lyt-img-b > .img._size-b .img-inner img {
    max-width: 100%;
}

.lyt-img-b > .img._frame-a .img-inner img {
    border: solid 1px #e6e6e6;
}

.lyt-img-b._col-reverse {
    flex-direction: column;
}

.lyt-img-b._col-reverse > .item {
    margin-top: 0;
}

.lyt-img-b._col-reverse > .img {
    margin-top: 10px;
}

@media only screen and (min-width: 769px), print {
    .lyt-img-b {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 50px;
    }
    .lyt-img-b > .item {
        width: 100%;
        margin-top: 0;
    }
    .lyt-img-b > .img {
        margin-left: 40px;
    }
    .lyt-img-b > .img .img-inner > img {
        max-width: none;
    }
    .lyt-img-b > .img .caption {
        text-align: left;
    }
    .lyt-img-b > .img._size-b .img-inner {
        max-width: 350px;
    }
    .lyt-img-b._col-reverse {
        flex-direction: row;
    }
    .lyt-img-b._col-reverse > .img {
        margin-top: 0;
    }
    .lyt-img-b._row-reverse {
        flex-direction: row-reverse;
    }
    .lyt-img-b._row-reverse > .img {
        margin-right: 40px;
        margin-left: 0;
    }
}

/*
 * lyt-col
** ------------------------------------------------------ */
.lyt-col-a {
    margin: 30px 0 0;
}

.lyt-col-a > .lyt-col-inner {
    margin: -30px 0 0 -30px;
}

.lyt-col-a > .lyt-col-inner > .col {
    padding: 30px 0 0 30px;
}

.lyt-col-a > .lyt-col-inner > .col > *:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 769px), print {
    .lyt-col-a {
        margin-top: 50px;
    }
    .lyt-col-a > .lyt-col-inner {
        display: flex;
        flex-wrap: wrap;
        margin: -40px 0 0 -40px;
    }
    .lyt-col-a > .lyt-col-inner > .col {
        padding: 40px 0 0 40px;
    }
    .lyt-col-a._col2 > .lyt-col-inner > .col {
        width: 50%;
    }
    .lyt-col-a._col3 > .lyt-col-inner > .col {
        width: 33.333333%;
    }
    .lyt-col-a._col3-2 > .lyt-col-inner > .col {
        width: 50%;
    }
    .lyt-col-a._col4 > .lyt-col-inner > .col {
        width: 25%;
    }
}

@media only screen and (min-width: 1025px), print {
    .lyt-col-a._col3-2 > .lyt-col-inner > .col {
        width: 33.333333%;
    }
}

/*
 * lyt-box
** ------------------------------------------------------ */
.lyt-box-a {
    margin: 30px 0 0;
}

.lyt-box-a > .lyt-box-inner {
    margin: -30px 0 0 -40px;
}

.lyt-box-a > .lyt-box-inner > li {
    padding: 30px 0 0 40px;
}

.lyt-box-a > .lyt-box-inner > li > .box {
    position: relative;
    width: 100%;
    padding: 3px 0 0;
    border: solid 1px #d9d9d9;
    border-top: none;
    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .2);
}

.lyt-box-a > .lyt-box-inner > li > .box::before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 3px;
    background: linear-gradient(to right, #33c3ff 0%, #335cad 100%);
    content: "";
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner {
    display: block;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 21px 20px 10px;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .status {
    display: flex;
    margin: 0 15px 10px 0;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .place {
    display: flex;
    flex-wrap: wrap;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .place > li {
    position: relative;
    font-size: 1.4rem;
    color: #333;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .place > li:not(:last-child) {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .place > li:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 10px;
    background: #d9d9d9;
    content: "";
    transform: translateY(-50%);
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail + .title {
    padding-top: 0;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .title {
    margin: 0;
    padding: 21px 20px 18px;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .title > b {
    font-weight: bold;
    font-size: 1.6rem;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title {
    position: relative;
    display: block;
    margin: 0;
    padding: 21px 40px 18px 20px;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    transition: opacity .2s;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title::before, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: right .2s;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title::before {
    margin-top: -2px;
    transform: rotate(28deg);
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title::after {
    margin-top: 2px;
    transform: rotate(-28deg);
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:hover, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:active, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:focus {
    opacity: .7;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:hover::before, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:hover::after, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:active::before, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:active::after, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:focus::before, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:focus::after {
    right: 15px;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0 20px 20px;
    color: #333;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .txt {
    width: 100%;
    padding: 15px 0 0;
    border-top: solid 1px #d9d9d9;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .txt > .date {
    margin-top: 10px;
    text-align: right;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .txt > *:first-child {
    margin-top: 0;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .img {
    max-width: 85px;
    margin: 0 19px 10px 0;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .img > img {
    display: block;
    min-width: 85px;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .img._frame-a > img {
    border: solid 1px #e6e6e6;
}

.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .label {
    padding: 15px 20px 13px;
    font-weight: bold;
    color: #333;
    border-top: solid 1px #d9d9d9;
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner {
    text-decoration: none;
    transition: opacity .2s;
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title {
    position: relative;
    padding-right: 40px;
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title::before, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: right .2s;
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title::before {
    margin-top: -2px;
    transform: rotate(28deg);
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title::after {
    margin-top: 2px;
    transform: rotate(-28deg);
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .detail + .title::before {
    margin-top: -12px;
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .detail + .title::after {
    margin-top: -8px;
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:hover, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:active, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:focus {
    opacity: .7;
}

.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:hover .title::before, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:hover .title::after, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:active .title::before, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:active .title::after, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:focus .title::before, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:focus .title::after {
    right: 15px;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner {
    display: flex;
    flex-direction: column-reverse;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item {
    width: 100%;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .title > b {
    display: block;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::before {
    margin-top: 16px;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::after {
    margin-top: 20px;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img {
    padding: 21px 20px 0;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img img {
    display: block;
    max-width: 123px;
    max-height: 177px;
    margin: 0 auto;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img._frame-a img {
    border: solid 1px #e6e6e6;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner .title::before {
    margin-top: 16px;
}

.lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner .title::after {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .lyt-box-a {
        margin-top: 60px;
    }
    .lyt-box-a > .lyt-box-inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: -40px;
    }
    .lyt-box-a > .lyt-box-inner > li {
        display: flex;
        padding-top: 40px;
    }
    .lyt-box-a > .lyt-box-inner > li > .box {
        display: flex;
    }
    .lyt-box-a > .lyt-box-inner > li > .box > .box-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail {
        flex-direction: row;
    }
    .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail .status {
        margin-bottom: 0;
    }
    .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .title > b {
        font-size: 1.8rem;
    }
    .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title {
        font-size: 1.8rem;
    }
    .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content {
        flex-grow: 1;
    }
    .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .txt > .date {
        font-size: 1.4rem;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li {
        width: 50%;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .detail {
        padding-right: 30px;
        padding-left: 30px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .title {
        padding-right: 30px;
        padding-left: 30px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title {
        padding-right: 55px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title::after {
        right: 30px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:hover::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:hover::after, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:active::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:active::after, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:focus::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:focus::after {
        right: 25px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .content {
        padding: 0 30px 22px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .content > .txt {
        padding-top: 20px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .content > .txt .list-desc-b > div > dd {
        margin-top: 1px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .content > .txt .list-desc-b > div > dd .list-order-a > li:not(:first-child) {
        margin-top: 0;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .label {
        padding: 15px 30px 12px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner .title {
        padding-right: 55px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner .title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner .title::after {
        right: 30px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:hover .title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:hover .title::after, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:active .title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:active .title::after, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:focus .title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:focus .title::after {
        right: 25px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li {
        width: 50%;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .detail {
        padding-right: 30px;
        padding-left: 30px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .title {
        padding-right: 30px;
        padding-left: 30px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title {
        padding-right: 55px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title::after {
        right: 30px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:hover::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:hover::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:active::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:active::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:focus::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:focus::after {
        right: 25px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .content {
        padding: 0 30px 22px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .label {
        padding: 15px 30px 12px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title {
        padding-right: 55px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title::after {
        right: 30px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:hover .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:hover .title::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:active .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:active .title::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:focus .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:focus .title::after {
        right: 25px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child, .lyt-box-a._col3 > .lyt-box-inner > li:only-child {
        width: 100%;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner .detail, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner .detail {
        padding: 22px 32px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner .title, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner .title {
        padding: 22px 32px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title {
        padding-right: 52px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title::after {
        right: 32px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:hover::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:hover::after, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:active::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:active::after, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:focus::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:focus::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:hover::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:hover::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:active::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:active::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:focus::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:focus::after {
        right: 27px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner .content, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner .content {
        padding: 0 30px 20px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner .content > .txt, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner .content > .txt {
        padding-top: 16px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner .title, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner .title {
        padding-right: 52px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner .title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner .title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner .title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner .title::after {
        right: 32px;
    }
    .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:hover .title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:hover .title::after, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:active .title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:active .title::after, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:focus .title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:focus .title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:hover .title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:hover .title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:active .title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:active .title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:focus .title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:focus .title::after {
        right: 27px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest {
        width: 100%;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner {
        flex-direction: row-reverse;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item {
        padding: 29px 30px 0 30px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .title {
        padding: 0 0 7px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .title > b {
        display: inline;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title {
        padding-right: 30px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::after {
        right: 0;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::before {
        margin-top: -9px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::after {
        margin-top: -5px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:hover::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:hover::after, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:active::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:active::after, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:focus::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:focus::after {
        right: -4px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .content {
        padding: 0 0 21px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .content .txt {
        padding-top: 11px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .content .txt .list-desc-b > div > dd {
        margin-top: 0;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .content .txt .date {
        margin-top: 14px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .label {
        padding: 13px 0;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img {
        padding: 28px 0 30px 30px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img > img {
        min-width: 154px;
        max-width: 100%;
        max-height: none;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title {
        padding-right: 30px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title::after {
        right: 0;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title::before {
        margin-top: -9px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title::after {
        margin-top: -5px;
    }
    .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:hover > .item > .title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:hover > .item > .title::after, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:active > .item > .title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:active > .item > .title::after, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:focus > .item > .title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:focus > .item > .title::after {
        right: -4px;
    }
}

@media only screen and (min-width: 950px), print {
    .lyt-box-a._col3 > .lyt-box-inner > li {
        width: 33.333333%;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .detail {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .title {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title {
        padding-right: 40px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title::after {
        right: 20px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:hover::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:hover::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:active::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:active::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:focus::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:focus::after {
        right: 15px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .content {
        padding: 0 20px 20px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .label {
        padding: 15px 20px 13px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title {
        padding-right: 40px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title::after {
        right: 20px;
    }
    .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:hover .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:hover .title::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:active .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:active .title::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:focus .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:focus .title::after {
        right: 15px;
    }
}

.lyt-box-b {
    margin: 30px 0 0;
}

.lyt-box-b > .lyt-box-inner {
    margin: -20px 0 0 -40px;
}

.lyt-box-b > .lyt-box-inner > li {
    padding: 20px 0 0 40px;
}

.lyt-box-b > .lyt-box-inner > li > .box {
    width: 100%;
    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .2);
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    text-decoration: none;
    transition: opacity .2s;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title {
    position: relative;
    padding: 14px 32px 13px 19px;
    color: #fff;
    background: linear-gradient(to right, #33c3ff 0%, #335cad 51%, #33c3ff 100%);
    background-size: 200% auto;
    transition: background-position .4s;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::after {
    position: absolute;
    right: 15px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    transition: right .2s;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::before {
    transform: rotate(28deg);
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::after {
    transform: rotate(-28deg);
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:hover::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:hover::after, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:active::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:active::after, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:focus::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:focus::after {
    right: 10px;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::after {
    top: 50%;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::before {
    margin-top: -3px;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::after {
    margin-top: 1px;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title .sub {
    display: block;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title .name {
    font-weight: bold;
    font-size: 1.8rem;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .label {
    padding: 15px 19px 14px;
    font-weight: bold;
    color: #333;
    border: solid 1px #d9d9d9;
    border-top: none;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img {
    flex-shrink: 0;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img > img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner:hover, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:active, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:focus {
    opacity: .8;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner:hover > .item .title, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:active > .item .title, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:focus > .item .title {
    background-position: right center;
}

.lyt-box-b > .lyt-box-inner > li > .box > .box-inner:hover > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:hover > .item .title::after, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:active > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:active > .item .title::after, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:focus > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:focus > .item .title::after {
    right: 10px;
}

@media only screen and (min-width: 625px), print {
    .lyt-box-b {
        margin-top: 60px;
    }
    .lyt-box-b > .lyt-box-inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: -40px;
    }
    .lyt-box-b > .lyt-box-inner > li {
        display: flex;
        padding-top: 40px;
    }
    .lyt-box-b > .lyt-box-inner > li > .box {
        display: flex;
    }
    .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 86px;
    }
    .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .label {
        flex-grow: 1;
    }
    .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 31.40625vw;
    }
    .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img > img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        max-width: none;
        height: 100%;
        transform: translate(-50%, -50%);
    }
    .lyt-box-b._col2 > .lyt-box-inner > li {
        width: 50%;
    }
    .lyt-box-b._col3 > .lyt-box-inner > li {
        width: 50%;
    }
}

@media only screen and (min-width: 900px), print {
    .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img {
        min-height: 235px;
    }
    .lyt-box-b._col3 > .lyt-box-inner > li {
        width: 33.333333%;
    }
}

.lyt-box-c > .lyt-box-inner {
    margin: -23px 0 0 -60px;
}

.lyt-box-c > .lyt-box-inner > .col {
    padding: 23px 0 0 60px;
}

.lyt-box-c > .lyt-box-inner > .col > .box {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0 10px;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-hdg-a {
    position: relative;
    margin: 0 0 27px;
    padding: 18px 0 5px;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-hdg-a > img {
    display: block;
    margin: 0 auto;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-hdg-a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 31px;
    height: 2px;
    background: #fff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
    content: "";
    transform: translateX(-50%);
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a {
    position: relative;
    display: block;
    padding: 18px 30px 17px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.38;
    text-decoration: none;
    background: #0074cc;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .2);
    transition: background .2s;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
    position: absolute;
    right: 15px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    transition: right .2s;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before {
    transform: rotate(28deg);
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
    transform: rotate(-28deg);
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus::after {
    right: 10px;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
    top: 50%;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before {
    margin-top: -3px;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
    margin-top: 1px;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus {
    background: #1780d0;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a {
    margin: 0 0 6px;
    padding: 0 15px;
    background: rgba(255, 255, 255, .9);
    border-bottom: solid 1px #d9d9d9;
    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .2);
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li {
    padding: 15px 0;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li:not(:first-child) {
    border-top: solid 1px #d9d9d9;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div {
    display: block;
    color: #333;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .label, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .label {
    margin: 5px 0 6px;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item {
    display: flex;
    align-items: flex-start;
    margin: 1px 0 0;
    padding: 0 25px 0 0;
    font-weight: bold;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item > img, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item > img {
    position: relative;
    top: 4px;
    display: block;
    width: 31px;
    min-width: 31px;
    margin: 0 15px 0 0;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item > p, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item > p {
    margin-top: 0;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item._frame-a > img, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item._frame-a > img {
    border: solid 1px #e6e6e6;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a {
    text-decoration: none;
    transition: opacity .2s;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item {
    position: relative;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::after {
    position: absolute;
    right: 0;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: right .2s;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::before {
    transform: rotate(28deg);
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::after {
    transform: rotate(-28deg);
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:hover::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:hover::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:active::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:active::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:focus::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:focus::after {
    right: -5px;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::after {
    top: 50%;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::before {
    margin-top: -3px;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::after {
    margin-top: 1px;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:hover, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:active, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:focus {
    opacity: .7;
}

.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:hover > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:hover > .item::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:active > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:active > .item::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:focus > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:focus > .item::after {
    right: -5px;
}

.lyt-box-c > .lyt-box-inner > .col > .box::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 62.5vw;
    max-height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    transform: translateX(-50%);
}

.lyt-box-c > .lyt-box-inner > .col > .box._seminar::before {
    background-image: url(/images/bg-box-02.jpg);
}

.lyt-box-c > .lyt-box-inner > .col > .box._publication::before {
    background-image: url(/images/bg-box-03.jpg);
}

.lyt-box-c > .lyt-box-inner > .col > .box._publication .box-hdg-a {
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 9px;
    line-height: 1.4;
}

@media only screen and (min-width: 769px), print {
    .lyt-box-c > .lyt-box-inner {
        display: flex;
        margin-top: -40px;
    }
    .lyt-box-c > .lyt-box-inner > .col {
        width: 50%;
        padding-top: 40px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box {
        padding: 0 22px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box::before {
        max-height: 249px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-hdg-a {
        margin-bottom: 35px;
        padding-top: 29px;
        font-size: 2.6rem;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a {
        padding-right: 40px;
        padding-left: 40px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
        right: 25px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus::after {
        right: 20px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a {
        padding: 0 24px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li {
        padding: 29px 0 24px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div {
        display: flex;
        flex-wrap: wrap;
        margin: -5px 0 0 -10px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > *, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > * {
        padding: 5px 0 0 10px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .date, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .date {
        font-size: 1.4rem;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .label, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .label {
        margin: 0;
        font-size: 1.4rem;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item {
        width: 100%;
        margin-top: 0;
        padding: 6px 40px 0 12px;
        font-size: 1.6rem;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item > img, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item > img {
        top: 6px;
    }
    .lyt-box-c > .lyt-box-inner > .col > .box._publication .box-hdg-a {
        margin-bottom: 33px;
        padding-top: 30px;
        padding-bottom: 6px;
        line-height: 1.75;
    }
}

.lyt-box-d {
    margin: 30px 0 0;
}

.lyt-box-d .lyt-box-inner {
    margin: -30px 0 0 -40px;
    counter-reset: feature;
}

.lyt-box-d .lyt-box-inner > li {
    padding: 30px 0 0 40px;
    counter-increment: feature;
}

.lyt-box-d .lyt-box-inner > li .box {
    position: relative;
    width: 100%;
    padding: 20px 20px 25px;
    border: solid 1px #d9d9d9;
}

.lyt-box-d .lyt-box-inner > li .box .box-label-a {
    display: inline-block;
    margin: 0 0 0 -21px;
    padding: 2px 20px;
    background: #a47e00;
}

.lyt-box-d .lyt-box-inner > li .box .box-label-a > b {
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
}

.lyt-box-d .lyt-box-inner > li .box .box-label-a + * {
    margin-top: 15px;
}

.lyt-box-d .lyt-box-inner > li .box > .title > b {
    font-weight: bold;
}

.lyt-box-d .lyt-box-inner > li .box > .title + p {
    margin-top: 10px;
}

.lyt-box-d .lyt-box-inner > li .box * + p {
    margin-top: 12px;
}

.lyt-box-d .lyt-box-inner > li .box .list-note-a {
    margin-top: 10px;
}

@media only screen and (min-width: 769px), print {
    .lyt-box-d {
        margin-top: 60px;
    }
    .lyt-box-d .lyt-box-inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: -40px;
    }
    .lyt-box-d .lyt-box-inner > li {
        display: flex;
        padding-top: 40px;
    }
    .lyt-box-d .lyt-box-inner > li .box > .title + p {
        margin-top: 7px;
    }
    .lyt-box-d .lyt-box-inner > li .box * + p {
        margin-top: 16px;
    }
    .lyt-box-d .lyt-box-inner > li .box .list-note-a {
        margin-top: 8px;
    }
    .lyt-box-d._col2 .lyt-box-inner > li .box {
        padding-right: 30px;
        padding-left: 30px;
    }
    .lyt-box-d._col2 .lyt-box-inner > li .box .box-label-a {
        margin-left: -31px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .lyt-box-d._col2 .lyt-box-inner > li, .lyt-box-d._col3 .lyt-box-inner > li {
        width: 50%;
    }
    .lyt-box-d._col2 .lyt-box-inner > li:only-child, .lyt-box-d._col3 .lyt-box-inner > li:only-child {
        width: 100%;
    }
    .lyt-box-d._col2 .lyt-box-inner > li:only-child .box, .lyt-box-d._col3 .lyt-box-inner > li:only-child .box {
        padding-right: 30px;
        padding-left: 30px;
    }
    .lyt-box-d._col2 .lyt-box-inner > li:only-child .box .box-label-a, .lyt-box-d._col3 .lyt-box-inner > li:only-child .box .box-label-a {
        margin-left: -31px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 950px), print {
    .lyt-box-d._col3 .lyt-box-inner > li {
        width: 33.333333%;
    }
}

.lyt-box-e {
    margin: 45px 0 0;
}

.lyt-box-e > .lyt-box-inner {
    margin: -30px 0 0 -40px;
}

.lyt-box-e > .lyt-box-inner > .col {
    padding: 30px 0 0 40px;
}

.lyt-box-e > .lyt-box-inner > .col .box .box-hdg-a {
    position: relative;
    padding: 17px 0;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lyt-box-e > .lyt-box-inner > .col .box .box-hdg-a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a {
    position: relative;
    display: block;
    padding: 11px 30px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #0074cc;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .2);
    transition: opacity .2s;
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::after {
    position: absolute;
    right: 15px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    transition: right .2s;
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::before {
    transform: rotate(28deg);
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::after {
    transform: rotate(-28deg);
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:hover::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:hover::after, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:active::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:active::after, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:focus::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:focus::after {
    right: 10px;
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::after {
    top: 50%;
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::before {
    margin-top: -3px;
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::after {
    margin-top: 1px;
}

.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:hover, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:active, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:focus {
    opacity: .8;
}

.lyt-box-e > .lyt-box-inner > .col .box._publication .box-hdg-a::before {
    background-image: url(/shared/images/bg-box-01.jpg);
}

.lyt-box-e > .lyt-box-inner > .col .box._seminar .box-hdg-a::before {
    background-image: url(/shared/images/bg-box-02.jpg);
}

@media only screen and (min-width: 769px), print {
    .lyt-box-e {
        margin-top: 75px;
    }
    .lyt-box-e > .lyt-box-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .lyt-box-e > .lyt-box-inner > .col {
        width: 50%;
    }
    .lyt-box-e > .lyt-box-inner > .col .box .box-hdg-a {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 2.6rem;
    }
    .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a {
        padding-top: 15px;
        padding-bottom: 14px;
        font-size: 1.8rem;
    }
}

.lyt-box-f {
    margin: 30px 0 0;
}

.lyt-box-f > .lyt-box-inner {
    margin: -30px 0 0 -42px;
}

.lyt-box-f > .lyt-box-inner > li {
    padding: 30px 0 0 42px;
}

.lyt-box-f > .lyt-box-inner > li > .box {
    position: relative;
    width: 100%;
    padding: 3px 0 0;
    border: solid 1px #d9d9d9;
    border-top: none;
    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, .2);
}

.lyt-box-f > .lyt-box-inner > li > .box::before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 3px;
    background: linear-gradient(to right, #33c3ff 0%, #335cad 100%);
    content: "";
}

.lyt-box-f > .lyt-box-inner > li > .box::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
}

.lyt-box-f > .lyt-box-inner > li > .box > .box-inner {
    display: block;
}

.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .title {
    margin: 0;
    padding: 21px 20px 13px;
    color: #0074cc;
}

.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .title > b {
    font-weight: bold;
    font-size: 1.8rem;
}

.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0 20px 20px;
    color: #333;
}

.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .content > .txt {
    width: 100%;
    padding: 15px 0 0;
    border-top: solid 1px #d9d9d9;
}

.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .content > .txt > *:first-child {
    margin-top: 0;
}

.lyt-box-f > .lyt-box-inner > li > .box._management::after {
    width: 232px;
    height: 127px;
    background: url(/shared/images/bg-service-01.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._compliance::after {
    width: 164px;
    height: 134px;
    background: url(/shared/images/bg-service-02.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._datahealth::after {
    width: 160px;
    height: 124px;
    background: url(/shared/images/bg-service-03.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._service::after {
    width: 152px;
    height: 146px;
    background: url(/shared/images/bg-service-04.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._bcp::after {
    width: 137px;
    height: 112px;
    background: url(/shared/images/bg-service-05.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._disaster::after {
    width: 159px;
    height: 133px;
    background: url(/shared/images/bg-service-06.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._fire::after {
    width: 98px;
    height: 154px;
    background: url(/shared/images/bg-service-07.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._environment::after {
    width: 134px;
    height: 116px;
    background: url(/shared/images/bg-service-08.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._overseas::after {
    width: 127px;
    height: 127px;
    background: url(/shared/images/bg-service-09.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._politics::after {
    width: 138px;
    height: 153px;
    background: url(/shared/images/bg-service-10.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._terror::after {
    width: 134px;
    height: 133px;
    background: url(/shared/images/bg-service-11.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._traffic::after {
    width: 136px;
    height: 96px;
    background: url(/shared/images/bg-service-12.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._estate::after {
    width: 113px;
    height: 135px;
    background: url(/shared/images/bg-service-13.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._cyber::after {
    width: 138px;
    height: 140px;
    background: url(/shared/images/bg-service-14.png) center no-repeat;
}

.lyt-box-f > .lyt-box-inner > li > .box._analytics::after {
    width: 160px;
    height: 139px;
    background: url(/shared/images/bg-service-15.png) center no-repeat;
}

@media only screen and (min-width: 769px), print {
    .lyt-box-f {
        margin-top: 60px;
    }
    .lyt-box-f > .lyt-box-inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: -40px;
    }
    .lyt-box-f > .lyt-box-inner > li {
        display: flex;
        padding-top: 40px;
    }
    .lyt-box-f > .lyt-box-inner > li > .box {
        display: flex;
    }
    .lyt-box-f > .lyt-box-inner > li > .box > .box-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .lyt-box-f > .lyt-box-inner > li > .box > .box-inner .title > b {
        font-size: 2.2rem;
    }
    .lyt-box-f > .lyt-box-inner > li > .box > .box-inner .content {
        flex-grow: 1;
    }
    .lyt-box-f._col2 > .lyt-box-inner > li {
        width: 50%;
    }
    .lyt-box-f._col2 > .lyt-box-inner > li > .box > .box-inner .title {
        padding-top: 20px;
        padding-bottom: 11px;
    }
    .lyt-box-f._col2 > .lyt-box-inner > li > .box > .box-inner .content {
        padding-bottom: 23px;
    }
    .lyt-box-f._col2 > .lyt-box-inner > li > .box > .box-inner .content > .txt {
        padding-top: 22px;
    }
}

/*
 * lyt-hdg
** ------------------------------------------------------ */
@media only screen and (min-width: 769px), print {
    .lyt-hdg-a > .lyt-hdg-inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -60px;
    }
    .lyt-hdg-a > .lyt-hdg-inner > .col {
        width: 50%;
        padding: 0 0 0 60px;
    }
    .lyt-hdg-a > .lyt-hdg-inner > .col [class^="btn-"]:not([class^="btn-wrap-"]) {
        width: 100%;
        min-width: auto;
    }
}

@media only screen and (min-width: 780px), print {
    .lyt-hdg-a > .lyt-hdg-inner > .col [class^="btn-"]:not([class^="btn-wrap-"]) {
        width: auto;
        min-width: 350px;
    }
}

@media only screen and (min-width: 769px), print {
    .lyt-hdg-b > .lyt-hdg-inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -80px;
    }
    .lyt-hdg-b > .lyt-hdg-inner > .col {
        width: 50%;
        padding: 0 0 0 80px;
    }
    .lyt-hdg-b > .lyt-hdg-inner > .col [class^="btn-"]:not([class^="btn-wrap-"]) {
        width: 100%;
        min-width: auto;
    }
    .lyt-hdg-b._col2 > .lyt-hdg-inner > .col, .lyt-hdg-b._col3 > .lyt-hdg-inner > .col {
        width: 50%;
    }
}

@media only screen and (min-width: 800px), print {
    .lyt-hdg-b > .lyt-hdg-inner > .col [class^="btn-"]:not([class^="btn-wrap-"]) {
        width: auto;
        min-width: 350px;
    }
    .lyt-hdg-b._col2 > .lyt-hdg-inner > .col [class^="btn-"]:not([class^="btn-wrap-"]), .lyt-hdg-b._col3 > .lyt-hdg-inner > .col [class^="btn-"]:not([class^="btn-wrap-"]) {
        width: auto;
        min-width: 350px;
    }
}

@media only screen and (min-width: 1025px), print {
    .lyt-hdg-b._col3 > .lyt-hdg-inner {
        margin: 0 0 0 -40px;
    }
    .lyt-hdg-b._col3 > .lyt-hdg-inner > .col {
        width: 33.333333%;
        padding: 0 0 0 40px;
    }
    .lyt-hdg-b._col3 > .lyt-hdg-inner > .col [class^="btn-"]:not([class^="btn-wrap-"]) {
        min-width: 100%;
    }
}

/*
 * lyt-link
** ------------------------------------------------------ */
.lyt-link-a {
    margin: 30px 0 0;
}

.lyt-link-a > .lyt-link-inner {
    margin: -25px 0 0 -60px;
}

.lyt-link-a > .lyt-link-inner > li {
    padding: 25px 0 0 60px;
}

.lyt-link-a > .lyt-link-inner > li > *:first-child {
    margin-top: 0;
}

.lyt-link-a > .lyt-link-inner > li > .link-hdg-a {
    padding: 15px 0 0;
    border-top: solid 1px #dfdfdf;
}

.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a, .lyt-link-a > .lyt-link-inner > li > .link-hdg-a > b {
    font-weight: bold;
    font-size: 1.6rem;
}

.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a {
    color: #0074cc;
}

.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a::before {
    top: 10px;
}

.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a::after {
    top: 14px;
}

.lyt-link-a > .lyt-link-inner > li > .link-hdg-a + p {
    margin-top: 10px;
}

@media only screen and (min-width: 769px), print {
    .lyt-link-a {
        margin-top: 40px;
    }
    .lyt-link-a > .lyt-link-inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: -40px;
    }
    .lyt-link-a > .lyt-link-inner > li {
        padding-top: 40px;
    }
    .lyt-link-a > .lyt-link-inner > li > .link-hdg-a {
        padding-top: 25px;
    }
    .lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a, .lyt-link-a > .lyt-link-inner > li > .link-hdg-a > b {
        font-size: 1.8rem;
    }
    .lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a::before {
        top: 12px;
    }
    .lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a::after {
        top: 16px;
    }
    .lyt-link-a > .lyt-link-inner > li > .link-hdg-a + p {
        margin-top: 20px;
    }
    .lyt-link-a._col2 > .lyt-link-inner > li {
        width: 50%;
    }
    .lyt-link-a._col3 > .lyt-link-inner > li {
        width: 50%;
    }
    .lyt-link-a._col2 > .lyt-link-inner > li:only-child, .lyt-link-a._col3 > .lyt-link-inner > li:only-child {
        width: 50%;
    }
}

@media only screen and (min-width: 950px), print {
    .lyt-link-a._col3 > .lyt-link-inner {
        margin-left: -40px;
    }
    .lyt-link-a._col3 > .lyt-link-inner > li {
        width: 33.333333%;
        padding-left: 40px;
    }
}

/*
 * lyt-mv
** ------------------------------------------------------ */
.lyt-mv-a {
    position: relative;
    z-index: 0;
}

.lyt-mv-a .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1150px;
    height: calc(100% - 40px);
    margin: 0 auto;
    padding: 16px 10px 12px;
}

.lyt-mv-a .content .catch > img {
    display: block;
    width: 53vw;
    min-width: 170px;
}

.lyt-mv-a .content .lead {
    margin: 14px 0 0;
}

.lyt-mv-a .content .lead > b {
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.lyt-mv-a .img {
    min-height: 177px;
    background: #0074cc;
}

.lyt-mv-a .img .slick-list::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1999;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 116, 204, .55) 0%, rgba(0, 116, 204, .33) 45%, rgba(0, 116, 204, 0) 58%, rgba(0, 116, 204, 0) 100%);
    content: "";
}

.lyt-mv-a .img .item-wrap + .item-wrap {
    display: none;
}

.lyt-mv-a .img .item-wrap .item {
    position: relative;
    width: 62.5%;
    margin: 0 0 0 auto;
}

.lyt-mv-a .img .item-wrap .item .item-inner {
    overflow: hidden;
}

.lyt-mv-a .img .item-wrap .item .item-inner > img {
    display: block;
    max-width: none;
    height: 55.3125vw;
    min-height: 177px;
    max-height: 264px;
    margin: 0 0 0 auto;
}

html[data-script-enabled="true"] .lyt-mv-a {
    padding-bottom: 40px;
}

html[data-script-enabled="true"] .lyt-mv-a .content {
    pointer-events: none;
}

html[data-script-enabled="true"] .lyt-mv-a .img .item-wrap + .item-wrap {
    display: block;
}

@media only screen and (min-width: 769px), print {
    .lyt-mv-a .content {
        z-index: 101;
        height: auto;
        padding: 40px 15px 25px;
    }
    .lyt-mv-a .content:lang(en) {
        height: calc(100% - 57px);
        padding: 40px 15px;
    }
    .lyt-mv-a .content .catch > img {
        width: auto;
    }
    .lyt-mv-a .content .lead {
        width: 36%;
        margin-top: 27px;
    }
    .lyt-mv-a .content .lead > b {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .lyt-mv-a .img {
        overflow: hidden;
    }
    .lyt-mv-a .img::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 37.5%;
        height: 100%;
        background: #0074cc;
        content: "";
    }
    .lyt-mv-a .img .slick-list::before {
        content: none;
    }
    .lyt-mv-a .img .item-wrap .item {
        width: calc(100% - ((100% - 1130px) / 2 + 395px));
    }
    .lyt-mv-a .img .item-wrap .item .item-inner > img {
        height: 495px;
        max-height: none;
    }
    .lyt-mv-a .img .item-wrap .item .item-inner > img:lang(en) {
        height: 406px;
    }
    html[data-script-enabled="true"] .lyt-mv-a {
        padding-bottom: 0;
    }
    html[data-script-enabled="true"] .lyt-mv-a .content .lead {
        pointer-events: auto;
    }
}

@media only screen and (min-width: 1110px), print {
    .lyt-mv-a .img::before {
        left: 50%;
        width: 415px;
        margin-left: -576px;
    }
    .lyt-mv-a .img .item-wrap .item .item-inner {
        height: 406px;
    }
    .lyt-mv-a .img .item-wrap .item .item-inner > img {
        height: 406px;
    }
}

@media only screen and (min-width: 1130px), print {
    .lyt-mv-a .img .item-wrap .item .item-inner {
        position: relative;
    }
    .lyt-mv-a .img .item-wrap .item .item-inner > img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

@media only screen and (min-width: 1350px), print {
    .lyt-mv-a .img .item-wrap .item .item-inner > img {
        width: 100%;
        height: auto;
    }
    .lyt-mv-a .img .item-wrap .item .item-inner > img:lang(en) {
        height: auto;
    }
}

/*
 * lyt-movie
** ------------------------------------------------------ */
.lyt-movie-a {
    margin: 25px 0 0;
}

.lyt-movie-a .lyt-movie-inner {
    margin: 0 auto;
}

.lyt-movie-a .lyt-movie-inner > video {
    display: block;
    width: 100%;
}

.lyt-movie-a + * {
    margin-top: 25px;
}

.lyt-movie-a._left .lyt-movie-inner {
    margin-left: 0;
}

@media only screen and (min-width: 769px), print {
    .lyt-movie-a {
        margin-top: 55px;
    }
    .lyt-movie-a .lyt-movie-inner {
        max-width: 800px;
    }
    .lyt-movie-a + * {
        margin-top: 55px;
    }
}

.lyt-movie-b {
    max-width: 800px;
    max-height: 450px;
    margin: 25px auto 0;
}

.lyt-movie-b .lyt-movie-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.lyt-movie-b .lyt-movie-inner > iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.lyt-movie-b + * {
    margin-top: 25px;
}

.lyt-movie-b._left {
    margin-left: 0;
}

@media only screen and (min-width: 769px), print {
    .lyt-movie-b {
        margin-top: 55px;
    }
    .lyt-movie-b + * {
        margin-top: 55px;
    }
}

/*
 * lyt-faq
** ------------------------------------------------------ */
.lyt-faq-a {
    margin-top: 30px;
}

.lyt-faq-a > .hdg {
    display: flex;
    padding-bottom: 19px;
    font-weight: bold;
    border-bottom: solid 1px #d9d9d9;
}

.lyt-faq-a > .hdg > .mark {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2em;
    height: 2em;
    padding-top: 2px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #0074cc;
    border-radius: 50%;
}

.lyt-faq-a > .hdg > .txt {
    padding-left: 12px;
    font-size: 1.6rem;
    color: #0074cc;
    line-height: 1.5;
}

.lyt-faq-a > .answer {
    display: flex;
    margin-top: 24px;
}

.lyt-faq-a > .answer > .mark {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2em;
    height: 2em;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    background-color: #b60000;
    border-radius: 50%;
}

.lyt-faq-a > .answer > .content {
    width: 100%;
    padding-left: 12px;
}

.lyt-faq-a > .answer > .content > *:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 769px), print {
    .lyt-faq-a {
        margin-top: 50px;
    }
    .lyt-faq-a > .hdg {
        padding-bottom: 24px;
    }
    .lyt-faq-a > .hdg > .mark {
        font-size: 1.6rem;
    }
    .lyt-faq-a > .hdg > .txt {
        padding-left: 16px;
        font-size: 2.0rem;
    }
    .lyt-faq-a > .answer > .mark {
        font-size: 1.6rem;
    }
    .lyt-faq-a > .answer > .content {
        padding: 4px 0 0 16px;
    }
}

/*
 * tbl
** ------------------------------------------------------ */
.tbl-wrap-a {
    margin: 30px 0 0;
}

.tbl-wrap-a .tbl-a {
    width: 100%;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: transparent #d9d9d9 #d9d9d9 transparent;
    table-layout: fixed;
}

.tbl-wrap-a .tbl-a > thead > tr > th, .tbl-wrap-a .tbl-a > thead > tr > td {
    padding: 15px 24px 14px;
    background: #ededed;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #d9d9d9 transparent transparent #d9d9d9;
}

.tbl-wrap-a .tbl-a > thead > tr > th {
    font-weight: bold;
}

.tbl-wrap-a .tbl-a > tbody > tr > th, .tbl-wrap-a .tbl-a > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 15px 24px 14px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #d9d9d9 transparent transparent #d9d9d9;
}

.tbl-wrap-a .tbl-a > tbody > tr > th a, .tbl-wrap-a .tbl-a > tbody > tr > td a {
    word-break: break-all;
}

.tbl-wrap-a .tbl-a > tbody > tr > th {
    font-weight: bold;
    text-align: left;
    background: #f6f6f6;
}

.tbl-wrap-a .tbl-a > tbody > tr > td {
    background: #fff;
}

.tbl-wrap-a .tbl-a > tbody > tr > td > *:first-child {
    margin-top: 0;
}

.tbl-wrap-a .tbl-a > tbody > tr > td > * + * {
    margin-top: 10px;
}

.tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a > li:not(:first-child) {
    margin-top: 5px;
}

.tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a > li > .list-bullet-a {
    margin-top: 5px;
}

.tbl-wrap-a .tbl-a > tbody > tr > td .list-note-a {
    margin-top: 5px;
}

.tbl-wrap-a .tbl-a > tbody > tr > td .list-note-a > li > .item > .list-note-a {
    margin-top: 0;
}

.tbl-wrap-a .tbl-a > tbody > tr > td img:not([class^="icon-"]) {
    display: block;
}

.tbl-wrap-a .tbl-a > tbody > tr > td img:not([class^="icon-"])._img-c {
    margin-right: auto;
    margin-left: auto;
}

.tbl-wrap-a .tbl-a > tbody > tr > td .btn-a, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b {
    padding-right: 25px;
    padding-left: 20px;
}

.tbl-wrap-a .tbl-a > tbody > tr > td .btn-a::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a::after, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b::after {
    right: 10px;
}

.tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:hover::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:hover::after, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:active::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:active::after, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:focus::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:focus::after, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:hover::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:hover::after, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:active::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:active::after, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:focus::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:focus::after {
    right: 5px;
}

.tbl-wrap-a .tbl-a > tbody > tr._disabled td {
    color: #7d7d7d;
    background: rgba(199, 199, 199, .5);
}

.tbl-wrap-a.tbl-scroll {
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.tbl-wrap-a.tbl-scroll .tbl-a > tbody > tr > th, .tbl-wrap-a.tbl-scroll .tbl-a > tbody > tr > td {
    display: table-cell;
    width: inherit;
}

.tbl-wrap-a:not(.tbl-scroll) .tbl-a col {
    display: block;
}

.tbl-wrap-a + [class^="btn-list-"] {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .tbl-wrap-a {
        margin-top: 50px;
    }
    .tbl-wrap-a .tbl-a > thead > tr > th {
        padding: 23px 29px 22px;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > th, .tbl-wrap-a .tbl-a > tbody > tr > td {
        display: table-cell;
        width: auto;
        padding: 23px 29px 22px;
        vertical-align: top;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > td > *:first-child {
        margin-top: 0;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > td > * + * {
        margin-top: 16px;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > td > * .list-bullet-a._inline {
        margin-top: 6px;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a > li:not(:first-child) {
        margin-top: 7px;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a._inline {
        margin-top: -10px;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a._inline > li:not(:first-child) {
        margin-top: 10px;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > td .list-note-a {
        margin-top: 10px;
    }
    .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-b {
        min-width: auto;
    }
    .tbl-wrap-a:not(.tbl-scroll) .tbl-a col {
        display: table-column;
    }
    .tbl-wrap-a + [class^="btn-list-"] {
        margin-top: 40px;
    }
}

/*
 * tbl-scroll
** ------------------------------------------------------ */
.tbl-scroll {
    overflow-x: scroll;
}

.tbl-scroll [class^="tbl-"] {
    width: 768px;
    margin-top: 0;
}

@media only screen and (min-width: 769px), print {
    .tbl-scroll {
        overflow-x: auto;
    }
    .tbl-scroll [class^="tbl-"] {
        width: 100%;
    }
}

/*
 * unique_col_setting
** ------------------------------------------------------ */
colgroup > .col-a {
    width: 91px;
}

/*
 * placeholder style
** ------------------------------------------------------ */
:placeholder-shown {
    padding-top: 3px;
    font-size: 1.6rem;
    color: #999;
}

::-webkit-input-placeholder {
    padding-top: 3px;
    font-size: 1.6rem;
    color: #999;
    opacity: 1;
}

:-moz-placeholder {
    padding-top: 3px;
    font-size: 1.6rem;
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    padding-top: 3px;
    font-size: 1.6rem;
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    padding-top: 3px;
    font-size: 1.6rem;
    color: #999;
}

[data-browser="Edge"] ::-webkit-input-placeholder {
    color: #999;
    opacity: 1 !important;
}

@media only screen and (min-width: 769px), print {
    :placeholder-shown {
        font-size: 1.8rem;
    }
    ::-webkit-input-placeholder {
        font-size: 1.8rem;
    }
    :-moz-placeholder {
        font-size: 1.8rem;
    }
    ::-moz-placeholder {
        font-size: 1.8rem;
    }
    :-ms-input-placeholder {
        font-size: 1.8rem;
    }
}

/*
 * form-flow
** ------------------------------------------------------ */
.form-flow-a .form-flow-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    counter-reset: num;
}

.form-flow-a .form-flow-inner > li {
    position: relative;
    padding: 33px 0 0;
    counter-increment: num;
}

.form-flow-a .form-flow-inner > li:not(:last-child) {
    width: calc((100% - 28px) / 2);
    text-align: left;
}

.form-flow-a .form-flow-inner > li:not(:last-child)::before {
    position: absolute;
    top: 15px;
    left: 18px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #bbb, #bbb 4px, transparent 5px, transparent 10px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    content: "";
}

.form-flow-a .form-flow-inner > li:first-child {
    width: calc(((100% - 28px) / 2) - 15px);
}

.form-flow-a .form-flow-inner > li .txt {
    position: relative;
    padding: 33px 0 0;
    color: #666;
    white-space: nowrap;
}

.form-flow-a .form-flow-inner > li .txt::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
    content: counter(num);
}

.form-flow-a .form-flow-inner > li .txt::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    background: #bbb;
    content: "";
}

.form-flow-a .form-flow-inner > li[aria-current="step"] .txt {
    font-weight: bold;
    color: #a47e00;
}

.form-flow-a .form-flow-inner > li[aria-current="step"] .txt::before, .form-flow-a .form-flow-inner > li[aria-current="step"] .txt::after {
    top: 1px;
}

.form-flow-a .form-flow-inner > li[aria-current="step"] .txt::after {
    background: #a47e00;
}

.form-flow-a .form-flow-inner > li._visited::before {
    background: #0074cc;
}

.form-flow-a .form-flow-inner > li._visited .txt {
    color: #0074cc;
}

.form-flow-a .form-flow-inner > li._visited .txt::after {
    background: #0074cc;
}

@media only screen and (min-width: 769px), print {
    .form-flow-a .form-flow-inner > li:not(:last-child)::before {
        top: 17px;
    }
    .form-flow-a .form-flow-inner > li .txt {
        font-size: 1.4rem;
    }
}

/*
 * form
** ------------------------------------------------------ */
.form-a .tbl-a > tbody > tr > td {
    padding: 20px;
}

.form-a .tbl-a > tbody > tr > td > *:first-child.form-list-a._inline {
    margin-top: -18px;
}

.form-a .tbl-a > tbody > tr > td > * + * {
    margin-top: 20px;
}

.form-a .tbl-a > tbody > tr > td > * + *.form-list-a {
    margin-top: 15px;
}

.form-a .tbl-a > tbody > tr > td > * + *.form-list-a._inline {
    margin-top: 0;
}

.form-a .tbl-a > tbody > tr > td > * + *.form-list-b {
    margin-top: 15px;
}

.form-a .tbl-a > tbody > tr > td > * + *.form-label-b {
    margin-top: 20px;
}

.form-a .tbl-a > tbody > tr > td > * .txt-note-a + .form-input-a {
    margin-top: 15px;
}

.form-a .tbl-a > tbody > tr > td .txt-error-a + * {
    margin-top: 20px;
}

.form-a .tbl-a > tbody > tr > td .txt-error-a + .form-list-a._inline {
    margin-top: 2px;
}

.form-a .tbl-a > tbody > tr > td .txt-error-a + p {
    margin-top: 15px;
}

@media only screen and (min-width: 769px), print {
    .form-a .tbl-a > tbody > tr > td {
        padding: 30px 30px 28px;
    }
    .form-a .tbl-a > tbody > tr > td > *:first-child.form-list-b {
        margin-top: -20px;
    }
    .form-a .tbl-a > tbody > tr > td > * + * {
        margin-top: 25px;
    }
    .form-a .tbl-a > tbody > tr > td > * + *.form-list-b {
        margin-top: -5px;
    }
    .form-a .tbl-a > tbody > tr > td > * + *.form-label-b {
        margin-top: 25px;
    }
    .form-a .tbl-a > tbody > tr > td .form-select-a + .form-input-a._other, .form-a .tbl-a > tbody > tr > td .form-list-a + .form-input-a._other {
        margin-top: 15px;
    }
    .form-a .tbl-a > tbody > tr > td .txt-error-a + * {
        margin-top: 15px;
    }
    .form-a .tbl-a > tbody > tr > td .txt-error-a + .form-list-b {
        margin-top: -5px;
    }
    .form-a .tbl-a > tbody > tr > td .txt-error-a + p {
        margin-top: 10px;
    }
    .form-a .tbl-a > tbody > tr > td .txt-error-a + .form-list-a._inline {
        margin-top: 0;
    }
    .form-a .tbl-a > tbody > tr > td .txt-note-a + .form-input-a {
        margin-top: 15px;
    }
}

/*
 * form-label
** ------------------------------------------------------ */
.form-label-a {
    margin: 0 9px 0 0;
}

.form-label-b {
    display: block;
    margin: 20px 0 0;
}

.form-label-b .txt {
    display: block;
    margin: 0 0 15px;
}

/*
 * form-input
** ------------------------------------------------------ */
.form-input-a {
    width: 100%;
    padding: 16px 20px;
    background: #f6f6f6;
    border: solid 1px #bbb;
    outline: none;
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.form-input-a:focus {
    background: #fff;
    border-color: #3ca3f1;
    box-shadow: 2px 2px 10px 0 #e6e6e6 inset;
}

.form-input-a._error {
    background: #ffeaeb;
}

.form-input-a.is-hidden {
    display: none;
}

@media only screen and (min-width: 769px), print {
    .form-input-a._size-a {
        max-width: 264px;
    }
    .form-input-a._size-b {
        max-width: 123px;
    }
}

/*
 * form-checkbox
** ------------------------------------------------------ */
.form-checkbox-a {
    display: inline-block;
}

.form-checkbox-a .txt {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
}

.form-checkbox-a .txt::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: #f6f6f6;
    border: solid 1px #bbb;
    content: "";
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.form-checkbox-a .txt > span {
    position: relative;
    display: inline-block;
}

.form-checkbox-a .txt > span::before, .form-checkbox-a .txt > span::after {
    position: absolute;
    display: block;
    width: 2px;
    background: transparent;
    border-radius: 2px;
    content: "";
    transition: background .2s;
}

.form-checkbox-a .txt > span::before {
    top: 6px;
    left: -18px;
    height: 10px;
    transform: rotate(43deg);
}

.form-checkbox-a .txt > span::after {
    top: 9px;
    left: -23px;
    height: 7px;
    transform: rotate(-40deg);
}

.form-checkbox-a > input[type="checkbox"] {
    position: absolute;
    left: -100%;
    z-index: -1;
}

.form-checkbox-a > input[type="checkbox"]:focus + .txt::before {
    background: #fff;
    border-color: #3ca3f1;
    box-shadow: 2px 2px 4px -1px #d2d2d2 inset;
}

.form-checkbox-a > input[type="checkbox"]:checked + .txt::before {
    background: #a47e00;
    border-color: #a47e00;
    box-shadow: none;
}

.form-checkbox-a > input[type="checkbox"]:checked + .txt > span::before, .form-checkbox-a > input[type="checkbox"]:checked + .txt > span::after {
    background: #fff;
}

@media only screen and (min-width: 769px), print {
    .form-checkbox-a .txt::before {
        top: 3px;
    }
    .form-checkbox-a .txt > span::before {
        top: 9px;
    }
    .form-checkbox-a .txt > span::after {
        top: 12px;
    }
}

.box-a p + .form-checkbox-a {
    margin-top: 15px;
}

@media only screen and (min-width: 769px), print {
    .box-a p + .form-checkbox-a {
        margin-top: 20px;
    }
}

/*
 * form-radio
** ------------------------------------------------------ */
.form-radio-a {
    display: inline-block;
}

.form-radio-a .txt {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
}

.form-radio-a .txt::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: #f6f6f6;
    border: solid 1px #bbb;
    border-radius: 50%;
    content: "";
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.form-radio-a .txt > span {
    position: relative;
    display: inline-block;
}

.form-radio-a .txt > span::before, .form-radio-a .txt > span::after {
    position: absolute;
    display: block;
    width: 2px;
    background: transparent;
    border-radius: 2px;
    content: "";
    transition: background .2s;
}

.form-radio-a .txt > span::before {
    top: 7px;
    left: -18px;
    height: 10px;
    transform: rotate(43deg);
}

.form-radio-a .txt > span::after {
    top: 10px;
    left: -23px;
    height: 7px;
    transform: rotate(-40deg);
}

.form-radio-a > input[type="radio"] {
    position: absolute;
    left: -100%;
    z-index: -1;
}

.form-radio-a > input[type="radio"]:focus + .txt::before {
    background: #fff;
    border-color: #3ca3f1;
    box-shadow: 2px 2px 4px -1px #d2d2d2 inset;
}

.form-radio-a > input[type="radio"]:checked + .txt::before {
    background: #a47e00;
    border-color: #a47e00;
    box-shadow: none;
}

.form-radio-a > input[type="radio"]:checked + .txt > span::before, .form-radio-a > input[type="radio"]:checked + .txt > span::after {
    background: #fff;
}

@media only screen and (min-width: 769px), print {
    .form-radio-a .txt::before {
        top: 2px;
    }
    .form-radio-a .txt > span::before {
        top: 9px;
    }
    .form-radio-a .txt > span::after {
        top: 12px;
    }
}

/*
 * form-textarea
** ------------------------------------------------------ */
.form-textarea-a {
    width: 100%;
    height: 180px;
    padding: 16px 20px;
    background: #f6f6f6;
    border: solid 1px #bbb;
    outline: none;
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.form-textarea-a:focus {
    background: #fff;
    border-color: #3ca3f1;
    box-shadow: 2px 2px 10px 0 #e6e6e6 inset;
}

.form-textarea-a._error {
    background: #ffeaeb;
}

@media only screen and (min-width: 769px), print {
    .form-textarea-a {
        height: 120px;
    }
}

/*
 * form-select
** ------------------------------------------------------ */
.form-select-a {
    position: relative;
    width: 100%;
}

.form-select-a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    border-width: 9px 7px 0 7px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}

.form-select-a > select {
    width: 100%;
    min-height: 52px;
    padding: 11px 54px 12px 20px;
    background: #f6f6f6;
    border: solid 1px #bbb;
    outline: none;
    cursor: pointer;
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.form-select-a > select:focus {
    background: #fff;
    border-color: #3ca3f1;
    box-shadow: 2px 2px 10px 0 #e6e6e6 inset;
}

.form-select-a._error > select {
    background: #ffeaeb;
}

@media only screen and (min-width: 769px), print {
    .form-select-a {
        max-width: 291px;
    }
}

/*
 * form-list
** ------------------------------------------------------ */
.form-list-a > li + li {
    margin-top: 18px;
}

.form-list-a._inline {
    display: flex;
    flex-wrap: wrap;
    margin: -18px 0 0 -38px;
}

.form-list-a._inline > li {
    padding: 18px 0 0 38px;
}

.form-list-a._inline > li + li {
    margin-top: 0;
}

.form-list-a._inline > li._other {
    width: 100%;
}

@media only screen and (min-width: 769px), print {
    .form-list-a > li + li {
        margin-top: 15px;
    }
    .form-list-a._inline {
        margin: -15px 0 0 -30px;
    }
    .form-list-a._inline > li {
        padding: 15px 0 0 30px;
    }
    .form-list-a._inline > li + li {
        margin-top: 0;
    }
}

.form-list-b > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.form-list-b > div > dt {
    margin: 0 20px 0 0;
    white-space: nowrap;
}

.form-list-b > div > dd {
    width: 100%;
}

.form-list-b > div + div {
    margin: 20px 0 0;
}

@media only screen and (min-width: 769px), print {
    .form-list-b {
        display: flex;
        margin: -20px 0 0 -40px;
    }
    .form-list-b > div {
        padding: 20px 0 0 40px;
    }
    .form-list-b > div > dd {
        width: auto;
    }
    .form-list-b > div + div {
        margin-top: 0;
    }
}

.form-list-c > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-list-c > li > .form-input-a {
    max-height: 52px;
    margin-bottom: 10px;
}

.form-list-c > li > .form-select-a {
    max-width: calc(100% - 36px);
}

.form-list-c > li > .txt {
    margin: 0 0 0 20px;
}

.form-list-c > li + li {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .form-list-c > li {
        flex-wrap: nowrap;
    }
    .form-list-c > li > .form-input-a {
        margin-bottom: 0;
    }
    .form-list-c > li > .form-select-a {
        min-width: 130px;
        max-width: 130px;
        margin-left: 20px;
    }
    .form-list-c > li + li {
        margin-top: 15px;
    }
}

/*
 * hdg
** ------------------------------------------------------ */
.hdg-a {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: #0074cc;
}

.hdg-a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}

.hdg-a > .hdg-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1150px;
    min-height: 110px;
    margin: 0 auto;
    padding: 14px 5px;
    background: rgba(0, 116, 206, .5);
}

.hdg-a > .hdg-inner .txt {
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.48;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

.hdg-a._service::before {
    background-image: url(/service/images/hdg-01.jpg);
}

.hdg-a._consultant::before {
    background-image: url(/consultant/images/hdg-01.jpg);
}

.hdg-a._publication::before {
    background-image: url(/publication/images/hdg-01.jpg);
}

.hdg-a._book::before {
    background-image: url(/publication/book/images/hdg-01.jpg);
}

.hdg-a._column::before {
    background-image: url(/publication/column/images/hdg-01.jpg);
}

.hdg-a._recruit::before {
    background-image: url(/recruit/images/hdg-01.jpg);
}

.hdg-a._company::before {
    background-image: url(/company/images/hdg-01.jpg);
}

.hdg-a._company > .hdg-inner {
    background-image: none;
}

.hdg-a._seminar::before {
    background-image: url(/seminar/images/hdg-01.jpg);
}

@media only screen and (min-width: 769px), print {
    .hdg-a::before {
        right: 50%;
        left: auto;
        max-width: 780px;
        height: 100%;
        margin-right: -682px;
    }
    .hdg-a > .hdg-inner {
        position: relative;
        min-height: 220px;
        padding-right: 10px;
        padding-left: 10px;
        background: none;
    }
    .hdg-a > .hdg-inner::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 41.3524vw;
        max-width: 475px;
        height: 100%;
        background: #0074cc;
        content: "";
    }
    .hdg-a > .hdg-inner .txt {
        font-size: 3.5rem;
        text-align: left;
        text-shadow: none;
    }
}

@media only screen and (min-width: 1150px), print {
    .hdg-a > .hdg-inner::before {
        width: 475px;
    }
    .hdg-a._service::before, .hdg-a._consultant::before, .hdg-a._publication::before, .hdg-a._book::before, .hdg-a._column::before, .hdg-a._recruit::before {
        background-position: left center;
    }
}

@media only screen and (min-width: 1365px), print {
    .hdg-a::before {
        max-width: 57.14285vw;
        margin-right: -50vw;
    }
}

.hdg-b {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: #0074cc;
}

.hdg-b::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 298px;
    height: 300px;
    margin: auto;
    background: url(/shared/images/bg-hdg-01.png) center no-repeat;
    content: "";
}

.hdg-b > .hdg-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1150px;
    min-height: 90px;
    margin: 0 auto;
    padding: 14px 10px;
    color: #fff;
    line-height: 1.48;
}

.hdg-b > .hdg-inner > .txt {
    font-weight: bold;
    font-size: 2.4rem;
}

.hdg-b > .hdg-inner > .sub {
    font-size: 1.6rem;
}

.hdg-b > .hdg-inner > .sub + .txt {
    margin-top: 3px;
}

.hdg-b > .hdg-inner > .detail {
    margin: -5px 0 0;
    font-size: 0;
}

.hdg-b > .hdg-inner > .detail > .status {
    display: inline-block;
    margin: 0 15px 0 0;
}

.hdg-b > .hdg-inner > .detail > .place {
    display: inline;
    font-size: 0;
}

.hdg-b > .hdg-inner > .detail > .place > li {
    position: relative;
    display: inline-block;
    padding: 5px 0 0;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.75;
}

.hdg-b > .hdg-inner > .detail > .place > li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
}

.hdg-b > .hdg-inner > .detail > .place > li:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 10px;
    margin-top: 2px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}

.hdg-b > .hdg-inner > .detail + .txt {
    margin-top: 5px;
}

.hdg-b > .hdg-inner > .label {
    margin: 5px 0 0;
}

@media only screen and (min-width: 769px), print {
    .hdg-b::before {
        width: 640px;
        height: 260px;
        margin: 0;
        background: url(/shared/images/bg-hdg-02.png) top center no-repeat;
    }
    .hdg-b > .hdg-inner {
        min-height: 130px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hdg-b > .hdg-inner > .txt {
        font-size: 3.5rem;
    }
    .hdg-b > .hdg-inner > .sub {
        font-size: 1.8rem;
    }
    .hdg-b > .hdg-inner > .detail > .status {
        margin-bottom: 0;
    }
}

.hdg-c {
    margin: 34px 0 0;
    padding: 16px 0 0;
    border-top: solid 3px #dfdfdf;
}

.hdg-c > .txt {
    padding: 0 0 0 1px;
    font-size: 2rem;
    color: #0074cc;
    line-height: 1.5;
}

.hdg-c > .txt > a {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    text-decoration: none;
}

.hdg-c > .txt > a::before, .hdg-c > .txt > a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: left .2s;
}

.hdg-c > .txt > a::before {
    top: 9px;
    transform: rotate(28deg);
}

.hdg-c > .txt > a::after {
    top: 13px;
    transform: rotate(-28deg);
}

.hdg-c > .txt > a:hover::before, .hdg-c > .txt > a:hover::after, .hdg-c > .txt > a:active::before, .hdg-c > .txt > a:active::after, .hdg-c > .txt > a:focus::before, .hdg-c > .txt > a:focus::after {
    left: 5px;
}

.hdg-c > .txt > a::before, .hdg-c > .txt > a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 13px;
    height: 3px;
    background: #0074cc;
    content: "";
    transition: left .2s;
}

.hdg-c > .txt > a::before {
    top: 10px;
    transform: rotate(28deg);
}

.hdg-c > .txt > a::after {
    top: 15px;
    transform: rotate(-28deg);
}

@media only screen and (min-width: 769px), print {
    .hdg-c {
        margin-top: 73px;
        padding-top: 20px;
    }
    .hdg-c > .txt {
        padding-left: 2px;
        font-size: 2.5rem;
        line-height: 1.52;
    }
    .hdg-c > .txt > a {
        padding-left: 35px;
    }
    .hdg-c > .txt > a::before {
        top: 13px;
    }
    .hdg-c > .txt > a::after {
        top: 18px;
    }
}

.hdg-d {
    position: relative;
    display: block;
    margin: 38px 0 0;
    padding: 0 0 0 22px;
    font-size: 1.8rem;
    color: #0074cc;
    line-height: 1.5;
}

.hdg-d::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 12px;
    height: 3px;
    background: #0074cc;
    content: "";
}

@media only screen and (min-width: 769px), print {
    .hdg-d {
        margin-top: 42px;
        font-size: 2.2rem;
    }
    .hdg-d::before {
        top: 15px;
    }
}

.hdg-e {
    position: relative;
    display: block;
    margin: 30px 0 0;
    padding: 0 0 0 22px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
}

.hdg-e::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 12px;
    height: 3px;
    background: #333;
    content: "";
}

@media only screen and (min-width: 769px), print {
    .hdg-e {
        margin-top: 40px;
        font-size: 1.8rem;
    }
}

.hdg-f {
    font-size: 2rem;
    color: #0074cc;
}

.hdg-f + .list-news-a {
    margin-top: 0;
}

/*
 * hdg_margin_adjust
** ------------------------------------------------------ */
.hdg-c + * {
    margin-top: 20px;
}

.hdg-c + .lyt-hdg-b {
    margin-top: 0;
}

.hdg-c + .lyt-hdg-b .hdg-d {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .hdg-c + *:not([class^="lyt-img-"]):not([class^="lyt-col-"]):not([class^="tbl-wrap-"]):not(.lyt-hdg-b) {
        margin-top: 36px;
    }
    .hdg-c + [class^="lyt-img-"], .hdg-c + [class^="lyt-col-"], .hdg-c + [class^="tbl-wrap-"] {
        margin-top: 50px;
    }
    .hdg-c + .lyt-hdg-b {
        margin-top: 0;
    }
    .hdg-c + .lyt-hdg-b .hdg-d {
        margin-top: 36px;
    }
}

.hdg-d + * {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .hdg-d + *:not([class^="lyt-img-"]):not([class^="lyt-col-"]):not([class^="tbl-wrap-"]) {
        margin-top: 27px;
    }
    .lyt-hdg-b .hdg-d + [class^="lyt-img-"] {
        margin-top: 27px;
    }
    .hdg-d + [class^="lyt-img-"], .hdg-d + [class^="lyt-col-"], .hdg-d + [class^="tbl-wrap-"] {
        margin-top: 50px;
    }
}

.hdg-e + * {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .hdg-e + *:not([class^="lyt-img-"]):not([class^="lyt-col-"]):not([class^="tbl-wrap-"]) {
        margin-top: 20px;
    }
    .hdg-e + [class^="lyt-img-"], .hdg-e + [class^="lyt-col-"], .hdg-e + [class^="tbl-wrap-"] {
        margin-top: 50px;
    }
}

/*
 * p
** ------------------------------------------------------ */
* + p {
    margin-top: 22px;
}

@media only screen and (min-width: 769px), print {
    * + p {
        margin-top: 26px;
    }
}

/*
 * txt-lead
** ------------------------------------------------------ */
.txt-lead-a {
    margin: 30px 0;
}

.txt-lead-a > b {
    font-weight: bold;
    font-size: 1.6rem;
}

@media only screen and (min-width: 769px), print {
    .txt-lead-a {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .txt-lead-a > b {
        font-size: 1.8rem;
    }
}

/*
 * txt-caption
** ------------------------------------------------------ */
.txt-caption-a {
    text-align: right;
}

.txt-caption-a + * {
    margin-top: 24px;
}

@media only screen and (min-width: 769px), print {
    .txt-caption-a {
        font-size: 1.4rem;
    }
    .txt-caption-a + * {
        margin-top: 35px;
    }
}

/*
 * txt-note
** ------------------------------------------------------ */
.txt-note-a {
    font-size: 1.4rem;
    color: #6e6e6e;
}

.txt-note-a + .form-input-a {
    margin-top: 15px;
}

/*
 * txt-error
** ------------------------------------------------------ */
.txt-error-a > strong {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
}

.txt-error-a > strong::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 18px;
    height: 17px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: 0 -141px;
    content: "";
}

@media only screen and (min-width: 769px), print {
    .txt-error-a > strong::before {
        top: 4px;
    }
}

/*
 * txt-sign
** ------------------------------------------------------ */
.txt-sign-a {
    margin-bottom: -20px;
    margin-left: -20px;
    text-align: right;
}

.txt-sign-a > span, .txt-sign-a > img {
    display: inline-block;
    padding: 0 0 20px 20px;
    vertical-align: bottom;
}

/*
 * txt-img
** ------------------------------------------------------ */
.txt-img-a {
    height: 18px;
    vertical-align: middle;
}

@media only screen and (min-width: 769px), print {
    .txt-img-a {
        height: 22px;
    }
}

/*
 * width
** ------------------------------------------------------ */
.w-2 {
    width: 2% !important;
}

.w-4 {
    width: 4% !important;
}

.w-6 {
    width: 6% !important;
}

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.w-12 {
    width: 12% !important;
}

.w-14 {
    width: 14% !important;
}

.w-16 {
    width: 16% !important;
}

.w-18 {
    width: 18% !important;
}

.w-20 {
    width: 20% !important;
}

.w-22 {
    width: 22% !important;
}

.w-24 {
    width: 24% !important;
}

.w-26 {
    width: 26% !important;
}

.w-28 {
    width: 28% !important;
}

.w-30 {
    width: 30% !important;
}

.w-32 {
    width: 32% !important;
}

.w-34 {
    width: 34% !important;
}

.w-36 {
    width: 36% !important;
}

.w-38 {
    width: 38% !important;
}

.w-40 {
    width: 40% !important;
}

.w-42 {
    width: 42% !important;
}

.w-44 {
    width: 44% !important;
}

.w-46 {
    width: 46% !important;
}

.w-48 {
    width: 48% !important;
}

.w-50 {
    width: 50% !important;
}

.w-52 {
    width: 52% !important;
}

.w-54 {
    width: 54% !important;
}

.w-56 {
    width: 56% !important;
}

.w-58 {
    width: 58% !important;
}

.w-60 {
    width: 60% !important;
}

.w-62 {
    width: 62% !important;
}

.w-64 {
    width: 64% !important;
}

.w-66 {
    width: 66% !important;
}

.w-68 {
    width: 68% !important;
}

.w-70 {
    width: 70% !important;
}

.w-72 {
    width: 72% !important;
}

.w-74 {
    width: 74% !important;
}

.w-76 {
    width: 76% !important;
}

.w-78 {
    width: 78% !important;
}

.w-80 {
    width: 80% !important;
}

.w-82 {
    width: 82% !important;
}

.w-84 {
    width: 84% !important;
}

.w-86 {
    width: 86% !important;
}

.w-88 {
    width: 88% !important;
}

.w-90 {
    width: 90% !important;
}

.w-92 {
    width: 92% !important;
}

.w-94 {
    width: 94% !important;
}

.w-96 {
    width: 96% !important;
}

.w-98 {
    width: 98% !important;
}

.w-100 {
    width: 100% !important;
}

/*
 * margin-top
** ------------------------------------------------------ */
.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

/*
 * align
** ------------------------------------------------------ */
.al-l {
    text-align: left;
}

.al-c {
    text-align: center;
}

.al-r {
    text-align: right;
}

/*
 * carousel(top-mv)
** ------------------------------------------------------ */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track::before, .slick-track::after {
    display: table;
    content: "";
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.btn-control, .slick-arrow {
    position: absolute;
    bottom: -32px;
    left: 50%;
    z-index: 1;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 1rem;
    color: transparent;
    background: #66ace0;
    transition: opacity .2s;
}

.btn-control:hover, .btn-control:active, .btn-control:focus, .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    opacity: .8;
}

@media only screen and (min-width: 769px), print {
    .btn-control, .slick-arrow {
        bottom: 33px;
        z-index: 100;
    }
}

.btn-control {
    margin-left: -12px;
}

.btn-control::before, .btn-control::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 10px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}

.btn-control::before {
    margin-left: -3px;
}

.btn-control::after {
    margin-left: 1px;
}

.btn-control.is-stop::before {
    background: none;
    border-width: 6px 0 6px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-radius: 2px;
}

.btn-control.is-stop::after {
    content: none;
}

@media only screen and (min-width: 769px), print {
    .btn-control {
        margin-left: -32.5%;
    }
}

@media only screen and (min-width: 1150px), print {
    .btn-control {
        margin-left: -384px;
    }
}

.slick-arrow::before, .slick-arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    margin-left: -5px;
    background: #fff;
    border-radius: 2px;
    content: "";
}

.slick-arrow.slick-prev {
    margin-left: -38px;
}

.slick-arrow.slick-prev::before {
    margin-top: -3px;
    transform: rotate(-28deg);
}

.slick-arrow.slick-prev::after {
    margin-top: 1px;
    transform: rotate(28deg);
}

.slick-arrow.slick-next {
    margin-left: 14px;
}

.slick-arrow.slick-next::before {
    margin-top: -3px;
    transform: rotate(28deg);
}

.slick-arrow.slick-next::after {
    margin-top: 1px;
    transform: rotate(-28deg);
}

@media only screen and (min-width: 769px), print {
    .slick-arrow.slick-prev {
        margin-left: calc(-32.5% - 26px);
    }
    .slick-arrow.slick-next {
        margin-left: calc(-32.5% + 26px);
    }
}

@media only screen and (min-width: 1150px), print {
    .slick-arrow.slick-prev {
        margin-left: -410px;
    }
    .slick-arrow.slick-next {
        margin-left: -358px;
    }
}

.slick-arrow.slick-hidden {
    display: none;
}

/*
 * btn-top
** ------------------------------------------------------ */
html[data-script-enabled="true"] .btn-top.js-fixed {
    opacity: 1;
    transition: opacity .5s;
}

html[data-script-enabled="true"] .btn-top.js-fixed.is-hidden {
    opacity: 0;
}

html[data-script-enabled="true"] .btn-top.js-fixed.is-fixed > a {
    position: fixed;
    top: auto;
    bottom: 10px;
}

@media only screen and (min-width: 769px), print {
    html[data-script-enabled="true"] .btn-top.js-fixed.is-fixed > a {
        bottom: 30px;
    }
}

/*
 * js-tbl-scroll
** ------------------------------------------------------ */
html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-a, html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-b {
    position: absolute;
    left: 50%;
    transition: opacity .2s;
    transform: translateX(-50%);
}

html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-a img, html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-b img {
    display: block;
    width: 97px;
}

html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-a.is-hidden, html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-b.is-hidden {
    opacity: 0;
}

html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-a {
    top: 53px;
}

html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-b {
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 769px), print {
    html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-a, html[data-script-enabled="true"] .js-tbl-scroll .icon-swipe-b {
        display: none;
    }
}

/*
 * js-filter-contents
** ------------------------------------------------------ */
html[data-script-enabled="true"] .js-filter-contents > * {
    display: none;
}

html[data-script-enabled="true"] .js-filter-contents > *.is-active {
    display: flex;
}

/*
 * js-mode-btn
** ------------------------------------------------------ */
html[data-script-enabled="true"] .js-more-btn[hidden] {
    display: none;
}

/*
 * js-mode-data
** ------------------------------------------------------ */
html[data-script-enabled="true"] [data-count] > *[hidden] {
    display: none;
}

/* ======================================================
 * block-editor
** ====================================================== */
/*
 * section
** ------------------------------------------------------ */
.block-editor .section-inner > div:not([class]):first-child > *:first-child {
    margin-top: 0;
}

/*
 * list
** ------------------------------------------------------ */
.block-editor ol:not([class]) {
    margin: 24px 0 0;
}

.block-editor ol:not([class]) > li:not(:first-child) {
    margin-top: 9px;
}

.block-editor ol:not([class]) > li > ol:not([class]) {
    margin-top: 10px;
    margin-left: 23px;
}

.block-editor ol:not([class]) > li > ol:not([class]) > li {
    margin-left: 0;
}

.block-editor ol:not([class]) > li > ul:not([class]) {
    margin-top: 10px;
    margin-left: 20px;
}

@media only screen and (min-width: 769px), print {
    .block-editor ol:not([class]) {
        margin-top: 28px;
    }
    .block-editor ol:not([class]) > li:not(:first-child) {
        margin-top: 5px;
    }
    .block-editor ol:not([class]) > li:last-child {
        padding-bottom: 5px;
    }
    .block-editor ol:not([class]) > li > ol:not([class]), .block-editor ol:not([class]) > li > ul:not([class]) {
        margin-left: 61px;
    }
}

.block-editor ul:not([class]) {
    margin: 24px 0 0;
}

.block-editor ul:not([class]) > li {
    position: relative;
    padding: 0 0 0 20px;
}

.block-editor ul:not([class]) > li:not(:first-child) {
    margin-top: 10px;
}

.block-editor ul:not([class]) > li::before {
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #666;
    content: "";
}

.block-editor ul:not([class]) > li > ol:not([class]), .block-editor ul:not([class]) > li > ul:not([class]) {
    margin-top: 10px;
}

.block-editor ul:not([class]) > li > ul:not([class]) > li::before {
    background: #adadad;
}

@media only screen and (min-width: 769px), print {
    .block-editor ul:not([class]) {
        margin-top: 28px;
    }
    .block-editor ul:not([class]) > li:not(:first-child) {
        margin-top: 5px;
    }
    .block-editor ul:not([class]) > li::before {
        top: 11px;
    }
    .block-editor ul:not([class]) > li > *:not(a) {
        margin-left: 41px;
    }
    .block-editor ul:not([class]) > li > *:not(a):last-child {
        padding-bottom: 5px;
    }
}

/*
 * img
** ------------------------------------------------------ */
.block-editor > img {
    display: block;
    float: none !important;
    margin: 30px 0 0 !important;
}

@media only screen and (min-width: 769px), print {
    .block-editor > img {
        margin-top: 50px !important;
    }
}

.block-editor > img.mt-image-left {
    margin-right: auto !important;
}

.block-editor > img.mt-image-center {
    margin-right: auto !important;
    margin-left: auto !important;
}

.block-editor > img.mt-image-right {
    margin-left: auto !important;
}

.block-editor figure:not([class]) {
    float: none !important;
    margin: 30px 0 0 !important;
}

.block-editor figure:not([class]) figcaption {
    display: block;
    margin-top: 18px;
    font-size: 1.4rem;
    color: #6e6e6e;
}

.block-editor figure:not([class]) > img {
    display: block;
    float: none !important;
    margin: 30px 0 0 !important;
}

.block-editor figure:not([class]) > img.mt-image-left {
    margin-right: auto !important;
}

.block-editor figure:not([class]) > img.mt-image-center {
    margin-right: auto !important;
    margin-left: auto !important;
}

.block-editor figure:not([class]) > img.mt-image-right {
    margin-left: auto !important;
}

.block-editor figure:not([class]) > img.mt-image-right + figcaption {
    text-align: right;
}

@media only screen and (min-width: 769px), print {
    .block-editor figure:not([class]) {
        margin-top: 50px !important;
    }
    .block-editor figure:not([class]) > img {
        margin-top: 50px !important;
    }
}

.block-editor .lyt-img-b > .item > div:not([class]):first-child > *:first-child {
    margin-top: 0;
}

/*
 * p
** ------------------------------------------------------ */
.block-editor * + div:not([class]) > p:first-child {
    margin-top: 22px;
}

@media only screen and (min-width: 769px), print {
    .block-editor * + div:not([class]) > p:first-child {
        margin-top: 26px;
    }
}

/*
 * box
** ------------------------------------------------------ */
.block-editor .box-a .box-hdg-a + div:not([class]) > *:first-child {
    margin-top: 0;
}

.block-editor .box-a .box-hdg-a + div:not([class]) > *:not(:first-child) {
    margin-top: 10px;
}

@media only screen and (min-width: 769px), print {
    .block-editor .box-a .box-hdg-a + div:not([class]) > *:not(:first-child) {
        margin-top: 20px;
    }
}

/*
 * table
** ------------------------------------------------------ */
.block-editor .tbl-wrap-a {
    margin: 30px 0 0;
}

.block-editor .tbl-wrap-a > table:not([class]) {
    width: 100%;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: transparent #d9d9d9 #d9d9d9 transparent;
    table-layout: fixed;
}

.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th, .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 15px 24px 14px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #d9d9d9 transparent transparent #d9d9d9;
}

.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th a, .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td a {
    word-break: break-all;
}

.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th {
    font-weight: bold;
    text-align: left;
    background: #f6f6f6;
}

.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td {
    background: #fff;
}

.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td > *:first-child {
    margin-top: 0;
}

.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td > * + * {
    margin-top: 10px;
}

@media only screen and (min-width: 769px), print {
    .block-editor .tbl-wrap-a {
        margin-top: 50px;
    }
    .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th, .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td {
        display: table-cell;
        width: auto;
        padding: 23px 29px 22px;
        vertical-align: top;
    }
    .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th {
        width: 30%;
    }
    .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td > *:first-child {
        margin-top: 0;
    }
    .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td > * + * {
        margin-top: 16px;
    }
}

/*
 * hr
** ------------------------------------------------------ */
.block-editor hr {
    display: none;
}

/*
 * hdg
** ------------------------------------------------------ */
.block-editor > h1:not([class]) {
    display: none;
}

.block-editor > h2:not([class]) {
    margin: 34px 0 0;
    padding: 16px 0 0 1px;
    color: #0074cc;
    line-height: 1.5;
    border-top: solid 3px #dfdfdf;
}

@media only screen and (min-width: 769px), print {
    .block-editor > h2:not([class]) {
        margin-top: 73px;
        padding-top: 20px;
        padding-left: 2px;
        font-size: 2.5rem;
        line-height: 1.52;
    }
}

.block-editor > h3:not([class]) {
    position: relative;
    display: block;
    margin: 38px 0 0;
    padding: 0 0 0 22px;
    font-size: 1.8rem;
    color: #0074cc;
    line-height: 1.5;
}

.block-editor > h3:not([class])::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 12px;
    height: 3px;
    background: #0074cc;
    content: "";
}

@media only screen and (min-width: 769px), print {
    .block-editor > h3:not([class]) {
        margin-top: 42px;
        font-size: 2.2rem;
    }
    .block-editor > h3:not([class])::before {
        top: 15px;
    }
}

.block-editor > h4:not([class]) {
    position: relative;
    display: block;
    margin: 30px 0 0;
    padding: 0 0 0 22px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
}

.block-editor > h4:not([class])::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 12px;
    height: 3px;
    background: #333;
    content: "";
}

@media only screen and (min-width: 769px), print {
    .block-editor > h4:not([class]) {
        margin-top: 40px;
        font-size: 1.8rem;
    }
}

.block-editor > h5:not([class]) {
    display: block;
    margin: 30px 0 0;
    padding: 0;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
}

@media only screen and (min-width: 769px), print {
    .block-editor > h5:not([class]) {
        margin-top: 40px;
        font-size: 1.8rem;
    }
}

.block-editor > h6:not([class]) {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media only screen and (min-width: 769px), print {
    .block-editor > h6:not([class]) {
        font-size: 1.6rem;
    }
}

/*
 * hdg_margin_adjust
** ------------------------------------------------------ */
.block-editor > h2:not([class]) + * {
    margin-top: 20px;
}

.block-editor > h2:not([class]) + .lyt-hdg-b {
    margin-top: 0;
}

.block-editor > h2:not([class]) + .lyt-hdg-b .hdg-d {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .block-editor > h2:not([class]) + *:not([class^="lyt-img-"]):not([class^="lyt-col-"]):not([class^="tbl-wrap-"]) {
        margin-top: 36px;
    }
    .block-editor > h2:not([class]) + [class^="lyt-img-"], .block-editor > h2:not([class]) + [class^="lyt-col-"], .block-editor > h2:not([class]) + [class^="tbl-wrap-"] {
        margin-top: 50px;
    }
    .block-editor > h2:not([class]) + .lyt-hdg-b {
        margin-top: 0;
    }
    .block-editor > h2:not([class]) + .lyt-hdg-b .hdg-d {
        margin-top: 36px;
    }
}

.block-editor > h3:not([class]) + * {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .block-editor > h3:not([class]) + *:not([class^="lyt-img-"]):not([class^="lyt-col-"]):not([class^="tbl-wrap-"]) {
        margin-top: 27px;
    }
    .block-editor > h3:not([class]) + [class^="lyt-img-"], .block-editor > h3:not([class]) + [class^="lyt-col-"], .block-editor > h3:not([class]) + [class^="tbl-wrap-"] {
        margin-top: 50px;
    }
}

.block-editor > h4:not([class]) + * {
    margin-top: 20px;
}

.block-editor > h4:not([class]) + div:not([class]) > *:first-child {
    margin-top: 20px;
}

@media only screen and (min-width: 769px), print {
    .block-editor > h4:not([class]) + *:not([class^="lyt-img-"]):not([class^="lyt-col-"]):not([class^="tbl-wrap-"]) {
        margin-top: 20px;
    }
    .block-editor > h4:not([class]) + [class^="lyt-img-"], .block-editor > h4:not([class]) + [class^="lyt-col-"], .block-editor > h4:not([class]) + [class^="tbl-wrap-"] {
        margin-top: 50px;
    }
}

.block-editor > h5:not([class]) + * {
    margin-top: 10px;
}

.block-editor > h5:not([class]) + div:not([class]) > *:first-child {
    margin-top: 10px;
}

.block-editor > h6:not([class]) + * {
    margin-top: 10px;
}

.block-editor > h6:not([class]) + div:not([class]) > *:first-child {
    margin-top: 10px;
}
