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

/*  */



/**/

/* */

.nsans {
    font-family: 'Noto Sans', serif;
}

.nsansj {
    font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
    font-family: 'Noto Serif', serif;
}

.hannari {
    font-family: 'Hannari';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif; */
    /* font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    /* font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; */
    font-family: "Noto Sans Japanese",
        'メイリオ',
        Meiryo,
        'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro',
        sans-serif;
    /*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";*/
    line-height: 160%;
    color: #444;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-family: "Noto Sans Japanese", 'Noto Sans', sans-serif;
    }
}

/*フォント系*/

[data-element-id] h1 {
    position: initial;
    text-indent: initial;
}

h1 {
    width: 100%;
    position: absolute;
    bottom: 200%;
    font-size: 12px;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    font-weight: bold;
}

h3 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 50px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs46 {
    font-size: 46px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

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

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

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

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

.map:after {
    display: block;
    content: "";
    padding-top: 55%;
}

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

iframe {
    max-width: 100%;
}

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

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 400px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
    width: 100%;
}

.pic img {
    width: 100%;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

.fead-mv {
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
}

.mv {
    opacity: 1;
}

a {
    text-decoration: none;
    color: #000;
}

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

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

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

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

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

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

.tel a[data-href]:hover:before {
    content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

p {
    text-align: left;
}

/*トランスフォーム*/

.tfmp {
    position: relative;
}

.tfmx {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tfmy {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tfmxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フレックス*/

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

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

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

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

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

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

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.itemend {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*align-self*/

.selfstart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*カスタムコンテンツ用*/

.cc221 {
    width: 47%;
    margin-bottom: 4%;
}

.cc332 {
    width: 30%;
    margin-bottom: 4%;
}

.cc432 {
    width: 22%;
    margin-bottom: 4%;
}

.cc533 {
    width: 17%;
    margin-bottom: 4%;
}

/*横並び用*/

.gr211 {
    width: 47%;
    margin-bottom: 4%;
}

.gr321 {
    width: 30%;
    margin-bottom: 4%;
}

.gr422 {
    width: 22%;
    margin-bottom: 4%;
}

.gr532 {
    width: 17%;
    margin-bottom: 4%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}

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

.subtit h2 {
    text-align: center;
    width: 100%;
}

.subtit img {
    width: 100%;
}

.more {
    text-align: center;
    margin: 30px auto;
    width: 80%;
    max-width: 200px;
}

.more a {
    display: block;
    color: #fff;
    padding: 10px 20px;
}

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

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }

    .bkimg img {
        min-width: initial !important;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    h4 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

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

    .flex {
        max-width: 768px;
        margin: auto;
    }

    .flexc {
        max-width: 768px;
        margin: auto;
    }

    .flexs {
        max-width: 768px;
        margin: auto;
    }

    .flexb {
        max-width: 768px;
        margin: auto;
    }

    /*カスタムコンテンツ用*/
    .cc221 {
        width: 47%;
    }

    .cc332 {
        width: 30%;
    }

    .cc432 {
        width: 30%;
    }

    .cc533 {
        width: 30%;
    }

    /*横並び用*/
    .gr211 {
        width: 97%;
    }

    .gr321 {
        width: 47%;
    }

    .gr422 {
        width: 47%;
    }

    .gr532 {
        width: 30%;
    }

    .inner {
        width: 93%;
        max-width: 768px;
        padding: 40px 0;
    }

    #gnav p {
        display: block !important;
        position: fixed;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: #575c5f;
        cursor: pointer;
        /* opacity: 0.8; */
        z-index: 251;
    }

    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 28px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 7px;
        margin-top: -1px;
        position: absolute;
        -webkit-transition: ease .40s;
        transition: ease .40s;
    }

    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

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

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

    #gnav.action .accordion-body {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav .accordion-inner {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    #gnav li {
        display: block !important;
        width: 100%;
        text-align: center;
        float: none;
        border: none !important;
        border-bottom: 1px dotted #cacad9 !important;
        padding: 0 !important;
        margin-top: 0;
    }

    #gnav li:hover:before {
        display: none;
    }

    #gnav ul li a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 15px;
        border: none !important;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 150;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

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

    h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 24px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 26px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 28px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    .flex {
        max-width: 450px;
        margin: auto;
    }

    .flexc {
        max-width: 450px;
        margin: auto;
    }

    .flexs {
        max-width: 450px;
        margin: auto;
    }

    .flexb {
        max-width: 450px;
        margin: auto;
    }

    /*カスタムコンテンツ用*/
    .cc221 {
        width: 97%;
    }

    .cc332 {
        width: 47%;
    }

    .cc432 {
        width: 47%;
    }

    .cc533 {
        width: 30%;
    }

    /*横並び用*/
    .gr211 {
        width: 97%;
    }

    .gr321 {
        width: 97%;
    }

    .gr422 {
        width: 47%;
    }

    .gr532 {
        width: 47%;
    }

    .rp {
        max-width: 450px;
        margin: auto;
    }

    .rp .pic {
        float: none !important;
        width: 90% !important;
        margin: 20px auto;
    }

    .rp .tbox {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/* header */

#header {
  border-top: 10px solid #575c5f;
}

.common-box .logo {
    width: 40%;
}

.common-box .head-right {
    width: 50%;
}

.common-box .address {
    margin-bottom: 10px;
}

.common-box .telephone {
    font-weight: bold;
}

.common-box .clinic-data {
    width: 65%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.common-box .btn.contact {
    width: 35%;
    font-weight: bold;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.common-box .btn.contact a {
    background-color: #9bddf3;
    display: block;
    color: #fff;
    padding: 10px 0;
}

#header .common-box {
    border-bottom: 2px solid #dadada;
}

.common-box .inner {
    padding: 20px 0;
}

.common-box .head-right.fixed .telephone,
.common-box .head-right.fixed .btn {
    font-size: 0px;
    position: fixed;
    left: 0;
    top: 0;
    background: #9bddf3;
    width: 42px;
    height: 42px;
    z-index: 200;
}

.common-box .head-right.fixed .btn {
    left: 42px;
}

.common-box .head-right.fixed .telephone a,
.common-box .head-right.fixed .btn a {
    display: block;
    font-size: 0px;
    width: 42px;
    height: 42px;
}

.common-box .head-right.fixed .telephone a {
    position: absolute;
    left: 0;
    top: 0;
}

.common-box .head-right.fixed .btn.contact a {
    padding: 0;
}

.common-box .head-right.fixed .telephone a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    display: block;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.common-box .head-right.fixed .btn.i-mail a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Gnav */
/* ヘッダー下グローバルナビから「ブログ」「ニュース」非表示 */
/* ヘッダー下グローバルナビから「事例」「保険適用」非表示 */
#gnav .hide {
    display: none;
}


#gnav-section {
    padding: 0;
}

#gnav-section.fixed {
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

#gnav {
    width: 100%;
    margin: 0 auto;
}

#gnav #dropmenu li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

#gnav #dropmenu li:before {
    content: "";
    display: block;
    background-color: #e3e3e3;
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#gnav #dropmenu li:last-child:after {
    content: "";
    display: block;
    background-color: #e3e3e3;
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dropmenu {
    *zoom: 1;
}

.dropmenu .dropdown {
    position: relative;
}

.dropmenu .dropdown ul {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 100%;
}

#dropmenu .dropdown ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

#dropmenu .dropdown:hover ul li {
    overflow: visible;
    height: 100%;
    background: #fff;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#dropmenu .dropdown:hover ul li a {
    color: #444;
}

#gnav a {
    padding: 20px 0;
    display: block;
}

#dropmenu .dropdown:hover ul li:before,
#dropmenu .dropdown:hover ul li:after {
    display: none;
}

#gnav #dropmenu li:before,
#gnav #dropmenu li:last-child:after {
    display: none;
}


/* サイドnavi */

#second-side .dropmenu li {
    width: 100%;
}

#second-side .dropmenu li a {
    display: block;
}

#second-side .dropmenu li ul {
    background-color: #eeeeee;
    border-top: 2px solid #b5b5b5;
}

#second-side .dropmenu li ul li {
    border-top: none !important;
}

#second-side .dropmenu li ul li a {
    padding: 5px 10px;
}

/* フッターnavi */
.footer-nav {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.footer-nav ul {
    margin-bottom: 0;
}

.footer-nav li {
    margin-bottom: 10px;
}


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

    #gnav .hide {
        display: none;
    }

    .common-box .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .common-box .head-right {
        width: 94%;
        margin: 0 auto;
    }

    #dropmenu .dropdown ul li {
        overflow: visible;
        height: auto;
    }

    .dropmenu .dropdown ul {
        position: relative;
        top: auto;
        left: auto;
    }

    #dropmenu .dropdown:hover ul li {
        background: none;
    }

}

@media only screen and (max-width: 599px) {
    .common-box .logo {
        width: 70%;
        text-align: center;
        margin: 0 auto 20px;
    }

    .common-box .clinic-data {
        width: 100%;
        margin-bottom: 20px;
    }

    .common-box .btn.contact {
        width: 100%;
    }

    .common-box .telephone {
        text-align: center;
    }
}

/* footer */
#footer .link-list li a {
    display: block;
}

#footer .link-list .bgwh {
    background-color: #fff;
    position: relative;
    border: 1px solid #dadada;
}

#footer .link-list .pic {
    width: 50%;
    position: relative;
    z-index: 1;
}

#footer .link-list .txt-box {
    position: absolute;
    right: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.footer-rec-link .bgwh {
    background-color: #fff;
    position: relative;
    border: 1px solid #dadada;
}

.footer-rec-link .pic {
    width: 70%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto;
}

.footer-rec-link .txt-pack {
    overflow: hidden;
    width: 60%;
}

.footer-rec-link .txt-box {
    position: absolute;
    left: 6%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 4;
}

.footer-rec-link .txt-box .underl,
.footer-rec-link .txt-box .msg {
    margin-bottom: 30px;
}

.footer-rec-link .txt-box .msg {
    line-height: 2em;
}

.footer-rec-link .bgwh:before,
.footer-rec-link .bgwh:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

.footer-rec-link .bgwh:before {
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(67, 117, 207, 0.3))) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, rgba(67, 117, 207, 0.3) 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, rgba(67, 117, 207, 0.3) 50.5%) no-repeat top left/100% 100%;
    z-index: 2;
    width: 70%;
    height: 70%;

}

.footer-rec-link .bgwh:after {
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(67, 117, 207, 0.4))) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, rgba(67, 117, 207, 0.4) 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, rgba(67, 117, 207, 0.4) 50.5%) no-repeat top left/100% 100%;
    z-index: 3;
    width: 70%;
    height: 50%;
}

.footer-rec-link .btn {
    width: 40%;
}



.copyright {
    background-color: #575c5f;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}

.totop {
    background-color: #9bddf3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.totop a {
    display: block;
}

.totop img {
    vertical-align: unset;
    padding-bottom: 3px;
}

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

    .footer-rec-link .txt-box .underl {
        margin-bottom: 5px;
    }

    .footer-rec-link .txt-box .msg {
        margin-bottom: 5px;
        line-height: 1.6em;
    }

    .footer-rec-link .btn {
        margin: 0 auto 0 0;
    }

    .footer-nav {
        display: none;
    }

    /* .footer-nav ul {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .footer-nav li {
        margin-bottom: 4%;
    } */
}

@media only screen and (max-width: 599px) {
    .footer-rec-link .txt-box {
        position: static;
        left: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .footer-rec-img {
        position: relative;
    }

    .footer-rec-link .pic {
        width: 100%;
        overflow: hidden;
    }

    .footer-rec-link .pic.filterR:before {
        width: 200%;
    }

    .footer-rec-link .bgwh:before,
    .footer-rec-link .bgwh:after {
        display: none;
    }

    .footer-rec-img:before,
    .footer-rec-img:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
    }

    .footer-rec-img:before {
        background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(67, 117, 207, 0.3))) no-repeat top left/100% 100%;
        background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, rgba(67, 117, 207, 0.3) 50.5%) no-repeat top left/100% 100%;
        background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, rgba(67, 117, 207, 0.3) 50.5%) no-repeat top left/100% 100%;
        z-index: 2;
        width: 70% !important;
        height: 70%;

    }

    .footer-rec-img:after {
        background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(67, 117, 207, 0.4))) no-repeat top left/100% 100%;
        background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, rgba(67, 117, 207, 0.4) 50.5%) no-repeat top left/100% 100%;
        background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, rgba(67, 117, 207, 0.4) 50.5%) no-repeat top left/100% 100%;
        z-index: 3;
        width: 70%;
        height: 50%;
    }

    .footer-rec-link .txt-box .underl {
        position: absolute;
        left: 6%;
        top: 18%;
        z-index: 5;
    }

    .footer-rec-link .txt-box {
        padding: 4%;
    }

    .footer-rec-link .txt-box .msg {
        margin-bottom: 4%;
    }

    .footer-rec-link .btn {
        width: 100%;
    }

    /* .footer-nav ul {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .footer-nav ul li {
        margin-bottom: 6%;
    }

    .footer-nav ul li a {
        padding-bottom: 4%;
        display: block;
    } */
    .copyright {
        padding-bottom: 60px;
    }
}

/* 共通 */

.key {
    position: relative;
}

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

.catch h2,
.sub-catch {
    color: #fff;
    font-weight: normal;
    text-shadow: black 0 0 5px;
}

.sub-catch {
    text-align: center;
}

.btn {
    background-color: #9bddf3;
    text-align: center;
    width: 30%;
}

.btn a {
    color: #fff;
    display: block;
    padding: 10px 0;
}

/* アンダーライン */
.underl {
    position: relative;
    padding-bottom: 5px;
}

.underl:before,
.underl:after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;

}

.underl.cent:before,
.underl.cent:after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.underl:before {
    background-color: #dadada;
    width: 78px;
    z-index: 1;
}

.underl:after {
    background-color: #9bddf3;
    width: 30px;
    z-index: 2;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}
.w31 {
    width: 70%;
}
.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w48 {
    width: 48%;
}

.w50 {
    width: 50%;
}

.cent {
    text-align: center;
}

.underl01,
.underl02 {
    position: relative;
    padding-bottom: 5px
}

.underl01:before,
.underl02:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 78px;
    height: 4px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.underl01:before {
    background: -webkit-gradient(linear, left top, right top, from(#9bddf3), color-stop(40%, #9bddf3), color-stop(40%, #dadada), to(#dadada));
    background: -webkit-linear-gradient(left, #9bddf3 0%, #9bddf3 40%, #dadada 40%, #dadada 100%);
    background: linear-gradient(90deg, #9bddf3 0%, #9bddf3 40%, #dadada 40%, #dadada 100%);
}

.underl02:before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, #fff), color-stop(40%, #dadada), to(#dadada));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 40%, #dadada 40%, #dadada 100%);
    background: linear-gradient(90deg, #fff 0%, #fff 40%, #dadada 40%, #dadada 100%);

}

.second .mainimg:after {
    display: block;
    content: "";
    padding-top: 16%;
}

.second .mainimg img {
    position: absolute;
    top: 0;
    left: 0;
}

.second h2 {
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 1200px;
    text-align: left;
    text-shadow: black 0 0 5px;
}

/* パンくず */
.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs li {
    margin-right: 10px;
}

.breadcrumbs li:not(:last-child):after {
    content: '＞';
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}

/* サイドメニュー */
.second-side-menu {
    width: 22%;
}

.second-side-menu li {
    border-top: 1px solid #b5b5b5;
}

.second-side-menu li a {
    display: block;
    padding: 10px 5px;
}


.second-side-menu li dl dt {
    border-bottom: 2px solid #b5b5b5;
    padding: 10px 5px;

}

.second-side-menu li dl dd {
    background-color: #eeeeee;
}

.second-side-menu li dl dd a {
    padding: 5px 10px;
}

/* 下層メインコンテンツ */
.second .main-contents {
    width: 73%;
}

@media only screen and (max-width: 1024px) {
    .btn {
        width: 50%;
        margin: 0 auto;
    }

    .second-side-menu {
        display: none;
    }

    .second .main-contents {
        width: 100%;
    }
}

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

    .index .catch h2,
    .index .sub-catch {
        line-height: 1.2em;
        padding: 0 4%;
    }

    .index .catch h2 span.fs38 {
        font-size: 22px;
    }

    .index .catch h2 span.fs22,
    .index .sub-catch span fs22 {
        font-size: 14px;
    }

    .index .catch h2 span.fs36 {
        font-size: 20px;
    }

    .w30 {
        width: 100%;
        margin-bottom: 4%;
    }
    
    .w48 {
        width: 100%;
        margin: 10px 0;
    }

    .w60 {
        width: 100%;
    }

    .w65 {
        width: 100%;
    }

    .btn {
        width: 100%;
    }
}

/* index */

.top-box h3 {
    margin-bottom: 40px;
}

.top-box .msg {
    margin-bottom: 30px;
}

.top-item-section {
    position: relative;
    overflow: hidden;
}

.top-item-section .inner {
    position: relative;
    z-index: 5;
}

.top-item-section h3 {
    color: #fff;
}

.item-list-box .txt-box {
    background-color: #fff;
    padding: 4%;
}

.item-list-box .txt-box .item-name {
    margin-bottom: 30px;
    font-weight: bold;
}

.item-list-box .txt-box .item-name.i-caret-r a:before {
    background-color: #9bddf3;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    color: #fff;
}

.item-list-box.num {
    background-color: #fff;
    width: 20%;
    padding: 0 1px;
}

.item-list-box.num .pic,
.item-list-box.num .txt-box {
    width: 100%;
}

.item-list-box.num .txt-box {
    padding: 6%;
}

.item-list-box.num .txt-box .item-name {
    margin-bottom: 0;
}

.item-list-box.num .txt-box .item-msg {
    display: none;
}

.item-list-box.num02 {
    margin: 0 0 4% auto;
}

.top-good-section .good-list {
    counter-reset: number;
    position: relative;
}

.top-good-section .good-list li {
    position: relative;
    padding: 2% 0 0 2%;
}

.top-good-section .good-list li:before {
    counter-increment: number;
    content: counter(number)".";
    display: block;
    font-size: 24px;
    background-color: #9bddf3;
    width: 60px;
    height: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    font-style: oblique;
    position: absolute;
    top: 0;
    left: 0;
}

.top-good-section .good-list dl {
    background-color: #e4f5fa;
    padding: 4% 4% 4% 12%;
}

.top-good-section .btn {
    margin: 0 auto;
}

.top-post-box ul {
    margin-bottom: 40px;
}

.top-post-box ul li {
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.top-post-box .day {
    width: 13%;
}

.top-post-box .cat {
    background-color: #9bddf3;
    color: #fff;
    width: 18%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 4px 0;
}

.top-post-box .title {
    width: 66%;
    padding-left: 3%;
}

.top-post-box .btn {
    margin: 0 auto;
}

.top-news-box {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .top-item-section h3 {
        color: #444;
    }

    .item-list-box {
        border: 1px solid #e5e5e5;
        width: 100%;
        margin-bottom: 20px;
    }

    .item-list-box .pic {
        width: 40%;
    }

    .item-list-box .txt-box {
        width: 60%;
    }

    .item-list-box.num {
        width: 32%;
    }

    .top-good-section .good-list li {
        width: 100%;
    }

    .top-post-box ul li span.day {
        width: 20%;
    }

    .top-post-box ul li span.cat {
        width: 40%;
        margin-bottom: 20px;
    }

    .top-post-box ul li span.title {
        width: 100%;
        padding: 0;
    }
    .top-news-box {
      margin-bottom: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .top-box h3 {
        margin-bottom: 20px;
    }

    .item-list-box.num {
        width: 47%;
    }

    .top-good-section .good-list li:before {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .top-good-section .good-list dl {
        padding: 4% 4% 4% 14%;
    }

    .top-good-section .good-list dt {
        margin-bottom: 10px;
    }

    .top-post-box ul li span.day {
        width: 100%;
        margin-bottom: 5px;

    }

    .top-post-box ul li span.cat {
        width: auto;
        padding: 0 30px;
    }
    .index .inner.top-box .flexb {
      -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
    
    .index .inner.top-box .flexb .txt-box {
      margin-bottom: 30px;
    }
    
    .index .inner.top-box .flexb .pic.w30 {
      width: 80%;
      margin: 0 auto;
    }
}

/* about */
.about-company {
    margin-bottom: 90px;
}

.about-company dl {
    padding: 15px 0;
    border-bottom: 1px solid #b5b5b5;
}

.about-company dl dt {
    font-weight: bold;
    width: 20%;
}

.about-company dl dd {
    width: 80%;
}

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

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

    .about-company dl dt {
        margin-bottom: 5px;
    }

    .about-company dl dt,
    .about-company dl dd {
        width: 100%;
    }
}

/* staff */
.top-msg-box {
    border: 1px solid #9bddf3;
    background: rgb(220, 241, 248);
    background: -webkit-linear-gradient(left, rgba(220, 241, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(220, 241, 248, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(220, 241, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcf1f8', endColorstr='#ffffff', GradientType=1);
    margin-bottom: 20px;

}

.top-msg-box-in {
    background: url(/import/tenant_1/153.126.205.111/html/images/staff/bg_staff.png) no-repeat left bottom;
    background-size: 100% auto;
    padding: 2% 2% 0;
}

.top-msg-box .top-msg-catch {
    width: 60%;
    color: #2cb4e1;
}

.top-msg-box .top-photo {
    width: 25%;
    margin: 0 0 0 auto;
}

.top-msg-txt {
    margin-bottom: 20px;
}

.top-signature p {
    text-align: right;
}

.staff-list-box {
    border: 1px solid #b5b5b5;
    padding: 2%;
    margin-bottom: 4%;
}

.staff-data-pack .posi {
    background-color: #9bddf3;
    color: #fff;
    width: 30%;
    text-align: center;
    margin-bottom: 10px;
}

.staff-data-pack .name {
    color: #2cb4e1;
    padding-right: 40px;
}

.staff-data-pack .name-box {
    border-bottom: 1px solid #2cb4e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

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

    .top-msg-box .top-msg-catch {
        margin-bottom: 20px;
        width: 100%;
    }

    .top-msg-box .top-photo {
        width: 80%;
        margin: 0 auto;
    }

    .staff-top-msg {
        margin-bottom: 30px;
    }

    .staff-data-pack .posi {
        width: 50%;
    }

    .staff-data-pack .name,
    .staff-data-pack .educational {
        display: block;
        width: 100%;
    }

    .staff-list-box {
        margin-bottom: 10%;
    }

}

/* 製品紹介 */

.item-top-box {
    background-color: #e6f3f7;
    padding: 2%;
    margin-bottom: 50px;
}

.item-top-box dt {
    color: #2cb4e1;
    margin-bottom: 10px;
}

.item-cont {
    margin-bottom: 50px;
}

.item-txt {
    margin-bottom: 15px;
}

.item-chara-section dl {
    margin-bottom: 20px;
}

.item-chara-section dl dt {
    font-weight: bold;
}

.item-case-section ul {
    border-left: 1px solid #b5b5b5;
    padding-left: 20px;
}

.item-case-section li {
    margin-bottom: 15px;
}

.item-case-section li.i-check:before {
    font-size: 32px;
    padding-right: 20px;
}

.item-material-section ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.item-material-section dl {
    margin-bottom: 15px;
}

.item-material-section dt {
    font-weight: bold;
}

dt.i-square:before {
    padding-right: 5px;
}

/* case */

.case-list {
    margin-bottom: 4%;
}

.case-list .befaf-box {
    border: 1px solid #b5b5b5;
    padding: 2% 2% 0;
}

.case-list .befaf-box span {
    display: block;
}

.case-list .befaf-box .pic {
    margin-bottom: 4%;
}

.case-list .befaf-box .pic img {
    margin-bottom: 20px;
}

/* insurance */
.insurance-link ul {
    text-align: center;
    letter-spacing: -0.4em;
}

.insurance-link li {
    display: inline-block;
    border-bottom: 1px solid #2cb4e1;
    width: 48%;
    margin: 0 1% 4% 1%;
    vertical-align: top;
    letter-spacing: 0;
}

.insurance-link li a {
    display: block;
    color: #2cb4e1;
    font-weight: bold;
    padding-bottom: 5px;
}

.insurance-pack:not(:last-child) {
    margin-bottom: 60px;
}

.insurance-pack .insurance-txt {
    margin-bottom: 20px;
}

.insurance-pack .insurance-box {
    border: 1px solid #b5b5b5;
    padding: 2%;
    margin-bottom: 4%;
}

.insurance-box dt {
    color: #2cb4e1;
    border-bottom: 1px solid #2cb4e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document products
--------------------------------------------------------- */

.insurance-table {
	text-align: left;
}

.insurance-table .section:not(:last-of-type) {
    margin-bottom: 30px;
}

.insurance-table h3 {
    margin-bottom: 20px;
    background: #f0f0f0;
    background: #0f238d;
    background: -webkit-gradient(linear, left top, right top, from(#0f238d), to(#0160c3));
    background: -moz-linear-gradient(right, #0f238d, #0160c3);
    background: linear-gradient(to right, #0f238d, #0160c3);
    background: -ms-linear-gradient(right, #0160c3, #0f238d);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f238d', endColorstr='#0160c3', GradientType=1)";
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    color: #fff;
}

.insurance-table .logo {
    text-align: center;
    margin-bottom: 20px;
}

.insurance-table h4 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #10218b;
}

.insurance-table .table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    box-sizing: border-box;
    border: solid 1px #ccc;
}

.insurance-table .table dl:not(:last-of-type) {
    border-bottom: solid 1px #ccc;
}

.insurance-table .table dt {
    width: 107px;
    padding: 5px;
    border-right: solid 1px #ccc;
    background: #606bb0;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.insurance-table .table dd {
    width: calc(100% - 107px);
    padding: 5px;
    text-align: left;
}


@media only screen and (max-width: 1024px) {
    .item-top-box dd {
        margin-bottom: 20px;
    }

    .item-case-section ul {
        border-left: none;
        padding-left: 0;
    }

    .item-case-section li.i-check:before {
        font-size: 20px;
        padding-right: 10px;
    }

    .item-material-section ul {
        padding-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .case-list .befaf-box .pic {
        margin-bottom: 6%;
    }

    .case-list .befaf-box .pic img {
        margin-bottom: 10px;
    }

    .case-list .befaf-box {
        margin-bottom: 30px;
    }

    .insurance-pack .insurance-box .w65 {
        margin-bottom: 4%;
    }

    .insurance-pack .insurance-box {
        margin-bottom: 6%;
    }
    
    .insurance-table .table dt {
        font-size: 14px;
        width: 100%;
        border-right: none;
    }
    
    .insurance-table .table dd {
        font-size: 14px;
        width: 100%;
    }
}

/* qa */
.faq-link li.i-caret-r a:before {
    color: #2cb4e1;
    padding: 0 5px 0 0;
}

.faq-link {
    background-color: #e6f3f7;
    padding: 2%;
    margin-bottom: 20px;
}

.faq-link li {
    width: 25%;
}

.faq-section:not(:last-of-type) {
    margin-bottom: 70px;
}

.faq-section dl {
    border-bottom: 1px solid #b5b5b5;
    padding: 20px 0;
}

.faq-section dt {
    color: #2cb4e1;
    margin-bottom: 10px;
}

.faq-section dt,
.faq-section dd {
    position: relative;
    padding-left: 45px;
}

.faq-section dt:before,
.faq-section dd:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.faq-section dt:before {
    content: "Q";
    background-color: #2cb4e1;
}

.faq-section dd:before {
    content: "A";
    background-color: #f19149;
}

@media only screen and (max-width: 1024px) {
    .faq-link li {
        width: 33%;
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
    .faq-link {
        padding: 5%;
    }

    .faq-link li {
        width: 100%;
        text-align: left;
    }

    .faq-link li:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* recruit */

.recruit-job-section {
    margin-bottom: 60px;
}

.rec-merit-area ul {
    counter-reset: number;
    position: relative;
}

.rec-merit-area ul li {
    position: relative;
    padding: 5px 0 0 5px;
    margin-bottom: 4%;
}

.rec-merit-area ul li:before {
    counter-increment: number;
    content: counter(number);
    display: block;
    font-size: 24px;
    background-color: #2cb4e1;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.rec-merit-area ul li div.flexb {
    border: 1px solid #b5b5b5;
    padding: 2% 2% 2% 6%;
}

.rec-merit-area ul li dt {
    color: #2cb4e1;
    border-bottom: 1px solid #2cb4e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.recruit-top-msg-section {
    margin-bottom: 80px;
}

.recruit-top-msg-section .top-msg-catch {
    color: #2cb4e1;
    margin-bottom: 20px;
}

.rec-top-msg-box .txt {
    margin-bottom: 20px;
}

.requirements-table {
    border: 1px solid #b5b5b5;
    margin-bottom: 40px;
}

.requirements-table dl:not(:last-child) {
    border-bottom: 1px solid #b5b5b5;
}

.requirements-table dt {
    background-color: #2cb4e1;
    color: #fff;
    padding: 20px 0;
    width: 20%;
    text-align: center;
}

.requirements-table dd {
    padding: 20px;
    width: 80%;
}

.recruit-requirements-section .btn {
    width: 50%;
    margin: 0 auto;
}

.recruit-requirements-section .btn a {
    padding: 20px 0;
}

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

    .recruit-merit-section .w65,
    .rec-top-msg-box .w65 {
        width: 100%;
        margin-bottom: 4%;
    }

    .rec-merit-area ul li div.flexb {
        padding-left: 10%;
    }

    .recruit-merit-section .w30,
    .rec-top-msg-box .w25 {
        width: 60%;
        margin: 0 auto;
    }

    .requirements-table dt,
    .requirements-table dd {
        width: 100%;
        padding: 10px;
    }

    .requirements-table dt {
        text-align: left;
    }

}

@media only screen and (max-width: 599px) {
    .rec-merit-area ul li {
        padding: 0;
    }

    .rec-merit-area ul li div.flexb {
        padding-top: 50px;
        padding-left: 2%;
    }

    .recruit-merit-section .w30,
    .rec-top-msg-box .w25 {
        width: 100%;
    }

    .recruit-requirements-section .btn {
        width: 100%;
    }

    .recruit-merit-section .w65,
    .rec-top-msg-box .w65 {
        margin-bottom: 6%;
    }
}


/* contact */

.contact-tel-section {
    margin-bottom: 60px;
}

.contact-tel {
    margin-bottom: 20px;
}

.contact-tel .tel {
    display: inline-block;
    margin-right: 20px;
}

.contact-tel .tel a {
    color: #2cb4e1;
    font-weight: bold;
}

/* form初期スタイルリセット */
input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.conform button {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.form dd input[type=text] {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    width: 100%;
}

.form dd textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    height: 20em;
}

.contact-form-section .required {
    color: #ff5353;
    border: 1px solid #b5b5b5;
    padding: 0 4px;
}

.contact-form-section .msg {
    margin-bottom: 30px;
}

.contact-form-section .form-table dl {
    border-bottom: 1px solid #b5b5b5;
}

.contact-form-section .form-table dt {
    background-color: #2cb4e1;
    color: #fff;
    width: 25%;
    font-weight: bold;
    padding: 15px;
}

.contact-form-section .form-table dt .esse {
    color: #ff5353;
    background-color: #fff;
    font-weight: normal;
    padding: 0 4px;
    display: inline-block;
    margin: 0 0 0 20px;
}

.contact-form-section .form-table dd {
    width: 75%;
    padding: 15px;
}

.contact-form-section .form-table dd .caution {
    display: inline-block;
    margin: 0 0 0 20px;
}

.contact-form-section .form-table dd input,
.contact-form-section .form-table dd textarea {
    width: 65%;
}

.contact-form-section .form-table {
    margin-bottom: 40px;
}

.contact-form-section .btn {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
}

.contact-form-section .btn button {
    color: #fff;
    width: 100%;
}


.contact-form-section .btn.i-arrow-r button:after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 10%;
    vertical-align: middle;
}

.contact-form-section .form {
    margin-bottom: 60px;
}

.site-policy dl {
    background-color: #dcdcdc;
    padding: 2%;
}

.site-policy dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-form-section .btn.i-arrow-r.check button:after {
  padding: 0 0 0 2%;
}

.contact-form-section .btn.i-arrow-r.back {
  width: 30%;
  margin: 20px auto;
  padding: 12px 0
}

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

    .contact-form-section .form-table dt {
        padding: 10px 15px;
    }

    .contact-form-section .form-table dt,
    .contact-form-section .form-table dd {
        width: 100%;
    }

    .contact-form-section .form-table dd input,
    .contact-form-section .form-table dd textarea {
        width: 100%;
    }

    .contact-form-section .form-table dd .caution {
        display: block;
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 599px) {
    .contact-tel .tel {
        margin-bottom: 10px;
    }

    .contact-tel-section span {
        display: block !important;
    }

    .contact-form-section .btn {
        width: 100%;
    }
    .contact-form-section .btn.i-arrow-r.back {
      width: 80%;
    }
}

/* facility */
.facility-section ul li {
    border: 1px solid #b5b5b5;
    padding: 2%;
    margin-bottom: 4%;
}

.facility-section ul li .pic {
    margin-bottom: 15px;
}

.facility-section dt {
    color: #2cb4e1;
    border-bottom: 1px solid #2cb4e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

@media only screen and (max-width: 599px) {
    .facility-section ul li {
        margin: 0 auto 6%;
    }
}

/* concept */

.concept-section ul {
    counter-reset: number;
    position: relative;
}

.concept-section ul li {
    position: relative;
    margin-bottom: 4%;
}

.concept-section ul li:before {
    counter-increment: number;
    content: counter(number);
    display: block;
    font-size: 24px;
    background-color: #2cb4e1;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.concept-section h4 {
    color: #2cb4e1;
    border-top: 1px solid #2cb4e1;
    border-bottom: 1px solid #2cb4e1;
    width: 100%;
    line-height: 45px;
    margin-bottom: 15px;
    margin-left: 55px;
}


.concept-section ul li:nth-child(even) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.concept-section .flexb {
    padding-left: 55px;
}

@media only screen and (max-width: 1024px) {
    .concept-section .flexb {
        padding-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .concept h2 {
        font-size: 18px;
    }

    .concept-section h4 {
        margin-left: 0;
        padding-left: 55px;
        border-top: none;
        border-bottom: none;
        line-height: 160%;
    }

    .concept-section .flexb {
        padding: 20px 0;
    }
}

/* news blog */

/* pagenav */
.pagenav {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.pagenav ul {
    text-align: center;
}

.pagenav li {
    display: inline-block;
    margin: 0 5px;
}

.pagenav li a {
    color: #fff;
    padding: 0px 6px;
    display: block;
    font-weight: bold;
    background: #9bddf3;
}

.pagenav .prev a {
    padding-left: 6px;
}

.pagenav .next a {
    padding-right: 6px;
}

.pagenav li.st a,
.pagenav li a:hover {
    background: #37b8e3;
}

.post-list-box .main-list .pagenav li {
    margin-bottom: 0;
}

.pagenav .prev a,
.pagenav .next a {
    background: none;
}

.pagenav .prev img,
.pagenav .next img {
    vertical-align: text-bottom;
}

.post-section {
    margin-bottom: 70px;
}

.post-data {
    margin-bottom: 10px;
}

.post-data .cat,
.post-data .day {
    position: relative;
    padding: 0 0 0 25px;
    width: 20%;
}

.post-data .cat:before,
.post-data .day:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 18px;
    height: 20px;
}

.post-data .cat:before {
    background: url(/import/tenant_1/153.126.205.111/html/images/common/icon_tag.png) no-repeat left center;
    background-size: 100% auto;
}

.post-data .day:before {
    background: url(/import/tenant_1/153.126.205.111/html/images/common/icon_day.png) no-repeat left center;
    background-size: 100% auto;
}

.post-list .post-list-box {
    border-bottom: 1px solid #b5b5b5;
    padding: 20px 0;
}

.post-list .title {
    margin-bottom: 10px;
}

.post-list .title a {
    color: #2cb4e1;
}

.post-list .btn {
    width: 20%;
    margin: 0 0 0 auto;
}

.post-list .btn a {
    padding: 5px 0;
}

.post-arc-section .bg {
    background-color: #e6f3f7;
    padding: 5%;
}

.post-arc-section dl dt {
    position: relative;
    font-weight: bold;
    padding: 0 0 0 50px;
    margin-bottom: 30px;
}

.post-arc-section dl dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 38px;
    height: 40px;
}

.post-arc-section .cat dl dt:before {
    background: url(/import/tenant_1/153.126.205.111/html/images/common/icon_tag.png) no-repeat left center;
    background-size: 100% auto;
}

.post-arc-section .arc dl dt:before {
    background: url(/import/tenant_1/153.126.205.111/html/images/common/icon_day.png) no-repeat left center;
    background-size: 100% auto;
}

.post-arc-section dd.i-caret-r a:before {
    margin-right: 5px;
    color: #2cb4e1;
}

.post-arc-section dd {
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 0;
}

.post-single-box .post-data {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 20px 0;
}

.post-single-box .post-data div {
    margin-bottom: 10px;
}

.post-single-box .title {
    color: #2cb4e1;
}

.post-single-box .single-box img {
    display: block;
    margin: 20px 0;
}

.post-single-section {
    margin-bottom: 70px;
}

.post-single-section .btn {
    width: 20%;
    margin: 0 0 0 auto;
}

.post-single-section .btn a {
    padding: 5px 0;
}

.recommend-section {
    margin-bottom: 70px;
}

.recommend-section h3 {
    color: #fff;
    background-color: #92afe3;
    padding: 10px;
    margin-bottom: 10px;
}

.recommend-section .title {
    margin-bottom: 10px;
}

.recommend-section .title a {
    color: #2cb4e1;
}

.recommend-section .btn {
    width: 20%;
    margin: 0 0 0 auto;
}

.recommend-section .btn a {
    padding: 5px 0;
}

.recommend-section .post-list-box {
    border-bottom: 1px solid #b5b5b5;
    padding: 20px 0;
}


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

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

    .post-data .cat,
    .post-data .day {
        width: 100%;
    }

    .post-list .btn {
        width: 50%;
    }
}


/* アイコン */

.i-mail a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 5%;
    font-size: 24px;
    vertical-align: middle;
}

.i-arrow-r a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 10%;
    vertical-align: middle;
}

.i-caret-r a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}

.i-check:before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    display: inline-block;
    color: #e10c66;
    font-weight: bold;
    vertical-align: middle;
}

.i-square:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    display: inline-block;
    color: #9bddf3;
    font-weight: bold;
    vertical-align: middle;
}

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

@media only screen and (max-width: 599px) {
    .i-mail a:before {
        padding: 0 5% 0 0;
    }
}

/* 編集画面 */
#gnav #dropmenu .dropdown[data-element-id] {
    height: 60px;
}

#gnav #dropmenu .dropdown ul[data-element-id] {
    background: #fff;
position: relative;
top: auto;
}

#gnav #dropmenu .dropdown ul li[data-element-id] {
    height: auto;
}

.second-container > div[data-element-id] {
  width: 22%;
}

.second-container .main-contents[data-element-id] {
  width: 73%;
}

.second-container .second-side-menu[data-element-id] {
  width: 100%;
}

#gnav #dropmenu li:nth-child(2)[data-element-id],
#gnav #dropmenu li:nth-child(3)[data-element-id] {
  position: static;
}

#gnav #dropmenu li:nth-child(2) ul[data-element-id],
#gnav #dropmenu li:nth-child(3) ul[data-element-id] {
  position: absolute;
  display: flex;
  top: 80px;
}

#gnav-section[data-element-id] {
  position: relative;
}
#gnav #dropmenu li:nth-child(3) ul[data-element-id] {
    width: 50%;
    flex-wrap: wrap;
    right: 0;
    margin: 0 0 0 auto;
}
#gnav #dropmenu li:nth-child(3) ul li[data-element-id] {
    width: 33%;
}
#gnav #dropmenu li:nth-child(2) ul[data-element-id] {
    width: 47%;
}
#gnav #dropmenu li:nth-child(2) ul li[data-element-id] {
    width: 33%;
}


/*implant*/
.implant-table{
border: 1px solid #36312d;
}
.implant-table-box .tit{
  padding: 10px;
  background: #103434;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.implant-table dl{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.implant-table dt{
  background: #22211f;
  color: #fff;
    text-align: center;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            width: 20%;
                border-bottom: 1px solid #fff;
}
.implant-table dt .ruby{
  font-size: 10px;
}
.implant-table dd{
  background: #fff;
    padding: 10px;
    width: 40%;
    display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
        border-bottom: 1px solid #36312d;
}
.implant-table dd + dd{
  background: #01A9DB;
}
.implant-table dd + dd li{
  text-align: center;
}
.implant-table li:last-of-type dd{
  border-bottom: 0;
}
.implant-table dd ul{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: distribute;
            justify-content: space-around;
}
.implant-table dd li{
  padding: 5px 0;
}
.implant-table dd li.new:before{
      display: inline-block;
    margin-right: 5px;
    content: "NEW";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    line-height: 40px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#c14a36), to(#932724));
                    background-image: -webkit-linear-gradient(#c14a36 0%, #932724 100%);
                    background-image: -o-linear-gradient(#c14a36 0%, #932724 100%);
                    background-image: linear-gradient(#c14a36 0%, #932724 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}
.implant-table dd li.red{
  color: #000000;
}

.implant-list dt {
    font-weight: normal;
    margin-bottom: 5px;
}

.implant-list dt.tit-top {
    text-align: center;
    background: #d9ecf0;
    padding: 5px;
    box-sizing: content-box;
}

.implant-list dt.tit-bottom {
    color: #7094ce;
}

.implant-list dd {
    margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .implant-table dt{
    width: 100%;
    border-bottom: none;
  }
  .implant-table dd{
    width: 50%;
    border-bottom: none;
  }
  .implant-table dl{
    -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
  }
}

/* ジルコニア */

.zilconia-table .logo {
    margin-bottom: 20px;
}

.zilconia-table h3 {
    color: #2cb4e1;
    font-size: 22px;
    margin-bottom: 20px;
}

.zilconia-table h4 {
    color: #2cb4e1;
    font-size: 18px;
    width: 100%;
    border-bottom: solid 1px #2cb4e1;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.zilconia-table .box {
    margin-bottom: 20px;
}

.zilconia-table .info dt {
    color: #e10c66;
    margin-bottom: 5px;
}

.zilconia-table .info dd {
    position: relative;
    padding-left: 20px;
}

.zilconia-table .info dd:after {
    display: block;
    content: "■";
    color: #e10c66;
    position: absolute;
    top: 0;
    left: 0;
}

.zilconia-table .table_scroll {
        overflow-x: auto;
    }

.zilconia-table .table table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
}

.zilconia-table .table tbody {
    border: solid 1px #ccc;
}

.zilconia-table .table tr {
    border-bottom: solid 1px #ccc;
}

.zilconia-table .table th {
    padding: 5px;
    width: 150px;
    font-size: 14px;
}

.zilconia-table .table tbody th {
    background: #ccc;
}

.zilconia-table .table tbody th:not(:last-of-type) {
    border-right: solid 1px #fff;
}

.zilconia-table .table td {
    border-left: solid 1px #ccc;
    padding: 5px;
    width: 100%;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .zilconia-table .table_scroll {
        overflow-x: scroll;
    }
    .zilconia-table .table_scroll::-webkit-scrollbar {
        height: 5px;
    }

    .zilconia-table .table_scroll::-webkit-scrollbar-track {
        margin: 0px;
        background: #ccc;
        border-radius: 5px;
    }

    .zilconia-table .table_scroll::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
}
