@charset "UTF-8";
/* -------------------------------------------------------------------------
   sass Information
   File name:   theme.css
   Created:     2019-06-05
   Last update: 2019-06-05
   Info:        style sheet
------------------------------------------------------------------------- */

/* 相対パスで静的リソースを指定している場合、注意すること */




/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    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;
}

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

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

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

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    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;
}

/* ==============================================================================================
 Sprite
================================================================================================= */
.header-nav > ul > li > a > span::before, .hdg-ques-a::before, .list-item-b > li .status._type-a::before, .list-item-b > li > .btn > a::before, .link-back-a::before, .link-idx-a-inner > li[class^="menu-"] .idx-inner::before, .btn-cv-a::before, .box-alert-a > .ttl::before, .box-inquiry-a > .content .tel._icon-a > a::before, .box-save-a > .ttl::before, .form-cb-a > .txt::after, .form-cb-b > .txt::after, .form-cb-c::before, .form-cb-c > .txt::after, .form-error-a > li::before, .form-reflected-a::before {
    position: absolute;
    display: block;
    background-image: url(../images/icon_sprite.png);
    content: "";
}

.txt-procedure-a::before, .link-a._upload::after, .btn-cv-b._ques::before, .area-procedure-a-inner::before {
    display: inline-block;
    background-image: url(../images/icon_sprite.png);
    content: "";
}

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

body {
    overflow-wrap: break-word;
    min-width: 320px;
    font-size: 1.6rem;
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
    color: #333;
    line-height: 1.8;
    word-wrap: break-word;
    background: #fff;
}

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

main {
    display: block;
}

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

a {
    color: #009ee0;
    text-decoration: none;
    transition: color .2s;
}

@media only screen and (min-width: 769px) {
    a:hover, a:active, a:focus {
        color: rgba(0, 158, 224, .8);
    }
}

a[href^="tel:"] {
    cursor: default;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #333;
}

strong {
    color: #f69c00;
}

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: 1.2rem;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
}

input, select, button, textarea {
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

input[type="reset"]:not(:disabled), input[type="image"]:not(:disabled), input[type="submit"]:not(:disabled), input[type="button"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

button {
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
}

/* ==============================================================================================
 Structure
================================================================================================= */
/*----------------------------------------
 Header
----------------------------------------*/
#str-header {
    border-bottom: 1px solid #039;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 36px;
}

@media only screen and (max-width: 768px) {
    .header-content {
        padding-top: 13px;
        padding-bottom: 10px;
    }
}

.header-logo {
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .header-logo {
        margin-top: -5px;
    }
}

.header-logo img {
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .header-logo img {
        width: 90px;
        margin-left: 5px;
    }
}

.header-menu {
    margin-left: 20px;
    text-align: right;
}

@media only screen and (min-width: 769px) {
    .header-menu > * + * {
        margin-top: 7px;
    }
}

.header-user {
    font-size: 1.4rem;
    line-height: 1.5;
}

.header-user b {
    font-weight: normal;
}

.header-link {
    margin-left: -20px;
    font-size: 0;
}

.header-link > li {
    display: inline-block;
    padding-left: 20px;
}

.header-link > li > a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 1.4rem;
    color: #009ee0;
}

.header-link > li > a::before {
    position: absolute;
    top: 8px;
    left: -1px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #009ee0;
    border-right: 1px solid #009ee0;
    content: "";
    transition: border-color .2s;
    transform: rotate(45deg) skew(-10deg, -10deg);
}

@media only screen and (min-width: 769px) {
    .header-link > li > a:hover, .header-link > li > a:active, .header-link > li > a:focus {
        color: rgba(0, 158, 224, .8);
    }
    .header-link > li > a:hover::before, .header-link > li > a:active::before, .header-link > li > a:focus::before {
        border-color: rgba(0, 158, 224, .8);
    }
}

.header-nav {
    background: #009ee0;
}

@media only screen and (max-width: 768px) {
    .header-nav {
        border-bottom: 1px solid #fff;
    }
}

.header-nav > ul {
    display: flex;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.header-nav > ul > li {
    display: flex;
    width: 100%;
}

.header-nav > ul > li + li {
    border-left: 1px solid #fff;
}

.header-nav > ul > li > [aria-current="page"] {
    background: #4cbbe9;
}

.header-nav > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 12px 3px 8px;
    color: #fff;
    text-align: center;
    transition: background .2s;
}

@media only screen and (min-width: 769px) {
    .header-nav > ul > li > a:hover, .header-nav > ul > li > a:active, .header-nav > ul > li > a:focus {
        background: #4cbbe9;
    }
}

.header-nav > ul > li > a > span {
    position: relative;
    display: inline-block;
    padding-top: 33px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.header-nav > ul > li > a > span::before {
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.header-nav > ul > li > a > .nav-a::before {
    width: 22.5px;
    height: 25px;
    background-position: 0 -277px;
    background-size: 326px 302px;
}

.header-nav > ul > li > a > .nav-b::before {
    width: 26.5px;
    height: 25.5px;
    background-position: -281px -208px;
    background-size: 326px 302px;
}

.header-nav > ul > li > a > .nav-c::before {
    width: 28px;
    height: 27px;
    background-position: -250.5px -208px;
    background-size: 326px 302px;
}

@media only screen and (min-width: 769px) {
    .header-nav > ul > li > a > span {
        padding-top: 0;
        font-size: 1.6rem;
    }
    .header-nav > ul > li > a > span::before {
        top: -3px;
        right: auto;
    }
    .header-nav > ul > li > a > .nav-a {
        padding-left: 31px;
    }
    .header-nav > ul > li > a > .nav-b {
        padding-left: 35px;
    }
    .header-nav > ul > li > a > .nav-c {
        padding-left: 36px;
    }
}

/*----------------------------------------
 Footer
----------------------------------------*/
#str-footer {
    border-top: 1px solid #039;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .footer-content {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

.footer-content > * {
    margin-top: 14px;
}

.footer-link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8px;
    margin-left: -30px;
}

.footer-link > li {
    padding-bottom: 8px;
    padding-left: 30px;
    line-height: 1.6;
}

.footer-link > li > a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 1.4rem;
    color: #666;
}

.footer-link > li > a::before {
    position: absolute;
    top: 7px;
    left: -1px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
    transition: border-color .2s;
    transform: rotate(45deg) skew(-10deg, -10deg);
}

@media only screen and (min-width: 769px) {
    .footer-link > li > a:hover, .footer-link > li > a:active, .footer-link > li > a:focus {
        color: rgba(102, 102, 102, .8);
    }
    .footer-link > li > a:hover::before, .footer-link > li > a:active::before, .footer-link > li > a:focus::before {
        border-color: rgba(102, 102, 102, .8);
    }
}

@media only screen and (max-width: 768px) {
    .footer-link {
        margin-left: -20px;
    }
    .footer-link > li {
        padding-left: 20px;
    }
}

.footer-copyright {
    margin-top: 12px;
    margin-left: auto;
    padding-left: 40px;
    line-height: 1.6;
}

.footer-copyright small {
    font-size: 1.2rem;
    color: #666;
}

/*----------------------------------------
 Content
----------------------------------------*/
.header-content, .footer-content, .str-content-a, .hdg-a {
    max-width: calc(1080px + 15px + 15px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

/*
 * .str-content-a
** ------------------------------------------------------ */
.str-content-a {
    margin-top: 60px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
    .str-content-a {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

/* ==============================================================================================
 Modules
================================================================================================= */
/*
 * margin
** ------------------------------------------------------ */
.hdg-ques-a + .hdg-b-wrap, .hdg-c + .hdg-b-wrap, .hdg-d + .hdg-b-wrap, .hdg-f + .hdg-b-wrap, p + .hdg-b-wrap, [class^="txt-"] + .hdg-b-wrap, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-b-wrap, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-b-wrap {
    margin-top: 42px;
}

.hdg-b-wrap + .hdg-b-wrap, .hdg-e + .hdg-b-wrap, .link-idx-a + .hdg-b-wrap, [class^="link-panel-"] + .hdg-b-wrap, .link-tab-a + .hdg-b-wrap, [class^="btn-"] + .hdg-b-wrap, [class^="tbl-"] + .hdg-b-wrap, [class^="box-"] + .hdg-b-wrap, .list-step-a + .hdg-b-wrap, .list-desc-b + .hdg-b-wrap, .list-example-a + .hdg-b-wrap, .list-item-a + .hdg-b-wrap, .list-item-c + .hdg-b-wrap, .list-item-d + .hdg-b-wrap, [class^="form-"] + .hdg-b-wrap, [class^="modal-"] + .hdg-b-wrap, .area-procedure-a + .hdg-b-wrap, [class^="lyt-col-"] + .hdg-b-wrap {
    margin-top: 49px;
}

.hdg-ques-a + .hdg-c, .hdg-c + .hdg-c, .hdg-d + .hdg-c, .hdg-f + .hdg-c, p + .hdg-c, [class^="txt-"] + .hdg-c, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-c, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-c, .hdg-ques-a + .hdg-d, .hdg-c + .hdg-d, .hdg-d + .hdg-d, .hdg-f + .hdg-d, p + .hdg-d, [class^="txt-"] + .hdg-d, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-d, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-d, .hdg-ques-a + .hdg-f, .hdg-c + .hdg-f, .hdg-d + .hdg-f, .hdg-f + .hdg-f, p + .hdg-f, [class^="txt-"] + .hdg-f, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-f, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-f, .hdg-ques-a + .hdg-ques-a, .hdg-c + .hdg-ques-a, .hdg-d + .hdg-ques-a, .hdg-f + .hdg-ques-a, p + .hdg-ques-a, [class^="txt-"] + .hdg-ques-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-ques-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-ques-a {
    margin-top: 37px;
}

.hdg-b-wrap + .hdg-c, .hdg-e + .hdg-c, .link-idx-a + .hdg-c, [class^="link-panel-"] + .hdg-c, .link-tab-a + .hdg-c, [class^="btn-"] + .hdg-c, [class^="tbl-"] + .hdg-c, [class^="box-"] + .hdg-c, .list-step-a + .hdg-c, .list-desc-b + .hdg-c, .list-example-a + .hdg-c, .list-item-a + .hdg-c, .list-item-c + .hdg-c, .list-item-d + .hdg-c, [class^="form-"] + .hdg-c, [class^="modal-"] + .hdg-c, .area-procedure-a + .hdg-c, [class^="lyt-col-"] + .hdg-c, .hdg-b-wrap + .hdg-d, .hdg-e + .hdg-d, .link-idx-a + .hdg-d, [class^="link-panel-"] + .hdg-d, .link-tab-a + .hdg-d, [class^="btn-"] + .hdg-d, [class^="tbl-"] + .hdg-d, [class^="box-"] + .hdg-d, .list-step-a + .hdg-d, .list-desc-b + .hdg-d, .list-example-a + .hdg-d, .list-item-a + .hdg-d, .list-item-c + .hdg-d, .list-item-d + .hdg-d, [class^="form-"] + .hdg-d, [class^="modal-"] + .hdg-d, .area-procedure-a + .hdg-d, [class^="lyt-col-"] + .hdg-d, .hdg-b-wrap + .hdg-f, .hdg-e + .hdg-f, .link-idx-a + .hdg-f, [class^="link-panel-"] + .hdg-f, .link-tab-a + .hdg-f, [class^="btn-"] + .hdg-f, [class^="tbl-"] + .hdg-f, [class^="box-"] + .hdg-f, .list-step-a + .hdg-f, .list-desc-b + .hdg-f, .list-example-a + .hdg-f, .list-item-a + .hdg-f, .list-item-c + .hdg-f, .list-item-d + .hdg-f, [class^="form-"] + .hdg-f, [class^="modal-"] + .hdg-f, .area-procedure-a + .hdg-f, [class^="lyt-col-"] + .hdg-f, .hdg-b-wrap + .hdg-ques-a, .hdg-e + .hdg-ques-a, .link-idx-a + .hdg-ques-a, [class^="link-panel-"] + .hdg-ques-a, .link-tab-a + .hdg-ques-a, [class^="btn-"] + .hdg-ques-a, [class^="tbl-"] + .hdg-ques-a, [class^="box-"] + .hdg-ques-a, .list-step-a + .hdg-ques-a, .list-desc-b + .hdg-ques-a, .list-example-a + .hdg-ques-a, .list-item-a + .hdg-ques-a, .list-item-c + .hdg-ques-a, .list-item-d + .hdg-ques-a, [class^="form-"] + .hdg-ques-a, [class^="modal-"] + .hdg-ques-a, .area-procedure-a + .hdg-ques-a, [class^="lyt-col-"] + .hdg-ques-a {
    margin-top: 43px;
}

.hdg-ques-a + .hdg-e, .hdg-c + .hdg-e, .hdg-d + .hdg-e, .hdg-f + .hdg-e, p + .hdg-e, [class^="txt-"] + .hdg-e, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-e, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-e {
    margin-top: 69px;
}

.hdg-b-wrap + .hdg-e, .hdg-e + .hdg-e, .link-idx-a + .hdg-e, [class^="link-panel-"] + .hdg-e, .link-tab-a + .hdg-e, [class^="btn-"] + .hdg-e, [class^="tbl-"] + .hdg-e, [class^="box-"] + .hdg-e, .list-step-a + .hdg-e, .list-desc-b + .hdg-e, .list-example-a + .hdg-e, .list-item-a + .hdg-e, .list-item-c + .hdg-e, .list-item-d + .hdg-e, [class^="form-"] + .hdg-e, [class^="modal-"] + .hdg-e, .area-procedure-a + .hdg-e, [class^="lyt-col-"] + .hdg-e {
    margin-top: 74px;
}

.hdg-ques-a + p, .hdg-c + p, .hdg-d + p, .hdg-f + p, p + p, [class^="txt-"] + p, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + p, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + p, .hdg-ques-a + .list-bullet-a, .hdg-c + .list-bullet-a, .hdg-d + .list-bullet-a, .hdg-f + .list-bullet-a, p + .list-bullet-a, [class^="txt-"] + .list-bullet-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-bullet-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-bullet-a, .hdg-ques-a + .list-notes-a, .hdg-c + .list-notes-a, .hdg-d + .list-notes-a, .hdg-f + .list-notes-a, p + .list-notes-a, [class^="txt-"] + .list-notes-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-notes-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-notes-a, .hdg-ques-a + .list-order-a, .hdg-c + .list-order-a, .hdg-d + .list-order-a, .hdg-f + .list-order-a, p + .list-order-a, [class^="txt-"] + .list-order-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-order-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-order-a, .hdg-ques-a + .link-list-a, .hdg-c + .link-list-a, .hdg-d + .link-list-a, .hdg-f + .link-list-a, p + .link-list-a, [class^="txt-"] + .link-list-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-list-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-list-a, .hdg-ques-a + .list-desc-c, .hdg-c + .list-desc-c, .hdg-d + .list-desc-c, .hdg-f + .list-desc-c, p + .list-desc-c, [class^="txt-"] + .list-desc-c, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-desc-c, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-desc-c {
    margin-top: 11px;
}

.hdg-b-wrap + p, .hdg-e + p, .link-idx-a + p, [class^="link-panel-"] + p, .link-tab-a + p, [class^="btn-"] + p, [class^="tbl-"] + p, [class^="box-"] + p, .list-step-a + p, .list-desc-b + p, .list-example-a + p, .list-item-a + p, .list-item-c + p, .list-item-d + p, [class^="form-"] + p, [class^="modal-"] + p, .area-procedure-a + p, [class^="lyt-col-"] + p, .hdg-b-wrap + .list-bullet-a, .hdg-e + .list-bullet-a, .link-idx-a + .list-bullet-a, [class^="link-panel-"] + .list-bullet-a, .link-tab-a + .list-bullet-a, [class^="btn-"] + .list-bullet-a, [class^="tbl-"] + .list-bullet-a, [class^="box-"] + .list-bullet-a, .list-step-a + .list-bullet-a, .list-desc-b + .list-bullet-a, .list-example-a + .list-bullet-a, .list-item-a + .list-bullet-a, .list-item-c + .list-bullet-a, .list-item-d + .list-bullet-a, [class^="form-"] + .list-bullet-a, [class^="modal-"] + .list-bullet-a, .area-procedure-a + .list-bullet-a, [class^="lyt-col-"] + .list-bullet-a, .hdg-b-wrap + .list-notes-a, .hdg-e + .list-notes-a, .link-idx-a + .list-notes-a, [class^="link-panel-"] + .list-notes-a, .link-tab-a + .list-notes-a, [class^="btn-"] + .list-notes-a, [class^="tbl-"] + .list-notes-a, [class^="box-"] + .list-notes-a, .list-step-a + .list-notes-a, .list-desc-b + .list-notes-a, .list-example-a + .list-notes-a, .list-item-a + .list-notes-a, .list-item-c + .list-notes-a, .list-item-d + .list-notes-a, [class^="form-"] + .list-notes-a, [class^="modal-"] + .list-notes-a, .area-procedure-a + .list-notes-a, [class^="lyt-col-"] + .list-notes-a, .hdg-b-wrap + .list-order-a, .hdg-e + .list-order-a, .link-idx-a + .list-order-a, [class^="link-panel-"] + .list-order-a, .link-tab-a + .list-order-a, [class^="btn-"] + .list-order-a, [class^="tbl-"] + .list-order-a, [class^="box-"] + .list-order-a, .list-step-a + .list-order-a, .list-desc-b + .list-order-a, .list-example-a + .list-order-a, .list-item-a + .list-order-a, .list-item-c + .list-order-a, .list-item-d + .list-order-a, [class^="form-"] + .list-order-a, [class^="modal-"] + .list-order-a, .area-procedure-a + .list-order-a, [class^="lyt-col-"] + .list-order-a, .hdg-b-wrap + .link-list-a, .hdg-e + .link-list-a, .link-idx-a + .link-list-a, [class^="link-panel-"] + .link-list-a, .link-tab-a + .link-list-a, [class^="btn-"] + .link-list-a, [class^="tbl-"] + .link-list-a, [class^="box-"] + .link-list-a, .list-step-a + .link-list-a, .list-desc-b + .link-list-a, .list-example-a + .link-list-a, .list-item-a + .link-list-a, .list-item-c + .link-list-a, .list-item-d + .link-list-a, [class^="form-"] + .link-list-a, [class^="modal-"] + .link-list-a, .area-procedure-a + .link-list-a, [class^="lyt-col-"] + .link-list-a, .hdg-b-wrap + .list-desc-c, .hdg-e + .list-desc-c, .link-idx-a + .list-desc-c, [class^="link-panel-"] + .list-desc-c, .link-tab-a + .list-desc-c, [class^="btn-"] + .list-desc-c, [class^="tbl-"] + .list-desc-c, [class^="box-"] + .list-desc-c, .list-step-a + .list-desc-c, .list-desc-b + .list-desc-c, .list-example-a + .list-desc-c, .list-item-a + .list-desc-c, .list-item-c + .list-desc-c, .list-item-d + .list-desc-c, [class^="form-"] + .list-desc-c, [class^="modal-"] + .list-desc-c, .area-procedure-a + .list-desc-c, [class^="lyt-col-"] + .list-desc-c {
    margin-top: 18px;
}

.hdg-ques-a + .link-back-b, .hdg-c + .link-back-b, .hdg-d + .link-back-b, .hdg-f + .link-back-b, p + .link-back-b, [class^="txt-"] + .link-back-b, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-back-b, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-back-b, .hdg-ques-a + .list-item-c, .hdg-c + .list-item-c, .hdg-d + .list-item-c, .hdg-f + .list-item-c, p + .list-item-c, [class^="txt-"] + .list-item-c, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-item-c, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-item-c {
    margin-top: 27px;
}

.hdg-b-wrap + .link-back-b, .hdg-e + .link-back-b, .link-idx-a + .link-back-b, [class^="link-panel-"] + .link-back-b, .link-tab-a + .link-back-b, [class^="btn-"] + .link-back-b, [class^="tbl-"] + .link-back-b, [class^="box-"] + .link-back-b, .list-step-a + .link-back-b, .list-desc-b + .link-back-b, .list-example-a + .link-back-b, .list-item-a + .link-back-b, .list-item-c + .link-back-b, .list-item-d + .link-back-b, [class^="form-"] + .link-back-b, [class^="modal-"] + .link-back-b, .area-procedure-a + .link-back-b, [class^="lyt-col-"] + .link-back-b, .hdg-b-wrap + .list-item-c, .hdg-e + .list-item-c, .link-idx-a + .list-item-c, [class^="link-panel-"] + .list-item-c, .link-tab-a + .list-item-c, [class^="btn-"] + .list-item-c, [class^="tbl-"] + .list-item-c, [class^="box-"] + .list-item-c, .list-step-a + .list-item-c, .list-desc-b + .list-item-c, .list-example-a + .list-item-c, .list-item-a + .list-item-c, .list-item-c + .list-item-c, .list-item-d + .list-item-c, [class^="form-"] + .list-item-c, [class^="modal-"] + .list-item-c, .area-procedure-a + .list-item-c, [class^="lyt-col-"] + .list-item-c {
    margin-top: 34px;
}

.hdg-ques-a + .txt-attn-a, .hdg-c + .txt-attn-a, .hdg-d + .txt-attn-a, .hdg-f + .txt-attn-a, p + .txt-attn-a, [class^="txt-"] + .txt-attn-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .txt-attn-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .txt-attn-a, .hdg-ques-a + .list-desc-b, .hdg-c + .list-desc-b, .hdg-d + .list-desc-b, .hdg-f + .list-desc-b, p + .list-desc-b, [class^="txt-"] + .list-desc-b, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-desc-b, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-desc-b {
    margin-top: 47px;
}

.hdg-b-wrap + .txt-attn-a, .hdg-e + .txt-attn-a, .link-idx-a + .txt-attn-a, [class^="link-panel-"] + .txt-attn-a, .link-tab-a + .txt-attn-a, [class^="btn-"] + .txt-attn-a, [class^="tbl-"] + .txt-attn-a, [class^="box-"] + .txt-attn-a, .list-step-a + .txt-attn-a, .list-desc-b + .txt-attn-a, .list-example-a + .txt-attn-a, .list-item-a + .txt-attn-a, .list-item-c + .txt-attn-a, .list-item-d + .txt-attn-a, [class^="form-"] + .txt-attn-a, [class^="modal-"] + .txt-attn-a, .area-procedure-a + .txt-attn-a, [class^="lyt-col-"] + .txt-attn-a, .hdg-b-wrap + .list-desc-b, .hdg-e + .list-desc-b, .link-idx-a + .list-desc-b, [class^="link-panel-"] + .list-desc-b, .link-tab-a + .list-desc-b, [class^="btn-"] + .list-desc-b, [class^="tbl-"] + .list-desc-b, [class^="box-"] + .list-desc-b, .list-step-a + .list-desc-b, .list-desc-b + .list-desc-b, .list-example-a + .list-desc-b, .list-item-a + .list-desc-b, .list-item-c + .list-desc-b, .list-item-d + .list-desc-b, [class^="form-"] + .list-desc-b, [class^="modal-"] + .list-desc-b, .area-procedure-a + .list-desc-b, [class^="lyt-col-"] + .list-desc-b {
    margin-top: 52px;
}

.hdg-ques-a + .list-info-a, .hdg-c + .list-info-a, .hdg-d + .list-info-a, .hdg-f + .list-info-a, p + .list-info-a, [class^="txt-"] + .list-info-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-info-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-info-a {
    margin-top: 19px;
}

.hdg-b-wrap + .list-info-a, .hdg-e + .list-info-a, .link-idx-a + .list-info-a, [class^="link-panel-"] + .list-info-a, .link-tab-a + .list-info-a, [class^="btn-"] + .list-info-a, [class^="tbl-"] + .list-info-a, [class^="box-"] + .list-info-a, .list-step-a + .list-info-a, .list-desc-b + .list-info-a, .list-example-a + .list-info-a, .list-item-a + .list-info-a, .list-item-c + .list-info-a, .list-item-d + .list-info-a, [class^="form-"] + .list-info-a, [class^="modal-"] + .list-info-a, .area-procedure-a + .list-info-a, [class^="lyt-col-"] + .list-info-a {
    margin-top: 26px;
}

.hdg-ques-a + .tbl-a, .hdg-c + .tbl-a, .hdg-d + .tbl-a, .hdg-f + .tbl-a, p + .tbl-a, [class^="txt-"] + .tbl-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .tbl-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .tbl-a, .hdg-ques-a + .tbl-b, .hdg-c + .tbl-b, .hdg-d + .tbl-b, .hdg-f + .tbl-b, p + .tbl-b, [class^="txt-"] + .tbl-b, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .tbl-b, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .tbl-b, .hdg-ques-a + .tbl-c, .hdg-c + .tbl-c, .hdg-d + .tbl-c, .hdg-f + .tbl-c, p + .tbl-c, [class^="txt-"] + .tbl-c, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .tbl-c, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .tbl-c, .hdg-ques-a + .tbl-scroll-a, .hdg-c + .tbl-scroll-a, .hdg-d + .tbl-scroll-a, .hdg-f + .tbl-scroll-a, p + .tbl-scroll-a, [class^="txt-"] + .tbl-scroll-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .tbl-scroll-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .tbl-scroll-a, .hdg-ques-a + .link-panel-a, .hdg-c + .link-panel-a, .hdg-d + .link-panel-a, .hdg-f + .link-panel-a, p + .link-panel-a, [class^="txt-"] + .link-panel-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-panel-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-panel-a, .hdg-ques-a + .box-a, .hdg-c + .box-a, .hdg-d + .box-a, .hdg-f + .box-a, p + .box-a, [class^="txt-"] + .box-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-a, .hdg-ques-a + .link-idx-a, .hdg-c + .link-idx-a, .hdg-d + .link-idx-a, .hdg-f + .link-idx-a, p + .link-idx-a, [class^="txt-"] + .link-idx-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-idx-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-idx-a, .hdg-ques-a + .list-item-d, .hdg-c + .list-item-d, .hdg-d + .list-item-d, .hdg-f + .list-item-d, p + .list-item-d, [class^="txt-"] + .list-item-d, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-item-d, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-item-d {
    margin-top: 26px;
}

.hdg-b-wrap + .tbl-a, .hdg-e + .tbl-a, .link-idx-a + .tbl-a, [class^="link-panel-"] + .tbl-a, .link-tab-a + .tbl-a, [class^="btn-"] + .tbl-a, [class^="tbl-"] + .tbl-a, [class^="box-"] + .tbl-a, .list-step-a + .tbl-a, .list-desc-b + .tbl-a, .list-example-a + .tbl-a, .list-item-a + .tbl-a, .list-item-c + .tbl-a, .list-item-d + .tbl-a, [class^="form-"] + .tbl-a, [class^="modal-"] + .tbl-a, .area-procedure-a + .tbl-a, [class^="lyt-col-"] + .tbl-a, .hdg-b-wrap + .tbl-b, .hdg-e + .tbl-b, .link-idx-a + .tbl-b, [class^="link-panel-"] + .tbl-b, .link-tab-a + .tbl-b, [class^="btn-"] + .tbl-b, [class^="tbl-"] + .tbl-b, [class^="box-"] + .tbl-b, .list-step-a + .tbl-b, .list-desc-b + .tbl-b, .list-example-a + .tbl-b, .list-item-a + .tbl-b, .list-item-c + .tbl-b, .list-item-d + .tbl-b, [class^="form-"] + .tbl-b, [class^="modal-"] + .tbl-b, .area-procedure-a + .tbl-b, [class^="lyt-col-"] + .tbl-b, .hdg-b-wrap + .tbl-c, .hdg-e + .tbl-c, .link-idx-a + .tbl-c, [class^="link-panel-"] + .tbl-c, .link-tab-a + .tbl-c, [class^="btn-"] + .tbl-c, [class^="tbl-"] + .tbl-c, [class^="box-"] + .tbl-c, .list-step-a + .tbl-c, .list-desc-b + .tbl-c, .list-example-a + .tbl-c, .list-item-a + .tbl-c, .list-item-c + .tbl-c, .list-item-d + .tbl-c, [class^="form-"] + .tbl-c, [class^="modal-"] + .tbl-c, .area-procedure-a + .tbl-c, [class^="lyt-col-"] + .tbl-c, .hdg-b-wrap + .tbl-scroll-a, .hdg-e + .tbl-scroll-a, .link-idx-a + .tbl-scroll-a, [class^="link-panel-"] + .tbl-scroll-a, .link-tab-a + .tbl-scroll-a, [class^="btn-"] + .tbl-scroll-a, [class^="tbl-"] + .tbl-scroll-a, [class^="box-"] + .tbl-scroll-a, .list-step-a + .tbl-scroll-a, .list-desc-b + .tbl-scroll-a, .list-example-a + .tbl-scroll-a, .list-item-a + .tbl-scroll-a, .list-item-c + .tbl-scroll-a, .list-item-d + .tbl-scroll-a, [class^="form-"] + .tbl-scroll-a, [class^="modal-"] + .tbl-scroll-a, .area-procedure-a + .tbl-scroll-a, [class^="lyt-col-"] + .tbl-scroll-a, .hdg-b-wrap + .link-panel-a, .hdg-e + .link-panel-a, .link-idx-a + .link-panel-a, [class^="link-panel-"] + .link-panel-a, .link-tab-a + .link-panel-a, [class^="btn-"] + .link-panel-a, [class^="tbl-"] + .link-panel-a, [class^="box-"] + .link-panel-a, .list-step-a + .link-panel-a, .list-desc-b + .link-panel-a, .list-example-a + .link-panel-a, .list-item-a + .link-panel-a, .list-item-c + .link-panel-a, .list-item-d + .link-panel-a, [class^="form-"] + .link-panel-a, [class^="modal-"] + .link-panel-a, .area-procedure-a + .link-panel-a, [class^="lyt-col-"] + .link-panel-a, .hdg-b-wrap + .box-a, .hdg-e + .box-a, .link-idx-a + .box-a, [class^="link-panel-"] + .box-a, .link-tab-a + .box-a, [class^="btn-"] + .box-a, [class^="tbl-"] + .box-a, [class^="box-"] + .box-a, .list-step-a + .box-a, .list-desc-b + .box-a, .list-example-a + .box-a, .list-item-a + .box-a, .list-item-c + .box-a, .list-item-d + .box-a, [class^="form-"] + .box-a, [class^="modal-"] + .box-a, .area-procedure-a + .box-a, [class^="lyt-col-"] + .box-a, .hdg-b-wrap + .link-idx-a, .hdg-e + .link-idx-a, .link-idx-a + .link-idx-a, [class^="link-panel-"] + .link-idx-a, .link-tab-a + .link-idx-a, [class^="btn-"] + .link-idx-a, [class^="tbl-"] + .link-idx-a, [class^="box-"] + .link-idx-a, .list-step-a + .link-idx-a, .list-desc-b + .link-idx-a, .list-example-a + .link-idx-a, .list-item-a + .link-idx-a, .list-item-c + .link-idx-a, .list-item-d + .link-idx-a, [class^="form-"] + .link-idx-a, [class^="modal-"] + .link-idx-a, .area-procedure-a + .link-idx-a, [class^="lyt-col-"] + .link-idx-a, .hdg-b-wrap + .list-item-d, .hdg-e + .list-item-d, .link-idx-a + .list-item-d, [class^="link-panel-"] + .list-item-d, .link-tab-a + .list-item-d, [class^="btn-"] + .list-item-d, [class^="tbl-"] + .list-item-d, [class^="box-"] + .list-item-d, .list-step-a + .list-item-d, .list-desc-b + .list-item-d, .list-example-a + .list-item-d, .list-item-a + .list-item-d, .list-item-c + .list-item-d, .list-item-d + .list-item-d, [class^="form-"] + .list-item-d, [class^="modal-"] + .list-item-d, .area-procedure-a + .list-item-d, [class^="lyt-col-"] + .list-item-d {
    margin-top: 32px;
}

.hdg-ques-a + .btn-lyt-b, .hdg-c + .btn-lyt-b, .hdg-d + .btn-lyt-b, .hdg-f + .btn-lyt-b, p + .btn-lyt-b, [class^="txt-"] + .btn-lyt-b, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .btn-lyt-b, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .btn-lyt-b, .hdg-ques-a + .btn-list-a, .hdg-c + .btn-list-a, .hdg-d + .btn-list-a, .hdg-f + .btn-list-a, p + .btn-list-a, [class^="txt-"] + .btn-list-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .btn-list-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .btn-list-a, .hdg-ques-a + .box-imp-a, .hdg-c + .box-imp-a, .hdg-d + .box-imp-a, .hdg-f + .box-imp-a, p + .box-imp-a, [class^="txt-"] + .box-imp-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-imp-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-imp-a, .hdg-ques-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .hdg-c + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .hdg-d + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .hdg-f + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), p + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="txt-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a) {
    margin-top: 74px;
}

.hdg-b-wrap + .btn-lyt-b, .hdg-e + .btn-lyt-b, .link-idx-a + .btn-lyt-b, [class^="link-panel-"] + .btn-lyt-b, .link-tab-a + .btn-lyt-b, [class^="btn-"] + .btn-lyt-b, [class^="tbl-"] + .btn-lyt-b, [class^="box-"] + .btn-lyt-b, .list-step-a + .btn-lyt-b, .list-desc-b + .btn-lyt-b, .list-example-a + .btn-lyt-b, .list-item-a + .btn-lyt-b, .list-item-c + .btn-lyt-b, .list-item-d + .btn-lyt-b, [class^="form-"] + .btn-lyt-b, [class^="modal-"] + .btn-lyt-b, .area-procedure-a + .btn-lyt-b, [class^="lyt-col-"] + .btn-lyt-b, .hdg-b-wrap + .btn-list-a, .hdg-e + .btn-list-a, .link-idx-a + .btn-list-a, [class^="link-panel-"] + .btn-list-a, .link-tab-a + .btn-list-a, [class^="btn-"] + .btn-list-a, [class^="tbl-"] + .btn-list-a, [class^="box-"] + .btn-list-a, .list-step-a + .btn-list-a, .list-desc-b + .btn-list-a, .list-example-a + .btn-list-a, .list-item-a + .btn-list-a, .list-item-c + .btn-list-a, .list-item-d + .btn-list-a, [class^="form-"] + .btn-list-a, [class^="modal-"] + .btn-list-a, .area-procedure-a + .btn-list-a, [class^="lyt-col-"] + .btn-list-a, .hdg-b-wrap + .box-imp-a, .hdg-e + .box-imp-a, .link-idx-a + .box-imp-a, [class^="link-panel-"] + .box-imp-a, .link-tab-a + .box-imp-a, [class^="btn-"] + .box-imp-a, [class^="tbl-"] + .box-imp-a, [class^="box-"] + .box-imp-a, .list-step-a + .box-imp-a, .list-desc-b + .box-imp-a, .list-example-a + .box-imp-a, .list-item-a + .box-imp-a, .list-item-c + .box-imp-a, .list-item-d + .box-imp-a, [class^="form-"] + .box-imp-a, [class^="modal-"] + .box-imp-a, .area-procedure-a + .box-imp-a, [class^="lyt-col-"] + .box-imp-a, .hdg-b-wrap + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .hdg-e + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .link-idx-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="link-panel-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .link-tab-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="btn-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="tbl-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="box-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-step-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-desc-b + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-example-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-item-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-item-c + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-item-d + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="form-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="modal-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .area-procedure-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="lyt-col-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a) {
    margin-top: 80px;
}

.hdg-ques-a + .box-alert-a, .hdg-c + .box-alert-a, .hdg-d + .box-alert-a, .hdg-f + .box-alert-a, p + .box-alert-a, [class^="txt-"] + .box-alert-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-alert-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-alert-a, .hdg-ques-a + .link-tab-a, .hdg-c + .link-tab-a, .hdg-d + .link-tab-a, .hdg-f + .link-tab-a, p + .link-tab-a, [class^="txt-"] + .link-tab-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-tab-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-tab-a, .hdg-ques-a + .list-step-a, .hdg-c + .list-step-a, .hdg-d + .list-step-a, .hdg-f + .list-step-a, p + .list-step-a, [class^="txt-"] + .list-step-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-step-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-step-a, .hdg-ques-a + .list-example-a, .hdg-c + .list-example-a, .hdg-d + .list-example-a, .hdg-f + .list-example-a, p + .list-example-a, [class^="txt-"] + .list-example-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-example-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-example-a {
    margin-top: 50px;
}

.hdg-b-wrap + .box-alert-a, .hdg-e + .box-alert-a, .link-idx-a + .box-alert-a, [class^="link-panel-"] + .box-alert-a, .link-tab-a + .box-alert-a, [class^="btn-"] + .box-alert-a, [class^="tbl-"] + .box-alert-a, [class^="box-"] + .box-alert-a, .list-step-a + .box-alert-a, .list-desc-b + .box-alert-a, .list-example-a + .box-alert-a, .list-item-a + .box-alert-a, .list-item-c + .box-alert-a, .list-item-d + .box-alert-a, [class^="form-"] + .box-alert-a, [class^="modal-"] + .box-alert-a, .area-procedure-a + .box-alert-a, [class^="lyt-col-"] + .box-alert-a, .hdg-b-wrap + .link-tab-a, .hdg-e + .link-tab-a, .link-idx-a + .link-tab-a, [class^="link-panel-"] + .link-tab-a, .link-tab-a + .link-tab-a, [class^="btn-"] + .link-tab-a, [class^="tbl-"] + .link-tab-a, [class^="box-"] + .link-tab-a, .list-step-a + .link-tab-a, .list-desc-b + .link-tab-a, .list-example-a + .link-tab-a, .list-item-a + .link-tab-a, .list-item-c + .link-tab-a, .list-item-d + .link-tab-a, [class^="form-"] + .link-tab-a, [class^="modal-"] + .link-tab-a, .area-procedure-a + .link-tab-a, [class^="lyt-col-"] + .link-tab-a, .hdg-b-wrap + .list-step-a, .hdg-e + .list-step-a, .link-idx-a + .list-step-a, [class^="link-panel-"] + .list-step-a, .link-tab-a + .list-step-a, [class^="btn-"] + .list-step-a, [class^="tbl-"] + .list-step-a, [class^="box-"] + .list-step-a, .list-step-a + .list-step-a, .list-desc-b + .list-step-a, .list-example-a + .list-step-a, .list-item-a + .list-step-a, .list-item-c + .list-step-a, .list-item-d + .list-step-a, [class^="form-"] + .list-step-a, [class^="modal-"] + .list-step-a, .area-procedure-a + .list-step-a, [class^="lyt-col-"] + .list-step-a, .hdg-b-wrap + .list-example-a, .hdg-e + .list-example-a, .link-idx-a + .list-example-a, [class^="link-panel-"] + .list-example-a, .link-tab-a + .list-example-a, [class^="btn-"] + .list-example-a, [class^="tbl-"] + .list-example-a, [class^="box-"] + .list-example-a, .list-step-a + .list-example-a, .list-desc-b + .list-example-a, .list-example-a + .list-example-a, .list-item-a + .list-example-a, .list-item-c + .list-example-a, .list-item-d + .list-example-a, [class^="form-"] + .list-example-a, [class^="modal-"] + .list-example-a, .area-procedure-a + .list-example-a, [class^="lyt-col-"] + .list-example-a {
    margin-top: 56px;
}

.hdg-ques-a + .btn-lyt-a, .hdg-c + .btn-lyt-a, .hdg-d + .btn-lyt-a, .hdg-f + .btn-lyt-a, p + .btn-lyt-a, [class^="txt-"] + .btn-lyt-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .btn-lyt-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .btn-lyt-a, .hdg-ques-a + [class^="form-list-"], .hdg-c + [class^="form-list-"], .hdg-d + [class^="form-list-"], .hdg-f + [class^="form-list-"], p + [class^="form-list-"], [class^="txt-"] + [class^="form-list-"], [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + [class^="form-list-"], [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + [class^="form-list-"], .hdg-ques-a + .area-procedure-a, .hdg-c + .area-procedure-a, .hdg-d + .area-procedure-a, .hdg-f + .area-procedure-a, p + .area-procedure-a, [class^="txt-"] + .area-procedure-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .area-procedure-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .area-procedure-a {
    margin-top: 34px;
}

.hdg-b-wrap + .btn-lyt-a, .hdg-e + .btn-lyt-a, .link-idx-a + .btn-lyt-a, [class^="link-panel-"] + .btn-lyt-a, .link-tab-a + .btn-lyt-a, [class^="btn-"] + .btn-lyt-a, [class^="tbl-"] + .btn-lyt-a, [class^="box-"] + .btn-lyt-a, .list-step-a + .btn-lyt-a, .list-desc-b + .btn-lyt-a, .list-example-a + .btn-lyt-a, .list-item-a + .btn-lyt-a, .list-item-c + .btn-lyt-a, .list-item-d + .btn-lyt-a, [class^="form-"] + .btn-lyt-a, [class^="modal-"] + .btn-lyt-a, .area-procedure-a + .btn-lyt-a, [class^="lyt-col-"] + .btn-lyt-a, .hdg-b-wrap + [class^="form-list-"], .hdg-e + [class^="form-list-"], .link-idx-a + [class^="form-list-"], [class^="link-panel-"] + [class^="form-list-"], .link-tab-a + [class^="form-list-"], [class^="btn-"] + [class^="form-list-"], [class^="tbl-"] + [class^="form-list-"], [class^="box-"] + [class^="form-list-"], .list-step-a + [class^="form-list-"], .list-desc-b + [class^="form-list-"], .list-example-a + [class^="form-list-"], .list-item-a + [class^="form-list-"], .list-item-c + [class^="form-list-"], .list-item-d + [class^="form-list-"], [class^="form-"] + [class^="form-list-"], [class^="modal-"] + [class^="form-list-"], .area-procedure-a + [class^="form-list-"], [class^="lyt-col-"] + [class^="form-list-"], .hdg-b-wrap + .area-procedure-a, .hdg-e + .area-procedure-a, .link-idx-a + .area-procedure-a, [class^="link-panel-"] + .area-procedure-a, .link-tab-a + .area-procedure-a, [class^="btn-"] + .area-procedure-a, [class^="tbl-"] + .area-procedure-a, [class^="box-"] + .area-procedure-a, .list-step-a + .area-procedure-a, .list-desc-b + .area-procedure-a, .list-example-a + .area-procedure-a, .list-item-a + .area-procedure-a, .list-item-c + .area-procedure-a, .list-item-d + .area-procedure-a, [class^="form-"] + .area-procedure-a, [class^="modal-"] + .area-procedure-a, .area-procedure-a + .area-procedure-a, [class^="lyt-col-"] + .area-procedure-a {
    margin-top: 40px;
}

.hdg-ques-a + [class^="lyt-col-"], .hdg-c + [class^="lyt-col-"], .hdg-d + [class^="lyt-col-"], .hdg-f + [class^="lyt-col-"], p + [class^="lyt-col-"], [class^="txt-"] + [class^="lyt-col-"], [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + [class^="lyt-col-"], [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + [class^="lyt-col-"], .hdg-ques-a + .box-product-a, .hdg-c + .box-product-a, .hdg-d + .box-product-a, .hdg-f + .box-product-a, p + .box-product-a, [class^="txt-"] + .box-product-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-product-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-product-a {
    margin-top: 42px;
}

.hdg-b-wrap + [class^="lyt-col-"], .hdg-e + [class^="lyt-col-"], .link-idx-a + [class^="lyt-col-"], [class^="link-panel-"] + [class^="lyt-col-"], .link-tab-a + [class^="lyt-col-"], [class^="btn-"] + [class^="lyt-col-"], [class^="tbl-"] + [class^="lyt-col-"], [class^="box-"] + [class^="lyt-col-"], .list-step-a + [class^="lyt-col-"], .list-desc-b + [class^="lyt-col-"], .list-example-a + [class^="lyt-col-"], .list-item-a + [class^="lyt-col-"], .list-item-c + [class^="lyt-col-"], .list-item-d + [class^="lyt-col-"], [class^="form-"] + [class^="lyt-col-"], [class^="modal-"] + [class^="lyt-col-"], .area-procedure-a + [class^="lyt-col-"], [class^="lyt-col-"] + [class^="lyt-col-"], .hdg-b-wrap + .box-product-a, .hdg-e + .box-product-a, .link-idx-a + .box-product-a, [class^="link-panel-"] + .box-product-a, .link-tab-a + .box-product-a, [class^="btn-"] + .box-product-a, [class^="tbl-"] + .box-product-a, [class^="box-"] + .box-product-a, .list-step-a + .box-product-a, .list-desc-b + .box-product-a, .list-example-a + .box-product-a, .list-item-a + .box-product-a, .list-item-c + .box-product-a, .list-item-d + .box-product-a, [class^="form-"] + .box-product-a, [class^="modal-"] + .box-product-a, .area-procedure-a + .box-product-a, [class^="lyt-col-"] + .box-product-a {
    margin-top: 48px;
}

.hdg-ques-a + .box-upload-a, .hdg-c + .box-upload-a, .hdg-d + .box-upload-a, .hdg-f + .box-upload-a, p + .box-upload-a, [class^="txt-"] + .box-upload-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-upload-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-upload-a {
    margin-top: 14px;
}

.hdg-b-wrap + .box-upload-a, .hdg-e + .box-upload-a, .link-idx-a + .box-upload-a, [class^="link-panel-"] + .box-upload-a, .link-tab-a + .box-upload-a, [class^="btn-"] + .box-upload-a, [class^="tbl-"] + .box-upload-a, [class^="box-"] + .box-upload-a, .list-step-a + .box-upload-a, .list-desc-b + .box-upload-a, .list-example-a + .box-upload-a, .list-item-a + .box-upload-a, .list-item-c + .box-upload-a, .list-item-d + .box-upload-a, [class^="form-"] + .box-upload-a, [class^="modal-"] + .box-upload-a, .area-procedure-a + .box-upload-a, [class^="lyt-col-"] + .box-upload-a {
    margin-top: 20px;
}

.hdg-ques-a + .list-item-a, .hdg-c + .list-item-a, .hdg-d + .list-item-a, .hdg-f + .list-item-a, p + .list-item-a, [class^="txt-"] + .list-item-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-item-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-item-a {
    margin-top: 18px;
}

.hdg-b-wrap + .list-item-a, .hdg-e + .list-item-a, .link-idx-a + .list-item-a, [class^="link-panel-"] + .list-item-a, .link-tab-a + .list-item-a, [class^="btn-"] + .list-item-a, [class^="tbl-"] + .list-item-a, [class^="box-"] + .list-item-a, .list-step-a + .list-item-a, .list-desc-b + .list-item-a, .list-example-a + .list-item-a, .list-item-a + .list-item-a, .list-item-c + .list-item-a, .list-item-d + .list-item-a, [class^="form-"] + .list-item-a, [class^="modal-"] + .list-item-a, .area-procedure-a + .list-item-a, [class^="lyt-col-"] + .list-item-a {
    margin-top: 24px;
}

@media only screen and (max-width: 768px) {
    .hdg-ques-a + .hdg-b-wrap, .hdg-c + .hdg-b-wrap, .hdg-d + .hdg-b-wrap, .hdg-f + .hdg-b-wrap, p + .hdg-b-wrap, [class^="txt-"] + .hdg-b-wrap, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-b-wrap, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-b-wrap {
        margin-top: 21px;
    }
    .hdg-b-wrap + .hdg-b-wrap, .hdg-e + .hdg-b-wrap, .link-idx-a + .hdg-b-wrap, [class^="link-panel-"] + .hdg-b-wrap, .link-tab-a + .hdg-b-wrap, [class^="btn-"] + .hdg-b-wrap, [class^="tbl-"] + .hdg-b-wrap, [class^="box-"] + .hdg-b-wrap, .list-step-a + .hdg-b-wrap, .list-desc-b + .hdg-b-wrap, .list-example-a + .hdg-b-wrap, .list-item-a + .hdg-b-wrap, .list-item-c + .hdg-b-wrap, .list-item-d + .hdg-b-wrap, [class^="form-"] + .hdg-b-wrap, [class^="modal-"] + .hdg-b-wrap, .area-procedure-a + .hdg-b-wrap, [class^="lyt-col-"] + .hdg-b-wrap {
        margin-top: 26px;
    }
    .hdg-ques-a + .hdg-c, .hdg-c + .hdg-c, .hdg-d + .hdg-c, .hdg-f + .hdg-c, p + .hdg-c, [class^="txt-"] + .hdg-c, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-c, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-c, .hdg-ques-a + .hdg-d, .hdg-c + .hdg-d, .hdg-d + .hdg-d, .hdg-f + .hdg-d, p + .hdg-d, [class^="txt-"] + .hdg-d, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-d, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-d, .hdg-ques-a + .hdg-ques-a, .hdg-c + .hdg-ques-a, .hdg-d + .hdg-ques-a, .hdg-f + .hdg-ques-a, p + .hdg-ques-a, [class^="txt-"] + .hdg-ques-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-ques-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-ques-a {
        margin-top: 31px;
    }
    .hdg-b-wrap + .hdg-c, .hdg-e + .hdg-c, .link-idx-a + .hdg-c, [class^="link-panel-"] + .hdg-c, .link-tab-a + .hdg-c, [class^="btn-"] + .hdg-c, [class^="tbl-"] + .hdg-c, [class^="box-"] + .hdg-c, .list-step-a + .hdg-c, .list-desc-b + .hdg-c, .list-example-a + .hdg-c, .list-item-a + .hdg-c, .list-item-c + .hdg-c, .list-item-d + .hdg-c, [class^="form-"] + .hdg-c, [class^="modal-"] + .hdg-c, .area-procedure-a + .hdg-c, [class^="lyt-col-"] + .hdg-c, .hdg-b-wrap + .hdg-d, .hdg-e + .hdg-d, .link-idx-a + .hdg-d, [class^="link-panel-"] + .hdg-d, .link-tab-a + .hdg-d, [class^="btn-"] + .hdg-d, [class^="tbl-"] + .hdg-d, [class^="box-"] + .hdg-d, .list-step-a + .hdg-d, .list-desc-b + .hdg-d, .list-example-a + .hdg-d, .list-item-a + .hdg-d, .list-item-c + .hdg-d, .list-item-d + .hdg-d, [class^="form-"] + .hdg-d, [class^="modal-"] + .hdg-d, .area-procedure-a + .hdg-d, [class^="lyt-col-"] + .hdg-d, .hdg-b-wrap + .hdg-ques-a, .hdg-e + .hdg-ques-a, .link-idx-a + .hdg-ques-a, [class^="link-panel-"] + .hdg-ques-a, .link-tab-a + .hdg-ques-a, [class^="btn-"] + .hdg-ques-a, [class^="tbl-"] + .hdg-ques-a, [class^="box-"] + .hdg-ques-a, .list-step-a + .hdg-ques-a, .list-desc-b + .hdg-ques-a, .list-example-a + .hdg-ques-a, .list-item-a + .hdg-ques-a, .list-item-c + .hdg-ques-a, .list-item-d + .hdg-ques-a, [class^="form-"] + .hdg-ques-a, [class^="modal-"] + .hdg-ques-a, .area-procedure-a + .hdg-ques-a, [class^="lyt-col-"] + .hdg-ques-a {
        margin-top: 35px;
    }
    .hdg-ques-a + .hdg-e, .hdg-c + .hdg-e, .hdg-d + .hdg-e, .hdg-f + .hdg-e, p + .hdg-e, [class^="txt-"] + .hdg-e, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .hdg-e, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .hdg-e {
        margin-top: 51px;
    }
    .hdg-b-wrap + .hdg-e, .hdg-e + .hdg-e, .link-idx-a + .hdg-e, [class^="link-panel-"] + .hdg-e, .link-tab-a + .hdg-e, [class^="btn-"] + .hdg-e, [class^="tbl-"] + .hdg-e, [class^="box-"] + .hdg-e, .list-step-a + .hdg-e, .list-desc-b + .hdg-e, .list-example-a + .hdg-e, .list-item-a + .hdg-e, .list-item-c + .hdg-e, .list-item-d + .hdg-e, [class^="form-"] + .hdg-e, [class^="modal-"] + .hdg-e, .area-procedure-a + .hdg-e, [class^="lyt-col-"] + .hdg-e {
        margin-top: 55px;
    }
    .hdg-ques-a + p, .hdg-c + p, .hdg-d + p, .hdg-f + p, p + p, [class^="txt-"] + p, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + p, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + p, .hdg-ques-a + .list-bullet-a, .hdg-c + .list-bullet-a, .hdg-d + .list-bullet-a, .hdg-f + .list-bullet-a, p + .list-bullet-a, [class^="txt-"] + .list-bullet-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-bullet-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-bullet-a, .hdg-ques-a + .list-notes-a, .hdg-c + .list-notes-a, .hdg-d + .list-notes-a, .hdg-f + .list-notes-a, p + .list-notes-a, [class^="txt-"] + .list-notes-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-notes-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-notes-a, .hdg-ques-a + .list-order-a, .hdg-c + .list-order-a, .hdg-d + .list-order-a, .hdg-f + .list-order-a, p + .list-order-a, [class^="txt-"] + .list-order-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-order-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-order-a, .hdg-ques-a + .link-list-a, .hdg-c + .link-list-a, .hdg-d + .link-list-a, .hdg-f + .link-list-a, p + .link-list-a, [class^="txt-"] + .link-list-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-list-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-list-a, .hdg-ques-a + .list-info-a, .hdg-c + .list-info-a, .hdg-d + .list-info-a, .hdg-f + .list-info-a, p + .list-info-a, [class^="txt-"] + .list-info-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-info-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-info-a, .hdg-ques-a + .list-desc-c, .hdg-c + .list-desc-c, .hdg-d + .list-desc-c, .hdg-f + .list-desc-c, p + .list-desc-c, [class^="txt-"] + .list-desc-c, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-desc-c, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-desc-c {
        margin-top: 7px;
    }
    .hdg-b-wrap + p, .hdg-e + p, .link-idx-a + p, [class^="link-panel-"] + p, .link-tab-a + p, [class^="btn-"] + p, [class^="tbl-"] + p, [class^="box-"] + p, .list-step-a + p, .list-desc-b + p, .list-example-a + p, .list-item-a + p, .list-item-c + p, .list-item-d + p, [class^="form-"] + p, [class^="modal-"] + p, .area-procedure-a + p, [class^="lyt-col-"] + p, .hdg-b-wrap + .list-bullet-a, .hdg-e + .list-bullet-a, .link-idx-a + .list-bullet-a, [class^="link-panel-"] + .list-bullet-a, .link-tab-a + .list-bullet-a, [class^="btn-"] + .list-bullet-a, [class^="tbl-"] + .list-bullet-a, [class^="box-"] + .list-bullet-a, .list-step-a + .list-bullet-a, .list-desc-b + .list-bullet-a, .list-example-a + .list-bullet-a, .list-item-a + .list-bullet-a, .list-item-c + .list-bullet-a, .list-item-d + .list-bullet-a, [class^="form-"] + .list-bullet-a, [class^="modal-"] + .list-bullet-a, .area-procedure-a + .list-bullet-a, [class^="lyt-col-"] + .list-bullet-a, .hdg-b-wrap + .list-notes-a, .hdg-e + .list-notes-a, .link-idx-a + .list-notes-a, [class^="link-panel-"] + .list-notes-a, .link-tab-a + .list-notes-a, [class^="btn-"] + .list-notes-a, [class^="tbl-"] + .list-notes-a, [class^="box-"] + .list-notes-a, .list-step-a + .list-notes-a, .list-desc-b + .list-notes-a, .list-example-a + .list-notes-a, .list-item-a + .list-notes-a, .list-item-c + .list-notes-a, .list-item-d + .list-notes-a, [class^="form-"] + .list-notes-a, [class^="modal-"] + .list-notes-a, .area-procedure-a + .list-notes-a, [class^="lyt-col-"] + .list-notes-a, .hdg-b-wrap + .list-order-a, .hdg-e + .list-order-a, .link-idx-a + .list-order-a, [class^="link-panel-"] + .list-order-a, .link-tab-a + .list-order-a, [class^="btn-"] + .list-order-a, [class^="tbl-"] + .list-order-a, [class^="box-"] + .list-order-a, .list-step-a + .list-order-a, .list-desc-b + .list-order-a, .list-example-a + .list-order-a, .list-item-a + .list-order-a, .list-item-c + .list-order-a, .list-item-d + .list-order-a, [class^="form-"] + .list-order-a, [class^="modal-"] + .list-order-a, .area-procedure-a + .list-order-a, [class^="lyt-col-"] + .list-order-a, .hdg-b-wrap + .link-list-a, .hdg-e + .link-list-a, .link-idx-a + .link-list-a, [class^="link-panel-"] + .link-list-a, .link-tab-a + .link-list-a, [class^="btn-"] + .link-list-a, [class^="tbl-"] + .link-list-a, [class^="box-"] + .link-list-a, .list-step-a + .link-list-a, .list-desc-b + .link-list-a, .list-example-a + .link-list-a, .list-item-a + .link-list-a, .list-item-c + .link-list-a, .list-item-d + .link-list-a, [class^="form-"] + .link-list-a, [class^="modal-"] + .link-list-a, .area-procedure-a + .link-list-a, [class^="lyt-col-"] + .link-list-a, .hdg-b-wrap + .list-info-a, .hdg-e + .list-info-a, .link-idx-a + .list-info-a, [class^="link-panel-"] + .list-info-a, .link-tab-a + .list-info-a, [class^="btn-"] + .list-info-a, [class^="tbl-"] + .list-info-a, [class^="box-"] + .list-info-a, .list-step-a + .list-info-a, .list-desc-b + .list-info-a, .list-example-a + .list-info-a, .list-item-a + .list-info-a, .list-item-c + .list-info-a, .list-item-d + .list-info-a, [class^="form-"] + .list-info-a, [class^="modal-"] + .list-info-a, .area-procedure-a + .list-info-a, [class^="lyt-col-"] + .list-info-a, .hdg-b-wrap + .list-desc-c, .hdg-e + .list-desc-c, .link-idx-a + .list-desc-c, [class^="link-panel-"] + .list-desc-c, .link-tab-a + .list-desc-c, [class^="btn-"] + .list-desc-c, [class^="tbl-"] + .list-desc-c, [class^="box-"] + .list-desc-c, .list-step-a + .list-desc-c, .list-desc-b + .list-desc-c, .list-example-a + .list-desc-c, .list-item-a + .list-desc-c, .list-item-c + .list-desc-c, .list-item-d + .list-desc-c, [class^="form-"] + .list-desc-c, [class^="modal-"] + .list-desc-c, .area-procedure-a + .list-desc-c, [class^="lyt-col-"] + .list-desc-c {
        margin-top: 14px;
    }
    .hdg-ques-a + .txt-attn-a, .hdg-c + .txt-attn-a, .hdg-d + .txt-attn-a, .hdg-f + .txt-attn-a, p + .txt-attn-a, [class^="txt-"] + .txt-attn-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .txt-attn-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .txt-attn-a, .hdg-ques-a + .list-desc-b, .hdg-c + .list-desc-b, .hdg-d + .list-desc-b, .hdg-f + .list-desc-b, p + .list-desc-b, [class^="txt-"] + .list-desc-b, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-desc-b, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-desc-b, .hdg-ques-a + .link-back-b, .hdg-c + .link-back-b, .hdg-d + .link-back-b, .hdg-f + .link-back-b, p + .link-back-b, [class^="txt-"] + .link-back-b, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-back-b, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-back-b, .hdg-ques-a + .list-item-c, .hdg-c + .list-item-c, .hdg-d + .list-item-c, .hdg-f + .list-item-c, p + .list-item-c, [class^="txt-"] + .list-item-c, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-item-c, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-item-c {
        margin-top: 23px;
    }
    .hdg-b-wrap + .txt-attn-a, .hdg-e + .txt-attn-a, .link-idx-a + .txt-attn-a, [class^="link-panel-"] + .txt-attn-a, .link-tab-a + .txt-attn-a, [class^="btn-"] + .txt-attn-a, [class^="tbl-"] + .txt-attn-a, [class^="box-"] + .txt-attn-a, .list-step-a + .txt-attn-a, .list-desc-b + .txt-attn-a, .list-example-a + .txt-attn-a, .list-item-a + .txt-attn-a, .list-item-c + .txt-attn-a, .list-item-d + .txt-attn-a, [class^="form-"] + .txt-attn-a, [class^="modal-"] + .txt-attn-a, .area-procedure-a + .txt-attn-a, [class^="lyt-col-"] + .txt-attn-a, .hdg-b-wrap + .list-desc-b, .hdg-e + .list-desc-b, .link-idx-a + .list-desc-b, [class^="link-panel-"] + .list-desc-b, .link-tab-a + .list-desc-b, [class^="btn-"] + .list-desc-b, [class^="tbl-"] + .list-desc-b, [class^="box-"] + .list-desc-b, .list-step-a + .list-desc-b, .list-desc-b + .list-desc-b, .list-example-a + .list-desc-b, .list-item-a + .list-desc-b, .list-item-c + .list-desc-b, .list-item-d + .list-desc-b, [class^="form-"] + .list-desc-b, [class^="modal-"] + .list-desc-b, .area-procedure-a + .list-desc-b, [class^="lyt-col-"] + .list-desc-b, .hdg-b-wrap + .link-back-b, .hdg-e + .link-back-b, .link-idx-a + .link-back-b, [class^="link-panel-"] + .link-back-b, .link-tab-a + .link-back-b, [class^="btn-"] + .link-back-b, [class^="tbl-"] + .link-back-b, [class^="box-"] + .link-back-b, .list-step-a + .link-back-b, .list-desc-b + .link-back-b, .list-example-a + .link-back-b, .list-item-a + .link-back-b, .list-item-c + .link-back-b, .list-item-d + .link-back-b, [class^="form-"] + .link-back-b, [class^="modal-"] + .link-back-b, .area-procedure-a + .link-back-b, [class^="lyt-col-"] + .link-back-b, .hdg-b-wrap + .list-item-c, .hdg-e + .list-item-c, .link-idx-a + .list-item-c, [class^="link-panel-"] + .list-item-c, .link-tab-a + .list-item-c, [class^="btn-"] + .list-item-c, [class^="tbl-"] + .list-item-c, [class^="box-"] + .list-item-c, .list-step-a + .list-item-c, .list-desc-b + .list-item-c, .list-example-a + .list-item-c, .list-item-a + .list-item-c, .list-item-c + .list-item-c, .list-item-d + .list-item-c, [class^="form-"] + .list-item-c, [class^="modal-"] + .list-item-c, .area-procedure-a + .list-item-c, [class^="lyt-col-"] + .list-item-c {
        margin-top: 27px;
    }
    .hdg-ques-a + .tbl-b, .hdg-c + .tbl-b, .hdg-d + .tbl-b, .hdg-f + .tbl-b, p + .tbl-b, [class^="txt-"] + .tbl-b, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .tbl-b, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .tbl-b, .hdg-ques-a + .tbl-c, .hdg-c + .tbl-c, .hdg-d + .tbl-c, .hdg-f + .tbl-c, p + .tbl-c, [class^="txt-"] + .tbl-c, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .tbl-c, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .tbl-c, .hdg-ques-a + .tbl-scroll-a, .hdg-c + .tbl-scroll-a, .hdg-d + .tbl-scroll-a, .hdg-f + .tbl-scroll-a, p + .tbl-scroll-a, [class^="txt-"] + .tbl-scroll-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .tbl-scroll-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .tbl-scroll-a, .hdg-ques-a + .link-panel-a, .hdg-c + .link-panel-a, .hdg-d + .link-panel-a, .hdg-f + .link-panel-a, p + .link-panel-a, [class^="txt-"] + .link-panel-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-panel-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-panel-a, .hdg-ques-a + .box-a, .hdg-c + .box-a, .hdg-d + .box-a, .hdg-f + .box-a, p + .box-a, [class^="txt-"] + .box-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-a {
        margin-top: 18px;
    }
    .hdg-b-wrap + .tbl-b, .hdg-e + .tbl-b, .link-idx-a + .tbl-b, [class^="link-panel-"] + .tbl-b, .link-tab-a + .tbl-b, [class^="btn-"] + .tbl-b, [class^="tbl-"] + .tbl-b, [class^="box-"] + .tbl-b, .list-step-a + .tbl-b, .list-desc-b + .tbl-b, .list-example-a + .tbl-b, .list-item-a + .tbl-b, .list-item-c + .tbl-b, .list-item-d + .tbl-b, [class^="form-"] + .tbl-b, [class^="modal-"] + .tbl-b, .area-procedure-a + .tbl-b, [class^="lyt-col-"] + .tbl-b, .hdg-b-wrap + .tbl-c, .hdg-e + .tbl-c, .link-idx-a + .tbl-c, [class^="link-panel-"] + .tbl-c, .link-tab-a + .tbl-c, [class^="btn-"] + .tbl-c, [class^="tbl-"] + .tbl-c, [class^="box-"] + .tbl-c, .list-step-a + .tbl-c, .list-desc-b + .tbl-c, .list-example-a + .tbl-c, .list-item-a + .tbl-c, .list-item-c + .tbl-c, .list-item-d + .tbl-c, [class^="form-"] + .tbl-c, [class^="modal-"] + .tbl-c, .area-procedure-a + .tbl-c, [class^="lyt-col-"] + .tbl-c, .hdg-b-wrap + .tbl-scroll-a, .hdg-e + .tbl-scroll-a, .link-idx-a + .tbl-scroll-a, [class^="link-panel-"] + .tbl-scroll-a, .link-tab-a + .tbl-scroll-a, [class^="btn-"] + .tbl-scroll-a, [class^="tbl-"] + .tbl-scroll-a, [class^="box-"] + .tbl-scroll-a, .list-step-a + .tbl-scroll-a, .list-desc-b + .tbl-scroll-a, .list-example-a + .tbl-scroll-a, .list-item-a + .tbl-scroll-a, .list-item-c + .tbl-scroll-a, .list-item-d + .tbl-scroll-a, [class^="form-"] + .tbl-scroll-a, [class^="modal-"] + .tbl-scroll-a, .area-procedure-a + .tbl-scroll-a, [class^="lyt-col-"] + .tbl-scroll-a, .hdg-b-wrap + .link-panel-a, .hdg-e + .link-panel-a, .link-idx-a + .link-panel-a, [class^="link-panel-"] + .link-panel-a, .link-tab-a + .link-panel-a, [class^="btn-"] + .link-panel-a, [class^="tbl-"] + .link-panel-a, [class^="box-"] + .link-panel-a, .list-step-a + .link-panel-a, .list-desc-b + .link-panel-a, .list-example-a + .link-panel-a, .list-item-a + .link-panel-a, .list-item-c + .link-panel-a, .list-item-d + .link-panel-a, [class^="form-"] + .link-panel-a, [class^="modal-"] + .link-panel-a, .area-procedure-a + .link-panel-a, [class^="lyt-col-"] + .link-panel-a, .hdg-b-wrap + .box-a, .hdg-e + .box-a, .link-idx-a + .box-a, [class^="link-panel-"] + .box-a, .link-tab-a + .box-a, [class^="btn-"] + .box-a, [class^="tbl-"] + .box-a, [class^="box-"] + .box-a, .list-step-a + .box-a, .list-desc-b + .box-a, .list-example-a + .box-a, .list-item-a + .box-a, .list-item-c + .box-a, .list-item-d + .box-a, [class^="form-"] + .box-a, [class^="modal-"] + .box-a, .area-procedure-a + .box-a, [class^="lyt-col-"] + .box-a {
        margin-top: 24px;
    }
    .hdg-ques-a + .btn-lyt-b, .hdg-c + .btn-lyt-b, .hdg-d + .btn-lyt-b, .hdg-f + .btn-lyt-b, p + .btn-lyt-b, [class^="txt-"] + .btn-lyt-b, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .btn-lyt-b, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .btn-lyt-b, .hdg-ques-a + .btn-list-a, .hdg-c + .btn-list-a, .hdg-d + .btn-list-a, .hdg-f + .btn-list-a, p + .btn-list-a, [class^="txt-"] + .btn-list-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .btn-list-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .btn-list-a, .hdg-ques-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .hdg-c + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .hdg-d + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .hdg-f + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), p + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="txt-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a) {
        margin-top: 54px;
    }
    .hdg-b-wrap + .btn-lyt-b, .hdg-e + .btn-lyt-b, .link-idx-a + .btn-lyt-b, [class^="link-panel-"] + .btn-lyt-b, .link-tab-a + .btn-lyt-b, [class^="btn-"] + .btn-lyt-b, [class^="tbl-"] + .btn-lyt-b, [class^="box-"] + .btn-lyt-b, .list-step-a + .btn-lyt-b, .list-desc-b + .btn-lyt-b, .list-example-a + .btn-lyt-b, .list-item-a + .btn-lyt-b, .list-item-c + .btn-lyt-b, .list-item-d + .btn-lyt-b, [class^="form-"] + .btn-lyt-b, [class^="modal-"] + .btn-lyt-b, .area-procedure-a + .btn-lyt-b, [class^="lyt-col-"] + .btn-lyt-b, .hdg-b-wrap + .btn-list-a, .hdg-e + .btn-list-a, .link-idx-a + .btn-list-a, [class^="link-panel-"] + .btn-list-a, .link-tab-a + .btn-list-a, [class^="btn-"] + .btn-list-a, [class^="tbl-"] + .btn-list-a, [class^="box-"] + .btn-list-a, .list-step-a + .btn-list-a, .list-desc-b + .btn-list-a, .list-example-a + .btn-list-a, .list-item-a + .btn-list-a, .list-item-c + .btn-list-a, .list-item-d + .btn-list-a, [class^="form-"] + .btn-list-a, [class^="modal-"] + .btn-list-a, .area-procedure-a + .btn-list-a, [class^="lyt-col-"] + .btn-list-a, .hdg-b-wrap + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .hdg-e + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .link-idx-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="link-panel-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .link-tab-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="btn-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="tbl-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="box-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-step-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-desc-b + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-example-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-item-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-item-c + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .list-item-d + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="form-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="modal-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), .area-procedure-a + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a), [class^="lyt-col-"] + [class^="box-"]:not(.box-alert-a):not(.box-imp-a):not(.box-a):not(.box-upload-a):not(.box-product-a) {
        margin-top: 60px;
    }
    .hdg-ques-a + .box-alert-a, .hdg-c + .box-alert-a, .hdg-d + .box-alert-a, .hdg-f + .box-alert-a, p + .box-alert-a, [class^="txt-"] + .box-alert-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-alert-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-alert-a, .hdg-ques-a + .box-upload-a, .hdg-c + .box-upload-a, .hdg-d + .box-upload-a, .hdg-f + .box-upload-a, p + .box-upload-a, [class^="txt-"] + .box-upload-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-upload-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-upload-a {
        margin-top: 10px;
    }
    .hdg-b-wrap + .box-alert-a, .hdg-e + .box-alert-a, .link-idx-a + .box-alert-a, [class^="link-panel-"] + .box-alert-a, .link-tab-a + .box-alert-a, [class^="btn-"] + .box-alert-a, [class^="tbl-"] + .box-alert-a, [class^="box-"] + .box-alert-a, .list-step-a + .box-alert-a, .list-desc-b + .box-alert-a, .list-example-a + .box-alert-a, .list-item-a + .box-alert-a, .list-item-c + .box-alert-a, .list-item-d + .box-alert-a, [class^="form-"] + .box-alert-a, [class^="modal-"] + .box-alert-a, .area-procedure-a + .box-alert-a, [class^="lyt-col-"] + .box-alert-a, .hdg-b-wrap + .box-upload-a, .hdg-e + .box-upload-a, .link-idx-a + .box-upload-a, [class^="link-panel-"] + .box-upload-a, .link-tab-a + .box-upload-a, [class^="btn-"] + .box-upload-a, [class^="tbl-"] + .box-upload-a, [class^="box-"] + .box-upload-a, .list-step-a + .box-upload-a, .list-desc-b + .box-upload-a, .list-example-a + .box-upload-a, .list-item-a + .box-upload-a, .list-item-c + .box-upload-a, .list-item-d + .box-upload-a, [class^="form-"] + .box-upload-a, [class^="modal-"] + .box-upload-a, .area-procedure-a + .box-upload-a, [class^="lyt-col-"] + .box-upload-a {
        margin-top: 16px;
    }
    .hdg-ques-a + .link-idx-a, .hdg-c + .link-idx-a, .hdg-d + .link-idx-a, .hdg-f + .link-idx-a, p + .link-idx-a, [class^="txt-"] + .link-idx-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-idx-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-idx-a {
        margin-top: 14px;
    }
    .hdg-b-wrap + .link-idx-a, .hdg-e + .link-idx-a, .link-idx-a + .link-idx-a, [class^="link-panel-"] + .link-idx-a, .link-tab-a + .link-idx-a, [class^="btn-"] + .link-idx-a, [class^="tbl-"] + .link-idx-a, [class^="box-"] + .link-idx-a, .list-step-a + .link-idx-a, .list-desc-b + .link-idx-a, .list-example-a + .link-idx-a, .list-item-a + .link-idx-a, .list-item-c + .link-idx-a, .list-item-d + .link-idx-a, [class^="form-"] + .link-idx-a, [class^="modal-"] + .link-idx-a, .area-procedure-a + .link-idx-a, [class^="lyt-col-"] + .link-idx-a {
        margin-top: 20px;
    }
    .hdg-ques-a + .box-imp-a, .hdg-c + .box-imp-a, .hdg-d + .box-imp-a, .hdg-f + .box-imp-a, p + .box-imp-a, [class^="txt-"] + .box-imp-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-imp-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-imp-a, .hdg-ques-a + .box-product-a, .hdg-c + .box-product-a, .hdg-d + .box-product-a, .hdg-f + .box-product-a, p + .box-product-a, [class^="txt-"] + .box-product-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .box-product-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .box-product-a, .hdg-ques-a + .link-tab-a, .hdg-c + .link-tab-a, .hdg-d + .link-tab-a, .hdg-f + .link-tab-a, p + .link-tab-a, [class^="txt-"] + .link-tab-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .link-tab-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .link-tab-a, .hdg-ques-a + .list-step-a, .hdg-c + .list-step-a, .hdg-d + .list-step-a, .hdg-f + .list-step-a, p + .list-step-a, [class^="txt-"] + .list-step-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-step-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-step-a, .hdg-ques-a + .list-item-a, .hdg-c + .list-item-a, .hdg-d + .list-item-a, .hdg-f + .list-item-a, p + .list-item-a, [class^="txt-"] + .list-item-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-item-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-item-a, .hdg-ques-a + [class^="form-list-"], .hdg-c + [class^="form-list-"], .hdg-d + [class^="form-list-"], .hdg-f + [class^="form-list-"], p + [class^="form-list-"], [class^="txt-"] + [class^="form-list-"], [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + [class^="form-list-"], [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + [class^="form-list-"] {
        margin-top: 26px;
    }
    .hdg-b-wrap + .box-imp-a, .hdg-e + .box-imp-a, .link-idx-a + .box-imp-a, [class^="link-panel-"] + .box-imp-a, .link-tab-a + .box-imp-a, [class^="btn-"] + .box-imp-a, [class^="tbl-"] + .box-imp-a, [class^="box-"] + .box-imp-a, .list-step-a + .box-imp-a, .list-desc-b + .box-imp-a, .list-example-a + .box-imp-a, .list-item-a + .box-imp-a, .list-item-c + .box-imp-a, .list-item-d + .box-imp-a, [class^="form-"] + .box-imp-a, [class^="modal-"] + .box-imp-a, .area-procedure-a + .box-imp-a, [class^="lyt-col-"] + .box-imp-a, .hdg-b-wrap + .box-product-a, .hdg-e + .box-product-a, .link-idx-a + .box-product-a, [class^="link-panel-"] + .box-product-a, .link-tab-a + .box-product-a, [class^="btn-"] + .box-product-a, [class^="tbl-"] + .box-product-a, [class^="box-"] + .box-product-a, .list-step-a + .box-product-a, .list-desc-b + .box-product-a, .list-example-a + .box-product-a, .list-item-a + .box-product-a, .list-item-c + .box-product-a, .list-item-d + .box-product-a, [class^="form-"] + .box-product-a, [class^="modal-"] + .box-product-a, .area-procedure-a + .box-product-a, [class^="lyt-col-"] + .box-product-a, .hdg-b-wrap + .link-tab-a, .hdg-e + .link-tab-a, .link-idx-a + .link-tab-a, [class^="link-panel-"] + .link-tab-a, .link-tab-a + .link-tab-a, [class^="btn-"] + .link-tab-a, [class^="tbl-"] + .link-tab-a, [class^="box-"] + .link-tab-a, .list-step-a + .link-tab-a, .list-desc-b + .link-tab-a, .list-example-a + .link-tab-a, .list-item-a + .link-tab-a, .list-item-c + .link-tab-a, .list-item-d + .link-tab-a, [class^="form-"] + .link-tab-a, [class^="modal-"] + .link-tab-a, .area-procedure-a + .link-tab-a, [class^="lyt-col-"] + .link-tab-a, .hdg-b-wrap + .list-step-a, .hdg-e + .list-step-a, .link-idx-a + .list-step-a, [class^="link-panel-"] + .list-step-a, .link-tab-a + .list-step-a, [class^="btn-"] + .list-step-a, [class^="tbl-"] + .list-step-a, [class^="box-"] + .list-step-a, .list-step-a + .list-step-a, .list-desc-b + .list-step-a, .list-example-a + .list-step-a, .list-item-a + .list-step-a, .list-item-c + .list-step-a, .list-item-d + .list-step-a, [class^="form-"] + .list-step-a, [class^="modal-"] + .list-step-a, .area-procedure-a + .list-step-a, [class^="lyt-col-"] + .list-step-a, .hdg-b-wrap + .list-item-a, .hdg-e + .list-item-a, .link-idx-a + .list-item-a, [class^="link-panel-"] + .list-item-a, .link-tab-a + .list-item-a, [class^="btn-"] + .list-item-a, [class^="tbl-"] + .list-item-a, [class^="box-"] + .list-item-a, .list-step-a + .list-item-a, .list-desc-b + .list-item-a, .list-example-a + .list-item-a, .list-item-a + .list-item-a, .list-item-c + .list-item-a, .list-item-d + .list-item-a, [class^="form-"] + .list-item-a, [class^="modal-"] + .list-item-a, .area-procedure-a + .list-item-a, [class^="lyt-col-"] + .list-item-a, .hdg-b-wrap + [class^="form-list-"], .hdg-e + [class^="form-list-"], .link-idx-a + [class^="form-list-"], [class^="link-panel-"] + [class^="form-list-"], .link-tab-a + [class^="form-list-"], [class^="btn-"] + [class^="form-list-"], [class^="tbl-"] + [class^="form-list-"], [class^="box-"] + [class^="form-list-"], .list-step-a + [class^="form-list-"], .list-desc-b + [class^="form-list-"], .list-example-a + [class^="form-list-"], .list-item-a + [class^="form-list-"], .list-item-c + [class^="form-list-"], .list-item-d + [class^="form-list-"], [class^="form-"] + [class^="form-list-"], [class^="modal-"] + [class^="form-list-"], .area-procedure-a + [class^="form-list-"], [class^="lyt-col-"] + [class^="form-list-"] {
        margin-top: 32px;
    }
    .hdg-ques-a + .area-procedure-a, .hdg-c + .area-procedure-a, .hdg-d + .area-procedure-a, .hdg-f + .area-procedure-a, p + .area-procedure-a, [class^="txt-"] + .area-procedure-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .area-procedure-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .area-procedure-a {
        margin-top: 22px;
    }
    .hdg-b-wrap + .area-procedure-a, .hdg-e + .area-procedure-a, .link-idx-a + .area-procedure-a, [class^="link-panel-"] + .area-procedure-a, .link-tab-a + .area-procedure-a, [class^="btn-"] + .area-procedure-a, [class^="tbl-"] + .area-procedure-a, [class^="box-"] + .area-procedure-a, .list-step-a + .area-procedure-a, .list-desc-b + .area-procedure-a, .list-example-a + .area-procedure-a, .list-item-a + .area-procedure-a, .list-item-c + .area-procedure-a, .list-item-d + .area-procedure-a, [class^="form-"] + .area-procedure-a, [class^="modal-"] + .area-procedure-a, .area-procedure-a + .area-procedure-a, [class^="lyt-col-"] + .area-procedure-a {
        margin-top: 28px;
    }
    .hdg-ques-a + .list-example-a, .hdg-c + .list-example-a, .hdg-d + .list-example-a, .hdg-f + .list-example-a, p + .list-example-a, [class^="txt-"] + .list-example-a, [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + .list-example-a, [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + .list-example-a, .hdg-ques-a + [class^="lyt-col-"], .hdg-c + [class^="lyt-col-"], .hdg-d + [class^="lyt-col-"], .hdg-f + [class^="lyt-col-"], p + [class^="lyt-col-"], [class^="txt-"] + [class^="lyt-col-"], [class^="link-"]:not(.link-idx-a):not([class^="link-panel-"]):not(.link-tab-a) + [class^="lyt-col-"], [class^="list-"]:not(.list-step-a):not(.list-desc-b):not(.list-example-a):not(.list-item-a):not(.list-item-c):not(.list-item-d) + [class^="lyt-col-"] {
        margin-top: 34px;
    }
    .hdg-b-wrap + .list-example-a, .hdg-e + .list-example-a, .link-idx-a + .list-example-a, [class^="link-panel-"] + .list-example-a, .link-tab-a + .list-example-a, [class^="btn-"] + .list-example-a, [class^="tbl-"] + .list-example-a, [class^="box-"] + .list-example-a, .list-step-a + .list-example-a, .list-desc-b + .list-example-a, .list-example-a + .list-example-a, .list-item-a + .list-example-a, .list-item-c + .list-example-a, .list-item-d + .list-example-a, [class^="form-"] + .list-example-a, [class^="modal-"] + .list-example-a, .area-procedure-a + .list-example-a, [class^="lyt-col-"] + .list-example-a, .hdg-b-wrap + [class^="lyt-col-"], .hdg-e + [class^="lyt-col-"], .link-idx-a + [class^="lyt-col-"], [class^="link-panel-"] + [class^="lyt-col-"], .link-tab-a + [class^="lyt-col-"], [class^="btn-"] + [class^="lyt-col-"], [class^="tbl-"] + [class^="lyt-col-"], [class^="box-"] + [class^="lyt-col-"], .list-step-a + [class^="lyt-col-"], .list-desc-b + [class^="lyt-col-"], .list-example-a + [class^="lyt-col-"], .list-item-a + [class^="lyt-col-"], .list-item-c + [class^="lyt-col-"], .list-item-d + [class^="lyt-col-"], [class^="form-"] + [class^="lyt-col-"], [class^="modal-"] + [class^="lyt-col-"], .area-procedure-a + [class^="lyt-col-"], [class^="lyt-col-"] + [class^="lyt-col-"] {
        margin-top: 40px;
    }
}

/*
 * .hdg-a-wrap
** ------------------------------------------------------ */
.hdg-a-wrap {
    padding: 18px 0;
    background: #039;
}

@media only screen and (max-width: 768px) {
    .hdg-a-wrap {
        padding: 12px 0;
    }
}

.hdg-a {
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .hdg-a {
        font-size: 2.6rem;
    }
}

.hdg-a > .tag {
    display: inline-block;
    margin-top: 3px;
    margin-left: 20px;
    padding: 5px 15px 3px;
    font-weight: bold;
    font-size: 2rem;
    color: #039;
    vertical-align: top;
    background: rgba(255, 255, 255, .85);
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .hdg-a > .tag {
        margin-top: 6px;
        margin-left: 10px;
        padding: 1px 8px 0;
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

/*
 * .hdg-b-wrap
** ------------------------------------------------------ */
.hdg-b-wrap {
    padding-bottom: 5px;
    border-bottom: 2px solid #039;
}

[class^="btn-lyt-"] + .hdg-b-wrap {
    margin-top: 90px;
}

@media only screen and (max-width: 768px) {
    [class^="btn-lyt-"] + .hdg-b-wrap {
        margin-top: 66px;
    }
}

@media only screen and (min-width: 769px) {
    .list-item-a + .hdg-b-wrap {
        margin-top: 73px;
    }
}

@media only screen and (max-width: 1080px) {
    .hdg-b-wrap {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.hdg-b {
    font-size: 2.8rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .hdg-b {
        font-size: 2.3rem;
    }
}

/*
 * .hdg-c
** ------------------------------------------------------ */
.hdg-c {
    position: relative;
    padding-left: 12px;
    font-size: 2.2rem;
    line-height: 1.5;
}

.hdg-c::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 4px;
    height: calc(100% - 12px);
    background: #039;
    content: "";
}

@media only screen and (max-width: 768px) {
    .hdg-c::before {
        top: 4px;
        width: 2px;
    }
}

@media only screen and (max-width: 768px) {
    .hdg-c {
        font-size: 1.9rem;
    }
    .hdg-c::before {
        height: calc(100% - 9px);
    }
}

/*
 * .hdg-d
** ------------------------------------------------------ */
.hdg-d {
    font-size: 2.2rem;
    line-height: 1.5;
}

.hdg-c + .hdg-d {
    margin-top: 17px;
}

@media only screen and (max-width: 768px) {
    .hdg-d {
        font-size: 1.9rem;
    }
    .hdg-c + .hdg-d {
        margin-top: 16px;
    }
}

/*
 * .hdg-e
** ------------------------------------------------------ */
.hdg-e {
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.4;
    border-bottom: 1px solid #039;
}

@media only screen and (max-width: 768px) {
    .hdg-e {
        font-size: 2.3rem;
    }
}

/*
 * .hdg-f
** ------------------------------------------------------ */
.hdg-f {
    font-size: 1.8rem;
    line-height: 1.5;
}

.hdg-d + .hdg-f {
    margin-top: 19px;
}

@media only screen and (max-width: 768px) {
    .hdg-f {
        font-size: 1.7rem;
    }
    .hdg-d + .hdg-f {
        margin-top: 17px;
    }
}

/*
 * .hdg-ques-a
** ------------------------------------------------------ */
.hdg-ques-a {
    position: relative;
    padding-left: 36px;
    font-size: 2.2rem;
    line-height: 1.5;
}

.hdg-ques-a::before {
    top: 1px;
    left: 0;
    width: 28.23529px;
    height: 28.23529px;
    background-position: -31.17647px -294.70588px;
    background-size: 383.52941px 355.29412px;
}

@media only screen and (max-width: 768px) {
    .hdg-ques-a {
        font-size: 1.9rem;
    }
    .hdg-ques-a::before {
        top: -1px;
    }
}

/*
 * text
** ------------------------------------------------------ */
[class^="btn-lyt-"] + p {
    margin-top: 60px;
}

/*
 * .txt-number-a
** ------------------------------------------------------ */
.txt-number-a {
    margin-top: -50px;
    font-size: 1.4rem;
    text-align: right;
}

.txt-number-a + * {
    margin-top: 26px !important;
}

@media only screen and (max-width: 768px) {
    .txt-number-a {
        margin-top: -20px;
    }
    .txt-number-a + * {
        margin-top: 18px !important;
    }
}

/*
 * .txt-procedure-a
** ------------------------------------------------------ */
.txt-procedure-a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    background: #fff;
    border: 2px solid #039;
    border-radius: 4px;
    transition: background .2s;
}

.txt-procedure-a + p {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .txt-procedure-a {
        padding: 10px;
    }
}

.txt-procedure-a::before {
    margin-right: 8px;
}

.txt-procedure-a > .txt {
    font-size: 2.2rem;
    color: #039;
}

@media only screen and (max-width: 768px) {
    .txt-procedure-a > .txt {
        font-size: 1.9rem;
    }
}

.txt-procedure-a._type-a::before {
    width: 46px;
    height: 46px;
    background-position: -250.5px -62.5px;
    background-size: 326px 302px;
}

.txt-procedure-a._type-b::before {
    width: 46px;
    height: 46px;
    background-position: -250.5px -159.5px;
    background-size: 326px 302px;
}

.txt-procedure-a._type-c::before {
    width: 46px;
    height: 46px;
    background-position: -250.5px -111px;
    background-size: 326px 302px;
}

/*
 * .txt-attn-a
** ------------------------------------------------------ */
.txt-attn-a {
    text-align: center;
}

.txt-attn-a b {
    font-weight: normal;
}

/*
 * .icon-a, .icon-b
** ------------------------------------------------------ */
.icon-a {
    max-width: none;
    margin-left: 5px;
}

.icon-b {
    max-width: none;
    margin-bottom: 6px;
    margin-left: 5px;
    vertical-align: bottom;
}

/*
 * .icon-txt-a
** ------------------------------------------------------ */
.icon-txt-a {
    display: inline-block;
    min-width: 72px;
    margin-top: -1px;
    padding: 0 7px;
    font-size: 1.4rem;
    color: #039;
    vertical-align: middle;
    text-align: center;
    line-height: 1.6;
    white-space: nowrap;
    border: 1px solid #039;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .icon-txt-a {
        min-width: 70px;
        padding: 0 5px;
    }
}

.list-desc-a .icon-txt-a {
    min-width: 100%;
}

@media only screen and (min-width: 769px) {
    .list-desc-a._inline .icon-txt-a {
        margin-top: 2px;
    }
}

.tbl-b .icon-txt-a, .box-product-a .icon-txt-a {
    background: #fff;
}

/*
 * .list-bullet-a
** ------------------------------------------------------ */
.list-bullet-a > li {
    position: relative;
    padding-left: 15px;
}

.list-bullet-a > li + li {
    margin-top: 2px;
}

.list-bullet-a > li > *:not(br) {
    margin-top: 2px;
}

.list-bullet-a > li::before {
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 50%;
    content: "";
}

.list-bullet-a._imp {
    color: #f69c00;
}

.list-bullet-a._imp strong {
    font-weight: normal;
}

.list-bullet-a._imp > li::before {
    background: #f69c00;
}

/*
 * .list-notes-a, .list-order-a
** ------------------------------------------------------ */
.list-notes-a > li, .list-order-a > li {
    display: flex;
}

.list-notes-a > li + li, .list-order-a > li + li {
    margin-top: 2px;
}

.list-notes-a > li > *:not(br), .list-order-a > li > *:not(br) {
    margin-top: 2px;
}

.list-notes-a > li > .mark, .list-order-a > li > .mark {
    margin-right: 5px;
    white-space: nowrap;
}

.list-notes-a > li > .item, .list-order-a > li > .item {
    width: 100%;
}

.list-notes-a._imp, .list-order-a._imp {
    color: #f69c00;
}

.list-notes-a._imp strong, .list-order-a._imp strong {
    font-weight: normal;
}

/*
 * .list-desc-a
** ------------------------------------------------------ */
.list-desc-a {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.hdg-b-wrap + .list-desc-a, .hdg-c + .list-desc-a {
    margin-top: 15px;
}

@media only screen and (min-width: 769px) {
    .hdg-b-wrap + .list-desc-a, .hdg-c + .list-desc-a {
        margin-top: 30px;
    }
}

.list-desc-a > .item {
    display: table-row;
}

.list-desc-a > .item > * {
    display: table-cell;
}

.list-desc-a > .item:not(:first-child) > * {
    padding-top: 6px;
}

.list-desc-a > .item:not(:last-child) > * {
    padding-bottom: 6px;
}

.list-desc-a > .item > dt {
    padding-right: 8px;
}

.list-desc-a > .item > dd {
    width: 100%;
    color: #333;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .list-desc-a > .item > dd {
        font-size: 1.4rem;
    }
    .list-desc-a:not(._type-a) > .item:not(:first-child) > * {
        padding-top: 3px;
    }
    .list-desc-a:not(._type-a) > .item:not(:last-child) > * {
        padding-bottom: 3px;
    }
    .list-desc-a._type-a._inline > .item + .item {
        border-top: 1px dashed #039;
    }
}

.list-desc-a._type-a:not(._inline) > .item + .item {
    border-top: 1px dashed #039;
}

@media only screen and (min-width: 769px) {
    .list-desc-a._inline {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -6px;
        margin-left: -24px;
    }
    .tbl-b .list-desc-a._inline, .box-product-a .list-desc-a._inline, .list-item-a .list-desc-a._inline, .list-item-d .list-desc-a._inline {
        width: calc(100% + 24px);
    }
    .list-desc-a._inline > .item {
        display: flex;
        align-items: flex-start;
        padding-bottom: 6px;
        padding-left: 24px;
    }
    .list-desc-a._inline > .item > * {
        display: flex;
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*
 * .list-desc-b
** ------------------------------------------------------ */
.list-desc-b > dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .list-desc-b > dt {
        font-size: 1.9rem;
    }
}

.list-desc-b > dd {
    padding-bottom: 18px;
    border-bottom: 1px dashed #039;
}

.list-desc-b > dd + dt {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .list-desc-b > dd {
        padding-bottom: 20px;
    }
    .list-desc-b > dd + dt {
        margin-top: 22px;
    }
}

/*
 * .list-desc-c
** ------------------------------------------------------ */
.list-desc-c > dt {
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .list-desc-c > dt {
        margin-bottom: 8px;
    }
}

/*
 * .list-step-a
** ------------------------------------------------------ */
.list-step-a {
    display: flex;
    justify-content: center;
    counter-reset: num;
}

.list-step-a + * {
    margin-top: 43px !important;
}

@media only screen and (max-width: 768px) {
    .list-step-a + * {
        margin-top: 26px !important;
    }
}

@media only screen and (min-width: 769px) {
    .list-step-a {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

.list-step-a > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    counter-increment: num;
}

.list-step-a > li::before {
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    color: #039;
    background: #fff;
    border: 1px solid #039;
    border-radius: 50%;
    content: counter(num);
}

@media only screen and (max-width: 768px) {
    .list-step-a > li::before {
        font-size: 1.4rem;
    }
}

.list-step-a > li:not(:first-child)::after {
    position: absolute;
    top: 13px;
    right: 50%;
    display: block;
    width: 100%;
    height: 4px;
    background: #039;
    content: "";
}

.list-step-a > li[aria-current="step"]::before {
    color: #fff;
    background: #039;
    box-shadow: 0 0 0 2px #fff inset;
}

.list-step-a > li[aria-current="step"] ~ li::before {
    color: #fff;
    background: #ccc;
    border-color: #ccc;
}

.list-step-a > li[aria-current="step"] ~ li::after {
    background: #ccc;
}

.list-step-a > li > .ttl {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .list-step-a:not(._type-a) > li > .ttl {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .list-step-a._type-a {
        display: block;
        overflow: hidden;
    }
    .list-step-a._type-a > li {
        flex-direction: row;
        align-items: flex-start;
    }
    .list-step-a._type-a > li::before {
        margin-left: 1px;
    }
    .list-step-a._type-a > li:not([aria-current="step"]):not(:first-child):not(:last-child)::after {
        display: none;
    }
    .list-step-a._type-a > li:not(:first-child)::after {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 14px;
        width: 3px;
        height: 100vh;
        background: #ccc;
    }
    .list-step-a._type-a > li[aria-current="step"]::after {
        z-index: 1;
        background: #039;
    }
    .list-step-a._type-a > li:first-child[aria-current="step"] {
        margin-top: 1px;
    }
    .list-step-a._type-a > li:first-child::after {
        position: absolute;
        top: -1px;
        left: 14px;
        z-index: 2;
        display: block;
        width: 3px;
        height: 1px;
        background: #fff;
        content: "";
    }
    .list-step-a._type-a > li:last-child[aria-current="step"] {
        margin-bottom: 1px;
    }
    .list-step-a._type-a > li + li {
        margin-top: 17px;
    }
    .list-step-a._type-a > li > .ttl {
        margin-top: 3px;
        margin-left: 13px;
        text-align: left;
    }
}

/*
 * .list-info-a
** ------------------------------------------------------ */
.list-info-a {
    padding-right: 24px;
    padding-left: 24px;
}

@media only screen and (max-width: 768px) {
    .list-info-a {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.list-info-a > li + li {
    margin-top: 12px;
}

.list-info-a > li .date {
    margin-bottom: 5px;
    font-weight: bold;
    color: #999;
}

.list-info-a > li .item {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .list-info-a > li {
        display: flex;
    }
    .list-info-a > li .date {
        margin-right: 12px;
        margin-bottom: 0;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 768px) {
    .list-info-a > li:nth-child(n+4) {
        display: none;
    }
}

/*
 * .list-item-a
** ------------------------------------------------------ */
.list-item-a > li + li {
    margin-top: 25px;
}

@media only screen and (min-width: 769px) {
    .list-item-a > li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 22px;
        padding-bottom: 20px;
        padding-left: 16px;
        border-bottom: 1px dashed #039;
    }
    .list-item-a > li:last-child {
        margin-bottom: 0;
    }
    .list-item-a > li + li {
        margin-top: 16px;
    }
}

.list-item-a > li .date {
    display: flex;
    padding: 2px 16px 1px;
    background: linear-gradient(-45deg, #e4e4e4 25%, #ddd 25%, #ddd 50%, #e4e4e4 50%, #e4e4e4 75%, #ddd 75%, #ddd);
    background-size: 7px 7px;
    border-radius: 4em;
}

.list-item-a > li .date > dt {
    position: relative;
    margin-right: 24px;
}

.list-item-a > li .date > dt::before {
    position: absolute;
    top: 4px;
    right: -10px;
    display: block;
    width: 1px;
    height: calc(100% - 10px);
    background: #333;
    content: "";
}

@media only screen and (min-width: 769px) {
    .list-item-a > li .date {
        min-width: 230px;
        margin-top: 10px;
        padding: 3px 16px;
        white-space: nowrap;
    }
    .list-item-a > li .date > dt {
        margin-top: 3px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .list-item-a > li .date > dt::before {
        top: 3px;
    }
}

.list-item-a > li .content {
    display: block;
    padding: 14px 8px 0;
}

@media only screen and (max-width: 768px) {
    .list-item-a > li .content {
        padding: 0;
    }
}

.list-item-a > li a.content {
    position: relative;
    border-radius: 4px;
    transition: background .2s;
}

.list-item-a > li a.content::before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #009ee0;
    border-right: 1px solid #009ee0;
    content: "";
    transition: border-color .2s;
    transform: rotate(45deg) skew(-10deg, -10deg);
}

@media only screen and (min-width: 769px) {
    .list-item-a > li a.content:hover, .list-item-a > li a.content:active, .list-item-a > li a.content:focus {
        background: #e5f5fc;
    }
}

@media only screen and (min-width: 769px) {
    .list-item-a > li a.content {
        padding-right: 30px;
        padding-bottom: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .list-item-a > li a.content::before {
        right: -12px;
    }
}

.list-item-a > li .list {
    width: 100%;
    margin-left: 15px;
}

@media only screen and (max-width: 768px) {
    .list-item-a > li .list {
        margin-top: 12px;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.list-item-a > li .list > li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed #039;
}

@media only screen and (max-width: 768px) {
    .list-item-a > li .list > li + li {
        margin-top: 12px;
        padding-top: 12px;
    }
}

.list-item-a > li .ttl b {
    color: #039;
}

.list-item-a > li .ttl + * {
    margin-top: 6px;
}

@media only screen and (max-width: 768px) {
    .list-item-a > li .ttl + * {
        margin-top: 5px;
    }
}

.list-item-a > li .detail {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .list-item-a > li .detail {
        font-size: 1.4rem;
    }
    .list-item-a > li .detail .link {
        display: block;
        margin-top: 10px;
        font-size: 1.6rem;
    }
}

.box-alert-a .list-item-a > li {
    padding-left: 0;
}

.box-alert-a .list-item-a > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .box-alert-a .list-item-a > li + li {
        margin-top: 12px;
        padding-top: 20px;
        border-top: 1px dashed #039;
    }
}

/*
 * .list-item-b
** ------------------------------------------------------ */
@media only screen and (min-width: 769px) {
    .list-item-b {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -20px;
        margin-left: -16px;
    }
    .list-item-b > li {
        display: flex;
        flex-direction: column;
        width: 25%;
        padding-bottom: 20px;
        padding-left: 16px;
    }
    .list-item-b > li > .btn {
        margin-top: auto;
    }
}

@media only screen and (max-width: 768px) {
    .list-item-b > li + li {
        margin-top: 15px;
    }
}

.list-item-b > li > .ttl > .txt {
    margin-right: 10px;
}

.list-item-b > li .status {
    display: inline-block;
    min-width: 64px;
    margin-top: 4px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 1.3rem;
    color: #fff;
    vertical-align: top;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
}

@media only screen and (max-width: 768px) {
    .list-item-b > li .status {
        min-width: 57px;
        padding: 3px 0;
        font-size: 1.2rem;
    }
}

.list-item-b > li .status._type-a {
    position: relative;
    padding-left: 16px;
    background: #f69c00;
}

.list-item-b > li .status._type-a::before {
    top: 3px;
    left: 5px;
    width: 13px;
    height: 12px;
    background-position: -625px -141px;
}

@media only screen and (max-width: 768px) {
    .list-item-b > li .status._type-a::before {
        left: 4px;
    }
}

.list-item-b > li .status._type-b {
    background: #999;
}

.list-item-b > li > .btn {
    padding-top: 4px;
}

.list-item-b > li > .btn > a {
    position: relative;
    display: block;
    padding: 10px 38px 8px 14px;
    color: #333;
    background: #fff;
    border: 2px solid #009ee0;
    border-radius: 4px;
    box-shadow: 2px 2px #7fceef;
    transition: background .2s;
}

.list-item-b > li > .btn > a::before {
    top: 0;
    right: 13px;
    bottom: 0;
    width: 17px;
    height: 17px;
    margin-top: auto;
    margin-bottom: auto;
    background-position: -44.5px -277px;
    background-size: 326px 302px;
}

@media only screen and (min-width: 769px) {
    .list-item-b > li > .btn > a:hover, .list-item-b > li > .btn > a:active, .list-item-b > li > .btn > a:focus {
        background: #e5f5fc;
    }
}

/*
 * .list-item-c
** ------------------------------------------------------ */
.hdg-b-wrap + .list-item-c, .hdg-c + .list-item-c {
    margin-top: 15px;
}

@media only screen and (min-width: 769px) {
    .hdg-b-wrap + .list-item-c, .hdg-c + .list-item-c {
        margin-top: 30px;
    }
}

.list-item-c > li + li {
    margin-top: 36px;
}

@media only screen and (max-width: 768px) {
    .list-item-c > li + li {
        margin-top: 28px;
    }
}

/*
 * .list-example-a
** ------------------------------------------------------ */
.list-example-a {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
    margin-left: -15px;
}

.list-example-a + .list-example-a {
    margin-top: 48px;
}

@media only screen and (max-width: 768px) {
    .list-example-a + .list-example-a {
        margin-top: 40px;
    }
}

.list-example-a > li {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 15px;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .list-example-a > li {
        display: flex;
        flex-direction: column;
        width: 33.3333%;
    }
}

.list-example-a > li .ttl {
    position: relative;
    margin-right: 14px;
    margin-left: 14px;
    padding: 11px 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 4em;
}

.list-example-a > li .ttl::before {
    position: absolute;
    bottom: -29px;
    left: 50%;
    display: block;
    margin-left: -12px;
    border-width: 15px 12px;
    border-style: solid;
    border-color: transparent;
    content: "";
}

@media only screen and (min-width: 769px) {
    .list-example-a > li .ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .list-example-a > li .ttl {
        margin-right: 12px;
        margin-left: 12px;
    }
}

.list-example-a > li .ttl._type-a {
    background: #007396;
}

.list-example-a > li .ttl._type-a::before {
    border-top-color: #007396;
}

.list-example-a > li .ttl._type-a .ttl-inner {
    padding-left: 33px;
}

.list-example-a > li .ttl._type-a .ttl-inner::before {
    top: 1px;
    width: 24px;
    height: 24px;
    border: 4px solid #b3d5e0;
    border-radius: 50%;
}

.list-example-a > li .ttl._type-b {
    background: #ea635c;
}

.list-example-a > li .ttl._type-b::before {
    border-top-color: #ea635c;
}

.list-example-a > li .ttl._type-b .ttl-inner {
    padding-left: 30px;
}

.list-example-a > li .ttl._type-b .ttl-inner::before, .list-example-a > li .ttl._type-b .ttl-inner::after {
    top: 12px;
    width: 22px;
    height: 3px;
    background: #f9d1ce;
}

.list-example-a > li .ttl._type-b .ttl-inner::before {
    transform: rotate(45deg);
}

.list-example-a > li .ttl._type-b .ttl-inner::after {
    transform: rotate(-45deg);
}

.list-example-a > li .ttl-inner {
    position: relative;
    display: inline-block;
    text-align: left;
}

.list-example-a > li .ttl-inner::before, .list-example-a > li .ttl-inner::after {
    position: absolute;
    left: 0;
    display: block;
    content: "";
}

.list-example-a > li .image {
    flex-shrink: 0;
    margin-top: 30px;
}

.list-example-a > li .image img {
    vertical-align: bottom;
    border: 1px solid #333;
}

@media only screen and (max-width: 768px) {
    .list-example-a > li .image {
        margin-top: 26px;
    }
}

/*
 * .link-a
** ------------------------------------------------------ */
.link-a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #009ee0;
}

.link-a::before {
    position: absolute;
    top: 9px;
    left: -1px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #009ee0;
    border-right: 1px solid #009ee0;
    content: "";
    transition: border-color .2s;
    transform: rotate(45deg) skew(-10deg, -10deg);
}

@media only screen and (min-width: 769px) {
    .link-a:hover, .link-a:active, .link-a:focus {
        color: rgba(0, 158, 224, .8);
    }
    .link-a:hover::before, .link-a:active::before, .link-a:focus::before {
        border-color: rgba(0, 158, 224, .8);
    }
}

.link-a._upload::after {
    width: 11px;
    height: 11px;
    margin-bottom: 10px;
    margin-left: 5px;
    vertical-align: bottom;
    background-position: -312.5px -22.5px;
    background-size: 326px 302px;
    transition: opacity .2s;
}

@media only screen and (min-width: 769px) {
    .link-a._upload:hover::after, .link-a._upload:active::after, .link-a._upload:focus::after {
        opacity: .8;
    }
}

/*
 * .link-list-a
** ------------------------------------------------------ */
.link-list-a > li + li {
    margin-top: 3px;
}

.link-list-a > li > a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #009ee0;
}

.link-list-a > li > a::before {
    position: absolute;
    top: 9px;
    left: -1px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #009ee0;
    border-right: 1px solid #009ee0;
    content: "";
    transition: border-color .2s;
    transform: rotate(45deg) skew(-10deg, -10deg);
}

@media only screen and (min-width: 769px) {
    .link-list-a > li > a:hover, .link-list-a > li > a:active, .link-list-a > li > a:focus {
        color: rgba(0, 158, 224, .8);
    }
    .link-list-a > li > a:hover::before, .link-list-a > li > a:active::before, .link-list-a > li > a:focus::before {
        border-color: rgba(0, 158, 224, .8);
    }
}

/*
 * .link-back-a
** ------------------------------------------------------ */
.link-back-a {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    font-size: 1.6rem;
    color: #009ee0;
    line-height: 1.8;
    transition: color .2s;
}

.link-back-a::before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 15px;
    background-position: -106px -250.5px;
    background-size: 326px 302px;
    transition: opacity .2s;
}

@media only screen and (min-width: 769px) {
    .link-back-a:hover, .link-back-a:active, .link-back-a:focus {
        color: rgba(0, 158, 224, .8);
    }
    .link-back-a:hover::before, .link-back-a:active::before, .link-back-a:focus::before {
        opacity: .8;
    }
}

/*
 * .link-back-b
** ------------------------------------------------------ */
.link-back-b {
    margin-bottom: 19px;
}

.str-content-a > .link-back-b:last-child {
    margin-bottom: -75px;
}

@media only screen and (max-width: 768px) {
    .link-back-b {
        margin-bottom: 3px;
    }
    .str-content-a > .link-back-b:last-child {
        margin-bottom: -10px;
    }
}

.link-back-b > a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

.link-back-b > a::before {
    position: absolute;
    top: 9px;
    left: 4px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #009ee0;
    border-right: 1px solid #009ee0;
    content: "";
    transition: border-color .2s;
    transform: rotate(-135deg) skew(-10deg, -10deg);
}

@media only screen and (min-width: 769px) {
    .link-back-b > a:hover::before, .link-back-b > a:active::before, .link-back-b > a:focus::before {
        border-color: rgba(0, 158, 224, .8);
    }
}

/*
 * .link-idx-a
** ------------------------------------------------------ */
.link-idx-a {
    background: #f5f7f7;
}

.link-idx-a .more {
  float: right;
  background-position: 0 -55px;
}
.link-idx-a .mod-top-list-info {
  margin-bottom: 30px;
}
.link-idx-a .mod-top-list-info ul {
  margin: 0 0 0 20px;
  border-top: 1px solid #dfdfdf;
}
.link-idx-a .mod-top-list-info li {
  padding: 10px 1px 5px 52px;
  border-bottom: 1px solid #dfdfdf;
  background: url(../images/zol_top_icon_info.png) no-repeat 0 0;
}
.link-idx-a .mod-top-list-info li .inr,
.link-idx-a .mod-top-list-info li .more {
  display: block;
  line-height: 29px;
}
.link-idx-a .mod-top-list-info li .inr {
  float: left;
}
.link-idx-a .mod-top-list-info li .more {
  float: right;
  background-position: 0 -55px;
}
.link-idx-a .mod-top-list-info .info-request {
  background-position: 10px 8px;
}	

@media only screen and (min-width: 769px) {
    .link-idx-a._type-a {
        padding: 40px 32px;
    }
}

@media only screen and (min-width: 769px) {
    .link-idx-a._type-b {
        padding: 40px;
    }
}

@media only screen and (max-width: 1080px) {
    .link-idx-a {
        margin-right: -15px;
        margin-left: -15px;
    }
    .link-idx-a._type-a, .link-idx-a._type-b {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .link-idx-a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.link-idx-a-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -18px;
    margin-left: -15px;
}

.link-idx-a._type-a .link-idx-a-inner > li {
    width: 33.3333%;
}

@media only screen and (max-width: 768px) {
    .link-idx-a._type-a .link-idx-a-inner {
        margin-bottom: -8px;
        margin-left: -8px;
    }
    .link-idx-a._type-a .link-idx-a-inner > li {
        width: 50%;
        padding-bottom: 8px;
        padding-left: 8px;
    }
    .link-idx-a._type-a .link-idx-a-inner > li > .idx {
        padding: 20px 10px 12px;
    }
}

@media only screen and (min-width: 769px) {
    .link-idx-a._type-b .link-idx-a-inner > li {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .link-idx-a._type-b .link-idx-a-inner > li > .idx {
        padding: 16px 18px;
    }
    .link-idx-a._type-b .link-idx-a-inner > li > .idx > .idx-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 70px;
    }
    .link-idx-a._type-b .link-idx-a-inner > li > .idx > .idx-inner > * {
        text-align: left;
    }
}

.link-idx-a-inner > li {
    display: flex;
    width: 100%;
    padding-bottom: 18px;
    padding-left: 15px;
}

.link-idx-a-inner > li > .idx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding: 33px 15px 25px;
    background: #fff;
    border: 1px solid #009ee0;
    border-radius: 4px 4px 0 4px;
    box-shadow: 2px 2px #7fceef;
    transition: background .2s;
}

.link-idx-a-inner > li > .idx::before {
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: #009ee0;
    content: "";
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
    .link-idx-a-inner > li > .idx::before {
        right: -12px;
        bottom: -12px;
    }
}

@media only screen and (min-width: 769px) {
    .link-idx-a-inner > li > .idx:hover, .link-idx-a-inner > li > .idx:active, .link-idx-a-inner > li > .idx:focus {
        color: #009ee0;
        background: #e5f5fc;
    }
}

.link-idx-a-inner > li > .idx > .idx-inner {
    width: 100%;
}

.link-idx-a-inner > li > .idx > .idx-inner > * {
    width: 100%;
}

.link-idx-a-inner > li > .idx > .idx-inner .ttl {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .link-idx-a-inner > li > .idx > .idx-inner .ttl {
        font-size: 1.6rem;
    }
}

.link-idx-a-inner > li > .idx > .idx-inner .ttl b {
    display: block;
}

.link-idx-a-inner > li > .idx > .idx-inner .desc {
    margin-top: 8px;
    color: #333;
    line-height: 1.6;
    transition: color .2s;
}

@media only screen and (max-width: 768px) {
    .link-idx-a-inner > li > .idx > .idx-inner .desc {
        margin-top: 3px;
    }
}

.link-idx-a-inner > li[class^="menu-"] .idx-inner {
    position: relative;
    padding-top: 72px;
}

.link-idx-a-inner > li[class^="menu-"] .idx-inner::before {
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    transition: opacity .2s;
}

@media only screen and (max-width: 768px) {
    .link-idx-a._type-b .link-idx-a-inner > li[class^="menu-"] .idx-inner {
        padding-top: 0;
        padding-left: 72px;
    }
    .link-idx-a._type-b .link-idx-a-inner > li[class^="menu-"] .idx-inner::before {
        top: 5px;
        right: auto;
        margin-right: auto;
        margin-left: auto;
    }
}

.link-idx-a-inner > li.menu-a .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: -62.5px -188px;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-b .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: -125px -188px;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-c .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: -187.5px -188px;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-d .idx-inner::before {
    width: 59.5px;
    height: 60px;
    background-position: -250.5px 0;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-e .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: -62.5px -125.5px;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-f .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: -188px -62.5px;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-g .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: -188px 0;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-h .idx-inner::before {
    width: 60.5px;
    height: 60.5px;
    background-position: 0 0;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-i .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: 0 -125.5px;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-j .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: -125.5px 0;
    background-size: 326px 302px;
}

.link-idx-a-inner > li.menu-k .idx-inner::before {
    width: 60px;
    height: 60px;
    background-position: -62.5px -63px;
    background-size: 326px 302px;
}

/* 2021/01/20 Web請求 Add Start */
.link-idx-a-inner > li.menu-l .idx-inner::before {
    width: 66px;
    height: 66px;
    background: url(../images/icon_benefits.png) no-repeat 0 0;
    background-size: 66px 66px;
}

/* 2021/01/20 Web請求 Add End */

/*
 * .link-panel-a
** ------------------------------------------------------ */
.link-panel-a {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -18px;
    margin-left: -18px;
}

@media only screen and (min-width: 769px) {
    .link-panel-a._col-3 > .idx {
        width: 33.3333%;
    }
}

.link-panel-a > .idx {
    display: flex;
    width: 100%;
    padding-bottom: 18px;
    padding-left: 18px;
}

.link-panel-a > .idx > .idx-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    color: #333;
    background: #fff;
    border: 1px solid #009ee0;
    border-radius: 4px 4px 0 4px;
    box-shadow: 2px 2px #7fceef;
    transition: background .2s;
}

.link-panel-a > .idx > .idx-inner::before {
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: #009ee0;
    content: "";
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
    .link-panel-a > .idx > .idx-inner::before {
        right: -12px;
        bottom: -12px;
    }
}

@media only screen and (min-width: 769px) {
    .link-panel-a > .idx > .idx-inner:hover, .link-panel-a > .idx > .idx-inner:active, .link-panel-a > .idx > .idx-inner:focus {
        background: #e5f5fc;
    }
    .link-panel-a > .idx > .idx-inner:hover .ttl, .link-panel-a > .idx > .idx-inner:active .ttl, .link-panel-a > .idx > .idx-inner:focus .ttl {
        color: #e5f5fc;
    }
}

.link-panel-a > .idx > .idx-inner > .ttl {
    display: flex;
    align-items: center;
    padding: 12px 23px;
    font-weight: bold;
    color: #fff;
    background: #009ee0;
    transition: color .2s;
}

@media only screen and (min-width: 769px) {
    .link-panel-a > .idx > .idx-inner > .ttl {
        min-height: 63px;
    }
}

@media only screen and (max-width: 768px) {
    .link-panel-a > .idx > .idx-inner > .ttl {
        padding: 9px 12px;
    }
}

.link-panel-a > .idx > .idx-inner > .content {
    padding: 18px 23px;
}

@media only screen and (max-width: 768px) {
    .link-panel-a > .idx > .idx-inner > .content {
        padding: 10px 12px;
    }
}

/*
 * .link-tab-a
** ------------------------------------------------------ */
.link-tab-a {
    border-bottom: 2px solid #039;
}

@media only screen and (min-width: 769px) {
    .link-tab-a {
        margin-right: 32px;
        margin-left: 32px;
        border-bottom-width: 4px;
    }
}

.link-tab-a > ul {
    display: flex;
    margin-left: -4px;
}

.link-tab-a > ul > li {
    display: flex;
    width: 100%;
    padding-left: 4px;
}

.link-tab-a > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 15px 12px;
    color: #039;
    text-align: center;
    border: 1px solid #039;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 768px) {
    .link-tab-a > ul > li > a {
        padding: 6px 4px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

.link-tab-a > ul > li > a:not([aria-current="page"]) {
    transition: background .2s;
}

@media only screen and (min-width: 769px) {
    .link-tab-a > ul > li > a:not([aria-current="page"]):hover, .link-tab-a > ul > li > a:not([aria-current="page"]):active, .link-tab-a > ul > li > a:not([aria-current="page"]):focus {
        background: #e5f5fc;
    }
}

.link-tab-a > ul > li > [aria-current="page"] {
    position: relative;
    color: #fff;
    background: #039;
}

.link-tab-a > ul > li > [aria-current="page"]::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #039;
    content: "";
}

@media only screen and (min-width: 769px) {
    .link-tab-a > ul > li > [aria-current="page"] {
        font-weight: bold;
    }
}

/*
 * button
** ------------------------------------------------------ */
.btn-a, .btn-cv-a, .btn-cv-b, .btn-more-a {
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    border-radius: 4px;
}

.btn-a, .btn-cv-a, .btn-cv-b {
    box-shadow: 2px 2px #7fceef;
}

.btn-a, .btn-cv-a {
    color: #fff;
    background: #009ee0;
    transition: background .2s;
}

@media only screen and (min-width: 769px) {
    .btn-a:hover, .btn-a:active, .btn-a:focus, .btn-cv-a:hover, .btn-cv-a:active, .btn-cv-a:focus {
        color: #fff;
        background: rgba(0, 158, 224, .8);
    }
}

.btn-cv-a, .btn-cv-b {
    font-weight: bold;
}

.btn-cv-a, .btn-cv-b, .btn-more-a {
    min-width: 270px;
}

.btn-cv-b, .btn-more-a {
    padding: 12px 45px 11px;
    color: #009ee0;
    background: #fff;
    border: 1px solid #009ee0;
    transition: background .2s;
}

@media only screen and (min-width: 769px) {
    .btn-cv-b:hover, .btn-cv-b:active, .btn-cv-b:focus, .btn-more-a:hover, .btn-more-a:active, .btn-more-a:focus {
        color: #009ee0;
        background: #e5f5fc;
    }
}

.btn-a {
    min-width: 120px;
    padding: 5px 15px 3px;
}

@media only screen and (max-width: 768px) {
    .btn-a {
        min-width: 92px;
        font-size: 1.4rem;
    }
}

[class^="form-lyt-"] .btn-a {
    white-space: nowrap;
}

.btn-cv-a {
    position: relative;
    padding: 13px 45px 12px;
}

.btn-cv-a::before {
    top: 0;
    right: 15px;
    bottom: 0;
    width: 17px;
    height: 17px;
    margin-top: auto;
    margin-bottom: auto;
    background-position: -25px -277px;
    background-size: 326px 302px;
}

.btn-cv-a:disabled {
    color: #fff;
    background: #999;
    box-shadow: 2px 2px rgba(153, 153, 153, .5);
}

.btn-cv-b:disabled {
    color: #999;
    background: #eee;
    border-color: #999;
    box-shadow: 2px 2px rgba(153, 153, 153, .5);
}

.btn-cv-b._ques::before {
    width: 28.23529px;
    height: 28.23529px;
    margin-top: -3px;
    margin-right: 8px;
    vertical-align: top;
    background-position: -62.35294px -294.70588px;
    background-size: 383.52941px 355.29412px;
}

@media only screen and (max-width: 768px) {
    [class^="box-"] .btn-cv-b._ques {
        width: 100%;
        min-width: auto;
        max-width: 270px;
    }
}

.btn-more-a {
    position: relative;
}

.btn-more-a::before, .btn-more-a::after {
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    width: 1px;
    height: 15px;
    margin-top: -8px;
    background: #009ee0;
    content: "";
}

.btn-more-a::after {
    transform: rotate(90deg);
}


/* DF Ph2対応 2021/06/16 Add Start */
/*
 * LINE Login Button
 * .btn-line
 */
.btn-line {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/btn_line_login_base.png);
}
.btn-line:hover {
    background-image: url(../images/btn_line_login_hover.png);
}
/* DF Ph2対応 2021/06/16 Add End */


/*
 * [class^="btn-lyt-"]
** ------------------------------------------------------ */
[class^="btn-lyt-"] {
    text-align: center;
}

/*
 * .btn-list-a
** ------------------------------------------------------ */
.btn-list-a {
    margin-bottom: -20px;
    text-align: center;
}

.btn-list-a > li {
    padding-bottom: 20px;
}

@media only screen and (min-width: 769px) {
    .btn-list-a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        margin-left: -30px;
    }
    .btn-list-a > li {
        padding-left: 30px;
    }
}

/*
 * .box-a
** ------------------------------------------------------ */
.box-a {
    padding: 25px 30px;
    background: #f5f7f7;
    border: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
    .box-a {
        padding: 15px 20px;
    }
}

/*
 * .box-ques-a
** ------------------------------------------------------ */
.box-ques-a {
    padding: 46px 15px;
    background: #f5f7f7;
}

.box-ques-a > .ttl {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
}

.box-ques-a > .ttl + * {
    margin-top: 25px;
}

@media only screen and (max-width: 1080px) {
    .box-ques-a {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 768px) {
    .box-ques-a {
        padding: 28px 15px;
    }
    .box-ques-a > .ttl {
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.6;
    }
    .box-ques-a > .ttl + * {
        margin-top: 18px;
    }
}

/*
 * .box-imp-a
** ------------------------------------------------------ */
.box-imp-a {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.box-imp-a-inner {
    display: block;
    width: 100%;
    padding: 20px 23px;
    background: #fef5e5;
    border: 1px solid #f69c00;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s;
}

@media only screen and (min-width: 769px) {
    .box-imp-a-inner:hover, .box-imp-a-inner:active, .box-imp-a-inner:focus {
        background: #fdecce;
    }
}

@media only screen and (max-width: 768px) {
    .box-imp-a-inner {
        padding: 15px;
    }
}

/*
 * .box-alert-a
** ------------------------------------------------------ */
.box-alert-a {
    padding: 27px 30px;
    border: 2px solid #ea635c;
}

.box-alert-a > .ttl {
    position: relative;
    padding-bottom: 8px;
    padding-left: 28px;
    font-size: 2rem;
    color: #ea635c;
    line-height: 1.6;
    border-bottom: 1px solid #ea635c;
}

.box-alert-a > .ttl + * {
    margin-top: 12px;
}

.box-alert-a > .ttl::before {
    top: 5px;
    left: 0;
    width: 19px;
    height: 19px;
    background-position: -625px -96px;
}

@media only screen and (max-width: 768px) {
    .box-alert-a {
        padding: 18px;
    }
    .box-alert-a > .ttl {
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
    .box-alert-a > .ttl + * {
        margin-top: 20px;
    }
    .box-alert-a > .ttl::before {
        top: 2px;
    }
}

/*
 * .box-inquiry-a
** ------------------------------------------------------ */
.box-inquiry-a {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .box-inquiry-a {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 768px) {
    .hdg-b-wrap + .box-inquiry-a {
        margin-top: 28px !important;
    }
}

.box-inquiry-a > .hdg {
    padding: 10px 15px 5px;
    font-weight: normal;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.5;
    background: #333;
}

@media only screen and (max-width: 768px) {
    .box-inquiry-a > .hdg {
        padding: 5px 15px 3px;
        font-size: 1.6rem;
    }
}

.box-inquiry-a > .content {
    padding: 35px 15px;
    background: #f5f7f7;
}

@media only screen and (max-width: 768px) {
    .box-inquiry-a > .content {
        padding: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .box-inquiry-a > .content > .content-inner {
        max-width: 493px;
        margin-right: auto;
        margin-left: auto;
    }
}

.box-inquiry-a > .content .ttl + * {
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    .box-inquiry-a > .content .ttl {
        font-size: 1.4rem;
    }
    .box-inquiry-a > .content .ttl + * {
        margin-top: 2px;
    }
}

.box-inquiry-a > .content .ttl b {
    font-weight: normal;
}

.box-inquiry-a > .content .tel {
    font-weight: bold;
    font-size: 4.4rem;
    font-family: Arial;
    color: #039;
    line-height: 1.2;
}

.box-inquiry-a > .content .tel img {
    margin-right: 6px;
    margin-bottom: 13px;
    vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
    .box-inquiry-a > .content .tel {
        font-size: 2.9rem;
    }
    .box-inquiry-a > .content .tel img {
        width: auto;
        height: 20px;
        margin-right: 5px;
        margin-bottom: 8px;
    }
}

.box-inquiry-a > .content .tel > a {
    color: #039;
}

.box-inquiry-a > .content .tel._icon-a > a {
    position: relative;
    padding-left: 30px;
}

.box-inquiry-a > .content .tel._icon-a > a::before {
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: 0 -250.5px;
    background-size: 326px 302px;
}

@media only screen and (min-width: 769px) {
    .box-inquiry-a > .content .tel._icon-a > a {
        padding-left: 40px;
    }
    .box-inquiry-a > .content .tel._icon-a > a::before {
        top: 7px;
        width: 34.28571px;
        height: 34.28571px;
        background-position: 0 -357.85714px;
        background-size: 465.71429px 431.42857px;
    }
}

.box-inquiry-a > .content .time {
    margin-top: 14px;
    font-size: 1.4rem;
}

.box-inquiry-a > .content .time > dt {
    width: 100%;
    margin-bottom: 13px;
    padding: 2px 0 1px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

@media only screen and (max-width: 768px) {
    .box-inquiry-a > .content .time > dt {
        margin-bottom: 10px;
        padding: 0;
    }
}

.box-inquiry-a > .content .time > dd > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -3px;
    margin-left: -17px;
}

@media only screen and (min-width: 769px) {
    .box-inquiry-a > .content .time > dd > ul {
        justify-content: center;
    }
}

.box-inquiry-a > .content .time > dd > ul > li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 3px;
    padding-left: 17px;
}

.box-inquiry-a > .content .time > dd .label {
    min-width: 50px;
    margin-top: 2px;
    margin-right: 6px;
    padding: 0 3px;
    color: #fff;
    line-height: 1.5;
    background: #666;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .box-inquiry-a > .content .time > dd .label {
        min-width: 45px;
        padding: 0;
    }
}

.box-inquiry-a > .content .time > dd .txt {
    text-align: left;
}

/*
 * .box-product-a
** ------------------------------------------------------ */
@media only screen and (max-width: 1080px) {
    .box-product-a {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.box-product-a + .box-product-a {
    margin-top: 25px !important;
}

@media only screen and (max-width: 768px) {
    .box-product-a + .box-product-a {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .box-product-a > .hdg {
        display: flex;
    }
}

.box-product-a > .hdg > .hdg-inner {
    padding: 19px 20px;
}

@media only screen and (max-width: 768px) {
    .box-product-a > .hdg > .hdg-inner {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 70px;
        padding: 10px 15px;
    }
}

.box-product-a._shushiniryodx > .hdg {
    background: #b1ece8;
}

.box-product-a._shushiniryodx > .hdg {
    background: #b1ece8;
}

.box-product-a._shushingan > .hdg {
    background: #b3e2ff;
}

.box-product-a._sandai > .hdg {
    background: #ddd8c4;
}

.box-product-a._shunyuhoshou > .hdg {
    background: #e6e896;
}

.box-product-a._teikihoken > .hdg {
    background: #fbd28c;
}

.box-product-a._kurasuplus > .hdg {
    background: #e7eceb;
}

.box-product-a._product > .hdg {
    background: #cbe0f1;
}

.box-product-a > .content {
    padding: 30px 33px;
    background: #f5f7f7;
}

@media only screen and (max-width: 768px) {
    .box-product-a > .content {
        padding: 18px 15px 40px;
    }
}

.box-product-a > .content > * + * {
    margin-top: 18px;
}

@media only screen and (max-width: 768px) {
    .box-product-a > .content > * + * {
        margin-top: 14px;
    }
}

/*
 * .box-upload-a
** ------------------------------------------------------ */
.box-upload-a {
    padding: 30px;
    background: #f5f7f7;
}

@media only screen and (max-width: 768px) {
    .box-upload-a {
        padding: 28px 20px 15px;
    }
}

.box-upload-a > * + .image {
    margin-top: 16px;
}

@media only screen and (max-width: 768px) {
    .box-upload-a > * + .image {
        margin-top: 24px;
    }
}

.box-upload-a > .image {
    text-align: center;
}

.box-upload-a > .image img {
    vertical-align: bottom;
    border: 1px solid #999;
}

.box-upload-a > .image:not(._selected) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(280vw * 100 / 1080);
    max-height: 280px;
    background: #fff;
    border: 1px dashed #999;
}

@media only screen and (max-width: 768px) {
    .box-upload-a > .image:not(._selected) {
        height: calc(183vw * 100 / 375);
    }
}

.box-upload-a > .image p {
    color: #666;
}

@media only screen and (min-width: 769px) {
    .box-upload-a > .image p {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

.box-upload-a > .name {
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .box-upload-a > .name {
        margin-top: 13px;
    }
}

/*
 * .box-save-a
** ------------------------------------------------------ */
.box-save-a {
    padding: 22px 32px;
    border: 2px solid #f69c00;
}

.box-save-a > .ttl {
    position: relative;
    padding-left: 27px;
    font-size: 2rem;
    color: #f69c00;
}

.box-save-a > .ttl::before {
    top: 7px;
    left: 0;
    width: 19px;
    height: 19px;
    background-position: -625px -72px;
}

@media only screen and (max-width: 768px) {
    .box-save-a {
        padding: 14px 18px;
    }
    .box-save-a > .ttl {
        font-size: 1.6rem;
    }
    .box-save-a > .ttl::before {
        top: 3px;
    }
}

/*
 * .tbl-a
** ------------------------------------------------------ */
.tbl-a {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
    .tbl-a {
        border: 0;
    }
    .tbl-a tbody, .tbl-a tr, .tbl-a th, .tbl-a td {
        display: block;
    }
}

.tbl-a th, .tbl-a td {
    vertical-align: middle;
    text-align: left;
}

.tbl-a th {
    width: 320px;
    padding: 29px 23px;
    background: #ddd;
    border-top: 1px solid #ddd;
}

@media only screen and (max-width: 1080px) {
    .tbl-a th {
        width: calc(320vw * 100 / 1080);
    }
}

@media only screen and (max-width: 768px) {
    .tbl-a th {
        width: 100%;
        margin-bottom: 16px;
        padding: 4px 10px;
        border: 0;
    }
}

.tbl-a th > a {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 1;
}

.tbl-a tr + tr th {
    border-top-color: #fff;
}

@media only screen and (max-width: 768px) {
    .tbl-a tr + tr th {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .tbl-a td + th {
        margin-top: 26px;
    }
}

.tbl-a td {
    padding: 23px;
    border-top: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
    .tbl-a td {
        margin: 12px 0;
        padding: 0 10px;
        border: 0;
    }
}

@media only screen and (min-width: 769px) {
    .tbl-a._type-a tr th {
        width: 160px;
    }
}

/*
 * .tbl-b
** ------------------------------------------------------ */
.tbl-b {
    border-right: 1px solid #039;
    border-bottom: 1px solid #039;
}

.tbl-b th, .tbl-b td {
    padding: 9px 15px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #039;
}

.tbl-b th {
    width: 160px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background: #039;
}

.tbl-b td {
    background: #f5f7f7;
}

@media only screen and (max-width: 768px) {
    .tbl-b {
        border-left: 1px solid #039;
    }
    .tbl-b tbody, .tbl-b tr, .tbl-b th, .tbl-b td {
        display: block;
    }
    .tbl-b th {
        width: 100%;
        padding: 4px 15px;
        border-top: 0;
    }
    .tbl-b td {
        padding: 10px 12px;
    }
    .tbl-b th + td {
        border-top: 0;
    }
}

/*
 * .tbl-c
** ------------------------------------------------------ */
.tbl-c {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
    .tbl-scroll-a .tbl-c {
        width: 800px;
    }
}

.tbl-c thead th {
    padding: 10px 15px;
    font-weight: bold;
    background: #ddd;
}

.tbl-c thead th + th {
    border-left: 1px solid #fff;
}

.tbl-c td {
    padding: 13px 15px;
    border-bottom: 1px solid #ddd;
}

.tbl-c td + td {
    border-left: 1px solid #ddd;
}

.tbl-scroll-a > [class^="icon-"] {
    position: absolute;
    left: 50%;
    display: none;
    height: calc(100% - 20px);
    max-height: 117px;
}

.tbl-scroll-a > [class^="icon-"] img {
    max-height: 100%;
    vertical-align: bottom;
}

.tbl-scroll-a > [class^="icon-"] + * {
    margin-top: 0;
}

.tbl-scroll-a > .icon-a {
    top: 50%;
    transform: translate(-50%, -50%);
}

.tbl-scroll-a > .icon-b {
    top: 0;
    transform: translate(-50%, 20px);
}

@media only screen and (max-width: 768px) {
    .tbl-scroll-a {
        position: relative;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .tbl-scroll-a > [class^="icon-"] {
        display: block;
    }
}

/*
 * placeholder style
** ------------------------------------------------------ */
:placeholder-shown {
    color: #999;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

/*
 * .form-cb-a, .form-radio-a
** ------------------------------------------------------ */
.form-cb-a, .form-radio-a {
    position: relative;
    display: inline-block;
    padding-left: 33px;
    cursor: pointer;
}

.form-cb-a > input, .form-radio-a > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form-cb-a > .txt {
    display: block;
}

.form-cb-a > .txt::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #009ee0;
    border-radius: 4px;
    content: "";
    transition: background .2s;
}

.form-cb-a > .txt::after {
    top: 6px;
    left: 2px;
    width: 18px;
    height: 13px;
    background-position: -126.5px -250.5px;
    background-size: 326px 302px;
    opacity: 0;
    transition: opacity .2s;
}

.form-cb-a > input:checked + .txt::before {
    background: #009ee0;
}

.form-cb-a > input:checked + .txt::after {
    opacity: 1;
}

.form-cb-a._imp > .txt::before {
    border-color: #f69c00;
}

.form-cb-a._imp > input:checked + .txt::before {
    background: #f69c00;
}

.form-radio-a > .txt {
    display: block;
}

.form-radio-a > .txt::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #009ee0;
    border-radius: 4px;
    border-radius: 50%;
    content: "";
    transition: background .2s;
}

.form-radio-a > .txt::after {
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 14px;
    height: 14px;
    background: #009ee0;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transition: opacity .2s;
}

.form-radio-a > input:checked + .txt::after {
    opacity: 1;
}

/*
 * .form-cb-b, .form-radio-b
** ------------------------------------------------------ */
.form-cb-b, .form-radio-b {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.form-cb-b > input, .form-radio-b > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form-cb-b > .txt, .form-radio-b > .txt {
    padding: 12px 38px 12px 52px;
    border: 1px solid #009ee0;
    border-radius: 4px;
    transition: background .2s;
}

.form-cb-b > .txt > .txt-inner, .form-radio-b > .txt > .txt-inner {
    display: flex;
    margin-bottom: -10px;
    margin-left: -24px;
}

.form-cb-b > .txt > .txt-inner > .item, .form-radio-b > .txt > .txt-inner > .item {
    display: flex;
    padding-bottom: 10px;
    padding-left: 24px;
}

.form-cb-b > .txt > .txt-inner > .item > .term, .form-radio-b > .txt > .txt-inner > .item > .term {
    padding-right: 8px;
}

@media only screen and (max-width: 768px) {
    .form-cb-b > .txt > .txt-inner, .form-radio-b > .txt > .txt-inner {
        display: table;
        margin: 0;
    }
    .form-cb-b > .txt > .txt-inner > .item, .form-radio-b > .txt > .txt-inner > .item {
        display: table-row;
        padding: 0;
    }
    .form-cb-b > .txt > .txt-inner > .item + .item, .form-radio-b > .txt > .txt-inner > .item + .item {
        margin-top: 16px;
    }
    .form-cb-b > .txt > .txt-inner > .item > *, .form-radio-b > .txt > .txt-inner > .item > * {
        display: table-cell;
    }
    .form-cb-b > .txt > .txt-inner > .item:not(:first-child) > *, .form-radio-b > .txt > .txt-inner > .item:not(:first-child) > * {
        padding-top: 4px;
    }
    .form-cb-b > .txt > .txt-inner > .item:not(:last-child) > *, .form-radio-b > .txt > .txt-inner > .item:not(:last-child) > * {
        padding-bottom: 4px;
    }
}

@media only screen and (min-width: 769px) {
    .form-cb-b:hover > .txt, .form-cb-b:active > .txt, .form-cb-b:focus > .txt, .form-radio-b:hover > .txt, .form-radio-b:active > .txt, .form-radio-b:focus > .txt {
        padding: 10px 36px 10px 50px;
        background: #e5f5fc;
        border-width: 3px;
    }
}

.form-cb-b > input:checked + .txt, .form-radio-b > input:checked + .txt {
    padding: 10px 36px 10px 50px;
    background: #e5f5fc;
    border-width: 3px;
}

@media only screen and (max-width: 768px) {
    .form-cb-b, .form-radio-b {
        display: flex;
    }
    .form-cb-b > .txt, .form-radio-b > .txt {
        width: 100%;
        padding: 17px 10px 17px 55px;
    }
    .form-cb-b > input:checked + .txt, .form-radio-b > input:checked + .txt {
        padding: 15px 8px 15px 53px;
    }
}

@media only screen and (min-width: 769px) {
    .form-list-a._type-a .form-cb-b > .txt, .form-list-a._type-a
    .form-radio-b > .txt {
        padding-right: 12px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 769px) {
    .form-list-a._type-a .form-cb-b:hover > .txt, .form-list-a._type-a .form-cb-b:active > .txt, .form-list-a._type-a .form-cb-b:focus > .txt, .form-list-a._type-a
    .form-radio-b:hover > .txt, .form-list-a._type-a
    .form-radio-b:active > .txt, .form-list-a._type-a
    .form-radio-b:focus > .txt {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 769px) {
    .form-list-a._type-a .form-cb-b > input:checked + .txt, .form-list-a._type-a
    .form-radio-b > input:checked + .txt {
        padding-right: 10px;
    }
}

[class^="form-list-"] .form-cb-b, [class^="form-list-"]
.form-radio-b {
    width: 100%;
}

[class^="form-list-"] .form-cb-b > .txt, [class^="form-list-"]
.form-radio-b > .txt {
    width: 100%;
}

.form-cb-b > .txt::before {
    position: absolute;
    top: 15px;
    left: 16px;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #009ee0;
    border-radius: 4px;
    content: "";
    transition: background .2s;
}

@media only screen and (max-width: 768px) {
    .form-cb-b > .txt::before {
        top: 20px;
        left: 20px;
    }
}

.form-cb-b > .txt::after {
    top: 19px;
    left: 18px;
    width: 18px;
    height: 13px;
    background-position: -126.5px -250.5px;
    background-size: 326px 302px;
    opacity: 0;
    transition: opacity .2s;
}

@media only screen and (max-width: 768px) {
    .form-cb-b > .txt::after {
        top: 24px;
        left: 22px;
    }
}

.form-cb-b > input:checked + .txt::before {
    background: #009ee0;
}

.form-cb-b > input:checked + .txt::after {
    opacity: 1;
}

.form-radio-b > .txt::before {
    position: absolute;
    top: 15px;
    left: 16px;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #009ee0;
    border-radius: 4px;
    border-radius: 50%;
    content: "";
    transition: background .2s;
}

@media only screen and (max-width: 768px) {
    .form-radio-b > .txt::before {
        top: 20px;
        left: 20px;
    }
}

.form-radio-b > .txt::after {
    position: absolute;
    top: 19px;
    left: 20px;
    display: block;
    width: 14px;
    height: 14px;
    background: #009ee0;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transition: opacity .2s;
}

@media only screen and (max-width: 768px) {
    .form-radio-b > .txt::after {
        top: 24px;
        left: 24px;
    }
}

.form-radio-b > input:checked + .txt::after {
    opacity: 1;
}

/*
 * .form-cb-c
** ------------------------------------------------------ */
.form-cb-c {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.form-cb-c::before {
    top: 0;
    bottom: 0;
    left: 22px;
    margin-top: auto;
    margin-bottom: auto;
}

.form-cb-c._type-a::before {
    width: 60px;
    height: 60px;
    background-position: -125.5px -62.5px;
    background-size: 326px 302px;
}

.form-cb-c._type-b::before {
    width: 60px;
    height: 60.5px;
    background-position: -63px 0;
    background-size: 326px 302px;
}

.form-cb-c._type-c::before {
    width: 60px;
    height: 60px;
    background-position: -125px -125.5px;
    background-size: 326px 302px;
}

.form-cb-c._type-d::before {
    width: 60px;
    height: 60px;
    background-position: 0 -63px;
    background-size: 326px 302px;
}

.form-cb-c._type-e::before {
    width: 60px;
    height: 60px;
    background-position: 0 -188px;
    background-size: 326px 302px;
}

.form-cb-c._type-f::before {
    width: 60px;
    height: 60px;
    background-position: -188px -125px;
    background-size: 326px 302px;
}

.form-cb-c > .txt {
    display: flex;
    flex-direction: column;
    min-height: 86px;
    padding: 18px 15px 18px 102px;
    border: 1px solid #009ee0;
    border-radius: 4px;
    transition: background .2s;
}

.form-cb-c > .txt::before {
    position: absolute;
    top: 12px;
    right: 13px;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #009ee0;
    border-radius: 4px;
    content: "";
    transition: background .2s;
}

.form-cb-c > .txt::after {
    top: 16px;
    right: 16px;
    width: 12px;
    height: 8.66667px;
    background-position: -84.33333px -167px;
    background-size: 217.33333px 201.33333px;
    opacity: 0;
    transition: opacity .2s;
}

.form-cb-c > .txt > .ttl {
    display: block;
    margin-bottom: 3px;
    padding-right: 20px;
}

@media only screen and (min-width: 769px) {
    .form-cb-c:hover > .txt, .form-cb-c:active > .txt, .form-cb-c:focus > .txt {
        padding: 16px 13px 16px 100px;
        background: #e5f5fc;
        border-width: 3px;
    }
}

.form-cb-c > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form-cb-c > input:checked + .txt {
    padding: 16px 13px 16px 100px;
    background: #e5f5fc;
    border-width: 3px;
}

.form-cb-c > input:checked + .txt::before {
    background: #009ee0;
}

.form-cb-c > input:checked + .txt::after {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .form-cb-c {
        display: flex;
    }
    .form-cb-c::before {
        left: 20px;
    }
    .form-cb-c > .txt {
        justify-content: center;
        width: 100%;
        padding-left: 97px;
    }
    .form-cb-c > input:checked + .txt {
        padding-left: 95px;
    }
}

[class^="form-list-"] .form-cb-c {
    width: 100%;
}

[class^="form-list-"] .form-cb-c > .txt {
    width: 100%;
}

/*
 * .form-txt-a
** ------------------------------------------------------ */
.form-txt-a {
    width: 100%;
    min-height: 40px;
    padding: 0 10px;
    border: 1px solid #009ee0;
    border-radius: 4px;
}

.form-txt-a:focus {
    background: #e5f5fc;
}

.form-txt-a:disabled {
    font-size: 1.4rem;
    color: #999;
    line-height: 1.5;
    background: #eee;
    border-color: #999;
    opacity: 1;
}

.form-txt-a._error {
    background: #fdefee;
    border-width: 2px;
    border-color: #ea635c;
}

@media only screen and (min-width: 769px) {
    .form-txt-a {
        max-width: 540px;
        padding: 0 15px;
    }
}

/*
 * .form-lyt-a
** ------------------------------------------------------ */
.form-lyt-a {
    display: flex;
    margin-left: -24px;
}

.form-lyt-a > .item {
    width: 100%;
    max-width: 304px;
    padding-left: 24px;
}

.form-lyt-a > .item dt {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.form-lyt-a > .item dt .sub {
    margin-left: 15px;
    font-weight: normal;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .form-lyt-a {
        margin-left: -18px;
    }
    .form-lyt-a > .item {
        max-width: 50%;
        padding-left: 18px;
    }
}

/*
 * .form-lyt-b
** ------------------------------------------------------ */
.form-lyt-b {
    display: flex;
    margin-left: -30px;
}

.form-lyt-b > .item {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
}

.form-lyt-b > .item._type-a {
    max-width: 232px;
}

@media only screen and (max-width: 768px) {
    .form-lyt-b > .item._type-a {
        max-width: calc(170vw * 100 / 320);
    }
}

.form-lyt-b > .item._type-b {
    width: 25px;
}

@media only screen and (min-width: 769px) {
    .form-lyt-b > .item._type-b {
        margin-right: -25px;
        padding-left: 8px;
    }
}

.form-lyt-b > .item:not([class*="_type"]) {
    max-width: 142px;
}

@media only screen and (max-width: 768px) {
    .form-lyt-b > .item:not([class*="_type"]) {
        max-width: calc(80vw * 100 / 320);
    }
}

.form-lyt-b > .item > label {
    margin-left: 16px;
}

@media only screen and (max-width: 768px) {
    .form-lyt-b {
        margin-left: -6px;
    }
    .form-lyt-b > .item {
        padding-left: 6px;
    }
    .form-lyt-b > .item > label {
        margin-left: 6px;
    }
}

/*
 * .form-lyt-c
** ------------------------------------------------------ */
.form-lyt-c {
    display: flex;
    align-items: center;
    margin-left: -7px;
}

.form-lyt-c > .item {
    padding-left: 7px;
}

.form-lyt-c > .item:nth-child(odd) {
    width: calc(83vw * 100 / 320);
}

@media only screen and (min-width: 769px) {
    .form-lyt-c > .item:nth-child(odd) {
        width: 100%;
        max-width: 127px;
    }
}

.form-lyt-c._post > .item:first-child {
    width: calc(90vw * 100 / 320);
}

.form-lyt-c._post > .item:last-child {
    padding-left: 30px;
}

@media only screen and (min-width: 769px) {
    .form-lyt-c._post > .item:first-child {
        width: 90px;
    }
    .form-lyt-c._post > .item:last-child {
        padding-left: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .form-lyt-c._post > .item:nth-child(odd):not(:first-child) {
        width: calc(110vw * 100 / 320);
    }
}

/*
 * .form-lyt-d
** ------------------------------------------------------ */
.form-lyt-d {
    display: flex;
    align-items: center;
    margin-left: -16px;
}

.form-lyt-d > .item {
    padding-left: 16px;
}

.form-lyt-d > .item:first-child {
    width: 136px;
}

.form-lyt-d > .item > [class^="btn-"] {
    margin-left: 8px;
}

@media only screen and (max-width: 768px) {
    .form-lyt-d > .item > [class^="btn-"] {
        margin-left: 14px;
    }
}

/*
 * .form-lyt-e
** ------------------------------------------------------ */
.form-lyt-e {
    display: flex;
    align-items: center;
    margin-left: -15px;
}

.form-lyt-e > .item {
    padding-left: 15px;
}

.form-lyt-e > .item:nth-child(2) {
    width: 135px;
}

@media only screen and (max-width: 768px) {
    .form-lyt-e > .item:nth-child(2) {
        width: 110px;
    }
}

/*
 * .form-lyt-f
** ------------------------------------------------------ */
.form-lyt-f {
    display: flex;
    margin-left: -20px;
}

.form-lyt-f > .item {
    padding-left: 20px;
}

.form-lyt-f > .item + .item {
    margin-top: 2px;
}

/*
 * .form-list-a
** ------------------------------------------------------ */
.form-list-a + [class^="form-lyt-"], .tbl-a * + .form-list-a {
    margin-top: 16px;
}

@media only screen and (max-width: 768px) {
    .form-list-a + [class^="form-lyt-"], .tbl-a * + .form-list-a {
        margin-top: 20px;
    }
}

.list-item-c * + .form-list-a {
    margin-top: 16px !important;
}

@media only screen and (min-width: 769px) {
    .form-list-a {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -16px;
        margin-left: -16px;
    }
    .form-list-a > li {
        padding-bottom: 16px;
        padding-left: 16px;
    }
    .form-list-a._type-a > li {
        width: 100%;
    }
    .form-list-a:not(._type-a) > li {
        display: flex;
        width: 50%;
    }
    .form-list-a._col-3 > li {
        width: 33.3333%;
    }
    .form-list-a._col-4 > li {
        width: 25%;
}
}

@media only screen and (max-width: 768px) {
    .form-list-a > li + li {
        margin-top: 20px;
    }
}

/*
 * .form-select-a
** ------------------------------------------------------ */
.form-select-a {
    width: 100%;
}

.form-select-a-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .form-select-a-inner {
        width: 100%;
    }
}

.form-select-a-inner::before {
    position: absolute;
    top: 18px;
    right: 6px;
    z-index: 1;
    display: block;
    border-width: 6px 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .form-select-a-inner::before {
        border-width: 5px 3px;
    }
}

.form-select-a-inner::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
    background: #009ee0;
    border-radius: 0 4px 4px 0;
    content: "";
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .form-select-a-inner::after {
        width: 16px;
    }
}

.form-select-a-inner > select {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 6px 18px 6px calc(8vw * 100 / 414);
    line-height: 1.5;
    background: #fff;
    border: 1px solid #009ee0;
    border-radius: 4px;
    cursor: pointer;
}

.form-select-a-inner > select:focus {
    background: #e5f5fc;
}

@media only screen and (min-width: 769px) {
    .form-select-a-inner > select {
        width: 120px;
        padding-right: 20px;
        padding-left: 10px;
    }
}

[class^="form-lyt"] .form-select-a-inner {
    width: 100%;
}

[class^="form-lyt"] .form-select-a-inner > select {
    width: 100%;
}

/*
 * .form-note-a
** ------------------------------------------------------ */
.form-note-a {
    font-size: 1.4rem;
    line-height: 1.5;
}

.form-note-a + * {
    margin-top: 5px;
}

/*
 * .form-error-a
** ------------------------------------------------------ */
.form-error-a + * {
    margin-top: 10px;
}

.form-error-a > li {
    position: relative;
    padding-left: 24px;
}

@media only screen and (max-width: 768px) {
    .form-error-a > li {
        padding-left: 21px;
    }
}

.form-error-a > li strong {
    color: #ea635c;
}

.form-error-a > li::before {
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: -625px -120px;
}

/*
 * .form-file-a
** ------------------------------------------------------ */
.form-file-a {
    display: inline-block;
    min-width: 170px;
    padding: 7px 20px 6px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #009ee0;
    text-align: center;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #009ee0;
    border-radius: 4px;
    box-shadow: 2px 2px #7fceef;
    cursor: pointer;
    transition: background .2s;
}

@media only screen and (min-width: 769px) {
    .form-file-a:hover, .form-file-a:active, .form-file-a:focus {
        color: #009ee0;
        background: #e5f5fc;
    }
}

@media only screen and (max-width: 768px) {
    .form-file-a {
        min-width: 160px;
    }
}

.form-file-a > input {
    display: none;
}

/*
 * .form-reflected-a
** ------------------------------------------------------ */
.form-reflected-a {
    position: relative;
    padding-top: 2px;
    padding-left: 31.5px;
}

@media only screen and (max-width: 768px) {
    .form-reflected-a {
        padding-left: 34.5px;
    }
}

.form-reflected-a::before {
    top: 5px;
    left: 0;
    width: 13.5px;
    height: 20px;
    background-position: -312.5px 0;
    background-size: 326px 302px;
}

/*
 * .lyt-col-a
** ------------------------------------------------------ */
.lyt-col-a {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
    margin-left: -40px;
}

.lyt-col-a > .col {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
}

@media only screen and (min-width: 769px) {
    .lyt-col-a._col-2 > .col {
        width: 50%;
    }
}

/*
 * .image-lyt-a
** ------------------------------------------------------ */
.image-lyt-a {
    position: relative;
    display: block;
    padding-left: 62px;
}

.image-lyt-a > .image {
    position: absolute;
    top: 3px;
    left: 0;
}

.image-lyt-a > .image img {
    width: 54px;
    max-width: none;
    border: 1px solid #fff;
}

.image-lyt-a > .image._border-a img {
    border-color: #039;
}

@media only screen and (max-width: 768px) {
    .image-lyt-a {
        padding-left: 45px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .image-lyt-a > .image img {
        width: 38px;
    }
}

.hdg-b .image-lyt-a, .box-product-a .image-lyt-a {
    padding-left: 108px;
    font-size: 2.2rem;
    line-height: 1.5;
}

.hdg-b .image-lyt-a > .image, .box-product-a .image-lyt-a > .image {
    top: 50%;
    transform: translateY(-50%);
}

.hdg-b .image-lyt-a > .image img, .box-product-a .image-lyt-a > .image img {
    width: 90px;
    vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
    .hdg-b .image-lyt-a, .box-product-a .image-lyt-a {
        padding-left: 85px;
        font-size: 1.9rem;
    }
    .hdg-b .image-lyt-a > .image img, .box-product-a .image-lyt-a > .image img {
        width: 75px;
        vertical-align: middle;
    }
}

.hdg-b .image-lyt-a {
    margin-bottom: 9px;
}

@media only screen and (max-width: 768px) {
    .hdg-b .image-lyt-a {
        margin-bottom: 3px;
    }
}

.hdg-b .image-lyt-a > .image img {
    border: 0;
}

/*
 * .image-lyt-b
** ------------------------------------------------------ */
.image-lyt-b {
    display: flex;
    align-items: center;
}

.image-lyt-b > .image {
    margin-right: 16px;
}

.image-lyt-b > .image img {
    max-width: none;
    vertical-align: bottom;
}

/*
 * .image-list-a
** ------------------------------------------------------ */
.image-list-a {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
    margin-left: -16px;
}

.image-list-a > li {
    padding-bottom: 16px;
    padding-left: 16px;
}

.image-list-a > li img {
    vertical-align: bottom;
}

/*
 * .area-procedure-a
** ------------------------------------------------------ */
@media only screen and (min-width: 769px) {
    .area-procedure-a-inner {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
}

.area-procedure-a-inner::before {
    display: block;
    width: 48px;
    height: 32px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    background-position: -159px -501px;
}

@media only screen and (max-width: 768px) {
    .area-procedure-a-inner::before {
        margin-bottom: 28px;
    }
}

.area-procedure-a-inner + [class^="box-"] {
    margin-top: 74px;
}

@media only screen and (max-width: 768px) {
    .area-procedure-a-inner + [class^="box-"] {
        margin-top: 54px;
    }
}

/*
 * modal
** ------------------------------------------------------ */
body.is-modal-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

body:not(.is-modal-open) #modal-overlay {
    display: none;
}

html:not([data-script-enabled="true"]) * + .modal-a-wrap {
    margin-top: 75px;
}

@media only screen and (max-width: 768px) {
    html:not([data-script-enabled="true"]) * + .modal-a-wrap {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 1080px) {
    html:not([data-script-enabled="true"]) .modal-a-inner > .hdg-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
}

html:not([data-script-enabled="true"]) .modal-a-inner > .hdg-wrap + .content {
    margin-top: 32px;
}

@media only screen and (max-width: 768px) {
    html:not([data-script-enabled="true"]) .modal-a-inner > .hdg-wrap + .content {
        margin-top: 20px;
    }
}

[data-script-enabled="true"] .modal-a-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    pointer-events: none;
}

[data-script-enabled="true"] body.is-modal-open .modal-a-wrap {
    display: flex;
}

[data-script-enabled="true"] .modal-a {
    position: relative;
    width: 100%;
    max-width: 680px;
    height: 100%;
    max-height: 450px;
    pointer-events: auto;
}

[data-script-enabled="true"] .modal-a-inner {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background: #fff;
}

[data-script-enabled="true"] .modal-a-inner > .content {
    padding: 32px;
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .modal-a-inner {
        max-height: 440px;
    }
    [data-script-enabled="true"] .modal-a-inner > .content {
        padding: 20px;
    }
}

.modal-a > .btn {
    position: absolute;
    top: 0;
    right: 10px;
}

.modal-a > .btn button {
    overflow: hidden;
    width: 20px;
    height: 20px;
    font-size: 1rem;
    color: transparent;
}

.modal-a > .btn button::before, .modal-a > .btn button::after {
    position: absolute;
    top: 19px;
    left: -2px;
    display: block;
    width: 25px;
    height: 2px;
    background: #666;
    content: "";
}

.modal-a > .btn button::before {
    transform: rotate(45deg);
}

.modal-a > .btn button::after {
    transform: rotate(135deg);
}

.modal-a-inner > .hdg-wrap {
    display: flex;
    background: #ddd;
}

.modal-a-inner > .hdg-wrap .hdg {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 10px 40px 10px 32px;
    font-size: 2.2rem;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .modal-a-inner > .hdg-wrap .hdg {
        padding-left: 20px;
        font-size: 2rem;
    }
}

/*
 * adjust
** ------------------------------------------------------ */
.adj-ta-center {
    text-align: center;
}

.adj-ta-right {
    text-align: right;
}

.adj-w-2 {
    width: 2%;
}

.adj-w-4 {
    width: 4%;
}

.adj-w-6 {
    width: 6%;
}

.adj-w-8 {
    width: 8%;
}

.adj-w-10 {
    width: 10%;
}

.adj-w-12 {
    width: 12%;
}

.adj-w-14 {
    width: 14%;
}

.adj-w-16 {
    width: 16%;
}

.adj-w-18 {
    width: 18%;
}

.adj-w-20 {
    width: 20%;
}

.adj-w-22 {
    width: 22%;
}

.adj-w-24 {
    width: 24%;
}

.adj-w-26 {
    width: 26%;
}

.adj-w-28 {
    width: 28%;
}

.adj-w-30 {
    width: 30%;
}

.adj-w-32 {
    width: 32%;
}

.adj-w-34 {
    width: 34%;
}

.adj-w-36 {
    width: 36%;
}

.adj-w-38 {
    width: 38%;
}

.adj-w-40 {
    width: 40%;
}

.adj-w-42 {
    width: 42%;
}

.adj-w-44 {
    width: 44%;
}

.adj-w-46 {
    width: 46%;
}

.adj-w-48 {
    width: 48%;
}

.adj-w-50 {
    width: 50%;
}

.adj-w-52 {
    width: 52%;
}

.adj-w-54 {
    width: 54%;
}

.adj-w-56 {
    width: 56%;
}

.adj-w-58 {
    width: 58%;
}

.adj-w-60 {
    width: 60%;
}

.adj-w-62 {
    width: 62%;
}

.adj-w-64 {
    width: 64%;
}

.adj-w-66 {
    width: 66%;
}

.adj-w-68 {
    width: 68%;
}

.adj-w-70 {
    width: 70%;
}

.adj-w-72 {
    width: 72%;
}

.adj-w-74 {
    width: 74%;
}

.adj-w-76 {
    width: 76%;
}

.adj-w-78 {
    width: 78%;
}

.adj-w-80 {
    width: 80%;
}

.adj-w-82 {
    width: 82%;
}

.adj-w-84 {
    width: 84%;
}

.adj-w-86 {
    width: 86%;
}

.adj-w-88 {
    width: 88%;
}

.adj-w-90 {
    width: 90%;
}

.adj-w-92 {
    width: 92%;
}

.adj-w-94 {
    width: 94%;
}

.adj-w-96 {
    width: 96%;
}

.adj-w-98 {
    width: 98%;
}

.adj-w-100 {
    width: 100%;
}

/* overlay */
#z-modal-overlay,
.z-modal-overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #fff url("../images/loading.gif") no-repeat center center;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*# sourceMappingURL=theme.css.map */
