/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* **************************************************************************
   common
   ************************************************************************** */
/* golden ratio 1:1.618 */
html { font-size:13.5px; line-height:22px; letter-spacing:0.5px; font-family:'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif; }
img { border:none; max-width:100%; height:auto; }
a { text-decoration:none; transform:scale(1.0); transition:all .25s ease-in-out; }
a:hover { opacity:0.75; filter: alpha(opacity=75); -moz-opacity:0.75; }
html, a { color: #000/*#131313#080808*/; }

h1,
h2,
h3 { margin: 0; padding: 0; }

.marugo { font-family:'hiragino maru gothic proN', 'Kosugi Maru', meiryo, helvetica, arial, sans-serif; }
.gothic { font-family:'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif; }
.mincho { font-family: 'Noto Serif', 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; }
.number { font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Century Gothic', "游ゴシック", YuGothic, 'Meiryo', 'メイリオ', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.number2 { font-family: "游ゴシック", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Century Gothic', 'Meiryo', 'メイリオ', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.sans { font-family: 'Noto Sans', sans-serif; }

/*IE8～IE11*/
@media screen\0 {
   html { font-family:arial, Garamond, 'Times New Roman', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif; }
}

.x { width:100%; overflow:hidden; }
.x .y { width:100%; position:relative; }
.x .y .z { width:100%; margin:auto; position:relative; }

span.word { display:inline-block; }

@media screen and (max-device-width: 480px) {
    body { -webkit-text-size-adjust: none; }
}

.bgi.small { background-size:contain; background-position:center; background-repeat:no-repeat; } /* 領域内におさまる最大サイズで画像を表示。領域内に余白が生じる。画像は見切れない。 */
.bgi.large { background-size:cover;   background-position:center; background-repeat:no-repeat; } /* 領域一杯に画像を表示。領域の全てが画像で覆われる。画像は見切れる。 */
.bgi.tiles { background-size:auto;    background-position:center; background-repeat:repeat;    } /* 領域をパターン画像で埋め尽くす。 */

/* jQuery mobile */
div.ui-loader { display:none; }

/* outline */
.outline {
    filter:dropshadow(color=#000000,offX= 0,offY=-1)
    dropshadow(color=#000000,offX= 1,offY= 0)
    dropshadow(color=#000000,offX= 0,offY= 1)
    dropshadow(color=#000000,offX=-1,offY= 0);

    /*
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
    */

    text-shadow: black 1px 1px 0px, black -1px 1px 0px,
                 black 1px -1px 0px, black -1px -1px 0px;

    color:#fff;
}

/* form parts normalizer */
.form select::-ms-expand { display:none; }
select {
    top:-1px; /*border分*/
    border:1px solid #4d4d4d;
    border-radius:8px;/*0.5rem;*/
    padding-left:0.5rem; padding-right:0.5rem;
    /*width:80px;*/

    border:1px solid transparent;
    background:transparent;
}

/* form parts normalizer (essential param) */
.form input[type=checkbox],
.form input[type=radio] { position:relative; top:-0.125rem; }
.form select,
.form input[type=text],
.form input[type=tel],
.form textarea { -o-appearance:none; -ms-appearance:none; -moz-appearance:none; -webkit-appearance:none; appearance:none; box-sizing:border-box; color:inherit; display:inline-block; font-family:inherit; font-size:inherit; letter-spacing:inherit; line-height:normal; margin:0; max-width:100%; text-transform:none; -o-transition:box-shadow 0.45s, border-color 0.45s ease-in-out; -ms-transition:box-shadow 0.45s, border-color 0.45s ease-in-out; -moz-transition:box-shadow 0.45s, border-color 0.45s ease-in-out; -webkit-transition:box-shadow 0.45s, border-color 0.45s ease-in-out; transition:box-shadow 0.45s, border-color 0.45s ease-in-out; vertical-align:middle; }
.form select { background-repeat:no-repeat; background-position-x:97%; background-position-y:center; background-position:97% center; background-size:contain; background-image:url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg=="); }
.form option { display:block; white-space:pre; padding:0px 2px 1px; }
.form textarea { overflow:auto; }
@media all and (-ms-high-contrast:none) {
    .form input[type=checkbox],
    .form input[type=radio] { margin-top:-0.25rem; }
    .form select { background-image:none; }
    *::-ms-backdrop,
    .form input[type=checkbox],
    .form input[type=radio] { margin-top:-0.25rem; }
    *::-ms-backdrop,
    .form select { background-image:none; }
}
@supports (-ms-accelerator:true) {
    .form input[type=checkbox],
    .form input[type=radio] { margin-top:-0.25rem; }
}

/* button */
.btn { text-decoration:none; text-align:center; }
.btn table { border-collapse:collapse; margin:auto; font-size:1rem; line-height:1.375rem; height:3.25rem; }
.btn table td { padding:0; }

/* button --- display */
.btn.disp {}
.btn.disp.b03k { display:block; margin-bottom:0.5rem; }
.btn.disp.i10k { display:inline-block; width:120px; max-width:120px; }

/* button --- border */
.btn.bdr { border:1px solid transparent; }
.btn.bdr.rnd { border-radius:0.25rem; }

/* button --- bg */
.btn.bg { background-color:transparent; color:#4d4d4d; }

/* button --- animation */
.btn.ani { position:relative; overflow:hidden; }
/* button --- animation --- circle wave */
.btn.ani.cw {}
.btn.ani.cw:before { content:''; position:absolute; left:50%; top:50%; width:125%; padding-top:125%; border-radius:62.5%; margin-left:-62.5%; margin-top:-62.5%; transition:all .25s ease-in-out; transform:scale(0, 0); z-index:-1; }
.btn.ani.cw:hover:before { transform:scale(1.0, 1.0); }
/* button --- animation --- marker bounce */
.btn.ani .btn-m-wrapper { position:relative; display:inline-block; padding-right:4px; }
.btn.ani.mb:hover .marker { position:relative; display:inline-block;
    -moz-animation-name: marker-bounce-1;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;

    -ms-animation-name: marker-bounce-1;
    -ms-animation-duration: 5s;
    -ms-animation-timing-function: ease;
    -ms-animation-iteration-count: infinite;

    -o-animation-name: marker-bounce-1;
    -o-animation-duration: 5s;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;

    -webkit-animation-name: marker-bounce-1;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes marker-bounce-1 {
    0% { -moz-transform:translate3d(0px,0,0); }
    20% { -moz-transform:translate3d(3px,0,0); }
    80% { -moz-transform:translate3d(-1px,0,0); }
    100% { -moz-transform:translate3d(0px,0,0); }
}
@-ms-keyframes marker-bounce-1 {
    0% { -ms-transform:translate3d(0px,0,0); }
    20% { -ms-transform:translate3d(3px,0,0); }
    80% { -ms-transform:translate3d(-1px,0,0); }
    100% { -ms-transform:translate3d(0px,0,0); }
}
@-o-keyframes marker-bounce-1 {
    0% { -o-transform:translate3d(0px,0,0); }
    20% { -o-transform:translate3d(3px,0,0); }
    80% { -o-transform:translate3d(-1px,0,0); }
    100% { -o-transform:translate3d(0px,0,0); }
}
@-webkit-keyframes marker-bounce-1 {
    0% { -webkit-transform:translate3d(0px,0,0); }
    20% { -webkit-transform:translate3d(3px,0,0); }
    80% { -webkit-transform:translate3d(-1px,0,0); }
    100% { -webkit-transform:translate3d(0px,0,0); }
}

/* button --- type (00) ... サイズ感 */
.btn.typ-00 table { font-size:1rem; line-height:1.375rem; height:3.25rem;/*custom val (set btn min-height. recommended value: td's padding-top + padding-bottom + 2 * line-height or more)*/ }
.btn.typ-00 table td { padding:0.25rem 0; }
.btn.typ-00.disp.b03k { margin-bottom:0.5rem; }
.btn.typ-00.disp.i10k { width:120px; max-width:120px;/*custom val (set btn max-width. recommended value: 280px or less)*/ }
.btn.typ-00.bdr.rnd { border-radius:0.25rem; }

/* button --- border --- color scheme (00) ... 色合い */
.btn.bdr.clr-00a,
.btn.bdr.clr-00b,
.btn.bdr.clr-00c,
.btn.bdr.clr-00d { border:1px solid #1e8a46;/*濃色1*/ }
/* button --- bg --- color scheme (00) */
.btn.bg.clr-00a,
.btn.bg.clr-00b { background-color:#1e8a46;/*濃色1*/ color:#ffffff; }
.btn.bg.clr-00c,
.btn.bg.clr-00d { background-color:#c7e2d1;/*薄色1=白*75%+濃色1*25%*/ color:#4d4d4d; }
/* button --- animation --- change (color, background-color, border-color) color scheme (00) */
.btn.ani.cc.clr-00a:hover,
.btn.ani.cc.clr-00b:hover { background-color:rgba(199,226,209,0.25);/*薄色B*/ border-color:#8a461e;/*濃色B*/ color:#4d4d4d; }
.btn.ani.cc.clr-00c:hover,
.btn.ani.cc.clr-00d:hover { background-color:rgba(56,29,46,0.75);/*濃色B*/ border-color:#8a461e;/*薄色B*/ color:#ffffff; }
/* button --- animation --- circle wave --- color scheme (00) */
.btn.ani.cw.clr-00a::before,
.btn.ani.cw.clr-00c::before { background-color:#c7e2d1;/*薄色1*/ background-color:rgba(30,138,70,0.25);/*濃色1の透過25%*/ }
.btn.ani.cw.clr-00b::before,
.btn.ani.cw.clr-00d::before { background-color:#c7e2d1;/*薄色1*/ background-color:rgba(30,138,70,0.25);/*濃色1の透過25%*/
    background:-webkit-gradient(radial, center center, 0, center center, 100, from(rgba(30,138,70,0.25)), to(rgba(30,138,70,0)));
    background:-webkit-radial-gradient(center, circle cover, rgba(30,138,70,0.25) 0%, rgba(30,138,70,0) 100%);
    background:-moz-radial-gradient(center, circle cover, rgba(30,138,70,0.25) 0, rgba(30,138,70,0) 100%);
    background:-o-radial-gradient(center, circle cover, rgba(30,138,70,0.25) 0, rgba(30,138,70,0) 100%);
    background:radial-gradient(rgba(30,138,70,0.25) 0, rgba(30,138,70,0) 100%);
}




/* ********************************************************************************
 * .x.BL-C1-C100-R-000 (form)
 * ******************************************************************************** */
.x.BL-C1-C100-R-000 {}
.x.BL-C1-C100-R-000 .y { background-color:transparent; padding: 80px 0; }
.x.BL-C1-C100-R-000 .y .z { background-color:transparent; }
.x.BL-C1-C100-R-000 .y .z .w { padding:0 20px; }
.x.BL-C1-C100-R-000 .y .z .w .i { background-color:transparent; color:#333333; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1 { padding:12px 4px; border-top:1px #bdbdbd solid; border-bottom:1px #bdbdbd solid; margin-top:-1px; }/* form-item wrapper */
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 { border-collapse:collapse; width:100%; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1 { width:21rem; padding-right:1rem; }/* 項目名エリア */
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1-1 .has-marker { position:relative; padding-left:1rem; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1-1 .has-marker .marker { /*position:absolute;*/ left:0; top:0; width:1rem; text-align:center; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1-1 .has-marker .marker::before { content:''; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1-1 .has-marker .marker.required::before { content:'※'; color:#C03; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1-1 .has-marker .marker.optional::before { content:'　'; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1-1 .has-marker .marker.optional::before { content:'　'; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2 {}/* 入力欄エリア */
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 input[type=radio] { vertical-align:middle; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 input[type=checkbox] { vertical-align:middle; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 label { display: inline-block; margin-right: 1rem; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 label span {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-2 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-2-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-2-1-1 {}
/* form parts normalizer (custom param) */
.x.BL-C1-C100-R-000 .form select,
.x.BL-C1-C100-R-000 .form input[type=text],
.x.BL-C1-C100-R-000 .form input[type=tel],
.x.BL-C1-C100-R-000 .form textarea { background-color:#EBEBEB; border:1px solid #EBEBEB/*#5d924c*/; border-radius:3px; font-size:1rem; padding:0.5rem 14px;/*「.fomr select」と「ie fixパート」のpadding-rightと連動して調整しなければならない。左右のpaddingはhtml要素に指定している master となる font-size。*/ }
.x.BL-C1-C100-R-000 .form select { background-color:#ffffff; background-position-x:100%; background-position:100% center; background-image:none; /*width:100%;/*幅100%ととするか、padding-rightを設定する。*/ padding-right:2rem;/*「.fomr select」のpadding-rightと画像幅の和を設定する、*/ line-height: 1.4; }
.x.BL-C1-C100-R-000 .form .select-wrap { position: relative; display: inline-block; }
.x.BL-C1-C100-R-000 .form .select-wrap:before { content:'▼'; display: block; position:absolute; top:50%; right:0.75rem; margin-top: -11px; text-align:center; font-size:inherit; line-height:inherit; letter-spacing:inherit; font-family:inherit; color:inherit; pointer-events: none; }
.x.BL-C1-C100-R-000 .form option {}
.x.BL-C1-C100-R-000 .form input[type=text] { width:100%; }
.x.BL-C1-C100-R-000 .form input[type=tel] { width:100%; }
.x.BL-C1-C100-R-000 .form textarea { width:100%; min-height:8rem; }
/* error message */
.x.BL-C1-C100-R-000 .form .d1-1-1.error { background-color:#fcecf2; }
.x.BL-C1-C100-R-000 .form .d1-1-1.error select,
.x.BL-C1-C100-R-000 .form .d1-1-1.error input[type=text],
.x.BL-C1-C100-R-000 .form .d1-1-1.error input[type=tel],
.x.BL-C1-C100-R-000 .form .d1-1-1.error textarea { border-color:#C03; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 > tbody > tr.d1-1-1-1-2 { display:none;  color:#C03; }
/* ie fix */
@media all and (-ms-high-contrast:none) {
    .x.BL-C1-C100-R-000 .form input[type=checkbox],
    .x.BL-C1-C100-R-000 .form input[type=radio] { position:relative; top:2px; }
    .x.BL-C1-C100-R-000 .form select { background-image:none; padding-right:14px;/*「.fomr select」のpadding-rightと同じ値を設定する。*/ }
    *::-ms-backdrop,
    .x.BL-C1-C100-R-000 .form input[type=checkbox],
    .x.BL-C1-C100-R-000 .form input[type=radio] { position:relative; top:2px; }
    *::-ms-backdrop,
    .x.BL-C1-C100-R-000 .form select { background-image:none; padding-right:14px;/*「.fomr select」のpadding-rightと同じ値を設定する。*/ }
}
@supports (-ms-accelerator:true) {
    .x.BL-C1-C100-R-000 .form input[type=checkbox],
    .x.BL-C1-C100-R-000 .form input[type=radio] { top:2px; }
}
@media (min-width: 481px) {
    .x.BL-C1-C100-R-000 .form input[type=text] { width:90%; }
    .x.BL-C1-C100-R-000 .form input[type=tel] { width:90%; }
    .x.BL-C1-C100-R-000 .form textarea { width:90%; min-height:8rem; }
    .x.BL-C1-C100-R-000 .form .select-wrap { width: 90%; }
    .x.BL-C1-C100-R-000 .form .select-wrap.w40 { width: 40%; }
    .x.BL-C1-C100-R-000 .form select { width:100%; }

    .x.BL-C1-C100-R-000 .form .sw {}
    .x.BL-C1-C100-R-000 .form .sw:nth-child(n+2) { margin-top: 10px; }
    .x.BL-C1-C100-R-000 .form .sw span { display: inline-block; width: 140px; }
    .x.BL-C1-C100-R-000 .form .sw .select-wrap { width: 12%; }

    .x.BL-C1-C100-R-000 .form .datepicker { width: 20% !important; }
    .x.BL-C1-C100-R-000 .form .timepicker { width: 16% !important; }

    .x.BL-C1-C100-R-000 .form #birthday { width: 42% !important; }
    .x.BL-C1-C100-R-000 .form #zip { width: 42% !important; }

    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 { height:39px;/*It works min-height.*/ }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 .s { display:inline-block; width:1rem; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 .note { margin-top: 3px; font-size: 0.95rem; letter-spacing: 0; line-height: 1.8; color: #828282; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 .note2 { margin-top: 3px; font-size: 0.95rem; letter-spacing: 0; line-height: 1.8; color: #C03; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1.error .d1-1-1-1 .t1 > tbody > tr.d1-1-1-1-2 { display:table-row; }
}
@media (max-width: 480px) {
    .x.BL-C1-C100-R-000 .form .select-wrap { width: 90%; }
    .x.BL-C1-C100-R-000 .form select { width:100%; }

    .x.BL-C1-C100-R-000 .form .sw {}
    .x.BL-C1-C100-R-000 .form .sw:nth-child(n+2) { margin-top: 10px; }
    .x.BL-C1-C100-R-000 .form .sw span { display: inline-block; width: 140px; }
    .x.BL-C1-C100-R-000 .form .sw .select-wrap { width: 30%; }

    .x.BL-C1-C100-R-000 .form .datepicker { width: 45% !important; }
    .x.BL-C1-C100-R-000 .form .timepicker { width: 30% !important; }

    .x.BL-C1-C100-R-000 .y .z .w .i { padding:10px 0 0; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1,
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2 { width:auto; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 { height:auto; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1,
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 > tbody,
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 > tbody > tr,
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 > tbody > tr > td { display:block; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1-1 .has-marker { padding-left:0; padding-bottom:1rem; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 .s { display:block; width:1rem; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 .note { margin-top: 3px; font-size: 0.95rem; letter-spacing: 0; line-height: 1.8; color: #828282; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 .note2 { margin-top: 3px; font-size: 0.95rem; letter-spacing: 0; line-height: 1.8; color: #C03; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1.error .d1-1-1-1 .t1 > tbody > tr.d1-1-1-1-2 { display:block; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1.va-t { vertical-align:top; }

    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-2-1 label { display: block; margin-right: 0; }
}

.x.BL-C1-C100-R-000 .marker { background:none; }

:placeholder-shown { color:#ccc; }
::-webkit-input-placeholder { color:#ccc; }
:-moz-placeholder { color:#ccc; opacity:1; }
::-moz-placeholder { color:#ccc; opacity:1; }
:-ms-input-placeholder { color:#ccc; } /* for IE10 only */
:-ms-input-placeholder { color:#ccc !important; } /* for IE10-11 */
::-ms-input-placeholder { color:#ccc; } /* Edge */
::placeholder { color:#ccc;} /* CSS Working Draft */

.x.BL-C1-C100-R-000 .form .d1-1-2 { text-align:center; }
.x.BL-C1-C100-R-000 .form .d1-1-2-1 { display:inline-block; text-align:left; /*max-width:640px;*/ padding:40px 14px; }
.x.BL-C1-C100-R-000 .form .d1-1-2-1 .required { color:#C03; }
.x.BL-C1-C100-R-000 .form .d1-1-2-1 a { text-decoration:underline; color:#333333; }
.x.BL-C1-C100-R-000 .form .d1-1-2-2 a { display:inline-block; background-color:#0E9A92; color:#fff; border: 1px solid #fff; margin:10px; border-radius: 16px; }
.x.BL-C1-C100-R-000 .form .d1-1-2-2 a.back { background-color:#b0b0b0; color: #fff; }
@media (min-width: 481px) {
    .x.BL-C1-C100-R-000 .form .d1-1-2-2 a { width:320px; line-height:65px; font-size:1.2rem; letter-spacing: 0.5px; }
}
@media (max-width: 480px) {
    .x.BL-C1-C100-R-000 .form .d1-1-2-1 { padding:40px 0; }
    .x.BL-C1-C100-R-000 .form .d1-1-2-2 a { width:240px; line-height:45px; font-size:1rem; letter-spacing: 0.5px; }
}

/* index form */
@media (min-width: 481px) {
    #index .x.BL-C1-C100-R-000 .y { padding: 50px 0 90px; }
    #contact .x.BL-C1-C100-R-000 .y { padding: 50px 0 50px; }
    #contact_thx .x.BL-C1-C100-R-000 .y { padding: 50px 0 50px; }
    #inquiry .x.BL-C1-C100-R-000 .y { padding: 50px 0 80px; }
    #inquiry_thx .x.BL-C1-C100-R-000 .y { padding: 50px 0 80px; }
}
@media (max-width: 480px) {
    #index .x.BL-C1-C100-R-000 .y { padding: 40px 0 80px; }
    #contact .x.BL-C1-C100-R-000 .y { padding: 40px 0 40px; }
    #contact_thx .x.BL-C1-C100-R-000 .y { padding: 40px 0 40px; }
    #inquiry .x.BL-C1-C100-R-000 .y { padding: 30px 0 40px; }
    #inquiry_thx .x.BL-C1-C100-R-000 .y { padding: 30px 0 40px; }
}









html, body { background-color:transparent; margin:0; padding:0; }
html { background-color:transparent; }

@media (min-width: 481px) {
    .device-is-pc .no-pc { display:none; }
    .device-is-pc .no-tab { display:none; }
}
@media (max-width: 480px) {
    .device-is-pc .no-sp { display:none; }
}
.device-is-tab .no-tab { display:none; }
.device-is-sp .no-sp { display:none; }

@media screen and (max-width:1024px) {
    ::-webkit-scrollbar { width:0px; }
}

.x { min-width:0px; }
.x .y .z { width:auto; max-width:960px; }
@media (min-width: 960px) {
}
@media (min-width: 481px) and (max-width: 959px) {
    .x { width:960px; }
}
@media (max-width: 480px) {
}

a, img { -webkit-user-select:none; -webkit-touch-callout:none; }










/* ********************************************************************************
 * sp-header
 * ******************************************************************************** */
#sp-header { /*position:fixed;*/position: absolute; z-index:9997; top:0; width:100%; height:44px; background: #fff; border-bottom: 0.5px solid #888888; }
#sp-header a#btn-logo { position:absolute; top:2px; left:10px; display:block; width:62px; height:40px; font-size:20px; line-height:20px; text-align:center; font-weight:bold; background:no-repeat; background-position:center; background-size:contain; background-image:url(../img/header-logo.png?v1); text-indent: -9999px; }
#sp-header .desc { position:absolute; top:7px; left:105px; padding: 0; color: #fff; }
#sp-header .desc .ttl { font-size: 0.72rem; letter-spacing: 0; line-height: 1.2; }
#sp-header .desc .txt { font-size: 0.5rem; letter-spacing: 0; line-height: 1.4; margin-top: 2px; }
#sp-header a#btn-modal-menu-opener { position:absolute; top:2px; right:10px; display:block; width:40px; height:40px; font-size:20px; line-height:20px; text-align:center; font-weight:bold; background:no-repeat; background-position:center; background-size:contain; }
#sp-header a#btn-modal-menu-opener .bar1 { position:absolute; width:28px; height:3px; left:6px; top: 5px; background:#F28E14; border-radius:1px; }
#sp-header a#btn-modal-menu-opener .bar2 { position:absolute; width:28px; height:3px; left:6px; top:12px; background:#F28E14; border-radius:1px; }
#sp-header a#btn-modal-menu-opener .bar3 { position:absolute; width:28px; height:3px; left:6px; top:19px; background:#F28E14; border-radius:1px; }
#sp-header a#btn-modal-menu-opener .txt { position:absolute; width:40px; height:10px; left:0px; top:26px; font-size:10px; line-height:10px; text-align:center; }
#sp-header a#btn-modal-menu-opener .bar1 { top:10px; }
#sp-header a#btn-modal-menu-opener .bar2 { top:18px; }
#sp-header a#btn-modal-menu-opener .bar3 { top:26px; }
#sp-header a#btn-modal-menu-opener .txt { display:none; }

#modal-header-menu { display:none; position:fixed; width:100%; z-index:9999; top:0; right:0; bottom:0; left:0; background:#fff; font-family:"Helvetica Neue", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif; font-weight:400; }
.modal-header-menu-w { position:relative; width:100vw; height:100%; box-sizing:border-box; overflow:scroll; /*-webkit-overflow-scrolling:touch;*/ padding-bottom:100px; }
.modal-header-menu-i { padding:0 20px; }
.modal-header-menu-i .modal-header { position:relative; min-height:60px; }
.modal-header-menu-i .modal-header a#btn-modal-menu-closer { position:absolute; top:5px; right:0; display:block; width:20px; height:20px; font-size:20px; line-height:20px; text-align:center; font-weight:bold; background:no-repeat; background-position:center; background-size:contain; }

.modal-header-menu-i .item { padding: 0; border-bottom:1px solid #eee; }
.modal-header-menu-i .item a { display:block; padding:15px 0; font-size:18px; line-height:1.2; color: #404040; }
.modal-header-menu-i .item a.has-opener { position:relative; padding-right:16px; }
.modal-header-menu-i .item a.has-opener::after { content:""; position:absolute; top:50%; right:0; display:block; width:20px; height:20px; font-size:20px; line-height:20px; margin-top:-10px; text-align:center; font-weight:bold; background:no-repeat; background-position:center; background-size:contain; background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAByUlEQVR4nO3ZPUoEQRDF8X8vGxpvaCweQoxMxEQMPIc3EEPxDMaLmJpq4BFcTAwNNBRUzNpkEFfcD+R1v2p3aphohq56P5oOZlIms8o1cA/grh7APYC7egD3AO7qAdwDuEsOkEgnifSSSOeJNFSvL68svIAzIH+7L4Ghsof6UoY//RG+CQRV+K0Z4cMjqM6AjwXP94FxyDNBJQkcMX8XhNwJ2sWWRxi4gxcBaBGhzKINIZRbuBGEsos3gFC+wXIIFy6EOk0CI9RrFBShYquYCFUBIiJUB4iGYAGIhGADiIJgBYiAYAdwI9jDuxHswf+AMP63AB3C8RII26p+oX6MJNIIOFjw2ivwoOoZBqALfw1sznntHdjL5EdZY/eW77b9CJgwf9u/Idz6X71XObwdwB3eChAhvA0gSngLQKTw1QGiha8KEDF8NYCo4asARA5fHCB6+KIALYQvBtCFv48evghAS+HlAK2FlwK0GF4GAKy1cOD9dqm+CO2w+EvObibfiPrJSgVwCzzNeBY2PCA9AzaAZxrY9lNzSxebRggfPpNJ3eCySqR14BC4yuQ76eIFSg7QWoX5L+CqHsA9gLt6APcA7uoB3AO46xPxYZWOoUelNAAAAABJRU5ErkJggg==); -webkit-transform:rotate(90deg); transform: rotate(90deg); }
.modal-header-menu-i .item a.has-opener.open::after { -webkit-transform:rotate(-90deg); transform: rotate(-90deg); }
.modal-header-menu-i .item .icons { list-style: none; margin: 0; padding: 0; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.modal-header-menu-i .item .icons li { width: 30px; }
.modal-header-menu-i .item .icons li:nth-child(n+2) { margin-left: 9px; }
.modal-header-menu-i .item .icons li a { display: inline-block; }
.modal-header-menu-i .drop { display:none; }
.modal-header-menu-i .drop.open { display:block; }
.modal-header-menu-i .drop .item { border:none; }
.modal-header-menu-i .drop .item a { position: relative; padding-left: 16px; color: #404040; }
.modal-header-menu-i .drop .item a:after { content: ""; position: absolute; top: 50%; left: 0; width: 8px; height: 2px; margin-top: -1px; background: #404040; }
@media (max-width: 480px) {
    body.open-modal-header-menu { position:fixed; top:0; width:100%; }
    body.open-modal-header-menu #modal-header-menu { display:block; }
}

#sp-header .subm { position:absolute; top:9px; right:52px; }
#sp-header .subm ul { list-style: none; margin: 0; padding: 0; display: flex; flex-flow: row nowrap; justify-content: space-between; }
#sp-header .subm ul li { width: 24px; }
#sp-header .subm ul li:nth-child(n+2) { margin-left: 9px; }
#sp-header .subm ul li a { display: inline-block; }
#sp-header a#btn-modal-menu-opener { right:5px; }

/* ********************************************************************************
 * .x.header-000-000-pc
 * ******************************************************************************** */
.x.header-000-000-pc { position: relative; z-index:97; overflow:visible; }
.x.header-000-000-pc .y { background-image: url(../img/common-title-bg-01.jpg); background-position: center top; background-size: cover; background-repeat: no-repeat; }
.x.header-000-000-pc .y .z { max-width:none; }
.x.header-000-000-pc .y .z .w {}
.x.header-000-000-pc .y .z .w .i {}

.x.header-000-000-pc .y .z .w .i {}

.x.header-000-000-pc .y .z .w .i .d1 {}
.x.header-000-000-pc .y .z .w .i .d1-1 {}
.x.header-000-000-pc .y .z .w .i .d1-1-1 { max-width:960px; height:auto; margin:0 auto; padding: 25px 0 20px; box-sizing: border-box; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .l { float:left; padding: 0; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .l .hd { float:left; padding: 0; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .l .hd a { display: inline-block; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .l .desc { float:right; padding: 0; color: #828D91; margin: 20px 0 0 20px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .l .desc .txt { font-size: 1.325rem; letter-spacing: 0.5px; line-height: 1.32; font-weight: 700; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r { float:right; min-width: 320px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .subm { text-align: right; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .subm ul { list-style: none; margin: 0; padding: 0; display: flex; flex-flow: row nowrap; justify-content: flex-end; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .subm ul li { position: relative; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .subm ul li:nth-child(n+2) { margin-left: 30px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .subm ul li a { display: inline-block; font-size: 1.325rem; font-weight: 500; line-height: 1; letter-spacing: 0; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc { text-align: right; margin-top: 12px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc .name { color: #828D91; font-size: 1.275rem; letter-spacing: 0; line-height: 1.2; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc .tel { padding: 2px 0px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc .tel a { /*font-family:'Source Sans Pro', sans-serif;*/ position: relative; display: inline-block; line-height: 1; font-weight:500; font-size:2.625rem; letter-spacing: 1px; color: #F28E14; padding-left: 38px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc .tel a { cursor: default; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc .tel a:hover { opacity: 1; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc .tel a span { display: inline-block; /*vertical-align: middle;*/ }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc .tel a img { position: absolute; top: 3px; left: 0; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .etc .addr { color: #828D91; font-size: 1.275rem; letter-spacing: 0; line-height: 1.2; }

.x.header-000-000-pc .y .z .w .i .under {}
.x.header-000-000-pc .y .z .w .i .under .inner { max-width:960px; margin:0 auto; padding: 15px 0 0; line-height:0; text-align:center; border-bottom: 1px solid #F3F3F3; }

@media (min-width: 1920px) {
}
@media (min-width: 481px) {
}
@media (max-width: 480px) {
}

.x.header-tel {}
.x.header-tel .y {}
.x.header-tel .y .z {}
.x.header-tel .y .z .w {}
.x.header-tel .y .z .w .i {}
.x.header-tel .y .z .w .i .btn {}
.x.header-tel .y .z .w .i .btn a { display: inline-block; background-color: #A574AF; color: #ffffff; border-radius: 6px; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; white-space: nowrap; }
.x.header-tel .y .z .w .i .btn a:before { content: '\f879'; font-family: "Font Awesome 5 Free"; font-weight: 900; padding-bottom: 0.5rem; }
@media (min-width: 481px) {
    .x.header-tel .y .z .w .i .btn { position: fixed; z-index: 1000; top: 30%; right: 0; }
    .x.header-tel .y .z .w .i .btn a { font-size: 1.2rem; padding: 20px 15px; }
}
@media (max-width: 480px) {
    .x.header-tel .y {}
    .x.header-tel .y .z .w .i {}

    .x.header-tel .y .z .w .i .btn { position: fixed; z-index: 1000; top: 18%; left: 90%; }
    .x.header-tel .y .z .w .i .btn a { font-size: 1.0rem; letter-spacing: 0; padding: 12px 5px; }
}

.x.side-btns { overflow: visible; }
.x.side-btns .y {}
.x.side-btns .y .z { max-width: none; }
.x.side-btns .y .z .w {}
.x.side-btns .y .z .w .i {}
.x.side-btns .y .z .w .i .btn {}
.x.side-btns .y .z .w .i .btn.absolute {}
.x.side-btns .y .z .w .i .btn ul { list-style:none; margin:0; padding:0; }
.x.side-btns .y .z .w .i .btn ul li {}
.x.side-btns .y .z .w .i .btn a { display: inline-block; }
@media (min-width: 481px) {
    .x.side-btns .y .z .w .i .btn { position: fixed; z-index: 1000; bottom: 60%; right: 0; }
    .x.side-btns .y .z .w .i .btn.absolute { position: absolute; bottom: 62px; }
    .x.side-btns .y .z .w .i .btn li {}
    .x.side-btns .y .z .w .i .btn li:nth-child(n+2) { margin-top: 10px; }
    .x.side-btns .y .z .w .i .btn a {}
}
@media (max-width: 480px) {
    .x.side-btns .y {}
    .x.side-btns .y .z .w .i {}

    .x.side-btns .y .z .w .i .btn { position: fixed; z-index: 100; top: 18%; right: /*0*/-30%;; width: 36px; transition-duration: .4s; transition-property: right; }
    .open-modal-header-menu .x.side-btns .y .z .w .i .btn { display: none; }
    .x.side-btns .y .z .w .i .btn li:nth-child(n+2) { margin-top: 10px; }
    .x.side-btns .y .z .w .i .btn a {}
    .x.side-btns .y .z .w .i .btn a img {}
}


.x.side-sns { overflow: visible; }
.x.side-sns .y {}
.x.side-sns .y .z { max-width: none; }
.x.side-sns .y .z .w {}
.x.side-sns .y .z .w .i {}
.x.side-sns .y .z .w .i .sns {}
.x.side-sns .y .z .w .i .sns.absolute {}
.x.side-sns .y .z .w .i .sns ul { list-style:none; margin:0; padding:0; }
.x.side-sns .y .z .w .i .sns ul li {}
.x.side-sns .y .z .w .i .sns ul li a { display: inline-block; }
.x.side-sns .y .z .w .i .btn a { display: inline-block; background-color: #A574AF; color: #ffffff; border-radius: 6px; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; white-space: nowrap; }
.x.side-sns .y .z .w .i .btn a:before { content: '\f879'; font-family: "Font Awesome 5 Free"; font-weight: 900; padding-bottom: 0.5rem; }
@media (min-width: 481px) {
    .x.side-sns .y .z .w .i .sns { position: fixed; z-index: 1000; top: 30%; right: 5px; }
    .x.side-sns .y .z .w .i .sns.absolute { position: absolute; top: auto; bottom: 70px; }
    .x.side-sns .y .z .w .i .sns ul li {}
    .x.side-sns .y .z .w .i .sns ul li:nth-child(n+2) { margin-top: 15px; }
    .x.side-sns .y .z .w .i .btn a { font-size: 1.2rem; padding: 20px 15px; }
}
@media (max-width: 480px) {
    .x.side-sns .y {}
    .x.side-sns .y .z .w .i {}

    .x.side-sns .y .z .w .i .sns { position: fixed; z-index: 1000; top: 18%; left: 100%/*90%*/; transition: .3s; }
    .x.side-sns .y .z .w .i .sns ul li {}
    .x.side-sns .y .z .w .i .sns ul li:nth-child(n+2) { margin-top: 15px; }
    .x.side-sns .y .z .w .i .btn a { font-size: 1.0rem; letter-spacing: 0; padding: 12px 5px; }
}


/* ********************************************************************************
 * .x.header-000-000-pc-apdx
 * ******************************************************************************** */
.x.header-000-000-pc-apdx .y .z .w .i .d1{ display:none; }
#index .x.header-000-000-pc-apdx .y .z .w .i .d1 { display:block; }
.x.header-000-000-pc-apdx { background-color:#fdfdfd; /*box-shadow:0 0 10px 0 rgba(0,0,0,0.0625) inset;*/
    /*set BASE-MENU-BAR-HEIGHT (8 of 9)*/
    /*メニューがロゴ領域より上の場合はpadding-top、下の場合はpadding-botomを設定する*/
    /*padding-top:58px; padding-bottom:0px;*/
    /*padding-top:0px; padding-bottom:58px;*/
    padding-top:0px; padding-bottom:0;
}
@media (min-width: 481px) {
}
@media (max-width: 480px) {
    .x.header-000-000-pc-apdx { padding-top:44px; }
}




/* ********************************************************************************
 * index
 * ******************************************************************************** */
#index .x.aaa { /*overflow:visible;*/ }
#index .x.aaa .y {}
#index .x.aaa .y .z { max-width:none; }
#index .x.aaa .y .z .w {}
#index .x.aaa .y .z .w .i {}
#index .x.aaa .y .z .w .i .d1 {}
#index .x.aaa .y .z .w .i .d1-1 { position: relative; }
#index .x.aaa .y .z .w .i .d1-1-1 { position: relative; width: 100%; box-sizing: border-box; background-color: #fff; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container { display: none; position: relative; width: 100%; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container.initialized { display: block; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider { list-style:none; margin:0; padding:0; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider a { display: block; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider a.no-link { cursor: default; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider a.no-link:hover { opacity: 1; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider .imgbox { position: relative; background-size: cover !important; background-repeat: no-repeat !important; background-position: center bottom !important; background-color: transparent !important; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider .imgbox .caption { position: absolute; left: 0; bottom: 0; display: block; color: #fff; width: 100%; background-color: rgba(0,0,0,0.6); box-sizing: border-box; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider .imgbox .caption.hdn { display: none; }

#index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots { bottom: 2.0% !important; /*right: 2.5% !important;*/ text-align: center !important; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li {}
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button {}
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button:before { opacity: 1; color: #2D0E03; font-size: 15px; content: '■'; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li.slick-active button:before { color: #816070; }

#index .x.aaa .y .z .w .i .d1-1-1 .txt-box { z-index: 1000; }
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner { position: relative; width: 100%; height: 100%; box-sizing: border-box; }
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box { overflow: hidden; }
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info { position: relative; }
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt1 { font-weight: 700; }
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt1 span {}
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt2 { font-weight: 500; }
@media (min-width: 1600px) {
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider .imgbox { padding-top: min(32%, 800px) }
}
@media (min-width: 481px) {

    #index .x.aaa .y .z .w .i .d1-1-1 {}
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container {}
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider { width:100%; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider .imgbox { widht:100%; min-height: 700px; box-sizing: border-box; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider .imgbox .caption { padding: 15px; font-size: 13px; line-height: 1.4; }

    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; margin: 0 auto; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner { max-width: 960px; margin: 0 auto; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box { position: absolute; top: 60px; left: 0; width: 100%; height: auto; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info {}
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt1 { font-size: 1.875rem; letter-spacing: 1px; line-height: 1.8; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt1 span { font-size: 2.925rem; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt2 { margin-top: 30px; font-size: 1.325rem; letter-spacing: 1px; line-height: 1.6; }
}
@media (max-width: 480px) {
    #index .x.aaa .y .z .w {}

    #index .x.aaa .y .z .w .i .d1-1-1 {}
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container {}
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider {}
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider .imgbox { padding-top: 70%; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider-container .g-slider .imgbox .caption { padding: 15px; font-size: 13px; line-height: 1.4; }

    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots { bottom: 2.0% !important; right: 2% !important; text-align: center !important; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li { width: 15px; height: 15px; margin: 0 2px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button { width: 15px; height: 15px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button:before { font-size: 7px; width: 15px; height: 15px; line-height: 15px; }

    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; margin: 0 auto; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner {}
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box { position: absolute; top: 15px; left: 10px; width: 100%; height: auto; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info {}
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt1 { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.6; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt1 span { font-size: 1.2rem; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .box .info .txt2 { margin-top: 20px; font-size: 0.725rem; letter-spacing: 0.5px; line-height: 1.4; }
}


#index .x.bbb {}
#index .x.bbb .y {}
#index .x.bbb .y .z {}
#index .x.bbb .y .z .w {}
#index .x.bbb .y .z .w .i {}
#index .x.bbb .y .z .w .i .d1 {}
#index .x.bbb .y .z .w .i .d1-1 {}
#index .x.bbb .y .z .w .i .d1-1-1 {}
#index .x.bbb .y .z .w .i .d1-1-1 .head { text-align: center; }
#index .x.bbb .y .z .w .i .d1-1-1 .head .title {}
#index .x.bbb .y .z .w .i .d1-1-1 .head .title div { display: inline-block; }
#index .x.bbb .y .z .w .i .d1-1-1 .content { position: relative; }
#index .x.bbb .y .z .w .i .d1-1-1 .content ul { list-style: none; margin: 0; padding: 0; }
#index .x.bbb .y .z .w .i .d1-1-1 .content ul li {}
#index .x.bbb .y .z .w .i .d1-1-1 .content ul li img {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .txt { font-weight: 500; }
@media (min-width: 481px) {
    #index .x.bbb .y .z { padding: 60px 0 60px; }

    #index .x.bbb .y .z .w .i .d1-1-1 {}
    #index .x.bbb .y .z .w .i .d1-1-1 .head {}
    #index .x.bbb .y .z .w .i .d1-1-1 .head .title {}
    #index .x.bbb .y .z .w .i .d1-1-1 .head .title div { font-size: 1.85rem; letter-spacing: 0.5px; line-height: 1.2; padding: 0 10px 8px; border-bottom: 7px solid #F08706; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content { margin-top: 50px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content ul { display: flex; flex-flow: row wrap; justify-content: space-between; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content ul li {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content ul li img {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .txt { margin-top: 60px; font-size: 1.325rem; letter-spacing: 0.5px; line-height: 1.6; }
}
@media (max-width: 480px) {
    #index .x.bbb .y .z { padding: 40px 0 40px; }
    #index .x.bbb .y .z .w .i { padding:0 20px; }

    #index .x.bbb .y .z .w .i .d1-1-1 {}
    #index .x.bbb .y .z .w .i .d1-1-1 .head {}
    #index .x.bbb .y .z .w .i .d1-1-1 .head .title {}
    #index .x.bbb .y .z .w .i .d1-1-1 .head .title div { font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; padding: 0 8px 5px; border-bottom: 5px solid #F08706; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content { margin-top: 40px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content ul { display: flex; flex-flow: row wrap; justify-content: space-between; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content ul li {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content ul li:nth-child(n+3) { margin-top: 20px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content ul li img { width: 130px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .txt { margin-top: 40px; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.6; }
}


#index .x.ccc {}
#index .x.ccc .y { background-color: #F4EBEA; }
#index .x.ccc .y .z {}
#index .x.ccc .y .z .w {}
#index .x.ccc .y .z .w .i {}
#index .x.ccc .y .z .w .i .d1 {}
#index .x.ccc .y .z .w .i .d1-1 {}
#index .x.ccc .y .z .w .i .d1-1-1 {}
#index .x.ccc .y .z .w .i .d1-1-1 .head { text-align: center; }
#index .x.ccc .y .z .w .i .d1-1-1 .head .title {}
#index .x.ccc .y .z .w .i .d1-1-1 .head .title div { display: inline-block; }
#index .x.ccc .y .z .w .i .d1-1-1 .content { position: relative; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table {}
#index .x.ccc .y .z .w .i .d1-1-1 .content table tr { background-color: #F4EBEA; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table tr:nth-child(2n+1) { background-color: #fff; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table th { font-weight: normal; font-weight: 500; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table th div {}
#index .x.ccc .y .z .w .i .d1-1-1 .content table td { font-weight: 500; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table td span { display: inline-block; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table td a {}
#index .x.ccc .y .z .w .i .d1-1-1 .content table td a.link { color: #2A62F6; text-decoration: underline; }
@media (min-width: 481px) {
    #index .x.ccc .y .z { padding: 50px 0 60px; }

    #index .x.ccc .y .z .w .i .d1-1-1 {}
    #index .x.ccc .y .z .w .i .d1-1-1 .head {}
    #index .x.ccc .y .z .w .i .d1-1-1 .head .title {}
    #index .x.ccc .y .z .w .i .d1-1-1 .head .title div { font-size: 1.85rem; letter-spacing: 0.5px; line-height: 1.2; padding: 0 10px 8px; border-bottom: 7px solid #F08706; }
    #index .x.ccc .y .z .w .i .d1-1-1 .head .addr { margin-top: 36px; font-size: 1.415rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content { margin-top: 50px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table { border-collapse:collapse; width: 720px; margin: 0 auto; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table tr {}
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th { width: 180px; font-size: 1.425rem; letter-spacing: 0.5px; line-height: 1.6; padding: 15px 0 15px 45px; vertical-align: top; text-align: left; box-sizing: border-box; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th div { width: auto; display: inline-block; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table td { font-size: 1.425rem; letter-spacing: 0.5px; line-height: 1.6; padding: 15px 45px 15px 70px; box-sizing: border-box; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table td a {}
}
@media (max-width: 480px) {
    #index .x.ccc .y .z { padding: 40px 0 40px; }
    #index .x.ccc .y .z .w .i { padding:0 20px; }

    #index .x.ccc .y .z .w .i .d1-1-1 {}
    #index .x.ccc .y .z .w .i .d1-1-1 .head {}
    #index .x.ccc .y .z .w .i .d1-1-1 .head .title {}
    #index .x.ccc .y .z .w .i .d1-1-1 .head .title div { font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; padding: 0 8px 5px; border-bottom: 5px solid #F08706; }
    #index .x.ccc .y .z .w .i .d1-1-1 .head .addr { margin-top: 20px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content { margin-top: 40px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table { width: 100%; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table,
    #index .x.ccc .y .z .w .i .d1-1-1 .content table > tbody,
    #index .x.ccc .y .z .w .i .d1-1-1 .content table > tbody > tr,
    #index .x.ccc .y .z .w .i .d1-1-1 .content table > tbody > tr > th,
    #index .x.ccc .y .z .w .i .d1-1-1 .content table > tbody > tr > td { display:block; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table tr {}
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th { padding: 10px 0; font-size: 1rem; border: 1px solid #d4d4d4; border-bottom: 1px dotted #d4d4d4; margin-top: -1px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th div { width: auto; display: inline-block; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table td { padding: 10px 5px; font-size: 1rem; letter-spacing: 0.5px; border: 1px solid #d4d4d4; border-top: none; margin-top: -1px; }
}


#index .x.ddd {}
#index .x.ddd .y {}
#index .x.ddd .y .z { max-width: none; }
#index .x.ddd .y .z .w {}
#index .x.ddd .y .z .w .i {}
#index .x.ddd .y .z .w .i .d1 {}
#index .x.ddd .y .z .w .i .d1-1 {}
#index .x.ddd .y .z .w .i .d1-1-1 {}
#index .x.ddd .y .z .w .i .d1-1-1 .head { text-align: center; }
#index .x.ddd .y .z .w .i .d1-1-1 .head .title {}
#index .x.ddd .y .z .w .i .d1-1-1 .head .title div { display: inline-block; }
#index .x.ddd .y .z .w .i .d1-1-1 .head .addr { font-weight: 500; }
#index .x.ddd .y .z .w .i .d1-1-1 .content { overflow: hidden; }
#index .x.ddd .y .z .w .i .d1-1-1 .content .gmap { position:relative; height:0; overflow:hidden; /*padding-top:56.25%;*/ }
#index .x.ddd .y .z .w .i .d1-1-1 .content .gmap iframe { position:absolute; top:-50%; left:0; width:100% !important; height:200% !important; }
@media (min-width: 481px) {
    #index .x.ddd .y .z { padding: 40px 0 10px; }

    #index .x.ddd .y .z .w .i .d1-1-1 {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head { max-width: 960px; margin: 0 auto; }
    #index .x.ddd .y .z .w .i .d1-1-1 .head .title {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head .title div { font-size: 1.85rem; letter-spacing: 0.5px; line-height: 1.2; padding: 0 10px 8px; border-bottom: 7px solid #F08706; }
    #index .x.ddd .y .z .w .i .d1-1-1 .head .addr { margin-top: 36px; font-size: 1.415rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content { max-height: 500px; margin-top: 15px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .gmap { padding-top: 32%; }
}
@media (max-width: 480px) {
    #index .x.ddd .y .z { padding: 30px 0 10px; }
    #index .x.ddd .y .z .w {}

    #index .x.ddd .y .z .w .i .d1-1-1 {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head .title {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head .title div { font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; padding: 0 8px 5px; border-bottom: 5px solid #F08706; }
    #index .x.ddd .y .z .w .i .d1-1-1 .head .addr { margin-top: 20px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content { margin-top: 15px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .gmap { padding-top: 85.715%; }
}


.x .y .z .w .i .d1-1-1 .content .no-item { text-align:center; }
#index .x .y .z .w .i .d1-1-1 .content .no-item { text-align:center; }
#index .x .y .z .w .i .d1-1-1 .content .news .no-item { /*color: #fff;*/ }
@media (min-width: 481px) {
    .x .y .z .w .i .d1-1-1 .content .no-item { margin:0; font-size:1.2rem; line-height:1.4; }
    #index .x .y .z .w .i .d1-1-1 .content .no-item { margin:0; font-size:1.2rem; line-height:1.4; }
}
@media (max-width: 480px) {
    .x .y .z .w .i .d1-1-1 .content .no-item { margin:0; font-size:1.1rem; line-height:1.4; }
    #index .x .y .z .w .i .d1-1-1 .content .no-item { margin:0; font-size:1.1rem; line-height:1.4; }
}




/* ********************************************************************************
 * title
 * ******************************************************************************** */
.x.title {}
.x.title .y {}
.x.title .y .z {}
.x.title .y .z .w {}
.x.title .y .z .w .i {}
.x.title .y .z .w .i .d1 {}
.x.title .y .z .w .i .d1-1 {}
.x.title .y .z .w .i .d1-1-1 {}
.x.title .y .z .w .i .d1-1-1 .head { text-align: center; }
.x.title .y .z .w .i .d1-1-1 .head div { font-weight: bold; }
@media (min-width: 481px) {
    .x.title .y .z { padding: 0 0 0; }

    .x.title .y .z .w .i .d1-1-1 {}
    .x.title .y .z .w .i .d1-1-1 .head { padding: 25px 0px; }
    .x.title .y .z .w .i .d1-1-1 .head div { font-size: 1.875rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (max-width: 480px) {
    .x.title .y .z { padding: 20px 0 0; }
    .x.title .y .z .w .i {}

    .x.title .y .z .w .i .d1-1-1 {}
    .x.title .y .z .w .i .d1-1-1 .head { padding: 18px 0px; }
    .x.title .y .z .w .i .d1-1-1 .head div { font-size: 1.275rem; letter-spacing: 0.5px; line-height: 1.2; }
}




/* ********************************************************************************
 * inquiry
 * ******************************************************************************** */
#inquiry .x.aaa {}
#inquiry .x.aaa .y {}
#inquiry .x.aaa .y .z { max-width: none; }
#inquiry .x.aaa .y .z .w {}
#inquiry .x.aaa .y .z .w .i {}
#inquiry .x.aaa .y .z .w .i .d1 {}
#inquiry .x.aaa .y .z .w .i .d1-1 {}
#inquiry .x.aaa .y .z .w .i .d1-1-1 {}
@media (min-width: 481px) {
    #inquiry .x.aaa .y { margin-top: 20px; }

    #inquiry .x.aaa .y .z .w .i .d1-1-1 { max-width: 960px; margin: 0 auto; }
}
@media (max-width: 480px) {
    #inquiry .x.aaa .y { margin-top: 20px; }
    #inquiry .x.aaa .y .z .w .i { padding:0 20px; }

    #inquiry .x.aaa .y .z .w .i .d1-1-1 {}
}




/* ********************************************************************************
 * inquiry_thx
 * ******************************************************************************** */
#inquiry_thx .x.aaa {}
#inquiry_thx .x.aaa .y {}
#inquiry_thx .x.aaa .y .z { max-width: none; }
#inquiry_thx .x.aaa .y .z .w {}
#inquiry_thx .x.aaa .y .z .w .i {}
#inquiry_thx .x.aaa .y .z .w .i .d1 {}
#inquiry_thx .x.aaa .y .z .w .i .d1-1 {}
#inquiry_thx .x.aaa .y .z .w .i .d1-1-1 {}
@media (min-width: 481px) {
    #inquiry_thx .x.aaa .y { margin-top: 20px; }

    #inquiry_thx .x.aaa .y .z .w .i .d1-1-1 { max-width: 960px; margin: 0 auto; }
}
@media (max-width: 480px) {
    #inquiry_thx .x.aaa .y { margin-top: 20px; }
    #inquiry_thx .x.aaa .y .z .w .i { padding:0 20px; }

    #inquiry_thx .x.aaa .y .z .w .i .d1-1-1 {}
}




.x .y .z .w .i .d1-1-1 .u-cnst { font-size: 24px; letter-spacing: 1px; line-height: 1.2; text-align:center; padding:160px 0; }



/* ********************************************************************************
 * common-tel-01
 * ******************************************************************************** */
.x.common-tel-01 {}
.x.common-tel-01 .y {}
.x.common-tel-01 .y .z {}
.x.common-tel-01 .y .z .w {}
.x.common-tel-01 .y .z .w .i {}
.x.common-tel-01 .y .z .w .i .d1 {}
.x.common-tel-01 .y .z .w .i .d1-1 {}
.x.common-tel-01 .y .z .w .i .d1-1-1 {}
.x.common-tel-01 .y .z .w .i .d1-1-1 .content { text-align: center; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel {}
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { position: relative; display: inline-block; font-weight:500; color: #F28E14; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a span { display: inline-block; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a img { position: absolute; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt { font-weight: 500; }
@media (min-width: 481px) {
    .x.common-tel-01 .y .z { padding: 40px 0 40px; }

    .x.common-tel-01 .y .z .w .i .d1-1-1 {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { padding-left: 55px; font-size: 3.35rem; letter-spacing: 1px; line-height: 1; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a span {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a img { top: 1px; left: 0; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt { margin-top: 20px; font-size: 1.35rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (max-width: 480px) {
    .x.common-tel-01 .y .z { padding: 30px 0 30px; }
    .x.common-tel-01 .y .z .w .i { padding:0 20px; }

    .x.common-tel-01 .y .z .w .i .d1-1-1 {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { padding-left: 36px; font-size: 2.15rem; letter-spacing: 0.5px; line-height: 1; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a span {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a img { width: 32px; top: 1px; left: 0; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt { margin-top: 20px; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.4; }
}




/* ********************************************************************************
 * footer
 * ******************************************************************************** */
.x.footer-btn { overflow: visible; }
.x.footer-btn .y {}
.x.footer-btn .y .z { max-width:none; }
.x.footer-btn .y .z .w {}
.x.footer-btn .y .z .w .i {}
.x.footer-btn .y .z .w .i .d1 {}
.x.footer-btn .y .z .w .i .d1-1 {}
.x.footer-btn .y .z .w .i .d1-1-1 { position: relative; }
.x.footer-btn .y .z .w .i .d1-1-1 a { display: inline-block; background-color: #F28E14; color: #fff; border-radius: 50%; transition: .4s; opacity: 0; visibility: hidden; box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5); }
.x.footer-btn .y .z .w .i .d1-1-1 a.active { opacity: 1; visibility: visible; }
.x.footer-btn .y .z .w .i .d1-1-1 a.absolute { /*position: absolute; bottom: 2.5px;*/ }
.x.footer-btn .y .z .w .i .d1-1-1 a div { text-align: center; vertical-align: middle; font-weight: bold; }
.x.footer-btn .y .z .w .i .d1-1-1 a:hover { opacity: 1; }
@media (min-width: 481px) {
    .x.footer-btn .y { padding: 0 0 0; }

    .x.footer-btn .y .z .w .i .d1-1-1 {}
    /*.x.footer-btn .y .z .w .i .d1-1-1 a { position: fixed; right: 0.5%; bottom: 2.5px; z-index: 100; width: 70px;  height: 70px; }*/
    .x.footer-btn .y .z .w .i .d1-1-1 a { position: fixed; right: 0.5%; bottom: 2.5px; z-index: 100; width: 55px;  height: 55px; }
    .x.footer-btn .y .z .w .i .d1-1-1 a div { display: table-cell; width: inherit; height: inherit; font-size: 0.9rem; line-height: 1; letter-spacing: 0.5px; }
    .x.footer-btn .y .z .w .i .d1-1-1 a.absolute { position: absolute; bottom: 2.5px; }
}
@media (max-width: 480px) {
    .x.footer-btn .y { padding: 0 0 0; }
    .x.footer-btn .y .z .w .i {}

    .x.footer-btn .y .z .w .i .d1-1-1 {}
    .x.footer-btn .y .z .w .i .d1-1-1 a { position: fixed; right: 0.75%; bottom: 10px; z-index: 100; width: 46px;  height: 46px;  border: solid 1px #fff; }
    .x.footer-btn .y .z .w .i .d1-1-1 a div { display: table-cell; width: inherit; height: inherit; font-size: 0.775rem; line-height: 1; letter-spacing: 0.5px; }
}

.x.footer { position:relative; }
.x.footer .y { border-top: 15px solid #F08706; }
.x.footer .y .z {}
.x.footer .y .z .w {}
.x.footer .y .z .w .i {}
.x.footer .y .z .w .i .d1 {}
.x.footer .y .z .w .i .d1-1 {}
.x.footer .y .z .w .i .d1-1-1 { position: relative; text-align: center; }
.x.footer .y .z .w .i .d1-1-1 .copyright { font-weight: 500; }
.x.footer .y .z .w .i .d1-1-1 .copyright span { display: inline-block; }
@media (min-width: 481px) {
    .x.footer .y .z { padding: 0; }

    .x.footer .y .z .w .i .d1-1-1 { padding: 25px 0; }
    .x.footer .y .z .w .i .d1-1-1 .copyright { font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (max-width: 480px) {
    .x.footer .y { border-top: 10px solid #F08706; }
    .x.footer .y .z { padding: 0; }
    .x.footer .y .z .w .i { padding:0 20px; }

    .x.footer .y .z .w .i .d1-1-1 { padding: 30px 0 30px; }
    .x.footer .y .z .w .i .d1-1-1 .copyright {  font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.2; }
}



.wow { visibility:hidden; }








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}