@charset "UTF-8";
/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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-utility-btn::before, .header-nav > li > a::before, .dropdown-content-inner > .title > a::before, .second-nav-a > li > a::before, .second-nav-a > li.dd-box > a::after, .second-nav-a > li.dd-box > a > .txt::before, .str-contents-side::before, .hdg-k::before, .txt-note-a::before, .list-desc-b._icon-a > dt::before, .list-products-a > li > a::before, .link-a::before, .link-back-a::before, .list-link-a > li > a::before, .list-link-b > .item > .item-inner > a > .title::before, .list-idx-a > li > a::before, .list-idx-a > li > b::before, .list-anchor-a > li > a::before, .btn-c > .btn-c-inner::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a > span::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button > span::before, .lyt-idx-b > .idx > .bottom > ul > li > a > span::before, .list-anchor-b a > span::before, .nav-local-a > li > ul > li > a:not(.item)::before, .nav-local-b > li > a > span::before, .pager-a > ul > .prev > a::before, .pager-a > ul > .next > a::before, .btn-d > .btn-d-inner::before, .btn-sim-a > .txt::before, .btn-sim-b::before, .btn-doc-a::before, .btn-net-a::before, .lyt-img-e > .item > a > .title::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim > span::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim > span::before, .lyt-idx-b > .idx > .bottom > ul > li > a._sim > span::before, .lyt-idx-c > .idx > .idx-inner > .title::before, .panel-sort-a > .hdg-wrap > .hdg::before, .top-lyt-products-b > .content > .list > li > a > span::before, .top-btn-cv-a::before {
    position: absolute;
    display: block;
    background-image: url(../images/icon_sprite.png);
    content: "";
}

#global-nav > ul > li > a::before, .top-btn-a._tel > .txt::before {
    display: inline-block;
    background-image: url(../images/icon_sprite.png);
    content: "";
}

/* ==============================================================================================
 Base
================================================================================================= */
@font-face {
    font-family: "Noto Sans CJK JP Number";
    src: url("../fonts/NotoSansCJKjp-Bold-number.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold-number.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans CJK JP Regular";
    src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

:root {
    font-size: 10px;
}

body {
    overflow-wrap: break-word;
    min-width: 320px;
    font-size: 1.5rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Arial, sans-serif;
    color: #5b3d2d;
    line-height: 1.8;
    word-wrap: break-word;
    background: #f5efec;
}

*, *::before, *::after {
    box-sizing: border-box;
}

main {
    display: block;
}

ul, ol {
    list-style-type: none;
}

a {
    color: #5b3d2d;
    text-decoration: underline;
    transition: color .2s;
}

a:hover, a:active, a:focus {
    color: #a06b4f;
    text-decoration: none;
}

[href^="tel:"] {
    text-decoration: none;
    cursor: default;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #5b3d2d;
}

em > em {
    color: #ff6e14;
}

strong {
    color: #d80000;
}

sup {
    font-size: 1rem;
}

i {
    font-style: italic;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

p, ul, ol, dl, dt, dd, table, h1, h2, h3, h4, h5, h6, blockquote, form {
    margin: 0;
    padding: 0;
}

dfn, cite {
    font-style: normal;
}

small {
    font-size: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

input, select, button, textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Arial, sans-serif;
    color: #5b3d2d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
}

input[type="reset"], input[type="image"], input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

button {
    padding: 0;
    color: #5b3d2d;
    line-height: 1.8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
}

/* ==============================================================================================
 Structure
================================================================================================= */
/*----------------------------------------
 Header
----------------------------------------*/
#header, #header-simple {
    position: relative;
    z-index: 3;
    background: #fff;
    border-top: 2px solid #ff6e14;
    border-bottom: 1px solid #dad3d0;
}

@media only screen and (min-width: 769px) {
    #header {
        height: 120px;
    }
}

/*
 * .header-content
** ------------------------------------------------------ */
.header-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 18px auto 0;
}

@media only screen and (max-width: 1100px) {
    .header-content {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .header-content {
        display: block;
        margin-top: 16px;
    }
}

.header-logo {
    margin: 2px auto 23px 0;
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .header-logo {
        margin: 0 0 17px;
    }
}

.header-logo img {
    width: 170px;
}

@media only screen and (max-width: 768px) {
    .header-logo img {
        width: 138px;
    }
}

#js-logo-agency {
    margin-left: 20px;
}

#js-logo-agency img {
    width: auto;
    height: 34px;
}

@media only screen and (max-width: 768px) {
    #js-logo-agency {
        position: absolute;
        top: 10px;
        right: 15px;
    }
}

/*
 * #global-nav
** ------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
    #global-nav {
        margin: 0 -15px;
    }
}

@media only screen and (max-width: 768px) {
    #global-nav {
        margin: 0;
        background: #fff;
    }
}

#global-nav > ul > li {
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    #global-nav > ul > li {
        width: auto;
    }
}

#global-nav > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 15px;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
}

#global-nav > ul > li > a::before {
    width: 16px;
    height: 16px;
    margin: 0 13px 2px 0;
    vertical-align: middle;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

#global-nav > ul > li > a:hover, #global-nav > ul > li > a:active, #global-nav > ul > li > a:focus {
    color: #5b3d2d;
}

#global-nav > ul > li > a:hover::after, #global-nav > ul > li > a:active::after, #global-nav > ul > li > a:focus::after {
    height: 3px;
}

@media only screen and (min-width: 769px) {
    #global-nav > ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    #global-nav > ul > li {
        text-align: center;
    }
    #global-nav > ul > li > a {
        display: inline-block;
        padding: 0 0 12px;
    }
    [data-script-enabled="true"] #global-nav > ul > li > a {
        padding-right: 20px;
    }
    [data-script-enabled="true"] #global-nav > ul > li > a::before {
        position: absolute;
        top: 8px;
        right: 3px;
        display: block;
        width: 8px;
        height: 8px;
        margin: 0;
        background: none;
        border-top: 2px solid #ff6e14;
        border-right: 2px solid #ff6e14;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #global-nav > ul > li > a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 0;
        background: #ff6e14;
        content: "";
        transition: height .2s cubic-bezier(.4, 0, .2, 1);
    }
    [data-script-enabled="true"] #global-nav > ul > li.is-open > a::before {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #global-nav > ul > li.is-current > a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        background: #ff6e14;
        content: "";
    }
}

@media only screen and (max-width: 875px) {
    #global-nav > ul > li > a {
        padding-top: 1px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    #global-nav > ul {
        border-bottom: 1px solid #dad3d0;
    }
    #global-nav > ul > li {
        border-top: 1px solid #dad3d0;
    }
    #global-nav > ul > li > a {
        padding-top: 14px;
        font-size: 1.6rem;
    }
}

/*
 * .header-link
** ------------------------------------------------------ */
.header-link {
    position: absolute;
    top: 21px;
    left: 50%;
    display: -webkit-flex;
    display: flex;
    margin-left: -80px;
}

@media only screen and (max-width: 1155px) {
    .header-link {
        margin-left: -104px;
    }
}

@media only screen and (max-width: 1100px) {
    .header-link {
        right: 350px;
        left: auto;
        margin-left: 0;
    }
}

@media only screen and (max-width: 875px) {
    .header-link {
        top: 11px;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(315vw * 100 / 1100);
    }
}

@media only screen and (max-width: 768px) {
    .header-link {
        position: static;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%;
        background: #fff;
    }
}

.header-link > li {
    padding-left: 25px;
}

.header-link > li > a {
    font-size: 1.3rem;
    color: #837167;
    text-decoration: none;
}

.header-link > li > a:hover, .header-link > li > a:active, .header-link > li > a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .header-link {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        border-bottom: 1px solid #dad3d0;
    }
    .header-link > li {
        width: 50%;
        padding: 0;
        border-bottom: 1px solid #dad3d0;
    }
    .header-link > li:nth-child(odd) {
        border-right: 1px solid #dad3d0;
    }
    .header-link > li:nth-child(2) {
        border-bottom: 1px solid #dad3d0;
    }
    .header-link > li:nth-child(3) {
        border-bottom: 0;
    }
    .header-link > li > a {
        position: relative;
        display: block;
        padding: 12px 15px 13px;
        font-weight: bold;
        font-size: 1.4rem;
        color: #5b3d2d;
    }
    .header-link > li > a::before {
        display: inline-block;
        margin: 0 6px 2px 0;
        vertical-align: middle;
        border-width: 3px 6px;
        border-style: solid;
        border-color: transparent transparent transparent #ff6e14;
        content: "";
    }
    .header-link > li > a:hover, .header-link > li > a:active, .header-link > li > a:focus {
        text-decoration: none;
    }
}

/*
 * .header-utility
** ------------------------------------------------------ */
.header-utility {
    display: -webkit-flex;
    display: flex;
    margin-right: -15px;
    margin-left: -4px;
}

@media only screen and (max-width: 1155px) {
    .header-utility {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .header-utility {
        display: block;
        margin: 0 -15px;
    }
}

@media only screen and (min-width: 769px) {
    .header-utility > li {
        position: relative;
        padding-left: 4px;
    }
}

.header-utility-content {
    position: relative;
    width: 382px;
    padding: 20px;
    background: #d2bdb2;
}

@media only screen and (max-width: 768px) {
    .header-utility-content {
        width: 100%;
        padding: 20px 15px;
        background: #f5efec;
    }
}

[data-script-enabled="true"] .header-utility-content {
    position: absolute;
    top: 46px;
    right: 15px;
    z-index: 4;
}

@media only screen and (max-width: 1100px) {
    [data-script-enabled="true"] .header-utility-content {
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .header-utility-content {
        position: static;
    }
}

.header-utility-content::before {
    position: absolute;
    top: -24px;
    right: 30px;
    display: block;
    display: block;
    border-width: 12px 6px;
    border-style: solid;
    border-color: transparent transparent #d2bdb2 transparent;
    content: "";
}

@media only screen and (max-width: 768px) {
    .header-utility-content::before {
        content: none;
    }
}

[data-script-enabled="true"] .header-search .header-utility-content {
    top: 46px;
    right: -215px;
}

@media only screen and (max-width: 1100px) {
    [data-script-enabled="true"] .header-search .header-utility-content {
        right: -230px;
    }
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .header-search .header-utility-content {
        position: static;
        padding-bottom: 15px;
    }
}

[data-script-enabled="true"] .header-search .header-utility-content::before {
    right: auto;
    left: 123px;
}

.header-utility-btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    color: #837167;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s;
}

.header-utility-btn:hover, .header-utility-btn:active {
    color: #837167;
    background: #f5efec;
}

@media only screen and (max-width: 768px) {
    .header-utility-btn:hover, .header-utility-btn:active {
        background: transparent;
    }
}

.header-utility-btn:focus {
    color: #837167;
}

@media only screen and (max-width: 768px) {
    .header-utility-btn {
        position: absolute;
        top: 7px;
        display: block;
        width: 40px;
        height: 42px;
        font-size: 1rem;
        text-align: center;
    }
}

.header-utility-btn._search {
    min-width: 78px;
    padding: 3px 10px 3px 35px;
}

.header-utility-btn._search::before {
    top: 6px;
    left: 10px;
    width: 19px;
    height: 19px;
    background-position: -304px -55px;
}

@media only screen and (max-width: 768px) {
    .header-utility-btn._search {
        display: none;
    }
}

.header-utility-btn._doc {
    min-width: 112px;
    padding: 3px 10px 3px 43px;
}

.header-utility-btn._doc::before {
    top: 5px;
    left: 12px;
    width: 25px;
    height: 22px;
    background-position: -304px 0;
}

@media only screen and (max-width: 768px) {
    .header-utility-btn._doc {
        right: 83px;
        min-width: 40px;
        padding: 23px 0 0;
    }
    [data-script-enabled="true"] .header-utility-btn._doc {
        right: 143px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 355px) {
    [data-script-enabled="true"] .header-utility-btn._doc {
        right: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .header-utility-btn._doc::before {
        top: 1px;
        left: 8px;
    }
}

.header-utility-btn._tel {
    min-width: 109px;
    padding: 3px 10px 3px 38px;
}

.header-utility-btn._tel::before {
    top: 4px;
    left: 10px;
    width: 23px;
    height: 23px;
    background-position: -304px -27px;
}

@media only screen and (max-width: 768px) {
    .header-utility-btn._tel {
        right: 25px;
        min-width: 40px;
        padding: 23px 0 0;
    }
    [data-script-enabled="true"] .header-utility-btn._tel {
        right: 85px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 355px) {
    [data-script-enabled="true"] .header-utility-btn._tel {
        right: 74px;
    }
}

@media only screen and (max-width: 768px) {
    .header-utility-btn._tel::before {
        top: 0;
        left: 9px;
    }
}

#header-simple .header-utility-btn._tel {
    top: 10px;
    right: 20px;
}

@media only screen and (min-width: 769px) {
    #header-simple .header-utility-btn._tel {
        display: none;
    }
}

#header-simple .header-utility-btn._tel + .header-utility-content::before {
    content: none;
}

@media only screen and (min-width: 769px) {
    #header-simple .header-utility-btn._tel + .header-utility-content {
        position: absolute;
        top: -14px;
        right: 15px;
        display: block !important;
        padding: 0;
        background: transparent;
    }
}

#header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap {
    font-size: 1.1rem;
    color: #837167;
}

@media only screen and (min-width: 769px) {
    #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap {
        text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap {
        padding: 23px 20px;
        font-size: 1.3rem;
        text-align: center;
        background: #fff;
        border: 1px solid #d2bdb2;
    }
}

@media only screen and (min-width: 1101px) {
    #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel {
        white-space: nowrap;
    }
}

#header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel > a, #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel > span {
    font-size: 2.4rem;
    font-family: "Noto Sans CJK JP Number";
    color: #ff6e14;
    line-height: 1.3;
}

#header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel > a > img, #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel > span > img {
    width: 35px;
    margin: 0 6px -2px 0;
    vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
    #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel > a, #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel > span {
        display: inline-block;
        width: 100%;
        max-width: 330px;
        padding: 10px 0 12px;
        font-size: 2.6rem;
        line-height: 1.2;
        border: 2px solid #d2bdb2;
        border-bottom-width: 4px;
        border-radius: 4px;
    }
    #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel > a > img, #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .tel > span > img {
        width: 44px;
        margin-bottom: -3px;
    }
}

#header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .info {
    margin-top: 3px;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    #header-simple .header-utility-btn._tel + .header-utility-content > .tel-wrap > .info {
        margin-top: 12px;
    }
}

.is-open > .header-utility-btn {
    color: #837167;
    background: #f5efec;
}

.is-open > .header-utility-btn::before, .is-open > .header-utility-btn::after {
    top: 15px;
    width: 20px;
    height: 2px;
    background: #837167;
}

.is-open > .header-utility-btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-open > .header-utility-btn::after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
    .is-open > .header-utility-btn {
        background: transparent;
    }
    .is-open > .header-utility-btn::before, .is-open > .header-utility-btn::after {
        width: 25px;
    }
}

.is-open > .header-utility-btn._search::before, .is-open > .header-utility-btn._search::after {
    left: 10px;
}

.is-open > .header-utility-btn._tel::before, .is-open > .header-utility-btn._tel::after {
    left: 13px;
}

@media only screen and (max-width: 768px) {
    .is-open > .header-utility-btn._tel::before, .is-open > .header-utility-btn._tel::after {
        top: 10px;
        left: 7px;
    }
}

/*
 * .header-search
** ------------------------------------------------------ */
.header-search {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: 257px;
}

@media only screen and (max-width: 1155px) {
    .header-search {
        margin-left: 232px;
    }
}

@media only screen and (max-width: 1100px) {
    .header-search {
        right: 245px;
        left: auto;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .header-search {
        position: static;
    }
}

.header-search-form > .input {
    width: 100%;
    height: 50px;
    padding: 10px 48px 10px 10px;
    background: #fff;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .header-search-form > .input {
        font-size: 1.6rem;
        border: 2px solid #d2bdb2;
    }
}

.header-search-form > .btn {
    margin-left: -38px;
}

.header-search-form > .btn img {
    margin-bottom: 5px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .header-search-form > .btn img {
        margin-bottom: 3px;
    }
}

/*
 * .header-menu
** ------------------------------------------------------ */
.header-menu {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .header-menu {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
    }
}

.header-menu-btn {
    position: absolute;
    top: 0;
    right: 15px;
    width: 52px;
    height: 50px;
    padding-top: 26px;
    font-size: 1rem;
    color: #fff;
    background: #ff6e14;
    border-bottom: 3px solid #da5e11;
    border-radius: 0 0 4px 4px;
}

@media only screen and (min-width: 769px) {
    .header-menu-btn {
        display: none;
    }
}

.header-menu-btn::before {
    position: absolute;
    top: 10px;
    left: 14px;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    content: "";
}

.header-menu-btn > span::before, .header-menu-btn > span::after {
    position: absolute;
    left: 14px;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    content: "";
}

.header-menu-btn > span::before {
    top: 17px;
}

.header-menu-btn > span::after {
    top: 24px;
}

.is-open > .header-menu-btn::before {
    display: none;
}

.is-open > .header-menu-btn > span::before, .is-open > .header-menu-btn > span::after {
    top: 16px;
    left: 14px;
}

.is-open > .header-menu-btn > span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-open > .header-menu-btn > span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
    .header-menu-content {
        background: #f5efec;
    }
}

/*
 * .header-close-btn-wrap
** ------------------------------------------------------ */
.header-close-btn-wrap {
    padding: 20px 0;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .header-close-btn-wrap {
        display: none;
    }
}

.header-close-btn {
    position: relative;
    width: 30px;
    height: 30px;
    background: #837167;
}

.header-close-btn::before, .header-close-btn::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    margin: auto;
    background: #fff;
    content: "";
}

.header-close-btn::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-close-btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-close-btn > .txt {
    font-size: 1rem;
    opacity: 0;
}

/*
 * .header-nav
** ------------------------------------------------------ */
.header-nav {
    display: none;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% + 15px);
    margin: 0 -15px;
    padding: 6px 0 10px;
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .header-nav {
        display: -webkit-flex;
        display: flex;
    }
}

.header-nav > li {
    width: 50%;
    text-align: center;
    line-height: 1.3;
}

.header-nav > li > a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
}

.header-nav > li > a::before {
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

/*
 * dropdown
** ------------------------------------------------------ */
.dropdown-content {
    position: absolute;
    top: 118px;
    left: 0;
    z-index: 4;
    display: none;
    width: 100%;
    padding: 30px 10px 85px;
    text-align: left;
    background: #fff url(../images/bg_dropdown_01.png) no-repeat center bottom;
}

@media only screen and (max-width: 768px) {
    .dropdown-content {
        display: none !important;
    }
}

.dropdown-content-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.dropdown-content-inner > .title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}

.dropdown-content-inner > .title > a {
    position: relative;
    padding-left: 26px;
    text-decoration: none;
}

.dropdown-content-inner > .title > a::before {
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

.second-nav-a {
    margin: -16px 0 0 -40px;
}

.second-nav-a::before, .second-nav-a::after {
    display: table;
    content: "";
}

.second-nav-a::after {
    clear: both;
}

.second-nav-a > li {
    float: left;
    padding: 16px 0 0 40px;
}

.second-nav-a > li > a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 43px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    text-decoration: none;
    background: #f5efec;
}

.second-nav-a > li > a::before {
    top: 15px;
    left: 15px;
    width: 16px;
    height: 16px;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

.second-nav-a > li > a:hover, .second-nav-a > li > a:active, .second-nav-a > li > a:focus {
    color: #a06b4f;
}

.second-nav-a > li > .col-inner {
    display: -webkit-flex;
    display: flex;
    margin: -16px 0 0 -40px;
}

.second-nav-a > li > .col-inner > li {
    width: 50%;
    padding: 16px 0 0 40px;
}

.second-nav-a > li > .col-inner > li > .title-wrap {
    margin: 26px 0 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #dad3d0;
}

.second-nav-a > li > .col-inner > li > .title-wrap > .title {
    padding-left: 13px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
    border-left: 3px solid #ff6e14;
}

.second-nav-a > li.dd-box > a {
    position: relative;
    padding: 184px 20px 13px 20px;
    text-align: center;
}

.second-nav-a > li.dd-box > a::before {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 148px;
    background: #fff;
}

.second-nav-a > li.dd-box > a::after {
    left: 50%;
}

.second-nav-a > li.dd-box > a > .txt {
    position: relative;
    margin-right: 26px;
    padding-left: 26px;
    transition: color .2s;
}

.second-nav-a > li.dd-box > a > .txt::before {
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

.second-nav-a > li.dd-box > a:hover > .txt, .second-nav-a > li.dd-box > a:active > .txt, .second-nav-a > li.dd-box > a:focus > .txt {
    color: #a06b4f;
}

.second-nav-a > li.dd-box._type-a > a::after {
    top: 63px;
    width: 141px;
    min-width: 141px;
    height: 65px;
    margin-left: -70.5px;
    background-position: 0 -122px;
}

.second-nav-a > li.dd-box._type-b > a::after {
    top: 49px;
    width: 98px;
    min-width: 98px;
    height: 79px;
    margin-left: -49px;
    background-position: -201px 0;
}

.second-nav-a._col-2-a > li {
    width: 50%;
}

.second-nav-a._col-2-b > li {
    width: 50%;
}

.second-nav-a._col-2-b > li:nth-child(n + 3) {
    float: right;
    padding-top: 30px;
}

.second-nav-a._col-2-b > li:nth-child(n + 4) {
    clear: right;
    padding-top: 16px;
}

.second-nav-a._col-3 > li {
    width: 33.3333%;
}

*:not(.title-wrap) + .third-nav {
    margin-top: 23px;
    margin-right: 10px;
    margin-left: 10px;
}

.third-nav > li {
    margin-top: 7px;
}

.third-nav > li > a {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    font-weight: bold;
    font-size: 1.4rem;
    text-decoration: none;
}

.third-nav > li > a::before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    border-width: 3px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ff6e14;
    content: "";
}

.third-nav._col-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -7px;
    margin-left: -6px;
}

.third-nav._col-2 > li {
    width: 50%;
    margin-top: 0;
    padding-bottom: 7px;
    padding-left: 16px;
}

.dropdown-close-btn {
    position: absolute;
    top: 8px;
    right: 0;
    overflow: hidden;
    width: 24px;
    height: 24px;
    color: transparent;
    background: #837167;
    transition: background .2s;
}

.dropdown-close-btn::before, .dropdown-close-btn::after {
    position: absolute;
    top: 11.5px;
    left: 4px;
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    content: "";
}

.dropdown-close-btn::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown-close-btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-close-btn:hover, .dropdown-close-btn:active, .dropdown-close-btn:focus {
    background: #a06b4f;
}

#dropdown-overlay, #menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    transition: opacity .4s;
}

#dropdown-overlay.is-hide, #dropdown-overlay.is-show, #menu-bg.is-hide, #menu-bg.is-show {
    display: block;
}

#dropdown-overlay.is-hide, #menu-bg.is-hide {
    opacity: 0;
    pointer-events: none;
}

#dropdown-overlay.is-show, #menu-bg.is-show {
    opacity: 1;
}

#dropdown-overlay {
    background: rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 768px) {
    #dropdown-overlay {
        display: none !important;
    }
}

#menu-bg {
    background: #f5efec;
}

@media only screen and (min-width: 769px) {
    #menu-bg {
        display: none !important;
    }
}

/*
 * menu
** ------------------------------------------------------ */
.js-menu-dd .js-menu-txt, .js-menu-search .js-menu-txt, .js-menu-contact .js-menu-txt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    .js-menu-contact .js-menu-txt {
        position: static;
        opacity: 1;
    }
}

@media only screen and (min-width: 769px) {
    .js-menu-search.is-close .js-menu-txt, .js-menu-contact.is-close .js-menu-txt {
        display: none;
    }
}

.js-menu-dd > .js-menu-content {
    display: none;
}

.js-menu-search > .js-menu-content {
    display: none;
}

@media only screen and (max-width: 768px) {
    .js-menu-search > .js-menu-content {
        display: block !important;
    }
}

.js-menu-contact > .js-menu-content {
    display: none;
}

@media only screen and (max-width: 768px) {
    .js-menu-contact > .js-menu-content {
        height: calc(100vh - 63px);
    }
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .js-menu-sp > .js-menu-content {
        display: none;
        height: calc(100vh - 63px);
    }
}

@media only screen and (min-width: 769px) {
    [data-script-enabled="true"] .js-menu-sp > .js-menu-content {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    body.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    body.is-fixed .js-menu-sp > .js-menu-content, body.is-fixed .js-menu-contact > .js-menu-content {
        position: fixed;
        top: 63px;
        left: 0;
        z-index: 10;
        overflow: auto;
        width: 100%;
        height: calc(100% - 63px);
        max-height: 100%;
    }
    body.is-fixed .header-nav {
        display: none;
    }
}

/*----------------------------------------
 Footer
----------------------------------------*/
#footer-container {
    overflow: hidden;
}

/*
 * .footer-content
** ------------------------------------------------------ */
.footer-content {
    position: relative;
    background: #fff;
}

.footer-content::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 324px;
    height: 235px;
    margin-left: 260px;
    background: url(../images/bg_footer_01.png) no-repeat 0 0;
    background-size: 100%;
    content: "";
}

@media only screen and (max-width: 1100px) {
    .footer-content::before {
        right: 0;
        left: auto;
        margin-left: 0;
        background-position: 36px 0;
    }
}

@media only screen and (max-width: 768px) {
    .footer-content::before {
        width: 369px;
        height: 270px;
    }
}

.footer-content-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0 32px;
}

@media only screen and (max-width: 1100px) {
    .footer-content-inner {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-content-inner {
        padding: 25px 15px;
    }
}

.footer-link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -3px;
}

.footer-link + .footer-link {
    margin-top: 10px;
}

.footer-link > li {
    position: relative;
    margin-right: 23px;
    padding-top: 3px;
    padding-right: 23px;
}

.footer-link > li::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 13px;
    margin-top: -5px;
    background: #837167;
    content: "";
}

[data-browser="IE11"] .footer-link > li::before {
    margin-top: -7px;
}

.footer-link > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-link > li:last-child::before {
    content: none;
}

.footer-link > li > a {
    color: #837167;
    text-decoration: none;
}

.footer-link > li > a:hover, .footer-link > li > a:active, .footer-link > li > a:focus {
    text-decoration: underline;
}

.footer-link._smaller > li:not(:last-child) {
    margin-right: 19px;
    padding-right: 19px;
}

.footer-link._smaller > li:not(:last-child)::before {
    height: 12px;
    margin-top: -4px;
}

[data-browser="IE11"] .footer-link._smaller > li:not(:last-child)::before {
    margin-top: -5px;
}

.footer-link._smaller > li > a {
    font-size: 1.3rem;
}

/*
 * .footer-banner
** ------------------------------------------------------ */
.footer-banner {
    background: #fff;
}

.footer-banner-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid #d8c6bd;
}

@media only screen and (max-width: 1100px) {
    .footer-banner-inner {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-banner-inner {
        display: none;
    }
}

.footer-banner-inner > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px 0 0 -12px;
}

.footer-banner-inner > ul > li {
    padding: 12px 0 0 12px;
}

.footer-banner-inner > ul > li > a {
    transition: opacity .2s;
}

.footer-banner-inner > ul > li > a:hover, .footer-banner-inner > ul > li > a:active, .footer-banner-inner > ul > li > a:focus {
    opacity: .75;
}

.footer-banner-inner > ul > li > a img {
    vertical-align: bottom;
}

/*
 * .footer-bar
** ------------------------------------------------------ */
.footer-bar {
    color: #fff;
    background: #ff6e14;
}

.footer-bar-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 0;
}

@media only screen and (max-width: 1100px) {
    .footer-bar-inner {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-bar-inner {
        display: block;
        padding: 15px;
        text-align: center;
    }
}

.footer-bar-inner .copyright {
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .footer-bar-inner .copyright {
        margin-top: 5px;
        font-size: 1.1rem;
    }
}

.footer-logo img {
    vertical-align: middle;
}

/*
 * .footer-cv
** ------------------------------------------------------ */
.footer-cv-inner {
    padding: 25px 15px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .footer-cv-inner {
        padding: 15px;
    }
}

/*
 * #footer-campaign
** ------------------------------------------------------ */
#footer-campaign {
    position: relative;
    z-index: 0;
    margin-top: -38px;
}

#footer-campaign::before {
    position: absolute;
    top: calc(-110px + 39px);
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 110px;
    background: url(../images/bg_campaign_01.png) no-repeat center center;
    content: "";
}

@media only screen and (max-width: 768px) {
    #footer-campaign::before {
        top: -100px;
        height: 85px;
        background-image: url(../images/bg_campaign_02.png);
    }
    #footer-campaign::after {
        position: absolute;
        top: calc(-68px + 38px);
        left: 0;
        z-index: -2;
        display: block;
        width: 100%;
        height: 68px;
        background: #97ca3d;
        content: "";
    }
}

/*----------------------------------------
 #str-main
----------------------------------------*/
/*
 * .str-contents-area
** ------------------------------------------------------ */
.str-contents-area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 1100px;
    margin: 40px auto 60px;
}

@media only screen and (max-width: 1100px) {
    .str-contents-area {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .str-contents-area {
        display: block;
        margin: 20px auto 40px;
    }
}

/*
 * .str-contents-main
** ------------------------------------------------------ */
.str-contents-main {
    width: calc(840vw * 100 / 1100);
    max-width: 840px;
}

@media only screen and (max-width: 768px) {
    .str-contents-main {
        width: 100%;
    }
}

.str-contents-area > .str-contents-main:only-child {
    width: 100%;
    max-width: 100%;
}

.str-contents-main > *:not(.hdg-l-wrap):first-child {
    margin-top: 0;
}

.str-contents-main > *:last-child {
    margin-bottom: 0;
}

/*
 * .str-contents-side
** ------------------------------------------------------ */
.str-contents-side {
    position: relative;
    width: calc(240vw * 100 / 1100);
    min-width: 200px;
    max-width: 240px;
    margin-left: 20px;
    padding: 50px 15px 30px;
    background: #fff;
    border-top: 3px solid #ff6e14;
}

.str-contents-side::before {
    top: -50px;
    right: 7px;
    width: 98px;
    height: 58.5px;
    background-position: 0 0;
    background-size: 164.5px 138px;
}

@media only screen and (max-width: 768px) {
    .str-contents-side {
        width: calc(100% + 30px);
        min-width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-top: 80px;
        margin-left: -15px;
        padding-top: 26px;
    }
    .str-contents-side::before {
        right: 15px;
    }
}

/*
 * .str-contact-area
** ------------------------------------------------------ */
.str-contact-area {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
    .str-contact-area {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .str-contact-area {
        padding-bottom: 45px;
        background: url(../images/bg_contact_02_sp.png) no-repeat bottom 22px left 50%;
    }
}

.str-contact-area::before {
    position: absolute;
    z-index: -1;
    display: block;
    background: #97ca3d;
    content: "";
}

@media only screen and (min-width: 769px) {
    .str-contact-area::before {
        bottom: -34px;
        left: 0;
        width: 100%;
        height: 63px;
        background: url(../images/bg_contact_02_pc.png) no-repeat bottom center;
    }
    [data-browser="IE11"] .str-contact-area::before {
        bottom: -35px;
    }
}

@media only screen and (max-width: 768px) {
    .str-contact-area::before {
        bottom: -35px;
        left: 0;
        width: calc(100% + 15px);
        height: 65px;
        margin-left: -15px;
    }
}

.str-contact-area::after {
    position: relative;
    display: inline-block;
    width: 211px;
    height: 86px;
    margin-top: -18px;
    margin-bottom: -18px;
    margin-left: calc(50% - 86px);
    background: url(../images/bg_contact_01.png) no-repeat bottom center;
    background-size: 211px 86px;
    content: "";
}

@media only screen and (max-width: 768px) {
    .str-contact-area::after {
        width: 100%;
        width: calc(100% - 39px);
        margin-bottom: -40px;
        margin-left: 39px;
    }
}

@media only screen and (min-width: 769px) {
    [data-browser="IE11"] .str-contact-area::after {
        margin-bottom: -21px;
    }
}

/*
 * .str-products-area
** ------------------------------------------------------ */
.str-products-area {
    max-width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
    .str-products-area {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.str-products-area-inner {
    padding: 22px 20px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 0 #cdcccc;
}

@media only screen and (max-width: 768px) {
    .str-products-area-inner {
        padding: 18px 13px 13px;
    }
}

.str-products-area-inner > .hdg-wrap {
    margin-bottom: 22px;
}

@media only screen and (max-width: 768px) {
    .str-products-area-inner > .hdg-wrap {
        margin-bottom: 6px;
    }
    .str-products-area-inner > .hdg-wrap + * {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .str-products-area-inner > .hdg-wrap {
        position: relative;
        z-index: 0;
        padding-right: 50px;
        cursor: pointer;
    }
    [data-script-enabled="true"] .str-products-area-inner > .hdg-wrap::before, [data-script-enabled="true"] .str-products-area-inner > .hdg-wrap::after {
        position: absolute;
        top: 50%;
        right: 8px;
        z-index: 1;
        display: block;
        width: 15px;
        height: 2px;
        margin-top: -1px;
        background: #ff6e14;
        content: "";
        pointer-events: none;
    }
    [data-script-enabled="true"] .str-products-area-inner > .hdg-wrap::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.str-products-area-inner > .hdg-wrap > .hdg {
    font-size: 1.8rem;
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .str-products-area-inner > .hdg-wrap > .hdg {
        font-size: 2rem;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .str-products-area-inner > .hdg-wrap > .hdg {
        padding: 0 8px;
    }
    [data-script-enabled="true"] .str-products-area-inner > .hdg-wrap > .hdg {
        padding-right: 0;
    }
    [data-script-enabled="true"] .str-products-area-inner > .hdg-wrap > .hdg::before {
        position: absolute;
        top: 50%;
        right: 5px;
        display: block;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        background: #ffe9dc;
        content: "";
    }
}

[data-script-enabled="true"] .str-products-area-inner.is-open > .hdg-wrap::after {
    display: none;
}

/*
 * .str-contents-a
** ------------------------------------------------------ */
.str-contents-a {
    padding: 40px;
    background: #fff;
}

.str-contents-a + *:not(.str-col-a):not(.nav-local-b) {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .str-contents-a + *:not(.str-col-a):not(.nav-local-b) {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .str-contents-a {
        padding: 40px 25px;
    }
}

.str-contents-a > *:first-child {
    margin-top: 0;
}

.str-col-a .str-contents-a {
    height: 100%;
}

/*
 * .str-contents-b
** ------------------------------------------------------ */
.str-contents-b {
    background: #fff;
    border-top-width: 3px;
    border-top-style: solid;
}

.str-contents-b + * {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .str-contents-b + * {
        margin-top: 20px;
    }
}

.str-contents-b > .hdg-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 22px 38px 18px;
    background: #fff;
    border-bottom: 1px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .str-contents-b > .hdg-wrap {
        padding: 18px 25px;
    }
}

.str-contents-b > .hdg-wrap > .hdg {
    font-size: 2.6rem;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .str-contents-b > .hdg-wrap > .hdg {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

.str-contents-b > .hdg-wrap > .hdg > sup {
    top: -13px;
}

@media only screen and (max-width: 768px) {
    .str-contents-b > .hdg-wrap > .hdg > sup {
        top: -9px;
    }
}

.str-contents-b > .str-contents-b-inner {
    padding: 36px 40px;
}

.str-contents-b > .str-contents-b-inner > .hdg {
    margin: 20px 0 8px;
    font-weight: bold;
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .str-contents-b > .str-contents-b-inner {
        padding: 23px 25px;
    }
}

.str-contents-b > .str-contents-b-inner > *:first-child {
    margin-top: 0;
}

.str-contents-b._notice {
    border-top-color: #837167;
}

.str-contents-b._notice > .hdg-wrap {
    -webkit-align-items: center;
    align-items: center;
    padding: 13px 38px;
}

@media only screen and (max-width: 768px) {
    .str-contents-b._notice > .hdg-wrap {
        padding: 13px 25px;
    }
}

.str-contents-b._notice > .hdg-wrap > .hdg {
    font-size: 1.8rem;
    color: #837167;
    line-height: 1.7;
}

.product-medifit_a .str-contents-b:not(._notice) {
    border-top-color: #f08300;
}

.product-medifit_a .str-contents-b:not(._notice) > .hdg-wrap > .hdg {
    color: #f08300;
}

.product-medifit_a_f .str-contents-b:not(._notice) {
    border-top-color: #e73462;
}

.product-medifit_a_f .str-contents-b:not(._notice) > .hdg-wrap > .hdg {
    color: #e73462;
}

.product-medifit_re .str-contents-b:not(._notice) {
    border-top-color: #00a7ea;
}

.product-medifit_re .str-contents-b:not(._notice) > .hdg-wrap > .hdg {
    color: #00a7ea;
}

.product-medifit_p .str-contents-b:not(._notice) {
    border-top-color: #00508f;
}

.product-medifit_p .str-contents-b:not(._notice) > .hdg-wrap > .hdg {
    color: #00508f;
}

.product-medifit_rt .str-contents-b:not(._notice) {
    border-top-color: #ea5504;
}

.product-medifit_rt .str-contents-b:not(._notice) > .hdg-wrap > .hdg {
    color: #ea5504;
}

.product-medifit_t .str-contents-b:not(._notice) {
    border-top-color: #00a384;
}

.product-medifit_t .str-contents-b:not(._notice) > .hdg-wrap > .hdg {
    color: #00a384;
}

.product-medifit_sh .str-contents-b:not(._notice) {
    border-top-color: #128132;
}

.product-medifit_sh .str-contents-b:not(._notice) > .hdg-wrap > .hdg {
    color: #128132;
}

[data-script-enabled="true"] .str-contents-b[class*="js-toggle"] > .hdg-wrap {
    position: relative;
    z-index: 0;
    padding-right: 50px;
    cursor: pointer;
}

[data-script-enabled="true"] .str-contents-b[class*="js-toggle"] > .hdg-wrap::before, [data-script-enabled="true"] .str-contents-b[class*="js-toggle"] > .hdg-wrap::after {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
    display: block;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #ff6e14;
    content: "";
    pointer-events: none;
}

[data-script-enabled="true"] .str-contents-b[class*="js-toggle"] > .hdg-wrap::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

[data-script-enabled="true"] .str-contents-b[class*="js-toggle"] > .hdg-wrap > .hdg::before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: #ffe9dc;
    content: "";
}

[data-script-enabled="true"] .str-contents-b[class*="js-toggle"].is-open > .hdg-wrap::after {
    display: none;
}

@media only screen and (min-width: 769px) {
    [data-script-enabled="true"] .str-contents-b.js-toggle-sp > .hdg-wrap {
        padding-right: 38px;
    }
    [data-script-enabled="true"] .str-contents-b.js-toggle-sp > .hdg-wrap::before, [data-script-enabled="true"] .str-contents-b.js-toggle-sp > .hdg-wrap::after {
        content: none;
    }
    [data-script-enabled="true"] .str-contents-b.js-toggle-sp > .hdg-wrap > .hdg::before {
        content: none;
    }
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .str-contents-b.js-toggle-pc > .hdg-wrap {
        padding-right: 25px;
    }
    [data-script-enabled="true"] .str-contents-b.js-toggle-pc > .hdg-wrap::before, [data-script-enabled="true"] .str-contents-b.js-toggle-pc > .hdg-wrap::after {
        content: none;
    }
    [data-script-enabled="true"] .str-contents-b.js-toggle-pc > .hdg-wrap > .hdg::before {
        content: none;
    }
}

/*
 * .str-col-a
** ------------------------------------------------------ */
.str-col-a {
    margin-bottom: -20px !important;
    margin-left: -20px;
}

.str-contents-a + .str-col-a {
    margin-top: 20px;
}

.lyt-img-a + .str-col-a {
    margin-top: 45px;
}

@media only screen and (max-width: 768px) {
    .lyt-img-a + .str-col-a {
        margin-top: 16px;
    }
}

.str-col-a + * {
    margin-top: 40px;
}

@media only screen and (min-width: 769px) {
    .str-col-a {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .str-col-a._col-2 > .col {
        width: 50%;
    }
}

.str-col-a > .col {
    padding-bottom: 20px;
    padding-left: 20px;
}

/*
 * .breadcrumb-a
** ------------------------------------------------------ */
.breadcrumb-a {
    padding: 6px 0 7px;
    background-image: repeating-linear-gradient(-45deg, #f2ebe7, #f2ebe7 18%, #ece2dc 0, #ece2dc 50%);
    background-size: 9px 9px;
}

@media only screen and (max-width: 1100px) {
    .breadcrumb-a {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumb-a {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

.breadcrumb-a > ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .breadcrumb-a > ol {
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-wrap: inherit;
        flex-wrap: inherit;
    }
}

.breadcrumb-a > ol > li {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.breadcrumb-a > ol > li::before {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #837167;
    border-right: 1px solid #837167;
    content: "";
    -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
    transform: rotate(45deg) skew(-15deg, -15deg);
}

[data-browser="IE11"] .breadcrumb-a > ol > li::before {
    top: 8px;
}

.breadcrumb-a > ol > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb-a > ol > li:last-child::before {
    content: none;
}

.breadcrumb-a > ol > li > * {
    font-size: 1.3rem;
    color: #837167;
}

/*
 * .page-top-a
** ------------------------------------------------------ */
.page-top-a > p {
    max-width: 1100px;
    margin: 0 auto;
    text-align: right;
}

@media only screen and (max-width: 1100px) {
    .page-top-a > p {
        padding-right: 15px;
    }
}

.page-top-a > p > a {
    display: inline-block;
    padding: 9px 16px 6px 22px;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    background: #fff;
    border: 2px solid #d8c6bd;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.page-top-a > p > a > span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 17px;
}

.page-top-a > p > a > span::before {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff6e14;
    border-right: 2px solid #ff6e14;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#footer-container .page-top-a {
    border-bottom: 2px solid #d8c6bd;
}

#footer-container .page-top-a > p {
    position: relative;
    margin-bottom: -3px;
}

#footer-container .page-top-a > p::before {
    position: absolute;
    right: calc(-100% + 2px);
    bottom: 1px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 37px;
    border-bottom: 2px solid #d8c6bd;
    content: "";
}

@media only screen and (max-width: 1100px) {
    #footer-container .page-top-a > p::before {
        right: 0;
        width: 17px;
        background: #f5efec;
    }
}

@media only screen and (max-width: 768px) {
    #footer-container .page-top-a > p::before {
        background: #97ca3d;
    }
}

#footer-container .page-top-a > p > a {
    position: relative;
    border: 0;
}

#footer-container .page-top-a > p > a::before {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: calc(100% - 1px);
    border: 2px solid #d8c6bd;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    content: "";
}

@media only screen and (max-width: 768px) {
    #footer-container .page-top-a > p > a::before {
        box-shadow: 0 -5px #97ca3d;
    }
}

#footer-campaign .page-top-a {
    position: relative;
}

/*
 * .page-top-b
** ------------------------------------------------------ */
.page-top-b {
    text-align: right;
}

.page-top-b > a {
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: none;
}

.page-top-b > a::before {
    display: inline-block;
    margin: -8px 8px 0 0;
    vertical-align: middle;
    border-width: 6px 3.5px;
    border-style: solid;
    border-color: transparent transparent #ff6e14 transparent;
    content: "";
}

/*
 * .page-result-a
** ------------------------------------------------------ */
.page-result-a + * {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .page-result-a + * {
        margin-top: 20px;
    }
}

.page-result-a > .keyword {
    font-weight: normal;
}

/*
 * .page-result-b
** ------------------------------------------------------ */
.page-result-b {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -35px;
}

.page-result-b + * {
    margin-top: 15px;
}

.page-result-b > .item {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
    padding-left: 35px;
}

.page-result-b > .item > dt {
    white-space: nowrap;
}

.page-result-b > .item > dd > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6px;
}

.page-result-b > .item > dd > ul > li {
    position: relative;
    padding: 0 12px;
}

.page-result-b > .item > dd > ul > li::before {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 1px;
    height: calc(100% - 13px);
    background: #5b3d2d;
    content: "";
}

.page-result-b > .item > dd > ul > li:last-child::before {
    content: none;
}

/*
 * .sim-contents-wrap
** ------------------------------------------------------ */
.sim-contents-wrap + * {
    margin-top: 40px;
}

/* ==============================================================================================
 Modules
================================================================================================= */
/*
 * margin
** ------------------------------------------------------ */
p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b), [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) {
    margin-top: 16px;
}

p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + [class^="panel-"]:not(.panel-share-a), p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + [class^="tbl-"], p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e):not(.lyt-checklists-a), p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + .list-link-b, p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + .list-step-a, p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + [class^="list-form-"], p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + [class^="list-btn-"]:not(.list-btn-a), p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a) + .list-desc-d, [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + [class^="panel-"]:not(.panel-share-a), [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + [class^="tbl-"], [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e):not(.lyt-checklists-a), [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + .list-link-b, [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + .list-step-a, [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + [class^="list-form-"], [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + [class^="list-btn-"]:not(.list-btn-a), [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) + .list-desc-d {
    margin-top: 24px;
}

[class^="panel-"] + [class^="panel-"], [class^="tbl-"] + [class^="panel-"], [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + [class^="panel-"], .list-link-b + [class^="panel-"], .list-step-a + [class^="panel-"], [class^="list-form-"] + [class^="panel-"], [class^="list-btn-"]:not(.list-btn-a) + [class^="panel-"], .list-desc-d + [class^="panel-"], [class^="panel-"] + [class^="tbl-"], [class^="tbl-"] + [class^="tbl-"], [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + [class^="tbl-"], .list-link-b + [class^="tbl-"], .list-step-a + [class^="tbl-"], [class^="list-form-"] + [class^="tbl-"], [class^="list-btn-"]:not(.list-btn-a) + [class^="tbl-"], .list-desc-d + [class^="tbl-"], [class^="panel-"] + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e), [class^="tbl-"] + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e), [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e), .list-link-b + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e), .list-step-a + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e), [class^="list-form-"] + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e), [class^="list-btn-"]:not(.list-btn-a) + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e), .list-desc-d + [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e), [class^="panel-"] + .list-link-b, [class^="tbl-"] + .list-link-b, [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + .list-link-b, .list-link-b + .list-link-b, .list-step-a + .list-link-b, [class^="list-form-"] + .list-link-b, [class^="list-btn-"]:not(.list-btn-a) + .list-link-b, .list-desc-d + .list-link-b, [class^="panel-"] + .list-step-a, [class^="tbl-"] + .list-step-a, [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + .list-step-a, .list-link-b + .list-step-a, .list-step-a + .list-step-a, [class^="list-form-"] + .list-step-a, [class^="list-btn-"]:not(.list-btn-a) + .list-step-a, .list-desc-d + .list-step-a, [class^="panel-"] + [class^="list-form-"], [class^="tbl-"] + [class^="list-form-"], [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + [class^="list-form-"], .list-link-b + [class^="list-form-"], .list-step-a + [class^="list-form-"], [class^="list-form-"] + [class^="list-form-"], [class^="list-btn-"]:not(.list-btn-a) + [class^="list-form-"], .list-desc-d + [class^="list-form-"], [class^="panel-"] + [class^="list-btn-"]:not(.list-btn-a), [class^="tbl-"] + [class^="list-btn-"]:not(.list-btn-a), [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + [class^="list-btn-"]:not(.list-btn-a), .list-link-b + [class^="list-btn-"]:not(.list-btn-a), .list-step-a + [class^="list-btn-"]:not(.list-btn-a), [class^="list-form-"] + [class^="list-btn-"]:not(.list-btn-a), [class^="list-btn-"]:not(.list-btn-a) + [class^="list-btn-"]:not(.list-btn-a), .list-desc-d + [class^="list-btn-"]:not(.list-btn-a), [class^="panel-"] + .list-desc-d, [class^="tbl-"] + .list-desc-d, [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + .list-desc-d, .list-link-b + .list-desc-d, .list-step-a + .list-desc-d, [class^="list-form-"] + .list-desc-d, [class^="list-btn-"]:not(.list-btn-a) + .list-desc-d, .list-desc-d + .list-desc-d {
    margin-top: 40px;
}

[class^="panel-"] + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), [class^="panel-"] + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b), [class^="tbl-"] + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), [class^="tbl-"] + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b), [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), [class^="lyt-"]:not(.lyt-contact-a):not(.lyt-products-a):not(.lyt-img-e) + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b), .list-link-b + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), .list-link-b + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b), .list-step-a + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), .list-step-a + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b), [class^="list-form-"] + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), [class^="list-form-"] + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b), [class^="list-btn-"]:not(.list-btn-a) + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), [class^="list-btn-"]:not(.list-btn-a) + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b), .list-desc-d + p:not(.hdg):not(.sub):not(.icon):not([class^="footer-"]):not([class^="lyt-"]):not(.txt-catch-a), .list-desc-d + [class^="list-"]:not(.list-desc-a):not(.list-link-b):not(.list-step-a):not([class^="list-form-"]):not([class^="list-btn-"]):not(.pager-a-wrap):not(.list-desc-d):not(.list-anchor-b) {
    margin-top: 32px;
}

/*
 * .hdg-a-wrap
** ------------------------------------------------------ */
.hdg-a-wrap {
    margin-bottom: 25px;
}

.hdg-a-wrap._has-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.hdg-a-wrap._has-icon > .hdg-a {
    margin-right: 15px;
}

.hdg-a {
    font-size: 3.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .hdg-a {
        font-size: 2.8rem;
        line-height: 1.4;
    }
}

.hdg-a-wrap:not(._has-icon) .hdg-a + * {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .hdg-a-wrap:not(._has-icon) .hdg-a + * {
        margin-top: 12px;
    }
}

/*
 * .hdg-b-wrap
** ------------------------------------------------------ */
.hdg-b-wrap {
    margin: 74px 0 24px;
    padding: 13px 20px;
    color: #ff6e14;
    background: #ffe9dc;
    border-left: 3px solid #ff6e14;
}

@media only screen and (max-width: 768px) {
    .hdg-b-wrap {
        margin-top: 64px;
        padding: 17px 20px;
    }
}

.hdg-a-wrap + .hdg-b-wrap {
    margin-top: 34px;
}

[class^="panel-"] + .hdg-b-wrap, [class^="tbl-"] + .hdg-b-wrap {
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    [class^="panel-"] + .hdg-b-wrap, [class^="tbl-"] + .hdg-b-wrap {
        margin-top: 70px;
    }
}

.hdg-b-wrap + [class^="panel-"], .hdg-b-wrap + [class^="tbl-"] {
    margin-top: 30px;
}

.list-anchor-b + .hdg-b-wrap {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .list-anchor-b + .hdg-b-wrap {
        margin-top: 30px;
    }
}

.toggle-a .hdg-b-wrap {
    margin: 0;
}

[data-script-enabled="true"] .toggle-a .hdg-b-wrap {
    position: relative;
    z-index: 0;
    padding: 0;
    cursor: pointer;
}

[data-script-enabled="true"] .toggle-a .hdg-b-wrap::before, [data-script-enabled="true"] .toggle-a .hdg-b-wrap::after {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
    display: block;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    content: "";
    pointer-events: none;
}

[data-script-enabled="true"] .toggle-a .hdg-b-wrap::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

[data-script-enabled="true"] .toggle-a.is-open .hdg-b-wrap::after {
    display: none;
}

.hdg-b-wrap._has-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.hdg-b-wrap._has-icon > .hdg-b {
    margin-right: 15px;
}

.hdg-b {
    font-size: 2.6rem;
    line-height: 1.3;
}

.hdg-b sup {
    top: -1.2em;
}

@media only screen and (max-width: 768px) {
    .hdg-b {
        font-size: 2.2rem;
    }
    .hdg-b sup {
        top: -1em;
    }
}

[data-script-enabled="true"] .toggle-a .hdg-b {
    position: relative;
    padding: 13px 50px 13px 20px;
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .toggle-a .hdg-b {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

[data-script-enabled="true"] .toggle-a .hdg-b::before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: #ff6e14;
    content: "";
}

/*
 * .hdg-c-wrap
** ------------------------------------------------------ */
.hdg-c-wrap {
    margin: 44px 0 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .hdg-c-wrap {
        margin: 40px 0 20px;
    }
}

@media only screen and (min-width: 769px) {
    .hdg-b-wrap + .hdg-c-wrap, .hdg-g-wrap + .hdg-c-wrap {
        margin-top: 50px;
    }
}

.second-nav-a .col-inner .hdg-c-wrap {
    margin: 26px 0 12px;
    padding-bottom: 12px;
}

.second-nav-a .col-inner .hdg-c-wrap .hdg-c {
    padding-left: 13px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
}

.hdg-c {
    padding-left: 20px;
    font-size: 2rem;
    line-height: 1.4;
    border-left: 3px solid #ff6e14;
}

.hdg-c sup {
    top: -.8rem;
}

.hdg-c._icon-a, .hdg-c._icon-b, .hdg-c._icon-c {
    position: relative;
    padding-left: 34px;
    border-left: 0;
}

.hdg-c._icon-a::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 3px solid #ff6e14;
    border-radius: 50%;
    content: "";
}

.hdg-c._icon-b::before, .hdg-c._icon-b::after {
    position: absolute;
    top: 13px;
    left: -2px;
    display: block;
    width: 25px;
    height: 3px;
    background: #ff6e14;
    content: "";
}

.hdg-c._icon-b::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hdg-c._icon-b::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hdg-c._icon-c::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #ffe9dc;
    border-radius: 2px;
    content: "";
}

.hdg-c._icon-c::after {
    position: absolute;
    top: 6px;
    left: 3px;
    display: block;
    width: 18px;
    height: 9px;
    border-bottom: 3px solid #ff6e14;
    border-left: 3px solid #ff6e14;
    content: "";
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
}

.hdg-c > a {
    font-weight: bold;
    text-decoration: none;
}

.hdg-c > a:hover, .hdg-c > a:active, .hdg-c > a:focus {
    color: #5b3d2d;
}

/*
 * .hdg-d-wrap
** ------------------------------------------------------ */
.hdg-d-wrap {
    margin: 40px 0 24px;
    padding: 6px 20px;
    background: #ece5e1;
    border-left: 3px solid #c1b8b3;
}

@media only screen and (max-width: 768px) {
    .hdg-d-wrap {
        margin-bottom: 25px;
    }
}

.hdg-c-wrap + .hdg-d-wrap {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .hdg-c-wrap + .hdg-d-wrap {
        margin-top: 25px;
    }
}

.hdg-d {
    font-size: 1.8rem;
    line-height: 1.6;
}

/*
 * .hdg-e
** ------------------------------------------------------ */
.hdg-e {
    margin: 32px 0 20px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
    border-bottom: 2px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .hdg-e {
        margin: 36px 0 14px;
    }
}

.hdg-d-wrap + .hdg-e {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .hdg-d-wrap + .hdg-e {
        margin-top: 22px;
    }
}

.hdg-j + .hdg-e {
    margin-top: 16px;
}

/*
 * .hdg-f
** ------------------------------------------------------ */
.hdg-f {
    margin: 32px 0 12px;
    font-size: 1.6rem;
    color: #837167;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .hdg-f {
        margin: 25px 0 10px;
    }
}

.hdg-e + .hdg-f {
    margin-top: -2px;
}

/*
 * .hdg-g-wrap
** ------------------------------------------------------ */
.hdg-g-wrap {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 24px;
    padding-left: 3px;
    background: #ffe9dc;
}

.hdg-g-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 100%;
    background: #ff6e14;
    content: "";
}

.hdg-g-wrap > .item {
    width: calc(100% - 393px);
    padding: 20px 50px;
    color: #ff6e14;
}

.hdg-g-wrap > .item > .sub {
    margin-top: 13px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .hdg-g-wrap > .item > .sub {
        margin-top: 8px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}

.hdg-g-wrap > .img img {
    max-width: none;
}

@media only screen and (max-width: 768px) {
    .hdg-g-wrap {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: transparent;
    }
    .hdg-g-wrap::before {
        content: none;
    }
    .hdg-g-wrap > * {
        width: 100%;
    }
    .hdg-g-wrap > .item {
        width: 100%;
        padding: 16px 20px;
        background: #ffe9dc;
        border-left: 3px solid #ff6e14;
    }
    .hdg-g-wrap > .img {
        min-height: 100%;
        text-align: center;
    }
    .hdg-g-wrap > .img img {
        max-width: 100%;
    }
}

.hdg-g {
    font-size: 1.6rem;
    line-height: 1.4;
}

.hdg-g > span {
    font-size: 2.6rem;
}

@media only screen and (max-width: 768px) {
    .hdg-g {
        font-size: 1.4rem;
    }
    .hdg-g > span {
        font-size: 2.2rem;
    }
}

/*
 * .hdg-h-wrap
** ------------------------------------------------------ */
.hdg-h-wrap {
    margin: 54px 0 34px;
    text-align: center;
}

.hdg-h-wrap > .sub {
    margin-top: 20px;
}

.hdg-h-wrap > .sub b {
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .hdg-h-wrap {
        margin: 45px 0 20px;
    }
    .hdg-h-wrap > .sub {
        margin-top: 10px;
        text-align: left;
    }
}

.hdg-h {
    font-size: 3.2rem;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .hdg-h {
        font-size: 2.8rem;
    }
}

/*
 * .hdg-i-wrap
** ------------------------------------------------------ */
.hdg-i-wrap {
    margin-bottom: 68px;
    padding-top: 26px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .hdg-i-wrap {
        margin-bottom: 44px;
    }
}

.hdg-i {
    font-size: 3.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .hdg-i {
        font-size: 2.8rem;
        line-height: 1.4;
    }
}

/*
 * .hdg-j
** ------------------------------------------------------ */
.hdg-j {
    position: relative;
    margin: 30px 0 16px;
    padding-left: 20px;
    font-size: 1.6rem;
    color: #837167;
    line-height: 1.5;
}

.hdg-j::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 3px;
    height: calc(100% - 6px);
    background: #c1b8b3;
    content: "";
}

@media only screen and (max-width: 768px) {
    .hdg-j {
        margin: 25px 0 10px;
        padding-left: 14px;
    }
    [class^="panel-"] + .hdg-j {
        margin-top: 30px;
    }
}

.txt-catch-a + .hdg-j {
    margin-top: 32px;
}

@media only screen and (max-width: 768px) {
    .txt-catch-a + .hdg-j {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .col > .hdg-j:first-child {
        margin-top: 10px;
    }
}

/*
 * .hdg-k-wrap
** ------------------------------------------------------ */
.hdg-k-wrap {
    margin-bottom: 15px;
    text-align: center;
}

.col._man .hdg-k-wrap {
    color: #007cdb;
}

.col._woman .hdg-k-wrap {
    color: #e94870;
}

.hdg-k {
    position: relative;
    display: inline-block;
    padding-top: 4px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 1.6;
}

.hdg-k::before {
    top: 0;
    left: 0;
}

.col._man .hdg-k::before {
    width: 30px;
    height: 40px;
    background-position: -239px -128px;
}

.col._woman .hdg-k::before {
    width: 27px;
    height: 40px;
    background-position: -31px -234px;
}

/*
 * .hdg-l-wrap
** ------------------------------------------------------ */
.hdg-l-wrap {
    margin-bottom: 38px;
    padding-top: 10px;
    text-align: center;
}

.hdg-l-wrap > .sub {
    margin-top: 20px;
    color: #837167;
}

@media only screen and (max-width: 768px) {
    .hdg-l-wrap {
        position: relative;
        margin: -20px -15px 30px;
        padding: 43px 15px 0;
    }
    .hdg-l-wrap::before {
        position: absolute;
        top: 2px;
        left: 0;
        display: block;
        width: 100%;
        height: 6px;
        background: url(../images/bg_ttl_01.png) repeat-x 16px 0;
        content: "";
    }
    .hdg-l-wrap > .sub {
        margin-top: 6px;
        font-size: 1.3rem;
    }
}

.hdg-l {
    font-size: 3.2rem;
    line-height: 1.5;
}

@media only screen and (min-width: 769px) {
    .hdg-l {
        position: relative;
        display: inline-block;
        padding: 0 106px;
    }
    .hdg-l::before, .hdg-l::after {
        position: absolute;
        top: 50%;
        display: block;
        width: 87px;
        height: 6px;
        margin-top: -2px;
        background: url(../images/bg_ttl_01.png) repeat-x 0 0;
        content: "";
    }
    .hdg-l::before {
        left: 0;
    }
    .hdg-l::after {
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .hdg-l {
        font-size: 2.8rem;
        line-height: 1.4;
    }
}

/*
 * .hdg-products-a
** ------------------------------------------------------ */
.hdg-products-a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-left-width: 3px;
    border-left-style: solid;
}

@media only screen and (max-width: 768px) {
    .hdg-products-a {
        display: block;
        padding: 0;
        text-align: center;
        border-left: 0;
    }
}

.hdg-products-a > .logo-wrap {
    min-width: 202px;
    max-width: 202px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
    .hdg-products-a > .logo-wrap {
        min-width: calc(202vw * 100 / 1100);
        margin-left: calc(20vw * 100 / 1100);
    }
}

@media only screen and (max-width: 768px) {
    .hdg-products-a > .logo-wrap {
        min-width: auto;
        max-width: 100%;
        margin: 0;
        padding: 25px 15px 8px;
        border-top-width: 3px;
        border-top-style: solid;
    }
}

.hdg-products-a > .logo-wrap > .logo > img {
    width: 146px;
}

@media only screen and (min-width: 769px) {
    .hdg-products-a > .logo-wrap > .logo > img {
        width: 100%;
        max-width: none;
    }
}

.hdg-products-a > .logo-wrap > .logo + .list-desc-a {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .hdg-products-a > .logo-wrap > .logo + .list-desc-a {
        margin-top: 10px;
    }
}

.hdg-products-a > .txt-wrap {
    width: 100%;
    margin-left: 38px;
}

@media only screen and (max-width: 1100px) {
    .hdg-products-a > .txt-wrap {
        margin-left: calc(48vw * 100 / 1100);
    }
}

@media only screen and (max-width: 768px) {
    .hdg-products-a > .txt-wrap {
        margin-left: 0;
        padding: 0 15px 20px;
    }
}

.hdg-products-a > .txt-wrap > .list-icon-a + .txt {
    margin-top: 3px !important;
}

.hdg-products-a > .txt-wrap > .txt {
    font-size: 2.4rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1100px) {
    .hdg-products-a > .txt-wrap > .txt {
        font-size: calc(24vw * 100 / 1100);
    }
}

@media only screen and (max-width: 768px) {
    .hdg-products-a > .txt-wrap > .txt {
        font-size: 1.8rem;
        line-height: 1.7;
    }
}

.hdg-products-a > .txt-wrap > .sub {
    margin-top: 12px;
    font-size: 1.3rem;
    color: #837167;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
    .hdg-products-a > .txt-wrap > .sub {
        margin-top: 6px;
        font-size: 1.2rem;
    }
}

.hdg-products-a > .btn-wrap {
    margin-left: 30px;
    padding-top: 30px;
    background: #f5efec;
}

@media only screen and (max-width: 1100px) {
    .hdg-products-a > .btn-wrap {
        margin-left: calc(30vw * 100 / 1100);
    }
}

@media only screen and (max-width: 768px) {
    .hdg-products-a > .btn-wrap {
        margin-left: 0;
    }
}

@media only screen and (min-width: 769px) {
    .hdg-products-a > .btn-wrap {
        width: 305px;
        min-width: 305px;
        padding: 20px;
    }
}

.hdg-products-a > .btn-wrap > li + li {
    margin-top: 10px;
}

.product-medifit_a .hdg-products-a {
    border-left-color: #f08300;
}

@media only screen and (max-width: 768px) {
    .product-medifit_a .hdg-products-a > .logo-wrap {
        border-top-color: #f08300;
    }
}

.product-medifit_a_f .hdg-products-a {
    border-left-color: #e73462;
}

@media only screen and (max-width: 768px) {
    .product-medifit_a_f .hdg-products-a > .logo-wrap {
        border-top-color: #e73462;
    }
}

.product-medifit_re .hdg-products-a {
    border-left-color: #00a7ea;
}

@media only screen and (max-width: 768px) {
    .product-medifit_re .hdg-products-a > .logo-wrap {
        border-top-color: #00a7ea;
    }
}

.product-medifit_p .hdg-products-a {
    border-left-color: #00508f;
}

@media only screen and (max-width: 768px) {
    .product-medifit_p .hdg-products-a > .logo-wrap {
        border-top-color: #00508f;
    }
}

.product-medifit_rt .hdg-products-a {
    border-left-color: #ea5504;
}

@media only screen and (max-width: 768px) {
    .product-medifit_rt .hdg-products-a > .logo-wrap {
        border-top-color: #ea5504;
    }
}

.product-medifit_t .hdg-products-a {
    border-left-color: #00a384;
}

@media only screen and (max-width: 768px) {
    .product-medifit_t .hdg-products-a > .logo-wrap {
        border-top-color: #00a384;
    }
}

.product-medifit_sh .hdg-products-a {
    border-left-color: #128132;
}

@media only screen and (max-width: 768px) {
    .product-medifit_sh .hdg-products-a > .logo-wrap {
        border-top-color: #128132;
    }
}

.product-jujitsu_medifit .hdg-products-a {
    border-left-color: #82bf29;
}

@media only screen and (max-width: 768px) {
    .product-jujitsu_medifit .hdg-products-a > .logo-wrap {
        border-top-color: #82bf29;
    }
}

/*
 * .txt-em-a
** ------------------------------------------------------ */
.txt-em-a {
    color: #ff6e14;
}

/*
 * .txt-catch-a
** ------------------------------------------------------ */
.txt-catch-a {
    margin: 40px 0 30px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .txt-catch-a {
        margin: 30px 0 24px;
        font-size: 1.5rem;
        text-align: left;
        line-height: 1.8;
    }
}

.txt-catch-a > b {
    background: linear-gradient(transparent 60%, #fff59e 0%);
}

.txt-catch-a::before {
    display: block;
    width: 21px;
    height: 48px;
    margin: 0 auto 25px;
    background: url(../images/icon_arrow_02.png) no-repeat 0 0;
    content: "";
}

@media only screen and (max-width: 768px) {
    .txt-catch-a::before {
        width: 9px;
        height: 30px;
        margin-bottom: 18px;
        background-image: url(../images/icon_arrow_01.png);
    }
}

/*
 * .txt-caption-a
** ------------------------------------------------------ */
.txt-caption-a {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
}

img + .txt-caption-a {
    margin-top: 10px;
}

/*
 * .txt-arrow-a
** ------------------------------------------------------ */
.txt-arrow-a {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
}

.txt-arrow-a::before, .txt-arrow-a::after {
    position: absolute;
    display: block;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent;
    content: "";
}

.txt-arrow-a::before {
    left: 0;
    border-left-color: #a7978f;
}

.txt-arrow-a::after {
    left: 12px;
    border-left-color: #837167;
}

.txt-arrow-a::before, .txt-arrow-a::after {
    top: 9px;
    margin-top: 0;
}

/*
 * .txt-exam-a
** ------------------------------------------------------ */
.txt-exam-a {
    max-width: 1100px;
    margin: 38px auto 36px;
    font-size: 1.2rem;
    color: #837167;
    text-align: right;
}

@media only screen and (max-width: 1100px) {
    .txt-exam-a {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 769px) {
    .str-contents-area + .txt-exam-a {
        margin-top: -20px;
    }
}

@media only screen and (min-width: 769px) {
    #top .txt-exam-a {
        margin: 52px auto 54px;
    }
}

/*
 * .txt-note-a
** ------------------------------------------------------ */
.txt-note-a {
    position: relative;
    padding-left: 28px;
}

.txt-note-a::before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: -304px -102px;
}

/*
 * .txt-tel-a
** ------------------------------------------------------ */
.txt-tel-a {
    line-height: 1.4;
}

p + .txt-tel-a {
    margin-top: 5px !important;
}

.txt-tel-a > a, .txt-tel-a > span {
    display: inline-block;
    font-size: 2rem;
    font-family: "Noto Sans CJK JP Number";
    color: #ff6e14;
}

.txt-tel-a > a:hover, .txt-tel-a > a:active, .txt-tel-a > a:focus, .txt-tel-a > span:hover, .txt-tel-a > span:active, .txt-tel-a > span:focus {
    color: #ff6e14;
}

.txt-tel-a > a > img, .txt-tel-a > span > img {
    width: 27px;
    margin: 0 6px -1px 0;
    vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
    .txt-tel-a > a, .txt-tel-a > span {
        font-size: 1.5rem;
    }
    .txt-tel-a > a > img, .txt-tel-a > span > img {
        width: 22px;
    }
}

/*
 * .txt-sub-a
** ------------------------------------------------------ */
.txt-sub-a {
    color: #837167;
}

/*
 * .lyt-txt-a
** ------------------------------------------------------ */
.lyt-txt-a {
    text-align: center;
}

.lyt-img-d .lyt-txt-a {
    text-align: left;
}

.lyt-txt-a > em {
    display: block;
    line-height: 1.5;
}

.lyt-txt-a > em > .txt {
    display: block;
    font-size: 2rem;
}

.lyt-txt-a > em > .txt > em {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 2.4rem;
    background: linear-gradient(transparent 60%, #fff59e 0%);
}

.lyt-img-d .lyt-txt-a > em > .txt > em {
    margin-left: 0;
}

.lyt-txt-a > em > .txt > em > span {
    font-size: 4rem;
}

@media only screen and (max-width: 768px) {
    .lyt-txt-a > em {
        text-align: center;
        line-height: 1.4;
    }
}

/*
 * .icon-a, .icon-b
** ------------------------------------------------------ */
.icon-a, .icon-b {
    display: inline-block;
    margin: -3px 3px 0 6px;
    vertical-align: middle;
}

.lyt-contract-a .label .icon-a, .lyt-contract-a .label .icon-b {
    margin: 8px 0 0 2px;
    vertical-align: baseline;
}

.icon-b {
    margin-left: 0;
}

/*
 * .icon-txt-*
** ------------------------------------------------------ */
[class^="icon-txt-"]:not(.icon-txt-l) {
    display: inline-block;
    padding: 1px 8px;
    font-size: 1.1rem;
    vertical-align: top;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

.list-date-a [class^="icon-txt-"]:not(.icon-txt-l) {
    width: 100%;
    min-width: 74px;
    margin: 2px 4px 0 2px;
}

p:not(.lead) > [class^="icon-txt-"]:not(.icon-txt-l) {
    margin: 2px 5px 0 5px;
}

[data-browser="IE11"] p:not(.lead) > [class^="icon-txt-"]:not(.icon-txt-l) {
    margin-top: 0;
}

.icon-txt-a {
    color: #ff6e14;
    background: #fff;
    border-color: #ff6e14;
}

.icon-txt-b {
    color: #837167;
    background: #fff;
    border-color: #837167;
}

.icon-txt-c {
    color: #e94870;
    background: #fff;
    border-color: #e94870;
}

.icon-txt-d {
    color: #007cdb;
    background: #fff;
    border-color: #007cdb;
}

.icon-txt-e {
    color: #00a384;
    background: #fff;
    border-color: #00a384;
}

.icon-txt-f {
    color: #fff;
    background: #ff6e14;
    border-color: #ff6e14;
}

.icon-txt-g {
    color: #fff;
    background: #837167;
    border-color: #837167;
}

.icon-txt-h {
    font-weight: bold;
    font-size: 1.2rem !important;
    color: #fff;
    background: #ff6e14;
    border: 0;
    border-radius: 4px !important;
}

.icon-txt-i {
    color: #e73262;
    background: #fff;
    border-color: #e73262;
}

.list-products-a .icon-txt-i {
    min-width: 58px;
    padding: 0 !important;
}

.icon-txt-j {
    font-weight: bold;
    font-size: 1.2rem !important;
    color: #f08300;
    background: #fff;
    border-color: #f08300;
}

.icon-txt-k {
    font-weight: bold;
    font-size: 1.2rem !important;
    color: #963aa1;
    background: #fff;
    border-color: #963aa1;
}

.icon-txt-l {
    display: inline-block;
    margin: 0 0 6px 4px;
    font-size: 1.1rem;
    font-family: "Noto Sans CJK JP Regular";
    color: #ff6e14;
    vertical-align: bottom;
}

.list-icon-a .icon-txt-l {
    margin-left: 0;
}

.icon-txt-m {
    color: #82bf29;
    background: #fff;
    border-color: #82bf29;
}

.list-products-a .icon-txt-m {
    padding: 0 6px !important;
}

.icon-txt-products-a {
    background: #fff;
}

.product-medifit_a .icon-txt-products-a, .idx.medifitA .icon-txt-products-a {
    color: #f08300;
    border-color: #f08300;
}

.product-medifit_a_f .icon-txt-products-a, .idx.medifitAF .icon-txt-products-a {
    color: #e73462;
    border-color: #e73462;
}

.product-medifit_re .icon-txt-products-a, .idx.medifitRe .icon-txt-products-a {
    color: #00a7ea;
    border-color: #00a7ea;
}

.product-medifit_p .icon-txt-products-a, .idx.medifitP .icon-txt-products-a {
    color: #00508f;
    border-color: #00508f;
}

.product-medifit_rt .icon-txt-products-a, .idx.medifitRT .icon-txt-products-a {
    color: #ea5504;
    border-color: #ea5504;
}

.product-medifit_t .icon-txt-products-a, .idx.medifitT .icon-txt-products-a {
    color: #00a384;
    border-color: #00a384;
}

.product-medifit_sh .icon-txt-products-a, .idx.medifitSh .icon-txt-products-a {
    color: #128132;
    border-color: #128132;
}

.product-jujitsu_medifit .icon-txt-products-a, .idx.medifitJ .icon-txt-products-a {
    color: #82bf29;
    border-color: #82bf29;
}

/*
 * .list-icon-a
** ------------------------------------------------------ */
.list-icon-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3px;
    margin-left: -8px;
}

.list-icon-a > li {
    padding-bottom: 3px;
    padding-left: 8px;
}

.list-desc-c .list-icon-a {
    margin-top: 2px;
}

.hdg-a-wrap .list-icon-a, .hdg-b-wrap .list-icon-a {
    margin-top: 3px;
}

@media only screen and (max-width: 768px) {
    .hdg-products-a .list-icon-a {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

/*
 * .list-bullet-a
** ------------------------------------------------------ */
.list-bullet-a > li {
    position: relative;
    padding-left: 16px;
}

.list-bullet-a > li::before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #837167;
    border-radius: 50%;
    content: "";
}

.list-bullet-a > li + li {
    margin-top: 10px;
}

.list-bullet-a > li > *:not(br):not(sup) {
    margin-top: 10px;
}

[class^="list-desc-"] .list-bullet-a > li + li {
    margin-top: 0;
}

[class^="list-desc-"] .list-bullet-a > li > * {
    margin-top: 0;
}

.list-bullet-a._inline {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -38px;
    margin-bottom: -10px;
}

.list-bullet-a._inline > li {
    padding-right: 38px;
    padding-bottom: 10px;
}

.list-bullet-a._inline > li + li {
    margin-top: 0;
}

[class^="list-desc-"] .list-bullet-a._inline {
    margin-bottom: 0;
}

[class^="list-desc-"] .list-bullet-a._inline > li {
    padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .list-bullet-a[class*="_col-"] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
        margin-left: -40px;
    }
    .list-bullet-a[class*="_col-"] > li {
        margin-bottom: 10px;
        margin-left: 40px;
    }
    .list-bullet-a[class*="_col-"] > li + li {
        margin-top: 0;
    }
    .list-bullet-a._col-2 > li {
        width: calc(50% - 40px);
    }
    .list-bullet-a._col-3 {
        margin-left: -35px;
    }
    .list-bullet-a._col-3 > li {
        width: calc(33.333333% - 35px);
        margin-left: 35px;
    }
    .list-bullet-a._col-4 > li {
        width: calc(25% - 40px);
    }
}

.list-notes-a .list-bullet-a > li + li {
    margin-top: 8px;
}

.list-notes-a .list-bullet-a > li::before {
    top: 9px;
}

.list-notes-a .list-bullet-a > li > * {
    margin-top: 5px;
}

/*
 * .list-bullet-b
** ------------------------------------------------------ */
.list-bullet-b > li {
    position: relative;
    padding-left: 1em;
}

.list-bullet-b > li::before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 3px;
    height: 3px;
    background: #837167;
    border-radius: 50%;
    content: "";
}

/*
 * .list-order-a
** ------------------------------------------------------ */
.list-order-a {
    counter-reset: num;
}

.list-order-a > li {
    display: -webkit-flex;
    display: flex;
    counter-increment: num;
}

.list-order-a > li + li {
    margin-top: 8px;
}

.list-order-a > li > .item {
    width: 100%;
    padding-left: 10px;
}

.list-order-a > li > .item > *:not(br):not(sup):not(.title) {
    margin-top: 10px;
}

.list-order-a > li > .item > .title {
    display: block;
}

.list-order-a > li::before {
    white-space: nowrap;
    content: counter(num) ".";
}

/*
 * .list-order-b
** ------------------------------------------------------ */
.list-order-b > li {
    display: -webkit-flex;
    display: flex;
}

.list-order-b > li + li {
    margin-top: 8px;
}

.list-order-b > li > .mark {
    margin-right: 10px;
    white-space: nowrap;
}

.list-order-b > li > .item {
    width: 100%;
}

.list-order-b > li > .item > *:not(br):not(sup) {
    margin-top: 10px;
}

/*
 * .list-notes-a
** ------------------------------------------------------ */
.list-notes-a + .list-notes-a {
    margin-top: 20px !important;
}

.list-eg-a + .list-notes-a {
    margin-top: 5px !important;
}

.str-contents-main > .list-notes-a + [class^="str-contents"] {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .str-contents-main > .list-notes-a + [class^="str-contents"] {
        margin-top: 20px;
    }
}

.list-notes-a > li {
    display: -webkit-flex;
    display: flex;
    font-size: 1.3rem;
}

.list-notes-a > li > .mark {
    margin-right: 10px;
    white-space: nowrap;
}

.list-notes-a > li > .item {
    width: 100%;
}

.list-notes-a > li > .item > *:not(br):not(sup) {
    margin: 5px 0;
}

.list-notes-a > li > .item > sup {
    top: -.4em;
}

.panel-contact-a .list-notes-a, .lyt-idx-b .list-notes-a {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .panel-contact-a .list-notes-a > li, .lyt-idx-b .list-notes-a > li {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .panel-contact-a .list-notes-a > li > .item, .lyt-idx-b .list-notes-a > li > .item {
        width: auto;
    }
}

.panel-contact-a .list-notes-a {
    margin-top: 8px;
}

.lyt-idx-b .list-notes-a {
    margin-top: 3px !important;
}

@media only screen and (max-width: 1100px) {
    .lyt-idx-b .list-notes-a > li {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .lyt-idx-b .list-notes-a > li > .item {
        width: auto;
    }
}

/*
 * .list-desc-a
** ------------------------------------------------------ */
.list-desc-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.list-desc-a:not(._left) {
    -webkit-justify-content: center;
    justify-content: center;
}

.hdg-a-wrap > .list-desc-a {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.hdg-a-wrap > .list-desc-a [class^="icon-txt-"] {
    font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
    .hdg-a-wrap > .list-desc-a [class^="icon-txt-"] {
        font-size: 2rem;
    }
}

.hdg-a-wrap > .list-desc-a > dd {
    margin-top: 4px;
    font-size: 2.6rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .hdg-a-wrap > .list-desc-a > dd {
        margin-top: 3px;
        font-size: 2.2rem;
    }
}

.list-desc-a > dt {
    margin-right: 8px;
    white-space: nowrap;
}

.list-desc-a > dd {
    font-size: 1.3rem;
    color: #ff6e14;
}

.product-medifit_a .list-desc-a > dd, .idx.medifitA .list-desc-a > dd {
    color: #f08300;
}

.product-medifit_a_f .list-desc-a > dd, .idx.medifitAF .list-desc-a > dd {
    color: #e73462;
}

.product-medifit_re .list-desc-a > dd, .idx.medifitRe .list-desc-a > dd {
    color: #00a7ea;
}

.product-medifit_p .list-desc-a > dd, .idx.medifitP .list-desc-a > dd {
    color: #00508f;
}

.product-medifit_rt .list-desc-a > dd, .idx.medifitRT .list-desc-a > dd {
    color: #ea5504;
}

.product-medifit_t .list-desc-a > dd, .idx.medifitT .list-desc-a > dd {
    color: #00a384;
}

.product-medifit_sh .list-desc-a > dd, .idx.medifitSh .list-desc-a > dd {
    color: #128132;
}

.product-jujitsu_medifit .list-desc-a > dd, .idx.medifitJ .list-desc-a > dd {
    color: #82bf29;
}

/*
 * .list-desc-b
** ------------------------------------------------------ */
.list-desc-b > dt {
    font-weight: bold;
}

.list-desc-b > dd + dt {
    margin-top: 14px;
}

.list-desc-b._icon-a > dt {
    position: relative;
    margin-bottom: 4px;
    padding-left: 28px;
}

.list-desc-b._icon-a > dt::before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: -304px -79px;
}

.list-desc-b._icon-a > dd + dt {
    margin-top: 18px;
}

.panel-agency-a .list-desc-b > dt {
    font-size: 1.6rem;
}

/*
 * .list-desc-c
** ------------------------------------------------------ */
.list-desc-c > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-desc-c > .item + .item {
    margin-top: 6px;
}

@media only screen and (max-width: 768px) {
    .list-desc-c > .item + .item {
        margin-top: 18px;
    }
}

.list-desc-c > .item > dt {
    margin-right: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .list-desc-c > .item {
        display: block;
    }
    .list-desc-c > .item > dt {
        margin-right: 0;
        margin-bottom: 4px;
    }
}

/*
 * .list-desc-d
** ------------------------------------------------------ */
.list-desc-d > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-desc-d > .item + .item {
    margin-top: 6px;
}

.list-desc-d > .item > dt {
    margin: 3px 14px 3px 0;
    font-weight: bold;
}

.list-desc-d > .item > dd {
    margin-top: 3px;
}

@media only screen and (min-width: 1101px) {
    .lyt-idx-b._col-3 .list-desc-d > .item {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 1100px) {
    .list-desc-d > .item {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .list-desc-d {
        margin-top: 20px;
    }
    .list-desc-d > .item + .item {
        margin-top: 18px;
    }
    .list-desc-d > .item > dt {
        margin-right: 10px;
    }
}

/*
 * .list-eg-a
** ------------------------------------------------------ */
.list-eg-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -15px;
}

.list-eg-a > * {
    padding-left: 15px;
}

.list-eg-a > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    text-align: center;
}

.list-eg-a > li > .label {
    display: block;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 1.3rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-b .list-eg-a > li > .label {
        display: none;
    }
}

.list-eg-a > li.type-a {
    color: #007cdb;
}

.list-eg-a > li.type-a > .label {
    background: #dbefff;
    border-color: #007cdb;
}

.list-eg-a > li.type-b {
    color: #e94870;
}

.list-eg-a > li.type-b > .label {
    background: #fce4ea;
    border-color: #e94870;
}

.list-eg-a > li > .price {
    margin-top: -2px;
    font-weight: bold;
}

.list-eg-a > li > .price > b {
    font-size: 2.8rem;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .list-eg-a > li {
        display: block;
    }
    .list-eg-a > li > .label {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1101px) {
    .list-eg-a._col-2 > li {
        display: block;
        width: 50%;
    }
    .list-eg-a._col-2 > li > .label {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .list-eg-a._col-2 > li > .price {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .list-eg-a._col-2 > li {
        display: block;
        width: 50%;
    }
    .list-eg-a._col-2 > li > .label {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .list-eg-a._col-2 > li > .price {
        margin: 0;
    }
}

@media only screen and (min-width: 1101px) {
    .lyt-idx-b._col-3 .list-eg-a {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.lyt-idx-b._col-3 .list-eg-a > li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lyt-idx-b._col-3 .list-eg-a > li > .label {
    margin-right: 6px;
    margin-bottom: 8px;
    padding: 0 5px;
}

/*
 * .list-date-a
** ------------------------------------------------------ */
.list-date-a > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-date-a > li + li {
    margin-top: 16px;
}

.list-date-a > li > .date {
    color: #837167;
}

@media only screen and (max-width: 768px) {
    .list-date-a > li > .date {
        min-width: 7em;
        margin-bottom: 3px;
    }
}

.list-date-a > li > .item {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .list-date-a > li {
        display: table-row;
    }
    .list-date-a > li + li > * {
        padding-top: 16px;
    }
    .list-date-a > li > * {
        display: table-cell;
    }
    .list-date-a > li > * + * {
        padding-left: 20px;
    }
    .list-date-a > li > * + .ctg {
        padding-left: 15px;
    }
    .list-date-a > li > .date, .list-date-a > li > .ctg {
        white-space: nowrap;
    }
}

/*
 * .list-date-b
** ------------------------------------------------------ */
.list-date-b {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
}

.list-date-b > * {
    margin-bottom: 16px;
}

.list-date-b > dt {
    width: 6.5em;
    color: #837167;
}

.list-date-b > dd {
    width: calc(100% - 6.5em - 20px);
    margin-left: 20px;
}

@media only screen and (max-width: 768px) {
    .list-date-b {
        margin-bottom: 0;
    }
    .list-date-b > dt, .list-date-b > dd {
        width: 100%;
        margin: 0;
    }
    .list-date-b > dt + dd {
        margin-top: 3px;
    }
    .list-date-b > dd + dt {
        margin-top: 16px;
    }
}

#top .list-date-b + p {
    margin-top: 26px;
}

/*
 * .list-share-a
** ------------------------------------------------------ */
.list-share-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}

.list-share-a > li {
    padding-left: 10px;
}

.fb_iframe_widget span {
    vertical-align: top !important;
}

/*
 * .list-step-a
** ------------------------------------------------------ */
.list-step-a > li {
    position: relative;
    padding-bottom: 72px;
}

.list-step-a > li::before {
    position: absolute;
    bottom: 23px;
    left: 50%;
    display: block;
    width: 9px;
    height: 30px;
    background: url(../images/icon_arrow_01.png) no-repeat 0 0;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.list-step-a > li:last-child {
    padding-bottom: 0;
}

.list-step-a > li:last-child::before {
    content: none;
}

@media only screen and (min-width: 769px) {
    .list-step-a > li {
        padding-bottom: 30px;
        padding-left: 80px;
    }
    .list-step-a > li::before {
        top: 50%;
        bottom: auto;
        left: 20px;
        margin-top: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.list-step-a > li > .num {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2;
    background-image: repeating-linear-gradient(-45deg, #f2ebe7, #f2ebe7 18%, #ece2dc 0, #ece2dc 50%);
    background-size: 9px 9px;
}

@media only screen and (max-width: 768px) {
    .list-step-a > li > .num {
        width: 45px;
        min-width: 45px;
        height: 45px;
        padding-top: 2px;
    }
}

.list-step-a > li > .num > span {
    font-size: 1.8rem;
}

.list-step-a > li > .title-wrap {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
    .list-step-a > li > .title-wrap {
        margin-left: 70px;
    }
}

.list-step-a > li > .title-wrap > .title-wrap-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    min-height: 45px;
}

.list-step-a > li > .title-wrap > .title-wrap-inner > .title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6;
}

.list-step-a > li > .title-wrap > .title-wrap-inner > [class^="icon-txt-"] {
    margin-bottom: 6px;
}

.list-step-a > li > .title-wrap + [class^="panel-"] {
    margin-top: 18px;
}

/*
 * .list-products-a
** ------------------------------------------------------ */
.list-products-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -20px;
}

@media only screen and (max-width: 768px) {
    .list-products-a {
        display: block;
        margin-bottom: 0;
        margin-left: 0;
    }
}

.list-products-a._col-2 > li {
    width: 50%;
}

.list-products-a._col-3 > li {
    width: 33.3333%;
}

@media only screen and (max-width: 768px) {
    .list-products-a._col-2 > li, .list-products-a._col-3 > li {
        width: 100%;
    }
}

.list-products-a > li {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .list-products-a > li {
        padding-bottom: 0;
        padding-left: 0;
    }
}

.list-products-a > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 17px 36px 10px 14px;
    text-decoration: none;
    border-top-width: 3px;
    border-top-style: solid;
    transition: background .2s;
}

@media only screen and (max-width: 768px) {
    .list-products-a > li > a {
        padding: 20px 36px 18px 14px;
    }
}

.list-products-a > li > a::before {
    top: 50%;
    right: 12px;
}

.list-products-a > li > a:hover, .list-products-a > li > a:active, .list-products-a > li > a:focus {
    color: #5b3d2d;
    background: #f5efec;
}

.list-products-a > li > a > .img {
    margin-right: 20px;
    white-space: nowrap;
}

.list-products-a > li > a > .img > img {
    width: 93px;
    max-width: none;
    height: 100%;
}

.list-products-a > li > a > .img > .sub {
    display: block;
    margin-top: 7px;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.2;
}

.list-products-a > li > a > .lead-wrap {
    width: calc(100% - 113px);
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    .list-products-a > li > a > .lead-wrap {
        margin-bottom: 0;
    }
}

.list-products-a > li > a > .lead-wrap > .lead {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
}

.list-products-a > li.medifitA > a {
    border-top-color: #f08300;
}

.list-products-a > li.medifitA > a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -90.5px -96px;
    background-size: 164.5px 138px;
}

.list-products-a > li.medifitA > a > .img > .sub {
    color: #f08300;
}

.list-products-a > li.medifitAF > a {
    border-top-color: #e73462;
}

.list-products-a > li.medifitAF > a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -72px -96px;
    background-size: 164.5px 138px;
}

.list-products-a > li.medifitAF > a > .img > .sub {
    color: #e73462;
}

.list-products-a > li.medifitRe > a {
    border-top-color: #00a7ea;
}

.list-products-a > li.medifitRe > a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -109px -96px;
    background-size: 164.5px 138px;
}

.list-products-a > li.medifitRe > a > .img > .sub {
    color: #00a7ea;
}

.list-products-a > li.medifitP > a {
    border-top-color: #00508f;
}

.list-products-a > li.medifitP > a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -68.5px -117px;
    background-size: 164.5px 138px;
}

.list-products-a > li.medifitP > a > .img > .sub {
    color: #00508f;
}

.list-products-a > li.medifitT > a {
    border-top-color: #00a384;
}

.list-products-a > li.medifitT > a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -50px -117px;
    background-size: 164.5px 138px;
}

.list-products-a > li.medifitT > a > .img > .sub {
    color: #00a384;
}

.list-products-a > li.medifitJ > a {
    border-top-color: #82bf29;
}

.list-products-a > li.medifitJ > a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -31.5px -117px;
    background-size: 164.5px 138px;
}

.list-products-a > li.medifitJ > a > .img > .sub {
    color: #82bf29;
}

.list-products-a > li.medifitRT > a {
    border-top-color: #ea5504;
}

.list-products-a > li.medifitRT > a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -87px -117px;
    background-size: 164.5px 138px;
}

.list-products-a > li.medifitRT > a > .img > .sub {
    color: #ea5504;
}

.list-products-a > li.medifitSh > a {
    border-top-color: #128132;
}

.list-products-a > li.medifitSh > a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: -127.5px -96px;
    background-size: 164.5px 138px;
}

.list-products-a > li.medifitSh > a > .img > .sub {
    color: #128132;
}

@media only screen and (min-width: 1101px) {
    .top-lyt-products-a .list-products-a > li {
        min-height: 114px;
    }
}

@media only screen and (max-width: 1100px) {
    .top-lyt-products-a .list-products-a._top-col-a > li {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .top-lyt-products-a .list-products-a._top-col-a > li {
        width: 100%;
    }
}

/*
 * .list-img-a
** ------------------------------------------------------ */
.list-img-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -15px;
    margin-left: -20px;
}

.list-img-a > li {
    padding-bottom: 15px;
    padding-left: 20px;
}

.list-img-a > li > img {
    vertical-align: middle;
}

/*
 * .list-sub-a
** ------------------------------------------------------ */
.list-sub-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -10px;
    margin-left: -20px;
}

.list-sub-a > li {
    padding-bottom: 10px;
    padding-left: 20px;
}

.list-sub-a > li > [class^="icon-"] {
    margin-top: 2px;
}

/*
 * link text style
** ------------------------------------------------------ */
.link-a, .link-back-a, .list-link-a > li > a, .list-link-b > .item > .item-inner > a > .title, .list-idx-a > li > a, .list-idx-a > li > b, .list-anchor-a > li > a, .btn-c > .btn-c-inner, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a > span, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button > span, .lyt-idx-b > .idx > .bottom > ul > li > a > span {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
}

.link-a::before, .link-back-a::before, .list-link-a > li > a::before, .list-link-b > .item > .item-inner > a > .title::before, .list-idx-a > li > a::before, .list-idx-a > li > b::before, .list-anchor-a > li > a::before, .btn-c > .btn-c-inner::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a > span::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button > span::before, .lyt-idx-b > .idx > .bottom > ul > li > a > span::before {
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

/*
 * .link-back-a
** ------------------------------------------------------ */
.link-back-a {
    font-weight: normal;
    line-height: 1.5;
}

.link-back-a::before {
    top: 3px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*
 * .list-link-a
** ------------------------------------------------------ */
.list-link-a > li + li {
    margin-top: 6px;
}

[class^="str-contents-"] + .list-link-a, .list-link-a + [class^="str-contents-"] {
    margin-top: 34px;
}

@media only screen and (max-width: 768px) {
    [class^="str-contents-"] + .list-link-a, .list-link-a + [class^="str-contents-"] {
        margin-top: 24px;
    }
}

@media only screen and (min-width: 769px) {
    .list-link-a._inline {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -6px;
        margin-left: -38px;
    }
    .list-link-a._inline > li {
        padding-bottom: 6px;
        padding-left: 38px;
    }
    .list-link-a._inline > li + li {
        margin-top: 0;
    }
}

/*
 * .list-link-b
** ------------------------------------------------------ */
* + .list-link-b {
    margin-top: 26px;
}

.list-link-b > .item + .item {
    margin-top: 20px;
}

.list-link-b > .item > .item-inner {
    min-height: 122px;
}

.list-link-b > .item > .item-inner > a {
    position: relative;
    display: inline-block;
    padding-left: 123px;
    text-decoration: none;
}

.list-link-b > .item > .item-inner > a > img {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #dad3d0;
    transition: opacity .2s;
}

.list-link-b > .item > .item-inner > a > img.no-border {
    border: 0;
}

.list-link-b > .item > .item-inner > a:hover > img, .list-link-b > .item > .item-inner > a:active > img, .list-link-b > .item > .item-inner > a:focus > img {
    opacity: .75;
}

@media only screen and (max-width: 768px) {
    .list-link-b > .item + .item {
        margin-top: 30px;
    }
    .list-link-b > .item > .item-inner {
        min-height: auto;
        text-align: center;
    }
    .list-link-b > .item > .item-inner > a {
        padding-left: 0;
    }
    .list-link-b > .item > .item-inner > a > img {
        position: static;
        display: block;
        margin: 0 auto 25px;
    }
    .list-link-b > .item > .item-inner > a > .title {
        text-align: left;
    }
}

/*
 * .list-idx-a
** ------------------------------------------------------ */
.list-idx-a > li + li {
    margin-top: 6px;
}

.list-idx-a > li > a {
    font-weight: normal;
    text-decoration: underline;
}

.list-idx-a > li > a:hover, .list-idx-a > li > a:active, .list-idx-a > li > a:focus {
    text-decoration: none;
}

/*
 * .list-anchor-a
** ------------------------------------------------------ */
.list-anchor-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -6px;
    margin-left: -38px;
}

.list-anchor-a > li {
    padding-bottom: 6px;
    padding-left: 38px;
}

.list-anchor-a > li > a::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width: 768px) {
    .list-anchor-a {
        display: block;
        margin-bottom: 0;
        margin-left: 0;
    }
    .list-anchor-a > li {
        padding-bottom: 0;
        padding-left: 0;
    }
    .list-anchor-a > li + li {
        margin-top: 6px;
    }
}

.list-anchor-a._u-plus-a {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .list-anchor-a._u-plus-a {
        display: none;
    }
    .list-anchor-a._u-plus-a + * {
        margin-top: 0 !important;
    }
}

.list-anchor-a._u-plus-a > li + li::before {
    display: block;
    width: 30px;
    height: 30px;
    margin: 8px auto;
    background: url(../images/icon_plus_01.png) no-repeat 0 0;
    background-size: 100%;
    content: "";
}

/*
 * .list-anchor-b
** ------------------------------------------------------ */
.list-anchor-b {
    display: -webkit-flex;
    display: flex;
    margin: 70px 0 40px -30px;
}

@media only screen and (max-width: 768px) {
    .list-anchor-b {
        margin: 60px 0 30px -30px;
    }
}

.list-anchor-b > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 514px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.list-anchor-b > li:nth-child(1) {
    max-width: 276px;
}

@media only screen and (max-width: 1100px) {
    .list-anchor-b > li {
        max-width: calc(514vw * 100 / 1100);
    }
    .list-anchor-b > li:nth-child(1) {
        max-width: calc(276vw * 100 / 1100);
    }
}

.list-anchor-b > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .list-anchor-b {
        display: block;
    }
    .list-anchor-b > li {
        max-width: 100%;
    }
    .list-anchor-b > li:nth-child(1) {
        max-width: 100%;
    }
}

.list-anchor-b a {
    width: 100%;
    min-height: 76px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .list-anchor-b a {
        min-height: 72px;
    }
}

.list-anchor-b a > span {
    display: block;
    padding-bottom: 18px;
    text-align: center;
    line-height: 1.5;
}

.list-anchor-b a > span::before {
    right: 0;
    bottom: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width: 768px) {
    .list-anchor-b a > span::before {
        bottom: 10px;
    }
}

.list-anchor-b > li > ul {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.list-anchor-b > li > ul > li {
    display: -webkit-flex;
    display: flex;
    width: 50%;
}

.list-anchor-b > li > ul > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.list-anchor-b > li > ul > li:nth-child(1) > a {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.list-anchor-b > li > ul > li:nth-child(2) > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*
 * .nav-local-a
** ------------------------------------------------------ */
.nav-local-a + * {
    margin-top: 25px;
}

.nav-local-a a {
    text-decoration: none;
    transition: background .2s;
}

.nav-local-a li.has-current > a {
    font-weight: bold;
}

.nav-local-a li.is-current > a {
    font-weight: bold;
    color: #ff6e14;
    background: #ffe9dc;
}

.nav-local-a li.is-current > a:hover, .nav-local-a li.is-current > a:active, .nav-local-a li.is-current > a:focus {
    color: #ff6e14;
    background: #ffe9dc;
}

.nav-local-a li.is-current > .item > *:not(.txt) {
    font-weight: normal;
}

.nav-local-a li.is-current > .item > .txt {
    text-decoration: none;
}

.nav-local-a > li {
    text-align: center;
}

.nav-local-a > li > a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.8rem;
    color: #ff6e14;
    line-height: 1.5;
}

.nav-local-a > li > a:hover, .nav-local-a > li > a:active, .nav-local-a > li > a:focus {
    color: #ff6e14;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .nav-local-a > li > a {
        font-size: 2rem;
    }
}

.nav-local-a > li > ul {
    margin-top: 37px;
    text-align: left;
    border-top: 1px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .nav-local-a > li > ul {
        margin-top: 20px;
    }
}

.nav-local-a > li > ul > li {
    border-bottom: 1px solid #dad3d0;
}

.nav-local-a > li > ul > li > a {
    display: block;
    margin: 2px 0;
    line-height: 1.4;
}

.nav-local-a > li > ul > li > a:hover, .nav-local-a > li > ul > li > a:active, .nav-local-a > li > ul > li > a:focus {
    color: #5b3d2d;
    background: #f5efec;
}

.nav-local-a > li > ul > li > a:not(.item) {
    position: relative;
    padding: 15px 10px 15px 35px;
}

.nav-local-a > li > ul > li > a:not(.item)::before {
    top: 18px;
    left: 10px;
    width: 16px;
    height: 16px;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

.nav-local-a > li > ul > li > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 12px;
}

.nav-local-a > li > ul > li > .item > .date {
    margin-left: auto;
    font-size: 1.3rem;
    color: #837167;
}

.nav-local-a > li > ul > li > .item > .txt {
    width: 100%;
    margin-top: 10px;
    text-decoration: underline;
}

.nav-local-a > li > ul > li > .item:hover > .txt, .nav-local-a > li > ul > li > .item:active > .txt, .nav-local-a > li > ul > li > .item:focus > .txt {
    text-decoration: none;
}

.nav-local-a > li > ul > li ul > li {
    border-top: 1px solid #dad3d0;
}

.nav-local-a > li > ul > li ul > li > a {
    position: relative;
    display: block;
    margin: 2px 0;
    padding: 12px 20px 11px 46px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.nav-local-a > li > ul > li ul > li > a::before {
    position: absolute;
    top: 20px;
    left: 32px;
    display: block;
    border-width: 3px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ff6e14;
    content: "";
}

.nav-local-a > li > ul > li ul > li > a:hover, .nav-local-a > li > ul > li ul > li > a:active, .nav-local-a > li > ul > li ul > li > a:focus {
    color: #5b3d2d;
    background: #f5efec;
}

.nav-local-a > li > ul > li ul > li.is-current > a {
    padding-right: 19.5px;
}

.nav-local-a > li > ul > li > ul > li > ul > li > a {
    padding-left: 59px;
}

.nav-local-a > li > ul > li > ul > li > ul > li > a::before {
    left: 45px;
}

[data-script-enabled="true"] .nav-local-a > li > ul li:not(.is-current):not(.has-current) ul {
    display: none;
}

/*
 * .nav-local-b
** ------------------------------------------------------ */
.nav-local-b {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    border-width: 2px;
    border-style: solid;
    border-right: 0;
    border-bottom: 0;
}

.hdg-products-a + .nav-local-b {
    margin-top: 40px;
}

.list-link-a + .nav-local-b {
    margin-top: 34px;
}

.nav-local-b + *:not([class^="hdg-"]) {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .nav-local-b {
        margin-top: 40px;
    }
    .list-link-a + .nav-local-b {
        margin-top: 23px;
    }
}

.nav-local-b._menu-2 > li {
    width: 50%;
}

.nav-local-b > li {
    display: -webkit-flex;
    display: flex;
    width: 33.3333%;
    border-right-width: 2px;
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.nav-local-b > li:only-child {
    width: 100%;
}

.nav-local-b > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 58px;
    padding: 13px 15px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    text-decoration: none;
    background: #fff;
}

.nav-local-b > li > a > span {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.nav-local-b > li > a > span::before {
    top: 5px;
    left: 0;
}

.nav-local-b > li > a:hover > span, .nav-local-b > li > a:active > span, .nav-local-b > li > a:focus > span {
    text-decoration: underline;
}

.nav-local-b > li.is-current > a:hover, .nav-local-b > li.is-current > a:active, .nav-local-b > li.is-current > a:focus {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .nav-local-b > li {
        width: 50%;
    }
    .nav-local-b > li > a {
        font-size: 1.5rem;
    }
    .nav-local-b > li > a > span::before {
        top: 4px;
    }
}

.product-medifit_a .nav-local-b {
    border-color: #f08300;
}

.product-medifit_a .nav-local-b > li {
    border-right-color: #f08300;
    border-bottom-color: #f08300;
}

.product-medifit_a .nav-local-b > li > a {
    color: #f08300;
}

.product-medifit_a .nav-local-b > li > a > span::before {
    width: 16px;
    height: 16px;
    background-position: -90.5px -96px;
    background-size: 164.5px 138px;
}

.product-medifit_a .nav-local-b > li.is-current > a {
    background: #f08300;
}

.product-medifit_a_f .nav-local-b {
    border-color: #e73462;
}

.product-medifit_a_f .nav-local-b > li {
    border-right-color: #e73462;
    border-bottom-color: #e73462;
}

.product-medifit_a_f .nav-local-b > li > a {
    color: #e73462;
}

.product-medifit_a_f .nav-local-b > li > a > span::before {
    width: 16px;
    height: 16px;
    background-position: -72px -96px;
    background-size: 164.5px 138px;
}

.product-medifit_a_f .nav-local-b > li.is-current > a {
    background: #e73462;
}

.product-medifit_re .nav-local-b {
    border-color: #00a7ea;
}

.product-medifit_re .nav-local-b > li {
    border-right-color: #00a7ea;
    border-bottom-color: #00a7ea;
}

.product-medifit_re .nav-local-b > li > a {
    color: #00a7ea;
}

.product-medifit_re .nav-local-b > li > a > span::before {
    width: 16px;
    height: 16px;
    background-position: -109px -96px;
    background-size: 164.5px 138px;
}

.product-medifit_re .nav-local-b > li.is-current > a {
    background: #00a7ea;
}

.product-medifit_p .nav-local-b {
    border-color: #00508f;
}

.product-medifit_p .nav-local-b > li {
    border-right-color: #00508f;
    border-bottom-color: #00508f;
}

.product-medifit_p .nav-local-b > li > a {
    color: #00508f;
}

.product-medifit_p .nav-local-b > li > a > span::before {
    width: 16px;
    height: 16px;
    background-position: -68.5px -117px;
    background-size: 164.5px 138px;
}

.product-medifit_p .nav-local-b > li.is-current > a {
    background: #00508f;
}

.product-medifit_rt .nav-local-b {
    border-color: #ea5504;
}

.product-medifit_rt .nav-local-b > li {
    border-right-color: #ea5504;
    border-bottom-color: #ea5504;
}

.product-medifit_rt .nav-local-b > li > a {
    color: #ea5504;
}

.product-medifit_rt .nav-local-b > li > a > span::before {
    width: 16px;
    height: 16px;
    background-position: -87px -117px;
    background-size: 164.5px 138px;
}

.product-medifit_rt .nav-local-b > li.is-current > a {
    background: #ea5504;
}

.product-medifit_t .nav-local-b {
    border-color: #00a384;
}

.product-medifit_t .nav-local-b > li {
    border-right-color: #00a384;
    border-bottom-color: #00a384;
}

.product-medifit_t .nav-local-b > li > a {
    color: #00a384;
}

.product-medifit_t .nav-local-b > li > a > span::before {
    width: 16px;
    height: 16px;
    background-position: -50px -117px;
    background-size: 164.5px 138px;
}

.product-medifit_t .nav-local-b > li.is-current > a {
    background: #00a384;
}

.product-medifit_sh .nav-local-b {
    border-color: #128132;
}

.product-medifit_sh .nav-local-b > li {
    border-right-color: #128132;
    border-bottom-color: #128132;
}

.product-medifit_sh .nav-local-b > li > a {
    color: #128132;
}

.product-medifit_sh .nav-local-b > li > a > span::before {
    width: 16px;
    height: 16px;
    background-position: -127.5px -96px;
    background-size: 164.5px 138px;
}

.product-medifit_sh .nav-local-b > li.is-current > a {
    background: #128132;
}

[class*=" product-"] .nav-local-b > li.is-current > a {
    color: #fff;
}

[class*=" product-"] .nav-local-b > li.is-current > a > span::before {
    width: 16px;
    height: 16px;
    background-position: -35px -96px;
    background-size: 164.5px 138px;
}

/*
 * .pager-a-wrap
** ------------------------------------------------------ */
.pager-a-wrap {
    text-align: center;
}

* + .pager-a-wrap {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    * + .pager-a-wrap {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 769px) {
    .pager-a {
        position: relative;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .pager-a > ul {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 40px;
        margin-top: -20px;
    }
    .pager-a > ul > li {
        position: absolute;
        top: 7px;
    }
    .pager-a > ul > li > a {
        z-index: 2;
    }
    .pager-a > ul > .prev {
        left: 0;
    }
    .pager-a > ul > .next {
        right: 0;
    }
}

.pager-a > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.pager-a > ul > li > a {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .pager-a > ul {
        margin-bottom: 20px;
        margin-left: -15px;
    }
    .pager-a > ul > li {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .pager-a > ul > .prev, .pager-a > ul > .next {
        width: 50%;
    }
}

.pager-a > ul > .prev > a, .pager-a > ul > .next > a {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.pager-a > ul > .prev > a::before, .pager-a > ul > .next > a::before {
    top: 6px;
    width: 16px;
    height: 16px;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

@media only screen and (max-width: 768px) {
    .pager-a > ul > .prev > a, .pager-a > ul > .next > a {
        display: block;
        width: 100%;
        padding: 9px 10px;
        text-align: center;
        border: 2px solid #d2bdb2;
        border-radius: 4px;
    }
    .pager-a > ul > .prev > a::before, .pager-a > ul > .next > a::before {
        top: 50%;
        margin-top: -8.88889px;
    }
    .pager-a > ul > .prev > a:hover, .pager-a > ul > .prev > a:active, .pager-a > ul > .prev > a:focus, .pager-a > ul > .next > a:hover, .pager-a > ul > .next > a:active, .pager-a > ul > .next > a:focus {
        color: #5b3d2d;
    }
}

.pager-a > ul > .prev > a {
    padding-left: 25px;
}

.pager-a > ul > .prev > a::before {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
    .pager-a > ul > .prev > a {
        padding-left: 20px;
    }
    .pager-a > ul > .prev > a::before {
        left: 12px;
    }
}

.pager-a > ul > .next > a {
    padding-right: 25px;
}

.pager-a > ul > .next > a::before {
    right: 0;
}

@media only screen and (max-width: 768px) {
    .pager-a > ul > .next > a {
        padding-right: 20px;
    }
    .pager-a > ul > .next > a::before {
        right: 12px;
    }
}

.pager-a > ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -10px;
    margin-left: -10px;
}

@media only screen and (min-width: 769px) {
    .pager-a > ol {
        z-index: 1;
        padding: 0 76px;
    }
}

.pager-a > ol > li {
    padding-top: 10px;
    padding-left: 10px;
}

.pager-a > ol > li > a, .pager-a > ol > li > b {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 40px;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
}

.pager-a > ol > li > a {
    padding: 4.5px 9px;
    text-decoration: none;
    transition: background .2s;
}

.pager-a > ol > li > a:hover, .pager-a > ol > li > a:active, .pager-a > ol > li > a:focus {
    color: #5b3d2d;
    background: #f5efec;
}

.pager-a > ol > li > b {
    padding: 4.5px 7px;
    color: #fff;
    background: #837167;
    border-color: #837167;
}

/*
 * btn background style
** ------------------------------------------------------ */
.list-anchor-b a, .btn-b, .btn-c, .btn-close-a, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button, .lyt-idx-b > .idx > .bottom > ul > li > a, .top-lyt-products-b > .content > .list > li > a, .top-btn-a {
    position: relative;
    display: inline-block;
    padding: 9px 22px 11px 18px;
    text-decoration: none;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
    transition: background .2s;
}

.list-anchor-b a::before, .btn-b::before, .btn-c::before, .btn-close-a::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button::before, .lyt-idx-b > .idx > .bottom > ul > li > a::before, .top-lyt-products-b > .content > .list > li > a::before, .top-btn-a::before, .list-anchor-b a::after, .btn-b::after, .btn-c::after, .btn-close-a::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button::after, .lyt-idx-b > .idx > .bottom > ul > li > a::after, .top-lyt-products-b > .content > .list > li > a::after, .top-btn-a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d2bdb2;
    content: "";
    transition: opacity .2s;
}

.list-anchor-b a::before, .btn-b::before, .btn-c::before, .btn-close-a::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button::before, .lyt-idx-b > .idx > .bottom > ul > li > a::before, .top-lyt-products-b > .content > .list > li > a::before, .top-btn-a::before {
    top: 0;
    opacity: 0;
}

.list-anchor-b a::after, .btn-b::after, .btn-c::after, .btn-close-a::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button::after, .lyt-idx-b > .idx > .bottom > ul > li > a::after, .top-lyt-products-b > .content > .list > li > a::after, .top-btn-a::after {
    bottom: 0;
}

.list-anchor-b a:hover, .btn-b:hover, .btn-c:hover, .btn-close-a:hover, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:hover, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:hover, .lyt-idx-b > .idx > .bottom > ul > li > a:hover, .top-lyt-products-b > .content > .list > li > a:hover, .top-btn-a:hover, .list-anchor-b a:active, .btn-b:active, .btn-c:active, .btn-close-a:active, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:active, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:active, .lyt-idx-b > .idx > .bottom > ul > li > a:active, .top-lyt-products-b > .content > .list > li > a:active, .top-btn-a:active, .list-anchor-b a:focus, .btn-b:focus, .btn-c:focus, .btn-close-a:focus, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:focus, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:focus, .lyt-idx-b > .idx > .bottom > ul > li > a:focus, .top-lyt-products-b > .content > .list > li > a:focus, .top-btn-a:focus {
    color: #5b3d2d;
    background: #f5efec;
}

.list-anchor-b a:hover::before, .btn-b:hover::before, .btn-c:hover::before, .btn-close-a:hover::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:hover::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:hover::before, .lyt-idx-b > .idx > .bottom > ul > li > a:hover::before, .top-lyt-products-b > .content > .list > li > a:hover::before, .top-btn-a:hover::before, .list-anchor-b a:active::before, .btn-b:active::before, .btn-c:active::before, .btn-close-a:active::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:active::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:active::before, .lyt-idx-b > .idx > .bottom > ul > li > a:active::before, .top-lyt-products-b > .content > .list > li > a:active::before, .top-btn-a:active::before, .list-anchor-b a:focus::before, .btn-b:focus::before, .btn-c:focus::before, .btn-close-a:focus::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:focus::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:focus::before, .lyt-idx-b > .idx > .bottom > ul > li > a:focus::before, .top-lyt-products-b > .content > .list > li > a:focus::before, .top-btn-a:focus::before {
    opacity: 1;
}

.list-anchor-b a:hover::after, .btn-b:hover::after, .btn-c:hover::after, .btn-close-a:hover::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:hover::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:hover::after, .lyt-idx-b > .idx > .bottom > ul > li > a:hover::after, .top-lyt-products-b > .content > .list > li > a:hover::after, .top-btn-a:hover::after, .list-anchor-b a:active::after, .btn-b:active::after, .btn-c:active::after, .btn-close-a:active::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:active::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:active::after, .lyt-idx-b > .idx > .bottom > ul > li > a:active::after, .top-lyt-products-b > .content > .list > li > a:active::after, .top-btn-a:active::after, .list-anchor-b a:focus::after, .btn-b:focus::after, .btn-c:focus::after, .btn-close-a:focus::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a:focus::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button:focus::after, .lyt-idx-b > .idx > .bottom > ul > li > a:focus::after, .top-lyt-products-b > .content > .list > li > a:focus::after, .top-btn-a:focus::after {
    opacity: 0;
}

/*
 * .btn-a
** ------------------------------------------------------ */
/*
 * .btn-b
** ------------------------------------------------------ */
.btn-b {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-width: 163px;
    padding: 9px 8px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
}

.btn-b > .sub {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .btn-b {
        min-width: 100%;
        font-size: 1.6rem;
    }
    .btn-b > .sub {
        font-size: 1.1rem;
    }
}

/*
 * .btn-c
** ------------------------------------------------------ */
@media only screen and (max-width: 768px) {
    .btn-c {
        width: 100%;
    }
}

.btn-c._size-a {
    width: 100%;
    max-width: 390px;
}

@media only screen and (max-width: 768px) {
    .btn-c._size-a {
        max-width: 100%;
    }
}

/*
 * .btn-d
** ------------------------------------------------------ */
.btn-d {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 356px;
    padding: 20px;
    vertical-align: bottom;
    text-decoration: none;
    border-radius: 4px;
    transition: background .2s;
}

.list-btn-d .btn-d {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .btn-d {
        min-width: 100%;
        padding: 14px 20px;
    }
}

.btn-d::before, .btn-d::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    transition: opacity .2s;
}

.btn-d::before {
    top: 0;
    opacity: 0;
}

.btn-d::after {
    bottom: 0;
}

.btn-d:hover::before, .btn-d:active::before, .btn-d:focus::before {
    opacity: 1;
}

.btn-d:hover::after, .btn-d:active::after, .btn-d:focus::after {
    opacity: 0;
}

.btn-d > .btn-d-inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 40px;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
}

.btn-d > .btn-d-inner::before {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

@media only screen and (min-width: 769px) {
    .btn-d > .btn-d-inner {
        padding-left: 0;
    }
    .btn-d > .btn-d-inner::before {
        position: static;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-d > .btn-d-inner {
        width: 100%;
    }
}

.btn-d > .btn-d-inner > .txt > .sub {
    display: block;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .btn-d > .btn-d-inner > .txt {
        font-size: 1.8rem;
    }
    .btn-d > .btn-d-inner > .txt > .sub {
        margin-bottom: 2px;
        font-size: 1.2rem;
    }
}

.btn-d._net {
    color: #fff;
    background: #837167;
}

.btn-d._net::before {
    background: #64554e;
}

.btn-d._net::after {
    background: #706058;
}

.btn-d._net:hover, .btn-d._net:active, .btn-d._net:focus {
    background: #75645c;
}

.btn-d._net > .btn-d-inner::before {
    width: 26px;
    min-width: 26px;
    height: 42px;
    background-position: 0 -234px;
}

@media only screen and (max-width: 768px) {
    .btn-d._net > .btn-d-inner::before {
        width: 21.66667px;
        min-width: 21.66667px;
        height: 35px;
        background-position: 0 -195px;
        background-size: 274.16667px 230px;
    }
}

.btn-d._net > .btn-d-inner > .txt {
    margin-right: calc(20vw * 100 / 1100);
}

@media only screen and (max-width: 768px) {
    .btn-d._net > .btn-d-inner > .txt {
        margin-right: calc(35vw * 100 / 768);
    }
}

.btn-d._tel {
    padding: 18px 20px;
    color: #5b3d2d;
    background: #fff;
    border: 2px solid #d2bdb2;
}

@media only screen and (max-width: 768px) {
    .btn-d._tel {
        padding: 12px 20px 10px;
    }
}

.btn-d._tel::before, .btn-d._tel::after {
    height: 2px;
    background: #d2bdb2;
}

.btn-d._tel:hover, .btn-d._tel:active, .btn-d._tel:focus {
    background: #f5efec;
}

.btn-d._tel > .btn-d-inner::before {
    width: 35px;
    min-width: 35px;
    height: 33px;
    background-position: -146px -122px;
}

@media only screen and (max-width: 768px) {
    .btn-d._tel > .btn-d-inner::before {
        width: 29.16667px;
        min-width: 29.16667px;
        height: 27.5px;
        background-position: -121.66667px -101.66667px;
        background-size: 274.16667px 230px;
    }
}

.btn-d._tel > .btn-d-inner > .txt {
    margin-right: calc(30vw * 100 / 1100);
}

@media only screen and (max-width: 768px) {
    .btn-d._tel > .btn-d-inner > .txt {
        margin-right: calc(35vw * 100 / 768);
    }
}

.btn-d._sim {
    color: #fff;
    background: #ff6e14;
}

.btn-d._sim::before {
    background: #d55100;
}

.btn-d._sim::after {
    background: #da5e11;
}

.btn-d._sim:hover, .btn-d._sim:active, .btn-d._sim:focus {
    background: #f95f00;
}

.btn-d._sim > .btn-d-inner::before {
    width: 30px;
    min-width: 30px;
    height: 37px;
    background-position: -35px -192px;
}

@media only screen and (max-width: 768px) {
    .btn-d._sim > .btn-d-inner::before {
        width: 25px;
        min-width: 25px;
        height: 30.83333px;
        background-position: -29.16667px -160px;
        background-size: 274.16667px 230px;
    }
}

.btn-d._sim > .btn-d-inner > .txt {
    margin-right: calc(10vw * 100 / 1100);
}

@media only screen and (max-width: 768px) {
    .btn-d._sim > .btn-d-inner > .txt {
        margin-right: 10px;
        margin-left: -10px;
    }
}

.btn-d._doc {
    color: #fff;
    background: #09ab34;
}

.btn-d._doc::before {
    background: #067b25;
}

.btn-d._doc::after {
    background: #08922c;
}

.btn-d._doc:hover, .btn-d._doc:active, .btn-d._doc:focus {
    background: #07912c;
}

.btn-d._doc > .btn-d-inner::before {
    width: 42px;
    min-width: 42px;
    height: 36px;
    background-position: -250px -84px;
}

@media only screen and (min-width: 769px) {
    .btn-d._doc > .btn-d-inner::before {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-d._doc > .btn-d-inner::before {
        width: 35px;
        min-width: 35px;
        height: 30px;
        background-position: -208.33333px -70px;
        background-size: 274.16667px 230px;
    }
}

.btn-d._doc > .btn-d-inner > .txt {
    margin-right: calc(20vw * 100 / 1100);
}

.btn-d._doc > .btn-d-inner > .txt > .sub {
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    .btn-d._doc > .btn-d-inner > .txt {
        margin-right: 10px;
        margin-left: -10px;
    }
}

.footer-cv .btn-d {
    min-width: 540px;
    padding: 14px 20px;
}

@media only screen and (max-width: 768px) {
    .footer-cv .btn-d {
        min-width: 100%;
        padding: 13px 25px 12px;
    }
}

/*
 * .btn-sim-a
** ------------------------------------------------------ */
.btn-sim-a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 18px 10px 19px;
    text-decoration: none;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
    transition: background .2s;
}

.btn-sim-a::before, .btn-sim-a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d2bdb2;
    content: "";
    transition: opacity .2s;
}

.btn-sim-a::before {
    top: 0;
    opacity: 0;
}

.btn-sim-a::after {
    bottom: 0;
}

.btn-sim-a:hover, .btn-sim-a:active, .btn-sim-a:focus {
    color: #5b3d2d;
    background: #f5efec;
}

.btn-sim-a:hover::before, .btn-sim-a:active::before, .btn-sim-a:focus::before {
    opacity: 1;
}

.btn-sim-a:hover::after, .btn-sim-a:active::after, .btn-sim-a:focus::after {
    opacity: 0;
}

.btn-sim-a > .txt {
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
}

.btn-sim-a > .txt::before {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.btn-sim-a > .txt > .sub {
    display: block;
    margin: 3px 0 0;
    font-weight: normal;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .btn-sim-a > .txt {
        font-size: 1.5rem;
    }
    .btn-sim-a > .txt > .sub {
        font-size: 1.2rem;
    }
}

.btn-sim-a._type-a > .txt {
    margin: 0 23px;
    padding-left: calc(30px + 10px);
}

.btn-sim-a._type-a > .txt::before {
    width: 30px;
    min-width: 30px;
    height: 37px;
    background-position: 0 -192px;
}

@media only screen and (max-width: 1100px) {
    .btn-sim-a._type-a > .txt {
        margin: 0 calc(10vw * 100 / 1100);
    }
}

.str-contents-a .btn-sim-a._type-a > .txt {
    margin: 0 18px;
}

@media only screen and (max-width: 768px) {
    .str-contents-a .btn-sim-a._type-a > .txt {
        margin: 0 calc(19vw * 100 / 320) 0 10px;
    }
}

.btn-sim-a._type-b > .txt {
    margin: 0 30px 0 5px;
    padding-left: calc(44px + 10px);
}

.btn-sim-a._type-b > .txt::before {
    width: 44px;
    min-width: 44px;
    height: 39px;
    background-position: -201px -84px;
}

@media only screen and (max-width: 1100px) {
    .btn-sim-a._type-b > .txt {
        margin: 0 calc(10vw * 100 / 1100) 0 0;
    }
}

.str-contents-a .btn-sim-a._type-b > .txt {
    margin: 0 20px 0 5px;
}

@media only screen and (max-width: 768px) {
    .str-contents-a .btn-sim-a._type-b > .txt {
        margin: 0 calc(16vw * 100 / 320) 0 0;
    }
}

.btn-sim-a._type-c > .txt {
    margin: 0 32px 0 18px;
    padding-left: calc(33px + 10px);
}

.btn-sim-a._type-c > .txt::before {
    width: 33px;
    min-width: 33px;
    height: 40px;
    background-position: -201px -128px;
}

@media only screen and (max-width: 1100px) {
    .btn-sim-a._type-c > .txt {
        margin: 0 calc(10vw * 100 / 1100);
    }
}

.str-contents-a .btn-sim-a._type-c > .txt {
    margin: 0 25px 0 15px;
}

@media only screen and (max-width: 768px) {
    .str-contents-a .btn-sim-a._type-c > .txt {
        margin: 0 calc(17vw * 100 / 320) 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    #top .btn-sim-a._type-a > .txt {
        padding-right: 30px;
    }
    #top .btn-sim-a._type-a > .txt::before {
        left: 8px;
    }
    #top .btn-sim-a._type-b > .txt {
        padding-right: 44px;
    }
    #top .btn-sim-a._type-c > .txt {
        padding-right: 33px;
    }
    #top .btn-sim-a._type-c > .txt::before {
        left: 8px;
    }
}

/*
 * .btn-sim-b, .btn-doc-a, .btn-net-a
** ------------------------------------------------------ */
.btn-sim-b, .btn-doc-a, .btn-net-a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-radius: 4px;
    transition: background .2s, border .2s;
}

.btn-sim-b::before, .btn-doc-a::before, .btn-net-a::before {
    top: 50%;
}

.btn-sim-b:hover, .btn-sim-b:active, .btn-sim-b:focus, .btn-doc-a:hover, .btn-doc-a:active, .btn-doc-a:focus, .btn-net-a:hover, .btn-net-a:active, .btn-net-a:focus {
    color: #fff;
    border-bottom-color: transparent !important;
}

@media only screen and (max-width: 768px) {
    .btn-sim-b, .btn-doc-a, .btn-net-a {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 769px) {
    .btn-sim-b > .txt, .btn-doc-a > .txt, .btn-net-a > .txt {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
    }
}

.btn-sim-b > .txt > .sub, .btn-doc-a > .txt > .sub, .btn-net-a > .txt > .sub {
    display: block;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .btn-sim-b > .txt > .sub, .btn-doc-a > .txt > .sub, .btn-net-a > .txt > .sub {
        margin-bottom: 2px;
        font-size: 1.2rem;
    }
}

.list-btn-a .btn-sim-b, .list-btn-a .btn-doc-a, .list-btn-a .btn-net-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.hdg-products-a .btn-sim-b, .hdg-products-a .btn-doc-a, .hdg-products-a .btn-net-a {
    display: block;
}

@media only screen and (min-width: 769px) {
    .hdg-products-a .btn-sim-b, .hdg-products-a .btn-doc-a, .hdg-products-a .btn-net-a {
        font-size: 1.7rem;
    }
    .hdg-products-a .btn-sim-b > .txt > .sub, .hdg-products-a .btn-doc-a > .txt > .sub, .hdg-products-a .btn-net-a > .txt > .sub {
        margin-bottom: 1px;
        font-size: 1.2rem;
    }
}

.btn-sim-b {
    padding: 18px 16px 16px 60px;
    background: #ff6e14;
    border-bottom-color: #da5e11;
}

@media only screen and (max-width: 768px) {
    .btn-sim-b {
        padding: 10px 30px 10px 45px;
    }
}

.btn-sim-b::before {
    left: 23px;
    width: 30px;
    height: 37px;
    margin-top: -19px;
    background-position: -35px -192px;
}

@media only screen and (max-width: 768px) {
    .btn-sim-b::before {
        width: 27.27273px;
        height: 33.63636px;
        margin-top: -18px;
        background-position: -31.81818px -174.54545px;
        background-size: 299.09091px 250.90909px;
    }
}

.btn-sim-b:hover, .btn-sim-b:active, .btn-sim-b:focus {
    background: #f95f00;
    border-top-color: #d55100;
}

@media only screen and (min-width: 769px) {
    .hdg-products-a .btn-sim-b {
        padding: 12px 10px 10px 28px;
    }
    .hdg-products-a .btn-sim-b::before {
        left: 15px;
        width: 25px;
        height: 30.83333px;
        margin-top: -15.5px;
        background-position: -29.16667px -160px;
        background-size: 274.16667px 230px;
    }
}

.btn-doc-a {
    padding: 19px 65px 15px 80px;
    background: #09ab34;
    border-bottom-color: #08922c;
}

@media only screen and (max-width: 1100px) {
    .btn-doc-a {
        padding: 19px 20px 15px 70px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-doc-a {
        padding: 10px 62px 10px 60px;
    }
}

.btn-doc-a::before {
    left: 20px;
    width: 42px;
    height: 36px;
    margin-top: -18px;
    background-position: -250px -84px;
}

@media only screen and (max-width: 768px) {
    .btn-doc-a::before {
        width: 35px;
        height: 30px;
        margin-top: -15px;
        background-position: -208.33333px -70px;
        background-size: 274.16667px 230px;
    }
}

.btn-doc-a:hover, .btn-doc-a:active, .btn-doc-a:focus {
    background: #07912c;
    border-top-color: #067b25;
}

@media only screen and (min-width: 769px) {
    .hdg-products-a .btn-doc-a {
        padding: 10px 10px 10px 20px;
    }
    .hdg-products-a .btn-doc-a::before {
        left: 14px;
        width: 35px;
        height: 30px;
        margin-top: -15px;
        background-position: -208.33333px -70px;
        background-size: 274.16667px 230px;
    }
}

.btn-net-a {
    padding: 18px 70px 16px 70px;
    background: #837167;
    border-bottom-color: #706058;
}

@media only screen and (max-width: 1100px) {
    .btn-net-a {
        padding: 18px 20px 16px 60px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-net-a {
        padding: 10px 62px 10px 60px;
    }
}

.btn-net-a::before {
    left: 29px;
    width: 26px;
    height: 42px;
    margin-top: -21px;
    background-position: 0 -234px;
}

@media only screen and (max-width: 768px) {
    .btn-net-a::before {
        left: 26px;
        width: 21.66667px;
        height: 35px;
        margin-top: -18px;
        background-position: 0 -195px;
        background-size: 274.16667px 230px;
    }
}

.btn-net-a:hover, .btn-net-a:active, .btn-net-a:focus {
    background: #75645c;
    border-top-color: #64554e;
}

/*
 * .btn-close-a
** ------------------------------------------------------ */
.btn-close-a {
    padding: 9px 21px 12px 20px;
}

.btn-close-a > .btn-c-inner {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: bold;
}

.btn-close-a > .btn-c-inner::before, .btn-close-a > .btn-c-inner::after {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    background: #5b3d2d;
    content: "";
}

.btn-close-a > .btn-c-inner::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn-close-a > .btn-c-inner::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
 * .lyt-btn-a
** ------------------------------------------------------ */
@media only screen and (max-width: 768px) {
    .lyt-btn-a {
        text-align: center;
    }
}

/*
 * .lyt-btn-b
** ------------------------------------------------------ */
.lyt-btn-b {
    text-align: center;
}

* + .lyt-btn-b {
    margin-top: 30px !important;
}

.str-contents-a + .lyt-btn-b {
    margin-top: 40px !important;
}

/*
 * .list-btn-a
** ------------------------------------------------------ */
.list-btn-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -15px;
}

@media only screen and (max-width: 768px) {
    .list-btn-a {
        display: block;
    }
}

.list-btn-a > li {
    width: 33.3333%;
    padding-bottom: 10px;
    padding-left: 15px;
}

.list-btn-a > li._link {
    -webkit-order: 4;
    order: 4;
    width: 100%;
    padding-top: 4px;
}

.list-btn-a > li._link > a::before {
    top: 6px;
}

@media only screen and (max-width: 768px) {
    .list-btn-a > li {
        width: 100%;
    }
    .list-btn-a > li._link {
        padding: 3px 15px 18px;
    }
}

@media only screen and (min-width: 769px) {
    .list-btn-a._col-2 > li {
        width: 50%;
    }
}

.str-contents-main > .list-btn-a {
    margin-top: 60px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .str-contents-main > .list-btn-a {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

/*
 * .list-btn-b
** ------------------------------------------------------ */
.list-btn-b {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin-left: -10px;
}

.list-btn-b > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    .list-btn-b {
        margin-left: -12px;
    }
    .list-btn-b > li {
        padding-left: 12px;
    }
}

/*
 * .list-btn-c
** ------------------------------------------------------ */
@media only screen and (max-width: 768px) {
    .list-btn-c {
        text-align: center;
    }
}

.list-btn-c > li + li {
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .list-btn-c > li + li {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 769px) {
    .list-btn-c._inline, .list-btn-c._col2 {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -20px;
        margin-left: -20px;
    }
    .list-btn-c._inline > li, .list-btn-c._col2 > li {
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .list-btn-c._inline > li + li, .list-btn-c._col2 > li + li {
        margin-top: 0;
    }
    .list-btn-c._col2 > li {
        width: 50%;
    }
    .list-btn-c._col2 > li > a {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }
}

/*
 * .list-btn-d
** ------------------------------------------------------ */
.list-btn-d {
    display: -webkit-flex;
    display: flex;
    margin-bottom: -20px;
    margin-left: -20px;
}

.list-btn-d > li {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .list-btn-d {
        display: block;
        margin-bottom: 0;
        margin-left: 0;
    }
    .list-btn-d > li {
        padding: 0;
    }
    .list-btn-d > li + li {
        margin-top: 10px;
    }
}

/*
 * .list-btn-e
** ------------------------------------------------------ */
.list-btn-e {
    display: -webkit-flex;
    display: flex;
    margin-bottom: -16px;
    margin-left: -16px;
}

.list-btn-e > li {
    width: 100%;
    padding-bottom: 16px;
    padding-left: 16px;
}

@media only screen and (max-width: 768px) {
    .list-btn-e {
        display: block;
        margin-bottom: -10px;
    }
    .list-btn-e > li {
        padding-bottom: 10px;
    }
}

/*
 * .lyt-col-a
** ------------------------------------------------------ */
.lyt-col-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -15px;
}

.lyt-col-a > .col {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .lyt-col-a > .col {
        width: 100%;
    }
}

.lyt-col-a > .col > *:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 769px) {
    .lyt-col-a._col-2, .lyt-col-a._col-4 {
        margin-left: -40px;
    }
    .lyt-col-a._col-2 > .col, .lyt-col-a._col-4 > .col {
        padding-left: 40px;
    }
    .lyt-col-a._col-3 {
        margin-left: -35px;
    }
    .lyt-col-a._col-3 > .col {
        width: 33.3333%;
        padding-left: 35px;
    }
    .lyt-col-a._col-4 > .col {
        width: 25%;
    }
}

/*
 * .lyt-img-a
** ------------------------------------------------------ */
.lyt-img-a {
    text-align: center;
}

/*
 * .lyt-img-b
** ------------------------------------------------------ */
.lyt-img-b {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.lyt-img-b > .item {
    width: 100%;
}

.lyt-img-b > .item > *:first-child {
    margin-top: 0;
}

.lyt-img-b > .img {
    margin-bottom: 15px;
    text-align: center;
}

.list-step-a .lyt-img-b > .img {
    margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
    .lyt-img-b {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .lyt-img-b > .img {
        margin-bottom: 0;
        margin-left: 40px;
    }
    .lyt-img-b > .img > .img-inner {
        max-width: 280px;
    }
    .lyt-img-b > .img > .img-inner img {
        max-width: 280px;
    }
    .lyt-img-b._reverse {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .lyt-img-b._reverse > .img {
        margin-right: 40px;
        margin-left: 0;
    }
    .list-step-a .lyt-img-b._reverse > .img {
        margin-right: 30px;
    }
}

/*
 * .lyt-img-c
** ------------------------------------------------------ */
.lyt-img-c {
    display: -webkit-flex;
    display: flex;
}

.lyt-img-c > .img {
    margin-right: 40px;
    white-space: nowrap;
}

@media only screen and (max-width: 1100px) {
    .lyt-img-c > .img {
        margin-right: calc(40vw * 100 / 1100);
    }
}

@media only screen and (max-width: 768px) {
    .lyt-img-c > .img {
        margin-right: 30px;
    }
}

.lyt-img-c > .img img {
    max-width: none;
}

.lyt-img-c > .item {
    width: 100%;
}

.lyt-img-c > .item > *:first-child {
    margin-top: 0;
}

/*
 * .lyt-img-d
** ------------------------------------------------------ */
.lyt-img-d {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .lyt-img-d {
        display: block;
    }
}

.lyt-img-d > .img {
    margin-right: 40px;
}

@media only screen and (max-width: 1100px) {
    .lyt-img-d > .img {
        margin-right: calc(40vw * 100 / 1100);
    }
}

@media only screen and (max-width: 768px) {
    .lyt-img-d > .img {
        margin-right: 0;
        margin-bottom: 18px;
        text-align: center;
    }
}

.lyt-img-d > .img img {
    max-width: none;
}

/*
 * .lyt-img-e
** ------------------------------------------------------ */
.lyt-img-e {
    padding: 30px;
    border-top: 1px solid #dad3d0;
    border-bottom: 1px solid #dad3d0;
}

.lyt-img-e + .lyt-img-e {
    border-top: 0;
}

.lyt-img-e > .item {
    position: relative;
    min-height: 90px;
    padding-left: calc(120px + 40px);
}

.lyt-img-e > .item > a {
    display: inline-block;
}

.lyt-img-e > .item > a > .img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120px;
    max-height: 90px;
}

.lyt-img-e > .item > a > .img img {
    width: 100%;
    max-width: none;
    transition: opacity .2s;
}

.lyt-img-e > .item > a:hover > .img img, .lyt-img-e > .item > a:active > .img img, .lyt-img-e > .item > a:focus > .img img {
    opacity: .75;
}

.lyt-img-e > .item > a > .title {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}

.lyt-img-e > .item > a > .title::before {
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

.lyt-img-e > .item > a + * {
    margin-top: 15px;
}

.lyt-img-e > .item > .desc > b {
    font-weight: normal;
    background: #fff59e;
}

.lyt-img-e > .item > .link {
    font-size: 1.3rem;
    color: #837167;
}

@media only screen and (max-width: 768px) {
    .lyt-img-e {
        padding: 30px 0;
    }
    .lyt-img-e > .item {
        min-height: auto;
        padding-top: calc(90px + 25px);
        padding-left: 0;
    }
    .lyt-img-e > .item > a > .img {
        left: calc(50% - 60px);
    }
    .lyt-img-e > .item > .link {
        margin-top: 6px !important;
    }
}

/*
 * .lyt-contact-a
** ------------------------------------------------------ */
.lyt-contact-a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 18px;
}

@media only screen and (max-width: 768px) {
    .lyt-contact-a {
        display: block;
        margin-top: 10px;
    }
}

.lyt-contact-a > .item:nth-child(1) {
    width: calc(336vw * 100 / 1100);
    min-width: 336px;
    max-width: 336px;
}

.lyt-contact-a > .item:nth-child(2) {
    width: 100%;
    max-width: 734px;
    margin-left: 30px;
}

@media only screen and (max-width: 768px) {
    .lyt-contact-a > .item:nth-child(1), .lyt-contact-a > .item:nth-child(2) {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .lyt-contact-a > .item:nth-child(2) {
        margin: 10px 0 0;
    }
}

/*
 * .lyt-idx-a
** ------------------------------------------------------ */
.lyt-idx-a > .idx > .idx-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 24px 40px 0;
    background: #fff;
    border: 1px solid #dad3d0;
    border-left-width: 3px;
    border-left-style: solid;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx > .idx-inner {
        padding: 20px 20px 0;
        border-top-width: 2px;
        border-top-style: solid;
        border-left: 1px solid #dad3d0 !important;
    }
}

.lyt-idx-a > .idx > .idx-inner > .col {
    width: calc(100% - 316px);
}

@media only screen and (max-width: 1100px) {
    .lyt-idx-a > .idx > .idx-inner > .col {
        width: 100%;
    }
}

.lyt-idx-a > .idx > .idx-inner > .col:nth-child(2) {
    width: 276px;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px dashed #dad3d0;
}

@media only screen and (max-width: 1100px) {
    .lyt-idx-a > .idx > .idx-inner > .col:nth-child(2) {
        width: 100%;
        margin: 30px 0 0;
        padding: 30px 0 0;
        border-top: 1px dashed #dad3d0;
        border-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx > .idx-inner > .col:nth-child(2) {
        margin-top: 15px;
        padding-top: 15px;
    }
}

.lyt-idx-a > .idx > .idx-inner > .col > .hdg {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx > .idx-inner > .col > .hdg {
        font-size: 1.6rem;
    }
}

.lyt-idx-a > .idx > .idx-inner > .bottom {
    width: calc(100% + 80px);
    margin: 25px -40px 0;
    padding: 20px;
    background: #f5efec;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx > .idx-inner > .bottom {
        width: calc(100% + 40px);
        margin: 25px -20px 0;
    }
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul {
    margin-bottom: -10px;
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul > li {
    padding-bottom: 10px;
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button {
    width: 252px;
    padding-top: 11px;
    padding-bottom: 13px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button {
        width: 100%;
    }
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim {
    color: #fff;
    background: #ff6e14;
    border-color: #ff6e14;
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim::after {
    left: -2px;
    width: calc(100% + 4px);
    height: 4px;
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim::before {
    top: -2px;
    background: #d55100;
    border-radius: 4px 4px 0 0;
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim::after, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim::after {
    bottom: -2px;
    background: #da5e11;
    border-radius: 0 0 4px 4px;
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim:hover, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim:active, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim:focus, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim:hover, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim:active, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim:focus {
    background: #f95f00;
    border-color: #f95f00;
}

.lyt-idx-a > .idx > .idx-inner > .bottom > ul > li > a._sim > span::before, .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li button._sim > span::before {
    top: 2px;
    width: 18.75px;
    height: 23.125px;
    background-position: -21.875px -120px;
    background-size: 205.625px 172.5px;
}

@media only screen and (min-width: 769px) {
    .lyt-idx-a > .idx > .idx-inner > .bottom > ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -20px;
    }
    .lyt-idx-a > .idx > .idx-inner > .bottom > ul > li {
        padding-left: 20px;
    }
}

.lyt-idx-a > .idx.medifitA > .idx-inner {
    border-left-color: #f08300;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx.medifitA > .idx-inner {
        border-top-color: #f08300;
    }
}

.lyt-idx-a > .idx.medifitAF > .idx-inner {
    border-left-color: #e73462;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx.medifitAF > .idx-inner {
        border-top-color: #e73462;
    }
}

.lyt-idx-a > .idx.medifitRe > .idx-inner {
    border-left-color: #00a7ea;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx.medifitRe > .idx-inner {
        border-top-color: #00a7ea;
    }
}

.lyt-idx-a > .idx.medifitP > .idx-inner {
    border-left-color: #00508f;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx.medifitP > .idx-inner {
        border-top-color: #00508f;
    }
}

.lyt-idx-a > .idx.medifitT > .idx-inner {
    border-left-color: #00a384;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx.medifitT > .idx-inner {
        border-top-color: #00a384;
    }
}

.lyt-idx-a > .idx.medifitSh > .idx-inner {
    border-left-color: #128132;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx.medifitSh > .idx-inner {
        border-top-color: #128132;
    }
}

.lyt-idx-a > .idx.medifitRT > .idx-inner {
    border-left-color: #ea5504;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx.medifitRT > .idx-inner {
        border-top-color: #ea5504;
    }
}

.lyt-idx-a > .idx.medifitJ > .idx-inner {
    border-left-color: #82bf29;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-a > .idx.medifitJ > .idx-inner {
        border-top-color: #82bf29;
    }
}

/*
 * .lyt-idx-b
** ------------------------------------------------------ */
.lyt-idx-b {
    display: -webkit-flex;
    display: flex;
}

@media only screen and (min-width: 1101px) {
    .lyt-idx-b._col-2 > .idx {
        width: 360px;
    }
}

@media only screen and (min-width: 1101px) {
    .lyt-idx-b._col-3 > .idx {
        width: 230px;
    }
    .lyt-idx-b._col-3 > .idx > .idx-inner {
        padding-right: 15px;
        padding-left: 15px;
    }
    .lyt-idx-b._col-3 > .idx > .bottom {
        padding: 15px;
    }
    .lyt-idx-b._col-3 > .idx > .bottom > ul > li {
        width: 100%;
    }
    .lyt-idx-b._col-3 > .idx > .bottom > ul > li > a {
        width: 100%;
    }
}

.lyt-idx-b > .icon {
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -10px;
}

.lyt-idx-b > .icon img {
    min-width: 60px;
}

@media only screen and (max-width: 1100px) {
    .lyt-idx-b {
        display: block;
    }
    .lyt-idx-b > .icon {
        display: block;
        margin: -10px 0;
        text-align: center;
    }
}

.lyt-idx-b > .idx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border: 1px solid #dad3d0;
    border-top-width: 3px;
    border-top-style: solid;
}

.lyt-idx-b > .idx.medifitA {
    border-top-color: #f08300;
}

.lyt-idx-b > .idx.medifitAF {
    border-top-color: #e73462;
}

.lyt-idx-b > .idx.medifitRe {
    border-top-color: #00a7ea;
}

.lyt-idx-b > .idx.medifitP {
    border-top-color: #00508f;
}

.lyt-idx-b > .idx.medifitT {
    border-top-color: #00a384;
}

.lyt-idx-b > .idx.medifitSh {
    border-top-color: #128132;
}

.lyt-idx-b > .idx.medifitRT {
    border-top-color: #ea5504;
}

.lyt-idx-b > .idx.medifitJ {
    border-top-color: #82bf29;
}

.lyt-idx-b > .idx > .idx-inner {
    padding: 28px 30px 15px;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-b > .idx > .idx-inner {
        padding: 20px 20px 15px;
    }
}

.lyt-idx-b > .idx > .idx-inner > .head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-b > .idx > .idx-inner > .head {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.lyt-idx-b > .idx > .idx-inner > .head > .logo {
    width: 170px;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-b > .idx > .idx-inner > .head > .logo {
        width: 90px;
        min-width: 90px;
        margin-right: 10px;
    }
}

.lyt-idx-b > .idx > .idx-inner > .head > .lead {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-b > .idx > .idx-inner > .head > .lead {
        width: auto;
        margin-bottom: 0;
        font-size: 1.5rem;
        text-align: left;
    }
}

.lyt-idx-b > .idx > .bottom {
    margin-top: auto;
    padding: 15px 20px;
    background: #f5efec;
}

.lyt-idx-b > .idx > .bottom > ul {
    margin-bottom: -10px;
}

.lyt-idx-b > .idx > .bottom > ul > li {
    padding-bottom: 10px;
}

.lyt-idx-b > .idx > .bottom > ul > li > a {
    width: 252px;
    padding-top: 11px;
    padding-bottom: 13px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-b > .idx > .bottom > ul > li > a {
        width: 100%;
    }
}

.lyt-idx-b > .idx > .bottom > ul > li > a._sim {
    color: #fff;
    background: #ff6e14;
    border-color: #ff6e14;
}

.lyt-idx-b > .idx > .bottom > ul > li > a._sim::before, .lyt-idx-b > .idx > .bottom > ul > li > a._sim::after {
    left: -2px;
    width: calc(100% + 4px);
    height: 4px;
}

.lyt-idx-b > .idx > .bottom > ul > li > a._sim::before {
    top: -2px;
    background: #d55100;
    border-radius: 4px 4px 0 0;
}

.lyt-idx-b > .idx > .bottom > ul > li > a._sim::after {
    bottom: -2px;
    background: #da5e11;
    border-radius: 0 0 4px 4px;
}

.lyt-idx-b > .idx > .bottom > ul > li > a._sim:hover, .lyt-idx-b > .idx > .bottom > ul > li > a._sim:active, .lyt-idx-b > .idx > .bottom > ul > li > a._sim:focus {
    background: #f95f00;
    border-color: #f95f00;
}

.lyt-idx-b > .idx > .bottom > ul > li > a._sim > span::before {
    top: 4px;
    width: 15px;
    height: 18.5px;
    background-position: -17.5px -96px;
    background-size: 164.5px 138px;
}

@media only screen and (min-width: 769px) {
    .lyt-idx-b > .idx > .bottom > ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -20px;
    }
    .lyt-idx-b > .idx > .bottom > ul > li {
        padding-left: 20px;
    }
}

/*
 * .lyt-idx-c
** ------------------------------------------------------ */
@media only screen and (min-width: 769px) {
    .lyt-idx-c {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -20px;
        margin-left: -20px;
    }
    .lyt-idx-c > .idx {
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .lyt-idx-c._col-2 > .idx {
        width: 50%;
    }
    .lyt-idx-c._col-3 > .idx {
        width: 33.3333%;
    }
    .lyt-idx-c._col-4 > .idx {
        width: 25%;
    }
    .lyt-idx-c > .idx-inner:hover, .lyt-idx-c > .idx-inner:active, .lyt-idx-c > .idx-inner:focus {
        opacity: .75;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-idx-c > .idx + .idx {
        margin-top: 20px;
    }
}

.lyt-idx-c > .idx > .idx-inner {
    display: block;
    height: 100%;
    padding: 20px;
    text-decoration: none;
    background: #f5efec;
    border-top: 3px solid #dad3d0;
    transition: opacity .2s;
}

.lyt-idx-c > .idx > .idx-inner > .img {
    margin-bottom: 15px;
    text-align: center;
}

.lyt-idx-c > .idx > .idx-inner > .img + .list-icon-a {
    margin-top: 20px;
}

.lyt-idx-c > .idx > .idx-inner > .list-icon-a {
    margin-bottom: -2px;
}

.lyt-idx-c > .idx > .idx-inner > .title {
    position: relative;
    padding-right: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-c > .idx > .idx-inner > .title {
        padding-right: 40px;
    }
}

.lyt-idx-c > .idx > .idx-inner > .title::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background-position: -53.5px -96px;
    background-size: 164.5px 138px;
}

.lyt-idx-c > .idx > .idx-inner > .date {
    margin-top: 12px;
    font-size: 1.2rem;
    color: #837167;
    text-align: right;
}

/*
 * .lyt-idx-d
** ------------------------------------------------------ */
.lyt-idx-d {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -20px;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-d {
        margin-bottom: -15px;
        margin-left: -15px;
    }
}

.lyt-idx-d > .idx {
    width: 195px;
    padding-bottom: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-d > .idx {
        display: -webkit-flex;
        display: flex;
        width: 50%;
        padding-bottom: 15px;
        padding-left: 15px;
    }
}

.lyt-idx-d > .idx > .idx-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 2px;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 2px 0 #ebebeb;
}

@media only screen and (min-width: 769px) {
    .lyt-idx-d > .idx > .idx-inner {
        position: relative;
    }
}

.lyt-idx-d > .idx > .idx-inner > .img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.lyt-idx-d > .idx > .idx-inner > .img img {
    width: 100%;
}

.lyt-idx-d > .idx > .idx-inner > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.lyt-idx-d > .idx > .idx-inner > .item._m {
    background: #5679dd;
}

.lyt-idx-d > .idx > .idx-inner > .item._f {
    background: #de57a3;
}

@media only screen and (min-width: 769px) {
    [data-script-enabled="true"] .lyt-idx-d > .idx > .idx-inner > .item {
        position: absolute;
        bottom: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: 63px;
        transition: height .2s;
    }
    [data-script-enabled="true"] .lyt-idx-d > .idx > .idx-inner > .item._m {
        background: rgba(86, 121, 221, .7);
    }
    [data-script-enabled="true"] .lyt-idx-d > .idx > .idx-inner > .item._f {
        background: rgba(222, 87, 163, .7);
    }
}

.lyt-idx-d > .idx > .idx-inner > .item .ctg {
    font-size: 1.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-d > .idx > .idx-inner > .item .ctg {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .lyt-idx-d > .idx > .idx-inner > .item .ctg br {
        display: none;
    }
}

.lyt-idx-d > .idx > .idx-inner > .item .name {
    margin-top: 2px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.lyt-idx-d > .idx > .idx-inner > .item .name > span {
    font-size: 1.7rem;
}

@media only screen and (max-width: 768px) {
    .lyt-idx-d > .idx > .idx-inner > .item .name {
        margin-top: 4px;
    }
    .lyt-idx-d > .idx > .idx-inner > .item .name > span {
        font-size: 1.6rem;
    }
}

.lyt-idx-d > .idx > .idx-inner > .item .link {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 1.3;
}

.lyt-idx-d > .idx > .idx-inner > .item .link::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

[data-script-enabled="true"] .lyt-idx-d > .idx > .idx-inner > .item .link {
    display: none;
    margin-top: 20px;
}

@media only screen and (min-width: 769px) {
    .lyt-idx-d > .idx > .idx-inner:hover > .item, .lyt-idx-d > .idx > .idx-inner:active > .item, .lyt-idx-d > .idx > .idx-inner:focus > .item {
        height: 178px;
    }
    .lyt-idx-d > .idx > .idx-inner:hover > .item .link, .lyt-idx-d > .idx > .idx-inner:active > .item .link, .lyt-idx-d > .idx > .idx-inner:focus > .item .link {
        display: inline-block;
    }
}

/*
 * .lyt-products-a
** ------------------------------------------------------ */
.lyt-products-a {
    position: relative;
    width: 100%;
    padding-left: 224px;
}

@media only screen and (max-width: 768px) {
    .lyt-products-a {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-products-a > .head {
        min-height: 40px;
    }
}

.lyt-products-a > .head > .logo {
    position: absolute;
    top: 12px;
    left: 0;
    width: 184px;
}

.lyt-products-a > .head > .logo img {
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .lyt-products-a > .head > .logo {
        top: 0;
        width: 90px;
    }
    .lyt-products-a > .head > .logo img {
        width: 90px;
        max-width: none;
    }
}

.lyt-products-a > .head > .lead {
    width: 100%;
    margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
    .lyt-products-a > .head > .lead {
        padding-left: 110px;
    }
}

.lyt-products-a > .head > .lead * + .txt {
    margin-top: 5px;
}

.lyt-products-a > .head > .lead > .txt {
    display: block;
    font-size: 2.2rem;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .lyt-products-a > .head > .lead > .txt {
        font-size: 1.5rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-products-a > .head + .sub {
        margin-top: 15px;
    }
}

.lyt-products-a > .sub {
    margin-top: 10px;
    font-size: 1.3rem;
    color: #837167;
}

.lyt-products-a > .sub + * {
    margin-top: 13px;
}

@media only screen and (max-width: 768px) {
    .lyt-products-a > .sub {
        font-size: 1.2rem;
    }
}

/*
 * .lyt-products-b
** ------------------------------------------------------ */
.lyt-products-b {
    position: relative;
    width: 100%;
}

.lyt-products-b::before, .lyt-products-b::after {
    display: table;
    content: "";
}

.lyt-products-b::after {
    clear: both;
}

.lyt-products-b > *:not(.logo):not(.list-desc-a) {
    float: right;
    width: calc(100% - 184px - 40px);
    margin-left: 40px;
}

@media only screen and (max-width: 1100px) {
    .lyt-products-b > *:not(.logo):not(.list-desc-a) {
        width: calc(100% - 164px - 30px);
        margin-left: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-products-b > *:not(.logo):not(.list-desc-a) {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

.lyt-products-b > .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 184px;
}

.lyt-products-b > .logo img {
    width: 100%;
    vertical-align: top;
}

@media only screen and (max-width: 1100px) {
    .lyt-products-b > .logo {
        width: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-products-b > .logo {
        width: 90px;
    }
}

.lyt-products-b > .list-desc-a {
    float: left;
    width: 184px;
    padding-top: calc(81px + 15px);
}

@media only screen and (max-width: 1100px) {
    .lyt-products-b > .list-desc-a {
        width: 160px;
        padding-top: calc(71px + 15px);
    }
}

@media only screen and (max-width: 768px) {
    .lyt-products-b > .list-desc-a {
        float: none;
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-products-b > .list-desc-a:not(._left) {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.idx.medifitAF .lyt-products-b > .list-desc-a {
    padding-top: calc(97px + 15px);
}

@media only screen and (max-width: 1100px) {
    .idx.medifitAF .lyt-products-b > .list-desc-a {
        padding-top: calc(84px + 15px);
    }
}

@media only screen and (max-width: 768px) {
    .idx.medifitAF .lyt-products-b > .list-desc-a {
        padding-top: 0;
    }
}

.idx.medifitJ .lyt-products-b > .list-desc-a {
    padding-top: calc(34px + 15px);
}

@media only screen and (max-width: 1100px) {
    .idx.medifitJ .lyt-products-b > .list-desc-a {
        padding-top: calc(31px + 15px);
    }
}

@media only screen and (max-width: 768px) {
    .idx.medifitJ .lyt-products-b > .list-desc-a {
        padding-top: 0;
    }
}

.lyt-products-b > .lead {
    display: block;
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .lyt-products-b > .lead {
        min-height: 40px;
        margin-bottom: 15px;
        padding-left: calc(90px + 20px);
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .idx.medifitJ .lyt-products-b > .lead {
        min-height: auto;
    }
}

.lyt-products-b > .txt * + .list-notes-a {
    margin-top: 10px !important;
}

@media only screen and (max-width: 768px) {
    .lyt-products-b > .txt {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-products-b {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .lyt-products-b > *:not(.logo) {
        width: 100%;
    }
    .lyt-products-b > .lead {
        -webkit-order: 1;
        order: 1;
    }
    .lyt-products-b > .list-desc-a {
        -webkit-order: 2;
        order: 2;
    }
    .lyt-products-b > .txt {
        -webkit-order: 3;
        order: 3;
    }
}

/*
 * .lyt-eg-a
** ------------------------------------------------------ */
.lyt-eg-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -20px;
}

.lyt-eg-a > .col {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .lyt-eg-a > .col {
        width: 100%;
    }
}

/*
 * .lyt-graph-a
** ------------------------------------------------------ */
.lyt-graph-a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.lyt-graph-a > .col {
    width: 100px;
    min-width: 100px;
    font-weight: bold;
    font-size: 2rem;
    font-family: "Noto Sans CJK JP Number";
    white-space: nowrap;
}

.lyt-graph-a > .col > .num {
    font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
    .lyt-graph-a > .col {
        width: 75px;
        min-width: 75px;
        font-size: 1.5rem;
    }
    .lyt-graph-a > .col > .num {
        font-size: 2.4rem;
    }
}

.lyt-graph-a::before, .lyt-graph-a::after {
    height: 48px;
}

@media only screen and (max-width: 768px) {
    .lyt-graph-a::before, .lyt-graph-a::after {
        height: 40px;
    }
}

.lyt-graph-a::before {
    position: absolute;
    top: 50%;
    left: 100px;
    display: block;
    width: calc(100% - 100px);
    min-width: 5px;
    margin-top: -24px;
    background: #837167;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lyt-graph-a::before {
        left: 75px;
        width: calc(100% - 75px);
        margin-top: -20px;
    }
}

.lyt-graph-a::after {
    width: 100%;
    background-image: repeating-linear-gradient(-45deg, #f2ebe7, #f2ebe7 18%, #ece2dc 0, #ece2dc 50%);
    background-size: 9px 9px;
    content: "";
}

.lyt-graph-a._5::before {
    max-width: calc(5% - 50px);
}

.lyt-graph-a._10::before {
    max-width: calc(10% - 50px);
}

.lyt-graph-a._15::before {
    max-width: calc(15% - 50px);
}

.lyt-graph-a._20::before {
    max-width: calc(20% - 50px);
}

.lyt-graph-a._25::before {
    max-width: calc(25% - 50px);
}

.lyt-graph-a._30::before {
    max-width: calc(30% - 50px);
}

.lyt-graph-a._35::before {
    max-width: calc(35% - 50px);
}

.lyt-graph-a._40::before {
    max-width: calc(40% - 50px);
}

.lyt-graph-a._45::before {
    max-width: calc(45% - 50px);
}

.lyt-graph-a._50::before {
    max-width: calc(50% - 50px);
}

.lyt-graph-a._55::before {
    max-width: calc(55% - 50px);
}

.lyt-graph-a._60::before {
    max-width: calc(60% - 50px);
}

.lyt-graph-a._65::before {
    max-width: calc(65% - 50px);
}

.lyt-graph-a._70::before {
    max-width: calc(70% - 50px);
}

.lyt-graph-a._75::before {
    max-width: calc(75% - 50px);
}

.lyt-graph-a._80::before {
    max-width: calc(80% - 50px);
}

.lyt-graph-a._85::before {
    max-width: calc(85% - 50px);
}

@media only screen and (max-width: 768px) {
    .lyt-graph-a._5::before {
        max-width: calc(5% - 37px);
    }
    .lyt-graph-a._10::before {
        max-width: calc(10% - 37px);
    }
    .lyt-graph-a._15::before {
        max-width: calc(15% - 37px);
    }
    .lyt-graph-a._20::before {
        max-width: calc(20% - 37px);
    }
    .lyt-graph-a._25::before {
        max-width: calc(25% - 37px);
    }
    .lyt-graph-a._30::before {
        max-width: calc(30% - 37px);
    }
    .lyt-graph-a._35::before {
        max-width: calc(35% - 37px);
    }
    .lyt-graph-a._40::before {
        max-width: calc(40% - 37px);
    }
    .lyt-graph-a._45::before {
        max-width: calc(45% - 37px);
    }
    .lyt-graph-a._50::before {
        max-width: calc(50% - 37px);
    }
    .lyt-graph-a._55::before {
        max-width: calc(55% - 37px);
    }
    .lyt-graph-a._60::before {
        max-width: calc(60% - 37px);
    }
    .lyt-graph-a._65::before {
        max-width: calc(65% - 37px);
    }
    .lyt-graph-a._70::before {
        max-width: calc(70% - 37px);
    }
    .lyt-graph-a._75::before {
        max-width: calc(75% - 37px);
    }
    .lyt-graph-a._80::before {
        max-width: calc(80% - 37px);
    }
    .lyt-graph-a._85::before {
        max-width: calc(85% - 37px);
    }
}

/*
 * .lyt-checklists-a
** ------------------------------------------------------ */
.lyt-checklists-a {
    position: relative;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding: 53px 30px 30px;
    background: #fff;
    border: 10px solid #775543;
    border-radius: 10px;
}

* + .lyt-checklists-a {
    margin-top: 70px !important;
}

@media only screen and (max-width: 768px) {
    .lyt-checklists-a {
        padding: 35px 15px 30px;
    }
    * + .lyt-checklists-a {
        margin-top: 60px !important;
    }
}

.lyt-checklists-a::before {
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #5b3d2d;
    border-radius: 10px;
    content: "";
    pointer-events: none;
}

.lyt-checklists-a::after {
    position: absolute;
    top: -38px;
    left: 50%;
    display: block;
    width: 178px;
    height: 51px;
    margin-left: -89px;
    background: url(../images/bg_clip_01.png) no-repeat 0 0;
    content: "";
}

.lyt-checklists-a > li + li {
    margin-top: 25px;
}

@media only screen and (min-width: 769px) {
    .lyt-checklists-a > li + li {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #dad3d0;
    }
}

.lyt-checklists-a > li > .item {
    display: -webkit-flex;
    display: flex;
}

.lyt-checklists-a > li > .item + * {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .lyt-checklists-a > li > .item + * {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lyt-checklists-a > li > .item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.lyt-checklists-a > li > .item > .num {
    width: 100%;
    margin-bottom: 20px;
    padding: 3px;
    font-size: 1.8rem;
    text-align: center;
    background: #f5efec;
    border-top: 2px solid #c1b8b3;
}

@media only screen and (min-width: 769px) {
    .lyt-checklists-a > li > .item > .num {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 60px;
        min-width: 60px;
        height: 60px;
        margin-right: 20px;
        margin-bottom: 0;
        white-space: nowrap;
    }
}

.lyt-checklists-a > li > .item > .num > b {
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    .lyt-checklists-a > li > .item > .num > b {
        font-size: 1.8rem;
    }
}

.lyt-checklists-a > li > .item > .txt {
    width: 100%;
}

/*
 * .lyt-contract-a
** ------------------------------------------------------ */
.lyt-contract-a > .col {
    padding: 17px 10px 30px;
}

.lyt-contract-a > .col > .hdg-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 14px;
    line-height: 1.5;
}

.lyt-contract-a > .col > .hdg-wrap > .hdg {
    font-size: 2.6rem;
}

.lyt-contract-a > .col > .hdg-wrap > .hdg > span {
    font-size: 2rem;
}

.lyt-contract-a > .col > .hdg-wrap > .sub {
    font-size: 1.4rem;
    text-align: center;
}

.lyt-contract-a > .col > .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lyt-contract-a > .col > .content + .content {
    margin-top: 10px;
}

.lyt-contract-a > .col > .content > .label {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 40px;
    min-width: 40px;
    margin-right: 20px;
    padding: 10px 0;
}

@media only screen and (max-width: 768px) {
    .lyt-contract-a > .col > .content > .label {
        margin-right: 10px;
    }
}

.lyt-contract-a > .col > .content > .label > p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background: #ffbc93;
}

.lyt-contract-a > .col > .content > .label > p > a {
    font-size: 1.6rem;
    text-decoration: none;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.lyt-contract-a > .col > .content > .label::before, .lyt-contract-a > .col > .content > .label::after {
    position: absolute;
    left: 0;
    display: block;
    border-width: 11px 20px;
    border-style: solid;
    border-color: transparent;
    content: "";
}

.lyt-contract-a > .col > .content > .label::before {
    top: -12px;
    border-bottom-color: #ffbc93;
}

.lyt-contract-a > .col > .content > .label::after {
    bottom: -12px;
    border-top-color: #ffbc93;
}

.lyt-contract-a > .col > .content > .content-inner {
    width: calc(100% - 60px);
    margin-left: auto;
}

@media only screen and (max-width: 768px) {
    .lyt-contract-a > .col > .content > .content-inner {
        width: calc(100% - 50px);
    }
}

.lyt-contract-a > .col > .content .content-box {
    width: 100%;
    padding: 18px 20px;
    background: #fff;
    border-bottom: 1px solid #d1c6c1;
}

.lyt-contract-a > .col > .content .content-box + .content-box {
    margin-top: 10px;
}

.lyt-contract-a > .col > .content .content-box > .hdg {
    position: relative;
    padding-left: 18px;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.6;
}

.lyt-contract-a > .col > .content .content-box > .hdg > a {
    text-decoration: none;
}

.lyt-contract-a > .col > .content .content-box > .hdg::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 3px;
    height: calc(100% - 7px);
    content: "";
}

@media only screen and (max-width: 768px) {
    .lyt-contract-a > .col > .content .content-box > .hdg {
        padding-left: 14px;
    }
}

.lyt-contract-a > .col > .content .content-box > .hdg + * {
    margin-top: 15px;
}

.lyt-contract-a > .col > .content .content-box .txt-ballon {
    position: relative;
    padding-bottom: 8px;
    font-size: 1.3rem;
}

.lyt-contract-a > .col > .content .content-box .txt-ballon::before {
    position: absolute;
    top: -17px;
    left: 13px;
    display: block;
    border-width: 9px 5px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ffbc93;
    content: "";
}

.lyt-contract-a > .col > .content .content-box .txt-ballon > a {
    display: inline-block;
    padding: 5px 3px 5px 8px;
    text-decoration: none;
    background: #ffbc93;
    border-radius: 3px;
}

.lyt-contract-a > .col:nth-child(1) > .content .content-box > .hdg::before {
    background: #ff6e14;
}

.product-medifit_a .lyt-contract-a > .col:nth-child(1), .product-medifit_a_f .lyt-contract-a > .col:nth-child(1) {
    background: #ffe9dc;
}

.product-medifit_a .lyt-contract-a > .col:nth-child(1) > .hdg-wrap, .product-medifit_a_f .lyt-contract-a > .col:nth-child(1) > .hdg-wrap {
    color: #f08300;
}

.product-medifit_p .lyt-contract-a > .col:nth-child(1) {
    background: #dbefff;
}

.product-medifit_p .lyt-contract-a > .col:nth-child(1) > .hdg-wrap {
    color: #00508f;
}

.product-medifit_re .lyt-contract-a > .col:nth-child(1) {
    background: #d1f1ff;
}

.product-medifit_re .lyt-contract-a > .col:nth-child(1) > .hdg-wrap {
    color: #00a7ea;
}

.lyt-contract-a > .col:nth-child(3) {
    background: #f5efec;
}

.lyt-contract-a > .col:nth-child(3) > .hdg-wrap {
    color: #f08300;
}

.lyt-contract-a > .col:nth-child(3) > .content .content-box > .hdg::before {
    background: #837167;
}

@media only screen and (min-width: 769px) {
    .lyt-contract-a {
        position: relative;
        display: -webkit-flex;
        display: flex;
    }
    .lyt-contract-a > .col {
        width: calc(50% - 10px);
        padding: 22px 20px 30px;
    }
    .lyt-contract-a > .col:nth-child(1) {
        margin-right: 10px;
    }
    .lyt-contract-a > .col:nth-child(3) {
        margin-left: 10px;
    }
    .lyt-contract-a > .col > .hdg-wrap {
        margin-bottom: 20px;
    }
    .lyt-contract-a > .icon {
        position: absolute;
        top: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .lyt-contract-a {
        margin-right: -15px;
        margin-left: -15px;
    }
    .lyt-contract-a > .icon {
        margin: -10px 0;
        text-align: center;
    }
    .lyt-contract-a > .icon img {
        width: 50px;
    }
}

/*
 * .lyt-iframe-a
** ------------------------------------------------------ */
.lyt-iframe-a {
    position: relative;
    width: 630px;
    text-align: center;
}

.lyt-iframe-a::before {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lyt-iframe-a {
        width: 100%;
    }
}

[data-script-enabled="true"] .lyt-iframe-a {
    width: inherit;
}

.lyt-iframe-a > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
 * .lyt-movie-a
** ------------------------------------------------------ */
.lyt-movie-a {
    text-align: center;
}

.lyt-movie-a > video {
    width: 100%;
    max-width: 704px;
    vertical-align: bottom;
}

/*
 * .panel-a
** ------------------------------------------------------ */
.panel-a {
    padding: 23px 30px;
    background: #f5efec;
    border-top: 3px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .panel-a {
        padding: 23px 25px;
    }
}

.panel-a > .hdg {
    margin: 20px 0 8px;
    font-weight: bold;
    font-size: 1.5rem;
}

.panel-a > *:first-child {
    margin-top: 0;
}

.panel-a > .list-bullet-a:not([class*="_col-"]), .panel-a > .txt-arrow-a {
    margin-left: 4px;
}

/*
 * .panel-results-a
** ------------------------------------------------------ */
.panel-results-a {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    padding: 23px 30px;
    background: #f5efec;
    border-top: 3px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .panel-results-a {
        padding: 23px 25px;
    }
}

.panel-results-a > .hdg {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
}

.panel-results-a > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
    font-weight: bold;
}

.panel-results-a > dl > .item {
    width: calc(50% - 5px);
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
    line-height: 1.5;
}

.panel-results-a > dl > .item > dd {
    font-size: 2.6rem;
    color: #ff6e14;
}

.panel-results-a > dl > .item > dd > b {
    font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
    .panel-results-a > dl > .item > dd {
        font-size: 1.5rem;
    }
    .panel-results-a > dl > .item > dd > b {
        font-size: 2.4rem;
    }
}

/*
 * .panel-share-a
** ------------------------------------------------------ */
.panel-share-a {
    display: none;
    padding: 23px 23px 23px 32px;
    background: #fff;
    border: 1px solid #d2bdb2;
}

* + .panel-share-a {
    margin-top: 45px;
}

[data-script-enabled="true"] .panel-share-a {
    display: block;
}

@media only screen and (max-width: 768px) {
    .panel-share-a {
        padding: 23px 26px;
    }
}

.panel-share-a > .hdg {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.5rem;
}

/*
 * .panel-contact-a
** ------------------------------------------------------ */
.panel-contact-a {
    padding: 23px 23px 23px 32px;
    background: #fff;
    border: 1px solid #d2bdb2;
}

@media only screen and (max-width: 768px) {
    .panel-contact-a {
        padding: 23px 20px;
        text-align: center;
    }
}

.panel-contact-a > dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .panel-contact-a > dt {
        margin-bottom: 12px;
    }
}

.panel-contact-a > dd + dt {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #dad3d0;
}

.panel-contact-a > dd > .tel-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.2rem;
    color: #837167;
}

@media only screen and (max-width: 1100px) {
    .panel-contact-a > dd > .tel-wrap {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .panel-contact-a > dd > .tel-wrap {
        font-size: 1.3rem;
    }
}

.panel-contact-a > dd > .tel-wrap > .tel {
    margin-right: 20px;
}

@media only screen and (min-width: 1101px) {
    .panel-contact-a > dd > .tel-wrap > .tel {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1100px) {
    .panel-contact-a > dd > .tel-wrap > .tel {
        margin-right: 0;
    }
}

.panel-contact-a > dd > .tel-wrap > .tel > a, .panel-contact-a > dd > .tel-wrap > .tel > span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 3.2rem;
    font-family: "Noto Sans CJK JP Number";
    color: #ff6e14;
    line-height: 1.3;
}

.panel-contact-a > dd > .tel-wrap > .tel > a > img, .panel-contact-a > dd > .tel-wrap > .tel > span > img {
    width: 45px;
    margin: 0 6px -2px 0;
    vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
    .panel-contact-a > dd > .tel-wrap > .tel > a, .panel-contact-a > dd > .tel-wrap > .tel > span {
        display: inline-block;
        width: 100%;
        max-width: 330px;
        padding: 10px 0 12px;
        font-size: 2.6rem;
        line-height: 1.2;
        border: 2px solid #d2bdb2;
        border-bottom-width: 4px;
        border-radius: 4px;
    }
    .panel-contact-a > dd > .tel-wrap > .tel > a > img, .panel-contact-a > dd > .tel-wrap > .tel > span > img {
        width: 37px;
    }
    .lyt-contact-a .panel-contact-a > dd > .tel-wrap > .tel > a, .lyt-contact-a .panel-contact-a > dd > .tel-wrap > .tel > span {
        font-size: 2.8rem;
    }
    .lyt-contact-a .panel-contact-a > dd > .tel-wrap > .tel > a > img, .lyt-contact-a .panel-contact-a > dd > .tel-wrap > .tel > span > img {
        width: 45px;
        margin-bottom: -3px;
    }
}

.panel-contact-a > dd > .tel-wrap > .tel > a > .sub, .panel-contact-a > dd > .tel-wrap > .tel > span > .sub {
    margin-top: 8px;
    margin-left: 10px;
    font-size: 1.2rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Arial, sans-serif;
    color: #837167;
}

@media only screen and (max-width: 768px) {
    .panel-contact-a > dd > .tel-wrap > .tel > a > .sub, .panel-contact-a > dd > .tel-wrap > .tel > span > .sub {
        display: block;
        margin-left: 0;
    }
}

.panel-contact-a > dd > .tel-wrap > .info {
    margin-top: 8px;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .panel-contact-a > dd > .tel-wrap > .info {
        margin-top: 12px;
    }
}

@media only screen and (min-width: 769px) {
    .panel-contact-a > dd > .tel-wrap > .info > br {
        display: none;
    }
}

.header-utility-content .panel-contact-a > dd > .tel-wrap > .tel > a, .header-utility-content .panel-contact-a > dd > .tel-wrap > .tel > span {
    font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
    .header-utility-content .panel-contact-a > dd > .tel-wrap > .tel > a > img, .header-utility-content .panel-contact-a > dd > .tel-wrap > .tel > span > img {
        width: 44px;
        margin-bottom: -3px;
    }
}

.header-utility-content .panel-contact-a > dd > .tel-wrap > .info > br {
    display: block;
}

/*
 * .panel-bmi-a
** ------------------------------------------------------ */
.panel-bmi-a {
    padding: 21px 18px 19px;
    background: #f5efec;
    border-top: 3px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .panel-bmi-a {
        padding: 17px 18px 15px;
    }
}

.panel-bmi-a > p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.panel-bmi-a > p > em {
    position: relative;
    margin-left: 13px;
    padding-left: 30px;
    font-size: 3.2rem;
    line-height: 1.5;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .panel-bmi-a > p > em {
        font-size: 2.4rem;
    }
}

.panel-bmi-a > p > em::before, .panel-bmi-a > p > em::after {
    position: absolute;
    display: block;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent;
    content: "";
}

.panel-bmi-a > p > em::before {
    left: 0;
    border-left-color: #a7978f;
}

.panel-bmi-a > p > em::after {
    left: 12px;
    border-left-color: #837167;
}

.panel-bmi-a > p > em::before, .panel-bmi-a > p > em::after {
    top: 50%;
    margin-top: -4px;
}

/*
 * .panel-agency-a
** ------------------------------------------------------ */
.panel-agency-a {
    margin-top: 40px;
    padding: 23px 30px;
    background: #fff;
}

.panel-agency-a > .panel-agency-a-inner {
    display: -webkit-flex;
    display: flex;
    margin-left: -80px;
}

.panel-agency-a > .panel-agency-a-inner > .col {
    width: 100%;
    padding-left: 80px;
}

.panel-agency-a > .panel-agency-a-inner > .col + .col {
    position: relative;
}

.panel-agency-a > .panel-agency-a-inner > .col + .col::before {
    position: absolute;
    top: 0;
    left: 40px;
    display: block;
    width: 1px;
    height: 100%;
    background: #dad3d0;
    content: "";
}

@media only screen and (max-width: 768px) {
    .panel-agency-a {
        margin-top: 30px;
        padding: 23px 25px;
    }
    .panel-agency-a > .panel-agency-a-inner {
        display: block;
        margin-left: 0;
    }
    .panel-agency-a > .panel-agency-a-inner > .col {
        padding-left: 0;
    }
    .panel-agency-a > .panel-agency-a-inner > .col + .col {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #dad3d0;
    }
    .panel-agency-a > .panel-agency-a-inner > .col + .col::before {
        content: none;
    }
}

/*
 * .panel-sort-a
** ------------------------------------------------------ */
.panel-sort-a > .hdg-wrap {
    margin-bottom: 15px;
}

.panel-sort-a > .hdg-wrap > .hdg {
    position: relative;
    padding-left: 28px;
    font-weight: bold;
    font-size: 1.5rem;
}

.panel-sort-a > .hdg-wrap > .hdg::before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: -304px -125px;
}

@media only screen and (max-width: 768px) {
    .panel-sort-a {
        margin-right: -25px;
        margin-bottom: -40px;
        margin-left: -25px;
    }
    .panel-sort-a > .hdg-wrap {
        margin-bottom: 0;
        padding: 15px 25px 13px;
        border-top: 3px solid #837167;
        border-bottom: 1px solid #dad3d0;
    }
    [data-script-enabled="true"] .panel-sort-a > .hdg-wrap {
        position: relative;
        z-index: 0;
        padding-right: 15px;
        cursor: pointer;
    }
    [data-script-enabled="true"] .panel-sort-a > .hdg-wrap::before, [data-script-enabled="true"] .panel-sort-a > .hdg-wrap::after {
        position: absolute;
        top: 50%;
        right: 18px;
        z-index: 1;
        display: block;
        width: 15px;
        height: 2px;
        margin-top: -1px;
        background: #ff6e14;
        content: "";
        pointer-events: none;
    }
    [data-script-enabled="true"] .panel-sort-a > .hdg-wrap::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    [data-script-enabled="true"] .panel-sort-a > .hdg-wrap > .hdg {
        padding-right: 35px;
    }
    [data-script-enabled="true"] .panel-sort-a > .hdg-wrap > .hdg::after {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        background: #ffe9dc;
        content: "";
    }
    [data-script-enabled="true"] .panel-sort-a.is-open > .hdg-wrap::after {
        display: none;
    }
    .panel-sort-a > .panel-sort-a-inner {
        padding: 30px 25px;
    }
}

/*
 * .panel-cond-a
** ------------------------------------------------------ */
.panel-cond-a > .item {
    width: 230px;
    margin: 0 auto 20px;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background: #f5efec;
}

.panel-cond-a > .item > dt {
    margin-bottom: 10px;
}

.panel-cond-a > .item > dt > a {
    font-weight: normal;
}

.panel-cond-a > .item > dd {
    font-size: 2.2rem;
    color: #ff6e14;
}

@media only screen and (min-width: 769px) {
    .panel-cond-a {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -20px;
        margin-left: -35px;
    }
    .panel-cond-a > .item {
        margin-right: 0;
        margin-left: 35px;
    }
}

/*
 * .tbl-a
** ------------------------------------------------------ */
.tbl-a {
    text-align: left;
    border-top: 1px solid #dad3d0;
    border-bottom: 1px solid #dad3d0;
}

.tbl-a tr + tr {
    border-top: 1px solid #dad3d0;
}

.tbl-a th, .tbl-a td {
    padding: 12px 20px;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .tbl-a th, .tbl-a td {
        padding: 10px 15px;
    }
}

.tbl-a th, .tbl-a .th {
    background: #f5efec;
}

.tbl-a th:not([class^="adj-w-"]), .tbl-a .th:not([class^="adj-w-"]) {
    width: 182px;
}

@media only screen and (max-width: 768px) {
    .tbl-a th:not([class^="adj-w-"]), .tbl-a .th:not([class^="adj-w-"]) {
        width: 136px;
    }
}

/*
 * .tbl-b
** ------------------------------------------------------ */
.tbl-b {
    border-top: 1px solid #dad3d0;
    border-left: 1px solid #dad3d0;
}

.tbl-b th, .tbl-b td {
    padding: 12px 20px;
    vertical-align: top;
    border-right: 1px solid #dad3d0;
    border-bottom: 1px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .tbl-b th {
        padding: 10px 3px;
    }
}

@media only screen and (max-width: 768px) {
    .tbl-scroll-a > .tbl-b th, .tbl-b td {
        padding: 10px 15px;
    }
}

.tbl-b thead th, .tbl-b thead td {
    background: #ede5e0;
}

.tbl-b tbody {
    text-align: left;
}

.tbl-b tbody th, .tbl-b tbody .th {
    background: #f5efec;
}

.tbl-b .disabled {
    color: #c0bab7;
    background: rgba(217, 217, 217, .8);
}

/*
 * .tbl-scroll-a
** ------------------------------------------------------ */
.tbl-scroll-a > .icon {
    display: none;
}

@media only screen and (max-width: 768px) {
    .tbl-scroll-a {
        position: relative;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    [class^="sim-overlay"].is-show .tbl-scroll-a {
        overflow: hidden;
    }
    .tbl-scroll-a > .icon {
        position: absolute;
        left: 50%;
        z-index: 2;
        display: block;
    }
    .tbl-scroll-a > .icon._type-a {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .tbl-scroll-a > .icon._type-b {
        top: 30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .tbl-scroll-a > table {
        width: 768px;
    }
}

/*
 * .tbl-price-a
** ------------------------------------------------------ */
.tbl-price-a {
    text-align: left;
    border-top: 1px solid #dad3d0;
    border-bottom: 1px solid #dad3d0;
}

.tbl-price-a tr + tr {
    border-top: 1px solid #dad3d0;
}

.tbl-price-a th, .tbl-price-a td {
    padding: 12px 20px;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .tbl-price-a th, .tbl-price-a td {
        padding: 10px 15px;
    }
}

.tbl-price-a th {
    background: #f5efec;
}

.tbl-price-a th:not([class^="w-"]) {
    width: 182px;
}

@media only screen and (max-width: 768px) {
    .tbl-price-a th:not([class^="w-"]) {
        width: calc(118vw * 100 / 320);
    }
}

.tbl-price-a td {
    text-align: right;
}

.tbl-price-a td > .sub {
    font-size: 1.3rem;
}

.tbl-price-a tr:last-child th {
    background: #ffe9dc;
}

.tbl-price-a tr:last-child td {
    font-weight: bold;
    color: #ff6e14;
}

/*
 * .tbl-eg-a
** ------------------------------------------------------ */
.tbl-eg-a th, .tbl-eg-a td {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    border-right: 1px solid #fff;
}

.tbl-eg-a th.man, .tbl-eg-a td.man {
    color: #007cdb;
}

.tbl-eg-a th.woman, .tbl-eg-a td.woman {
    color: #e94870;
}

.tbl-eg-a thead th:last-child, .tbl-eg-a thead td:last-child, .tbl-eg-a tbody th:last-child, .tbl-eg-a tbody td:last-child {
    border-right: 0;
}

.tbl-eg-a th {
    padding: 8px 0;
    border-bottom: 1px solid #fff;
}

.tbl-eg-a th.man {
    background: #bde1fb;
}

.tbl-eg-a th.woman {
    background: #fccbd7;
}

.tbl-eg-a td {
    padding: 16px 0;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .tbl-eg-a td {
        font-size: 1.2rem;
    }
}

.tbl-eg-a td.man {
    background: #dbefff;
}

.tbl-eg-a td.woman {
    background: #fce4ea;
}

.tbl-eg-a td > b {
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    .tbl-eg-a td > b {
        font-size: 1.6rem;
    }
}

.col._man .tbl-eg-a {
    color: #007cdb;
}

.col._man .tbl-eg-a th {
    background: #bde1fb;
}

.col._man .tbl-eg-a td {
    background: #dbefff;
}

.col._woman .tbl-eg-a {
    color: #e94870;
}

.col._woman .tbl-eg-a th {
    background: #fccbd7;
}

.col._woman .tbl-eg-a td {
    background: #fce4ea;
}

/*
 * placeholder style
** ------------------------------------------------------ */
:placeholder-shown {
    color: #6c6c6c;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

[data-browser="Edge"] ::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1 !important;
}

/*
 * .form-txt-a
** ------------------------------------------------------ */
.form-txt-a {
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 11px 10px;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
    transition: border .3s ease;
}

@media only screen and (max-width: 768px) {
    .form-txt-a {
        font-size: 1.6rem;
    }
}

.form-txt-a-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.form-txt-a-wrap > .txt {
    margin-left: 8px;
    white-space: nowrap;
}

/*
 * .form-select-a
** ------------------------------------------------------ */
.form-select-a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.form-select-a::before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 2px solid #ff6e14;
    border-right: 2px solid #ff6e14;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
}

.form-select-a::after {
    top: 2px;
    right: 30px;
    width: 25px;
    height: 90%;
    background: #fff;
    pointer-events: none;
}

.form-select-a > select {
    display: block;
    min-width: 200px;
    padding: 11px 31px 11px 18px;
    line-height: 1.4;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
    cursor: pointer;
}

.form-select-a > select::-ms-expand {
    display: none;
}

@media only screen and (max-width: 768px) {
    .form-select-a {
        width: 100%;
    }
    .form-select-a::before {
        margin-top: -6px;
    }
    .form-select-a > select {
        width: 100%;
        min-width: inherit;
        font-size: 1.6rem;
    }
}

/*
 * .form-radio-a
** ------------------------------------------------------ */
.form-radio-a {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-weight: bold;
    cursor: pointer;
}

.form-radio-a > [type="radio"] {
    position: absolute;
    top: 6px;
    left: 4px;
    opacity: 0;
}

.form-radio-a > [type="radio"] + span::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 50%;
    content: "";
}

.form-radio-a > [type="radio"] + span::after {
    position: absolute;
    top: 7px;
    left: 5px;
    display: block;
    width: 14px;
    height: 14px;
    background: #ff6e14;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transition: opacity .2s ease;
}

.form-radio-a > [type="radio"]:checked + span::after {
    opacity: 1;
}

/*
 * .form-radio-b
** ------------------------------------------------------ */
.form-radio-b {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

.form-radio-b > input {
    position: absolute;
    top: 4px;
    left: 4px;
}

.form-radio-b > .form-radio-b-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 9px 2px 11px 0;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
}

.form-radio-b > .form-radio-b-inner::before, .form-radio-b > .form-radio-b-inner::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d2bdb2;
    content: "";
}

.form-radio-b > .form-radio-b-inner::before {
    top: 0;
    opacity: 0;
}

.form-radio-b > .form-radio-b-inner::after {
    bottom: 0;
}

.form-radio-b > .form-radio-b-inner > span {
    position: relative;
    display: inline-block;
    padding-left: 38px;
    font-weight: bold;
    line-height: 1.3;
}

.form-radio-b > .form-radio-b-inner._o > span::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #5b3d2d;
    border-radius: 50%;
    content: "";
}

.form-radio-b > .form-radio-b-inner._x > span::before, .form-radio-b > .form-radio-b-inner._x > span::after {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    background: #5b3d2d;
    content: "";
}

.form-radio-b > .form-radio-b-inner._x > span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-radio-b > .form-radio-b-inner._x > span::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.form-radio-b > [type="radio"]:checked + .form-radio-b-inner {
    padding-top: 13px;
    padding-bottom: 9px;
    background: #ff6e14;
    border-color: #ff6e14;
    border-top: 0;
}

.form-radio-b > [type="radio"]:checked + .form-radio-b-inner::before {
    background: #ff6e14;
}

.form-radio-b > [type="radio"]:checked + .form-radio-b-inner::after {
    background: #ff6e14;
}

.form-radio-b > [type="radio"]:checked + .form-radio-b-inner > span {
    color: #fff;
}

.form-radio-b > [type="radio"]:checked + .form-radio-b-inner._o > span::before {
    border-color: #fff;
}

.form-radio-b > [type="radio"]:checked + .form-radio-b-inner._x > span::before, .form-radio-b > [type="radio"]:checked + .form-radio-b-inner._x > span::after {
    background: #fff;
}

@media only screen and (min-width: 769px) {
    .form-radio-b:hover > .form-radio-b-inner, .form-radio-b:active > .form-radio-b-inner, .form-radio-b:focus > .form-radio-b-inner {
        padding-top: 13px;
        padding-bottom: 9px;
        color: #5b3d2d;
        background: #f95f00;
        border-color: #f95f00;
        border-top: 0;
    }
    .form-radio-b:hover > .form-radio-b-inner::before, .form-radio-b:active > .form-radio-b-inner::before, .form-radio-b:focus > .form-radio-b-inner::before {
        left: -2px;
        width: calc(100% + 4px);
        height: 4px;
        background: #d55100;
        border-radius: 4px 4px 0 0;
        opacity: 1;
    }
    .form-radio-b:hover > .form-radio-b-inner::after, .form-radio-b:active > .form-radio-b-inner::after, .form-radio-b:focus > .form-radio-b-inner::after {
        background: #f95f00;
        opacity: 0;
    }
    .form-radio-b:hover > .form-radio-b-inner > span, .form-radio-b:active > .form-radio-b-inner > span, .form-radio-b:focus > .form-radio-b-inner > span {
        color: #fff;
    }
    .form-radio-b:hover > .form-radio-b-inner._o > span::before, .form-radio-b:active > .form-radio-b-inner._o > span::before, .form-radio-b:focus > .form-radio-b-inner._o > span::before {
        border-color: #fff;
    }
    .form-radio-b:hover > .form-radio-b-inner._x > span::before, .form-radio-b:hover > .form-radio-b-inner._x > span::after, .form-radio-b:active > .form-radio-b-inner._x > span::before, .form-radio-b:active > .form-radio-b-inner._x > span::after, .form-radio-b:focus > .form-radio-b-inner._x > span::before, .form-radio-b:focus > .form-radio-b-inner._x > span::after {
        background: #fff;
    }
}

/*
 * .form-cb-a
** ------------------------------------------------------ */
.form-cb-a {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-weight: bold;
    cursor: pointer;
}

.form-cb-a > [type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 4px;
    opacity: 0;
}

.form-cb-a > [type="checkbox"] + span::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
    content: "";
}

.form-cb-a > [type="checkbox"] + span::after {
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    width: 13px;
    height: 7px;
    border-bottom: 2px solid #ff6e14;
    border-left: 2px solid #ff6e14;
    content: "";
    opacity: 0;
    transition: opacity .2s ease;
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

.form-cb-a > [type="checkbox"]:checked + span::after {
    opacity: 1;
}

/*
 * .list-form-a, .list-form-b
** ------------------------------------------------------ */
.list-form-a, .list-form-b {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -20px;
    margin-left: -35px;
}

.list-form-a > li, .list-form-b > li {
    padding-bottom: 20px;
    padding-left: 35px;
}

@media only screen and (max-width: 768px) {
    .list-form-b > li {
        width: 100%;
    }
}

/*
 * .list-form-c
** ------------------------------------------------------ */
.list-form-c {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -20px;
    margin-left: -35px;
}

.list-form-c > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-left: 35px;
}

.list-form-c > .item > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .list-form-c {
        margin-bottom: -12px;
    }
    .list-form-c > .item {
        padding-bottom: 12px;
    }
}

/*
 * .list-form-d
** ------------------------------------------------------ */
.list-form-d {
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
}

.list-form-d > li {
    width: 100%;
    padding-left: 20px;
}

/*
 * .list-sort-a
** ------------------------------------------------------ */
.list-sort-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -12px;
    margin-left: -35px;
}

.list-sort-a > li {
    padding-bottom: 12px;
    padding-left: 35px;
}

@media only screen and (max-width: 768px) {
    .list-sort-a {
        margin-bottom: -14px;
    }
    .list-sort-a > li {
        width: 100%;
        padding-bottom: 14px;
    }
}

/*
 * .site-search-form
** ------------------------------------------------------ */
.site-search-form {
    display: -webkit-flex;
    display: flex;
    max-width: 686px;
}

.site-search-form + * {
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    .site-search-form + * {
        margin-top: 40px;
    }
}

.site-search-form > .input {
    display: block;
    width: 100%;
    width: 100%;
    padding: 11px 10px;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
    transition: border .3s ease;
}

@media only screen and (max-width: 768px) {
    .site-search-form > .input {
        font-size: 1.6rem;
    }
}

.site-search-form > .btn {
    position: relative;
    display: inline-block;
    min-width: 120px;
    margin-left: 15px;
    padding: 8px 10px 10px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
    transition: background .2s;
}

.site-search-form > .btn::before, .site-search-form > .btn::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d2bdb2;
    content: "";
    transition: opacity .2s;
}

.site-search-form > .btn::before {
    top: 0;
    opacity: 0;
}

.site-search-form > .btn::after {
    bottom: 0;
}

.site-search-form > .btn:hover, .site-search-form > .btn:active, .site-search-form > .btn:focus {
    color: #5b3d2d;
    background: #f5efec;
}

.site-search-form > .btn:hover::before, .site-search-form > .btn:active::before, .site-search-form > .btn:focus::before {
    opacity: 1;
}

.site-search-form > .btn:hover::after, .site-search-form > .btn:active::after, .site-search-form > .btn:focus::after {
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    .site-search-form > .btn {
        min-width: 88px;
        margin-left: 12px;
        padding: 9px 10px 11px 8px;
    }
}

.site-search-form > .btn > span {
    position: relative;
    display: inline-block;
    margin-right: 18px;
}

.site-search-form > .btn > span::before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 10px 3px 0;
    vertical-align: bottom;
    background: url(../images/icon_search_01.png);
    content: "";
}

@media only screen and (max-width: 768px) {
    .site-search-form > .btn > span {
        margin-right: 0;
    }
    .site-search-form > .btn > span::before {
        margin-right: 5px;
    }
}

/*
 * toggle
** ------------------------------------------------------ */
.js-toggle-txt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    opacity: 0;
}

[data-script-enabled="true"] .js-toggle > .js-toggle-content {
    display: none;
}

[data-script-enabled="true"] .js-toggle.is-open > .js-toggle-content {
    display: block;
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .js-toggle-sp > .js-toggle-content {
        display: none;
    }
    [data-script-enabled="true"] .js-toggle-sp.is-open > .js-toggle-content {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    [data-script-enabled="true"] .js-toggle-sp > .js-toggle-content {
        display: block !important;
    }
}

* + .toggle-a {
    margin-top: 74px;
}

@media only screen and (max-width: 768px) {
    * + .toggle-a {
        margin-top: 64px;
    }
}

.toggle-a + * {
    margin-top: 24px;
}

.toggle-a + .toggle-a {
    margin-top: 20px;
}

.toggle-a .js-toggle-content {
    margin-top: 24px;
    margin-bottom: 74px;
}

@media only screen and (max-width: 768px) {
    .toggle-a .js-toggle-content {
        margin-bottom: 64px;
    }
}

/*
 * modal
** ------------------------------------------------------ */
.js-modal > .icon-a {
    display: none;
}

[data-script-enabled="true"] .js-modal > .icon-a {
    display: inline-block;
}

*:not([class^="hdg-"]) + .modal-wrap, .modal-wrap + *:not([class^="hdg-"]) {
    margin-top: 30px;
}

[data-script-enabled="true"] .modal-wrap {
    display: none;
}

.modal-a {
    background: #fff;
}

.modal-a + .modal-a {
    margin-top: 30px;
}

.mfp-content .modal-a {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 840px;
    height: 100%;
    max-height: 628px;
}

@media only screen and (max-width: 768px) {
    .mfp-content .modal-a {
        max-height: 100%;
    }
}

[data-script-enabled="true"] .modal-a-inner {
    padding: 40px;
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .modal-a-inner {
        padding: 30px 25px;
    }
}

[data-script-enabled="true"] .modal-a-inner > *:first-child {
    margin-top: 0;
}

.is-sliding {
    overflow: hidden;
}

.mfp-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.mfp-bg {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1042;
    width: 100%;
    height: 100% !important;
    background: rgba(0, 0, 0, .5);
}

.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 1043;
    overflow: visible !important;
    width: 100%;
    height: 100% !important;
    outline: none !important;
    opacity: 0;

    -webkit-backface-visibility: hidden;
}

.mfp-wrap.mfp-ready {
    opacity: 1;
    transition: opacity .4s;
}

.mfp-wrap.mfp-removing {
    opacity: 0;
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.mfp-content {
    z-index: 1045;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 60px);
    margin: 60px auto 0;
    padding-top: 80px;
    padding-bottom: 15px;
    text-align: left;
}

@media only screen and (max-height: 812px) {
    .mfp-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .mfp-content {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .mfp-content {
        height: 100%;
        margin-top: 0;
        padding: 55px 15px 40px;
    }
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
    display: none;
}

.mfp-close-wrap {
    position: relative;
    width: 100%;
    max-width: 840px;
}

.mfp-close {
    position: absolute;
    top: -30px;
    right: 0;
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 768px) {
    .mfp-close {
        top: -35px;
    }
}

.mfp-close > span {
    font-size: 1rem;
    opacity: 0;
}

.mfp-close::before, .mfp-close::after {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    content: "";
}

.mfp-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*
 * #js-fixed-footer
** ------------------------------------------------------ */
[data-script-enabled="true"] #js-fixed-footer.is-static > .footer-cv-inner, [data-script-enabled="true"] #js-fixed-footer.is-fixed > .footer-cv-inner {
    position: fixed;
    left: 0;
    z-index: 199;
    width: 100%;
    transition: bottom .4s;
}

[data-script-enabled="true"] #js-fixed-footer.is-static > .footer-cv-inner {
    bottom: -100%;
}

[data-script-enabled="true"] #js-fixed-footer.is-fixed > .footer-cv-inner {
    bottom: 0;
}

/*
 * [class^="sim-overlay"]
** ------------------------------------------------------ */
[class^="sim-overlay"] {
    position: relative;
}

[class^="sim-overlay"]::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, .8);
    content: "";
}

[class^="sim-overlay"].is-show::before {
    display: block;
}

[class^="sim-overlay"] .sim-select-word {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    [class^="sim-overlay"] .sim-select-word {
        top: 60px;
    }
}

/*----------------------------------------
 Top
----------------------------------------*/
/*
 * .top-str-head
** ------------------------------------------------------ */
.top-str-head {
    position: relative;
}

/*
 * .top-str-contents-a
** ------------------------------------------------------ */
.top-str-contents-a {
    max-width: 1100px;
    margin: 14px auto 40px;
}

@media only screen and (max-width: 1100px) {
    .top-str-contents-a {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .top-str-contents-a {
        margin-bottom: 0;
    }
}

/*
 * .top-str-contents-b
** ------------------------------------------------------ */
.top-str-contents-b {
    max-width: 1100px;
    margin: 60px auto;
}

@media only screen and (max-width: 1100px) {
    .top-str-contents-b {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .top-str-contents-b {
        margin: 40px 0;
    }
}

/*
 * .top-str-contents-c
** ------------------------------------------------------ */
.top-str-contents-c {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dad3d0;
}

@media only screen and (max-width: 768px) {
    .top-str-contents-c {
        margin: 0 15px 40px;
        padding-bottom: 40px;
    }
}

/*
 * .top-cv-area-wrap
** ------------------------------------------------------ */
.top-cv-area-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1100px;
    height: 420px;
    margin-left: -550px;
    padding: 30px 30px 30px 0;
    pointer-events: none;
}

@media only screen and (max-width: 1100px) {
    .top-cv-area-wrap {
        height: calc(412vw * 100 / 1100);
        margin-left: -50vw;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .top-cv-area-wrap {
        position: static;
        height: auto;
        margin-left: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 769px) {
    .top-cv-area-wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    [data-script-enabled="true"] .top-cv-area-wrap {
        opacity: 0;
        transition: opacity .1s linear;
    }
    [data-script-enabled="true"] .top-cv-area-wrap.slick-initialized {
        opacity: 1;
    }
}

.top-cv-area {
    width: 305px;
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .top-cv-area {
        margin-left: auto;
        background: #f5efec;
        border-radius: 8px;
        box-shadow: 0 0 3px 2px rgba(0, 0, 0, .15);
    }
}

@media only screen and (max-width: 1100px) {
    .top-cv-area {
        width: calc(305vw * 100 / 1100);
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .top-cv-area {
        width: auto;
    }
}

.top-cv-area-inner {
    position: relative;
    z-index: 0;
    height: 100%;
    padding: 0 15px 108px;
    background: url(../images/bg_contact_02_sp.png) no-repeat bottom 20px left 50%;
    pointer-events: all;
}

.top-cv-area-inner::before {
    position: absolute;
    bottom: 0;
    left: -15px;
    z-index: -2;
    display: block;
    width: calc(100% + 30px);
    height: 28px;
    background: #97ca3d;
    content: "";
}

.top-cv-area-inner::after {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: -1;
    display: block;
    width: calc(100% - 40px);
    height: 86px;
    margin-left: 40px;
    background: url(../images/bg_contact_01.png) no-repeat center top;
    background-size: 211px 86px;
    content: "";
}

@media only screen and (min-width: 769px) {
    .top-cv-area-inner {
        padding: 15px;
        background-position: bottom 36px left 50%;
        background-size: 332px auto;
    }
    .top-cv-area-inner::before {
        left: 0;
        width: calc(100% + 1px);
        height: 45px;
        border-radius: 0 0 8px 8px;
    }
    .top-cv-area-inner::after {
        bottom: 29px;
    }
}

@media only screen and (max-width: 1100px) {
    .top-cv-area-inner {
        background: none;
    }
    .top-cv-area-inner::before, .top-cv-area-inner::after {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .top-cv-area-inner {
        overflow: hidden;
        margin-right: -15px;
        margin-left: -15px;
        background: url(../images/bg_contact_02_sp.png) no-repeat bottom 20px left 50%;
    }
    .top-cv-area-inner::before, .top-cv-area-inner::after {
        display: block;
    }
}

/*
 * .top-hdg-a-wrap
** ------------------------------------------------------ */
.top-hdg-a-wrap {
    margin: 45px 0 15px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .top-hdg-a-wrap {
        margin: 35px 0 13px;
    }
}

.top-hdg-a {
    position: relative;
    display: inline-block;
    padding: 0 75px;
    font-size: 2.4rem;
    line-height: 1.5;
}

.top-hdg-a::before, .top-hdg-a::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 56px;
    height: 6px;
    margin-top: -2px;
    background: url(../images/bg_ttl_01.png) repeat-x 16px 0;
    content: "";
}

.top-hdg-a::before {
    left: 0;
}

.top-hdg-a::after {
    right: 0;
}

@media only screen and (max-width: 768px) {
    .top-hdg-a {
        font-size: 2rem;
        line-height: 1.4;
    }
}

/*
 * .top-panel-a
** ------------------------------------------------------ */
.top-panel-a {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #d2bdb2;
}

@media only screen and (max-width: 768px) {
    .top-panel-a {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 14px 20px;
    }
}

.top-panel-a > .hdg {
    margin-right: 18px;
    font-size: 1.4rem;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .top-panel-a > .hdg {
        margin-bottom: 2px;
    }
}

.top-panel-a > .info {
    margin-top: 2px;
}

.top-panel-a > .info > li {
    font-size: 1.3rem;
}

/*
 * .top-panel-b
** ------------------------------------------------------ */
.top-panel-b {
    padding: 36px 40px 53px;
    text-align: center;
    background: #fff url(../images/bg_dropdown_01.png) no-repeat left 5px bottom 0;
    border-top: 3px solid #ff6e14;
}

@media only screen and (max-width: 768px) {
    .top-panel-b {
        padding: 33px 15px 30px;
        background-position: left -378px bottom 0;
    }
}

.top-panel-b > .hdg-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
    .top-panel-b > .hdg-wrap {
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }
}

.top-panel-b > .hdg-wrap > .hdg {
    margin-right: 15px;
    margin-left: 55px;
    font-size: 2.8rem;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .top-panel-b > .hdg-wrap > .hdg {
        margin-right: 0;
        margin-left: 0;
        font-size: 2.4rem;
    }
}

.top-panel-b > .hdg-wrap::after {
    display: inline-block;
    width: 87px;
    height: 66px;
    /* background: url(/images/index_bg_01.png) no-repeat 0 0; */
    content: "";
}

@media only screen and (max-width: 768px) {
    .top-panel-b > .hdg-wrap::after {
        margin-top: 3px;
    }
}

/*
 * .top-panel-c
** ------------------------------------------------------ */
.top-panel-c {
    padding: 33px 40px;
    background: #fff;
}

.top-lyt-col-b .top-panel-c {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .top-panel-c {
        padding: 40px 25px;
    }
}

.top-panel-c > .hdg {
    margin-bottom: 27px;
    font-size: 2rem;
    line-height: 1.5;
}

/*
 * .top-lyt-col-a
** ------------------------------------------------------ */
.top-lyt-col-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -65px;
    margin-left: -40px;
}

.top-lyt-col-a + * {
    margin-top: 24px;
}

.top-lyt-col-a > .col {
    padding-bottom: 65px;
    padding-left: 40px;
}

.top-lyt-col-a > .col > *:first-child {
    margin-top: 0;
}

.top-lyt-col-a._col-2 > .col {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .top-lyt-col-a {
        display: block;
        margin-bottom: -60px;
        margin-left: 0;
    }
    .top-lyt-col-a > .col {
        width: 100% !important;
        padding-bottom: 60px;
        padding-left: 0;
    }
}

/*
 * .top-lyt-col-b
** ------------------------------------------------------ */
.top-lyt-col-b {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -20px;
}

* + .top-lyt-col-b {
    margin-top: 20px;
}

.top-lyt-col-b > .col {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .top-lyt-col-b > .col {
        width: 100%;
    }
}

/*
 * .top-lyt-products-a
** ------------------------------------------------------ */
.top-lyt-products-a {
    display: -webkit-flex;
    display: flex;
}

.top-lyt-products-a + * {
    margin-top: 24px;
}

@media only screen and (max-width: 768px) {
    .top-lyt-products-a + * {
        margin-top: 14px;
    }
}

.top-lyt-products-a > .col {
    width: 706px;
}

.top-lyt-products-a > .col > .col-inner {
    position: relative;
    height: 100%;
    padding: 48px 20px 25px;
    background: #ffe9dc;
}

@media only screen and (max-width: 768px) {
    .top-lyt-products-a > .col > .col-inner {
        padding: 48px 15px 20px;
    }
}

.top-lyt-products-a > .col > .col-inner > .hdg-wrap {
    position: absolute;
    top: 10px;
    left: -5px;
}

.top-lyt-products-a > .col > .col-inner > .hdg-wrap .hdg {
    position: relative;
    min-width: 120px;
    padding: 1px 20px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    background: #ff6e14;
}

.top-lyt-products-a > .col > .col-inner > .hdg-wrap .hdg::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    border-right: 5px solid #d65d12;
    border-bottom: 5px solid transparent;
    content: "";
}

.top-lyt-products-a > .col > .col-inner > .hdg-wrap .hdg::after {
    position: absolute;
    top: 2px;
    right: -13px;
    display: block;
    border-width: 12px 22px;
    border-style: solid;
    border-color: transparent transparent #ffe9dc transparent;
    content: "";
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media only screen and (min-width: 769px) {
    .top-lyt-products-a > .col > .col-inner > .item-wrap {
        padding: 10px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 0 0 #cdcccc;
    }
}

.top-lyt-products-a > .col > .col-inner > .item-wrap > .item + .item {
    margin-top: 10px;
}

.top-lyt-products-a > .col > .col-inner > .item-wrap > .item > .btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .top-lyt-products-a > .col > .col-inner > .item-wrap > .item {
        padding: 6px 8px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 0 0 #cdcccc;
    }
    .top-lyt-products-a > .col > .col-inner > .item-wrap > .item + .item {
        margin-top: 20px;
    }
    [data-script-enabled="true"] .top-lyt-products-a > .col > .col-inner > .item-wrap > .item > .btn {
        display: block;
    }
    .top-lyt-products-a > .col > .col-inner > .item-wrap > .item > .btn > button {
        display: block;
        width: 100%;
        padding: 5px 25px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }
}

[data-script-enabled="true"] .top-lyt-products-a > .col > .col-inner > .item-wrap > .item > .btn {
    position: relative;
    z-index: 0;
    padding: 0;
    cursor: pointer;
}

[data-script-enabled="true"] .top-lyt-products-a > .col > .col-inner > .item-wrap > .item > .btn::before, [data-script-enabled="true"] .top-lyt-products-a > .col > .col-inner > .item-wrap > .item > .btn::after {
    position: absolute;
    top: 50%;
    right: 4px;
    z-index: 1;
    display: block;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #ff6e14;
    content: "";
    pointer-events: none;
}

[data-script-enabled="true"] .top-lyt-products-a > .col > .col-inner > .item-wrap > .item > .btn::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

[data-script-enabled="true"] .top-lyt-products-a > .col > .col-inner > .item-wrap > .item.is-open > .btn::after {
    display: none;
}

@media only screen and (max-width: 768px) {
    [data-script-enabled="true"] .top-lyt-products-a > .col > .col-inner > .item-wrap > .item > .js-toggle-content {
        padding-top: 10px;
    }
}

.top-lyt-products-a > .col:nth-child(2) {
    width: 374px;
    margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
    .top-lyt-products-a {
        display: block;
    }
    .top-lyt-products-a > .col {
        width: 100%;
    }
    .top-lyt-products-a > .col:nth-child(2) {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}

/*
 * .top-lyt-products-b
** ------------------------------------------------------ */
.top-lyt-products-b {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 65px;
    background: #f5efec;
}

* + .top-lyt-products-b {
    margin-top: 32px;
}

@media only screen and (max-width: 768px) {
    * + .top-lyt-products-b {
        margin-top: 20px;
    }
}

.top-lyt-products-b > .hdg-wrap {
    margin-right: 40px;
    text-align: center;
    white-space: nowrap;
}

.top-lyt-products-b > .hdg-wrap > .hdg {
    font-size: 2rem;
    line-height: 1.5;
}

.top-lyt-products-b > .content > .list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -12px;
}

.top-lyt-products-b > .content > .list > li {
    display: -webkit-flex;
    display: flex;
    min-width: 245px;
    padding-bottom: 10px;
    padding-left: 12px;
}

.top-lyt-products-b > .content > .list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 13px;
    line-height: 1.5;
}

.top-lyt-products-b > .content > .list > li > a > span {
    position: relative;
    padding-left: 36px;
    font-weight: bold;
}

.top-lyt-products-b > .content > .list > li > a > span::before {
    left: 0;
}

.top-lyt-products-b > .content > .list > li.net > a > span::before {
    top: 0;
    width: 25px;
    height: 24px;
    background-position: -274px -128px;
}

.top-lyt-products-b > .content > .list > li.financial > a > span::before {
    top: -1px;
    width: 27px;
    height: 24px;
    background-position: -146px -160px;
}

.top-lyt-products-b > .content > .list > li.shop > a > span::before {
    top: 2px;
    width: 28px;
    height: 20px;
    background-position: -211px -234px;
}

@media only screen and (max-width: 1100px) {
    .top-lyt-products-b {
        display: block;
        padding: 20px 25px;
    }
    .top-lyt-products-b > .hdg-wrap {
        margin-right: 0;
        white-space: normal;
    }
    .top-lyt-products-b > .hdg-wrap > .hdg > br {
        display: none;
    }
    .top-lyt-products-b > .content {
        padding-top: 13px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .top-lyt-products-b > .hdg-wrap > .hdg {
        font-size: 1.8rem;
    }
    [data-script-enabled="true"] .top-lyt-products-b > .hdg-wrap {
        position: relative;
    }
    [data-script-enabled="true"] .top-lyt-products-b > .hdg-wrap::before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        background: #fff;
        content: "";
    }
    [data-script-enabled="true"] .top-lyt-products-b > .hdg-wrap > .hdg {
        position: relative;
        padding: 0 30px;
        cursor: pointer;
    }
    [data-script-enabled="true"] .top-lyt-products-b > .hdg-wrap > .hdg::before, [data-script-enabled="true"] .top-lyt-products-b > .hdg-wrap > .hdg::after {
        position: absolute;
        top: 50%;
        right: 4px;
        z-index: 1;
        display: block;
        width: 14px;
        height: 2px;
        margin-top: -1px;
        background: #ff6e14;
        content: "";
        pointer-events: none;
    }
    [data-script-enabled="true"] .top-lyt-products-b > .hdg-wrap > .hdg::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    [data-script-enabled="true"] .top-lyt-products-b > .hdg-wrap > .hdg > br {
        display: block;
    }
    [data-script-enabled="true"] .top-lyt-products-b.is-open > .hdg-wrap > .hdg::after {
        display: none;
    }
    .top-lyt-products-b > .content > .list {
        display: block;
    }
    .top-lyt-products-b > .content > .list > li {
        min-width: 100%;
    }
    .top-lyt-products-b > .content > .list > li > a > span {
        width: 100%;
        padding-right: 25px;
        padding-left: 30px;
        text-align: center;
    }
    .top-lyt-products-b > .content > .list > li.shop > a > span {
        padding-right: 15px;
    }
}

/*
 * .top-list-bnr-a
** ------------------------------------------------------ */
.top-list-bnr-a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -20px;
}

.top-list-bnr-a > li {
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
}

.top-list-bnr-a > li > a {
    transition: opacity .2s;
}

.top-list-bnr-a > li > a:hover, .top-list-bnr-a > li > a:active, .top-list-bnr-a > li > a:focus {
    opacity: .75;
}

/*
 * .top-btn-a
** ------------------------------------------------------ */
.top-btn-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-width: 163px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
}

.top-btn-a > .sub {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .top-btn-a {
        min-width: 100%;
        font-size: 1.6rem;
    }
    .top-btn-a > .sub {
        font-size: 1.1rem;
    }
}

.top-btn-a._tel {
    padding: 6px 20px 12px 15px;
}

.top-btn-a._tel > .txt::before {
    width: 29.16667px;
    height: 27.5px;
    margin-right: 5px;
    vertical-align: bottom;
    background-position: -121.66667px -101.66667px;
    background-size: 274.16667px 230px;
}

@media only screen and (max-width: 768px) {
    .top-btn-a._tel {
        padding: 10px 20px 12px 15px;
    }
    .top-btn-a._tel > .txt::before {
        width: 21.875px;
        height: 20.625px;
        margin-bottom: 2px;
        background-position: -91.25px -76.25px;
        background-size: 205.625px 172.5px;
    }
}

/*
 * .top-btn-cv-a
** ------------------------------------------------------ */
.top-btn-cv-a {
    position: relative;
    display: block;
    padding: 10px 34px 11px 50px;
    font-weight: bold;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-radius: 4px;
    transition: background .2s, border .2s;
}

.top-btn-cv-a::before {
    top: 50%;
}

.top-btn-cv-a:hover, .top-btn-cv-a:active, .top-btn-cv-a:focus {
    color: #fff;
    border-bottom-color: transparent !important;
}

@media only screen and (max-width: 1100px) {
    .top-btn-cv-a {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .top-btn-cv-a {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 769px) {
    .top-btn-cv-a > .txt {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
    }
}

.top-btn-cv-a > .txt > .sub {
    display: block;
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 1.2rem;
}

.top-btn-cv-a._sim {
    background: #ff6e14;
    border-bottom-color: #da5e11;
}

@media only screen and (max-width: 768px) {
    .top-btn-cv-a._sim {
        padding: 10px 30px 10px 45px;
    }
}

.top-btn-cv-a._sim::before {
    left: 15px;
    width: 27.27273px;
    height: 33.63636px;
    margin-top: -18px;
    background-position: -31.81818px -174.54545px;
    background-size: 299.09091px 250.90909px;
}

@media only screen and (max-width: 768px) {
    .top-btn-cv-a._sim::before {
        left: 23px;
    }
}

.top-btn-cv-a._sim:hover, .top-btn-cv-a._sim:active, .top-btn-cv-a._sim:focus {
    background: #f95f00;
    border-top-color: #d55100;
}

.top-btn-cv-a._doc {
    background: #09ab34;
    border-bottom-color: #08922c;
}

@media only screen and (max-width: 768px) {
    .top-btn-cv-a._doc {
        padding: 10px 62px 10px 60px;
    }
}

.top-btn-cv-a._doc::before {
    left: 10px;
    width: 35px;
    height: 30px;
    margin-top: -15px;
    background-position: -208.33333px -70px;
    background-size: 274.16667px 230px;
}

@media only screen and (max-width: 768px) {
    .top-btn-cv-a._doc::before {
        left: 20px;
    }
}

.top-btn-cv-a._doc:hover, .top-btn-cv-a._doc:active, .top-btn-cv-a._doc:focus {
    background: #07912c;
    border-top-color: #067b25;
}

.top-btn-cv-a._net {
    padding-top: 11px;
    padding-bottom: 12px;
    background: #837167;
    border-bottom-color: #706058;
}

@media only screen and (max-width: 768px) {
    .top-btn-cv-a._net {
        padding: 8px 20px 7px 15px;
        font-size: 1.6rem;
    }
}

.top-btn-cv-a._net::before {
    left: 18px;
    width: 21.66667px;
    height: 35px;
    margin-top: -18px;
    background-position: 0 -195px;
    background-size: 274.16667px 230px;
}

@media only screen and (max-width: 768px) {
    .top-btn-cv-a._net::before {
        position: static;
        display: inline-block;
        width: 16.25px;
        height: 26.25px;
        margin-top: 0;
        margin-right: 12px;
        margin-bottom: 1px;
        vertical-align: middle;
        background-position: 0 -146.25px;
        background-size: 205.625px 172.5px;
    }
}

.top-btn-cv-a._net:hover, .top-btn-cv-a._net:active, .top-btn-cv-a._net:focus {
    background: #75645c;
    border-top-color: #64554e;
}

/*
 * .top-list-btn-a
** ------------------------------------------------------ */
.top-list-btn-a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -20px;
}

* + .top-list-btn-a, .top-list-btn-a + * {
    margin-top: 24px;
}

@media only screen and (max-width: 768px) {
    .top-list-btn-a + * {
        margin-top: 34px;
    }
}

.top-list-btn-a > li {
    min-width: 196px;
    padding-bottom: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .top-list-btn-a {
        margin-left: -15px;
    }
    .top-list-btn-a > li {
        display: -webkit-flex;
        display: flex;
        width: 50%;
        min-width: inherit;
        padding-left: 15px;
    }
}

.top-list-btn-a .btn-c {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .top-list-btn-a .btn-c {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding-right: 5px;
        padding-left: 5px;
    }
}

/*
 * .top-list-btn-b
** ------------------------------------------------------ */
.top-list-btn-b > li + li {
    margin-top: 10px;
}

/*
 * .top-list-btn-c
** ------------------------------------------------------ */
@media only screen and (max-width: 768px) {
    .top-list-btn-c {
        display: -webkit-flex;
        display: flex;
        margin-right: -12px;
        margin-bottom: -12px;
    }
    .top-list-btn-c > li {
        display: -webkit-flex;
        display: flex;
        width: 50%;
        padding-right: 12px;
        padding-bottom: 12px;
    }
    .top-list-btn-c > li > a {
        width: 100%;
    }
}

/*
 * .top-slider-a
** ------------------------------------------------------ */
.top-slider-a {
    max-width: 1100px;
    margin: 0 auto;
}

.top-slider-a .slick-nav {
    display: none;
    margin-top: 11px;
}

[data-script-enabled="true"] .top-slider-a .slick-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.top-slider-a .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -15px;
}

.top-slider-a .slick-dots > li {
    padding-left: 15px;
    pointer-events: none;
}

.top-slider-a .slick-dots > li > button {
    overflow: hidden;
    width: 12px;
    height: 12px;
    font-size: 1rem;
    color: transparent;
    vertical-align: middle;
    background: #fff;
    border: 2px solid #d2bdb2;
    border-radius: 50%;
    pointer-events: auto;
}

[data-browser="IE11"] .top-slider-a .slick-dots > li > button {
    margin-top: 3px;
}

.top-slider-a .slick-dots > li.slick-active > button {
    background: #ff6e14;
    border: 0;
}

.top-slider-a .slick-control {
    position: relative;
    overflow: hidden;
    width: 11px;
    height: 12px;
    margin-top: 3px;
    margin-right: 20px;
    font-size: 1rem;
    color: transparent;
}

.top-slider-a .slick-control.is-play::before, .top-slider-a .slick-control.is-play::after {
    position: absolute;
    top: 0;
    display: block;
    width: 3px;
    height: 100%;
    background: #ff6e14;
    content: "";
}

.top-slider-a .slick-control.is-play::before {
    left: 3px;
}

.top-slider-a .slick-control.is-play::after {
    right: 0;
}

.top-slider-a .slick-control.is-pause::before {
    position: absolute;
    top: 0;
    left: 3px;
    display: block;
    vertical-align: middle;
    border-width: 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ff6e14;
    content: "";
}

.top-slider-a-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

[data-script-enabled="true"] .top-slider-a-inner {
    max-width: inherit;
    margin: 0;
    opacity: 0;
    transition: opacity .1s linear;
}

[data-script-enabled="true"] .top-slider-a-inner.slick-initialized {
    display: block;
    margin: 0;
    opacity: 1;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track::before, .slick-track::after {
    display: table;
    content: "";
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin-top: 0 !important;
}

[dir="rtl"] .slick-slide {
    float: right;
}

@media only screen and (max-width: 1100px) {
    .slick-slide {
        width: 100vw;
    }
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slide .slick-track, .slick-slide .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 768px) {
    .slick-slide > a img {
        width: 100%;
    }
}

/*
 * .top-tab-a
** ------------------------------------------------------ */
.top-tab-a {
    border-bottom: 1px solid #ccc;
}

.top-tab-a > .tab-list {
    max-width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
    .top-tab-a > .tab-list {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .top-str-head + .top-tab-a > .tab-list {
        background: #97ca3d;
    }
}

.top-tab-a > .tab-list > ul {
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
}

@media only screen and (max-width: 768px) {
    .top-tab-a > .tab-list > ul {
        margin-left: -15px;
    }
}

.top-tab-a > .tab-list > ul > li {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .top-tab-a > .tab-list > ul > li {
        padding-left: 15px;
    }
}

.top-tab-a > .tab-list > ul > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 18px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #ff6e14;
    border: 2px solid #ff6e14;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.top-tab-a > .tab-list > ul > li > a::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 4px;
    background: #ff6e14;
    content: "";
}

.top-tab-a > .tab-list > ul > li > a .txt {
    font-size: 2rem;
    line-height: 1.5;
}

.top-tab-a > .tab-list > ul > li > a .sub {
    font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
    .top-tab-a > .tab-list > ul > li > a {
        padding: 6px 5px 4px;
    }
    .top-tab-a > .tab-list > ul > li > a .txt {
        font-size: 1.6rem;
    }
    .top-tab-a > .tab-list > ul > li > a .sub {
        display: block;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 769px) {
    .top-tab-a > .tab-list > ul > li > a:hover .txt-inner, .top-tab-a > .tab-list > ul > li > a:active .txt-inner, .top-tab-a > .tab-list > ul > li > a:focus .txt-inner {
        border-bottom: 1px solid #fff;
    }
}

.top-tab-a > .tab-list > ul > .is-active > a {
    color: #ff6e14;
    background: #fff;
}

.top-tab-a > .tab-list > ul > .is-active > a::before {
    background: #fff;
}

.top-tab-a > .tab-list > ul > .is-active > a .txt {
    font-weight: bold;
}

.top-tab-a > .tab-list > ul > .is-active > a:hover .txt-inner, .top-tab-a > .tab-list > ul > .is-active > a:active .txt-inner, .top-tab-a > .tab-list > ul > .is-active > a:focus .txt-inner {
    border-bottom-color: #ff6e14;
}

.top-tab-a > .tab-panel-wrap {
    background: #fff;
    border-top: 2px solid #ff6e14;
}

[data-script-enabled="true"] .top-tab-a > .tab-panel-wrap > .tab-panel:not(.is-active) {
    display: none;
}

.top-tab-a > .tab-panel-wrap > .tab-panel > .tab-panel-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

@media only screen and (max-width: 1100px) {
    .top-tab-a > .tab-panel-wrap > .tab-panel > .tab-panel-inner {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .top-tab-a > .tab-panel-wrap > .tab-panel > .tab-panel-inner {
        padding: 40px 15px;
    }
}

.top-tab-a > .tab-panel-wrap > .tab-panel > .tab-panel-inner > *:first-child {
    margin-top: 0;
}

/*----------------------------------------
 Campaign
----------------------------------------*/
/*
 * .cp-str-contents-a
** ------------------------------------------------------ */
.cp-str-contents-a {
    background: #fff;
}

.cp-str-contents-a-inner {
    width: 100%;
    max-width: calc(960px + 15px * 2);
    margin: 0 auto;
    padding: 60px 15px;
}

.cp-str-contents-a-inner > *:first-child {
    margin-top: 0;
}

.cp-str-contents-a-inner > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .cp-str-contents-a-inner {
        padding: 40px 15px;
    }
}

.cp-str-contents-a-inner > .list-share-a {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.cp-str-contents-a-inner > .list-share-a:first-child {
    margin-top: -50px;
}

@media only screen and (max-width: 768px) {
    .cp-str-contents-a-inner > .list-share-a:first-child {
        margin-top: -20px;
    }
}

/*
 * .cp-str-contents-b
** ------------------------------------------------------ */
.cp-str-contents-b {
    background: #f5efec;
}

.cp-str-contents-b-inner {
    width: 100%;
    max-width: calc(960px + 15px * 2);
    margin: 0 auto;
    padding: 33px 15px 40px;
}

.cp-str-contents-b-inner > *:first-child {
    margin-top: 0;
}

.cp-str-contents-b-inner > *:last-child {
    margin-bottom: 0;
}

.cp-str-contents-b-inner > .hdg-wrap {
    margin-bottom: 18px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .cp-str-contents-b-inner > .hdg-wrap {
        padding: 0 15px;
    }
}

.cp-str-contents-b-inner > .hdg-wrap > .hdg {
    position: relative;
    display: inline-block;
    padding: 0 75px;
    font-size: 2.4rem;
    line-height: 1.5;
}

.cp-str-contents-b-inner > .hdg-wrap > .hdg::before, .cp-str-contents-b-inner > .hdg-wrap > .hdg::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 55px;
    height: 6px;
    margin-top: -2px;
    background-image: url(../images/bg_ttl_01.png);
    background-repeat: repeat-x;
    content: "";
}

.cp-str-contents-b-inner > .hdg-wrap > .hdg::before {
    left: 0;
    background-position: 16px 0;
}

.cp-str-contents-b-inner > .hdg-wrap > .hdg::after {
    right: 0;
    background-position: 0 0;
}

@media only screen and (max-width: 768px) {
    .cp-str-contents-b-inner > .hdg-wrap > .hdg {
        font-size: 2rem;
        line-height: 1.4;
    }
}

/*
 * .cp-str-contents-c
** ------------------------------------------------------ */
.cp-str-contents-c {
    background: #fff;
}

.cp-str-contents-c-inner {
    width: 100%;
    max-width: calc(960px + 15px * 2);
    margin: 0 auto;
    padding: 16px 15px 0;
}

/*
 * [cp-str-contents-]._bottom
** ------------------------------------------------------ */
[class^="cp-str-contents-"]._bottom {
    padding-bottom: 148px;
}

@media only screen and (max-width: 768px) {
    [class^="cp-str-contents-"]._bottom {
        padding-bottom: 154px;
    }
}

/*
 * .cp-cv-area-a
** ------------------------------------------------------ */
.cp-cv-area-a {
    max-width: 728px;
    margin: 40px auto;
}

/*
 * .cp-list-products-a
** ------------------------------------------------------ */
.cp-list-products-a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -16px;
}

.cp-list-products-a > li {
    display: -webkit-flex;
    display: flex;
    width: 33.33333%;
    padding-top: 16px;
    padding-left: 16px;
}

.cp-list-products-a > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 94px;
    padding: 9px 10px;
    background: #fff;
    background: background .2s;
    border: 2px solid #d2bdb2;
    border-radius: 4px;
}

.cp-list-products-a > li > a::before, .cp-list-products-a > li > a::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d2bdb2;
    content: "";
    transition: opacity .2s;
}

.cp-list-products-a > li > a::before {
    top: 0;
    opacity: 0;
}

.cp-list-products-a > li > a::after {
    bottom: 0;
}

.cp-list-products-a > li > a:hover, .cp-list-products-a > li > a:active, .cp-list-products-a > li > a:focus {
    background: #f5efec;
}

.cp-list-products-a > li > a:hover::before, .cp-list-products-a > li > a:active::before, .cp-list-products-a > li > a:focus::before {
    opacity: 1;
}

.cp-list-products-a > li > a:hover::after, .cp-list-products-a > li > a:active::after, .cp-list-products-a > li > a:focus::after {
    opacity: 0;
}

.cp-list-products-a > li > a img {
    width: 137px;
}

@media only screen and (max-width: 768px) {
    .cp-list-products-a {
        margin-top: -10px;
        margin-left: -9px;
    }
    .cp-list-products-a > li {
        width: 50%;
        padding-top: 10px;
        padding-left: 9px;
    }
    .cp-list-products-a > li > a {
        min-height: 80px;
    }
    .cp-list-products-a > li > a img {
        width: 100px;
    }
}

/*
 * .cp-lyt-img-a
** ------------------------------------------------------ */
.cp-lyt-img-a {
    text-align: center;
}

.list-share-a + .cp-lyt-img-a {
    margin-top: 2px !important;
}

.cp-lyt-img-a + .list-notes-a {
    margin-top: 16px !important;
}

/*
 * .cp-lyt-img-b
** ------------------------------------------------------ */
.cp-lyt-img-b {
    text-align: center;
}

* + .cp-lyt-img-b {
    margin-top: 30px !important;
}

@media only screen and (max-width: 768px) {
    * + .cp-lyt-img-b {
        margin-top: 20px !important;
    }
}

/*
 * .cp-panel-a
** ------------------------------------------------------ */
.cp-panel-a {
    padding: 20px 40px 30px;
    border: 2px solid #ddd;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .cp-panel-a {
        padding: 10px 20px 20px;
    }
}

.cp-panel-a > .hdg {
    width: calc(100% + 40px);
    height: 235px;
    margin: 0 -20px 30px;
    text-align: center;
    /* background: url(/campaign/201901/images/index_04.png) no-repeat center center; */
}

.cp-panel-a > .hdg img {
    display: block;
    margin: 0 auto;
    padding-top: 32px;
}

@media only screen and (max-width: 768px) {
    .cp-panel-a > .hdg {
        width: calc(100% + 20px);
        height: calc(105vw * 100 / 375);
        margin: 0 -10px 10px;
        background-size: auto 100%;
    }
    .cp-panel-a > .hdg img {
        width: calc(126vw * 100 / 375);
        padding-top: calc(14vw * 100 / 375);
    }
}

/*
 * .cp-panel-scroll-a
** ------------------------------------------------------ */
.cp-panel-scroll-a {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 500px;
    font-size: 1.3rem;
    border: 1px solid #dcdcdc;
}

@media only screen and (max-width: 768px) {
    .cp-panel-scroll-a {
        height: 202px;
    }
}

.list-desc-b dd .cp-panel-scroll-a {
    margin-top: 5px;
}

.cp-panel-scroll-a .list-bullet-a > li::before {
    top: 9px;
}

.cp-panel-scroll-a-inner {
    padding: 23px;
}

@media only screen and (max-width: 768px) {
    .cp-panel-scroll-a-inner {
        padding: 10px;
    }
}

/*
 * adjust
** ------------------------------------------------------ */
@media only screen and (max-width: 768px) {
    .adj-wide-disp {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .adj-narrow-disp {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .adj-narrow-br {
        display: block !important;
    }
}

.adj-w-1 {
    width: 1%;
}

.adj-w-2 {
    width: 2%;
}

.adj-w-3 {
    width: 3%;
}

.adj-w-4 {
    width: 4%;
}

.adj-w-5 {
    width: 5%;
}

.adj-w-6 {
    width: 6%;
}

.adj-w-7 {
    width: 7%;
}

.adj-w-8 {
    width: 8%;
}

.adj-w-9 {
    width: 9%;
}

.adj-w-10 {
    width: 10%;
}

.adj-w-11 {
    width: 11%;
}

.adj-w-12 {
    width: 12%;
}

.adj-w-13 {
    width: 13%;
}

.adj-w-14 {
    width: 14%;
}

.adj-w-15 {
    width: 15%;
}

.adj-w-16 {
    width: 16%;
}

.adj-w-17 {
    width: 17%;
}

.adj-w-18 {
    width: 18%;
}

.adj-w-19 {
    width: 19%;
}

.adj-w-20 {
    width: 20%;
}

.adj-w-21 {
    width: 21%;
}

.adj-w-22 {
    width: 22%;
}

.adj-w-23 {
    width: 23%;
}

.adj-w-24 {
    width: 24%;
}

.adj-w-25 {
    width: 25%;
}

.adj-w-26 {
    width: 26%;
}

.adj-w-27 {
    width: 27%;
}

.adj-w-28 {
    width: 28%;
}

.adj-w-29 {
    width: 29%;
}

.adj-w-30 {
    width: 30%;
}

.adj-w-31 {
    width: 31%;
}

.adj-w-32 {
    width: 32%;
}

.adj-w-33 {
    width: 33%;
}

.adj-w-34 {
    width: 34%;
}

.adj-w-35 {
    width: 35%;
}

.adj-w-36 {
    width: 36%;
}

.adj-w-37 {
    width: 37%;
}

.adj-w-38 {
    width: 38%;
}

.adj-w-39 {
    width: 39%;
}

.adj-w-40 {
    width: 40%;
}

.adj-w-41 {
    width: 41%;
}

.adj-w-42 {
    width: 42%;
}

.adj-w-43 {
    width: 43%;
}

.adj-w-44 {
    width: 44%;
}

.adj-w-45 {
    width: 45%;
}

.adj-w-46 {
    width: 46%;
}

.adj-w-47 {
    width: 47%;
}

.adj-w-48 {
    width: 48%;
}

.adj-w-49 {
    width: 49%;
}

.adj-w-50 {
    width: 50%;
}

.adj-w-51 {
    width: 51%;
}

.adj-w-52 {
    width: 52%;
}

.adj-w-53 {
    width: 53%;
}

.adj-w-54 {
    width: 54%;
}

.adj-w-55 {
    width: 55%;
}

.adj-w-56 {
    width: 56%;
}

.adj-w-57 {
    width: 57%;
}

.adj-w-58 {
    width: 58%;
}

.adj-w-59 {
    width: 59%;
}

.adj-w-60 {
    width: 60%;
}

.adj-w-61 {
    width: 61%;
}

.adj-w-62 {
    width: 62%;
}

.adj-w-63 {
    width: 63%;
}

.adj-w-64 {
    width: 64%;
}

.adj-w-65 {
    width: 65%;
}

.adj-w-66 {
    width: 66%;
}

.adj-w-67 {
    width: 67%;
}

.adj-w-68 {
    width: 68%;
}

.adj-w-69 {
    width: 69%;
}

.adj-w-70 {
    width: 70%;
}

.adj-w-71 {
    width: 71%;
}

.adj-w-72 {
    width: 72%;
}

.adj-w-73 {
    width: 73%;
}

.adj-w-74 {
    width: 74%;
}

.adj-w-75 {
    width: 75%;
}

.adj-w-76 {
    width: 76%;
}

.adj-w-77 {
    width: 77%;
}

.adj-w-78 {
    width: 78%;
}

.adj-w-79 {
    width: 79%;
}

.adj-w-80 {
    width: 80%;
}

.adj-w-81 {
    width: 81%;
}

.adj-w-82 {
    width: 82%;
}

.adj-w-83 {
    width: 83%;
}

.adj-w-84 {
    width: 84%;
}

.adj-w-85 {
    width: 85%;
}

.adj-w-86 {
    width: 86%;
}

.adj-w-87 {
    width: 87%;
}

.adj-w-88 {
    width: 88%;
}

.adj-w-89 {
    width: 89%;
}

.adj-w-90 {
    width: 90%;
}

.adj-w-91 {
    width: 91%;
}

.adj-w-92 {
    width: 92%;
}

.adj-w-93 {
    width: 93%;
}

.adj-w-94 {
    width: 94%;
}

.adj-w-95 {
    width: 95%;
}

.adj-w-96 {
    width: 96%;
}

.adj-w-97 {
    width: 97%;
}

.adj-w-98 {
    width: 98%;
}

.adj-w-99 {
    width: 99%;
}

.adj-w-100 {
    width: 100%;
}

.adj-w-unique-a {
    width: 38% !important;
}

@media only screen and (max-width: 768px) {
    .adj-w-unique-a {
        width: 96px !important;
    }
}

.adj-w-a {
    width: 150px !important;
}

.adj-w-b {
    width: 100px !important;
}

.adj-align-l {
    text-align: left !important;
}

.adj-align-c {
    text-align: center !important;
}

.adj-align-r {
    text-align: right !important;
}

.adj-indent-a {
    margin-left: 1em !important;
}
