@charset "UTF-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p,
a {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /* font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
    /* font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", 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: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; */
    line-height: 160%;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0 auto;
    background-color: #F9F9F9;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

a:hover,
.uk-link:hover {
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

.tac {
    text-align: center;
}

#wrapper {
    overflow: hidden;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    background: url(/upload/tenant_1/181699f8bec22c421e96f3e859623dc1.jpg) no-repeat;
    background-position: center top;
}

#container {
    margin: 0 auto;
    padding: 0;
}

#container.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner {
    width: 92%;
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
    .inner {
        width: 93%;
        max-width: 768px;
        padding: 40px 0;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }
}

@media only screen and (max-width: 599px) {
    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/*_______________________________________
  
  object-fit
  _______________________________________*/
.of_img {
    overflow: hidden;
    position: relative;
    display: block;
}

.of_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

.of_img:before {
    content: '';
    display: block;
}

.of_img.pt20:before {
    padding-top: 20%;
}

.of_img.pt25:before {
    padding-top: 25%;
}

.of_img.pt30:before {
    padding-top: 30%;
}

.of_img.pt35:before {
    padding-top: 35%;
}

.of_img.pt40:before {
    padding-top: 40%;
}

.of_img.pt48:before {
    padding-top: 48%;
}

.of_img.pt50:before {
    padding-top: 50%;
}

.of_img.pt55:before {
    padding-top: 55%;
}

.of_img.pt60:before {
    padding-top: 60%;
}

.of_img.pt65:before {
    padding-top: 65%;
}

.of_img.pt70:before {
    padding-top: 70%;
}

.of_img.pt75:before {
    padding-top: 75%;
}

.of_img.pt80:before {
    padding-top: 80%;
}

.of_img.pt85:before {
    padding-top: 85%;
}

.of_img.pt90:before {
    padding-top: 90%;
}

.of_img.pt95:before {
    padding-top: 95%;
}

.of_img.pt100:before {
    padding-top: 100%;
}

.of_img.pt110:before {
    padding-top: 110%;
}

.of_img.pt120:before {
    padding-top: 120%;
}

.of_img.pt110:before {
    padding-top: 130%;
}

.of_img.pt120:before {
    padding-top: 140%;
}

.of_img.pt130:before {
    padding-top: 130%;
}

.of_img.pt150:before {
    padding-top: 150%;
}

.w100 {
    width: 100%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.itemcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mb20 {
  margin-bottom: 20px;
}

/* 見たまま編集バリデーション */

.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: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 599px) {
    .w70 {
        width: 100%;
        margin: 2% 0;
    }

    .w65 {
        width: 100%;
        margin: 2% 0;
    }

    .w60 {
        width: 100%;
        margin: 2% 0;
    }

    .w55 {
        width: 100%;
        margin: 2% 0;
    }

    .w50 {
        width: 100%;
        margin: 2% 0;
    }

    .w48 {
        width: 100%;
        margin: 2% 0;
    }

    .w45 {
        width: 100%;
        margin: 2% 0;
    }

    .w40 {
        width: 100%;
        margin: 2% 0;
    }

    .w35 {
        width: 80%;
        margin: 2% auto 2%;
    }

    .w30 {
        width: 100%;
        margin: 2% 0;
    }

    .w25 {
        width: 100%;
        margin: 2% 0;
    }
}

/* ボタン */
#gnav {
    background: #fff;
    margin: 0 calc(50% - 50vw);
    position: relative;
}

#gnav:after {
    content: "";
    background: url(/upload/tenant_1/71d74be15d113a98027805148d8603a4.png) no-repeat;
    background-size: cover;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    z-index: 1;
    visibility: inherit;
}

#gnav .toggle-text {
    display: none;
}

.fixed-btn {
    height: auto;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 100;
}

[data-element-id].fixed-btn {
    position: relative;
}

.fixed-btn li {
    width: 100%;
}

.fixed-btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    background: #333;
    text-align: center;
    color: #fff;
    background: #73aa16;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed-btn li a:not(:last-of-type) {
    margin-bottom: 10px;
}

.fixed-btn li.twitter a {
    background: #00aced;
}

.fixed-btn li a img {
    width: 35px;
}

/* .fixed-btn li.test-a{
  display: none;
} */
.fixed-btn li.test-b a {
    background: #e60000;
}

#gnav li.sp {
    display: none;
}

[data-element-id]#gnav li.sp {
    display: block;
    position: relative;
}

[data-element-id]#gnav li.sp:before {
    content: "▼スマホ表示用メニュー";
    background: #333;
    color: #fff;
    display: block;
    font-size: 12px;
}

.fixed-btn .ab {
    display: none;
}

[data-element-id].fixed-btn .ab {
    display: block;
}

.dropdown {
    position: relative;
}

.dropdown ul {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    opacity: 0;
    top: 50%;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.dropdown ul li {
    width: 100%;
    -webkit-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    background: #fff;
    border-left: none !important;
}

.dropdown ul li a:before {
    content: none !important;
    padding: 0;
}

.dropdown ul li:last-of-type {
    border-right: none !important;
}

[data-element-id].dropdown ul {
    position: relative;
    opacity: 1;
    visibility: inherit;
    top: 100%;
    left: 0%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}

.dropdown:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.dropdown ul li a {
    font-size: 14px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

@media only screen and (max-width: 1024px) {

    #gnav {
        margin: auto;
    }

    #gnav .toggle {
        display: block !important;
        width: 42px;
        height: 42px;
        background: #73aa16;
        cursor: pointer;
        opacity: 0.8;
        position: fixed !important;
        top: 0px;
        right: 0px;
        z-index: 251;
    }

    #gnav .toggle-text {
        display: inline-block;
        width: 42px;
        font-size: 10px;
        font-weight: bold;
        color: #73aa16;
        line-height: 100%;
        text-align: center;
        position: fixed;
        top: 44px;
        right: 0;
        z-index: 251;
    }

    #gnav .toggle .bar {
        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 .toggle .bar:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav .toggle .bar:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action .toggle .bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action .toggle .bar:after,
    #gnav.action .toggle .bar:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        position: fixed !important;
        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;
        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: 60px 10px 100px 10px;
    }

    #gnav ul {
        display: block;
        padding: 50px 50px 100px 30px;
    }

    #gnav li {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 0;
        margin: 0;
    }

    #gnav li.sp {
        display: block;
    }

    #gnav ul li a {
        display: block;
        color: #000;
        text-align: left;
        padding: 10px 15px;
        border: none;
    }

    .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;
    }

    .fixed-btn .ab {
        display: block;
    }

    .dropdown ul {
        padding: 0 !important;
        visibility: visible;
        height: 100%;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .dropdown ul li {
        background: none;
    }
}

@media (max-width: 599px) {

    /* ボタン */
    .fixed-btn {
        width: 100%;
        left: 0;
        bottom: 0;
        right: inherit;
        top: inherit;
        position: fixed;
    }

    .fixed-btn ul.ab,
    .fixed-btn li.twitter {
        width: 50%;
        height: 100%;
    }

    .fixed-btn ul.ab a,
    .fixed-btn li.twitter a {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .fixed-btn li a img {
        width: 30px;
        margin-right: 5px;
    }

    #gnav:after {
        display: none;
    }
}

a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

header .inner {
    padding: 10px 0;
}

header #top_box {
    width: 950px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header #top_box #left {
    width: 20%;
    background: #F2EFE9;
}

header #top_box #left a {
    display: block;
    position: relative;
}

header #top_box #left a .logo-img {
    display: inline-block;
    width: 80%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

header #top_box #left a .logo-back {
    width: 100%;
    display: inline-block;
}

header #top_box #left a .logo-back img {
    width: 100%;
}

header #top_box #right {
    width: 75%;
    margin-bottom: 20px;
}

header nav {
    background: #fff;
    width: 950px;
    margin: auto;
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

[data-element-id] header nav ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

header nav ul li {
    width: calc(100% / 6);
    float: none;
    border-left: #73aa16 1px dotted;
    padding: 5px 10px;
    text-align: center;
}

header nav ul li:last-of-type {
    border-right: #73aa16 1px dotted;

}

header nav ul li a {
    color: #73aa16;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* header nav ul li a:before {
    content: "";
    background: url(/upload/tenant_1/1604e36f2aea25d908e64828ef77b300.png) no-repeat center;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */

header #top_box #right #btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 190px;
    height: 190px;
}

header #top_box #right #btn p {
    width: 100%;
    padding-bottom: 5px;
}

header #top_box #right #btn p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    border: 5px #fff solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    min-height: 90px;
}

@media all and (-ms-high-contrast: none) {
    header #top_box #right #btn p a {
        height: 90px;
    }
}

header #top_box #right #btn p a * {
    color: #fff;
    display: block;
    line-height: 100%;
}

header #top_box #right #btn p:first-of-type a {
    background: url(/upload/tenant_1/854a37eb7a2b2613694fdfb29e91a779.png) center;
}

header #top_box #right #btn p:first-of-type span.tit {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    z-index: 1;
    position: relative;
}

header #top_box #right #btn p:nth-of-type(2) a {
    background: #6BB200;
    position: relative;
}

header #top_box #right #btn p:nth-of-type(2) a:after {
    content: "";
    background: url(/upload/tenant_1/55da139ab9602b357ec6983ff2c518e8.png) no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 10px;
}

header #top_box #right #btn p span.link {
    color: #fff;
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

header #top_box #right #btn p span.link:before {
    content: "";
    background: url(/upload/tenant_1/81d40949521c75f8b7c0eb838112c19d.png) no-repeat center;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header #top_box #right #btn p:nth-of-type(2) a span.link {
    font-size: 24px;
    font-weight: bold;
}

header h1 {
    font-size: 10px;
    color: #555;
    width: 100%;
    text-align: right;
}

header hgroup h2 {
    float: left;
    width: 215px;
    height: 213px;
}

header #top_box #right #nivo_box {
    width: 70%;
}

header #top_box #right #nivo_box .uk-slidenav-position .uk-slideshow {
    text-align: center;
    position: relative;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

header #top_box #right #nivo_box .uk-slidenav-position .uk-slideshow:after {
    padding-top: 43%;
    content: '';
    display: block;
}

header #top_box #right #nivo_box .uk-slidenav-position .uk-slideshow li {
    position: absolute;
    top: 0;
}

.uk-dotnav {
    position: relative !important;
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

header #logo_bg {
    background: url(/import/tenant_1/160.16.229.11/__________.jp/images/head_nishimachi_logo_bg.gif) no-repeat;
    width: 20%;
    background-size: contain;
    height: 46px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

left h1 {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    header #top_box {
        width: 100%;
    }

    header #top_box #right {
        padding-right: 50px;
    }

    header #top_box #right #nivo_box {
        float: none;
        width: 100%;
    }

    header #top_box #left {
        width: 25%;
        margin-bottom: 10%;
        background: none;
    }

    header #top_box #left a {
        height: 100%;
        display: block;
        position: relative;
    }

    header #top_box #left a:after {
        content: "";
        width: 100%;
        height: 46px;
        background-image: url(/upload/tenant_1/cdc8aa7b6328808b6ebae04b905d9645.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    header #top_box #left a .logo-back {
        height: 100%;
    }

    header #top_box #left a .logo-back img {
        height: 100%;
    }

    header #logo_bg {
        display: none;
    }

    header #top_box #right {
        width: 70%;
    }

    header #top_box #right #btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

    header #top_box #right #btn p {
        margin: 1%;
    }

}

@media only screen and (max-width: 599px) {
    header #top_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header #top_box #left {
        width: 50%;
        text-align: center;
        background: none;
        margin: auto;
    }

    header #top_box #right {
        width: 100%;
        padding-right: 0;
        margin-top: 50px;
    }

    header #top_box #right #btn {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header #top_box #right #btn p {
        width: 100%;
    }

}

/*-------------------------------

	メイン

-------------------------------*/
#contents {
    width: 75%;
    padding: 0px;
    margin: 0px;
}

#contents #title_l {
    background: url(/upload/tenant_1/34350a2a6341da545a0239f69a879510.png);
    padding-bottom: 15px;
    margin-bottom: 0.83em;
    letter-spacing: 0.1em;
    padding: 15px 20px;
    text-shadow: 0 0 20px #65901D;
    position: relative;
}

#contents #title_l .in {
    position: relative;
    padding-left: 20px;
}

#contents #title_l .in:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 8px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 2px #d9ae01;
    box-shadow: 0 0 2px #d9ae01;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contents #title_l:after {
    content: "";
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: #fff 4px solid;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
}

#contents #title_l h1 {
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #FFF;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 20px #65901D;
    position: relative;
    line-height: 1.5;
    font-weight: 900;
    z-index: 1;
}

#contents #title_l h2 {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0;
    margin: 0;
    position: relative;
    ;
    text-shadow: 0 0 15px #65901D;
    font-weight: normal;
    line-height: 1.5;
    z-index: 1;
}

#contents .title_m {
    margin: 20px 0 15px 0;
}

#contents .title_m h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 15px 20px;
    background: url(/upload/tenant_1/34350a2a6341da545a0239f69a879510.png);
    margin: 0;
    text-shadow: 0 0 20px #65901D;
    position: relative;
}

#contents .title_m h2 .in {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: 900;
    color: #FFF;
    z-index: 1;
    position: relative;
}

#contents .title_m h2 .in:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 8px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 2px #d9ae01;
    box-shadow: 0 0 2px #d9ae01;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contents .title_m h2:after {
    content: "";
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: #fff 1px solid;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
}


@media only screen and (max-width: 1024px) {
    #contents {
        float: none;
        width: 100%;
    }
}

#contents .white_box {
    background-color: #FFF;
    padding: 25px;
    margin: 0;
    border: solid 5px #90CD28;
    border-radius: 5px;
}

#contents .white_box .group {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

#contents .white_box .group:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* #contents .white_box .group:not(:last-of-type):after {
    content: "";
    background: url(/import/tenant_1/160.16.229.11/__________.jp/images/whitebox_line.gif) no-repeat;
    width: 100%;
    height: 6px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
} */

#contents .white_box.non .group:after {
    content: none;
}

#contents .white_box .left_right table {
    border-collapse: collapse;
}

#contents .white_box .left_right table th,
td {
    /* width: 60%; */
    padding: 5px;
}

#contents .white_box .left_right table th {
    background-color: #FDDF41;
    color: #000;
}

#contents .white_box .left_right table td {
    text-align: center;
}

/* 見出しなど
----------------------------------------------------------- */
#contents .white_box h1 {
    font-size: 20px;
    border-left: ridge 7px #65901D;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#contents .white_box h1 .traning-text{
    font-size: 17px;
    font-weight: bold;
}

#contents .white_box h2 {
    font-size: 16px;
    color: #65901D;
    padding: 0 0 0 15px;
    margin: 0 0 10px 10px;
    font-weight: bold;
}

#contents .white_box .left p {
    padding: 0 0 0 15px;
    margin: 0 0 15px 10px;
    line-height: 1.7;
}

#contents .white_box .left p a,
#contents .white_box .left_right p a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
@media only screen and (max-width: 599px){
  #contents .white_box .left p{
    letter-spacing: 2px;
    line-height: 1.9;
    padding: 0;
    margin: 0;
    width: auto;
  }
}

.koutsuujiko {
    margin-top: 20px;
}

#contents .white_box .left h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 1em 0;
}

#contents #jico_top {
    position: relative;
    /* background: url(/import/tenant_1/160.16.229.11/__________.jp/images/top_jiko_bg.gif) no-repeat; */
    border: #D8CEA6 5px solid;
    border-bottom: none;
    padding: 5px;
    zoom: 1;
}

#contents #jico_top dl {
    width: 100%;
}

#contents #jico_top .yellow {
    background: url(/upload/tenant_1/8a4a0a741446890b9f9424227f1f2091.png);
    width: 50%;
    padding: 10px;
}

#contents #jico_top .yellow dt {
    width: 200px;
    height: auto;
}

#contents #jico_top .yellow dd {
    width: calc(100% - 200px);
    padding-left: 10px;
    color: #ED1C24;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -.1em;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#contents #jico_top .yellow dd .big {
    font-size: 150%;
}

#contents #jico_top .yellow dd .smail {
    font-size: 50%;
}

#contents #jico_top .orange {
    background: url(/upload/tenant_1/6d5e3a8275bda431696897eb0747da16.png);
    width: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 15px 20px;
}

#contents #jico_top .box {
    padding: 10px 20px;
    background: url(/upload/tenant_1/79199b223b348ab4df86eb0130128e52.png);
}

#contents #jico_top .hd {
    font-size: 22px;
    line-height: 1.4;
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

#contents #jico_top .hd:before {
    content: "";
    background: url(/upload/tenant_1/d58a98ca61a602d7f3a823cc789a929c.png) center;
    height: 100%;
    width: 8px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 2px #d9ae01;
    box-shadow: 0 0 2px #d9ae01;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contents #jico_top .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    padding-left: 20px;
}

#contents #jico_top .pic {
    padding-right: 30px;
}

#contents #jico_top .pic img {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin-top: -3px;
}

@media only screen and (max-width: 1024px) {
    #contents #jico_top .yellow,
    #contents #jico_top .orange {
        width: 50%;
    }
    #contents #jico_top .yellow dd {
      width: auto;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 10px;
    }
    #jico_top .kotsu {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
      flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 599px) {
    #contents #jico_top .yellow dt {
        width: 100%;
        margin-bottom: 3%;
    }

    #contents #jico_top .yellow dt img {
        width: 100%;
    }

    #contents #jico_top .yellow dd {
        width: auto;
        padding-left: 0;
        text-align: center;
    }

    #contents #jico_top .yellow,
    #contents #jico_top .orange {
        width: 100%;
    }

    #contents #jico_top .pic {
        width: 80%;
        margin: auto;
    }
}

/* リンク
----------------------------------------------------------- */
.link_area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url(/upload/tenant_1/6657bb7e93c773ea53a2d3afbd9d8a17.png);
    border: #eee3d6 5px solid;
}

.link_area ul li {
    width: 31.333%;
    margin: 1%;
}

.tb-flex {
    display: block;
}

.link_area li a {
    display: block;
    padding: 20px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.link_area li a .tit {
    display: block;
    font-weight: 900;
    color: #ED1C24;
    font-size: 18px;
}

.link_area li a .link {
    display: inline-block;
    font-weight: 900;
    color: #ED1C24;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

/* 黄色ボタン */
.link_area.yellow li a {
    background: url(/upload/tenant_1/8a4a0a741446890b9f9424227f1f2091.png);
    border: 6px solid #FFF;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.link_area.yellow li a:before {
    content: "";
    height: 50px;
    width: 50px;
    background-size: contain;
    display: block;
    position: absolute;
    background: url(/upload/tenant_1/3354c4109cce18393d452d3d31f3b12e.png) no-repeat;
    top: -5px;
    left: -5px;
    z-index: 1;
}

.link_area.yellow li a .link:before {
    content: "";
    background: url(/upload/tenant_1/1b59fda9e08aec00806eb538d80db862.png) no-repeat center;
    height: 13px;
    width: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link_area.yellow li a:after {
    content: "";
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: #ccc 1px solid;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
}

/* 青ボタン */
.link_area.blue li a {
    background-image: radial-gradient(#0f82c3, #73b9e0);
    border: 1px solid #ccc;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
}

.link_area.blue li a:after {
    content: "";
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: #fff 10px solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.link_area.blue li a .link:before {
    content: "";
    background: url(/upload/tenant_1/203db2ba8fa5864a15126993a5685400.png) no-repeat center;
    height: 13px;
    width: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link_area.blue li a:before {
    content: "";
    height: 50px;
    width: 50px;
    background-size: contain;
    display: block;
    position: absolute;
    background: url(/upload/tenant_1/98c9ba80b981a8f028e83068c53d422d.png) no-repeat;
    top: -5px;
    left: -5px;
    z-index: 1;
}

.link_area.blue li a .tit {
    color: #fff;
}

.link_area.blue li a .link {
    color: #fff;
}

/* 緑ボタン */
.link_area.green li {
    width: 46%;
    margin: 2%
}

.link_area.green li a {
    background: url(/upload/tenant_1/34350a2a6341da545a0239f69a879510.png);
    border: 1px solid #ccc;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.link_area.green li a:after {
    content: "";
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: #fff 10px solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.link_area.green li a .link {
    display: inline-block;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    position: relative;
}

.link_area.green li a .link:before {
    content: "";
    background: url(/upload/tenant_1/203db2ba8fa5864a15126993a5685400.png) no-repeat center;
    height: 13px;
    width: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link_area.green li a:before {
    content: "";
    height: 50px;
    width: 50px;
    background-size: contain;
    display: block;
    position: absolute;
    background: url(/upload/tenant_1/b67d0b11c3121dd3dc8a110df8c0d8da.png) no-repeat;
    top: -5px;
    left: -5px;
    z-index: 1;
}

/* 赤ボタン */
.link_area.red li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url(/upload/tenant_1/c3ab2fd938badfc3f77a13fc987317ce.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
    border: 1px solid #ccc;
    padding: 20px 55px 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.link_area.red li a:after {
    content: "";
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: #fff 10px solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.link_area.red li a .link:before {
    content: "";
    background: url(/upload/tenant_1/38a616c790a803ec53e475b3036d0d37.png) no-repeat center;
    height: 13px;
    width: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link_area.red li a:before {
    content: "";
    height: 50px;
    width: 50px;
    background-size: contain;
    display: block;
    position: absolute;
    background: url(/upload/tenant_1/59bd48e2b79c493c9d5bfd5987bcff47.png) no-repeat;
    top: -5px;
    left: -5px;
    z-index: 1;
    -webkit-filter: drop-shadow(2px 2px 2px #808080);
    filter: drop-shadow(2px 2px 2px #808080);
}

.link_area.red li a .tit {
    color: #fff;
}

.link_area.red li a .link {
    color: #fff;
}

.link_area.red li a .btn-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .link_area ul li {
        width: 46%;
        margin: 2%;
    }

    .tb-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #left_box .tb-flex .link_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 46%;
        margin: 2% auto;
    }

    #left_box .tb-flex .link_area li {
        display: block;
        width: 100%;
    }

    .link_area.red li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 40px;
    }

    .link_area.red li a .btn-icon {
        position: static;
        margin: 0 10px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media only screen and (max-width: 599px) {

    #left_box .tb-flex,
    #left_box .link_area.blue,
    #left_box .link_area.green {
        display: none;
    }


    .link_area ul li,
    .link_area ul li,
    .link_area.green li {
        width: 100%;
        margin: 0 0 4% 0;
    }

    .link_area.yellow li a .w25,
    .link_area.green li a .w25 {
        width: 25%;
    }

    .link_area.yellow li a .w70,
    .link_area.green li a .w70 {
        width: 70%;
    }

    .link_area.yellow li a .w30 {
        width: 30%;
    }

    .link_area.green li a .link {
        font-size: 18px;
    }

    .tb-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #left_box .tb-flex .link_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 2% 0;
    }
}

#contents #btm_info {
    position: relative;
    background: #EAEAEA;
    padding: 20px;
    border: #c7c7c7 1px solid;
    margin-top: 20px;
}

#contents #btm_info #map {
    border: solid 5px #FFFFFF;
    position: relative;
    overflow: hidden;
}

#contents #btm_info #map:before {
    content: "";
    padding-top: 50%;
    display: block;
}

#contents #btm_info #map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo {
    text-align: center;
}

.tel_area {
    margin: 20px 0 15px;
    text-align: center;
}

.tel_area dd,
.tel_area dd a {
    color: #92B959;
    font-weight: 900;
    font-size: 20px;
}

.tel_area dt {
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.tel_area dt:before {
    content: "";
    background: url(/upload/tenant_1/024d7d8e377d0bca20c7d74f2b85894a.png) no-repeat center;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.time * {
    font-size: 12px;
}

.time dt {
    text-align: center;
}

.time .time-box:not(:last-of-type) {
    margin-bottom: 5px;
}

.time .time-box dt {
    background: #C0DB89;
    width: 40%;
    padding: 5px;
}

.time .time-box dd {
    background: #D7D7D7;
    width: 60%;
    padding: 5px;
    text-align: right;
}

.time .time-box2 dt {
    background: #878889;
    width: 25%;
    color: #fff;
    padding: 5px;
}

.time .time-box2 dd {
    background: #D7D7D7;
    width: 75%;
    padding: 5px;
    text-align: right;
}

@media only screen and (max-width: 1024px) {

    #contents #btm_info .text,
    #contents #btm_info #map {
        width: 100%;
    }

    #contents #btm_info .text {
        margin-bottom: 20px;
    }

    #contents #btm_info .text p {
        text-align: center;
    }
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*-------------------------------

	コンテンツ

-------------------------------*/
#contents .white_box .left {
    width: 60%;
}

#contents .white_box .right {
    width: 33%;
    padding: 0;
    margin: 0;
    line-height: 0;
}

#contents .white_box .left_right p {
    font-size: 12px;
    margin: 0 15px 0 25px;
}

#contents .white_box .left_right p:not(:last-of-type) {
    margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
    #contents .white_box .left {
        width: 100%;
    }

    #contents .white_box .right {
        width: 60%;
        margin: auto;
    }

    #contents .white_box .right p {
        text-align: center;
    }
}

/* 交通事故ガイド
----------------------------------------------------------- */
#contents #page_navi ul {
    list-style-type: none;
    margin: 10px 0 20px;
    padding: 0;
}

#contents #page_navi ul li {
    width: 22%;
    margin-right: 2%;
    position: relative;
    padding: 10px;
    background: #FFD217;
}

#contents #page_navi ul li:last-of-type {
    margin-right: 0;
}

#contents #page_navi li:before {
    content: "";
    display: block;
    border: 1px solid #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 2px;
    left: 2px;
}

#contents #page_navi li a {
    display: block;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-size: 16px;
}

#contents #page_navi li .red {
    color: #E50000;
}

#contents #page_navi li a .link {
    position: relative;
    color: #000;
    display: block;
    padding-left: 20px;
    line-height: 120%;
}

#contents #page_navi li a .link:before {
    content: "";
    background: url(/upload/tenant_1/1b59fda9e08aec00806eb538d80db862.png) no-repeat center;
    height: 13px;
    width: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contents .traffic .white_box {
    position: relative;
    margin-bottom: 60px;
}

#contents .traffic .white_box:last-of-type {
    margin-bottom: 0;
}

#contents .traffic .white_box:not(:last-of-type):before {
    content: "";
    background: url(/upload/tenant_1/8f7bec2cb78b0f8887da98c11b621cf2.png) repeat-x center;
    height: 36px;
    width: 100%;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -50px;
    display: block;
    z-index: 1;
}

@media only screen and (max-width: 599px) {
    #contents #page_navi ul li {
        width: 48%;
        margin-bottom: 2%;
    }

    #contents #page_navi ul li:nth-of-type(odd) {
        margin-right: 2%;
    }

    #contents #page_navi ul li:nth-of-type(even) {
        margin-right: 0;
    }
}

/* 交通事故治療の流れ
----------------------------------------------------------- */
#contents .flow .group {
    background: url(/upload/tenant_1/be48fd181441087ce50a41bb45419f72.png);
    padding: 15px;
    border-top: #73aa16 5px solid;
    border-radius: 5px;
    position: relative;
    margin-bottom: 21px;
}

#contents .flow .group:before {
    content: "";
    display: block;
    border: 1px solid #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 2px;
    left: 2px;
}

#contents .flow .group:not(:last-of-type):after {
    content: "";
    display: block;
    background: url(/upload/tenant_1/d781f99a479fa75826ea458ff5a35f93.png) no-repeat;
    width: 41px;
    height: 21px;
    position: absolute;
    background-size: contain;
    bottom: -21px;
    left: 48px;
}

#contents .flow .group:last-of-type {
    margin-bottom: 0;
}

#contents .flow_2 {
    background: url(/import/tenant_1/160.16.229.11/__________.jp/images/flow_bg_02.gif) no-repeat;
    padding-bottom: 20px;
}

#contents .flow .left,
#contents .flow_2 .left {
    width: 105px;
    height: 105px;
    position: relative;
    background: #f2f0ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

#contents .flow .left p,
#contents .flow_2 .left p {
    font-size: 58px;
    color: #E50000;
    font-weight: bold;
}

#contents .flow .left:before,
#contents .flow_2 .left:before {
    content: "";
    display: block;
    border: 1px solid #8dbe37;
    width: 85px;
    height: 85px;
    position: absolute;
    top: 9px;
    left: 9px;
    border-radius: 50%;
}

#contents .flow .right,
#contents .flow_2 .right {
    width: calc(100% - 120px);
    background: #fff;
    border: #7baf23 1px solid;
    padding: 10px;
    border-radius: 10px;
}

#contents .flow .right h1,
#contents .flow_2 .right h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #E50000;
    position: relative;
}

#contents .flow .right h2,
#contents .flow_2 .right h2 {
    font-size: 14px;
    color: #333;
    position: relative;
    font-weight: bold;
}

@media only screen and (max-width: 599px) {

    #contents .flow .left,
    #contents .flow_2 .left {
        width: 75px;
        height: 75px;
    }

    #contents .flow .left:before,
    #contents .flow_2 .left:before {
        width: 65px;
        height: 65px;
        top: 4px;
        left: 4px;
    }

    #contents .flow .right,
    #contents .flow_2 .right {
        width: calc(100% - 85px);
    }

    #contents .flow .left p,
    #contents .flow_2 .left p {
        font-size: 40px;
    }

    #contents .flow .group:not(:last-of-type):after {
        left: 30px;
    }
}

/* 交通事故治療 Q&A
----------------------------------------------------------- */
#contents #faq .question {
    padding: 5px 10px 10px 20px;
    border: 1px solid #ddd;
    background: #eee;
    cursor: pointer;
}

#contents #faq .question h1 {
    font-weight: bold;
    font-size: 19px;
    color: #F63;
}

#contents #faq .answer {
    padding: 5px 20px 10px 20px;
    border: 1px solid #ddd;
}

#contents #faq .answer h2 {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    font-weight: normal;
    border-left: dotted 3px #99CC00;
    padding-left: 15px;
}

/* 横並びのブロックレベル要素の配置の調整系
----------------------------------------------------------- */
.column3 {
    margin: 0 0 15px 0;
}

.column3 li {
    width: calc(100% / 3 - 1%);
    min-height: 130px;
    padding: 0;
    margin: 0 1.5% 2% 0;
    border: 2px solid #58B427;
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
}

.column3 li:nth-of-type(3n) {
    margin-right: 0;
}

.column3 li h1 {
    background: url(/upload/tenant_1/8f621444bf05738752f2eb35cf311943.png);
    padding: 10px 10px 10px 14px;
    color: #FFF;
    margin: 0;
    font-size: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.column3 li h1 .in {
    position: relative;
    z-index: 1;
    padding-left: 15px;
    font-weight: bold;
    display: block;
}

.column3 li h1 .in:before {
    content: "";
    background: #fff;
    height: 80%;
    width: 3px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 2px #d9ae01;
    box-shadow: 0 0 2px #d9ae01;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.column3 li h2 {
    padding: 10px 10px 10px 20px;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media only screen and (max-width: 599px) {
    .column3 li {
        width: calc(100% / 2 - 1%);
        padding: 0;
        margin: 0 1.5% 2% 0;
    }

    .column3 li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .column3 li:nth-of-type(even) {
        margin-right: 0;
    }
}

/* 姿勢分析
----------------------------------------------------------- */
.lead-text {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.shiseibunseki_list>li {
    width: 48%;
    background: url(/upload/tenant_1/8f621444bf05738752f2eb35cf311943.png);
    padding: 10px;
    position: relative;
    margin-bottom: 5%;
}

.shiseibunseki_list>li:before {
    content: "";
    display: block;
    border: 1px solid #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 2px;
    left: 2px;
}

.shiseibunseki_list li .tit {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.shiseibunseki_list .no {
    font-size: 60px;
    font-weight: bold;
    background: #FFBE00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
}

.shiseibunseki_list .tit_in {
    width: calc(100% - 80px);
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow:
        #fff 2px 0px, #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px, #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px, #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px, #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
    margin-top: 10px;
}

.shiseibunseki_list .white_back {
    background: #fff;
    margin-top: -10px;
    padding: 20px 10px 10px 10px;
    position: relative;
    z-index: 1;
}

.shiseibunseki_list .in ul {
    width: 55%;
}

.shiseibunseki_list .in .pic {
    width: 40%;
}

.shiseibunseki_list .habit {
    margin-top: 20px;
}

.shiseibunseki_list .habit dt {
    background: #EFF6EE;
    color: #93BF20;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}

.shiseibunseki_list .habit dt .tit {
    padding-left: 30px;
}

.shiseibunseki_list .habit dt .tit:before {
    content: "";
    display: inline-block;
    background: url(/upload/tenant_1/f5ff9dadedb889ab6c34a63c3bf56743.png) no-repeat;
    height: 40px;
    width: 30px;
    position: absolute;
    background-size: contain;
    left: 0;
}

.shiseibunseki_list .in ul li,
.shiseibunseki_list .habit dd {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.shiseibunseki_list .in ul li:before,
.shiseibunseki_list .habit dd:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .shiseibunseki_list .no {
        width: 60px;
        height: 60px;
        font-size: 40px;
    }

    .shiseibunseki_list .tit_in {
        width: calc(100% - 60px);
    }

    .shiseibunseki_list .habit dt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .lead-text {
        font-size: 20px;
    }

    .shiseibunseki_list>li {
        width: 100%;
    }

    .shiseibunseki_list .in ul {
        width: 100%;
    }

    .shiseibunseki_list .in .pic {
        width: 100%;
        text-align: center;
        margin-bottom: 2%;
    }

    .shiseibunseki_list .white_back>.in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/* リスト
----------------------------------------------------------- */
.list_box li {
    font-size: 21px;
    font-weight: bold;
}

.list_box li:not(:last-of-type) {
    margin-bottom: 5px;
}

/* 院内設備
----------------------------------------------------------- */
#contents #largeImage {
    margin: 0;
    padding: 0;
}

#contents #photoGallery {
    background-color: #EEF6EA;
    padding: 20px 20px 10px 20px;
    border: solid 1px #E5E5E5;
}

#contents #photoGallery #thumbs {
    padding: 10px 0 0 0;
    margin: 0;
}

#contents #photoGallery #thumbs li {
    margin: 0 2% 7px 0;
    width: calc(100% / 6 - 2%);
}

.sl_mainImage img {
    -webkit-transition: ease .2s;
    transition: ease .2s;
}

@media only screen and (max-width: 599px) {
    #contents #photoGallery #thumbs li {
        width: calc(100% / 3 - 2%);
    }
}

/* アクセス
----------------------------------------------------------- */
#contents #access_map {
    border: 5px solid #CCC;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

#contents #access_map:before {
    content: "";
    padding-top: 65%;
    display: block;
}

#contents #access_map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access>li {
    background: url(/upload/tenant_1/8f621444bf05738752f2eb35cf311943.png);
    position: relative;
    border-radius: 5px;
    width: 48%;
    margin-right: 2%;
    padding: 10px;
}

.access>li:nth-of-type(even) {
    margin-right: 0;
}

.access>li:after {
    content: "";
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: #fff 1px solid;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 3px;
}

.access li .tit {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.z1 {
    position: relative;
    z-index: 1;
}

.access li .in_box {
    background: #fff;
    padding: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.access li .in_box dt li {
    color: #fff;
    padding: 2%;
}

.access li .in_box dd {
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
}

.access li .in_box dt li {
    min-height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.access li:first-of-type .in_box dt {
    width: 20%;
}

.access li:first-of-type .in_box dd {
    width: 80%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.access li:first-of-type .in_box dt li:first-of-type {
    background: #666699;
}

.access li:first-of-type .in_box dt li:nth-of-type(2) {
    background: #9D9DBD;
}

.access li:nth-of-type(2) .in_box dd {
    text-align: left;
}

.access li:nth-of-type(2) .in_box dt {
    width: 28%;
}

.access li:nth-of-type(2) .in_box dd {
    width: 72%;
}

.access li:nth-of-type(2) .in_box dt li:first-of-type {
    background: #FF3366;
}

.access li:nth-of-type(2) .in_box dt li:nth-of-type(2) {
    background: #0080FF;
}

.access li:nth-of-type(2) .in_box dd {
    font-size: 16px;
}

.pa {
    color: #666699;
}

.re {
    color: #FF3366;
}

.bl {
    color: #0080FF;
}

@media only screen and (max-width: 1024px) {

    .access li:first-of-type .in_box dt,
    .access li:nth-of-type(2) .in_box dt {
        width: 100%;
        margin-bottom: 2%;
    }

    .access li .in_box dt ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .access li:first-of-type .in_box dt li,
    .access li:nth-of-type(2) .in_box dt li {
        width: 50%;
    }

    .access li:first-of-type .in_box dd,
    .access li:nth-of-type(2) .in_box dd {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
    .access>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%
    }
}

/* 求人
----------------------------------------------------------- */
#contents .white_box .left_right table#job {
    margin-top: 20px;
    width: 100%;
}

#contents .white_box .left_right table#job tr {
    border: 1px solid #C2C2C2;
}

#contents .white_box .left_right table#job td.st {
    background: #EEE;
    width: 20%;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #C2C2C2;
    color: #F60;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#contents .white_box .left_right table#job td.st2 {
    width: 80%;
    font-size: 12px;
    border: 1px solid #C2C2C2;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 599px) {

    #contents .white_box .left_right table#job td.st,
    #contents .white_box .left_right table#job td.st2 {
        width: 100%;
        display: block;
    }
}


.contact_list>li {
    position: relative;
    border-radius: 5px;
    width: 48%;
    margin-right: 2%;
    min-height: 120px;
}

@media all and (-ms-high-contrast: none) {
    .contact_list>li {
        height: 120px;
    }
}

.contact_list>li:nth-of-type(even) {
    margin-right: 0;
}

.contact_list li dl {
    border: 5px solid #ffa800;
    border-radius: 10px;
}

.contact_list li * {
    text-align: center;
}

.contact_list li dt {
    background: #ffa800;
    color: #fff;
    padding: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.contact_list li dd {
    color: #ffa800;
    font-weight: bold;
}

.contact_list li dt span {
    display: block;
}

.contact_list li.mail dt span {
    font-size: 26px;
    text-align: left;
    line-height: 120%;
}

[data-element-id].contact_list li dt .tel,
.contact_list li dt .tel a {
    font-size: 40px;
    color: #fff;
    font-family: 'arial black', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact_list li .tel-tit {
    padding-left: 40px;
    margin-bottom: 5%;
    position: relative;
    display: inline-block;
}

.contact_list li .tel-tit:before {
    content: "";
    background: url(/upload/tenant_1/de3487070e3780ae569123e0de804c64.png) no-repeat center;
    height: 22px;
    width: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact_list li dd span {
    color: #ffa800;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.contact_list li dd span:before {
    content: "";
    background: url(/upload/tenant_1/aa13870f4600c01c85627dfaeb4ecbaa.png) no-repeat center;
    height: 13px;
    width: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact_list_01 li {
    width: 100%;
    margin-right: 0;
}

.contact_list_01 li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_list_01 li dl dt {
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_list_01 li dl dd {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    padding: 10px;
}

.contact_list_01 li .tel-tit {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {

    [data-element-id].contact_list li dt .tel,
    .contact_list li dt .tel a {
        font-size: 32px;
    }

    .contact_list li.mail dt span {
        font-size: 22px;
    }
}

@media only screen and (max-width: 599px) {
    .contact_list>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%
    }

    .mail .w40 {
        width: 30%;
    }

    .mail .w60 {
        width: 70%;
    }

    .heightLine-box,
    .heightLine-tit {
        height: auto !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contact_list_01 li dl dt,
    .contact_list_01 li dl dd {
        width: 100%;
    }

    .contact_list_01 li dl dd {
        font-size: 18px;
        line-height: 120%;
        padding: 10px;
    }
}

/*
Table Style - This is what you want
------------------------------------------------------------------ */
.pricing_table_wdg {
    border: 1px solid #c4cbcc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 35px;
    margin-left: 17px;
}

.pricing_table_wdg div p {
    font-size: 15px;
    text-align: center;
    background: #ececec;
    padding: 10px 0;
    line-height: 1.4;
    letter-spacing: 1px;

}

.pricing_table_wdg ul {
    list-style: none;
    width: calc(100% / 3);
    margin: 0;
    border: 1px solid #f2f3f3;
    padding: 5px;
    text-align: center;
    background-color: #FFF;
    margin-bottom: 8px;
}

.pricing_table_wdg ul:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 3px 5px 7px rgba(0, 0, 0, .7);
    box-shadow: 3px 5px 7px rgba(0, 0, 0, .7);
    cursor: pointer;
    background: #d8e9f9;
}

.pricing_table_wdg ul li {
    border-bottom: 1px dashed #cfd2d2;
    padding: 10px 0;
}

.pricing_table_wdg ul li:first-child {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    background: #8bb83d;
    text-align: center;
}

.pricing_table_wdg ul li:nth-child(2) {
    background: #fbfbfb;
    text-align: center;
}

.pricing_table_wdg ul li:nth-child(3) {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.pricing_table_wdg ul li:nth-child(n+4) {
    font-size: 18px;
    text-align: center;
}

.pricing_table_wdg ul li:last-child a {
    color: #F0F0F0;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #c4cbcc;
    padding: 10px;
    margin: 5px 0;
    background: #0061bb;
    background: -webkit-gradient(linear, left top, left bottom, from(#0061bb), to(#164e82));
    background: linear-gradient(to bottom, #0061bb 0%, #164e82 100%);
}

@media only screen and (max-width: 599px) {
    .pricing_table_wdg ul {
        width: 100%;
    }
}

.price table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.price table a:visited {
    color: #777;
}

.price table a:active,
.price table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.price table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 0px;
    border: #ccc 1px solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
}

.price table th {
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;

    background: #ededed;
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.price table th:first-child {
    text-align: left;
    padding-left: 20px;
}

.price table tr:first-child th:first-child {
    border-top-left-radius: 3px;
    font-size: 16px;
    letter-spacing: 1px;
}

.price table tr:first-child th:last-child {
    border-top-right-radius: 3px;
    font-size: 16px;
    letter-spacing: 1px;
    border-left: 1px solid #ccc;
}

.price table tr {
    text-align: center;
    padding-left: 20px;
}

.price table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
    font-size: 15px;
    letter-spacing: 1px;
}

.price table tr td {
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    font-size: 16px;
    letter-spacing: 1px;
}

.price table tr.even td {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    font-size: 16px;
    letter-spacing: 1px;
}

.price table tr:last-child td {
    border-bottom: 0;
}

.price table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.price table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.price table tr:hover td {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

/*
産後
------------------------------------------------------------------ */

.shorei_list:not(:last-of-type) {
    margin-bottom: 20px;
}

.shorei_list dt {
    font-size: 16px;
    color: #65901D;
    padding: 0 0 0 15px;
    margin: 0 0 10px 10px;
    font-weight: bold;
}

.shorei_list dd {
    margin: 0 15px 0 25px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.shorei_list dd:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
}

.kotsuban-faq {
    margin-top: 20px;
}

/*
ニュース
------------------------------------------------------------------ */
.news_list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news_list .title {
    font-size: 24px;
}

/*
ブログ
------------------------------------------------------------------ */
.blog_list li {
    width: 32%;
    margin-bottom: 5%;
    margin-right: 2%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog_list li:nth-of-type(3n) {
    margin-right: 0;
}

.blog_list dl {
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .blog_list .day {
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .blog_list .cate {
        max-width: inherit;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .blog_list li {
        width: 48%;
    }

    .blog_list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .blog_list li:nth-of-type(even) {
        margin-right: 0;
    }

}

/*
ニュース＆ブログ
------------------------------------------------------------------ */
.day {
    padding-right: 10px;
    width: 120px;
}

.cate {
    max-width: calc(100% - 120px);
    background: #90CD28;
    padding: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}

.pager {
    margin-bottom: 70px;
}

.pager li {
    margin: 0 3%;
    text-align: center;
}

.pager li a {
    width: 30px;
    padding: 2%;
    position: relative;
    font-size: 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}

.pager li.to a {
    background: #90CD28;
    height: 30px;
    color: #fff;
}

.link_bn dd a {
    display: block;
}

.back {
    margin-top: 20px;
    text-align: center;
}

.back a {
    width: 200px;
    background: #b3b3b3;
    padding: 10px;
    color: #fff;
    display: inline-block;
}

.link_bn dl {
    width: 48%;
}

.link_bn dt {
    background: #90CD28;
    width: 100%;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.link_bn dd {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    .link_bn dl {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*
詳細
------------------------------------------------------------------ */
.detail .title_hd {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 15px 0;
    font-size: 24px;
    font-weight: bold;
}

.detail {
    margin-bottom: 50px;
}

/*-------------------------------

	サイドメニュー

-------------------------------*/
#left_box {
    width: 22.6%;
    margin: 0 15px 0 0;
    padding: 0;
}

[data-element-id]#left_box {
    width: 100%;
}

[data-element-id]#container.inner>div:nth-of-type(1) {
    width: 22.6%;
}

#left_box .news {
    margin-bottom: 30px;
}

#left_box .news h3 {
    text-align: center;
    color: #fff;
    background: #90CD28;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 5px;
}

#left_box .news_list .day {
    padding-right: 0;
    width: 100%;
}

#left_box .news_list .cate {
    max-width: 100%;
}

#left_box .news_list .title {
    line-height: 120%;
}

#left_box .box {
    border: #ccc 3px solid;
    background: #DBE9CC;
    text-align: center;
    padding: 2px;
    margin-bottom: 30px;
}

#left_box .tel_area {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: url(/upload/tenant_1/ca86b9050ba6e7f659e3f6120e61de98.png);
}

#left_box .tel_area * {
    color: #fff;
}

#left_box .tel_area dd a {
    font-size: 20px;
}

#left_box .table dt {
    font-size: 14px;
    color: #89bb22;
}

#left_box table {
    border: 1px solid #fff;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;

}

#left_box table thead {
    background: #89bb22;
    color: #fff;
}

#left_box table th {
    width: 20%;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #fff;
}

#left_box table td {
    padding: 2px;
    font-size: 12px;
    border: 1px solid #fff;

}

#left_box table tbody td {
    background: #f5f1ec;
    width: auto;
}

#left_box table thead td:last-of-type {
    background: #999999;
}

#left_box .text {
    padding: 10px;
    background: #fff;
    border-top: #ccc 3px solid;
}

#left_box .text dd {
    font-size: 12px;
}

#left_box .text dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#left_box .text dt:before,
#left_box .text dt:after {
    border-top: 1px solid;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#left_box .text dt:before {
    margin-right: 1rem;
}

#left_box .text dt:after {
    margin-left: 1rem;
}

#left_box h1 {
    margin: 0;
    padding: 0;
}

#left_box ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#left_box li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
}

/* 自賠責保険 */
#left_box .link_area .jibaiseki a {
    padding: 10px;
    min-height: inherit;
    background: #ffcb00;
    border: 1px #000 solid;
    position: relative;
}

#left_box .link_area .jibaiseki a .in {
    position: relative;
    z-index: 1;
}

#left_box .link_area .jibaiseki a:after {
    content: "";
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: #fff 1px solid;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
}

#left_box .link_area .jibaiseki .link {
    font-size: 18px;
    text-align: left;
    width: 60%;
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
}

.jibaiseki .link span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

#left_box .link_area .jibaiseki .link:after {
    content: "";
    background: url(/upload/tenant_1/1b59fda9e08aec00806eb538d80db862.png) no-repeat center;
    height: 13px;
    width: 13px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
}

#left_box .link_area .jibaiseki .zero {
    width: 19%;
    background: #fff;
    padding: 10px;
    color: #ED1C24;
    font-weight: bold;
    text-align: center;
}

#left_box .link_area .jibaiseki .zero .smail {
    font-size: 12px;
    display: block;
}

#left_box .link_area .jibaiseki .zero .big {
    font-size: 30px;
}

/* 交通事故Q&A */
#left_box .link_area.yellow li a {
    width: 100%;
    margin-bottom: 10px;
    background: #ffcb00;
    padding: 5px;
}

#left_box .link_area.yellow li a:after {
    border: 1px solid #000;
}

#left_box .link_area.yellow li .link {
    color: #fff;
}

#left_box .link_area.yellow li .big {
    font-size: 40px;
    color: #ED1C24;
    font-weight: bold;
    text-align: center;
}

#left_box .link_area.yellow li .big .and {
    font-size: 50%;
}

/* 緑ボタン */
#left_box .link_area li {
    width: 100%;
    margin-bottom: 10px;
}

#left_box .link_area li a {
    min-height: 90px;
    padding: 15px;
}

@media all and (-ms-high-contrast: none) {
    #left_box .link_area li a {
        height: 90px;
        text-align: left;
    }
}

#left_box .link_area li a .link {
    font-size: 18px;
    text-align: left;
}

@media only screen and (max-width: 1024px) {

    #left_box {
        float: none;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #left_box .link_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #left_box .link_area li {
        width: 46%;
        margin: 2%;
    }

    [data-element-id]#container.inner>div:nth-of-type(1) {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    #left_box {
        margin: 0;
    }

    div#wrapper:not(.index) #left_box {
        display: none;
    }

    #left_box .link_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #left_box .link_area li {
        width: 100%;
        margin: 2% auto;
    }
}

/* footer */
footer {
    width: 100%;
}

.page_top {
    max-width: 950px;
    width: 100%;
    text-align: right;
    padding: 10px 0;
    margin: 0 auto;
    display: block !important;
}

footer #box {
    margin: 0 auto;
    background: #95C048;
    border-top: 12px #EAEAEA solid;
    margin-top: 20px;
}

footer .in {
    max-width: 950px;
    margin: auto;
}

footer .in .box {
    width: 100%;
}

footer #box .left {
    width: 20%;
    padding: 35px 0 20px 0;
    margin: 0;
}

footer .address {
    font-size: 14px;
}

footer .tel_area {
    margin-bottom: 0;
}

footer .tel_area dd,
footer .tel_area dd a {
    color: #fff;
    font-size: 18px;
}

footer #box .right {
    background-color: #FFF;
    width: 75%;
    padding: 0;
    margin-top: 35px;
}

footer #box .right #sitemap {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer #box .right #sitemap ul {
    padding: 15px 10px 0 25px;
    margin: 0;
    width: 25%;
}

footer #box .right #sitemap ul li {
    list-style: none;
    line-height: 1.3;
}

footer #box .right #sitemap ul li a {
    list-style: none;
    color: #7BA133;
    font-size: 12px;
}

footer #box p#copyright {
    color: #FFF;
    font-size: 12px;
    padding-top: 15px;
    text-align: right;
}

.twitter {
    margin: 15px 0;
}

.twitter img {
    width: 30px;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    footer .in {
        width: 93%;
        padding-bottom: 70px;
    }

    footer #box .left {
        width: 40%;
    }

    footer #box .right {
        width: 55%;
    }

    footer .logo {
        margin-bottom: 10px;
    }

    footer .address {
        text-align: center;
    }

    footer #box .right #sitemap ul {
        width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    footer #box .left {
        width: 100%;
    }

    footer #box .right {
        width: 100%;
    }

    footer #box .right #sitemap ul {
        padding: 5px 5px 0 5px;
    }

    footer #box p#copyright {
        text-align: center;
    }

    .twitter {
        text-align: center;
    }
}

/* breadcrumb
----------------------------------*/
#contents .breadcrumb {
    list-style: none;
    overflow: hidden;
    margin: 15px 0;
}

#contents .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#contents .breadcrumb li {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: hsla(2, 0%, 70%, 1);
    position: relative;
}

#contents .breadcrumb li,
#contents .breadcrumb li a {
    font-size: 12px;
}

/* パンくず1番目 */
#contents .breadcrumb li:first-of-type {
    padding: 0;
    background: none;
    position: relative;
}

#contents .breadcrumb li:first-of-type a {
    padding: 7px 0 7px 20px;
    position: relative;
    background: #b3b3b3;
}

#contents .breadcrumb li:first-of-type a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

#contents .breadcrumb li:first-of-type a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(2, 0%, 70%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

/* パンくず2番目以降 */
#contents .breadcrumb li.secound a {
    padding: 7px 0 7px 55px;
    position: relative;
    background: #bfbfbf;
}

#contents .breadcrumb li.secound a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

#contents .breadcrumb li.secound a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #bfbfbf;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

/* パンくずlist */
#contents .breadcrumb li:last-of-type {
    background: white !important;
    color: #666;
    pointer-events: none;
    padding: 7px 0 7px 55px;
}

#contents .breadcrumb li:last-of-type:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

#contents .breadcrumb li:last-of-type:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(2, 0%, 70%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}


#contents .breadcrumb li:last-of-type {
    background: #fff;

}

#contents .breadcrumb li:last-of-type:after {
    border-left-color: #fff;
}

#contents .breadcrumb li a {
    color: white;
    text-decoration: none;
    display: block;
}

@media only screen and (max-width: 599px) {
    #contents .breadcrumb li:first-of-type a {
        padding: 5px 0 5px 10px;
    }

    #contents .breadcrumb li:first-of-type:before a {
        border-left: 15px solid white;
    }

    #contents .breadcrumb li:first-of-type a:before {
        border-left: 15px solid white;
    }

    #contents .breadcrumb li:first-of-type a:after {
        border-left: 15px solid hsla(2, 0%, 70%, 1);
    }

    #contents .breadcrumb li.secound a:before {
        border-left: 15px solid white;
    }

    #contents .breadcrumb li.secound a:after {
        border-left: 15px solid #bfbfbf;
    }

    #contents .breadcrumb li.secound a {
        padding: 5px 0 5px 20px;
    }

    #contents .breadcrumb li:last-of-type {
        padding: 5px 0 5px 20px;
    }
}

#contents .breadcrumb li:nth-child(4) a {
    background: hsla(2, 0%, 70%, 1);
}

#contents .breadcrumb li:nth-child(4) a:after {
    border-left-color: hsla(2, 0%, 70%, 1);
}

#contents .breadcrumb li:nth-child(5) a {
    background: hsla(2, 0%, 50%, 1);
}

#contents .breadcrumb li:nth-child(5) a:after {
    border-left-color: hsla(2, 0%, 50%, 1);
}

#contents .breadcrumb li:last-child a:after {
    border: 0;
}

#contents .breadcrumb li a:hover {
    background: hsla(97, 46%, 87%, 0.85);
}

#contents .breadcrumb li a:hover:after {
    border-left-color: hsla(97, 46%, 87%, 0.85) !important;
}

#contents .white_box .houshin {
    margin: 10px 0 20px;
}

#contents .white_box .houshin p {
    font-size: 17px;
    line-height: 1.5;
    padding-left: 1.4em;
    text-indent: -1.4em;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    letter-spacing: 1px;
    font-weight: bold
}

#contents .white_box .houshin p span {
    color: #65901D;
}

/*
Table Style - This is what you want
------------------------------------------------------------------ */
table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table a:visited {
    color: #777;
}

table a:active,
table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.dekirukoto li {
  margin-bottom: 5px;
}

.mt20 {
  margin-top: 20px;
}

/* 2022/03/23 */
.up-mb-30{
  margin-bottom: 30px;
}

.column3 a{
  font-size: 12px !important;  
}

/* 2024/06/24 追記 */

@media screen and (max-width:1024px) {
 #gnav ul li a {
   width: fit-content;
  }
  
body.overlay{
    overflow: hidden;
    z-index: -9999;
    position: fixed;
}
  
#gnav nav{
 overscroll-behavior-y: contain;
 overflow-y: auto;
}

#gnav nav li:last-of-type ul li:last-of-type{
  margin-bottom: 50px;
}
}

/* 2024/10/15追記 */

.fixed-btn.d-flex{
  display: flex;
}

.fixed-btn .line img{
  margin-right: 5px;
}

.fixed-btn .line a{
  display: flex;
  background-color: #06c755;
  width: max-content;
}

/* .fixed-btn.d-flex li:first-of-type{
  margin-right: 10px;
} */

@media screen and (max-width:599px) {
  
.fixed-btn.d-flex{
  bottom: 0;
}


.fixed-btn.d-flex li{
  width: 50%;
}

.fixed-btn.d-flex li:first-of-type{
  margin-right: 0px;
}

.fixed-btn .line a{
  width: 100%;
}

.fixed-btn span.fz-14-sp{
  font-size: 14px !important;
}

.fixed-btn .tel a{
  font-size: 14px !important;
}
}

/* 2024/10/18 LINEボタン調整 */
.fixed-btn li a .hour24 {
    font-size: 16px;
    display: block;
}

.fixed-btn li a .hour24wrapper{
  display: flex;
  align-items: center;
}

.fixed-btn li a .hour24wrapper:before {
  content: "（";
}

.fixed-btn li a .hour24wrapper:after {
  content: "）";
}

.fixed-btn li a .line-yoyaku-text {
    display: block;
}

.fixed-btn .telwrap a{
  background-color: #57453a;
}

.sp-br{
  display: none;
}

@media(max-width:599px) {
.fixed-btn li a .hour24wrapper{
  line-height: 1;
}

.fixed-btn li a .hour24wrapper:before {
  margin-right: 3px;
}

.fixed-btn li a .hour24wrapper:after {
  margin-left: 3px;
}
  
.fixed-btn li a .hour24 {
  font-size: 10px;
}

.fixed-btn .line a{
  height: 100%;
}

.sp-br{
  display: block;
}
}

/**2024/12/25 画像枠追加**/
.sp-only {
  display: none;
}
.c-img {
  margin: 10px 0;
}
.c-img img {
  width: 100%;
}

@media (max-width: 599px){
  .sp-only {
    display: block;
  }
  .slider-up img {
    width: 100%;
  }
}
