@charset "utf-8";
/* ------------------------------
 CSS Document
------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&display=swap');

.font00 {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.font01 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
    /* Prevent adjustments of font size after orientation changes in iOS */
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

*:before,
*:after {
    pointer-events: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
    letter-spacing: .1em;
}

span[class*="fz"] {
    line-height: 1.6;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

a {
    text-decoration: none;
    color: inherit;
    max-width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel:"] {
    pointer-events: none;
}

@media only screen and (max-width:1024px) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 16px;
        letter-spacing: .05em;
    }

    a[href*="tel:"] {
        pointer-events: auto !important;
    }
}

@media only screen and (max-width:599px) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 15px;
        letter-spacing: .025em;
    }
}

/* ------------------------------
 clearfix
------------------------------ */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ------------------------------
 編集画面用
------------------------------ */

a[data-href="#"] {
    border: solid red 5px !important;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px !important;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

/* ------------------------------
 font-size
------------------------------ */

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

.fz10 {
    font-size: 10px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}

.fz32 {
    font-size: 32px;
}

.fz34 {
    font-size: 34px;
}

.fz36 {
    font-size: 36px;
}

.fz38 {
    font-size: 38px;
}

.fz40 {
    font-size: 40px;
}

.fz42 {
    font-size: 42px;
}

.fz44 {
    font-size: 44px;
}

.fz46 {
    font-size: 46px;
}

.fz48 {
    font-size: 48px;
}

.fz50 {
    font-size: 50px;
}

.fz60 {
    font-size: 60px;
}

.fz125 {
    font-size: 125%;
}

.fz150 {
    font-size: 150%;
}

.fz175 {
    font-size: 175%;
}

.fz200 {
    font-size: 200%;
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    .fz13 {
        font-size: 12px;
    }

    .fz14 {
        font-size: 13px;
    }

    .fz15 {
        font-size: 14px;
    }

    .fz16 {
        font-size: 15px;
    }

    .fz18 {
        font-size: 16px;
    }

    .fz20 {
        font-size: 18px;
    }

    .fz22 {
        font-size: 20px;
    }

    .fz24 {
        font-size: 22px;
    }

    .fz26 {
        font-size: 24px;
    }

    .fz28 {
        font-size: 26px;
    }

    .fz30 {
        font-size: 26px;
    }

    .fz32 {
        font-size: 28px;
    }

    .fz34 {
        font-size: 28px;
    }

    .fz36 {
        font-size: 30px;
    }

    .fz38 {
        font-size: 30px;
    }

    .fz40 {
        font-size: 32px;
    }

    .fz42 {
        font-size: 32px;
    }

    .fz44 {
        font-size: 34px;
    }

    .fz46 {
        font-size: 34px;
    }

    .fz48 {
        font-size: 36px;
    }

    .fz50 {
        font-size: 36px;
    }

    .fz60 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 599px) {

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    .fz11 {
        font-size: 10px;
    }

    .fz12 {
        font-size: 11px;
    }

    .fz13 {
        font-size: 11px;
    }

    .fz14 {
        font-size: 12px;
    }

    .fz15 {
        font-size: 13px;
    }

    .fz16 {
        font-size: 14px;
    }

    .fz18 {
        font-size: 15px;
    }

    .fz20 {
        font-size: 16px;
    }

    .fz22 {
        font-size: 18px;
    }

    .fz24 {
        font-size: 20px;
    }

    .fz26 {
        font-size: 20px;
    }

    .fz28 {
        font-size: 22px;
    }

    .fz30 {
        font-size: 22px;
    }

    .fz32 {
        font-size: 24px;
    }

    .fz34 {
        font-size: 24px;
    }

    .fz36 {
        font-size: 26px;
    }

    .fz38 {
        font-size: 26px;
    }

    .fz40 {
        font-size: 28px;
    }

    .fz42 {
        font-size: 28px;
    }

    .fz44 {
        font-size: 30px;
    }

    .fz46 {
        font-size: 30px;
    }

    .fz48 {
        font-size: 32px;
    }

    .fz50 {
        font-size: 32px;
    }

    .fz60 {
        font-size: 34px;
    }
}

/* ------------------------------
 ofiImg
------------------------------ */

.ofiImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    font-family: 'object-fit: cover; object-position: top center;';
    /*IE対策*/
}

/* ------------------------------
 IE対策 background-position
------------------------------ */

@media all and (-ms-high-contrast: none) {
    .ofiImg img {
        background-position: top center !important;
    }
}

[data-element-id] .ofiImg.tc {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
}

[data-element-id] .ofiImg.tc:before,
[data-element-id] .ofiImg.tc:after {
    content: none !important;
}

.ofiImg.tc {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: 100%;
}

.ofiImg.h100 {
    height: 100%;
}

.ofiImg.t150 {
    position: relative;
    padding-top: 150%;
    display: block;
}

.ofiImg.t150 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t140 {
    position: relative;
    padding-top: 140%;
    display: block;
}

.ofiImg.t140 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t130 {
    position: relative;
    padding-top: 130%;
    display: block;
}

.ofiImg.t130 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t120 {
    position: relative;
    padding-top: 120%;
    display: block;
}

.ofiImg.t120 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t110 {
    position: relative;
    padding-top: 110%;
    display: block;
}

.ofiImg.t110 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t100 {
    position: relative;
    padding-top: 100%;
    display: block;
}

.ofiImg.t100 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t95 {
    position: relative;
    padding-top: 95%;
    display: block;
}

.ofiImg.t95 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t90 {
    position: relative;
    padding-top: 90%;
    display: block;
}

.ofiImg.t90 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t85 {
    position: relative;
    padding-top: 85%;
    display: block;
}

.ofiImg.t85 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t80 {
    position: relative;
    padding-top: 80%;
    display: block;
}

.ofiImg.t80 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t75 {
    position: relative;
    padding-top: 75%;
    display: block;
}

.ofiImg.t75 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t70 {
    position: relative;
    padding-top: 70%;
    display: block;
}

.ofiImg.t70 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t65 {
    position: relative;
    padding-top: 65%;
    display: block;
}

.ofiImg.t65 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t60 {
    position: relative;
    padding-top: 60%;
    display: block;
}

.ofiImg.t60 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t55 {
    position: relative;
    padding-top: 55%;
    display: block;
}

.ofiImg.t55 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t50 {
    position: relative;
    padding-top: 50%;
    display: block;
}

.ofiImg.t50 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t45 {
    position: relative;
    padding-top: 45%;
    display: block;
}

.ofiImg.t45 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t40 {
    position: relative;
    padding-top: 40%;
    display: block;
}

.ofiImg.t40 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t35 {
    position: relative;
    padding-top: 35%;
    display: block;
}

.ofiImg.t35 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t30 {
    position: relative;
    padding-top: 30%;
    display: block;
}

.ofiImg.t30 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t25 {
    position: relative;
    padding-top: 25%;
    display: block;
}

.ofiImg.t25 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t20 {
    position: relative;
    padding-top: 20%;
    display: block;
}

.ofiImg.t20 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

/* ------------------------------
 flex
------------------------------ */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flexsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flexn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexn1024 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexn599 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex > div[data-collection-list-content],
.flexc > div[data-collection-list-content],
.flexb > div[data-collection-list-content],
.flexsb > div[data-collection-list-content],
.flexs > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flexc > div[data-recommend-collection-list-content],
.flexb > div[data-recommend-collection-list-content],
.flexsb > div[data-recommend-collection-list-content],
.flexs > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flexsb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flexb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.asc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ase {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.spa {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.spb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width:1024px) {
    .flexn1024 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width:599px) {
    .flexn599 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

/* ------------------------------
 common
------------------------------ */

.lcmn > *:last-of-type {
    margin-bottom: 0 !important;
}

.rowlist {
    width: 102%;
    margin-left: -1%;
}

.rowlist599 {
    width: 102%;
    margin-left: -1%;
}

.rowlist1024 {
    width: 102%;
    margin-left: -1%;
}

.odd > *:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.even > *:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ol01 {
    padding-left: 1.5em;
}

.ol01 > li {
    list-style: disc;
}

.ol02 > li {
    position: relative;
    padding-left: 1.5em;
}

.ol02 > li:before {
    position: absolute;
    content: "・";
    top: 1em;
    left: 0;
    font-size: .5em;
}

.cl01 > li {
    padding-left: 1.5em;
    position: relative;
}

.cl01 > li:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #B69A75;
}

.nl01 {
    counter-reset: number;
}

.nl01 > li {
    padding-left: 1.5em;
    position: relative;
}

.nl01 > li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0.25em;
    left: 0;
    border: 1px solid;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.z1 {
    position: relative;
    z-index: 1;
}

.z2 {
    position: relative;
    z-index: 2;
}

.memh {
    margin: .5em 0;
}

.mem1 {
    margin: 1em 0;
}

.mem1h {
    margin: 1.5em 0;
}

.mem2 {
    margin: 2em 0;
}

.mem2h {
    margin: 2.5em 0;
}

.mem3 {
    margin: 3em 0;
}

.mbemh {
    margin-bottom: .5em;
}

.mbem1 {
    margin-bottom: 1em;
}

.mbem1h {
    margin-bottom: 1.5em;
}

.mbem2 {
    margin-bottom: 2em;
}

.mbem2h {
    margin-bottom: 2.5em;
}

.mbem3 {
    margin-bottom: 3em;
}

.mremh {
    margin-right: .5em;
}

.mrem1 {
    margin-right: 1em;
}

.mrem1h {
    margin-right: 1.5em;
}

.mrem2 {
    margin-right: 2em;
}

.mrem2h {
    margin-right: 2.5em;
}

.mrem3 {
    margin-right: 3em;
}

.mlemh {
    margin-left: .5em;
}

.mlem1 {
    margin-left: 1em;
}

.mlem1h {
    margin-left: 1.5em;
}

.mlem2 {
    margin-left: 2em;
}

.mlem2h {
    margin-left: 2.5em;
}

.mlem3 {
    margin-left: 3em;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 800;
}

.row2 {
    width: 48%;
    margin: 1%;
}

.row3 {
    width: 31.333%;
    margin: 1%;
}

.row4 {
    width: 23%;
    margin: 1%;
}

.row5 {
    width: 18%;
    margin: 1%;
}

.w100 {
    width: 100%;
}

.w20 {
    width: 20%;
    margin: 1% 0;
}

.w25 {
    width: 25%;
    margin: 1% 0;
}

.w26 {
    width: 26%;
    margin: 1% 0;
}

.w30 {
    width: 30%;
    margin: 1% 0;
}

.w36 {
    width: 36%;
    margin: 1% 0;
}

.w40 {
    width: 40%;
    margin: 1% 0;
}

.w46 {
    width: 46%;
    margin: 1% 0;
}

.w48 {
    width: 48%;
    margin: 1% 0;
}

.w50 {
    width: 50%;
    margin: 1% 0;
}

.w56 {
    width: 56%;
    margin: 1% 0;
}

.w60 {
    width: 60%;
    margin: 1% 0;
}

.w66 {
    width: 66%;
    margin: 1% 0;
}

.w70 {
    width: 70%;
    margin: 1% 0;
}

.w76 {
    width: 76%;
    margin: 1% 0;
}

.w80 {
    width: 80%;
    margin: 1% 0;
}

.w86 {
    width: 86%;
    margin: 1% 0;
}

.cont1000 {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.cont1200 {
    max-width: 1250px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.harea {
    padding: 80px 0;
}

.area {
    padding: 80px 0;
}

.area60 {
    padding: 60px 0;
}

.area40 {
    padding: 40px 0;
}

.area20 {
    padding: 20px 0;
}

.m80 {
    margin: 80px 0;
}

.m60 {
    margin: 60px 0;
}

.m40 {
    margin: 40px 0;
}

.m20 {
    margin: 20px 0;
}

.mb80 {
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.pic {
    text-align: center;
}

.pic img {
    width: 100%;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac599 {
    text-align: center;
}

.tar599 {
    text-align: right;
}

.talc1024 {
    text-align: left;
}

.tarc1024 {
    text-align: right;
}

.talc599 {
    text-align: left;
}

.tarc599 {
    text-align: right;
}

.txt {
    line-height: 200%;
}

.lhi {
    line-height: inherit;
}

.lh100 {
    line-height: 1;
}

.lh120 {
    line-height: 1.2;
}

.lh140 {
    line-height: 1.4;
}

.lh160 {
    line-height: 1.6;
}

.lh180 {
    line-height: 1.8;
}

.lh200 {
    line-height: 2;
}

.lh250 {
    line-height: 2.5;
}

.lh300 {
    line-height: 3;
}

.ls0 {
    letter-spacing: 0;
}

.ls01 {
    letter-spacing: .1em;
}

.ls02 {
    letter-spacing: .2em;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.acHead {
    cursor: pointer;
}

.tabNavItem {
    cursor: pointer;
}

[data-element-id] .tabBox {
    border: 5px solid lightgreen;
}

.altlist01 .alt01 {
    display: none;
}

.relative {
    overflow: hidden;
    position: relative;
}

[data-element-id] .relative * {
    color: inherit !important;
}

.uk-lb img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.uk-lb img:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media only screen and (max-width:1024px) {

    .cont1000 {
        width: 95%;
    }

    .cont1200 {
        width: 95%;
    }

    .harea {
        padding: 60px 0;
    }

    .area {
        padding: 60px 0;
    }

    .area60 {
        padding: 50px 0;
    }

    .area40 {
        padding: 30px 0;
    }

    .row4 {
        width: 31.333%;
    }

    .row5 {
        width: 23%;
    }

    .mb80 {
        margin-bottom: 60px;
    }

    .mb60 {
        margin-bottom: 50px;
    }

    .mb40 {
        margin-bottom: 30px;
    }

    .br1024 br {
        display: none;
    }

    .talc1024 {
        text-align: center;
    }

    .tarc1024 {
        text-align: center;
    }

    .rowlist1024 {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width:599px) {

    .w20 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w20 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w20 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w26 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w26 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w26 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w30 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w30 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w30 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w36 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w36 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w36 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w40 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w40 {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w40 .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w46 {
        width: 100%;
        margin: 2% auto;
    }

    .w48 {
        width: 100%;
        margin: 2% auto;
    }

    .w50 {
        width: 100%;
        margin: 2% auto;
    }

    .w56 {
        width: 100%;
        margin: 2% auto;
    }

    .w60 {
        width: 100%;
        margin: 2% auto;
    }

    .w66 {
        width: 100%;
        margin: 2% auto;
    }

    .w70 {
        width: 100%;
        margin: 2% auto;
    }

    .w76 {
        width: 100%;
        margin: 2% auto;
    }

    .w80 {
        width: 100%;
        margin: 2% auto;
    }

    .w86 {
        width: 100%;
        margin: 2% auto;
    }

    .cont1000 {
        width: 92%;
    }

    .cont1200 {
        width: 92%;
    }

    .harea {
        padding: 40px 0;
    }

    .area {
        padding: 40px 0;
    }

    .area60 {
        padding: 40px 0;
    }

    .area40 {
        padding: 20px 0;
    }

    .row2 {
        width: 98%;
    }

    .row3 {
        width: 48%;
    }

    .row4 {
        width: 48%;
    }

    .row5 {
        width: 31.333%;
    }

    .m80 {
        margin: 40px 0;
    }

    .m60 {
        margin: 40px 0;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .mb60 {
        margin-bottom: 40px;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .tac599 {
        text-align: left;
    }

    .tar599 {
        text-align: left;
    }

    .talc599 {
        text-align: center;
    }

    .tarc599 {
        text-align: center;
    }

    .br599 br {
        display: none;
    }

    .rowlist599 {
        width: 100%;
        margin-left: 0;
    }
}

/* ------------------------------
 fead-mv
------------------------------ */

[data-element-id] .fead-mv {
    opacity: 1;
}

[data-element-id] .fead-mv.up {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv {
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fead-mv.up {
    -webkit-transform: translate(0, 2em);
    -ms-transform: translate(0, 2em);
    transform: translate(0, 2em);
}

.fead-mv.fead-top {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.fead-mv.fead-bottom {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.fead-mv.fead-left {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.fead-mv.fead-right {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.fead-mv.fade-up-right {
    -webkit-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px);
}

.fead-mv.fade-up-left {
    -webkit-transform: translate(100px, 100px);
    -ms-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
}

.fead-mv.fade-down-right {
    -webkit-transform: translate(-100px, -100px);
    -ms-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
}

.fead-mv.fade-down-left {
    -webkit-transform: translate(100px, -100px);
    -ms-transform: translate(100px, -100px);
    transform: translate(100px, -100px);
}

.fead-mv.up.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fead-top.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fead-bottom.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fead-left.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fead-right.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fade-up-right.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fade-up-left.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fade-down-right.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fead-mv.fade-down-left.mv {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* ------------------------------
 heightLine
------------------------------ */

@media only screen and (max-width:1024px) {
    [class*="heightLine-1024"] {
        height: auto !important
    }
}

@media only screen and (max-width:599px) {
    [class*="heightLine-599"] {
        height: auto !important
    }
}

/* ------------------------------
 iframe
------------------------------ */

.iframe {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

/* ------------------------------
 map
------------------------------ */

.map {
    position: relative;
    overflow: hidden;
    padding-top: 40%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1024px) {
    .map {
        padding-top: 45%;
    }
}

@media only screen and (max-width:599px) {
    .map {
        padding-top: 50%;
    }
}

/* ------------------------------
 wrapper
------------------------------ */

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

/* ------------------------------
 header
------------------------------ */

header .h1 {
    background-color: rgba(112, 186, 210, 95);
    color: #fff;
    padding: 0 .5em;
}

header .h1 * {
    color: inherit;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* ------------------------------
 gnav
------------------------------ */

#gnav {
    z-index: 200;
    width: 100%;
    padding: 1em 0;
}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    background: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    padding: 2em 0;
}

#gnav.fix .gitem.ghome {
    display: block;
}

.glist .gitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.glist .gitem:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 3em;
    height: .2em;
    background-color: #70bad2;
    border-radius: 3em;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

[data-element-id] #gnav li.pcnone:before {
    content: 'SP用';
    display: block;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
}

#gnav li.pcnone {
    display: none;
}

.glist .gitem a,
.glist .gitem .a {
    display: block;
    padding: .5em 1em;
    cursor: pointer;
}

#gnav .gtoggle {
    display: none;
    position: fixed;
    width: 46px;
    height: 46px;
    top: 1em;
    right: .5em;
    cursor: pointer;
    z-index: 251;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    background-color: rgba(112, 186, 210, 0.9);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#gnav .gtoggle span.n {
    display: block;
    background: #fff;
    height: 3px;
    width: 26px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    position: absolute;
}

#gnav .gtoggle span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 3px;
    width: 26px;
    position: absolute;
    top: -9px;
    left: 0;
    border-radius: 10px;
}

#gnav .gtoggle span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 3px;
    width: 26px;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 10px;
}

#gnav.action .gtoggle span.n {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease .10s;
    -o-transition: ease .10s;
    transition: ease .10s;
}

#gnav.action .gtoggle span.n:after,
#gnav.action .gtoggle span.n:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

.overlay {
    height: 100%;
    overflow: hidden;
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 100;
}

.glist .pullbox .pullhead {
    position: relative;
    padding-right: 1em;
}

.glist .pullbox .pullhead:after {
    content: '\f13a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #70bad2;
}

.glist .pullbox .pull {
    position: relative;
}

.glist .pullbox .pullhead {
    text-align: inherit;
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
}

.glist .pullbox:hover .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

[data-element-id] .glist .pullbox .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
}

.glist .pullbox .pulllist {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -2em);
    -ms-transform: translate(-50%, -2em);
    transform: translate(-50%, -2em);
    left: 50%;
    top: 0;
    width: 230px;
    z-index: 10;
    background-color: rgba(112, 186, 210, .95);
}

.glist .pullbox .pulllist li {
    width: 100%;
}

[data-element-id] .glist .pullbox .pulllist li {
    width: 100%;
}

.glist .pullbox .pulllist li * {
    font-size: 13px;
}

.glist .pullbox .pulllist li a {
    background-color: rgba(255, 255, 255, .95);
    padding: 1em .5em;
    text-align: center;
    margin-bottom: 1px;
}

.glist .pullbox .pulllist li:last-of-type a {
    border-bottom: none;
}

@media only screen and (max-width: 1024px) {

    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
        visibility: visible;
    }

    #gnav .gnavinn {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: height ease .1s, opacity ease .4s;
        -o-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 1);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;
    }

    #gnav .gtoggle {
        display: block !important;
    }

    #gnav .glist {
        width: 100%;
        padding: 60px 0 80px;
    }

    #gnav .gitem {
        display: block !important;
        position: static;
        text-align: left;
        width: 100%;
    }

    .glist .gitem:after {
        content: none;
    }

    #gnav .gitem.glogo {
        text-align: center;
        max-width: 50%;
    }

    #gnav .gitem a,
    #gnav .gitem .a {
        padding: .5em 3em;
    }

    .glist .pullbox .pullhead {
        display: none;
    }

    #gnav .pullbox .pulllist {
        width: 100%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
    }

    #gnav .pullbox .pulllist:before {
        content: none;
    }

    #gnav .glist .pullbox .pulllist li {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    #gnav .glist .pullbox .pulllist li a {
        font-size: inherit;
        margin-bottom: 0;
        text-align: left;
        background: none;
        color: inherit;
        font-weight: 700;
    }
}

@media only screen and (max-width:599px) {

    #gnav .glist {
        padding: 60px 0 33%;
    }
}

/* ------------------------------
 footer
------------------------------ */

.footer {
    position: relative;
    overflow: hidden;
    padding: 140px 0 0;
}

.footer:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #70bad2;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding-top: 60%;
    z-index: -1;
    width: 190%;
}

.footercontact {
    padding: 80px 0;
}

.footercontactbox {
    position: relative;
    padding: 4.5em 3em 1em;
    border: .2em solid #70bad2;
    border-radius: .5em;
}

.footercontactbox .boxtit {
    position: absolute !important;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.footercontactbox .item .icon {
    width: 3em;
}

.footercontactbox .item .icon + dd {
    width: calc(100% - 4em);
}

.foot {
    background-color: #70bad2;
    color: #fff;
    padding-bottom: 30px;
}

.foot * {
    color: inherit;
}

.footinR {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fmap .map {
    padding-top: 50%;
}

.fnavitem {
    margin-bottom: .25em;
}

.index .ffix:not([data-element-id]) {
    display: none;
}

.index .ffix.fix{
  display: block;
}

.ffix {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 25%;
}

.fnavlist {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1em;
}

.ffixitem {
    margin-bottom: 1em;
}

.abb .ffixitem a {
    background-color: #ee2d34;
}

.ffixitem a {
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: .5em;
    background-color: #70bad2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.1);
}

.ffixitem .icon {
    display: block;
    margin-bottom: .5em;
}

.ffixitem .number:not([data-element-id]) {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .footercontact {
        padding: 60px 0;
    }

    .footercontactbox {
        padding: 3em 1.5em 1.5em;
    }

    .footercontactbox .item {
        width: 100%;
    }

    .footercontactbox .item .flexsb {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .footercontactbox .item .icon {
        width: 7.5%;
        margin-right: 1em;
    }

    .footercontactbox .item .icon + dd {
        width: auto;
    }

    .footercontactbox .item.tocont .icon {
        display: none;
    }

    .foot {
        padding-bottom: 90px;
    }

    .index .ffix:not([data-element-id]) {
        display: block;
    }

    .ffix {
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.1);
        box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.1);
    }

    .ffixlist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .ffixitem {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: .5em;
    }

    .ffixitem a {
        width: 100%;
        height: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: .5em;
        font-size: 14px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .ffixitem .icon {
        display: inline-block;
        margin-bottom: 0;
        margin-right: .5em;
        max-width: 6vw;
    }

    .ffixitem .icon img {
        vertical-align: middle;
    }
}

@media only screen and (max-width: 599px) {

    .footercontact {
        padding: 40px 0;
    }
}

/* ------------------------------
 totop
------------------------------ */

#totop {
    position: absolute;
    top: 1.5em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 1;
}

#totop a {
    height: 5em;
    width: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fff;
    color: #70bad2;
    border-radius: 50%;
    overflow: hidden;
    font-weight: 700;
}

#totop a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .5em .75em .5em;
    border-color: transparent transparent #70bad2 transparent;
    line-height: 1;
    margin-bottom: .4em;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {}

/* ------------------------------
 MV
------------------------------ */

.homeSlide {
    position: relative;
    overflow: hidden;
}

.homeSlide:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -1%;
    z-index: 2;
    width: 101%;
    padding-top: 12.5%;
    background-image: url(/import/tenant_1/160.16.198.226/html/images/top/homeslidebg01.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

.homeSlide .pic .ofiImg {
    min-height: 45vh;
}

.homeSlide .tbox {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.homeSlide .tbox * {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: .2em;
    line-height: 1.4;
}

.homeSlide .tbox h2 {
    font-weight: 800;
    font-size: calc(52px + ((1vw - 10px) * 1.6));
    color: #fffdbd;
    text-shadow: .1em .1em 0 #70bad2;
    text-align: right;
}

.homeSlide .logo {
    width: 8%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 3;
}

.homeSlide .bnrbox * {
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.homeSlide .bnrbox {
    position: absolute;
    right: 2%;
    top: 6%;
    z-index: 3;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0;
}

.homeSlide .bnrbox .bnrlist {
    width: 330px;
    max-width: 100%;
    background-image: url(/import/tenant_1/160.16.198.226/html/images/top/homeslideicon05.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.homeSlide .bnrbox .bnritem {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

.homeSlide .bnrbox .bnritem a {
    display: block;
    background-color: #70bad2;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.homeSlide .bnrbox .bnritem .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .25em;
    margin-left: auto;
    margin-right: auto;
}

.homeSlide .onlinebox * {
    line-height: inherit;
}

.homeSlide .onlinebox {
    position: absolute;
    right: 2%;
    bottom: 0%;
    z-index: 3;
    line-height: 1.2;
}

.homeSlide .onlinebox a {
    display: block;
    border-radius: .5em;
    background-color: #fff;
    padding: .5em;
}

.homeSlide .onlinebox .box {
    padding: 1em;
    border: .2em solid #70bad2;
    border-radius: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.homeSlide .onlinebox .box .icon {
    margin-right: 1em;
    max-width: 5vw;
}

.homeSlide .onlinebox .box .subtit {
    font-size: calc(20px + ((1vw - 10px) * 1.6));
}

.homeSlide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeSlide .uk-slidenav-position:after {
    padding-top: 45%;
    min-height: 45vh;
    content: '';
    display: block;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
}

.mainImg {
    position: relative;
    overflow: hidden;
}

.mainImg:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -1%;
    z-index: 2;
    width: 101%;
    padding-top: 12.5%;
    background-image: url(/import/tenant_1/160.16.198.226/html/images/top/homeslidebg01.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

.mainImg .pic .ofiImg {
    min-height: 20vh;
    overflow: hidden;
}

.mainImg .logo {
    width: 8%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 3;
}

@media only screen and (max-width:1024px) {
    .homeSlide .tbox h2 {
        font-size: calc(46px + ((1vw - 10px) * 1.6));
    }

    .homeSlide .bnrbox .bnrlist {
        width: 290px;
    }

    .homeSlide .bnrbox .bnritem {
        font-size: 12px;
    }

    .homeSlide .bnrbox .bnritem a {
        width: 90px;
        height: 90px;
    }

    .homeSlide .bnrbox .bnritem .icon {
        max-width: 40%;
    }
}

@media only screen and (max-width:599px) {

    .homeSlide .tbox h2 {
        font-size: calc(38px + ((1vw - 10px) * 1.6));
    }

    .homeSlide .bnrbox .bnrlist {
        width: 230px;
    }

    .homeSlide .bnrbox .bnritem {
        font-size: 10px;
    }

    .homeSlide .bnrbox .bnritem a {
        width: 70px;
        height: 70px;
    }

    .homeSlide .onlinebox .box {
        padding: .5em;
    }

    .homeSlide .onlinebox a {
        padding: .25em;
    }
}

/* ------------------------------
 archives
------------------------------ */

.postcont {
    width: 66%;
}

.caarea {
    width: 30%;
}

.caitem .catit {
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2em;
    background-color: #70bad2;
    border-radius: .5em;
    color: #fff;
    text-align: center;
    padding: .5em 1em;
    position: relative;
}

.caitem .catit:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5em .5em 0 .5em;
    border-color: #70bad2 transparent transparent transparent;
}

.cabody {
    padding: 2em 2em;
    border: .2em solid #bfbfbf;
    border-radius: .5em;
    background-color: #fff;
}

.caitem li {
    margin-bottom: .5em;
    position: relative;
    padding-left: 1.25em;
    font-weight: 700;
}

.caitem li:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .5em;
    height: .5em;
    background-color: #70bad2;
    border-radius: 50%;
}

.caitem a {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .postcont {
        width: 100%;
    }

    .caarea {
        width: 100%;
    }

    .caitem .catit {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .caitem .catit {
        font-size: 16px;
    }
}

/* ------------------------------
 pagenav
------------------------------ */

.pagenav li {
    padding: 0 .25em;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.pagenav li.now a {
    text-decoration: underline;
    text-underline-position: under;
}

.pagenav li a {
    display: block;
    width: 3.25em;
    height: 3.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d4eaf1;
    border-radius: .5em;
}

@media only screen and (max-width: 1024px) {

    .pagenav ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagenav li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {

    .pagenav li {
        font-size: 16px;
    }

    .pagenav li a {
        width: 2em;
        height: 2em;
    }
}

/* ------------------------------
 form
------------------------------ */

.formitem button,
.formitem input,
.formitem select,
.formitem textarea {
    font-family: inherit;
    color: inherit;
    border: none;
    font-size: inherit;
    background-color: #eeeeee;
    padding: 1.5em 1em;
    width: 100%;
}

.formitem {
    padding: 1em;
}

.formitem dt {
    width: 15%;
    font-weight: 700;
}

.formitem dd {
    width: 80%;
    font-weight: 700;
}

.formitem .reqw {
    text-align: center;
    padding: .25em 1em;
    background-color: #FEA200;
    color: #fff;
    margin-left: 1em;
}

.formitem dd .inputlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.formitem dd input {
    width: 100%;
}

.formitem dd input[type="radio"] {
    display: none;
}

.formitem dd input[type="radio"] + label {
    padding-left: 3em;
    position: relative;
    margin: .25em 1.5em .25em 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.formitem dd input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 2em;
    height: 2em;
    background: #eee;
}

.formitem dd input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 1em;
    width: 1em;
    height: 1em;
    background: #333;
}

.formitem dd input[type="checkbox"] {
    display: none;
}

.formitem dd input[type="checkbox"] + label {
    padding-left: 1.5em;
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: .5em;
}

.formitem dd input[type="checkbox"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    width: 1em;
    height: 1em;
    background: #fff;
    border: 1px solid #c0baba;
}

.formitem dd input[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(.3em + 2px);
    left: 3.5px;
    width: .6em;
    height: .6em;
    background: #333;
}

.formitem dd input[type="file"] {
    background: none;
}

.formitem dd textarea {
    width: 100%;
    height: 250px;
}

.formbtn li {
    text-align: center;
}

.formbtn li button,
.formbtn li input {
    width: 200px;
    border: none;
    display: inline-block;
    max-width: 100%;
    border-radius: .5em;
    background-color: #d4eaf1;
    text-align: center;
    padding: 0.75em 1em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    font-weight: 700;
}

.formbtn li input {
    background-color: #ccc;
}

.formbtn li button:hover,
.formbtn li input:hover {
    cursor: pointer;
    opacity: .6;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

@media only screen and (max-width: 1024px) {

    .formitem dt {
        width: 100%;
        margin-bottom: .5em;
    }

    .formitem dt label {
        display: block;
    }

    .formitem dd {
        width: 100%;
    }

    .formbtn li button,
    .formbtn li input {
        font-size: 18px;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media only screen and (max-width: 599px) {

    .formbtn li button,
    .formbtn li input {
        width: 230px;
    }

    .formbtn li button,
    .formbtn li input {
        font-size: 16px;
    }

    .formbtn2 li {
        max-width: 110px;
    }
}
