/*! 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: #080808/*#131313#080808*/; }

.marugo { font-family:'hiragino maru gothic proN', 'Kosugi Maru', meiryo, helvetica, arial, sans-serif; }
.gothic { font-family:'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif; }
.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: 30px 0; }
.x.BL-C1-C100-R-000 .y .z { background-color:transparent; }
.x.BL-C1-C100-R-000 .y .z .w { padding:0 20px; }
.x.BL-C1-C100-R-000 .y .z .w .i { background-color:transparent; color:#333333; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1 { padding:12px 4px; border-top:1px #bdbdbd solid; border-bottom:1px #bdbdbd solid; margin-top:-1px; }/* form-item wrapper */
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 { border-collapse:collapse; width:100%; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1 { width: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 label span { vertical-align:text-bottom; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-2 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-2-1 {}
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-2-1-1 {}
/* form parts normalizer (custom param) */
.x.BL-C1-C100-R-000 .form select,
.x.BL-C1-C100-R-000 .form input[type=text],
.x.BL-C1-C100-R-000 .form input[type=tel],
.x.BL-C1-C100-R-000 .form textarea { background-color:#EBEBEB; border:1px solid #EBEBEB/*#5d924c*/; border-radius:3px; font-size:1rem; padding:0.5rem 14px;/*「.fomr select」と「ie fixパート」のpadding-rightと連動して調整しなければならない。左右のpaddingはhtml要素に指定している master となる font-size。*/ }
.x.BL-C1-C100-R-000 .form select { background-color:#ffffff; background-position-x:100%; background-position:100% center; background-image:none; /*width:100%;/*幅100%ととするか、padding-rightを設定する。*/ padding-right:2rem;/*「.fomr select」のpadding-rightと画像幅の和を設定する、*/ line-height: 1.4; }
.x.BL-C1-C100-R-000 .form .select-wrap { position: relative; display: inline-block; }
.x.BL-C1-C100-R-000 .form .select-wrap:before { content:'▼'; display: block; position:absolute; top:50%; right:0.75rem; margin-top: -11px; text-align:center; font-size:inherit; line-height:inherit; letter-spacing:inherit; font-family:inherit; color:inherit; pointer-events: none; }
.x.BL-C1-C100-R-000 .form option {}
.x.BL-C1-C100-R-000 .form input[type=text] { width:100%; }
.x.BL-C1-C100-R-000 .form input[type=tel] { width:100%; }
.x.BL-C1-C100-R-000 .form textarea { width:100%; min-height:8rem; }
/* error message */
.x.BL-C1-C100-R-000 .form .d1-1-1.error { background-color:#fcecf2; }
.x.BL-C1-C100-R-000 .form .d1-1-1.error select,
.x.BL-C1-C100-R-000 .form .d1-1-1.error input[type=text],
.x.BL-C1-C100-R-000 .form .d1-1-1.error input[type=tel],
.x.BL-C1-C100-R-000 .form .d1-1-1.error textarea { border-color:#C03; }
.x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1 .t1 > tbody > tr.d1-1-1-1-2 { display:none;  color:#C03; }
/* ie fix */
@media all and (-ms-high-contrast:none) {
    .x.BL-C1-C100-R-000 .form input[type=checkbox],
    .x.BL-C1-C100-R-000 .form input[type=radio] { position:relative; top:2px; }
    .x.BL-C1-C100-R-000 .form select { background-image:none; padding-right:14px;/*「.fomr select」のpadding-rightと同じ値を設定する。*/ }
    *::-ms-backdrop,
    .x.BL-C1-C100-R-000 .form input[type=checkbox],
    .x.BL-C1-C100-R-000 .form input[type=radio] { position:relative; top:2px; }
    *::-ms-backdrop,
    .x.BL-C1-C100-R-000 .form select { background-image:none; padding-right:14px;/*「.fomr select」のpadding-rightと同じ値を設定する。*/ }
}
@supports (-ms-accelerator:true) {
    .x.BL-C1-C100-R-000 .form input[type=checkbox],
    .x.BL-C1-C100-R-000 .form input[type=radio] { top:2px; }
}
@media (min-width: 960px) {
    /* for pc [960, inf] */
    .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 .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.error .d1-1-1-1 .t1 > tbody > tr.d1-1-1-1-2 { display:table-row; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .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 .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:block; width:1rem; }
    .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; }
    .x.BL-C1-C100-R-000 .y .z .w .i .d1-1-1-1-1-1.va-t { vertical-align:top; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    .x.BL-C1-C100-R-000 .y { padding: 10px 0; }

    .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 .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.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 .marker { background:none; }

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

.x.BL-C1-C100-R-000 .form .d1-1-2 { text-align:center; }
.x.BL-C1-C100-R-000 .form .d1-1-2-1 { display:inline-block; text-align:left; /*max-width:640px;*/ padding:40px 14px; }
.x.BL-C1-C100-R-000 .form .d1-1-2-1 .required { color:#C03; }
.x.BL-C1-C100-R-000 .form .d1-1-2-1 a { text-decoration:underline; color:#4BB9E7; }
.x.BL-C1-C100-R-000 .form .d1-1-2-2 a { display:inline-block; background-color:#006837; color:#ffffff; margin:10px; border-radius: 12px; }
.x.BL-C1-C100-R-000 .form .d1-1-2-2 a.back { background-color:#b0b0b0; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    .x.BL-C1-C100-R-000 .form .d1-1-2-2 a { width:280px; line-height:65px; font-size:1.25rem; letter-spacing: 1px; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x.BL-C1-C100-R-000 .form .d1-1-2-1 { padding:40px 0; }
    .x.BL-C1-C100-R-000 .form .d1-1-2-2 a { width:280px; line-height:65px; font-size:1.25rem; letter-spacing: 1px; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    .x.BL-C1-C100-R-000 .form .d1-1-2-1 { padding:40px 0; }
    .x.BL-C1-C100-R-000 .form .d1-1-2-2 a { width:260px; line-height:45px; font-size:1.25rem; letter-spacing: 1px; }
}









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

@media (min-width: 960px) {
    /* for pc [960, inf] */
    .device-is-pc .no-pc { display:none; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .device-is-pc .no-tab { display:none; }
/*
    .device-is-pc .x.header-000-000-sp-tab { display:block; }
    .device-is-pc .x.header-000-000-pc { display:none; }
*/
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    .device-is-pc .no-sp { display:none; }
}
.device-is-tab .no-tab { display:none; }
.device-is-sp .no-sp { display:none; }

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

.x { min-width:0px; }
.x .y .z { width:auto; max-width:960px; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x { width:960px; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
}

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; /*border-bottom: 0.5px solid #888888;*/ }
#sp-header .hd-1 { background: linear-gradient(110deg,#AAFFAA 0%,#AAFFAA 56%,#FBCF20 56%,#FBCF20 100%); width: 100%; height: 100%; }
#sp-header .hd-2 { background: #AAFFAA; width: 100%; height: 100%; }
#sp-header .hd-3 { background: #FBCF20; width: 100%; height: 100%; }
#sp-header a#btn-logo { position:absolute; top:2px; left:5px; display:block; width:260px; height:40px; font-size:0.95rem; letter-spacing: 0; line-height:20px; }
#sp-header a#btn-logo img { width: 40px; }
#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:#080808; border-radius:1px; }
#sp-header a#btn-modal-menu-opener .bar2 { position:absolute; width:28px; height:3px; left:6px; top:12px; background:#080808; border-radius:1px; }
#sp-header a#btn-modal-menu-opener .bar3 { position:absolute; width:28px; height:3px; left:6px; top:19px; background:#080808; 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; }


#sp-header .hd-1 { display: none; }
#sp-header .hd-2 { display: none; }
#sp-header .hd-3 { display: none; }

#index #sp-header .hd-1 { display: block; }

#inquiry1 #sp-header .hd-2,
#inquiry1_thx #sp-header .hd-2,
#privacy1 #sp-header .hd-2 { display: block; }

#under-construction #sp-header .hd-3,
#inquiry2 #sp-header .hd-3,
#inquiry2_thx #sp-header .hd-3,
#privacy2 #sp-header .hd-3,
#news-index #sp-header .hd-3,
#news-detail #sp-header .hd-3,
#information-index #sp-header .hd-3,
#information-detail #sp-header .hd-3 { display: block; }


#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 {
    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 .d1 {}
.x.header-000-000-pc .y .z .w .i .d1-1 {}
.x.header-000-000-pc .y .z .w .i .d1-1-1 { position: relative; max-width:960px; height:auto; margin:0 auto; box-sizing: border-box; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs { position: absolute; top: 15px; right: 0; z-index: 100; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .subm { text-align: right; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .subm ul { list-style: none; margin: 0; padding: 0; display: inline-block; line-height: 0; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .subm ul li { position: relative; float:left; padding: 2px 10px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .subm ul li:last-child { padding-right: 10px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .subm ul li:before { content:''; position: absolute; top: 10%; left: 0; width: 1px; height: 80%; background-color: #000; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .subm ul li:first-child:before { background-color: transparent; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .subm ul li a { display: inline-block; font-size: 1.32rem; line-height: 1; letter-spacing: 0; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc { position: relative; margin-top: 10px; margin-right: 5px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .tel { text-align: right; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .tel .txt { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; margin-top: 5px; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .tel a { display: inline-block; font-size: 2.36rem; letter-spacing: 0; line-height: -0.5px; font-weight: bold; color: #006837; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .tel a { cursor: default; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .tel a { font-family:'Source Sans Pro', sans-serif; font-size:2.625rem; font-weight:normal; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .tel a:hover { opacity: 1; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .tel a span { display: inline-block; vertical-align: middle; margin-left: 5px; line-height: 1; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .tel a img {}
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .mail { text-align: right; margin: 7px 2px 0 0; }
.x.header-000-000-pc .y .z .w .i .d1-1-1 .abs .etc .mail a { display: inline-block; text-align: center; width: 240px; font-size: 1rem; letter-spacing: 0; padding: 7px 0; line-height: 1.2; background-color: #006837; color: #fff; border-radius: 8px; box-sizing: border-box; }

.x.header-000-000-pc .y .z .w .i .d1-2 {}
.x.header-000-000-pc .y .z .w .i .hd-1 { position: relative; background-image:url(../img/header-bg.png); background-position:center center; background-size:contain; background-repeat: no-repeat; }
.x.header-000-000-pc .y .z .w .i .hd-1 .inner { position: relative; max-width:960px; height:auto; margin:0 auto; box-sizing: border-box; height: 460px; }
.x.header-000-000-pc .y .z .w .i .hd-1 .inner .hd {}
.x.header-000-000-pc .y .z .w .i .hd-1 .inner .hd a { display: inline-block; font-size: 3.25rem; font-weight: bold; letter-spacing: 1px; line-height: 1.2; }
.x.header-000-000-pc .y .z .w .i .hd-1 .inner .hd a img {}
.x.header-000-000-pc .y .z .w .i .hd-1 .inner .hd a span { vertical-align: middle; }
.x.header-000-000-pc .y .z .w .i .hd-1 .inner .hd1 { position: absolute; top: 60px; left: 30px; }
.x.header-000-000-pc .y .z .w .i .hd-1 .inner .hd1 a { font-size: 3.32rem; }
.x.header-000-000-pc .y .z .w .i .hd-1 .inner .hd2 { position: absolute; bottom: 60px; right: 15px; }
.x.header-000-000-pc .y .z .w .i .hd-1 .inner .hd2 a { font-size: 3.85rem; }
.x.header-000-000-pc .y .z .w .i .hd-2 { background-color: #AAFFAA; }
.x.header-000-000-pc .y .z .w .i .hd-2 .inner { position: relative; max-width:960px; height:auto; margin:0 auto; box-sizing: border-box; height: 180px; }
.x.header-000-000-pc .y .z .w .i .hd-2 .inner .hd { position: absolute; top: 50%; left: 10px; transform: translateY(-50%); }
.x.header-000-000-pc .y .z .w .i .hd-2 .inner .hd a { display: inline-block; font-size: 2.85rem; font-weight: bold; letter-spacing: 1px; line-height: 1.2; }
.x.header-000-000-pc .y .z .w .i .hd-2 .inner .hd a img {}
.x.header-000-000-pc .y .z .w .i .hd-2 .inner .hd a span { vertical-align: middle; }
.x.header-000-000-pc .y .z .w .i .hd-3 { background-color: #FBCF20; }
.x.header-000-000-pc .y .z .w .i .hd-3 .inner { position: relative; max-width:960px; height:auto; margin:0 auto; box-sizing: border-box; height: 180px; }
.x.header-000-000-pc .y .z .w .i .hd-3 .inner .hd { position: absolute; top: 50%; left: 10px; transform: translateY(-50%); }
.x.header-000-000-pc .y .z .w .i .hd-3 .inner .hd a { display: inline-block; font-size: 3.40rem; font-weight: bold; letter-spacing: 1px; line-height: 1.2; }
.x.header-000-000-pc .y .z .w .i .hd-3 .inner .hd a img {}
.x.header-000-000-pc .y .z .w .i .hd-3 .inner .hd a span { vertical-align: middle; }
@media (min-width: 1430px) {
    /* for pc [960, inf] */
    .x.header-000-000-pc .y .z .w .i .hd-1:before { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background-image:url(../img/header-bg-l.png); background-position:center center; background-size:contain; background-repeat: repeat-x; z-index: -1; }
    .x.header-000-000-pc .y .z .w .i .hd-1:after { content: ''; position: absolute; top: 0; left: 50%; width: 50%; height: 100%; background-image:url(../img/header-bg-r.png); background-position:center center; background-size:contain; background-repeat: repeat-x; z-index: -1; }
}
@media (max-width: 1429px) {
    /* for sp [0, 480] */
    .x.header-000-000-pc .y .z .w .i .hd-1 { background-size:cover; }
}


.x.header-000-000-pc .y .z .w .i .hd-1 { display: none; }
.x.header-000-000-pc .y .z .w .i .hd-2 { display: none; }
.x.header-000-000-pc .y .z .w .i .hd-3 { display: none; }

#index .x.header-000-000-pc .y .z .w .i .hd-1 { display: block; }

#inquiry1 .x.header-000-000-pc .y .z .w .i .hd-2,
#inquiry1_thx .x.header-000-000-pc .y .z .w .i .hd-2,
#privacy1 .x.header-000-000-pc .y .z .w .i .hd-2 { display: block; }

#under-construction .x.header-000-000-pc .y .z .w .i .hd-3,
#inquiry2 .x.header-000-000-pc .y .z .w .i .hd-3,
#inquiry2_thx .x.header-000-000-pc .y .z .w .i .hd-3,
#privacy2 .x.header-000-000-pc .y .z .w .i .hd-3,
#news-index .x.header-000-000-pc .y .z .w .i .hd-3,
#news-detail .x.header-000-000-pc .y .z .w .i .hd-3,
#information-index .x.header-000-000-pc .y .z .w .i .hd-3,
#information-detail .x.header-000-000-pc .y .z .w .i .hd-3 { display: block; }


.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: 960px) {
    /* for pc [960, inf] */
    .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 (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .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) {
    /* for sp [0, 480] */
    .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: 960px) {
    /* for pc [960, inf] */
    .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 (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .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) {
    /* for sp [0, 480] */
    .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; width: 46px; }
    .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: 960px) {
    /* for pc [960, inf] */
    .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 (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .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) {
    /* for sp [0, 480] */
    .x.side-sns .y {}
    .x.side-sns .y .z .w .i {}

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


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


.camera_wrap { margin-bottom:0 !important; }
.camera_pag { margin-top:-62px; }
.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 16px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 16px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    background:#dcdcdc;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    margin:20px 5px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background:#3AB54A;
}

.camera_wrap .camera_pag .camera_pag_ul {
    max-width:960px;
    margin:auto;
    text-align:left;
}
@media (min-width: 481px) and (max-width: 959px) {
/*
    .camera_wrap .camera_pag .camera_pag_ul li {
        margin:40px 5px 0;
    }
*/
}





/* ********************************************************************************
 * index
 * ******************************************************************************** */
#index .x.aaa { background-color: #FBCF20; }
#index .x.aaa .y { background-color: rgba(255, 255, 255, 0.65); }
#index .x.aaa .y .z {}
#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 {}
#index .x.aaa .y .z .w .i .d1-1-1 .content {}
#index .x.aaa .y .z .w .i .d1-1-1 .content .news {}
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-l {}
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-l .title { display: inline-block; background-color: #FBCF20; }
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r {}
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul { list-style: none; margin: 0; padding: 0; }
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r .ticker { background: transparent; border: none; }
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li {}
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div {}
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div .pub {}
#index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div a { color: #0974BE; text-decoration: underline; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    #index .x.aaa .y .z { padding: 0; }

    #index .x.aaa .y .z .w .i .d1-1-1 {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content { padding: 20px 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-l { float:left; padding: 2px 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-l .title { font-size: 1.25rem; letter-spacing: 0; line-height: 1.2; padding: 2px 18px; border: 1px solid #fff; border-radius: 25px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r { float:left; margin-left: 20px; padding: 2px 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul { }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r .ticker { width: 820px; padding: 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li { padding: 4px 0 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li.no-news { padding: 2px 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div { font-size: 1.25rem; line-height: 1.2; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div .pub { font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; vertical-align: top; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div a { display: inline-block; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; margin-left: 12px; width: 700px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #index .x.aaa .y .z { padding: 0; }

    #index .x.aaa .y .z .w .i .d1-1-1 {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content { padding: 20px 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-l { float:left; padding: 2px 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-l .title { font-size: 1.25rem; letter-spacing: 0; line-height: 1.2; padding: 2px 18px; border: 1px solid #fff; border-radius: 25px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r { float:left; margin-left: 20px; padding: 2px 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul { }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r .ticker { width: 820px; padding: 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li { padding: 4px 0 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div .pub { font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; vertical-align: top; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div a { display: inline-block; font-size: 1.25rem; letter-spacing: 0.5px; line-height: 1.2; margin-left: 12px; width: 700px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    #index .x.aaa .y .z { padding: 0; }
    #index .x.aaa .y .z .w .i { padding: 0 15px; }

    #index .x.aaa .y .z .w .i .d1-1-1 {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content { padding: 10px 0 15px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-l {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-l .title { font-size: 1.0rem; letter-spacing: 0; line-height: 1.2; padding: 2px 16px; border: 1px solid #fff; border-radius: 18px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r { margin-top: 5px; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul { }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r .ticker { width: 100%; padding: 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li { padding: 2px 0; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div {}
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div .pub { display: block; font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.aaa .y .z .w .i .d1-1-1 .content .news .news-r ul li div a { display: block; font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.2; margin-top: 2px; padding-bottom: 2px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
}


#index .x.bbb {}
#index .x.bbb .y {}
#index .x.bbb .y .z {}
#index .x.bbb .y .z .w {}
#index .x.bbb .y .z .w .i {}
#index .x.bbb .y .z .w .i .d1 {}
#index .x.bbb .y .z .w .i .d1-1 {}
#index .x.bbb .y .z .w .i .d1-1-1 {}
#index .x.bbb .y .z .w .i .d1-1-1 .head {}
#index .x.bbb .y .z .w .i .d1-1-1 .head .desc { 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 .box {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .box.c1 { background-color: #AAFFAA; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .box.c2 { background-color: #FBCF20; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .box .info { text-align: center; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .box .info .title { font-weight: bold; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul { list-style: none; margin: 0; padding: 0; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul li {}
#index .x.bbb .y .z .w .i .d1-1-1 .content .box .btns { text-align: center; }
#index .x.bbb .y .z .w .i .d1-1-1 .content .box .btns a { display: inline-block; color: #004BA0; font-weight: bold; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    #index .x.bbb .y .z { padding: 30px 0 30px; }

    #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 .desc { font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.4; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content { margin-top: 35px; padding: 0 30px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box { width:420px; float:left; padding: 45px 0; border-radius: 16px; box-sizing: border-box; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-left: 60px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info .title { font-size: 1.85rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul { margin-top: 20px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul li { font-size: 1.35rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul li:nth-child(n+2) { margin-top: 3px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .btns { margin-top: 10px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .btns a { font-size: 1.75rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #index .x.bbb .y .z { padding: 30px 0 30px; }

    #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 .desc { font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.4; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content { margin-top: 35px; padding: 0 30px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box { width:420px; float:left; padding: 45px 0; border-radius: 16px; box-sizing: border-box; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-left: 60px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info .title { font-size: 1.85rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul { margin-top: 20px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul li { font-size: 1.35rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul li:nth-child(n+2) { margin-top: 3px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .btns { margin-top: 10px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .btns a { font-size: 1.75rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    #index .x.bbb .y {}
    #index .x.bbb .y .z { padding: 20px 0 30px; }
    #index .x.bbb .y .z .w .i { padding:0 20px; }

    #index .x.bbb .y .z .w .i .d1-1-1 {}
    #index .x.bbb .y .z .w .i .d1-1-1 .head {}
    #index .x.bbb .y .z .w .i .d1-1-1 .head .desc { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.4; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content { margin-top: 20px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box { width:100%;  padding: 20px 0; border-radius: 16px; box-sizing: border-box; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 20px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info {}
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info .title { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul { margin-top: 15px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul li { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .info ul li:nth-child(n+2) { margin-top: 2px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .btns { margin-top: 10px; }
    #index .x.bbb .y .z .w .i .d1-1-1 .content .box .btns a { font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; }
}


#index .x.ccc {}
#index .x.ccc .y { background-image:url(../img/index-bg-01.png?v1); background-position:center top; background-size:cover; background-repeat: no-repeat; }
#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 { text-align: center; color: #00B400; font-weight: bold; }
#index .x.ccc .y .z .w .i .d1-1-1 .content {}
#index .x.ccc .y .z .w .i .d1-1-1 .content table {}
#index .x.ccc .y .z .w .i .d1-1-1 .content table tr { background-color: transparent; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table tr:nth-child(2n+1) { background-color: #ffffff; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table th { font-weight: normal; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table th div {}
#index .x.ccc .y .z .w .i .d1-1-1 .content table td {}
#index .x.ccc .y .z .w .i .d1-1-1 .content table td span { display: inline-block; }
#index .x.ccc .y .z .w .i .d1-1-1 .content table td a {}
#index .x.ccc .y .z .w .i .d1-1-1 .content table td a.link { color: #2A62F6; text-decoration: underline; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    #index .x.ccc .y { margin: 30px 0 20px; min-height: 490px; padding-top: min((70% - 960px)/2, 100px); padding-bottom: min((70% - 960px)/2, 100px); }
    #index .x.ccc .y .z { padding: 90px 0 90px; }
    #index .x.ccc .y .z:before { content: ''; position: absolute; top: -30px; left: 70px; width: 120px; height: 120px; background-color: rgba(251, 207, 32, 0.6); border-radius: 50%; }
    #index .x.ccc .y .z:after { content: ''; position: absolute; bottom: 0; right: 75px; width: 90px; height: 90px; background-color: rgba(0, 146, 69, 0.35); border-radius: 50%; }

    #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-size: 2.85rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content { margin-top: 50px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table { border-collapse:collapse; width: 100%; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table tr {}
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th { width: 260px; font-size: 1.32rem; letter-spacing: 0.5px; line-height: 1.4; padding: 15px 0 15px; vertical-align: top; box-sizing: border-box; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th div { width: auto; display: inline-block; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table td { font-size: 1.32rem; letter-spacing: 0.5px; line-height: 1.4; padding: 15px 25px 15px 70px; box-sizing: border-box; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table td a {}
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #index .x.ccc .y { margin: 30px 0 20px; min-height: 490px; padding-top: min((70% - 960px)/2, 100px); padding-bottom: min((70% - 960px)/2, 100px); }
    #index .x.ccc .y .z { padding: 90px 0 90px; }
    #index .x.ccc .y .z:before { content: ''; position: absolute; top: -30px; left: 70px; width: 120px; height: 120px; background-color: rgba(251, 207, 32, 0.6); border-radius: 50%; }
    #index .x.ccc .y .z:after { content: ''; position: absolute; bottom: 0; right: 75px; width: 90px; height: 90px; background-color: rgba(0, 146, 69, 0.35); border-radius: 50%; }

    #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-size: 2.85rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content { margin-top: 50px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table { border-collapse:collapse; width: 100%; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table tr {}
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th { width: 260px; font-size: 1.32rem; letter-spacing: 0.5px; line-height: 1.4; padding: 15px 0 15px; vertical-align: top; box-sizing: border-box; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th div { width: auto; display: inline-block; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table td { font-size: 1.32rem; letter-spacing: 0.5px; line-height: 1.4; padding: 15px 25px 15px 70px; box-sizing: border-box; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table td a {}
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    #index .x.ccc .y { margin: 20px 0 20px; background-position: 22.5% top; }
    #index .x.ccc .y .z { padding: 40px 0 40px; }
    #index .x.ccc .y .z .w .i { padding:0 20px; }
    #index .x.ccc .y .z:before { content: ''; position: absolute; top: -15px; left: 10px; width: 70px; height: 70px; background-color: rgba(251, 207, 32, 0.6); border-radius: 50%; }
    #index .x.ccc .y .z:after { content: ''; position: absolute; bottom: -15px; right: 15px; width: 50px; height: 50px; background-color: rgba(0, 146, 69, 0.35); border-radius: 50%; }

    #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: 1.6rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content { margin-top: 30px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table { width: 100%; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table,
    #index .x.ccc .y .z .w .i .d1-1-1 .content table > tbody,
    #index .x.ccc .y .z .w .i .d1-1-1 .content table > tbody > tr,
    #index .x.ccc .y .z .w .i .d1-1-1 .content table > tbody > tr > th,
    #index .x.ccc .y .z .w .i .d1-1-1 .content table > tbody > tr > td { display:block; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table tr {}
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th { padding: 10px 0; font-size: 0.9rem; border: 1px solid #d4d4d4; border-bottom: 1px dotted #d4d4d4; margin-top: -1px; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table th div { width: auto; display: inline-block; }
    #index .x.ccc .y .z .w .i .d1-1-1 .content table td { padding: 10px 5px; font-size: 0.9rem; letter-spacing: 0.5px; border: 1px solid #d4d4d4; border-top: none; margin-top: -1px; }
}


#index .x.ddd {}
#index .x.ddd .y {}
#index .x.ddd .y .z {}
#index .x.ddd .y .z .w {}
#index .x.ddd .y .z .w .i {}
#index .x.ddd .y .z .w .i .d1 {}
#index .x.ddd .y .z .w .i .d1-1 {}
#index .x.ddd .y .z .w .i .d1-1-1 {}
#index .x.ddd .y .z .w .i .d1-1-1 .head {}
#index .x.ddd .y .z .w .i .d1-1-1 .head .title { text-align: center; color: #00B400; font-weight: bold; }
#index .x.ddd .y .z .w .i .d1-1-1 .content {}
#index .x.ddd .y .z .w .i .d1-1-1 .content .box {}
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .title { color: #39B54A; }
#index .x.ddd .y .z .w .i .d1-1-1 .content .box .txt {}
@media (min-width: 960px) {
    /* for pc [960, inf] */
    #index .x.ddd .y .z { padding: 20px 0 50px; }

    #index .x.ddd .y .z .w .i .d1-1-1 {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head .title { font-size: 2.85rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content { margin-top: 60px; padding: 0 60px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box {}
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 35px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .title { font-size: 1.775rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .txt { font-size: 1.35rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 5px; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #index .x.ddd .y .z { padding: 20px 0 50px; }

    #index .x.ddd .y .z .w .i .d1-1-1 {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head {}
    #index .x.ddd .y .z .w .i .d1-1-1 .head .title { font-size: 2.85rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content { margin-top: 60px; padding: 0 60px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box {}
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 35px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .title { font-size: 1.775rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .txt { font-size: 1.35rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 5px; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    #index .x.ddd .y .z { padding: 10px 0 40px; }
    #index .x.ddd .y .z .w .i { padding:0 20px; }

    #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.6rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content { margin-top: 30px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box {}
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 30px; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .title { font-size: 1.24rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.ddd .y .z .w .i .d1-1-1 .content .box .txt { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 5px; }
}


#index .x.eee {}
#index .x.eee .y { background-image:url(../img/index-bg-02.png?v1); background-position:center top; background-size:cover; background-repeat: no-repeat; }
#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 {}
#index .x.eee .y .z .w .i .d1-1-1 .head {}
#index .x.eee .y .z .w .i .d1-1-1 .head .title { text-align: center; color: #00B400; font-weight: bold; }
#index .x.eee .y .z .w .i .d1-1-1 .content {}
#index .x.eee .y .z .w .i .d1-1-1 .content .box {}
#index .x.eee .y .z .w .i .d1-1-1 .content .box .title { color: #009245; }
#index .x.eee .y .z .w .i .d1-1-1 .content .box .txt {}
@media (min-width: 960px) {
    /* for pc [960, inf] */
    #index .x.eee .y { margin: 50px 0 20px; min-height: 710px; padding-top: min((70% - 960px)/2, 100px); padding-bottom: min((70% - 960px)/2, 100px); }
    #index .x.eee .y .z { padding: 90px 0 110px; }
    #index .x.eee .y .z:before { content: ''; position: absolute; top: -30px; left: 70px; width: 120px; height: 120px; background-color: rgba(251, 207, 32, 0.6); border-radius: 50%; }
    #index .x.eee .y .z:after { content: ''; position: absolute; bottom: 0; right: 75px; width: 90px; height: 90px; background-color: rgba(0, 146, 69, 0.35); border-radius: 50%; }

    #index .x.eee .y .z .w .i .d1-1-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.85rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .content { margin-top: 50px; padding: 0 90px; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .box {}
    #index .x.eee .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 15px; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .box .title { font-size: 1.75rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .box .txt { font-size: 1.32rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 5px; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #index .x.eee .y { margin: 50px 0 20px; min-height: 710px; padding-top: min((70% - 960px)/2, 100px); padding-bottom: min((70% - 960px)/2, 100px); }
    #index .x.eee .y .z { padding: 90px 0 110px; }
    #index .x.eee .y .z:before { content: ''; position: absolute; top: -30px; left: 70px; width: 120px; height: 120px; background-color: rgba(251, 207, 32, 0.6); border-radius: 50%; }
    #index .x.eee .y .z:after { content: ''; position: absolute; bottom: 0; right: 75px; width: 90px; height: 90px; background-color: rgba(0, 146, 69, 0.35); border-radius: 50%; }

    #index .x.eee .y .z .w .i .d1-1-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.85rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .content { margin-top: 50px; padding: 0 90px; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .box {}
    #index .x.eee .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 15px; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .box .title { font-size: 1.75rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .box .txt { font-size: 1.32rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 5px; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    #index .x.eee .y { margin: 20px 0 20px; background-position: 22.5% top; }
    #index .x.eee .y .z { padding: 40px 0 40px; }
    #index .x.eee .y .z .w .i { padding:0 20px; }
    #index .x.eee .y .z:before { content: ''; position: absolute; top: -15px; left: 10px; width: 70px; height: 70px; background-color: rgba(251, 207, 32, 0.6); border-radius: 50%; }
    #index .x.eee .y .z:after { content: ''; position: absolute; bottom: -15px; right: 15px; width: 50px; height: 50px; background-color: rgba(0, 146, 69, 0.35); border-radius: 50%; }

    #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: 0.5px; 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 .box {}
    #index .x.eee .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 30px; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .box .title { font-size: 1.24rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.eee .y .z .w .i .d1-1-1 .content .box .txt { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 5px; }
}


#index .x.fff {}
#index .x.fff .y {}
#index .x.fff .y .z {}
#index .x.fff .y .z .w {}
#index .x.fff .y .z .w .i {}
#index .x.fff .y .z .w .i .d1 {}
#index .x.fff .y .z .w .i .d1-1 {}
#index .x.fff .y .z .w .i .d1-1-1 {}
#index .x.fff .y .z .w .i .d1-1-1 .head {}
#index .x.fff .y .z .w .i .d1-1-1 .head .title { text-align: center; color: #00B400; font-weight: bold; }
#index .x.fff .y .z .w .i .d1-1-1 .head .desc { text-align: center; }
#index .x.fff .y .z .w .i .d1-1-1 .content {}
#index .x.fff .y .z .w .i .d1-1-1 .content .box {}
#index .x.fff .y .z .w .i .d1-1-1 .content .box.c1 { background-color: #AAFFAA; }
#index .x.fff .y .z .w .i .d1-1-1 .content .box.c2 { background-color: #FBCF20; }
#index .x.fff .y .z .w .i .d1-1-1 .content .box .info { text-align: center; }
#index .x.fff .y .z .w .i .d1-1-1 .content .box .info .title { font-weight: bold; }
#index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul { list-style: none; margin: 0; padding: 0; }
#index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul li {}
#index .x.fff .y .z .w .i .d1-1-1 .content .box .btns { text-align: center; }
#index .x.fff .y .z .w .i .d1-1-1 .content .box .btns a { display: inline-block; color: #004BA0; font-weight: bold; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    #index .x.fff .y .z { padding: 30px 0 30px; }

    #index .x.fff .y .z .w .i .d1-1-1 {}
    #index .x.fff .y .z .w .i .d1-1-1 .head {}
    #index .x.fff .y .z .w .i .d1-1-1 .head .title { font-size: 2.85rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .head .desc { font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 45px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content { margin-top: 35px; padding: 0 30px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box { width:420px; float:left; padding: 45px 0; border-radius: 16px; box-sizing: border-box; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-left: 60px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info {}
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info .title { font-size: 1.85rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul { margin-top: 20px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul li { font-size: 1.35rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul li:nth-child(n+2) { margin-top: 3px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .btns { margin-top: 10px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .btns a { font-size: 1.75rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #index .x.fff .y .z { padding: 30px 0 30px; }

    #index .x.fff .y .z .w .i .d1-1-1 {}
    #index .x.fff .y .z .w .i .d1-1-1 .head {}
    #index .x.fff .y .z .w .i .d1-1-1 .head .title { font-size: 2.85rem; letter-spacing: 1px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .head .desc { font-size: 1.2rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 45px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content { margin-top: 35px; padding: 0 30px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box { width:420px; float:left; padding: 45px 0; border-radius: 16px; box-sizing: border-box; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-left: 60px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info {}
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info .title { font-size: 1.85rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul { margin-top: 20px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul li { font-size: 1.35rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul li:nth-child(n+2) { margin-top: 3px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .btns { margin-top: 10px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .btns a { font-size: 1.75rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    #index .x.fff .y {}
    #index .x.fff .y .z { padding: 20px 0 30px; }
    #index .x.fff .y .z .w .i { padding:0 20px; }

    #index .x.fff .y .z .w .i .d1-1-1 {}
    #index .x.fff .y .z .w .i .d1-1-1 .head {}
    #index .x.fff .y .z .w .i .d1-1-1 .head .title { font-size: 1.6rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .head .desc { font-size: 0.9rem; letter-spacing: 0.5px; line-height: 1.4; margin-top: 25px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content { margin-top: 20px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box { width:100%;  padding: 20px 0; border-radius: 16px; box-sizing: border-box; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 20px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info {}
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info .title { font-size: 1.5rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul { margin-top: 15px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul li { font-size: 1.0rem; letter-spacing: 0.5px; line-height: 1.2; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .info ul li:nth-child(n+2) { margin-top: 2px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .btns { margin-top: 10px; }
    #index .x.fff .y .z .w .i .d1-1-1 .content .box .btns a { font-size: 1.45rem; letter-spacing: 0.5px; line-height: 1.2; }
}


#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: 960px) {
    /* for pc [960, inf] */
    #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 (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #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) {
    /* for sp [0, 480] */
    #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; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    .x.title .y .z { padding: 60px 0 30px; }

    .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.8rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x.title .y .z { padding: 60px 0 30px; }

    .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.8rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    .x.title .y .z { padding: 40px 0 20px; }
    .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.45rem; letter-spacing: 0.5px; line-height: 1.2; }
}




/* ********************************************************************************
 * 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 { border-bottom: 1px solid #696969; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a { display:block; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head {}
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .status { display:inline-block; padding: 3px 0; width:120px; text-align:center; font-size: 1.25rem; letter-spacing: 1px; line-height: 1.2; white-space: nowrap; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .status.info  { background-color: #FBCF20; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .status.blog  { background-color: #FBCF20; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .status.faq   { background-color: #FBCF20; letter-spacing: 0; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .status.voice { background-color: #FBCF20; letter-spacing: 0.5px; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .pub    { display:inline-block; color: #131313; font-size: 1.28rem; letter-spacing: 1px; line-height: 1.2; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .bgi { width:100%; height:76px; position:relative; overflow:hidden; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .bgi div { width:100%; height:100%; background-position:center center; background-size:cover; background-repeat: no-repeat; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .new { color:#f00; }
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail {}
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail .news-title {}
.x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail .news-msg { color: #696969; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    .x.list .y .z { margin-top: 50px; }

    .x.list .y .z .w .i .d1-1-1 { padding: 0 20px; }
    .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 .no-news { margin-top: 45px; text-align: center; font-size: 1.45rem; line-height: 1; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box { padding: 25px 0; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a { padding: 0 20px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head { display: table-cell; width: 280px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .status { border-radius: 25px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .pub { margin-left: 30px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .bgi { display: table-cell; width:80px; height:80px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .new { position: absolute; bottom: 0; left: 60px; z-index: 10; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail { display: table-cell; width: 600px; box-sizing: border-box; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail .news-title { text-align:left; font-size: 1.28rem; letter-spacing: 0.5px; line-height: 1.4; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail .news-msg { margin-top: 5px; font-size: 1.05rem; letter-spacing: 0.5px; line-height: 1.4; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x.list .y .z { margin-top: 50px; }

    .x.list .y .z .w .i .d1-1-1 { padding: 0 20px; }
    .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 .no-news { margin-top: 45px; text-align: center; font-size: 1.45rem; line-height: 1; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box { padding: 25px 0; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a { padding: 0 20px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head { display: table-cell; width: 280px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .status { border-radius: 25px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .pub { margin-left: 30px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .bgi { display: table-cell; width:80px; height:80px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .new { position: absolute; bottom: 0; left: 60px; z-index: 10; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail { display: table-cell; width: 600px; box-sizing: border-box; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail .news-title { text-align:left; font-size: 1.28rem; letter-spacing: 0.5px; line-height: 1.4; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail .news-msg { margin-top: 5px; font-size: 1.05rem; letter-spacing: 0.5px; line-height: 1.4; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    .x.list .y .z { margin-top: 10px; }
    .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 {}
    .x.list .y .z .w .i .d1-1-1 .detail .content .box { padding: 15px 0 15px; }
    .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 .news-head {}
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .status { padding: 3px 0; width:100px; font-size: 0.95rem; letter-spacing: 1px; line-height: 1.2; border-radius: 18px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-head .pub { margin-left: 15px; font-size: 1.0rem; letter-spacing: 1px; line-height: 1.2; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .bgi { margin-top: 10px; height:180px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .new { display: inline-block; margin-left: 0.5em; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail { margin-top: 10px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail .news-title { text-align:left; font-size: 1.1rem; letter-spacing: 0.5px; }
    .x.list .y .z .w .i .d1-1-1 .detail .content .box a .news-detail .news-msg { margin-top: 5px; font-size: 0.9rem; letter-spacing: 0.5px; 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: #006837; 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: #009245; color:#fff; text-decoration: underline; }
.x.pager .y .z .w .i .d1-1-1 .hdn { visibility: hidden; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    .x.pager .y .z { padding: 70px 0 30px; }

    .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 (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x.pager .y .z { padding: 70px 0 30px; }

    .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) {
    /* for sp [0, 480] */
    .x.pager .y .z { padding: 40px 0 10px; }
    .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: 960px) {
    /* for pc [960, inf] */
    .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 (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .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) {
    /* for sp [0, 480] */
    .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 {}
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .status { display:inline-block; padding: 5px 0; width:130px; 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 .status.info      { background-color: #FBCF20; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .status.blog      { background-color: #FBCF20; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .status.faq       { background-color: #FBCF20; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .status.voice     { background-color: #FBCF20; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .status.event     { background-color: #FBCF20; }
.x.cms .y .z .w .i .d1-1-1 .detail .content .head .status.important { background-color: #FBCF20; letter-spacing: -1px; }
.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: 960px) {
    /* for pc [960, inf] */
    .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 (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .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) {
    /* for sp [0, 480] */
    .x.cms .y .z { margin-top: 10px; }
    .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: 960px) {
    /* for pc [960, inf] */
    .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 (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .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) {
    /* for sp [0, 480] */
    .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: #006837; 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; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    .x.detail-pager .y .z { padding: 70px 0 60px; }

    .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; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x.detail-pager .y .z { padding: 70px 0 60px; }

    .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; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    .x.detail-pager .y .z { padding: 50px 0 40px; }
    .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;*/ }
}




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

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

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




/* ********************************************************************************
 * privacy1
 * ******************************************************************************** */
#privacy1 .x.aaa {}
#privacy1 .x.aaa .y {}
#privacy1 .x.aaa .y .z {}
#privacy1 .x.aaa .y .z .w {}
#privacy1 .x.aaa .y .z .w .i {}
#privacy1 .x.aaa .y .z .w .i .d1 {}
#privacy1 .x.aaa .y .z .w .i .d1-1 {}
#privacy1 .x.aaa .y .z .w .i .d1-1-1 {}
#privacy1 .x.aaa .y .z .w .i .d1-1-1 .content {}
#privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box {}
#privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
#privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .head div {}
#privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .txt {}
#privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
#privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box a { color:#1272b4; text-decoration: underline; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    #privacy1 .x.aaa .y .z { padding: 40px 0 40px; }

    #privacy1 .x.aaa .y .z .w .i .d1-1-1 {}
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content { padding: 0 40px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1.1rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 32px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .head div { font-size: 1.32rem; line-height: 1.2; letter-spacing: 0.5px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .txt { margin-top: 5px; font-size: 1.1rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #privacy1 .x.aaa .y .z { padding: 40px 0 40px; }

    #privacy1 .x.aaa .y .z .w .i .d1-1-1 {}
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content { padding: 0 40px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1.1rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 32px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .head div { font-size: 1.32rem; line-height: 1.2; letter-spacing: 0.5px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .txt { margin-top: 5px; font-size: 1.1rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    #privacy1 .x.aaa .y .z { padding: 10px 0 20px; }
    #privacy1 .x.aaa .y .z .w .i { padding:0 20px; }

    #privacy1 .x.aaa .y .z .w .i .d1-1-1 {}
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content { padding: 0; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1rem; line-height: 1.5; letter-spacing: 0.5px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 24px; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
    #privacy1 .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; }
    #privacy1 .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; }
    #privacy1 .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
}
/* ********************************************************************************
 * privacy2
 * ******************************************************************************** */
#privacy2 .x.aaa {}
#privacy2 .x.aaa .y {}
#privacy2 .x.aaa .y .z {}
#privacy2 .x.aaa .y .z .w {}
#privacy2 .x.aaa .y .z .w .i {}
#privacy2 .x.aaa .y .z .w .i .d1 {}
#privacy2 .x.aaa .y .z .w .i .d1-1 {}
#privacy2 .x.aaa .y .z .w .i .d1-1-1 {}
#privacy2 .x.aaa .y .z .w .i .d1-1-1 .content {}
#privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box {}
#privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
#privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .head div {}
#privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .txt {}
#privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
#privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box a { color:#1272b4; text-decoration: underline; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    #privacy2 .x.aaa .y .z { padding: 40px 0 40px; }

    #privacy2 .x.aaa .y .z .w .i .d1-1-1 {}
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content { padding: 0 40px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1.1rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 32px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .head div { font-size: 1.32rem; line-height: 1.2; letter-spacing: 0.5px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .txt { margin-top: 5px; font-size: 1.1rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    #privacy2 .x.aaa .y .z { padding: 40px 0 40px; }

    #privacy2 .x.aaa .y .z .w .i .d1-1-1 {}
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content { padding: 0 40px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1.1rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 32px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .head div { font-size: 1.32rem; line-height: 1.2; letter-spacing: 0.5px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .txt { margin-top: 5px; font-size: 1.1rem; line-height: 1.7; letter-spacing: 0.5px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .mark {}
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    #privacy2 .x.aaa .y .z { padding: 10px 0 20px; }
    #privacy2 .x.aaa .y .z .w .i { padding:0 20px; }

    #privacy2 .x.aaa .y .z .w .i .d1-1-1 {}
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content { padding: 0; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .desc { font-size: 1rem; line-height: 1.5; letter-spacing: 0.5px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box {}
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box:nth-child(n+2) { margin-top: 24px; }
    #privacy2 .x.aaa .y .z .w .i .d1-1-1 .content .box .head {}
    #privacy2 .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; }
    #privacy2 .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; }
    #privacy2 .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-tel-01
 * ******************************************************************************** */
.x.common-tel-01 {}
.x.common-tel-01 .y {}
.x.common-tel-01 .y .z {}
.x.common-tel-01 .y .z .w {}
.x.common-tel-01 .y .z .w .i {}
.x.common-tel-01 .y .z .w .i .d1 {}
.x.common-tel-01 .y .z .w .i .d1-1 {}
.x.common-tel-01 .y .z .w .i .d1-1-1 {}
.x.common-tel-01 .y .z .w .i .d1-1-1 .content { text-align: center; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel { font-weight: bold; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { color: #009245; }
.x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt { color: #009245; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    .x.common-tel-01 .y { padding: 40px 0 60px; }

    .x.common-tel-01 .y .z .w .i .d1-1-1 {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { font-size: 4.85rem; letter-spacing: 0; line-height: 1.2; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt { font-size: 1.55rem; letter-spacing: 0.5px; line-height: 1.2; margin-top: 20px; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x.common-tel-01 .y { padding: 40px 0 60px; }

    .x.common-tel-01 .y .z .w .i .d1-1-1 {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { font-size: 4.85rem; letter-spacing: 0; line-height: 1.2; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt { font-size: 1.55rem; letter-spacing: 0.5px; line-height: 1.2; margin-top: 20px; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    .x.common-tel-01 .y { padding: 30px 0 40px; }
    .x.common-tel-01 .y .z .w .i { padding:0 20px; }

    .x.common-tel-01 .y .z .w .i .d1-1-1 {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel {}
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a { font-size: 1.95rem; letter-spacing: -0.5px; line-height: 1.2; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .tel a img { width: 36px; }
    .x.common-tel-01 .y .z .w .i .d1-1-1 .content .txt { font-size: 1.15rem; letter-spacing: 0; line-height: 1.4; margin-top: 10px; }
}




/* ********************************************************************************
 * 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: #006837; color: #fff; border: solid 1px #fff; border-radius: 50%; transition: .3s; opacity: 0; visibility: hidden; }
.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: 960px) {
    /* for pc [960, inf] */
    .x.footer-btn .y { padding: 0 0 0; }

    .x.footer-btn .y .z .w .i .d1-1-1 {}
    .x.footer-btn .y .z .w .i .d1-1-1 a { position: fixed; right: 0.5%; bottom: 2.5px; z-index: 100; width: 80px;  height: 80px; }
    .x.footer-btn .y .z .w .i .d1-1-1 a div { display: table-cell; width: inherit; height: inherit; font-size: 1.32rem; line-height: 1.25; letter-spacing: 1px; }
    .x.footer-btn .y .z .w .i .d1-1-1 a.absolute { position: absolute; bottom: 2.5px; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x.footer-btn .y { padding: 0 0 0; }

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

    .x.footer-btn .y .z .w .i .d1-1-1 {}
    .x.footer-btn .y .z .w .i .d1-1-1 a { position: fixed; right: 0.5%; bottom: 2.5px; z-index: 100; width: 44px;  height: 44px; }
    .x.footer-btn .y .z .w .i .d1-1-1 a div { display: table-cell; width: inherit; height: inherit; font-size: 0.9rem; line-height: 1; letter-spacing: 1px; }
    .x.footer-btn .y .z .w .i .d1-1-1 a.absolute { position: absolute; bottom: 2.5px; }
}

.x.footer { position:relative; }
.x.footer .y { background-color: #39B54A; }
.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 {}
.x.footer .y .z .w .i .d1-1-1 .copyright { color: #fff; text-align: center; }
.x.footer .y .z .w .i .d1-1-1 .copyright span { display: inline-block; }
@media (min-width: 960px) {
    /* for pc [960, inf] */
    .x.footer .y .z {}

    .x.footer .y .z .w .i .d1-1-1 { padding: 25px 0; }
    .x.footer .y .z .w .i .d1-1-1 .copyright { font-size: 1rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (min-width: 481px) and (max-width: 959px) {
    /* for tab [481, 959] */
    .x.footer .y .z {}

    .x.footer .y .z .w .i .d1-1-1 { padding: 25px 0; }
    .x.footer .y .z .w .i .d1-1-1 .copyright { font-size: 1rem; letter-spacing: 0.5px; line-height: 1.2; }
}
@media (max-width: 480px) {
    /* for sp [0, 480] */
    .x.footer .y {}
    .x.footer .y .z .w .i { padding:0 20px; }

    .x.footer .y .z .w .i .d1-1-1 { padding: 12px 0; }
    .x.footer .y .z .w .i .d1-1-1 .copyright { font-size: 0.95rem; }
}






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