/*! 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*/; }

.marugo { font-family:'Kosugi Maru', 'hiragino maru gothic proN', meiryo, helvetica, arial, sans-serif; }
.marugo2 { font-family: 'M PLUS Rounded 1c', sans-serif; }
.zenmaru { font-family: 'Zen Maru Gothic', 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; }
.gothic2 { font-family:'PT Sans', '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; }
.mincho2 { font-family: 'PT Serif', '游明朝', 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; }
.kosugi { font-family: 'Kosugi', 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: 20px 0 120px; }
.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:2px #1E9E90 dashed;*/ border-bottom:1px #CEE7D3 dashed; 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:17rem; 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 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 .hdn { display: none; }
.x.BL-C1-C100-R-000 .form a.link { color:#1272b4; text-decoration: underline; }
.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 { 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: 18% !important; }
    .x.BL-C1-C100-R-000 .form .timepicker { width: 12% !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.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.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 { color: #006AB3; text-decoration:underline; }
.x.BL-C1-C100-R-000 .form .d1-1-2-2 a { display:inline-block; background-color:#18A93E; color:#fff; margin:10px; border-radius: 12px; }
.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:300px; line-height:50px; font-size:1.45rem; letter-spacing: 1px; box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25); }
    .x.BL-C1-C100-R-000 .form .d1-1-2-2 a.confirm {}
}
@media (max-width: 480px) {
    .x.BL-C1-C100-R-000 .form .d1-1-2-1 { padding:30px 0 20px; }
    .x.BL-C1-C100-R-000 .form .d1-1-2-2 a { width:240px; line-height:40px; font-size:18px; letter-spacing: 1px; box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25); }
}

/* index form */
#index .x.BL-C1-C100-R-000 .y {}
@media (min-width: 481px) {
    #index .x.BL-C1-C100-R-000 .y { padding: 40px 0 40px; }
    #inquiry .x.BL-C1-C100-R-000 .y { padding: 60px 0 120px; background-color: transparent; }
    #inquiry_thx .x.BL-C1-C100-R-000 .y { padding: 60px 0 120px; background-color: transparent; }
}
@media (max-width: 480px) {
    #index .x.BL-C1-C100-R-000 .y { padding: 30px 0 30px; }
    #inquiry .x.BL-C1-C100-R-000 .y { padding: 20px 0 80px; background-color: transparent; }
    #inquiry_thx .x.BL-C1-C100-R-000 .y { padding: 20px 0 80px; background-color: transparent; }
}

/* form tittle */
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .title { text-align: center; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .title div { display: inline-block; font-weight: bold; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .title div .c1 { color: #FF6C7D; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul { list-style: none; margin: 0; padding: 0; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul li {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul li a { display: inline-block; }
@media (min-width: 481px) {
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .title {}
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .title div { font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; padding: 0 30px 15px; border-bottom: 4px solid #1E9E90; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner { margin-top: 40px; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul {}
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul li {}
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul li a {}

    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .form {}
}
@media (max-width: 480px) {
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .title {}
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .title div { font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; padding: 0 15px 10px; border-bottom: 2px solid #1E9E90; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner { margin-top: 15px; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul {}
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul li {}
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .head .banner ul li a {}

    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1 .form {}
}








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:1100px; }
.x .y .z { width:auto; max-width:1100px; }
@media (min-width: 1100px) {
}
@media (min-width: 481px) and (max-width: 1099px) {
    .x { width:1100px; }
}
@media (max-width: 480px) {
    .x { min-width:auto; }
}

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 #0CA634; }
#sp-header a#btn-logo { position:absolute; top:2px; left:10px; display:block; width:160px; 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); }
#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:#0CA634; border-radius:1px; }
#sp-header a#btn-modal-menu-opener .bar2 { position:absolute; width:28px; height:3px; left:6px; top:12px; background:#0CA634; border-radius:1px; }
#sp-header a#btn-modal-menu-opener .bar3 { position:absolute; width:28px; height:3px; left:6px; top:19px; background:#0CA634; 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 .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; }
}


@keyframes fadein {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {s
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/* ********************************************************************************
 * .x.header-000-000-pc
 * ******************************************************************************** */
.x.header-000-000-pc { position: relative; z-index:97; overflow:visible; }
.x.header-000-000-pc .y {}
.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 .d0 { background-color: #E6E5E5; padding: 5px 0px; }
.x.header-000-000-pc .y .z .w .i .d0-1 { max-width: 1100px; margin: 0 auto; }
.x.header-000-000-pc .y .z .w .i .d0-1 ul { list-style:none; margin:0; padding:0; display: flex; justify-content: flex-end; }
.x.header-000-000-pc .y .z .w .i .d0-1 ul li { position: relative; padding: 0px 10px; }
.x.header-000-000-pc .y .z .w .i .d0-1 ul li:before { content:''; position: absolute; top: 20%; left: 0; width: 1px; height: 70%; background-color: #8A8A8A; }
.x.header-000-000-pc .y .z .w .i .d0-1 ul li:first-child:before { background-color: transparent; }
.x.header-000-000-pc .y .z .w .i .d0-1 ul li a { display: inline-block; font-size: 1rem; letter-spacing: 0.5px; line-height: 1.2; font-weight: 500; }

.x.header-000-000-pc .y .z .w .i .d1 {}
.x.header-000-000-pc .y .z .w .i .d1-1 { max-width: 1100px; margin: 0 auto; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 { position: relative; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; gap: 0; padding: 10px 0 10px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .l {}
.x.header-000-000-pc .y .z .w .i .d1-1-1 .l a.logo { display: inline-block; margin-top: 0; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r {}
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .info { text-align: left; margin-left: 10px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .info .txt { font-size: 1rem; letter-spacing: 0.5px; line-height: 1.2; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .info .tel { font-family: 'Roboto', sans-serif; text-align: center; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .info .tel a { display: inline-block; font-size: 2.75rem; font-weight: 500; letter-spacing: 0; line-height: 1; color: #F8D513; white-space: nowrap; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .info .note { font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; text-align: center; white-space: nowrap; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .info .inq { /*margin-top: 5px;*/ }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .r .info .inq a { display: inline-block; background-color: #F18A00; color: #fff; text-align: center; width: 260px; font-weight: 500; font-size: 1.425rem; letter-spacing: 0; line-height: 1.2; padding: 7px 0; border-radius: 8px; }

.x.header-000-000-pc .y .z .w .i .mainm { position:relative; height: auto; box-sizing: border-box; border-bottom: 1px solid #DEDEDD; }

.x.header-000-000-pc .y .z .w .i .d2 {
    /*transform:scale(1.0); transition:all .5s ease-in-out;*/
    /*-webkit-animation: fadein 0.5s;*/ /* Safari, Chrome and Opera > 12.1 */
    /*   -moz-animation: fadein 0.5s;*/ /* Firefox < 16 */
    /*    -ms-animation: fadein 0.5s;*/ /* Internet Explorer */
    /*     -o-animation: fadein 0.5s;*/ /* Opera < 12.1 */
    /*        animation: fadein 0.5s;*/
}
.x.header-000-000-pc .y .z .w .i .d2 { position:relative; z-index:98; overflow:visible; }
.x.header-000-000-pc .y .z .w .i .d2 { max-width:1100px; margin:0 auto; padding:20px 0 15px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
.x.header-000-000-pc .y .z .w .i .d2-0 { position:relative; line-height:0; text-align:center; }
.x.header-000-000-pc .y .z .w .i .d2-1 { position:relative; line-height:0; text-align:center; box-sizing: border-box; }
.x.header-000-000-pc .y .z .w .i .d2-1 a.logo { position: absolute; top: 10px; left: 25px; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul { list-style:none; margin:0; padding:0; display:flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; line-height:0; gap: 0 30px; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li { display:inline-block; float:left; margin:0; padding:0; line-height:0; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li { width:auto;/*メニューアイテムの幅を指定(内容にあわせるのではなく固定割り振り)する場合*/ }
.x.header-000-000-pc .y .z .w .i .d2-1 > ul > li { box-sizing: border-box; }
.x.header-000-000-pc .y .z .w .i .d2-1 > ul > li { box-sizing: border-box; padding: 0; }
.x.header-000-000-pc .y .z .w .i .d2-1 > ul > li a {}
.x.header-000-000-pc .y .z .w .i .d2-1 > ul > li a .tbl { display: table; }
.x.header-000-000-pc .y .z .w .i .d2-1 > ul > li a .tbl .th { display: table-cell; background-color: #39B34A; font-size: 1.2rem; letter-spacing: 0; line-height: 1.2; color: #fff; width: 60px; height: 60px; vertical-align: middle; border-radius: 50%; }
.x.header-000-000-pc .y .z .w .i .d2-1 > ul > li a .tbl .td { display: table-cell; font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.2; padding-left: 0.5em; }
.x.header-000-000-pc .y .z .w .i .d2-1 > ul > li a .tbl .td .tel { color: #39B34A; font-size: 2.45rem; letter-spacing: -0.5px; font-weight: bold; }
.x.header-000-000-pc .y .z .w .i .d2-1 > ul > li a .tbl .td .note { font-size: 1.05rem; }
/* 高さほどほどのセパレータ(線)を入れる (ここから) */
@media (min-width: 5000px) { /*実質コメント：後で戻せるように*/
 .x.header-000-000-pc .y .z .w .i .d2-1 ul li { position:relative; margin-left:-1px;  }
 .x.header-000-000-pc .y .z .w .i .d2-1 ul li::before,
 .x.header-000-000-pc .y .z .w .i .d2-1 ul li::after { content:''; display:block; width:1px; border-radius: 5px; position:absolute; background-color:#ffffff;/*#BBB;*/ height:60%; top:25%;/*height + 2 * top = 100% とすること*/ }
 .x.header-000-000-pc .y .z .w .i .d2-1 ul li::before { left:0; }
 .x.header-000-000-pc .y .z .w .i .d2-1 ul li::after { right:0; }
}
@media (min-width: 5000px) { /*実質コメント：後で戻せるように*/
.x.header-000-000-pc .y .z .w .i .d2-1 ul li { position:relative; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li::before,
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:last-child:after { content:''; display:block; width:1.8px; border-radius: 8px; position:absolute; background-color:transparent;/*#BBB;*/ height:70%; top:15%;/*height + 2 * top = 100% とすること*/ }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li::before { left:0; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li::after { right:0; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:nth-child(n+2) { /*margin-left: 25px;*/ }
}

/* 高さほどほどのセパレータ(線)を入れる (ここまで) */
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div { display:block; margin:0 0;/*アイテム間の余白(非リンク領域)*/ padding:0; position:relative; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:last-child > div { margin:0 0; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div:hover::after { opacity:0.75; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div.active::after { opacity:0.75; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a { text-decoration:none; display:block; padding:8px 5px;/*アイテム間の余白(リンク領域)*/ transition:all .25s ease-in-out; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table { border-collapse:collapse; width:100%; height:auto;/*set BASE-MENU-BAR-HEIGHT (7 of 9)*/ line-height:0; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody,
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr,
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr > td { margin:0; padding:0; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr > td { font-size:14px; line-height:14px; /*color:#fff;*/ }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr > td { font-size:1.18rem; font-weight: 500; line-height:1.2; letter-spacing:0.5px; transition:all .25s ease-in-out; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr > td.small { font-size:1.1rem; letter-spacing:-1.5px; white-space: nowrap; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr > td .jp { display: block; font-size:1rem; letter-spacing:0.5px; margin-top: 6px; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr > td .en { display: block; font-size:10px; letter-spacing:0; margin-top: 0; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr > td div { position: relative; display: inline-block; width: 100%; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a > table > tbody > tr > td div:before { content: ''; display: block; width: 100%; height: 38px; background-size: contain; background-position: center center; background-repeat: no-repeat; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:nth-child(1) > div > a > table > tbody > tr > td div:before { background-image: url(../img/icon-menu-01.png); }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:nth-child(2) > div > a > table > tbody > tr > td div:before { background-image: url(../img/icon-menu-02.png); }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:nth-child(3) > div > a > table > tbody > tr > td div:before { background-image: url(../img/icon-menu-03.png); }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:nth-child(4) > div > a > table > tbody > tr > td div:before { background-image: url(../img/icon-menu-04.png); }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:nth-child(5) > div > a > table > tbody > tr > td div:before { background-image: url(../img/icon-menu-05.png); }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li:nth-child(6) > div > a > table > tbody > tr > td div:before { background-image: url(../img/icon-menu-06.png); }

/*
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div > a:hover { background-color:rgba(0,0,0,0.25); }
*/

/* マウスオーバー時にアイテム下に三角 (ここから) */
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div.type-list::after { opacity:0; position:absolute; content:''; width:0; height:0; left:50%; bottom:-1px; display:block; border-top:0 solid transparent; border-right:8px solid transparent; border-left:8px solid transparent; margin-left:-10px; border-bottom:8px solid #ccc; transform:scale(1.0); transition:all .25s ease-in-out; z-index: 100; }
.x.header-000-000-pc .y .z .w .i .d2-1 ul li > div.active::after { opacity:1 !important; }
.x.header-000-000-pc .y .z .w .i .d2 { box-shadow:none; }
/* マウスオーバー時にアイテム下に三角 (ここまで) */

.x.header-000-000-pc .y .z .w .i .d3 {}
.x.header-000-000-pc .y .z .w .i .d3-1 {}
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee { display:none; }
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee > table { border-collapse:collapse; width:100%; height:auto; line-height:0; max-width:1100px; }
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee > table,
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee > table > tbody,
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee > table > tbody > tr,
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee > table > tbody > tr > td { margin:0; padding:0; line-height:0; }
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee > table { margin:auto; }
/* サブメニュー内 --- 無 (ここから) */
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee.type-none { opacity:0; height:0; display:none !important; }
.x.header-000-000-pc .y .z .w .i .d3-1 .sub-menu-openee.type-none > table { display:none; }
/* サブメニュー内 --- 無 (ここまで) */
/* サブメニュー内 --- リスト (ここから) */
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-opener.type-list { position:relative; }
/*
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-opener.type-list > a > table > tbody > tr > td div:before { content: '\025bc'; position: absolute; top: 0.3rem; right: -15px; font-size: 12px; color: #3FA9F5; }
*/
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list { position:absolute; top:20px; background-color:#fff; box-shadow:0 0 2px rgba(200,200,200,0.75); padding:8px 0 8px 0; display:none; border-radius: 4px; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list { position:absolute; top:78px; background-color:#fff; box-shadow:0 0 2px rgba(0,0,0,0.75); padding:10px 0 10px 0; display:none; border-radius: 4px; z-index: 10; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table { width:95%; margin:0 auto; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td { text-align:center; padding:0; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul { list-style:none; margin:0; padding:0; display:block; width:100%; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li { list-style:none; margin:0; padding:0; display:block; width:100%; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a { display:block; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a > table,
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a > table > tbody,
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a > table > tbody > tr,
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a > table > tbody > tr > td { margin:0; padding:0; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a > table { border-collapse:collapse; width:98%; height:auto; line-height:0; margin:0 auto; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a > table > tbody > tr > td { text-align:center; color:#4d4d4d; font-size:12.8px; line-height:18px; padding:7px 0 7px 0; letter-spacing: 0; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a:hover { background-color:rgba(0,0,0,0.25); }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a { border:1px dashed #CCC; border-right:none; border-left:none; margin-top:-1px; } /*セパレータの線を付ける場合*/
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li::before { content:none; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li::after  { content:none; }
/* 特殊効果(ここから) */
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a > table > tbody > tr > td { text-align:left; } /*アイコンを動かす場合は左寄せ推奨*/
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a       .iconw { width:21px; font-size: 15px; padding-left: 1%; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a       .iconw .icon { display:inline-block; width:14px; height:14px; line-height:14px; text-align:center; position:relative; left:4px; /*background-color:#EEE;*/ }
/*
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a:hover .iconw .icon { transform:scale(1.25); left:10px; background-color:#4d4d4d; color:#d4d4d4; }
*/
/* 特殊効果(ここまで) */
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a .small { font-size:11px; line-height: 1; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a .small2 { font-size:9.5px; line-height: 1; letter-spacing: -0.5px; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a .small3 { font-size:10px; line-height: 1; letter-spacing: 0px; }
/* 特殊効果(ここから) */
@-moz-keyframes header-000-000-pc-ani-04 {
      0% { transform:rotateX(90deg) translateY(-32px) translateZ(0px); z-index:0; background:#eee; }
    100% { transform:rotateX(0deg) translateY(0px) translateZ(-32px); /*32,50*/ z-index:1; background:#eee; }
}
@-ms-keyframes header-000-000-pc-ani-04 {
      0% { transform:rotateX(90deg) translateY(-32px) translateZ(0px); z-index:0; background:#eee; }
    100% { transform:rotateX(0deg) translateY(0px) translateZ(-32px); /*32,50*/ z-index:1; background:#eee; }
}
@-o-keyframes header-000-000-pc-ani-04 {
      0% { transform:rotateX(90deg) translateY(-32px) translateZ(0px); z-index:0; background:#eee; }
    100% { transform:rotateX(0deg) translateY(0px) translateZ(-32px); /*32,50*/ z-index:1; background:#eee; }
}
@-webkit-keyframes header-000-000-pc-ani-04 {
      0% { transform:rotateX(90deg) translateY(-32px) translateZ(0px); z-index:0; background:#eee; }
    100% { transform:rotateX(0deg) translateY(0px) translateZ(-32px); /*32,50*/ z-index:1; background:#eee; }
}
@-moz-keyframes header-000-000-pc-ani-05 {
      0% { transform:rotateX(0deg) translateY(0px) translateZ(0px); z-index:1; background:#CCC;/*#4692c3;*/ }
     99% { transform:rotateX(-90deg)translateY(32px) translateZ(32px); z-index:1; background:transparent; }
    100% { transform:rotateX(-90deg)translateY(32px) translateZ(32px); z-index:0; background:transparent; }
}
@-ms-keyframes header-000-000-pc-ani-05 {
      0% { transform:rotateX(0deg) translateY(0px) translateZ(0px); z-index:1; background:#CCC;/*#4692c3;*/ }
     99% { transform:rotateX(-90deg)translateY(32px) translateZ(32px); z-index:1; background:transparent; }
    100% { transform:rotateX(-90deg)translateY(32px) translateZ(32px); z-index:0; background:transparent; }
}
@-o-keyframes header-000-000-pc-ani-05 {
      0% { transform:rotateX(0deg) translateY(0px) translateZ(0px); z-index:1; background:#CCC;/*#4692c3;*/ }
     99% { transform:rotateX(-90deg)translateY(32px) translateZ(32px); z-index:1; background:transparent; }
    100% { transform:rotateX(-90deg)translateY(32px) translateZ(32px); z-index:0; background:transparent; }
}
@-webkit-keyframes header-000-000-pc-ani-05 {
      0% { transform:rotateX(0deg) translateY(0px) translateZ(0px); z-index:1; background:#CCC;/*#4692c3;*/ }
     99% { transform:rotateX(-90deg)translateY(32px) translateZ(32px); z-index:1; background:transparent; }
    100% { transform:rotateX(-90deg)translateY(32px) translateZ(32px); z-index:0; background:transparent; }
}
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a { overflow:hidden; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a { position:relative; perspective:300px; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a.dummiy { visibility: hidden; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a.nolink { cursor: default; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a.nolink:hover { background-color: #fff; opacity: 1; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.col2 > table > tbody > tr > td ul li a { display: inline-block; width: 50%; }
.x.header-000-000-pc .y .z .w .i .d2-1 .sub-menu-openee.type-list > table > tbody > tr > td ul li a > table > tbody > tr > td {}

.x.header-000-000-pc .y .z .w .i .under {}
.x.header-000-000-pc .y .z .w .i .under .inner { max-width:1100px; 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: 46%; 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%; 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.side-sns-btns { overflow: visible; }
.x.side-sns-btns .btn {}
.x.side-sns-btns .btn.absolute {}
.x.side-sns-btns .btn ul { list-style:none; margin:0; padding:0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.x.side-sns-btns .btn ul:before { content: "SNS"; order: -1; color: #3FA9F5; font-family: "Inter",sans-serif; font-size: 1.2rem; font-weight: 500; line-height: 1; position: relative; writing-mode: vertical-rl; margin-bottom: -5px; }
.x.side-sns-btns .btn ul:after { content: ""; order: -1; background-color: #3FA9F5; width: 1px; height: 25px; margin-bottom: -5px; }
.x.side-sns-btns .btn ul li {}
.x.side-sns-btns .btn a { display: inline-block; }
@media (min-width: 481px) {
    .x.side-sns-btns .btn { position: absolute; z-index: 1000; top: 55%; left: 10px; }
    .x.side-sns-btns .btn.absolute { position: absolute; bottom: 62px; }
    .x.side-sns-btns .btn.fixed { position: fixed; top: 120px; }
    .x.side-sns-btns .btn ul { row-gap: 12px; }
    .x.side-sns-btns .btn ul li {}
    .x.side-sns-btns .btn a {}
}
@media (max-width: 480px) {
    .x.side-sns-btns {}

    .x.side-sns-btns .btn { position: fixed; z-index: 100; top: 25%; left: /*0*/-30%; width: 28px; transition-duration: .4s; transition-property: left; }
    .open-modal-header-menu .x.side-sns-btns .btn { display: none; }
    .x.side-sns-btns .btn ul { row-gap: 8px; }
    .x.side-sns-btns .btn ul:before { font-size: 0.725rem; letter-spacing: 0; }
    .x.side-sns-btns .btn ul:after { height: 15px; }
    .x.side-sns-btns .btn ul li {}
    .x.side-sns-btns .btn a {}
    .x.side-sns-btns .btn a img {}
}


/* ********************************************************************************
 * .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 center !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: #ffffff; 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-wrap { position: absolute; top: 25px; width: 100%; z-index: 20; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots { position: static; bottom: unset; /*right: 2.5% !important;*/ font-size: 0; line-height: 0; }
#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 { padding: 0; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button:before { content: ''; opacity: 1; /*color: #B3B3B3;*/ background-color: #fff; font-size: 15px; }
#index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li.slick-active button:before { /*color: #B2DDFB;*/ background-color: #1DB444; }

#index .x.aaa .y .z .w .i .d1-1-1 .txt-box { z-index: 12; }
#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 .img {}
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .img img {}
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .btn { text-align: left; }
#index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .btn a { display: inline-block; background-color: #F18A00; color: #fff; text-align: center; font-weight: 500; border-radius: 8px; }

#index .x.aaa .y .z .w .i .d1-1-1 .img-box { z-index: 11; }
#index .x.aaa .y .z .w .i .d1-1-1 .img-box .inner { position: relative; width: 100%; height: 100%; box-sizing: border-box; }
#index .x.aaa .y .z .w .i .d1-1-1 .img-box .inner .img {}
#index .x.aaa .y .z .w .i .d1-1-1 .img-box .inner .img img {}

#index .x.aaa .y .z .w .i .d1-1-1 .line-box { z-index: 10; }
#index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner { position: relative; width: 100%; height: 100%; box-sizing: border-box; }
#index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box { overflow: hidden; }
#index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .obi { position: relative; background-color: rgba(241, 138, 0, 0.7); }
#index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .obi .info { position: relative; }
@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: 460px; 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 .g-slider .slick-dots { width: 1100px; margin: 0 auto; text-align: right !important; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li { width: 30px; height: 5px; margin: 0 3px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button { width: 100%; height: 100%; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button:before { width: 100%; height: 100%; }

    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box { position: absolute; top: 0; left: 0; right: 0; width: 1100px; 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 .img { position: absolute; top: 20%; left: 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .img img {}
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .btn { position: absolute; top: 66%; left: 40px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .btn a { width: 300px; font-size: 1.425rem; letter-spacing: 0; line-height: 1.2; padding: 7px 0; }

    #index .x.aaa .y .z .w .i .d1-1-1 .img-box { position: absolute; top: 0; left: 0; right: 0; width: 1100px; height: 100%; margin: 0 auto; }
    #index .x.aaa .y .z .w .i .d1-1-1 .img-box .inner {}
    #index .x.aaa .y .z .w .i .d1-1-1 .img-box .inner .img { position: absolute; bottom: 65px; right: 10px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .img-box .inner .img img {}

    #index .x.aaa .y .z .w .i .d1-1-1 .line-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 .line-box .inner {}
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box { position: absolute; bottom: 0; left: 51.0%; width: 100%; height: auto; padding-left: 95px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .obi {}
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .obi:before { content: ''; position: absolute; top: 0; left: -95px; width: 0; height: 0; border-style: solid; border-width: 0 0 170px 95px; border-color: transparent transparent rgba(241, 138, 0, 0.7) transparent; }
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .obi .info { display: table-cell; vertical-align: middle; height: 150px; }
}
@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: 50%; }
    #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-wrap { top: 12px; right: 2% !important; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots { text-align: right !important; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li { width: 12px; height: 4px; margin: 0 3px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button { width: 100%; height: 100%; }
    #index .x.aaa .y .z .w .i .d1-1-1 .g-slider .slick-dots li button:before { font-size: 7px; width: 100%; height: 100%; 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%; 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 .img { margin-top: 20px; margin-left: 10px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .img img { width: 200px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .btn { margin-top: 10px; margin-left: 20px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .txt-box .inner .btn a { width: 110px; font-size: 0.65rem; letter-spacing: 0; line-height: 1.2; padding: 8px 0; }

    #index .x.aaa .y .z .w .i .d1-1-1 .img-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 .img-box .inner {}
    #index .x.aaa .y .z .w .i .d1-1-1 .img-box .inner .img { position: absolute; bottom: 20px; right: 10px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .img-box .inner .img img { width: 70px; }

    #index .x.aaa .y .z .w .i .d1-1-1 .line-box { position: absolute; top: 0; left: 0; right: 0; width: 100%; margin: 0 auto; }
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner {}
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box { margin-top: 145px; margin-left: 35%; padding-left: 49px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .obi {}
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .obi:before { content: ''; position: absolute; top: -9px; left: -50px; width: 0; height: 0; border-style: solid; border-width: 0 0 80px 50px; border-color: transparent transparent rgba(241, 138, 0, 0.7) transparent; }
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .info { display: table-cell; vertical-align: middle; height: 45px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .line-box .inner .box .info img { width: 140px; }
}


#index .x.bbb {}
#index .x.bbb .y { position:relative; }
#index .x.bbb .y:before { content: ''; margin: auto; overflow: hidden; position: absolute; left: -10%; width: 120%; height: 130px; background-color: #fff; border-radius: 50% / 100% 100% 0px 0px; }
#index .x.bbb .y:after { content: ''; width: 100%/*715px*/; height:670px; position: absolute; top: 20px; background-image:url(../img/index-bg-01-01.png); background-position:center center; background-size:auto; background-repeat: no-repeat; z-index: 1; }
#index .x.bbb .y .z { max-width: none; overflow: hidden; }
#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 { position: relative; z-index: 20; }
#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 { font-weight: bold; text-align: center; }
#index .x.bbb .y .z .w .i .d1-1-1 .content {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .slider {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container { visibility: hidden; position: relative; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container.initialized { display: block; visibility: visible; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-wrapper { list-style: none; margin: 0; padding: 0; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide { box-sizing: border-box; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .imgbox { position: relative; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; background-color: transparent !important; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box a {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .new { position: absolute; top: 6%; right: 2px; z-index: 10; background-color: #f00; color:#fff; font-weight: 500; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.25); border-radius: 6px; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .bgi { width:100%; height:auto; position:relative; overflow:hidden; border-radius: 50%; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .bgi div { width:100%; padding-top: 100%; background-position:center center; background-size:cover; background-repeat: no-repeat; transition: transform .3s ease; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail { position: relative; text-align: center; box-sizing: border-box; font-weight: 500; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .addr {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .txt1 { color: #18A93E; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .txt2 {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box a:hover { opacity: 1; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box a:hover .news-detail .title { text-decoration: underline; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box a:hover .bgi div { transform: scale(1.05); }
#index .x.bbb .y .z .w .i .d1-1-1 .btns { display: flex; justify-content: center; }
#index .x.bbb .y .z .w .i .d1-1-1 .btns a { display: flex; justify-content: center; align-items: center; gap: 0 1em; background-color: #18A93E; color: #fff; border-radius: 28px; }
@media (min-width: 481px) {
    #index .x.bbb { margin-top: -60px; }
    #index .x.bbb .y .z { padding: 90px 0 160px; }

    #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 { font-size: 2.45rem; letter-spacing: 2px; line-height: 1.2; }
    #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 .slider { position: relative; width: 100%; max-width: 1135px; margin: 0 auto; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container { width: 100%; height: 100%; overflow: visible; z-index: 1; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .imgbox { width: 100%; padding-top: 100%; box-sizing: border-box; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box { position: relative; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box a {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 4px 6px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .bgi {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .bgi div {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail { margin-top: 15px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .addr { font-size: 1.15rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .txt1 { margin-top: 12px; font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .txt2 { margin-top: 8px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.45; }
    #index .x.bbb .y .z .w .i .d1-1-1 .btns { margin-top: 70px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .btns a { width: 240px; padding: 12px 0; font-size: 1.1rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .btns a img {}
}
@media (max-width: 480px) {
    #index .x.bbb { margin-top: -15px; }
    #index .x.bbb .y:before { left: -10%; width: 120%; height: 30px; }
    #index .x.bbb .y:after { top: 0; height: 100%; background-size: 170% auto; }
    #index .x.bbb .y .z { padding: 30px 0 70px; }
    #index .x.bbb .y .z .w .i {}

    #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 { font-size: 1.325rem; letter-spacing: 1px; line-height: 1.4; }
    #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 .slider {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide { padding: 3px 0; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .imgbox { width: 100%; padding-top: 100%; box-sizing: border-box; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box { position: relative; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box a {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 4px 6px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .bgi {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .bgi div {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail { margin-top: 12px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .addr { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .txt1 { margin-top: 6px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .member-box .member-detail .txt2 { margin-top: 4px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.45; }
    #index .x.bbb .y .z .w .i .d1-1-1 .btns { margin-top: 40px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .btns a { width: 200px; padding: 10px 0; font-size: 1.0rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .btns a img { width: 20px; }
}


#index .x.ccc { position: relative; overflow: visible; }
#index .x.ccc:before { content: ''; position: absolute; top: -200px; width: 100%; height: 240px; background-image:url(../img/index-bg-02-02.png); background-position:center center; background-size:contain; background-repeat: no-repeat; z-index: 10; box-sizing: border-box; }
#index .x.ccc .y { background-image:url(../img/index-bg-02-01.jpg); background-position:center center; background-size:cover; background-repeat: no-repeat; z-index: 1; }
#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 {}
#index .x.ccc .y .z .w .i .d1-1-1 .head .title { font-weight: bold; color: #fff; }
#index .x.ccc .y .z .w .i .d1-1-1 .content {}
#index .x.ccc .y .z .w .i .d1-1-1 .content .txt { color: #fff; }
#index .x.ccc .y .z .w .i .d1-1-1 .btns { display: flex; justify-content: center; }
#index .x.ccc .y .z .w .i .d1-1-1 .btns a { display: flex; justify-content: center; align-items: center; gap: 0 1em; background-color: #fff; border-radius: 28px; }
#index .x.ccc .y .z .w .i .d1-1-1 .btns a img {}
@media (min-width: 481px) {
    #index .x.ccc .y .z { padding: 120px 0 150px; }

    #index .x.ccc .y .z .w .i .d1-1 { display: flex; flex-flow: row wrap; justify-content: flex-end; }
    #index .x.ccc .y .z .w .i .d1-1-1 { width: 670px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .head {}
    #index .x.ccc .y .z .w .i .d1-1-1 .head .title { font-size: 2.425rem; letter-spacing: 2px; 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 .txt { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.6; }
    #index .x.ccc .y .z .w .i .d1-1-1 .btns { margin-top: 40px; width: 100%; justify-content: flex-end; }
    #index .x.ccc .y .z .w .i .d1-1-1 .btns a { width: 240px; padding: 12px 0; font-size: 1.1rem; letter-spacing: 1px; line-height: 1.2; }
}
@media (max-width: 480px) {
    #index .x.ccc:before { left: 5%; width: 90%; height: auto; padding-top: 23.7388724036%; top: -50px; }
    #index .x.ccc .y { background-position: 35% bottom; }
    #index .x.ccc .y .z { padding: 50px 0 50px; }
    #index .x.ccc .y .z .w .i { padding:0 20px; }

    #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 { font-size: 1.425rem; letter-spacing: 1px; line-height: 1.2; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.45); }
    #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 .txt { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.6; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.45); }
    #index .x.ccc .y .z .w .i .d1-1-1 .btns { margin-top: 40px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .btns a { width: 200px; padding: 10px 0; font-size: 1.0rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.ccc .y .z .w .i .d1-1-1 .btns a img { width: 20px; }
}


#index .x.ddd {}
#index .x.ddd .y { background-image: url(../img/index-bg-03-01.jpg); background-position: center bottom; background-size: cover; background-repeat: no-repeat; z-index: 1; }
#index .x.ddd .y .z {}
#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 { position: relative; }
#index .x.ddd .y .z .w .i .d1-1-1 .head {}
#index .x.ddd .y .z .w .i .d1-1-1 .head .title { font-weight: bold; text-align: center; }
#index .x.ddd .y .z .w .i .d1-1-1 .head .desc { text-align: center; }
#index .x.ddd .y .z .w .i .d1-1-1 .content { text-align: center; }
#index .x.ddd .y .z .w .i .d1-1-1 .content .box {}
#index .x.ddd .y .z .w .i .d1-1-1 .content .box a { display: block; }
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .bgi { width:100%; height:auto; position:relative; overflow:hidden; }
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .bgi div { width:100%; height:auto; padding-top: 86.7219917012%; background-position:center; background-size:contain; background-repeat: no-repeat; }
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .info {}
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .info .title { text-align: center; font-weight: bold; color: #8C6239; }
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .info .msg { color: #8C6239; }
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .btns {}
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .btns a { display: flex; justify-content: center; align-items: center; gap: 0 0.5em; font-weight: 500; }
@media (min-width: 481px) {
    #index .x.ddd .y .z { padding: 65px 0 65px; }

    #index .x.ddd .y .z .w .i .d1-1-1 { padding: 60px 0 70px; }
    #index .x.ddd .y .z .w .i .d1-1-1:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../img/index-bg-03-02.png); background-position: center center; background-size: cover; background-repeat: no-repeat; z-index: -1; }
    #index .x.ddd .y .z .w .i .d1-1-1 .head {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head .title { font-size: 2.1rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .head .desc { font-size: 1.475rem; letter-spacing: 0.5px; line-height: 1.6; margin-top: 20px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content { margin-top: 40px; display: flex; justify-content: center; gap: 0 60px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box { width:480px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .btns { margin-top: 30px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .btns a { font-size: 2.15rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (max-width: 480px) {
    #index .x.ddd .y .z { padding: 40px 0 40px; }
    #index .x.ddd .y .z .w .i { padding:0 20px; }

    #index .x.ddd .y .z .w .i .d1-1-1 { padding: 30px 20px; background-color: rgba(255, 255, 255, 1); border-radius: 24px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .head {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head .title { font-size: 1.425rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .head .desc { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.6; margin-top: 10px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content { margin-top: 30px; display: flex; flex-direction: column; justify-content: center; gap:30px 0; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box { width:100%; margin: 0 auto; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .btns { margin-top: 15px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .btns a { width: 100%; font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .btns a img { width: 20px; }
}


#index .x.eee {}
#index .x.eee .y { background-image: url(../img/index-bg-04-01.jpg); background-position: center bottom; background-size: cover; background-repeat: no-repeat; z-index: 1; }
#index .x.eee .y .z {}
#index .x.eee .y .z .w {}
#index .x.eee .y .z .w .i {}
#index .x.eee .y .z .w .i .d1 {}
#index .x.eee .y .z .w .i .d1-1 {}
#index .x.eee .y .z .w .i .d1-1-1 { position: relative; }
#index .x.eee .y .z .w .i .d1-1-1 .head {}
#index .x.eee .y .z .w .i .d1-1-1 .head .title { font-weight: bold; text-align: center; }
#index .x.eee .y .z .w .i .d1-1-1 .content { text-align: center; }
#index .x.eee .y .z .w .i .d1-1-1 .content .txt {}
#index .x.eee .y .z .w .i .d1-1-1 .content .txt a { color: #2A62F6; text-decoration: underline; }
#index .x.eee .y .z .w .i .d1-1-1 .btns { display: flex; justify-content: center; }
#index .x.eee .y .z .w .i .d1-1-1 .btns a { display: flex; justify-content: center; align-items: center; gap: 0 1em; background-color: #18A93E; color: #fff; border-radius: 28px; }
#index .x.eee .y .z .w .i .d1-1-1 .btns a img {}
@media (min-width: 481px) {
    #index .x.eee .y .z { padding: 50px 0 50px; }

    #index .x.eee .y .z .w .i .d1-1-1 { padding: 80px 0 60px; }
    #index .x.eee .y .z .w .i .d1-1-1:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../img/index-bg-04-02.png); background-position: center center; background-size: contain; background-repeat: no-repeat; opacity: 0.5; z-index: -1; }
    #index .x.eee .y .z .w .i .d1-1-1 .head {}
    #index .x.eee .y .z .w .i .d1-1-1 .head .title { font-size: 2.45rem; letter-spacing: 2px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .content { margin-top: 50px; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .txt { font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.45; }
    #index .x.eee .y .z .w .i .d1-1-1 .btns { margin-top: 50px; }
    #index .x.eee .y .z .w .i .d1-1-1 .btns a { width: 240px; padding: 12px 0; font-size: 1.1rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .btns a img {}
}
@media (max-width: 480px) {
    #index .x.eee .y .z { padding: 40px 0 40px; }
    #index .x.eee .y .z .w .i { padding:0 20px; }

    #index .x.eee .y .z .w .i .d1-1-1 { padding: 30px 20px; background-color: rgba(255, 255, 255, 0.5); border-radius: 24px; }
    #index .x.eee .y .z .w .i .d1-1-1 .head {}
    #index .x.eee .y .z .w .i .d1-1-1 .head .title { font-size: 1.6rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .content { margin-top: 30px; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .txt { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.45; }
    #index .x.eee .y .z .w .i .d1-1-1 .btns { margin-top: 40px; }
    #index .x.eee .y .z .w .i .d1-1-1 .btns a { width: 200px; padding: 10px 0; font-size: 1.0rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .btns a img { width: 20px; }
}


.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 { width: 100%; 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 { width: 100%; 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; }
}


#index .x.emergency {}
#index .x.emergency .y { background-color: #ED1E79; }
#index .x.emergency .y .z {}
#index .x.emergency .y .z .w {}
#index .x.emergency .y .z .w .i {}
#index .x.emergency .y .z .w .i .d1 {}
#index .x.emergency .y .z .w .i .d1-1 {}
#index .x.emergency .y .z .w .i .d1-1-1 {}
#index .x.emergency .y .z .w .i .d1-1-1 .l {}
#index .x.emergency .y .z .w .i .d1-1-1 .l .title { color: #FFFF00; }
#index .x.emergency .y .z .w .i .d1-1-1 .r {}
#index .x.emergency .y .z .w .i .d1-1-1 .r .box {}
#index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail { color: #FFFF00; }
#index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail .data {}
#index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail .title {}
#index .x.emergency .y .z .w .i .d1-1-1 .r .box a { display:inline-block; color: #FFFF00; text-decoration: underline; }
@media (min-width: 481px) {
    #index .x.emergency .y { padding: 25px 0 25px; }

    #index .x.emergency .y .z .w .i .d1-1-1 { padding: 0 30px; }
    #index .x.emergency .y .z .w .i .d1-1-1 .l { display: table-cell; width: 160px; vertical-align: middle; }
    #index .x.emergency .y .z .w .i .d1-1-1 .l .title { position: relative; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; padding-left: 40px; }
    #index .x.emergency .y .z .w .i .d1-1-1 .l .title:before { content: '\f071'; position: absolute; top: -12px; left: 0; font-family: "Font Awesome 5 Free"; font-weight: 900; opacity: 1; font-size: 2.4rem; vertical-align: middle; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r { display: table-cell; width: 740px; vertical-align: middle; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box {}
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box:nth-child(n+2) { margin-top: 10px; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail { text-align:left; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail .data { display: table-cell; vertical-align: top; width: 135px; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail .title { display: table-cell; }
}
@media (max-width: 480px) {
    #index .x.emergency .y { padding: 8px 0 8px; }
    #index .x.emergency .y .z .w { padding: 0 20px; }

    #index .x.emergency .y .z .w .i .d1-1-1 {}
    #index .x.emergency .y .z .w .i .d1-1-1 .l {}
    #index .x.emergency .y .z .w .i .d1-1-1 .l .title { position: relative; font-size: 0.95rem; letter-spacing: 0; line-height: 0.5; text-align: center; }
    #index .x.emergency .y .z .w .i .d1-1-1 .l .title:before { content: '\f071'; font-family: "Font Awesome 5 Free"; font-weight: 900; opacity: 1; font-size: 1.2rem; vertical-align: middle; margin-right: 5px; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r { padding-top: 8px; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box { word-break: break-all; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box:nth-child(n+2) { margin-top: 8px; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail { text-align:left; font-size: 0.65rem; letter-spacing: 0; line-height: 1.4; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail .data { line-height: 1.2; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box .e-detail .title { line-height: 1.4; }
    #index .x.emergency .y .z .w .i .d1-1-1 .r .box a { font-size: 0.7rem; letter-spacing: 0; }
}




/* ********************************************************************************
 * 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; }
.x.title .y .z .w .i .d1-1-1 .desc {}
.x.title .y .z .w .i .d1-1-1 .desc div { display: flex; justify-content: center; }
.x.title .y .z .w .i .d1-1-1 .desc.ta-c { text-align: center; }
@media (min-width: 481px) {
    .x.title .y .z { padding: 40px 0 0; }
    .x.title.ex .y .z { padding: 80px 0 0; }

    .x.title .y .z .w .i .d1-1-1 {}
    .x.title .y .z .w .i .d1-1-1 .head {}
    .x.title .y .z .w .i .d1-1-1 .head div { font-size: 2.325rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.title .y .z .w .i .d1-1-1 .desc { margin-top: 50px; }
    .x.title .y .z .w .i .d1-1-1 .desc div { font-size: 1.425rem; letter-spacing: 0.5px; line-height: 1.5; }
}
@media (max-width: 480px) {
    .x.title .y .z { padding: 30px 0 0; }
    .x.title.ex .y .z { padding: 60px 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 {}
    .x.title .y .z .w .i .d1-1-1 .head div { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.title .y .z .w .i .d1-1-1 .desc { margin-top: 30px; padding: 0 20px; }
    .x.title .y .z .w .i .d1-1-1 .desc div { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.5; }
}




/* ********************************************************************************
 * about
 * ******************************************************************************** */
#about .x.aaa {}
#about .x.aaa .y { background-color: #D9EDE5; }
#about .x.aaa .y .z {}
#about .x.aaa .y .z .w {}
#about .x.aaa .y .z .w .i {}
#about .x.aaa .y .z .w .i .d1 {}
#about .x.aaa .y .z .w .i .d1-1 {}
#about .x.aaa .y .z .w .i .d1-1-1 {}
#about .x.aaa .y .z .w .i .d1-1-1 .head {}
#about .x.aaa .y .z .w .i .d1-1-1 .head .title {}
#about .x.aaa .y .z .w .i .d1-1-1 .head .title div { font-weight: bold; }
#about .x.aaa .y .z .w .i .d1-1-1 .content {}
#about .x.aaa .y .z .w .i .d1-1-1 .content .l {}
#about .x.aaa .y .z .w .i .d1-1-1 .content .l .txt {}
#about .x.aaa .y .z .w .i .d1-1-1 .content .r {}
#about .x.aaa .y .z .w .i .d1-1-1 .content .r .img {}
#about .x.aaa .y .z .w .i .d1-1-1 .content .r .img img { border-radius: 12px; }
#about .x.aaa .y .z .w .i .d1-1-1 .content .r .name { font-weight: 500; text-align: right; }
@media (min-width: 481px) {
    #about .x.aaa { padding: 50px 0 20px; }
    #about .x.aaa .y .z { /*padding: 40px 0 70px;*/ }

    #about .x.aaa .y .z .w .i .d1-1-1 { padding: 50px 0 50px; }
    #about .x.aaa .y .z .w .i .d1-1-1 .head { padding: 0 30px; }
    #about .x.aaa .y .z .w .i .d1-1-1 .head .title {}
    #about .x.aaa .y .z .w .i .d1-1-1 .head .title div { font-size: 2.35rem; letter-spacing: 0.5px; line-height: 1.2; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content { margin-top: 45px; padding: 0 30px; display: flex; flex-flow: row-reverse nowrap; justify-content: space-between; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content .l { width: 670px; display: flex; flex-flow: row wrap; gap: 40px 0; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content .l .txt { font-size: 1.325rem; letter-spacing: 0.5px; line-height: 1.6; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content .r {}
    #about .x.aaa .y .z .w .i .d1-1-1 .content .r .img {}
    #about .x.aaa .y .z .w .i .d1-1-1 .content .r .img img {}
    #about .x.aaa .y .z .w .i .d1-1-1 .content .r .name { margin-top: 12px; font-size: 1.575rem; letter-spacing: 0.5px; line-height: 1.4; }
}
@media (max-width: 480px) {
    #about .x.aaa { padding: 30px 0 20px; }
    #about .x.aaa .y .z { /*padding: 30px 0 30px;*/ }
    #about .x.aaa .y .z .w .i { padding:0 20px; }

    #about .x.aaa .y .z .w .i .d1-1-1 { padding: 40px 0 40px; }
    #about .x.aaa .y .z .w .i .d1-1-1 .head {}
    #about .x.aaa .y .z .w .i .d1-1-1 .head .title {}
    #about .x.aaa .y .z .w .i .d1-1-1 .head .title div { font-size: 1.475rem; letter-spacing: 0.5px; line-height: 1.4; text-align: center; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content { margin-top: 30px; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content .l { margin-top: 30px; display: flex; flex-flow: row wrap; gap: 20px 0; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content .l .txt { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.6; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content .r { padding: 0 20px; }
    #about .x.aaa .y .z .w .i .d1-1-1 .content .r .img {}
    #about .x.aaa .y .z .w .i .d1-1-1 .content .r .img img {}
    #about .x.aaa .y .z .w .i .d1-1-1 .content .r .name { margin-top: 6px; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.4; }
}


#about .x.bbb {}
#about .x.bbb .y {}
#about .x.bbb .y .z {}
#about .x.bbb .y .z .w {}
#about .x.bbb .y .z .w .i {}
#about .x.bbb .y .z .w .i .d1 {}
#about .x.bbb .y .z .w .i .d1-1 {}
#about .x.bbb .y .z .w .i .d1-1-1 {}
#about .x.bbb .y .z .w .i .d1-1-1 .head {}
#about .x.bbb .y .z .w .i .d1-1-1 .head .title {}
#about .x.bbb .y .z .w .i .d1-1-1 .head .title div { font-weight: bold; }
#about .x.bbb .y .z .w .i .d1-1-1 .content {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .title { font-weight: 500; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .title:before { content: '■'; color: #18A93E; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .txt {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .txt2 {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist tr {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist th { font-weight: normal; vertical-align: top; box-sizing: border-box; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist td { box-sizing: border-box; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ol,
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ul { list-style: none; margin: 0; padding: 0; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ol li,
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ul li {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li { position: relative; padding-left: 1em; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:before { content: ''; position: absolute; top: 0; left: 0; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(1):before { content: '\02460'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(2):before { content: '\02461'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(3):before { content: '\02462'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(4):before { content: '\02463'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(5):before { content: '\02464'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(6):before { content: '\02465'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(7):before { content: '\02466'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(8):before { content: '\02467'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(9):before { content: '\02468'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(10):before { content: '\02469'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .num-list li:nth-child(11):before { content: '\0246a'; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .dot-list li { position: relative; padding-left: 1em; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .dot-list li:before { content: '・'; position: absolute; top: 0; left: 0; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .img { text-align: center; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .img img {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers tr { background-color: #fff; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers tr:nth-child(odd) { background-color: #D9EDE5; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers th { font-weight: normal; vertical-align: top; box-sizing: border-box; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td { box-sizing: border-box; text-align: center; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman tr {}
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman th { font-weight: normal; vertical-align: top; box-sizing: border-box; }
#about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman td { box-sizing: border-box; }
@media (min-width: 481px) {
    #about .x.bbb .y .z { padding: 30px 0 120px; }

    #about .x.bbb .y .z .w .i .d1-1-1 {}
    #about .x.bbb .y .z .w .i .d1-1-1 .head { padding: 0 30px; }
    #about .x.bbb .y .z .w .i .d1-1-1 .head .title {}
    #about .x.bbb .y .z .w .i .d1-1-1 .head .title div { font-size: 2.35rem; letter-spacing: 0.5px; line-height: 1.2; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content { margin-top: 40px; padding: 0 30px; display: flex; flex-flow: column nowrap; gap: 40px 0; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .title { font-size: 1.75rem; letter-spacing: 0.5px; line-height: 1.2; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner { margin-top: 30px; padding: 0 2em; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .txt { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.5; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .txt2 { margin-top: 1em; font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.5; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist tr {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist th { min-width: 160px; text-align: left; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist td { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.5; padding: 5px 0; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ol,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ul {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ol li,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ul li { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.5; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers { width: 100%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers tr {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers th { width: 45%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers th:nth-child(1) { width: 25%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers th:nth-child(2) { width: 30%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.5; padding: 10px 0; border: 1px solid #49BB69; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td:nth-child(3) { text-align: left; padding-left: 1em; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman tr {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman th { min-width: 170px; text-align: left; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman td { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.5; padding: 3px 0; }
}
@media (max-width: 480px) {
    #about .x.bbb .y .z { padding: 30px 0 80px; }
    #about .x.bbb .y .z .w .i { padding:0 20px; }

    #about .x.bbb .y .z .w .i .d1-1-1 {}
    #about .x.bbb .y .z .w .i .d1-1-1 .head {}
    #about .x.bbb .y .z .w .i .d1-1-1 .head .title {}
    #about .x.bbb .y .z .w .i .d1-1-1 .head .title div { font-size: 1.475rem; letter-spacing: 0.5px; line-height: 1.4; text-align: center; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content { margin-top: 30px; display: flex; flex-flow: column nowrap; gap: 30px 0; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .title { font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner { margin-top: 20px; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .txt { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.5; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .txt2 { margin-top: 1em; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.5; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist { width: 100%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist tbody,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist tr,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist td { display: block; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist tbody { display: flex; flex-flow: row wrap; gap: 20px 0; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist tr { width: 100%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist th { background-color: #efefef; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist td { width: 100%; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.5; padding: 5px 0; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .hist td { padding: 5px 10px; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ol,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ul {}
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ol li,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner ul li { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.5; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers { width: 100%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers tbody,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers tr,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td { display: block; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers tr { border: 1px solid #49BB69; margin-top: -1px; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers tr:nth-child(1) { display: none; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td { width: 100%; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.5; padding: 5px 15px; border-top: 1px dashed #49BB69; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td:nth-child(1) { border-top: none; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td:nth-child(1):before { content: '役職：'; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td:nth-child(2):before { content: '氏名：'; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .officers td:nth-child(3):before { content: '法人名：'; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman { width: 100%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman tbody,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman tr,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman td { display: block; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman tbody { display: flex; flex-flow: row wrap; gap: 20px 0; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman tr { width: 100%; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman th { background-color: #efefef; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman th,
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman td { width: 100%; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.5; padding: 5px 0; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman td { padding: 5px 10px; }
    #about .x.bbb .y .z .w .i .d1-1-1 .content .section .inner .chairman td span { display: block; }
}




/* ********************************************************************************
 * member-index
 * ******************************************************************************** */
#member-index .x.aaa {}
#member-index .x.aaa .y {}
#member-index .x.aaa .y .z {}
#member-index .x.aaa .y .z .w {}
#member-index .x.aaa .y .z .w .i {}
#member-index .x.aaa .y .z .w .i .d1 {}
#member-index .x.aaa .y .z .w .i .d1-1 {}
#member-index .x.aaa .y .z .w .i .d1-1-1 {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-weight: 500; }
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table thead {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tbody {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th { font-weight: normal; background-color: #D9EDE5; border-left: 1px dashed #ddd; border-right: 1px dashed #ddd; border-bottom: 1px solid #eee; box-sizing: border-box; }
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td { border-left: 1px dashed #ddd; border-right: 1px dashed #ddd; border-bottom: 1px solid #eee; box-sizing: border-box; }
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td .th-sp {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .name {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .addr {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .tel {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .ind {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .time {}
#member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table a { color: #0C69AD; text-decoration: underline; }
@media (min-width: 481px) {
    #member-index .x.aaa .y .z { padding: 30px 0 30px; }

    #member-index .x.aaa .y .z .w .i .d1-1-1 {}
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content {}
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1.175rem; letter-spacing: 0.5px; line-height: 1.2; padding-left: 1em; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list { margin-top: 15px; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl {}
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table { width: 100%; border: 1px solid #ddd; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr {}
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th { padding: 30px 0px; font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td { padding: 5px 15px; height: 60px; font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.4; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td .th-sp { display: none; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th:nth-child(1),
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1) { width: 360px; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th:nth-child(2),
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(2) { width: 180px; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th:nth-child(3),
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(3) { width: 560px; }

    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr:last-child td {}
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr:nth-child(odd){ background-color: #fff; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr:nth-child(even){ background-color: #D9EDE5; }
}
@media (max-width: 480px) {
    #member-index .x.aaa .y .z { padding: 20px 0 20px; }
    #member-index .x.aaa .y .z .w .i { padding:0 20px; }

    #member-index .x.aaa .y .z .w .i .d1-1-1 {}
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content {}
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 0.9rem; line-height: 1.5; letter-spacing: 0.5px; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list { margin-top: 15px; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl {}
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table { width: 100%; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table thead { display:none; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table,
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tbody,
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr,
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td { display: block; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tbody { display: flex; flex-flow: row wrap; gap: 30px 0; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr { width: 100%; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th { padding: 5px 0px; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.4; border-top: none; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #dfdfdf; padding: 5px 10px; }

    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1) { background-color: #D9EDE5; border-top: 1px solid #ddd; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(4) { border-bottom: 1px solid #ddd; }

    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:before { content: ''; display: block; border-bottom: 1px dashed #ddd;  margin-bottom: 5px; padding-bottom: 5px; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1):before { content: '会員名'; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(2):before { content: '代表者'; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(3):before { content: '作目部門'; }
    #member-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(4):before { content: 'エリア'; }
}


#member-index .x.bbb {}
#member-index .x.bbb .y {}
#member-index .x.bbb .y .z {}
#member-index .x.bbb .y .z .w {}
#member-index .x.bbb .y .z .w .i {}
#member-index .x.bbb .y .z .w .i .d1 {}
#member-index .x.bbb .y .z .w .i .d1-1 {}
#member-index .x.bbb .y .z .w .i .d1-1-1 {}
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail {}
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content {}
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box {}
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a { position:relative; display:block; border-radius: 12px; /*box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 10%);*/ }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a:hover { transform: scale(1.02); }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box .bgi { width:100%; height:auto; position:relative; overflow:hidden; border-radius: 16px; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box .bgi div { width:100%; padding-top: 100%; background-position:center center; background-size:cover; background-repeat: no-repeat; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .new { position: absolute; top: 0; right: 0; z-index: 10; background-color: #F15A24; color:#fff; border-radius: 16px; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .status { display:inline-block; padding: 5px 0; width:130px; color:#7F5022; text-align:center; font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; border-radius: 12px; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.6);*/ }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .status.cmn       { background-color: #DDD1C2; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .cat { display:inline-block; padding: 4px 0; width:120px; color:#fff; text-align:center; font-size: 0.7rem; letter-spacing: -1px; line-height: 1.2; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); background-color: #3551A2; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.6);*/ }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content { position:relative; width: 100%; box-sizing: border-box; background-color: #fff; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail { white-space: normal; word-break: break-all; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .pub { font-weight: bold; color: #787878; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-title { font-weight: bold; color: #202020; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-msg { color: #828282; }
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon {}
#member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon div { display:inline-block; border: 1px solid #825A36; }
@media (min-width: 481px) {
    #member-index .x.bbb .y .z { margin-top: 20px; }

    #member-index .x.bbb .y .z .w .i .d1-1-1 {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content { padding: 0 10px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box { float: left; width:290px; margin-left: 35px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box:nth-child(3n+1) { margin-left: 0; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box:nth-child(n+4) { margin-top: 50px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box .bgi div { padding-top: 200px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .new { font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.2; padding: 6px 18px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .status { position: absolute; top: 17px; left: 85px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .cat { position: absolute; top: 8px; right: 8px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content { height: auto; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail { padding: 20px 5px 5px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .pub { font-size: 1rem; letter-spacing: -0.5px; line-height: 1.2; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-title { margin-top: 20px; font-size: 1.1rem; letter-spacing: 0; line-height: 1.5; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-msg { margin-top: 10px; font-size: 0.9rem; letter-spacing: -0.5px; line-height: 1.4; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon div { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; margin-top: 5px; margin-right: 5px; padding: 4px 4px; }
}
@media (max-width: 480px) {
    #member-index .x.bbb .y .z { margin-top: 20px; }
    #member-index .x.bbb .y .z .w .i { padding:0 20px; }

    #member-index .x.bbb .y .z .w .i .d1-1-1 {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box { width:100%; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box:nth-child(n+2) { margin-top: 40px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box .bgi div { padding-top: 180px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .new { font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 15px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .status { position: absolute; top: 10px; left: 82px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .cat { position: absolute; top: 6px; right: 6px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .cat { padding: 3px 0; width:130px; font-size: 0.45rem; letter-spacing: -1px; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);*/ }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content { height: auto; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail { padding: 15px 5px 5px; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .pub { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-title { margin-top: 12px; font-size: 1.0rem; letter-spacing: 0; line-height: 1.5; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-msg { margin-top: 8px; font-size: 0.55rem; letter-spacing: 0; line-height: 1.4; }
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon {}
    #member-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon div { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; margin-top: 5px; margin-right: 5px; padding: 4px 4px; }
}


#member-index .x.ccc {}
#member-index .x.ccc .y {}
#member-index .x.ccc .y .z {}
#member-index .x.ccc .y .z .w {}
#member-index .x.ccc .y .z .w .i {}
#member-index .x.ccc .y .z .w .i .d1 {}
#member-index .x.ccc .y .z .w .i .d1-1 {}
#member-index .x.ccc .y .z .w .i .d1-1-1 {}
#member-index .x.ccc .y .z .w .i .d1-1-1 .content {}
#member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner {}
#member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul { list-style: none; margin: 0; padding: 0; }
#member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li { position: relative; }
#member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li a { display: inline-block; }
@media (min-width: 481px) {
    #member-index .x.ccc .y .z { padding: 0 0 30px; }

    #member-index .x.ccc .y .z .w .i .d1-1-1 {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content { text-align: center; }
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li:nth-child(n+2) { margin-top: 25px; }
}
@media (max-width: 480px) {
    #member-index .x.ccc .y .z { padding: 15px 0 0; }
    #member-index .x.ccc .y .z .w .i { padding:0 20px; }

    #member-index .x.ccc .y .z .w .i .d1-1-1 {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li {}
    #member-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li:nth-child(n+2) { margin-top: 15px; }
}




/* ********************************************************************************
 * member-detail
 * ******************************************************************************** */
#member-detail .x.aaa {}
#member-detail .x.aaa .y {}
#member-detail .x.aaa .y .z {}
#member-detail .x.aaa .y .z .w {}
#member-detail .x.aaa .y .z .w .i {}
#member-detail .x.aaa .y .z .w .i .d1 {}
#member-detail .x.aaa .y .z .w .i .d1-1 {}
#member-detail .x.aaa .y .z .w .i .d1-1-1 {}
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content {}
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box {}
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img {}
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img .bgi { width:100%; height:100%; position:relative; overflow:hidden; box-sizing: border-box; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img .bgi div { width:100%; height:100%; background-position:center; background-size:cover; background-repeat: no-repeat; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info {}
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table {}
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr { border-bottom: 1px dashed #C5C6C6; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) { background-color: #D1E2E0; border-bottom: none; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table th { font-weight: normal; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table td { border-left: 1px solid #fff; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) td { border-left: 1px solid #D0E5E2; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table a { color: #0071BA; text-decoration: underline; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .tel { color: #000; text-decoration: none; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg { background-color: #F2F2F2; box-sizing: border-box; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .title { font-weight: 500; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .title:before { content: '\025A0'; color: #177869; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .txt { scrollbar-width: none; -ms-overflow-style: none; overflow-y: scroll; height: 380px; padding: 10px 0; box-sizing: border-box; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .txt::-webkit-scrollbar { width:0px; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .gmap { position:relative; height:0; overflow:hidden; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .gmap iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .tags { display: flex; flex-flow: row wrap; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .tags div { display: inline-block; background-color: #CADEA3; border-radius: 8px; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .tags a { display: inline-block; background-color: #CADEA3; border-radius: 8px; }
@media (min-width: 481px) {
    #member-detail .x.aaa .y .z { padding: 40px 0 30px; }

    #member-detail .x.aaa .y .z .w .i .d1-1-1 {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content { display: flex; flex-flow: row wrap; gap: 40px 20px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(1) { order: 1; flex-basis: 715px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(2) { order: 3; flex-basis: 715px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(3) { order: 2; flex-basis: 365px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(4) { order: 4; flex-basis: 365px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img { height: 480px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table { border-collapse:collapse; width: 100%; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table th { padding: 15px 15px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.5; vertical-align: top; width: 28%; text-align: left; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table td { padding: 15px 15px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.5; vertical-align: top; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .tel { cursor: auto; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .tel:hover { opacity:1; filter: alpha(opacity=100); -moz-opacity:1; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg {  height: 480px; padding: 35px 30px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .title { font-size: 1.475rem; letter-spacing: 0.5px; line-height: 1.2; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .txt { margin-top: 15px; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.6; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .gmap { padding-top: 450px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .tags { margin-top: 20px; gap: 10px 10px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .tags div { font-size: 1.325rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .tags a { font-size: 1.325rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
}
@media (max-width: 480px) {
    #member-detail .x.aaa .y .z { padding: 30px 0 20px; }
    #member-detail .x.aaa .y .z .w .i { padding:0 20px; }

    #member-detail .x.aaa .y .z .w .i .d1-1-1 {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content { display: flex; flex-flow: row wrap; gap: 30px 0; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box { width: 100%; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img { height: 200px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table { width: 100%; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table,
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tbody,
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr,
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table th,
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table td { display: block; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr { border-bottom: 1px solid #C5C6C6; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table th { padding: 10px 10px; font-size: 1rem; letter-spacing: 0.5px; line-height: 1.5; font-weight: bold; text-align: left; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table td { padding: 10px 10px; font-size: 1rem; letter-spacing: 0.5px; line-height: 1.5; border-top: 1px dashed #C5C6C6; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg {  height: 360px; padding: 25px 20px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .title { font-size: 1.15rem; letter-spacing: 0.5px; line-height: 1.2; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .txt { margin-top: 10px; font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.6; height: 290px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .gmap { padding-top: 125%; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .tags { margin-top: 20px; gap: 10px 10px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .tags div { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .tags a { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
}

#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container { display: none; position: relative; width: 100%; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container.initialized { display: block; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider { list-style:none; margin:0; padding:0; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider a { display: block; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider a.no-link { cursor: default; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider a.no-link:hover { opacity: 1; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider .imgbox { position: relative; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; background-color: transparent !important; }

#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots { font-size: 0; line-height: 0; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li {}
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button { padding: 0; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button:before { content: ''; opacity: 1; /*color: #B3B3B3;*/ background-color: #fff; font-size: 15px; border-radius: 50%; }
#member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li.slick-active button:before { /*color: #B2DDFB;*/ background-color: #18A93F; }
@media (min-width: 481px) {
    #member-detail .x.aaa .y .z .w .i .d1-1-1 {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container { width: 715px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider { width:100%; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider .imgbox { widht:100%; min-height: 480px; box-sizing: border-box; }

    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots { bottom: 2%; right: 2%; text-align: right !important; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li { width: 16px; height: 16px; margin: 0 8px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button { width: 100%; height: 100%; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button:before { width: 100%; height: 100%; }
}
@media (max-width: 480px) {
    #member-detail .x.aaa .y .z .w {}

    #member-detail .x.aaa .y .z .w .i .d1-1-1 {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider {}
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider .imgbox { padding-top: 66.4285714286%; }

    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots { bottom: 2%; right: 2%; text-align: right !important; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li { width: 12px; height: 12px; margin: 0 4px; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button { width: 100%; height: 100%; }
    #member-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button:before { font-size: 7px; width: 100%; height: 100%; line-height: 15px; }
}




/* ********************************************************************************
 * producer-index
 * ******************************************************************************** */
#producer-index .x.aaa {}
#producer-index .x.aaa .y {}
#producer-index .x.aaa .y .z {}
#producer-index .x.aaa .y .z .w {}
#producer-index .x.aaa .y .z .w .i {}
#producer-index .x.aaa .y .z .w .i .d1 {}
#producer-index .x.aaa .y .z .w .i .d1-1 {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-weight: 500; }
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table thead {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tbody {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th { font-weight: normal; background-color: #D9EDE5; border-left: 1px dashed #ddd; border-right: 1px dashed #ddd; border-bottom: 1px solid #eee; box-sizing: border-box; }
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td { border-left: 1px dashed #ddd; border-right: 1px dashed #ddd; border-bottom: 1px solid #eee; box-sizing: border-box; }
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td .th-sp {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .name {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .addr {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .tel {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .ind {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .time {}
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .icon { position: relative; display: flex; justify-content: center; align-items: center; color: #fff; font-weight: bold; }
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .icon.c1 { background-color: #23AB39; }
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .icon.c1:before { content: '求'; }
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .icon.c2 { background-color: #F39800; }
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .icon.c2:before { content: 'イ'; }
#producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table a { color: #0C69AD; text-decoration: underline; }
@media (min-width: 481px) {
    #producer-index .x.aaa .y .z { padding: 30px 0 30px; }

    #producer-index .x.aaa .y .z .w .i .d1-1-1 {}
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content {}
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1.175rem; letter-spacing: 0.5px; line-height: 1.2; padding-left: 1em; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list { margin-top: 15px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl {}
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table { width: 100%; border: 1px solid #ddd; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr {}
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th { padding: 30px 0px; font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td { padding: 5px 15px; height: 60px; font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.4; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td .th-sp { display: none; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th:nth-child(1),
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1) { width: 360px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1) > div { display: flex; align-items: center; gap: 0 5px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1) a { max-width: 230px; padding-right: 5px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th:nth-child(2),
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(2) { width: 180px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th:nth-child(3),
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(3) { width: 340px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th:nth-child(4),
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(4) { width: 220px; text-align: center; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .icon { width: 40px; height: 40px; font-size: 1.575rem; line-height: 1.2; border-radius: 12px; }

    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr:last-child td {}
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr:nth-child(odd){ background-color: #fff; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr:nth-child(even){ background-color: #D9EDE5; }
}
@media (max-width: 480px) {
    #producer-index .x.aaa .y .z { padding: 20px 0 20px; }
    #producer-index .x.aaa .y .z .w .i { padding:0 20px; }

    #producer-index .x.aaa .y .z .w .i .d1-1-1 {}
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content {}
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 0.9rem; line-height: 1.5; letter-spacing: 0.5px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list { margin-top: 15px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl {}
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table { width: 100%; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table thead { display:none; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table,
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tbody,
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr,
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td { display: block; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tbody { display: flex; flex-flow: row wrap; gap: 30px 0; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table tr { width: 100%; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table th { padding: 5px 0px; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.4; border-top: none; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #dfdfdf; padding: 5px 10px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table .icon { width: 28px; height: 28px; font-size: 1.225rem; line-height: 1.2; border-radius: 8px; }

    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1) { background-color: #D9EDE5; border-top: 1px solid #ddd; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1) > div { display: flex; align-items: center; gap: 0 5px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1) a { max-width: 185px; padding-right: 5px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(4) { border-bottom: 1px solid #ddd; }

    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:before { content: ''; display: block; border-bottom: 1px dashed #ddd;  margin-bottom: 5px; padding-bottom: 5px; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(1):before { content: '会員名'; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(2):before { content: '代表者'; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(3):before { content: '作目部門'; }
    #producer-index .x.aaa .y .z .w .i .d1-1-1 .content .list .tbl table td:nth-child(4):before { content: 'エリア'; }
}

#producer-index .x.bbb {}
#producer-index .x.bbb .y {}
#producer-index .x.bbb .y .z {}
#producer-index .x.bbb .y .z .w {}
#producer-index .x.bbb .y .z .w .i {}
#producer-index .x.bbb .y .z .w .i .d1 {}
#producer-index .x.bbb .y .z .w .i .d1-1 {}
#producer-index .x.bbb .y .z .w .i .d1-1-1 {}
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail {}
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content {}
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box {}
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a { position:relative; display:block; border-radius: 12px; /*box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 10%);*/ }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a:hover { transform: scale(1.02); }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box .bgi { width:100%; height:auto; position:relative; overflow:hidden; border-radius: 16px; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box .bgi div { width:100%; padding-top: 100%; background-position:center center; background-size:cover; background-repeat: no-repeat; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .new { position: absolute; top: 0; right: 0; z-index: 10; background-color: #F15A24; color:#fff; border-radius: 16px; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .status { display:inline-block; padding: 5px 0; width:130px; color:#7F5022; text-align:center; font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; border-radius: 12px; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.6);*/ }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .status.cmn       { background-color: #DDD1C2; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .cat { display:inline-block; padding: 4px 0; width:120px; color:#fff; text-align:center; font-size: 0.7rem; letter-spacing: -1px; line-height: 1.2; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); background-color: #3551A2; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.6);*/ }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content { position:relative; width: 100%; box-sizing: border-box; background-color: #fff; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail { white-space: normal; word-break: break-all; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .pub { font-weight: bold; color: #787878; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-title { font-weight: bold; color: #202020; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-msg { color: #828282; }
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon {}
#producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon div { display:inline-block; border: 1px solid #825A36; }
@media (min-width: 481px) {
    #producer-index .x.bbb .y .z { margin-top: 20px; }

    #producer-index .x.bbb .y .z .w .i .d1-1-1 {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content { padding: 0 10px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box { float: left; width:290px; margin-left: 35px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box:nth-child(3n+1) { margin-left: 0; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box:nth-child(n+4) { margin-top: 50px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box .bgi div { padding-top: 200px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .new { font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.2; padding: 6px 18px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .status { position: absolute; top: 17px; left: 85px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .cat { position: absolute; top: 8px; right: 8px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content { height: auto; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail { padding: 20px 5px 5px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .pub { font-size: 1rem; letter-spacing: -0.5px; line-height: 1.2; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-title { margin-top: 20px; font-size: 1.1rem; letter-spacing: 0; line-height: 1.5; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-msg { margin-top: 10px; font-size: 0.9rem; letter-spacing: -0.5px; line-height: 1.4; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon div { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; margin-top: 5px; margin-right: 5px; padding: 4px 4px; }
}
@media (max-width: 480px) {
    #producer-index .x.bbb .y .z { margin-top: 20px; }
    #producer-index .x.bbb .y .z .w .i { padding:0 20px; }

    #producer-index .x.bbb .y .z .w .i .d1-1-1 {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box { width:100%; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box:nth-child(n+2) { margin-top: 40px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box .bgi div { padding-top: 180px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .new { font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 15px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .status { position: absolute; top: 10px; left: 82px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .cat { position: absolute; top: 6px; right: 6px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .cat { padding: 3px 0; width:130px; font-size: 0.45rem; letter-spacing: -1px; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);*/ }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content { height: auto; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail { padding: 15px 5px 5px; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .pub { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-title { margin-top: 12px; font-size: 1.0rem; letter-spacing: 0; line-height: 1.5; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-msg { margin-top: 8px; font-size: 0.55rem; letter-spacing: 0; line-height: 1.4; }
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon {}
    #producer-index .x.bbb .y .z .w .i .d1-1-1 .detail .content .box a .list-content .list-detail .list-icon div { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; margin-top: 5px; margin-right: 5px; padding: 4px 4px; }
}


#producer-index .x.ccc {}
#producer-index .x.ccc .y {}
#producer-index .x.ccc .y .z {}
#producer-index .x.ccc .y .z .w {}
#producer-index .x.ccc .y .z .w .i {}
#producer-index .x.ccc .y .z .w .i .d1 {}
#producer-index .x.ccc .y .z .w .i .d1-1 {}
#producer-index .x.ccc .y .z .w .i .d1-1-1 {}
#producer-index .x.ccc .y .z .w .i .d1-1-1 .content {}
#producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner {}
#producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul { list-style: none; margin: 0; padding: 0; }
#producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li { position: relative; }
#producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li a { display: inline-block; }
@media (min-width: 481px) {
    #producer-index .x.ccc .y .z { padding: 0 0 30px; }

    #producer-index .x.ccc .y .z .w .i .d1-1-1 {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content { text-align: center; }
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li:nth-child(n+2) { margin-top: 25px; }
}
@media (max-width: 480px) {
    #producer-index .x.ccc .y .z { padding: 15px 0 0; }
    #producer-index .x.ccc .y .z .w .i { padding:0 20px; }

    #producer-index .x.ccc .y .z .w .i .d1-1-1 {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li {}
    #producer-index .x.ccc .y .z .w .i .d1-1-1 .content .banner ul li:nth-child(n+2) { margin-top: 15px; }
}




/* ********************************************************************************
 * producer-detail
 * ******************************************************************************** */
#producer-detail .x.aaa {}
#producer-detail .x.aaa .y {}
#producer-detail .x.aaa .y .z {}
#producer-detail .x.aaa .y .z .w {}
#producer-detail .x.aaa .y .z .w .i {}
#producer-detail .x.aaa .y .z .w .i .d1 {}
#producer-detail .x.aaa .y .z .w .i .d1-1 {}
#producer-detail .x.aaa .y .z .w .i .d1-1-1 {}
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content {}
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box {}
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img {}
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img .bgi { width:100%; height:100%; position:relative; overflow:hidden; box-sizing: border-box; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img .bgi div { width:100%; height:100%; background-position:center; background-size:cover; background-repeat: no-repeat; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info {}
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table {}
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr { border-bottom: 1px dashed #C5C6C6; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) { background-color: #D1E2E0; border-bottom: none; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table th { font-weight: normal; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table td { border-left: 1px solid #fff; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) td { border-left: 1px solid #D0E5E2; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) td span { display: inline-block; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table a { color: #0071BA; text-decoration: underline; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .tel { color: #000; text-decoration: none; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .icon { display: flex; justify-content: center; align-items: center; color: #fff; font-weight: bold; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .icon.c1 { background-color: #23AB39; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .icon.c1:before { content: '求'; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .icon.c2 { background-color: #F39800; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .icon.c2:before { content: 'イ'; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg { background-color: #F2F2F2; box-sizing: border-box; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .title { font-weight: 500; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .title:before { content: '\025A0'; color: #177869; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .txt { scrollbar-width: none; -ms-overflow-style: none; overflow-y: scroll; height: 380px; padding: 10px 0; box-sizing: border-box; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .txt::-webkit-scrollbar { width:0px; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .gmap { position:relative; height:0; overflow:hidden; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .gmap iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags { display: flex; flex-flow: row wrap; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags div { display: inline-block; background-color: #CADEA3; border-radius: 8px; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags a { display: inline-block; background-color: #CADEA3; border-radius: 8px; }
@media (min-width: 481px) {
    #producer-detail .x.aaa .y .z { padding: 40px 0 30px; }

    #producer-detail .x.aaa .y .z .w .i .d1-1-1 {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content { display: flex; flex-flow: row wrap; gap: 40px 20px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(1) { order: 1; flex-basis: 715px;  }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(2) { order: 3; flex-basis: 715px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(3) { order: 2; flex-basis: 365px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(4) { order: 4; flex-basis: 365px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img { height: 480px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table { border-collapse:collapse; width: 100%; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table th { padding: 15px 15px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.5; vertical-align: top; width: 28%; text-align: left; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table td { padding: 15px 15px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.5; vertical-align: top; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) td > div { display: flex; align-items: center; gap: 0 5px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) td > div .name { max-width: 390px; padding-right: 5px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .tel { cursor: auto; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .tel:hover { opacity:1; filter: alpha(opacity=100); -moz-opacity:1; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .icon { width: 40px; height: 40px; font-size: 1.575rem; line-height: 1.2; border-radius: 12px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg {  height: 480px; padding: 35px 30px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .title { font-size: 1.475rem; letter-spacing: 0.5px; line-height: 1.2; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .txt { margin-top: 15px; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.6; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .gmap { padding-top: 450px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags { margin-top: 20px; gap: 10px 10px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags div { font-size: 1.325rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags a { font-size: 1.325rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
}
@media (max-width: 480px) {
    #producer-detail .x.aaa .y .z { padding: 30px 0 20px; }
    #producer-detail .x.aaa .y .z .w .i { padding:0 20px; }

    #producer-detail .x.aaa .y .z .w .i .d1-1-1 {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content { display: flex; flex-flow: row wrap; gap: 30px 0; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box { width: 100%; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .img { height: 200px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table { width: 100%; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table,
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tbody,
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr,
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table th,
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table td { display: block; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr { border-bottom: 1px solid #C5C6C6; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table th { padding: 10px 10px; font-size: 1rem; letter-spacing: 0.5px; line-height: 1.5; font-weight: bold; text-align: left; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table td { padding: 10px 10px; font-size: 1rem; letter-spacing: 0.5px; line-height: 1.5; border-top: 1px dashed #C5C6C6; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) td > div { display: flex; align-items: center; gap: 0 5px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table tr:nth-child(1) td > div .name { max-width: 185px; padding-right: 5px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .info table .icon { width: 28px; height: 28px; font-size: 1.225rem; line-height: 1.2; border-radius: 8px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg {  height: 360px; padding: 25px 20px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .title { font-size: 1.15rem; letter-spacing: 0.5px; line-height: 1.2; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .msg .txt { margin-top: 10px; font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.6; height: 290px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .content .box .gmap { padding-top: 125%; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags { margin-top: 20px; gap: 10px 10px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags div { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .tags a { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
}

#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container { display: none; position: relative; width: 100%; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container.initialized { display: block; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider { list-style:none; margin:0; padding:0; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider a { display: block; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider a.no-link { cursor: default; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider a.no-link:hover { opacity: 1; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider .imgbox { position: relative; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; background-color: transparent !important; }

#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots { font-size: 0; line-height: 0; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li {}
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button { padding: 0; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button:before { content: ''; opacity: 1; /*color: #B3B3B3;*/ background-color: #fff; font-size: 15px; border-radius: 50%; }
#producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li.slick-active button:before { /*color: #B2DDFB;*/ background-color: #18A93F; }
@media (min-width: 481px) {
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container { width: 715px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider { width:100%; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider .imgbox { widht:100%; min-height: 480px; box-sizing: border-box; }

    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots { bottom: 2%; right: 2%; text-align: right !important; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li { width: 16px; height: 16px; margin: 0 8px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button { width: 100%; height: 100%; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button:before { width: 100%; height: 100%; }
}
@media (max-width: 480px) {
    #producer-detail .x.aaa .y .z .w {}

    #producer-detail .x.aaa .y .z .w .i .d1-1-1 {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider {}
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider-container .l-slider .imgbox { padding-top: 66.4285714286%; }

    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots { bottom: 2%; right: 2%; text-align: right !important; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li { width: 12px; height: 12px; margin: 0 4px; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button { width: 100%; height: 100%; }
    #producer-detail .x.aaa .y .z .w .i .d1-1-1 .l-slider .slick-dots li button:before { font-size: 7px; width: 100%; height: 100%; line-height: 15px; }
}




/* ********************************************************************************
 * produce-index
 * ******************************************************************************** */
#produce-index .x.produce-list {}
#produce-index .x.produce-list .y {}
#produce-index .x.produce-list .y .z {}
#produce-index .x.produce-list .y .z .w {}
#produce-index .x.produce-list .y .z .w .i {}
#produce-index .x.produce-list .y .z .w .i .content {}
#produce-index .x.produce-list .y .z .w .i .content .box { position:relative; }
#produce-index .x.produce-list .y .z .w .i .content .box a { display:block; border-radius: 3px; }
#produce-index .x.produce-list .y .z .w .i .content .box a:hover { opacity: 1; }
#produce-index .x.produce-list .y .z .w .i .content .box .bgi { width:100%; height:auto; position:relative; overflow:hidden; border-radius: 3px; }
#produce-index .x.produce-list .y .z .w .i .content .box .bgi div { width:100%; padding-top: 69.2307692308%; background-position:center center; background-size:cover; background-repeat: no-repeat; transition: transform .3s ease; }
#produce-index .x.produce-list .y .z .w .i .content .box a:hover .bgi div { transform: scale(1.05); }
#produce-index .x.produce-list .y .z .w .i .content .box a .produce-data { position:relative; width: 100%; box-sizing: border-box; background-color: #fff;  word-break: break-all; }
#produce-index .x.produce-list .y .z .w .i .content .box a .produce-data .title { text-align:center; font-weight:bold; white-space:normal; overflow:hidden; display:box; display:-webkit-box; text-overflow:ellipsis; box-orient:vertical; -webkit-box-orient:vertical; line-clamp:2; }
#produce-index .x.produce-list .y .z .w .i .content .box a .produce-data .summary { white-space:normal; overflow:hidden; display:box; display:-webkit-box; text-overflow:ellipsis; box-orient:vertical; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; }
@media (min-width: 481px) {
    #produce-index .x.produce-list .y .z { margin-top: 50px; }

    #produce-index .x.produce-list .y .z .w .i .content { display: flex; flex-flow: row wrap; justify-content: flex-start; gap: 60px 40px; }
    #produce-index .x.produce-list .y .z .w .i .content .box { width:340px; }
    #produce-index .x.produce-list .y .z .w .i .content .box a {}
    #produce-index .x.produce-list .y .z .w .i .content .box a .produce-data { height: auto; padding: 10px 10px 5px; }
    #produce-index .x.produce-list .y .z .w .i .content .box a .produce-data .title { font-size:1.3rem; letter-spacing:0.5px; line-height:1.6; }
    #produce-index .x.produce-list .y .z .w .i .content .box a .produce-data .summary { margin-top:6px; font-size:1.0rem; letter-spacing:0.5px; line-height:1.6; }
}
@media (max-width: 480px) {
    #produce-index .x.produce-list .y .z { margin-top: 40px; }
    #produce-index .x.produce-list .y .z .w .i { padding:0 20px; }

    #produce-index .x.produce-list .y .z .w .i .content { display: flex; flex-flow: row wrap; justify-content: center; gap: 40px 0; }
    #produce-index .x.produce-list .y .z .w .i .content .box { width:260px; }
    #produce-index .x.produce-list .y .z .w .i .content .box a {}
    #produce-index .x.produce-list .y .z .w .i .content .box a .produce-data { height: auto; padding: 6px 6px 4px; }
    #produce-index .x.produce-list .y .z .w .i .content .box a .produce-data .title { font-size:1.1rem; letter-spacing:0.5px; line-height:1.6; }
    #produce-index .x.produce-list .y .z .w .i .content .box a .produce-data .summary { margin-top:4px; font-size:0.825rem; letter-spacing:0; line-height:1.6; }
}

/* ********************************************************************************
 * produce-detail
 * ******************************************************************************** */
#produce-detail .x.aaa .y .z .w .i .l-slider-container { display: none; position: relative; width: 100%; }
#produce-detail .x.aaa .y .z .w .i .l-slider-container.initialized { display: block; }
#produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider { list-style:none; margin:0; padding:0; }
#produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider a { display: block; }
#produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider a.no-link { cursor: default; }
#produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider a.no-link:hover { opacity: 1; }
#produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider .imgbox { position: relative; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; background-color: transparent !important; }

#produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots { font-size: 0; line-height: 0; }
#produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li {}
#produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li button { padding: 0; }
#produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li button:before { content: ''; opacity: 1; /*color: #B3B3B3;*/ background-color: #fff; font-size: 15px; border-radius: 50%; }
#produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li.slick-active button:before { /*color: #B2DDFB;*/ background-color: #18A93F; }
@media (min-width: 481px) {
    #produce-detail .x.aaa .y .z .w { padding-top:40px; }
    #produce-detail .x.aaa .y .z .w .i { border-radius:9px; overflow:hidden; }
    #produce-detail .x.aaa .y .z .w .i .l-slider-container { width: 100%; }
    #produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider { width:100%; }
    #produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider .imgbox { widht:100%; min-height: 480px; box-sizing: border-box; }

    #produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots { bottom: 2%; right: 2%; text-align: right !important; }
    #produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li { width: 16px; height: 16px; margin: 0 8px; }
    #produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li button { width: 100%; height: 100%; }
    #produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li button:before { width: 100%; height: 100%; }
}
@media (max-width: 480px) {
    #produce-detail .x.aaa .y .z .w { padding-top:20px; }
    #produce-detail .x.aaa .y .z .w .i {}
    #produce-detail .x.aaa .y .z .w .i .l-slider-container {}
    #produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider {}
    #produce-detail .x.aaa .y .z .w .i .l-slider-container .l-slider .imgbox { padding-top: 66.4285714286%; }

    #produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots { bottom: 2%; right: 2%; text-align: right !important; }
    #produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li { width: 12px; height: 12px; margin: 0 4px; }
    #produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li button { width: 100%; height: 100%; }
    #produce-detail .x.aaa .y .z .w .i .l-slider .slick-dots li button:before { font-size: 7px; width: 100%; height: 100%; line-height: 15px; }
}

#produce-detail .x.bbb {}
#produce-detail .x.bbb .y {}
#produce-detail .x.bbb .y .z {}
#produce-detail .x.bbb .y .z .w {}
#produce-detail .x.bbb .y .z .w .i {}
#produce-detail .x.bbb .y .z .w .i .content {}
#produce-detail .x.bbb .y .z .w .i .content .l {}
#produce-detail .x.bbb .y .z .w .i .content .l a { text-decoration:underline; color:rgb(68,114,176); }
#produce-detail .x.bbb .y .z .w .i .content .r {}
#produce-detail .x.bbb .y .z .w .i .content .r .d1 { background:rgb(223,234,209); position:relative; }
#produce-detail .x.bbb .y .z .w .i .content .r .d1-1 { width:54%; padding:5% 0 5% 5%; font-weight:700; line-height:1.6; }
#produce-detail .x.bbb .y .z .w .i .content .r .d1-1-1 { color:#18A93E; }
#produce-detail .x.bbb .y .z .w .i .content .r .d1-1-2 {}
#produce-detail .x.bbb .y .z .w .i .content .r .d1-1-3 { color:#18A93E; margin-top:6px; }
#produce-detail .x.bbb .y .z .w .i .content .r .d1-1-4 {}
#produce-detail .x.bbb .y .z .w .i .content .r .d1-2 { width:40%; position:absolute; bottom:0; right:0;}
#produce-detail .x.bbb .y .z .w .i .content .r .d1-2::before { display:block; content:''; width:100%; padding-top:189.34%; background-image:url(../img/produce-detail-01.png); background-repeat:no-repeat; background-size:contain; }
#produce-detail .x.bbb .y .z .w .i .content .r .d2 { display: flex; flex-flow: row wrap; }
#produce-detail .x.bbb .y .z .w .i .content .r .d2-1 { display: inline-block; background-color: #CADEA3; border-radius: 8px; }
#produce-detail .x.bbb .y .z .w .i .content .r .d3 { overflow:hidden; }
#produce-detail .x.bbb .y .z .w .i .content .r .d3 a { display:block; width:100%; }
#produce-detail .x.bbb .y .z .w .i .content .r .d3 a img { width:100%; height:auto; }
@media (min-width: 481px) {
    #produce-detail .x.bbb .y .z .w { padding:50px 20px 0; }
    #produce-detail .x.bbb .y .z .w .i .content .l { float:left; width:62%; }
    #produce-detail .x.bbb .y .z .w .i .content .r { float:right; width:33%; }
    #produce-detail .x.bbb .y .z .w .i .content .l { font-size:1.3rem; line-height:1.6; letter-spacing:0.5px; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d1,
    #produce-detail .x.bbb .y .z .w .i .content .r .d3 { border-radius:7px; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d1 { min-height:256px; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d1-1-1,
    #produce-detail .x.bbb .y .z .w .i .content .r .d1-1-3 { font-size:1.3rem; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d1-1-2,
    #produce-detail .x.bbb .y .z .w .i .content .r .d1-1-4 { font-size:1.2rem; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d2 { margin: 20px 0; gap: 10px 10px; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d2-1 { font-size: 1.325rem; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
}
@media (max-width: 480px) {
    #produce-detail .x.bbb .y .z .w { padding:40px 20px 0; }
    #produce-detail .x.bbb .y .z .w .i .content .l { font-size:0.9rem; line-height:1.6; letter-spacing:0.25px; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d1,
    #produce-detail .x.bbb .y .z .w .i .content .r .d3 { border-radius:5px; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d1 { min-height:202px; margin-top:20px; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d1-1-1,
    #produce-detail .x.bbb .y .z .w .i .content .r .d1-1-3 { font-size:0.9rem; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d1-1-2,
    #produce-detail .x.bbb .y .z .w .i .content .r .d1-1-4 { font-size:0.8rem; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d2 { margin: 20px 0; gap: 10px 10px; }
    #produce-detail .x.bbb .y .z .w .i .content .r .d2-1 { font-size: 0.9; letter-spacing: 0.5px; line-height: 1.2; padding: 5px 10px; }
}

#produce-detail .x.ccc {}
#produce-detail .x.ccc .y {}
#produce-detail .x.ccc .y .z {}
#produce-detail .x.ccc .y .z .w {}
#produce-detail .x.ccc .y .z .w .i {}
#produce-detail .x.ccc .y .z .w .i .d2 { color:#18A93E; font-weight:700; letter-spacing:0.5px; }
#produce-detail .x.ccc .y .z .w .i .d1 {}
#produce-detail .x.ccc .y .z .w .i .d1-1 {}
#produce-detail .x.ccc .y .z .w .i .d1-1-1 {}
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content {}
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box { position:relative; }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a { display:block; }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a:hover { opacity: 1; }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box .bgi { width:100%; height:auto; position:relative; overflow:hidden; border-radius: 50%; }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box .bgi div { width:100%; padding-top: 100%; background-position:center center; background-size:cover; background-repeat: no-repeat; transition: transform .3s ease; }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a:hover .bgi div { transform: scale(1.05); }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .new { position: absolute; top: 6%; right: 2px; z-index: 10; background-color: #f00; color:#fff; font-weight: 500; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.25); border-radius: 6px; }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail { position: relative; text-align: center; box-sizing: border-box; font-weight: 500; }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .addr {}
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .txt1 { color: #18A93E; }
#produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .txt2 {}
@media (min-width: 481px) {
    #produce-detail .x.ccc .y .z { padding: 60px 0 30px; }
    #produce-detail .x.ccc.ex .y .z { padding: 60px 0 120px; }

    #produce-detail .x.ccc .y .z .w .i .d2 { font-size:1.75rem; padding-bottom:40px; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 {}
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content { display: flex; flex-flow: row wrap; justify-content: flex-start; gap: 40px 20px; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box { width:260px; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a {}
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 4px 6px; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail { margin-top: 15px; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .addr { font-size: 1.15rem; letter-spacing: 0.5px; line-height: 1.2; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .txt1 { margin-top: 12px; font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.2; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .txt2 { margin-top: 8px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.45; }
}
@media (max-width: 480px) {
    #produce-detail .x.ccc .y .z { padding: 40px 0 20px; }
    #produce-detail .x.ccc.ex .y .z { padding: 40px 0 100px; }
    #produce-detail .x.ccc .y .z .w .i { padding:0 20px; }

    #produce-detail .x.ccc .y .z .w .i .d2 { font-size:1.25rem; padding-bottom:40px; text-align:center; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 {}
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content { display: flex; flex-flow: row wrap; justify-content: center; gap: 40px 0; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box { width:260px; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a {}
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 4px 6px; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail { margin-top: 12px; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .addr { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .txt1 { margin-top: 6px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; }
    #produce-detail .x.ccc .y .z .w .i .d1-1-1 .content .box a .detail .txt2 { margin-top: 4px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.45; }
}

#produce-detail .x.pager {}
#produce-detail .x.pager .d1-1-1 { display:flex; flex-wrap:wrap; justify-content: space-between; }
#produce-detail .x.pager a { text-decoration:underline; font-weight:700; color:rgb(68,114,176); background:transparent; display:inline-block; width:auto; }
#produce-detail .x.pager a.prev {}
#produce-detail .x.pager a.index {}
#produce-detail .x.pager a.next {}



/* ********************************************************************************
 * recruit
 * ******************************************************************************** */
#recruit .x.aaa {}
#recruit .x.aaa .y {}
#recruit .x.aaa .y .z {}
#recruit .x.aaa .y .z .w {}
#recruit .x.aaa .y .z .w .i {}
#recruit .x.aaa .y .z .w .i .d1 {}
#recruit .x.aaa .y .z .w .i .d1-1 {}
#recruit .x.aaa .y .z .w .i .d1-1-1 {}
#recruit .x.aaa .y .z .w .i .d1-1-1 .content {}
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box { position:relative; }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a { display:block; }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a:hover { opacity: 1; }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box .bgi { width:100%; height:auto; position:relative; overflow:hidden; border-radius: 50%; }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box .bgi div { width:100%; padding-top: 100%; background-position:center center; background-size:cover; background-repeat: no-repeat; transition: transform .3s ease; }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a:hover .bgi div { transform: scale(1.05); }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .new { position: absolute; top: 6%; right: 2px; z-index: 10; background-color: #f00; color:#fff; font-weight: 500; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.25); border-radius: 6px; }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail { position: relative; text-align: center; box-sizing: border-box; font-weight: 500; }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .addr {}
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .txt1 { color: #18A93E; }
#recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .txt2 {}
@media (min-width: 481px) {
    #recruit .x.aaa .y .z { padding: 60px 0 30px; }
    #recruit .x.aaa.ex .y .z { padding: 60px 0 120px; }

    #recruit .x.aaa .y .z .w .i .d1-1-1 {}
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content { display: flex; flex-flow: row wrap; justify-content: flex-start; gap: 40px 20px; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box { width:260px; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a {}
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 4px 6px; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail { margin-top: 15px; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .addr { font-size: 1.15rem; letter-spacing: 0.5px; line-height: 1.2; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .txt1 { margin-top: 12px; font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.2; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .txt2 { margin-top: 8px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.45; }
}
@media (max-width: 480px) {
    #recruit .x.aaa .y .z { padding: 40px 0 20px; }
    #recruit .x.aaa.ex .y .z { padding: 40px 0 100px; }
    #recruit .x.aaa .y .z .w .i { padding:0 20px; }

    #recruit .x.aaa .y .z .w .i .d1-1-1 {}
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content { display: flex; flex-flow: row wrap; justify-content: center; gap: 40px 0; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box { width:260px; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a {}
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 4px 6px; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail { margin-top: 12px; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .addr { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .txt1 { margin-top: 6px; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; }
    #recruit .x.aaa .y .z .w .i .d1-1-1 .content .box a .detail .txt2 { margin-top: 4px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.45; }
}




/* ********************************************************************************
 * membership
 * ******************************************************************************** */




/* ********************************************************************************
 * 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 {}
}




/* ********************************************************************************
 * news-index
 * information-index
 * faq-index
 * blog-index
 * voice-index
 *
 * feature-index
 * ******************************************************************************** */
.x.list {}
.x.list .y {}
.x.list .y .z {}
.x.list .y .z .w {}
.x.list .y .z .w .i {}
.x.list .y .z .w .i .d1 {}
.x.list .y .z .w .i .d1-1 {}
.x.list .y .z .w .i .d1-1-1 {}
.x.list .y .z .w .i .d1-1-1 .detail {}
.x.list .y .z .w .i .d1-1-1 .detail .content {}
.x.list .y .z .w .i .d1-1-1 .detail .content .box { position:relative; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a { display:block; border-radius: 12px; /*box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 10%);*/ }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a:hover { opacity: 1; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box .bgi { width:100%; height:auto; position:relative; overflow:hidden; border-radius: 16px; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box .bgi div { width:100%; padding-top: 69.2307692308%; background-position:center center; background-size:cover; background-repeat: no-repeat; transition: transform .3s ease; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a:hover .bgi div { transform: scale(1.05); }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .new { position: absolute; top: 1px; right: 1px; z-index: 10; background-color: #f00; color:#fff; font-weight: 500; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.25); border-radius: 12px; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .status { display:inline-block; padding: 3px 0; width: 110px; text-align:center; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.5px; line-height: 1.2; background-color: #18A93E; color: #fff; border-radius: 12px; position: absolute; top: -10px; right: 10px; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .cat { display:inline-block; padding: 4px 0; width:120px; color:#fff; text-align:center; font-size: 0.7rem; letter-spacing: -1px; line-height: 1.2; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); background-color: #3551A2; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.6);*/ }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content { position:relative; width: 100%; box-sizing: border-box; background-color: #fff; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail { white-space: normal; word-break: break-all; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .pub { font-weight: bold; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .news-title { font-weight: bold; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .news-msg { color: #828282; }
@media (min-width: 481px) {
    .x.list .y .z { margin-top: 50px; }

    .x.list .y .z .w .i .d1-1-1 {}
    .x.list .y .z .w .i .d1-1-1 .detail {}
    .x.list .y .z .w .i .d1-1-1 .detail .content { display: flex; flex-flow: row wrap; justify-content: flex-start; gap: 40px 20px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box { width:260px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a {}
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 4px 6px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .status { position: absolute; top: 14px; left: 90px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .cat { position: absolute; top: 8px; right: 8px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content { height: auto; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail { padding: 15px 10px 0; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .pub { font-size: 1rem; letter-spacing: -0.5px; line-height: 1.2; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .news-title { margin-top: 10px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.45; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .news-msg { margin-top: 10px; font-size: 0.9rem; letter-spacing: -0.5px; line-height: 1.4; }
}
@media (max-width: 480px) {
    .x.list .y .z { margin-top: 40px; }
    .x.list .y .z .w .i { padding:0 20px; }

    .x.list .y .z .w .i .d1-1-1 {}
    .x.list .y .z .w .i .d1-1-1 .detail {}
    .x.list .y .z .w .i .d1-1-1 .detail .content { display: flex; flex-flow: row wrap; justify-content: center; gap: 40px 0; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box { width:260px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a {}
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 4px 6px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .status { position: absolute; top: 9px; left: 82px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .cat { position: absolute; top: 6px; right: 6px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .cat { padding: 3px 0; width:130px; font-size: 0.45rem; letter-spacing: -1px; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);*/ }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content { height: auto; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail { padding: 12px 10px 0; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .pub { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .news-title { margin-top: 10px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.45; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-content .news-detail .news-msg { margin-top: 8px; font-size: 0.55rem; letter-spacing: 0; line-height: 1.4; }
}



.x.pager {}
.x.pager .y {}
.x.pager .y .z {}
.x.pager .y .z .w {}
.x.pager .y .z .w .i {}
.x.pager .y .z .w .i .d1 {}
.x.pager .y .z .w .i .d1-1 {}
.x.pager .y .z .w .i .d1-1-1 { text-align:center; }
.x.pager .y .z .w .i .d1-1-1 a { display:inline-block; background-color: #5fc974; color: #fff; }
.x.pager .y .z .w .i .d1-1-1 .prev {}
.x.pager .y .z .w .i .d1-1-1 .next {}
.x.pager .y .z .w .i .d1-1-1 .num {}
.x.pager .y .z .w .i .d1-1-1 .num.current { background-color: #18A93E; color:#fff; text-decoration: underline; }
.x.pager .y .z .w .i .d1-1-1 .hdn { visibility: hidden; }
@media (min-width: 481px) {
    .x.pager .y .z { padding: 60px 0 120px; }

    .x.pager .y .z .w .i .d1-1-1 {}
    .x.pager .y .z .w .i .d1-1-1 a { width: 40px; height: 40px; font-size:1.2rem; line-height:40px; }
    .x.pager .y .z .w .i .d1-1-1 a:nth-child(n+2) { margin-left:8px; }
    .x.pager .y .z .w .i .d1-1-1 .prev { width: 85px; }
    .x.pager .y .z .w .i .d1-1-1 .next { width: 85px; }
}
@media (max-width: 480px) {
    .x.pager .y .z { padding: 50px 0 100px; }
    .x.pager .y .z .w .i { padding:0 20px; }

    .x.pager .y .z .w .i .d1-1-1 {}
    .x.pager .y .z .w .i .d1-1-1 a { width: 27px; height: 27px; font-size:1.0rem; letter-spacing: 0; line-height:27px; }
    .x.pager .y .z .w .i .d1-1-1 a:nth-child(n+2) { margin-left:3px; }
    .x.pager .y .z .w .i .d1-1-1 .prev { width: 50px; letter-spacing: -0.5px; white-space: nowrap; }
    .x.pager .y .z .w .i .d1-1-1 .next { width: 50px; letter-spacing: -0.5px; white-space: nowrap; }
}


.x.search {}
.x.search .y {}
.x.search .y .z {}
.x.search .y .z .w {}
.x.search .y .z .w .i {}
.x.search .y .z .w .i .d1 {}
.x.search .y .z .w .i .d1-1 {}
.x.search .y .z .w .i .d1-1-1 {}
.x.search .y .z .w .i .d1-1-1 .content { text-align: center; }
.x.search .y .z .w .i .d1-1-1 .content select { font-size:1rem; background-color:#ffffff; border:2px solid #2A62F6; background-position-x:100%; background-position:100% center; background-image:none; border-radius:3px; padding: 0.8rem 14px; padding-right:2rem; line-height: 1.4; }
.x.search .y .z .w .i .d1-1-1 .content .select-wrap { position: relative; display: inline-block; }
.x.search .y .z .w .i .d1-1-1 .content .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; }

@media (min-width: 481px) {
    .x.search .y .z { margin-top: 50px; }

    .x.search .y .z .w .i .d1-1-1 {}
    .x.search .y .z .w .i .d1-1-1 .content {}
    .x.search .y .z .w .i .d1-1-1 .content .select-wrap { min-width: 240px; }
    .x.search .y .z .w .i .d1-1-1 .content select { width:100%; }
}
@media (max-width: 480px) {
    .x.search .y .z { margin-top: 40px; }
    .x.search .y .z .w .i { padding:0 20px; }

    .x.search .y .z .w .i .d1-1-1 {}
    .x.search .y .z .w .i .d1-1-1 .content {}
    .x.search .y .z .w .i .d1-1-1 .content .select-wrap { width: 96.5%; }
    .x.search .y .z .w .i .d1-1-1 .content select { width:100%; border:1px solid #2A62F6; padding: 0.6rem 14px; }
}



/* ********************************************************************************
 * news-detail
 * information-detail
 * faq-detail
 * blog-detail
 * voice-detail
 *
 * feature-detail
 * ******************************************************************************** */
.x.cms {}
.x.cms .y {}
.x.cms .y .z {}
.x.cms .y .z .w {}
.x.cms .y .z .w .i {}
.x.cms .y .z .w .i .d1 {}
.x.cms .y .z .w .i .d1-1 {}
.x.cms .y .z .w .i .d1-1-1 {}
.x.cms .y .z .w .i .d1-1-1 .detail {}
.x.cms .y .z .w .i .d1-1-1 .detail .content {}
.x.cms .y .z .w .i .d1-1-1 .detail .content .head { position: relative; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .title { font-weight: 500; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .status { display:inline-block; padding: 5px 0; width:130px; background-color: #18A93E; color:#fff; text-align:center; font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; border-radius: 12px; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.6);*/ }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc { position: relative; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .new { display: inline-block; color: #f00; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .date { display: inline-block; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .cat-container { font-size: 0; line-height: 0; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .cat { display:inline-block; padding: 4px 0; margin-left: 2px; width:120px; color:#fff; text-align:center; font-size: 0.7rem; letter-spacing: -1px; line-height: 1.2; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); background-color: #3551A2; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.6);*/ }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail {}
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .img {}
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .txt {}
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .attachments {}
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming {}
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming .hd { display: inline-block; background: #666; border: 2px solid #666; color: #fff; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul { list-style: none; margin: 0; padding: 0; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li {}
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li a { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li a div { width:100%; height: 100%; background-position:center; background-size:contain; background-repeat: no-repeat; }
@media (min-width: 481px) {
    .x.cms .y .z { margin-top: 60px; }

    .x.cms .y .z .w .i .d1-1-1 { padding: 0 10px; }
    .x.cms .y .z .w .i .d1-1-1 .detail {}
    .x.cms .y .z .w .i .d1-1-1 .detail .content {}
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head {}
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .title { font-size: 1.26rem; letter-spacing: 0.5px; line-height: 1.6; padding-bottom: 7px; padding-left: 145px; border-bottom: 1px solid #626262; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .status { position: absolute; top: 2px; left: 0; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc { margin-top: 5px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .new { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; margin-right: 0.25rem; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .date { font-size: 1.0rem; letter-spacing: 0; line-height: 1.2; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .cat-container { position: absolute; top: 2px; left: 85px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .cat {}
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail { margin-top: 45px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .txt { margin-top: 20px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .attachments { margin-top: 20px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming { margin-top: 50px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming .hd { font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.2; padding: 4px 10px; border-radius: 20px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul { margin-top: 10px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li { float: left; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li:nth-child(n+2) { margin-left: 10px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li a { width: 160px; height: 50px; border: 1px solid #888; border-radius: 8px; padding: 5px 12px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li a div {}
}
@media (max-width: 480px) {
    .x.cms .y .z { margin-top: 40px; }
    .x.cms .y .z .w .i { padding:0 20px; }

    .x.cms .y .z .w .i .d1-1-1 {}
    .x.cms .y .z .w .i .d1-1-1 .detail {}
    .x.cms .y .z .w .i .d1-1-1 .detail .content {}
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head { padding: 0 0 25px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .title { font-size: 0.95rem; letter-spacing: 0.5px; line-height: 1.6; padding: 0 5px 7px; border-bottom: 1px solid #626262; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .status { position: absolute; bottom: 0; left: 0; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .status { padding: 5px 0; width:90px; font-size: 0.55rem; letter-spacing: -0.5px; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);*/ }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .status.important   { letter-spacing: -1px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc { margin-top: 5px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .new { font-size: 0.95rem; letter-spacing: 0.5px; line-height: 1.2; margin-right: 0.25rem; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .date { font-size: 0.95rem; letter-spacing: 0; line-height: 1.2; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .cat-container {}
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .cat {}
    .x.cms .y .z .w .i .d1-1-1 .detail .content .head .desc .cat { padding: 3px 0; margin: 0 2px 2px 0; width:70px; font-size: 0.45rem; letter-spacing: -1px; /*box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.3);*/ }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail { margin-top: 35px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .txt { margin-top: 15px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .attachments { margin-top: 15px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming { margin-top: 50px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming .hd { font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.2; padding: 4px 10px; border-radius: 20px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul { margin-top: 10px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li { float: left; margin-left: 10px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li:nth-child(2n+1) { margin-left: 0; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li:nth-child(n+3) { margin-top: 15px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li a { width: 135px; height: 45px; border: 1px solid #888; border-radius: 8px; padding: 5px 12px; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail .streaming ul li a div {}
}

/* wp style */
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail strong { font-weight: bold; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail em { font-style: italic; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail blockquote { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .aligncenter { display: block; margin: 0 auto; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .alignright { float: right; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail .alignleft { float: left; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail a { color:#1272b4; text-decoration:underline; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail a:hover { opacity:0.7; }
/*
.x.cms .y .z .w .i .d1-1-1 .detail .content .detail p {
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -ms-margin-before: 0em;
    -ms-margin-after: 0em;
    -ms-margin-start: 0px;
    -ms-margin-end: 0px;
    -o-margin-before: 0em;
    -o-margin-after: 0em;
    -o-margin-start: 0px;
    -o-margin-end: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
*/
@media (min-width: 481px) {
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail figure { margin:1em 0 !important; width:auto !important; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail figure img { max-width:100% !important; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail img { max-width:100% !important; }
}
@media (max-width: 480px) {
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail figure { margin:1em 0 !important; width:auto !important; }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail figure img { max-width:100% !important; width:100% !important }
    .x.cms .y .z .w .i .d1-1-1 .detail .content .detail img { max-width:100% !important; width:100% !important }
}



.x.detail-pager {}
.x.detail-pager .y {}
.x.detail-pager .y .z {}
.x.detail-pager .y .z .w {}
.x.detail-pager .y .z .w .i {}
.x.detail-pager .y .z .w .i .d1 {}
.x.detail-pager .y .z .w .i .d1-1 {}
.x.detail-pager .y .z .w .i .d1-1-1 { text-align:center; }
.x.detail-pager .y .z .w .i .d1-1-1 a { display:inline-block; background-color: #18A93E; color: #fff; border-radius: 4px; }
.x.detail-pager .y .z .w .i .d1-1-1 .prev,
.x.detail-pager .y .z .w .i .d1-1-1 .next,
.x.detail-pager .y .z .w .i .d1-1-1 .list {}
.x.detail-pager .y .z .w .i .d1-1-1 .hdn { visibility: hidden; }
.x.detail-pager .y .z .w .i .d1-1-2 { text-align:center; }
.x.detail-pager .y .z .w .i .d1-1-2 a { display:inline-block; background-color: #18A93E; color: #fff; border-radius: 4px; }
@media (min-width: 481px) {
    .x.detail-pager .y .z { padding: 60px 0 120px; }

    .x.detail-pager .y .z .w .i .d1-1-1 {}
    .x.detail-pager .y .z .w .i .d1-1-1 a { width: 120px; height: 45px; font-size:1.1rem; line-height:45px; }
    .x.detail-pager .y .z .w .i .d1-1-1 .prev,
    .x.detail-pager .y .z .w .i .d1-1-1 .next,
    .x.detail-pager .y .z .w .i .d1-1-1 .list {}
    .x.detail-pager .y .z .w .i .d1-1-1 .list { margin: 0 45px; }
    .x.detail-pager .y .z .w .i .d1-1-2 { margin-top: 40px; }
    .x.detail-pager .y .z .w .i .d1-1-2 a { width: 160px; height: 45px; font-size:1.1rem; line-height:45px; }
}
@media (max-width: 480px) {
    .x.detail-pager .y .z { padding: 50px 0 100px; }
    .x.detail-pager .y .z .w .i { padding:0 20px; }

    .x.detail-pager .y .z .w .i .d1-1-1 {}
    .x.detail-pager .y .z .w .i .d1-1-1 a { width: 80px; height: 36px; font-size:0.95rem; letter-spacing: 0; line-height:36px; }
    .x.detail-pager .y .z .w .i .d1-1-1 .prev,
    .x.detail-pager .y .z .w .i .d1-1-1 .next,
    .x.detail-pager .y .z .w .i .d1-1-1 .list {}
    .x.detail-pager .y .z .w .i .d1-1-1 .list { margin: 0 10px; }
    .x.detail-pager .y .z .w .i .d1-1-1 .hdn { /*display: none;*/ }
    .x.detail-pager .y .z .w .i .d1-1-2 { margin-top: 30px; }
    .x.detail-pager .y .z .w .i .d1-1-2 a { width: 120px; height: 36px; font-size:0.95rem; letter-spacing: 0; line-height:36px; }
}




/*----------------------------------------------------------------------------------------------------*/

span.marker {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(250,238,96,0) 67%, rgba(250,238,96,0.91) 68%, rgba(250,238,96,0.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(250,238,96,0) 67%,rgba(250,238,96,0.91) 68%,rgba(250,238,96,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(250,238,96,0) 67%,rgba(250,238,96,0.91) 68%,rgba(250,238,96,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6faee60',GradientType=0 ); /* IE6-9 */
}


.filter { line-height:41px; padding-top:32px; text-align:center; }
.select-wrapper { display:inline-block; position:relative; }
.select-wrapper:before { content:'▼'; display:inline-block; position:absolute; z-index:1; right:0; top:1px; text-align:center; font-size:inherit; line-height:inherit; letter-spacing:inherit; font-family:inherit; color:inherit; }
.select-wrapper > select { background:none transparent; z-index:2; }
.select-wrapper:before { width:1rem; padding-right:0.5rem; }
.select-wrapper > select { padding-right:1.5rem; }
.select-wrapper > select {
    background:#e6e6e6;
    /*box-shadow:0px 1px 1px 1px rgba(0,0,0,0.375);*/
}
.select-wrapper {
    border-radius:6px;/*0.5rem;*/
    background-color:#ffffff;/*#efefef;*/
    box-shadow:0 0 0 1px #224d2a inset;/*0px 1px 1px 1px rgba(0,0,0,0.375) inset;*/

    margin-top:1px;
    margin-bottom:16px;
    margin-left:8px; margin-right:8px;
}
.select-wrapper > select {
    background:transparent;
    top:0px;
    margin-top:0;
    padding-right:3rem;
    padding-bottom:1px;
    color:#5d924c;
    width:214px;
}
.select-wrapper:before {
    top:2px;
    border-left:1px solid transparent;/*#ddd;*/
    padding-left:0.5rem;
    padding-right:0.75rem;
    /*content:url(../img/index_nav_select_arrow.png?v=1);*/
    color:#5d924c;
}


.filter a.btn {
    display: inline-block;
    width: 214px;
    line-height: 39px;
    letter-spacing: 3px;
    border-radius: 6px;
    border: 1px solid #224d2a;
    color: #5d924c;
    background-color:#224d2a;
    position: relative;
    /*top: 1px;*/
    margin-bottom:16px;
    margin-left:8px; margin-right:8px;
}

/*----------------------------------------------------------------------------------------------------*/




/* ********************************************************************************
 * privacy
 * ******************************************************************************** */
#privacy .x.aaa {}
#privacy .x.aaa .y {}
#privacy .x.aaa .y .z {}
#privacy .x.aaa .y .z .w {}
#privacy .x.aaa .y .z .w .i {}
#privacy .x.aaa .y .z .w .i .d1 {}
#privacy .x.aaa .y .z .w .i .d1-1 {}
#privacy .x.aaa .y .z .w .i .d1-1-1 {}
#privacy .x.aaa .y .z .w .i .d1-1-1 .content {}
#privacy .x.aaa .y .z .w .i .d1-1-1 .content .box {}
#privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
#privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .head div { font-weight: bold; }
#privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .txt { font-weight: 500; }
#privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .date { font-weight: 500; text-align: right; }
#privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
#privacy .x.aaa .y .z .w .i .d1-1-1 .content .box a { color:#1272b4; text-decoration: underline; }
@media (min-width: 481px) {
    #privacy .x.aaa .y .z { padding: 60px 0 120px; }

    #privacy .x.aaa .y .z .w .i .d1-1-1 {}
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content { padding: 0 80px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1.2rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 50px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .head div { font-size: 1.45rem; line-height: 1.2; letter-spacing: 0.5px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .txt { margin-top: 5px; font-size: 1.2rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .date { margin-top: 5px; font-size: 1.2rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
}
@media (max-width: 480px) {
    #privacy .x.aaa .y .z { padding: 40px 0 80px; }
    #privacy .x.aaa .y .z .w .i { padding:0 20px; }

    #privacy .x.aaa .y .z .w .i .d1-1-1 {}
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content { padding: 0; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1rem; line-height: 1.5; letter-spacing: 0.5px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 40px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .head div { font-size: 1.1rem; line-height: 1.2; letter-spacing: 0.5px; padding: 0 0 3px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .txt { margin-top: 5px; font-size: 1rem; line-height: 1.5; letter-spacing: 0.5px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .date { margin-top: 5px; font-size: 1rem; line-height: 1.5; letter-spacing: 0.5px; }
    #privacy .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
}




.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-banner-01
 * ******************************************************************************** */
.x.common-banner-01 {}
.x.common-banner-01 .y {}
.x.common-banner-01 .y .z {}
.x.common-banner-01 .y .z .w {}
.x.common-banner-01 .y .z .w .i {}
.x.common-banner-01 .y .z .w .i .d1 {}
.x.common-banner-01 .y .z .w .i .d1-1 {}
.x.common-banner-01 .y .z .w .i .d1-1-1 {}
.x.common-banner-01 .y .z .w .i .d1-1-1 ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: flex-start; }
.x.common-banner-01 .y .z .w .i .d1-1-1 ul li { text-align: center; }
.x.common-banner-01 .y .z .w .i .d1-1-1 ul li a { display: inline-block; }
@media (min-width: 481px) {
    .x.common-banner-01 .y { padding: 0; }
    #index .x.common-banner-01 .y { padding: 60px 0 30px; }

    .x.common-banner-01 .y .z .w .i .d1-1-1 { padding: 0; }
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul { gap: 25px 0; }
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul li {}
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul li.t1 {}
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul li.t2 { width: 100%; }
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul li a {}
}
@media (max-width: 480px) {
    .x.common-banner-01 .y { padding: 0; }
    #index .x.common-banner-01 .y { padding:40px 0 20px; }
    .x.common-banner-01 .y .z .w .i { padding:0 20px; }

    .x.common-banner-01 .y .z .w .i .d1-1-1 ul { gap: 15px 0; }
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul li {}
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul li.t1 { /*width: 48%;*/ }
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul li.t2 {}
    .x.common-banner-01 .y .z .w .i .d1-1-1 ul li a { width: 100%; }
}




/* ********************************************************************************
 * common-tel-01
 * ******************************************************************************** */
.x.common-tel-01 {}
.x.common-tel-01 .y { background-color: #FAF7EF; }
.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 .txt1 {}
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt2 { color: #F1551D; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel { font-weight: bold; color: #F1551D; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { color: #F1551D; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .note {}
@media (min-width: 481px) {
    .x.common-tel-01 .y { 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 .txt1 { font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt2 { font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; margin-top: 12px; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel { font-size: 2.0rem; letter-spacing: 0; line-height: 1.2; margin-top: 10px; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { font-size: 2.0rem; letter-spacing: 0; line-height: 1.2; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .note { font-size: 0.95rem; letter-spacing: 0; line-height: 1.2; margin-top: 3px; }
}
@media (max-width: 480px) {
    .x.common-tel-01 .y { 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 .txt1 { font-size: 1.1rem; letter-spacing: 0; line-height: 1.2; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt2 { font-size: 1.15rem; letter-spacing: 0.5px; line-height: 1.2; margin-top: 12px; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel { font-size: 1.45rem; letter-spacing: 0; line-height: 1.2; margin-top: 10px; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { font-size: 1.45rem; letter-spacing: 0; line-height: 1.2; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .note { font-size: 0.8rem; letter-spacing: 0; line-height: 1.2; margin-top: 3px; }
}




/* ********************************************************************************
 * common-company-search
 * ******************************************************************************** */
.x.common-company-search {}
.x.common-company-search .y {}
.x.common-company-search .y .z { max-width: none; }
.x.common-company-search .y .z .w {}
.x.common-company-search .y .z .w .i {}
.x.common-company-search .y .z .w .i .d1 {}
.x.common-company-search .y .z .w .i .d1-1 {}
.x.common-company-search .y .z .w .i .d1-1-1 { box-sizing: border-box; }
.x.common-company-search .y .z .w .i .d1-1-1 .form { position: relative; box-sizing: border-box; }
.x.common-company-search .y .z .w .i .d1-1-1 .form .search-item { background-color: #ffffff; }
.x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box {}
.x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .title {}
.x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .title:before { content: '\025A0'; color: #F15A24; }
.x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .item {}
.x.common-company-search .y .z .w .i .d1-1-1 .form label span {}
.x.common-company-search .y .z .w .i .d1-1-1 .form input[type=checkbox],
.x.common-company-search .y .z .w .i .d1-1-1 .form input[type=radio] { vertical-align: middle; margin-right: 2px; }
.x.common-company-search .y .z .w .i .d1-1-1 .form .select-wrap { position: relative; }
.x.common-company-search .y .z .w .i .d1-1-1 .form .select-wrap:before { content:'▼'; display: block; position:absolute; top:50%; right:1.2rem; margin-top: -11px; text-align:center; font-size:inherit; line-height:inherit; letter-spacing:inherit; font-family:inherit; color:inherit; pointer-events: none; }
.x.common-company-search .y .z .w .i .d1-1-1 .form select { background-color:#ffffff; border:1px solid #bcbcbc; border-radius:6px; font-size:1rem; padding:0.5rem 14px;/*「.fomr select」と「ie fixパート」のpadding-rightと連動して調整しなければならない。左右のpaddingはhtml要素に指定している master となる font-size。*/ }
.x.common-company-search .y .z .w .i .d1-1-1 .form select { background-image: none; padding-right:2rem; }
.x.common-company-search .y .z .w .i .d1-1-1 .form option {}
.x.common-company-search .y .z .w .i .d1-1-1 .btn {}
.x.common-company-search .y .z .w .i .d1-1-1 .btn a { display: inline-block; background-color: #F7931E; color: #ffffff; border-radius: 8px; }
.x.common-company-search .y .z .w .i .d1-1-1 .btn input[type=submit] { display: inline-block; background-color: #F7931E; color: #ffffff; -o-appearance:none; -ms-appearance:none; -moz-appearance:none; -webkit-appearance:none; appearance:none; border:none; border-radius: 8px; }
.x.common-company-search .y .z .w .i .d1-1-1 .btn input[type=submit]:hover { opacity:0.75; filter: alpha(opacity=75); -moz-opacity:0.75; }
@media (min-width: 481px) {
    .x.common-company-search .y .z { padding: 40px 0 40px; }

    .x.common-company-search .y .z .w .i .d1-1-1 { border: 1px solid #8C6239; border-left: none; border-right: none; }

    .x.common-company-search .y .z .w .i .d1-1-1 .form { max-width: 960px; margin: 0 auto; padding: 40px 40px; }

    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item { width: 100%; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box { float: left; width: 260px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box:nth-child(n+2) { margin-left: 50px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .title { font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .item { margin-top: 15px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .item select{ width: 100%; }

    .x.common-company-search .y .z .w .i .d1-1-1 .form label { display: inline-block; width: 100px; }

    .x.common-company-search .y .z .w .i .d1-1-1 .btn { margin-top: 30px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .btn a { display: inline-block; width: 220px; padding: 14px 0; }
    .x.common-company-search .y .z .w .i .d1-1-1 .btn input[type=submit] { display: inline-block; width: 220px; padding: 14px 0; line-height: 1.2; }
}
@media (max-width: 480px) {
    .x.common-company-search .y { padding: 30px 0 30px; }
    .x.common-company-search .y .z .w .i { padding:0 20px; }

    .x.common-company-search .y .z .w .i .d1-1-1 { border: 1px solid #8C6239; }

    .x.common-company-search .y .z .w .i .d1-1-1 .form { padding: 20px 10px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item { width: 100%; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box { width: 100%; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box:nth-child(n+2) { margin-top: 20px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .title { font-size: 1rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .item { max-width: 100%; margin-top: 15px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form .search-item .box .item select{ width: 100%; }

    .x.common-company-search .y .z .w .i .d1-1-1 .form label { display: inline-block; width: 120px; margin-bottom: 5px; }

    .x.common-company-search .y .z .w .i .d1-1-1 .btn { margin-top: 30px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .btn a { display: inline-block; width: 100%; padding: 10px 0; }
    .x.common-company-search .y .z .w .i .d1-1-1 .btn input[type=submit] {  display: inline-block; width: 100%; padding: 10px 0; }
}
@media all and (-ms-high-contrast:none) {
    .x.common-company-search .y .z .w .i .d1-1-1 .form input[type=checkbox],
    .x.common-company-search .y .z .w .i .d1-1-1 .form input[type=radio] { position:relative; top:2px; }
    .x.common-company-search .y .z .w .i .d1-1-1 .form select { background-image:none; padding-right:14px;/*「.fomr select」のpadding-rightと同じ値を設定する。*/ }
    *::-ms-backdrop,
    .x.common-company-search .y .z .w .i .d1-1-1 .form input[type=checkbox],
    .x.common-company-search .y .z .w .i .d1-1-1 .form input[type=radio] { position:relative; top:0; }
    *::-ms-backdrop,
    .x.common-company-search .y .z .w .i .d1-1-1 .form select { background-image:none; padding-right:14px;/*「.fomr select」のpadding-rightと同じ値を設定する。*/ }
}
@supports (-ms-accelerator:true) {
    .x.common-company-search .y .z .w .i .d1-1-1 .form input[type=checkbox],
    .x.common-company-search .y .z .w .i .d1-1-1 .form input[type=radio] { top:2px; }
}




/* ********************************************************************************
 * common-sns
 * ******************************************************************************** */
.x.common-sns {}
.x.common-sns .y {}
.x.common-sns .y .z {}
.x.common-sns .y .z .w {}
.x.common-sns .y .z .w .i {}
.x.common-sns .y .z .w .i .d1 {}
.x.common-sns .y .z .w .i .d1-1 {}
.x.common-sns .y .z .w .i .d1-1-1 {}
.x.common-sns .y .z .w .i .d1-1-1 .content {}
.x.common-sns .y .z .w .i .d1-1-1 .content .l {}
.x.common-sns .y .z .w .i .d1-1-1 .content .l .facebook-line {}
.x.common-sns .y .z .w .i .d1-1-1 .content .r {}
.x.common-sns .y .z .w .i .d1-1-1 .content .r .twitter-line {}
@media (min-width: 481px) {
    .x.common-sns .y .z { padding: 30px 0 60px; }

    .x.common-sns .y .z .w .i .d1-1-1 {}
    .x.common-sns .y .z .w .i .d1-1-1 .content { padding: 0 20px; }
    .x.common-sns .y .z .w .i .d1-1-1 .content .l { float:right; width: 420px; }
    .x.common-sns .y .z .w .i .d1-1-1 .content .l .facebook-line { height:500px; }
    .x.common-sns .y .z .w .i .d1-1-1 .content .r { float:left; width: 420px; }
    .x.common-sns .y .z .w .i .d1-1-1 .content .r .twitter-line { height:500px; }
}
@media (max-width: 480px) {
    .x.common-sns .y .z { padding: 20px 0 40px; }
    .x.common-sns .y .z .w .i { padding:0 20px; }

    .x.common-sns .y .z .w .i .d1-1-1 {}
    .x.common-sns .y .z .w .i .d1-1-1 .content {}
    .x.common-sns .y .z .w .i .d1-1-1 .content .l { min-height: 500px; }
    .x.common-sns .y .z .w .i .d1-1-1 .content .l .facebook-line {}
    .x.common-sns .y .z .w .i .d1-1-1 .content .r { min-height: 500px; margin-top: 40px; }
    .x.common-sns .y .z .w .i .d1-1-1 .content .r .twitter-line {}
    .x.common-sns .y .z .w .i .d1-1-1 .content .r .twitter-timeline { width: 100%; max-width: 280px !important; }
}




/* ********************************************************************************
 * common-covid19
 * ******************************************************************************** */
.x.common-covid19 {}
.x.common-covid19 .y { background-color: #F2F2F2; }
.x.common-covid19 .y .z {}
.x.common-covid19 .y .z .w {}
.x.common-covid19 .y .z .w .i {}
.x.common-covid19 .y .z .w .i .d1 {}
.x.common-covid19 .y .z .w .i .d1-1 {}
.x.common-covid19 .y .z .w .i .d1-1-1 { color: #565656; text-align:center; }
.x.common-covid19 .y .z .w .i .d1-1-1 .title {}
.x.common-covid19 .y .z .w .i .d1-1-1 .txt {}
.x.common-covid19 .y .z .w .i .d1-1-1 .txt a { color: #2A62F6; text-decoration: underline; }
@media (min-width: 481px) {
    .x.common-covid19 .y { padding: 25px 0 25px; }

    .x.common-covid19 .y .z .w .i .d1-1-1 {}
    .x.common-covid19 .y .z .w .i .d1-1-1 .title { font-size: 1.32rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-covid19 .y .z .w .i .d1-1-1 .txt { margin-top: 15px; font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.4; }
    .x.common-covid19 .y .z .w .i .d1-1-1 .txt .large1 { font-size: 1.15rem; }
    .x.common-covid19 .y .z .w .i .d1-1-1 .txt .large2 { font-size: 1.2rem; }
}
@media (max-width: 480px) {
    .x.common-covid19 .y { padding: 10px 0 10px; }
    .x.common-covid19 .y .z .w { padding: 0 20px; }

    .x.common-covid19 .y .z .w .i .d1-1-1 {}
    .x.common-covid19 .y .z .w .i .d1-1-1 .title { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; }
    .x.common-covid19 .y .z .w .i .d1-1-1 .txt { margin-top: 8px; font-size: 0.8rem; letter-spacing: 0; line-height: 1.3; }
    .x.common-covid19 .y .z .w .i .d1-1-1 .txt .large1 { font-size: 0.82rem; }
    .x.common-covid19 .y .z .w .i .d1-1-1 .txt .large2 { font-size: 0.85rem; }
}




/* ********************************************************************************
 * common-news-slider
 * ******************************************************************************** */
.x.common-news-slider { overflow: visible; }
.x.common-news-slider .y { position:relative; }
.x.common-news-slider .y .z { max-width: none; overflow: hidden; }
.x.common-news-slider .y .z .w {}
.x.common-news-slider .y .z .w .i {}
.x.common-news-slider .y .z .w .i .d1 {}
.x.common-news-slider .y .z .w .i .d1-1 { position: relative; }
.x.common-news-slider .y .z .w .i .d1-1-1 {}
.x.common-news-slider .y .z .w .i .d1-1-1 .head {}
.x.common-news-slider .y .z .w .i .d1-1-1 .head .title { text-align: center; font-weight: bold; }
.x.common-news-slider .y .z .w .i .d1-1-1 .head .title .en { color: #112C54; }
.x.common-news-slider .y .z .w .i .d1-1-1 .head .title .jp { color: #4D4D4D; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content {}
.x.common-news-slider .y .z .w .i .d1-1-1 .content .slider {}
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container { position: relative; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container.initialized { display: block; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-wrapper { list-style: none; margin: 0; padding: 0; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide { box-sizing: border-box; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .imgbox { position: relative; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; background-color: transparent !important; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box { background-color: #fff; box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box a {}
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .new { position: absolute; top: 2px; right: 2px; z-index: 10; background-color: #f00; color:#fff; font-weight: 500; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.25); }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .bgi { width:100%; height:auto; position:relative; overflow:hidden; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .bgi div { width:100%; padding-top: 100%; background-position:center center; background-size:cover; background-repeat: no-repeat; transition: transform .3s ease; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail { position: relative; box-sizing: border-box; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .status { display:inline-block; padding: 3px 0; width: 110px; text-align:center; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.5px; line-height: 1.2; background-color: #18A93E; color: #fff; border-radius: 12px; position: absolute; top: -10px; right: 10px; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .pub {}
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .title { font-weight: 500; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box a:hover { opacity: 1; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box a:hover .news-detail .title { text-decoration: underline; }
.x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box a:hover .bgi div { transform: scale(1.05); }
.x.common-news-slider .y .z .w .i .d1-1-1 .btns { display: flex; justify-content: center; }
.x.common-news-slider .y .z .w .i .d1-1-1 .btns a { display: flex; justify-content: center; align-items: center; gap: 0 1em; background-color: #18A93E; color: #fff; border-radius: 28px; }
.x.common-news-slider .y .z .w .i .d1-1-1 .btns a img {}
@media (min-width: 481px) {
    .x.common-news-slider .y .z { padding: 40px 0 120px; }

    .x.common-news-slider .y .z .w .i .d1 {}
    .x.common-news-slider .y .z .w .i .d1-1-1 {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .head {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .head .title { font-size: 2.75rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content { margin-top: 50px; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .slider { position: relative; width: 100%; max-width: 1100px; margin: 0 auto; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container { width: 100%; height: 100%; overflow: visible; z-index: 1; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .imgbox { width: 100%; padding-top: 100%; box-sizing: border-box; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box { position: relative; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box a {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .new { font-size: 0.9rem; letter-spacing: 0; line-height: 1.2; padding: 3px 10px; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .bgi {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .bgi div {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail { padding: 15px 10px 15px; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .status {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .pub { font-size: 1rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .title { margin-top: 10px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.45; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .btns { margin-top: 60px; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .btns a { width: 240px; padding: 12px 0; font-size: 1.1rem; letter-spacing: 1px; line-height: 1.2; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .btns a img {}
}
@media (max-width: 480px) {
    .x.common-news-slider .y .z { padding: 30px 0 80px; }
    .x.common-news-slider .y .z .w .i { /*padding: 0 20px;*/ }

    .x.common-news-slider .y .z .w .i .d1 {}
    .x.common-news-slider .y .z .w .i .d1-1-1 {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .head {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .head .title { font-size: 1.75rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content { margin-top: 20px; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .slider {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide { padding: 3px 0; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .imgbox { width: 100%; padding-top: 100%; box-sizing: border-box; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box { position: relative; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box a {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .new { font-size: 0.725rem; letter-spacing: 0; line-height: 1.2; padding: 2px 8px; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .bgi {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .bgi div {}
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail { padding: 10px 10px 10px; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .status { width: 100px; font-size: 0.7rem; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .pub { font-size: 0.8rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .content .swiper-container .swiper-slide .news-box .news-detail .title { margin-top: 10px; font-size: 0.8rem; letter-spacing: 0.5px; line-height: 1.45; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .btns { margin-top: 30px; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .btns a { width: 200px; padding: 10px 0; font-size: 1.0rem; letter-spacing: 1px; line-height: 1.2; }
    .x.common-news-slider .y .z .w .i .d1-1-1 .btns a img { width: 20px; }
}




/* ********************************************************************************
 * common-search
 * ******************************************************************************** */
.x.common-search {}
.x.common-search .y {}
.x.common-search .y .z {}
.x.common-search .y .z .w {}
.x.common-search .y .z .w .i {}
.x.common-search .y .z .w .i .d1 {}
.x.common-search .y .z .w .i .d1-1 {}
.x.common-search .y .z .w .i .d1-1-1 { box-sizing: border-box; }
.x.common-search .y .z .w .i .d1-1-1 .form { position: relative; }
.x.common-search .y .z .w .i .d1-1-1 .form .search-item { background-color: #fff; }
.x.common-search .y .z .w .i .d1-1-1 .form .search-item .box {}
.x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .title { font-weight: 500; }
.x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .title:before { content: '\025A0'; color: #18A93E; }
.x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .item {}
.x.common-search .y .z .w .i .d1-1-1 .form label span {}
.x.common-search .y .z .w .i .d1-1-1 .form input[type=text] { width: 100%; padding: 0.5rem 1em; border: 1px solid #DCDCDC; border-radius: 3px; }
.x.common-search .y .z .w .i .d1-1-1 .form input[type=checkbox],
.x.common-search .y .z .w .i .d1-1-1 .form input[type=radio] { vertical-align: middle; margin-right: 2px; }
.x.common-search .y .z .w .i .d1-1-1 .form .select-wrap { position: relative; }
.x.common-search .y .z .w .i .d1-1-1 .form .select-wrap:before { content:'▼'; display: block; position:absolute; top:50%; right:1.2rem; margin-top: -11px; text-align:center; font-size:inherit; line-height:inherit; letter-spacing:inherit; font-family:inherit; color:inherit; pointer-events: none; }
.x.common-search .y .z .w .i .d1-1-1 .form select { background-color:#fff; border:1px solid #bcbcbc; border-radius:1px; font-size:1rem; padding:0.5rem 14px;/*「.fomr select」と「ie fixパート」のpadding-rightと連動して調整しなければならない。左右のpaddingはhtml要素に指定している master となる font-size。*/ }
.x.common-search .y .z .w .i .d1-1-1 .form select { background-image: none; padding-right:2rem; }
.x.common-search .y .z .w .i .d1-1-1 .form option {}
.x.common-search .y .z .w .i .d1-1-1 .btn {}
.x.common-search .y .z .w .i .d1-1-1 .btn a { display: inline-block; background-color: #18A93E; color: #fff; border-radius: 8px; }
.x.common-search .y .z .w .i .d1-1-1 .btn input[type=submit] { display: inline-block; background-color: #18A93E; color: #ffffff; -o-appearance:none; -ms-appearance:none; -moz-appearance:none; -webkit-appearance:none; appearance:none; border:none; border-radius: 8px; }
.x.common-search .y .z .w .i .d1-1-1 .btn input[type=submit]:hover { opacity:0.75; filter: alpha(opacity=75); -moz-opacity:0.75; }
@media (min-width: 481px) {
    .x.common-search .y .z { padding: 40px 0 20px; }

    .x.common-search .y .z .w .i .d1-1-1 {}

    .x.common-search .y .z .w .i .d1-1-1 .form {}
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item { width: 100%; padding: 30px 30px; display: flex; flex-flow: row nowrap; justify-content: space-between; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box {}
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .title { font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .item { margin-top: 15px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.5; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .item select{ width: 100%; }

    .x.common-search .y .z .w .i .d1-1-1 .form .search-item:nth-child(1) { border: 2px solid #F2F2F2; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item:nth-child(1) .box { width: 320px; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item:nth-child(1) label { display: inline-block; width: 150px; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item:nth-child(2) .box { width: 100%; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item:nth-child(2) .box .item { text-align: center; }

    .x.common-search .y .z .w .i .d1-1-1 .btn { height: 100%; display: flex; align-items: flex-end; }
    .x.common-search .y .z .w .i .d1-1-1 .btn a { display: inline-block; width: 320px; padding: 10px 0; }
    .x.common-search .y .z .w .i .d1-1-1 .btn input[type=submit] { display: inline-block; width: 320px; padding: 12px 0; font-size: 1.2rem; letter-spacing: 1px; line-height: 1.2; }
}
@media (max-width: 480px) {
    .x.common-search .y { padding: 20px 0 10px; }
    .x.common-search .y .z .w .i { padding:0 20px; }

    .x.common-search .y .z .w .i .d1-1-1 { border: 1px solid #F2F2F2; padding: 20px 10px; }

    .x.common-search .y .z .w .i .d1-1-1 .form { padding-bottom: 70px; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item { width: 100%; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box { width: 100%; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box:nth-child(n+2) { margin-top: 20px; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .title { font-size: 1rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .item { max-width: 100%; margin-top: 15px; }
    .x.common-search .y .z .w .i .d1-1-1 .form .search-item .box .item select{ width: 100%; }

    .x.common-search .y .z .w .i .d1-1-1 .form label { display: inline-block; width: 120px; }

    .x.common-search .y .z .w .i .d1-1-1 .btn { width: 100%; position: absolute; bottom: 0; }
    .x.common-search .y .z .w .i .d1-1-1 .btn a { display: inline-block; width: 100%; padding: 10px 0; }
    .x.common-search .y .z .w .i .d1-1-1 .btn input[type=submit] {  display: inline-block; width: 100%; padding: 10px 0; font-size: 0.9rem; letter-spacing: 1px; line-height: 1.2; }
}




/* ********************************************************************************
 * 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: #transparent; 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 { max-width: 1100px; margin: 0 auto; }
    /*.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: absolute; right: 2px; bottom: -40px; z-index: 100; width: 100px;  height: 100px; }
    .x.footer-btn .y .z .w .i .d1-1-1 a div { display: table-cell; width: inherit; height: inherit; font-size: 1.1rem; line-height: 1; letter-spacing: 1px; }
    .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: 1%; bottom: 2%; 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.8rem; line-height: 1; letter-spacing: 1px; }
}

.x.footer { position:relative; overflow: visible; }
.x.footer:before { content: ''; position: absolute; top: -49px; width: 100%; height: 49px; background-image: url(../img/footer-bg-01.png); background-position: center center; background-size: auto; background-repeat: repeat; }
.x.footer .y { background-color: #CEE7D3; }
.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; }
.x.footer .y .z .w .i .d1-1-1 .l {}
.x.footer .y .z .w .i .d1-1-1 .l .sm { color: #fff; }
.x.footer .y .z .w .i .d1-1-1 .l .sm ul { list-style: none; margin: 0; padding: 0; }
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li { position: relative; }
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li.step1 { padding-left: 1em; font-weight: 500; }
/*
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li.step1:before { content: '>'; position: absolute; top: 0; left: 0; }
*/
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li.step2 { padding-left: 2.2em; }
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li.step2:before { content: ''; position: absolute; top: 0; left: 0; margin-left: 1.2em; }
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li.step3 { padding-left: 3em; }
/*
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li.step3:before { content: '>'; position: absolute; top: 0; left: 0; margin-left: 2em; }
*/
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li div { display: inline-block; }
.x.footer .y .z .w .i .d1-1-1 .l .sm ul li a { display: inline-block; }
.x.footer .y .z .w .i .d1-1-1 .r {}
.x.footer .y .z .w .i .d1-1-1 .r .box {}
.x.footer .y .z .w .i .d1-1-1 .r .box .x-tl {}
.x.footer .y .z .w .i .d1-1-1 .r .box .x-tl .twitter-timeline {}
.x.footer .y .z .w .i .d1-1-1 .r .box .info {}
.x.footer .y .z .w .i .d1-1-1 .r .box .info .hd {}
.x.footer .y .z .w .i .d1-1-1 .r .box .info .logo {}
.x.footer .y .z .w .i .d1-1-1 .r .box .info .logo a { position: relative; display: inline-block; }
.x.footer .y .z .w .i .d1-1-1 .r .box .info .addr {}
.x.footer .y .z .w .i .d1-1-1 .r .box .info .addr a {}
.x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span { display: inline-block; }
.x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.sub { font-weight: normal; }
.x.footer .y .z .w .i .d1-1-1 .r .box .copyright { text-align: right; color: #fff; }
.x.footer .y .z .w .i .d1-1-1 .r .box .banner {}
.x.footer .y .z .w .i .d1-1-1 .r .box .banner ul { list-style: none; margin: 0; padding: 0; }
.x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li {}
.x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li a { display: block; }
.x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li a img {}
.x.footer .y .z .w .i .d1-1-1 .r .box .icons {}
.x.footer .y .z .w .i .d1-1-1 .r .box .icons ul { list-style: none; margin: 0; padding: 0; }
.x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li {}
.x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li a { display: block; }
.x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li a img {}
@media (min-width: 481px) {
    .x.footer .y .z { padding: 70px 0 60px; }

    .x.footer .y .z .w .i .d1-1-1 { padding: 0 20px; }
    .x.footer .y .z .w .i .d1-1-1 .content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
    .x.footer .y .z .w .i .d1-1-1 .l { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-content: flex-start; gap: 0 100px; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm { width: auto; box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px 0; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul {}
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul li { text-align: left; margin-top: 0; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul li:nth-child(n+2) { margin-top: 3px; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul li div { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.4; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul li a { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.4; white-space: nowrap; }
    .x.footer .y .z .w .i .d1-1-1 .r { display: flex; align-items: flex-start; }
    .x.footer .y .z .w .i .d1-1-1 .r .box {}
    .x.footer .y .z .w .i .d1-1-1 .r .box.fe { display: flex; justify-content: center; align-items: flex-end; margin-top: 10px; }
    .x.footer .y .z .w .i .d1-1-1 .l .box .x-tl { width: auto; }
    .x.footer .y .z .w .i .d1-1-1 .l .box .x-tl .twitter-timeline { height:auto; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .hd {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .logo {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .logo a {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr { margin-top: 10px; margin-left: 10px; font-size: 1.15rem; letter-spacing: 0.5px; line-height: 1.5; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.tel,
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.fax { font-size: 1.15rem; letter-spacing: 0.5px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.sub { font-size: 1.1rem; letter-spacing: 0.5px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.sub a { font-size: 1.475rem; letter-spacing: 0.5px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .copyright { margin-top: 10px; font-size: 0.815rem; letter-spacing: 0.5px; line-height: 1.2; white-space: nowrap; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner { margin-top: 30px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner ul { display: flex; flex-flow: column nowrap; justify-content: center; gap: 10px 0; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li a {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li a img {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons { margin-top: 10px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons ul { display: flex; flex-flow: row nowrap; justify-content: center; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li a { margin: 0 8px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li a img { width: 32px; }
}
@media (max-width: 480px) {
    .x.footer .y .z { padding: 30px 0 30px; }
    .x.footer .y .z .w .i { padding:0 20px; }

    .x.footer .y .z .w .i .d1-1-1 {}
    .x.footer .y .z .w .i .d1-1-1 .l { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: flex-start; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm { text-align: center; max-width: 135px; box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px 0; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm:nth-child(1) { order: 1; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm:nth-child(2) { order: 3; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm:nth-child(3) { order: 2; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul {}
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul li { text-align: left; margin-top: 5px; line-height: 1; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul li div { font-size: 0.75rem; letter-spacing: 0.5px; line-height: 1.4; }
    .x.footer .y .z .w .i .d1-1-1 .l .sm ul li a { font-size: 0.75rem; letter-spacing: 0.5px; line-height: 1.4; }
    .x.footer .y .z .w .i .d1-1-1 .r { margin-top: 40px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box {}
    .x.footer .y .z .w .i .d1-1-1 .r .box.fe { margin-top: 30px; }
    .x.footer .y .z .w .i .d1-1-1 .l .box .x-tl { width: auto; }
    .x.footer .y .z .w .i .d1-1-1 .l .box .x-tl .twitter-timeline { width: 100%; max-width: 280px !important; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info { text-align: center; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .hd {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .logo {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .logo a {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr { margin-top: 20px; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.5; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.tel,
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.fax { font-size: 1.1rem; letter-spacing: 0.5px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.sub { font-size: 0.9rem; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .info .addr span.sub a { font-size: 1.2rem; letter-spacing: 0.5px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .copyright { margin-top: 20px; text-align: center; font-size: 0.75rem; letter-spacing: 0.5px; line-height: 1.2; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner { margin-top: 20px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner ul { display: flex; flex-flow: column nowrap; justify-content: center; gap: 10px 0; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li a {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .banner ul li a img {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons { margin-top: 15px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons ul { display: flex; flex-flow: row nowrap; justify-content: center; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li {}
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li a { margin: 0 8px; }
    .x.footer .y .z .w .i .d1-1-1 .r .box .icons ul li a img { width: 32px; }
}

.x.copyright { position:relative; }
.x.copyright .y { background-color: #18A93E; }
.x.copyright .y .z {}
.x.copyright .y .z .w {}
.x.copyright .y .z .w .i {}
.x.copyright .y .z .w .i .d1 {}
.x.copyright .y .z .w .i .d1-1 {}
.x.copyright .y .z .w .i .d1-1-1 { position: relative; text-align: center; color: #fff; }
.x.copyright .y .z .w .i .d1-1-1 span { display: inline-block; }
@media (min-width: 481px) {
    .x.copyright .y .z { padding: 15px 0 15px; }

    .x.copyright .y .z .w .i .d1-1-1 { font-size: 1rem; letter-spacing: 0.5px; line-height: 1.2; white-space: nowrap; text-align: right; }
}
@media (max-width: 480px) {
    .x.copyright .y .z { padding: 15px 0 15px; }
    .x.copyright .y .z .w .i { padding:0 20px; }

    .x.copyright .y .z .w .i .d1-1-1 { font-size: 0.75rem; letter-spacing: 0.5px; line-height: 1.5; }
}



.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;
    }
}