@charset "utf-8";
/* CSS Document */



/**/

@font-face {
    font-family: 'rounded-mplus-2c-medium';
    src: url(/import/tenant_1/153.126.170.144/html/font/rounded-mplus-2c-medium.ttf);
}

@font-face {
    font-family: 'rounded-mplus-2m-bold';
    src: url(/import/tenant_1/153.126.170.144/html/font/rounded-mplus-2m-bold.ttf);
}

@font-face {
    font-family: 'rounded-mplus-1c-bold';
    src: url(/import/tenant_1/153.126.170.144/html/font/rounded-mplus-1c-bold.ttf);
}

@font-face {
    font-family: 'rounded-mplus-1p-bold';
    src: url(/import/tenant_1/153.126.170.144/html/font/rounded-mplus-1p-bold.ttf);
}

@font-face {
    font-family: 'rounded-mplus-2c-bold';
    src: url(/import/tenant_1/153.126.170.144/html/font/rounded-mplus-2c-bold.ttf);
}



body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, Hiragino Sans, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    /*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
    line-height: 160%;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フォント系*/

h2 {
    font-size: 36px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs46 {
    font-size: 46px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #da5b76;
}

.green {
    color: #28ac97;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 450px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
}

.pix {
    text-align: center;
}

.pic img {
    width: 100%;
}

.w100 {
    width: 100%;
    display: block;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

a {
    text-decoration: none;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

h1 {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
    display: block;
    padding-right: 40px;
}

[data-element-id] h1 {
    position: initial;
    text-indent: initial;
}

@media only screen and (max-width:1024px) {
    h1 {
        padding-right: 40px;
    }
}

/*アラート系*/

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

/*totop*/

#totop {
    position: relative;
    margin-bottom: -5px;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

#totop:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#totop img {
    width: 80px;
}

/*トランスフォーム親*/

.tfmp {
    position: relative;
    overflow: hidden;
}

/*左右中央寄せ*/

.tfmx {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
[data-element-id].tfmx{
  position: absolute !important;
}
/*上下中央寄せ*/

.tfmy {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
[data-element-id].tfmy{
  position: absolute !important;
}
/*上下左右中央寄せ*/

.tfmxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
[data-element-id].tfmxy{
  position: absolute !important;
}
/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming70 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming80 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming120 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimmingInner {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

flex_ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexsb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex > div[data-collection-list-content],
.flexc > div[data-collection-list-content],
.flexsb > div[data-collection-list-content],
.flexs > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flexc > div[data-recommend-collection-list-content],
.flexsb > div[data-recommend-collection-list-content],
.flexs > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexsb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec2 {
    width: 48%;
    margin: 1%;
}

.sec3 {
    width: 31.333%;
    margin: 1%;
}

.sec4 {
    width: 23%;
    margin: 1%;
}

.sec5 {
    width: 18%;
    margin: 1%;
}

.reverse {
    -webkit-box-direction: reverse;
    /*--- Androidブラウザ用 ---*/
    -webkit-flex-direction: row-reverse;
    /*--- safari（PC）用 ---*/
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


/*ハンバーガー*/

/*gnav*/

#gnav p span.n {
    display: none;
}

/*gnav*/

/*ハンバーガー*/

/*gnav*/

#gnav p span.n {
    display: none;
}

/*gnav*/

#gnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 200;
    width: 100%;
}


#gnav li {
    width: 14.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #fff;
}

#gnav li:nth-of-type(1) {
    border-left: 1px solid #fff;
}

#gnav li a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    font-family: 'rounded-mplus-1p-bold';
    color: #fff;

}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.fix .accordion-toggle {
    opacity: 0.8;
}

#gnav li.pull {
    position: relative;
}

#gnav li.pull ul {
    display: none;
    border: 1px solid #122b3f;
    position: absolute;
    margin-top: 40px;
    top: 0px;
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#gnav li.pull ul:before {
    border-bottom: 10px solid #122b3f;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#gnav li.pull:hover ul {
    display: block;
}

#gnav li.pull ul li {
    width: 100%;
    border-bottom: 1px solid #122b3f;
    background: rgba(255, 255, 255, 0.8);
}

#gnav li.pull ul li a {
    padding: 10px 5px;
}

#gnav li.pull ul li a:hover {
    background: #122b3f;
    color: #fff;
    opacity: 1;
}

#gnav li.pull ul li:last-child {
    border-bottom: none;
}

#gnav .gnavinn {
    background: #28ac97;
    padding: 10px 0;
}

/*ハンバーガー*/

@media only screen and (max-width: 1024px) {
  #gnav{
    position: fixed !important;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        top: 0 !important;
        right: 0;
  }
    #gnav .gnavinn {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;

    }
    #gnav li.pull ul {
        border: 1px solid #122b3f;
        position: relative;
        display: block;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        top: initial;
        left: initial;
        width: 100%;
        margin-top: 0;

    }
    #gnav li.pull ul:before {
        left: 30px;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
    #header.btm {
        margin-bottom: 0;
    }
    #gnav ul li {
        display: block !important;
        width: 100%;
        text-align: center;
        position: static;
        border: none;
    }
    #gnav p {
        display: block !important;
        position: fixed;
        width: 38px;
        height: 38px;
        top: 0px;
        right: 0px;
        border: 1px solid #fff;
        background: #28ac97;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        box-shadow: 0px 0px 0px 2px #28ac97;
        -moz-box-shadow: 0px 0px 0px 2px #28ac97;
        -webkit-box-shadow: 0px 0px 0px 2px #28ac97;
        z-index: 251;
    }
    #gnav li {
        float: none;
        width: auto;
        padding: 0;
        margin-top: 0;
        display: block !important;
    }
    #gnav li.pull {
        position: static;
    }
    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }
    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }
    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }
    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }
    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }
    #gnav .gnavinn > ul {
        width: 100%;
        padding: 40px 3% 80px;
    }
    #gnav .gnavinn > ul a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 10px 10px 20px;
        border: none !important;
        color: #333;
    }
    #gnav li:nth-of-type(1) {
        border: none;
    }
    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 100;
    }
    /*#gnav ul li+li{
		padding-left:15px;
	}*/
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: static;
    }
    .bkimg img {
        min-width: initial !important;
    }
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .sec4 {
        width: 31.333%;
    }
    .sec5 {
        width: 23%;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 24px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 26px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 28px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }
    .flex {
        max-width: 450px;
        margin: auto;
    }
    .flexc {
        max-width: 450px;
        margin: auto;
    }
    .flexs {
        max-width: 450px;
        margin: auto;
    }
    .flexsb {
        max-width: 450px;
        margin: auto;
    }
    .sec2 {
        width: 98%;
    }
    .sec3 {
        width: 48%;
    }
    .sec4 {
        width: 48%;
    }
    .sec5 {
        width: 31.333%;
    }
}

/*スライドショー*/

.homeslide {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    padding: 30px 0;
}

.homeslide .m900 {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    border: 10px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.homeslide h2 {
    width: 500px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 0px 20.52px rgba(0, 0, 0, 0.18);
}

.homeslide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeslide .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.homeslide .uk-slideshow {
    position: absolute;
    top: 0;
}

.slideicon {
    position: absolute !important;
    width: 100%;
    bottom: 4%;
    left: 10px;
}

.slideicon ul {
    max-width: 310px;
}

.slideicon li {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    padding: 10px 20px;
    width: 100%;
    background: #d3f0ec;
}

.slideicon li dt {
    padding: 5px 0 10px;
}

.slideicon li dd {
    text-align: center;
    color: #28ac97;
    font-family: 'rounded-mplus-1c-bold';

}

.slideicon li .fs12 {
    font-size: 10px;
}

@media only screen and (max-width:1024px) {
    .slideicon {
        position: static !important;;
    }
    .slideicon ul {
        max-width: none;
    }
    .slideicon li {
        width: 50%;
        max-width: none;
        max-height: none;
        border-radius: 0;
        border: none;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .slideicon li dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 200px;
        margin: auto;
    }
    .slideicon li dt {
        padding: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 50%;
    }
    .slideicon li dd {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 50%;
        height: auto !important;
    }
}

@media only screen and (max-width:599px) {
    .slideicon li {
        width: 100%;
    }
}

/*fead*/

.fead-mv {
    opacity: 0;
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: .6s;
    transition: .6s;
}

.mv {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*map*/

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

/*wrap*/

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

/*header*/

.headertop {
    padding-bottom: 20px;
}

.headertop .logo {
    width: 32%;
    margin-left: 34%;
    text-align: center;
}

.headertop .headinfo {
    width: 30%;
    margin-left: 4%;
}

.headinfo dt {
    font-size: 12px;
    color: #28ac97;
    background: #e9f6d7;
    font-family: 'Cabin', sans-serif;
    padding: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 20%;
    text-align: center;

}

.headinfo dd {
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
    width: 80%;
    padding-left: 1em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.headinfo .mail a {
    color: #28ac97;
    font-family: 'rounded-mplus-2m-bold';
    display: block;
    text-align: center;
    background: #e9f6d7;
    border: 2px solid #deeccb;
    max-width: 200px;
    padding: 2px;
}

.headinfo .tel a:before {
    content: "\f095";
    font-family: FontAwesome;
    background: #28ac97;
    color: #fff;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 12px;
    vertical-align: bottom;

}

.headinfo .mail a:before {
    content: "\f0e0";
    font-family: FontAwesome;
}

.headinfo .tel a {
    color: #28ac97;
    font-family: 'rounded-mplus-2c-bold';
    letter-spacing: 2px;
}

@media only screen and (max-width:1024px) {
    .headertop .logo {
        width: 40%;
        margin: auto;
        padding-bottom: 20px;
    }
    .headertop .headinfo {
        width: 100%;
        margin: auto;
        max-width: 300px;
        text-align: center;
    }
    .headinfo .tel {
        padding: 10px 0;
    }
    .headinfo .mail a {
        max-width: none;
    }
}
@media only screen and (max-width:599px) {
  .headertop .logo {
        width: 100%;
    }
}
/*footer*/

#footer {
    background: #d7f6f4;
}

.footerinner {
    padding-top: 30px;
}

.footerinfo .logo {
    padding-bottom: 10px;
}

.footerinfo .add {
    font-family: 'rounded-mplus-2c-bold';
    color: #28ac97;
}

.footerinfo .tel a:before {
    content: "\f095";
    font-family: FontAwesome;
    background: #28ac97;
    color: #fff;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 12px;
    vertical-align: bottom;

}

.footerinfo .mail a {
    color: #28ac97;
    font-family: 'rounded-mplus-2m-bold';
    display: block;
    text-align: center;
    background: #e9f6d7;
    border: 2px solid #deeccb;
    max-width: 260px;
    padding: 2px;
    margin-top: 10px;
}

.footerinfo .mail a:before {
    content: "\f0e0";
    font-family: FontAwesome;
}

.footerinfo .tel a {
    color: #28ac97;
    font-family: 'rounded-mplus-2c-bold';
    letter-spacing: 2px;
}

.table .tit {
    text-align: center;
    font-size: 16px;
    background: #28ac97;
    color: #fff;
    padding: 10px 0;
}

.table table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table table th {
    background: #fff;
    border: 1px solid #28ac97;
    width: auto;
    height: 42px;
    color: #28ac97;
    font-weight: normal;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

.table table td {
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #28ac97;
    border-top: 1px solid #28ac97;
    border-bottom: 1px solid #28ac97;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #28ac97;
    font-weight: 700;
}

.table tbody th {
    background: #fff;
    border-right: 1px solid #28ac97;
    font-size: 12px;
    font-weight: 700;
    color: #333;
}

.table tbody td {
    background: #fff;
    font-size: 16px;
    padding: 10px;
    color: #333;
    font-weight: 400;
}

.table .att {
    font-weight: 700;
    padding-top: 5px;
}

.copy {
    text-align: center;
    color: #fff;
    font-family: 'rounded-mplus-1p-bold';
    letter-spacing: 2px;
}

.copy small {
    background: #28ac97;
    padding: 20px 0;
    display: block;
}

.fnav {
    padding-top: 20px;
    border-top: 1px solid #28ac97;
    margin-top: 10px;
    padding-bottom: 40px;
}

.fnavinn {
    max-width: 600px;
    margin-left: auto;
}

.fnavinn dl {
    width: 18%;
    margin: 0 1%;
}

.fnavinn dl.sinryo {
    width: 38%;
}

.fnavinn dt {
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    color: #28ac97;
    padding-bottom: 10px;
}

.fnavinn dt a {
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    color: #28ac97;
}

.fnavinn ul.flexsb li {
    width: 48%;
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
}

.fnavinn li {
    font-family: 'Cabin', sans-serif;
    color: #28ac97;
    font-size: 12px;
    padding-bottom: 5px;
}

.fnavinn li a {
    font-family: 'Cabin', sans-serif;
    color: #28ac97;
    font-size: 12px;
}

@media only screen and (max-width:1024px) {
    .footertop .footerinfo {
        width: 100%;
        margin: auto;
        text-align: center;
        padding-bottom: 20px;
    }
    .footerinfo .mail a {
        margin: auto;
    }
    .footertop .map {
        width: 48%;
    }
    .footertop .table {
        width: 48%;
    }
}

@media only screen and (max-width:599px) {
    .footertop .map {
        width: 100%;
        margin: 1% 0;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .footertop .table {
        width: 100%;
        margin: 1% 0;
    }
    .fnavinn dl {
        width: 48% !important;
        margin: 2% 1%;
    }
}

/*font*/

.cm2 {
    font-family: 'rounded-mplus-2c-medium';
}

.mb2 {
    font-family: 'rounded-mplus-2m-bold';
}

.cb1 {
    font-family: 'rounded-mplus-1c-bold';
}

.pb1 {
    font-family: 'rounded-mplus-1p-bold';
}

.cb2 {
    font-family: 'rounded-mplus-2c-bold';
}

.shingo {
    font-family: 'Cabin', sans-serif;

}

.hiramin {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*カラー*/

.c28a {
    color: #28ac97;
}

.b28a {
    background: #28ac97;
}

.c83c {
    color: #83cc1e;
}

.b83c {
    background: #83cc1e;
}

.bd3f {
    background: #d3f0ec;
}

.be9f {
    background: #e9f6d7;
}

.ce9f {
    color: #e9f6d7;
}

.bd9f {
    background: #d9f0ec;
}

.cd9f {
    color: #d9f0ec;
}

/*common*/

.w100 {
    width: 100%;
    display: block;
}

.w46 {
    width: 46%;
}

.w48 {
    width: 48%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w70r {
    width: 66%;
    margin: 0 4% 0 0;
}

.w70l {
    width: 66%;
    margin: 0 0 0 4%;
}

.w60r {
    width: 56%;
    margin: 0 4% 0 0;
}

.w60l {
    width: 56%;
    margin: 0 0 0 4%;
}

.m900 {
    max-width: 900px;
    margin: auto;
}

.m960 {
    max-width: 960px;
    margin: auto;
}

.m1000 {
    max-width: 1000px;
    margin: auto;
}

.m1200 {
    max-width: 1250px;
    width: 96%;
    margin: auto;
}

.l120 {
    line-height: 120%;
}

.l200 {
    line-height: 200%;
}

.pb40 {
    padding-bottom: 40px;
}

.p10 {
    padding: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.txt {
    line-height: 200%;
}

.homearea {
    padding: 80px 0;
}

.homearea h2 {
    font-family: "rounded-mplus-2c-medium";
    color: #28ac97;
    text-align: center;
    letter-spacing: 5px;
    padding-bottom: 40px;
    width: 100%;
}

.homearea h2 span {
    color: #83cc1e;
}

.sectionarea {
    padding: 80px 0;
}

.sectionarea h3 {
    font-size: 26px;
    color: #28ac97;
    padding-bottom: 80px;
    font-family: 'rounded-mplus-2c-medium';
    font-weight: 400;
    letter-spacing: 2px;
}

.sectionarea h3.h3c {
    text-align: center;
}

.sectionarea h3.h3c:after {
    margin: 10px auto 0;
}

.sectionarea h3:after {
    content: "";
    display: block;
    width: 1.5em;
    height: 4px;
    background: #28ac97;
    margin-top: 10px;
    border-radius: 10px;
}

.sectionarea h3 span {
    color: #83cc1e;
}

.subtit {
    color: #28ac97;
    font-weight: 700;
    padding: 40px 0;
}

.subtit img {
    vertical-align: bottom;
}

@media only screen and (max-width:1024px) {
    .m900 {
        width: 96%;
    }
    .m960 {
        width: 96%;
    }
    .m1000 {
        width: 96%;
    }
    .homearea {
        padding: 60px 0;
    }
    .sectionarea {
        padding: 60px 0;
    }
    .homearea h2 {
        padding-bottom: 30px;
    }
    .sectionarea h3 {
        font-size: 24px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:599px) {
    .w40 {
        width: 100%;
        margin: 2% auto;
        max-width: 400px;
    }

    .w30 {
        width: 100%;
        margin: 2% auto;
        max-width: 400px;
    }
    .w46 {
        width: 100%;
        margin: 2% auto;
    }

    .w48 {
        width: 100%;
        margin: 2% auto;
    }
    .w70r {
        width: 100%;
        margin: 2% auto;
    }

    .w70l {
        width: 100%;
        margin: 2% auto;
    }

    .w60r {
        width: 100%;
        margin: 2% auto;
    }

    .w60l {
        width: 100%;
        margin: 2% auto;
    }
    .m900 {
        width: 94%;
    }
    .m960 {
        width: 94%;
    }
    .m1000 {
        width: 94%;
    }
    .m1200 {
        width: 94%;
    }
    .homearea {
        padding: 40px 0;
    }
    .sectionarea {
        padding: 40px 0;
    }
    .homearea h2 {
        padding-bottom: 20px;
    }
    .sectionarea h3 {
        font-size: 20px;
        padding-bottom: 40px;
    }
}

/*home*/

/*homebnr*/

.homebnr {
    text-align: right;
    margin-top: -80px;
    position: relative;
}

.homebnr a {
    display: inline-block;
}

.homebnr dl {
    max-width: 150px;
    max-height: 150px;
    margin-left: auto;
    border-radius: 50%;
    border: 3px solid #28ac97;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    padding: 20px 20px;
    width: 100%;
    height: 150px;
    width: 150px;
    background: #f0f9e3;
    background-image: -webkit-radial-gradient(#d5f0d8 20%, transparent 0), -webkit-radial-gradient(#d5f0d8 20%, transparent 0);
    background-image: radial-gradient(#d5f0d8 20%, transparent 0), radial-gradient(#d5f0d8 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    position: relative;
}

.homebnr dl:after {
    color: #28ac97;
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.homebnr dd {
    text-align: center;
    color: #28ac97;
    font-family: 'rounded-mplus-1c-bold';
}

@media only screen and (max-width:1024px) {
    .homebnr {
        margin-top: -50px;
    }
}

@media only screen and (max-width:599px) {
    .homebnr {
        text-align: center;
        margin-top: 40px;
        position: static;
    }
    .homebnr a {
        display: block;
    }
    .homebnr dl {
        max-width: none;
        max-height: none;
        margin-left: 0;
        border-radius: 5px;
        border: 3px solid #28ac97;
        -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
        padding: 10px;
        width: 100%;
        height: auto;
        background: #f0f9e3;
        background-image: -webkit-radial-gradient(#d5f0d8 20%, transparent 0), -webkit-radial-gradient(#d5f0d8 20%, transparent 0);
        background-image: radial-gradient(#d5f0d8 20%, transparent 0), radial-gradient(#d5f0d8 20%, transparent 0);
        background-position: 0 0, 15px 15px;
        background-size: 30px 30px;
    }
}

/*homeconcept*/

.homeconceptarea .pic .trimmingInner {
    border-radius: 50%;
}

.homeconceptarea .tbox {
    padding-bottom: 100px;
}

.more {
    text-align: center;
    max-width: 350px;
    margin: 20px auto;
    background: #28ac97;
    border-radius: 5px;
    bottom: 0;
    width: 100%;
    top: auto;
}

.more a {
    color: #fff;
    display: block;
    padding: 15px 0;
    font-family: 'rounded-mplus-2c-medium';
}

/*homenayami*/

.homenayamibox {
    background: #b2e7e0;
    padding: 20px;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    height: 100%;
}

.homenayamibox dd {
    text-align: center;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    padding-top: 10px;
}
.homenayamibox[data-element-id]:hover {
    background: #b2e7e0;
}
.homenayamibox:hover {
    background: #28ac97;
}

.homenayamibox:hover .visi {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}
.homenayamibox[data-element-id]:hover .visi {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}
.homenayamibox:hover .hide {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.homenayamibox .hide {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.homenayamibox .hide[data-element-id] {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.homenayamibox .hide dd {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .homenayamibox {
        padding: 15px 10px;
    }
    .homenayamilist .sec4 {
        width: 48%;
    }
}

@media only screen and (max-width:599px) {
    .homenayamibox {
        padding: 10px 5px;
    }
}

/*homemessage*/

.homemessage {
    max-width: 850px;
}

.homemessage .tbox {
    padding-bottom: 100px;
}

.homemessage .tbox dt {
    padding-bottom: 10px;
}

/*homenews*/

.homenew {
    max-width: 850px;
}

.homenewsarea .homeblog {
    width: 46%;
}

.homenewsarea .homefacebook {
    width: 46%;
}

.homenewsarea dt.pix {
    max-width: 100px;
    margin: auto;
    border-radius: 50%;
    font-size: 16px;
    padding: 24px 10px;
    max-height: 100px;
    margin-bottom: -40px;
    position: relative;
}

.homenewsarea .homeblog dt.pix {
    background: #a4df53;
    font-family: 'rounded-mplus-2c-bold';
    color: #fff;
}

.homenewsarea .homefacebook dt.pix {
    background: #e790a2;
    font-family: 'rounded-mplus-2c-bold';
    color: #fff;
}

.homenewsarea dd.article {
    background: #fff;
    padding: 30px;
    border: 1px solid;
}

.homenewsarea ul {
    padding: 20px 0 0;
    border-top: 1px dashed;
}

.homenewsarea .homeblog ul {
    border-top: 1px dashed #a4df53;
}

.homenewsarea .homefacebook ul {
    border-top: 1px dashed #e790a2;
}

.homenewsarea li {
    padding-bottom: 10px;
}

.homenewsarea .homeblog dd.article {
    border: 1px solid #a4df53;
}

.homenewsarea .homefacebook dd.article {
    border: 1px solid #e790a2;
}

.fb {
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .homenewsarea dd.article {
        padding: 30px 20px;
    }
}

@media only screen and (max-width:599px) {
    .homenewsarea dd.article {
        padding: 30px 10px;
    }
    .homenewsarea .homeblog {
        width: 100%;
        margin-bottom: 20px;
    }

    .homenewsarea .homefacebook {
        width: 100%;
    }
}

/*homepick*/

.wall {
    background: url(/import/tenant_1/153.126.170.144/html/images/wall.png);
}

.homepickbox a {
    display: block;
}

.homepickbox dl {
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    padding: 10px;
}

.homepickbox dd {
    font-family: 'rounded-mplus-2m-bold';
    color: #28ac97;
    text-align: center;
    padding: 15px 0 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.homepickbox .txt {
    width: 80%;
    margin: auto;
    padding-top: 15px;
}

@media only screen and (max-width:1024px) {
    .homepickbox {
        width: 48%;
    }
}

/*下層ここから*/

.mainimg {
    position: relative;
}

.mainimg h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
    z-index: 2;
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
    font-family: 'rounded-mplus-1p-bold';
}

.mainimg h2:after {
    content: "";
    display: block;
    width: 1em;
    height: 3px;
    margin-top: 10px;
    background: #28ac97;
    -webkit-box-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
    box-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}

.mainimg .pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.mainimg[data-element-id] .pic:before{
  display: none;
}
.mainimg .pic:before {
    padding-top: 30%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}

.mainimg .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mainimg[data-element-id] .pic img{
  position: static;
  transform: none;
}
@media only screen and (max-width:599px) {
    .mainimg .pic {
        min-width: 450px;
    }
}

/*about*/

.about01area .about01box {
    padding: 40px 0;
}

.about01area .about01box dl {
    padding: 0 0 40px;
}

.about01area .about01box dt {
    color: #da5b76;
    font-family: 'rounded-mplus-1c-bold';
}

.about01area .about01box dd {
    color: #28ac97;
    font-family: 'rounded-mplus-1c-bold';
}

.about01area .about01box .pic .trimmingInner {
    border-radius: 50%;
}

.about02box {
    width: 48%;
    margin-bottom: 40px;
}

.about02box dt {
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    max-width: 200px;
    font-family: 'rounded-mplus-1p-bold';
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 10px;
}

.about02box dt:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 4%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.about02box dd.pic span.txt {
    width: 90%;
    margin: auto;
    top: auto;
    bottom: 4%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    border: 2px solid #28ac97;
    padding: 5px 10px;
    text-align: left;
    position: absolute;
}

.about02box dd.txt {
    padding-top: 10px;
}

.about02box dd.txt .red {
    text-decoration: underline;
    text-underline-position: under;
}

.about03info {
    width: 46%;
}

.about03info .logo {
    font-family: 'rounded-mplus-1p-bold';
}

.about03info .add {
    padding: 10px 0;
}

.about03info .tel a {
    color: #28ac97;
    font-family: 'rounded-mplus-2c-bold';
    letter-spacing: 2px;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-bold';
    letter-spacing: 2px;
}

.about03info .tel a:before {
    content: "\f095";
    font-family: FontAwesome;
    background: #28ac97;
    color: #fff;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 12px;
    vertical-align: bottom;
}

.about03table {
    width: 46%;
}

.about04area {
    padding-bottom: 40px;
}

.about04 h3 {
    font-size: 20px;
}

@media only screen and (max-width:1024px) {
    .about01area .about01box {
        padding: 30px 0;
    }
    .about01area .about01box dl {
        padding: 0 0 30px;
    }
    .about02box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:599px) {
    .about01area .about01box {
        padding: 20px 0;
    }
    .about01area .about01box dl {
        padding: 0 0 20px;
    }
    .about02box {
        width: 100%;
        margin-bottom: 20px;
    }
    .about03table {
        width: 100%;
    }
    .about03info {
        width: 100%;
        padding-bottom: 10px;
    }
    .about04 h3 {
        font-size: 18px;
    }
    .about04area .txt {
        padding-bottom: 10px;
    }
    .about02box dd.pic span.txt{
      height: auto !important;
    }
}

/*first*/

.first01 .mainimg .pic:before {
    padding-top: 25%;
}

.first01 .tbox {
    padding: 80px 0;
}

.first01 .tbox dt {
    font-family: 'rounded-mplus-2c-medium';
    color: #28ac97;
    line-height: 200%;
    padding-bottom: 30px;
}

.first01 .tbox dd {
    font-family: 'rounded-mplus-2c-medium';
    color: #28ac97;
    line-height: 200%;
    padding-bottom: 30px;
}

.first01 .tbox a:after {
    content: "\f0e0";
    font-family: FontAwesome;
    content: "\f0e0";
    font-family: FontAwesome;
    padding-left: 1em;
}

.first02area {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    padding: 30px 0;
}

.first02flowbox dl {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.first02flowbox {
    text-align: center;
}

.first02flowbox:after {
    content: "";
    display: inline-block;
    margin: 40px auto;
    border-top: 40px solid #28ac97;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
}

.first02flow .first02flowbox:last-of-type:after {
    border: none;
}

.first02flowbox dt {
    font-family: 'rounded-mplus-2c-bold';
    color: #28ac97;
    border-bottom: 4px dotted #28ac97;
    padding-bottom: 5px;

}

.first02flowbox dd {
    padding-top: 30px;
}

.first02flowbox dd li {
    font-family: 'rounded-mplus-2c-medium';
}

.first03area {
    padding-bottom: 60px;
}

.first03area .txt {
    padding-bottom: 10px;
}

@media only screen and (max-width:1024px) {
    .first02flowbox:after {
        content: "";
        display: inline-block;
        margin: 30px auto;
        border-top: 30px solid #28ac97;
        border-right: 60px solid transparent;
        border-left: 60px solid transparent;
    }
    .first02flowbox dl {
        padding: 25px;
    }
    .first01 .tbox {
        padding: 60px 0;
    }
}

@media only screen and (max-width:599px) {
    .first02flowbox:after {
        content: "";
        display: inline-block;
        margin: 20px auto;
        border-top: 20px solid #28ac97;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
    }
    .first02flowbox dl {
        padding: 20px;
    }
    .first02flowbox dd li {
        margin-bottom: 10px;
    }
    .first01 .tbox {
        padding: 40px 0;
    }
    .first03area {
        padding-bottom: 40px;
    }
}

/*staff*/

.name dt {
    font-family: 'rounded-mplus-2c-medium';
    color: #28ac97;
    text-align: center;
    padding: 5px;
    background: #e9f6d7;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.name dd {
    padding-left: 1em;
    font-weight: 500;
}

.staff01area .hiramin {
    padding: 60px 0 60px;
}

.staff01area .pic .trimmingInner {
    border-radius: 50%;
    border: 5px solid #28ac97;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01area .pic .trimmingInner:before {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
}

.staff01area .pic[data-element-id] .trimmingInner:before {
    display: none;
}

.staff02box .pix dt .trimmingInner {
    border-radius: 50%;
}

.staff02box .pix dd {
    border-radius: 50%;
    background: #28ac97;
    text-align: center;
    color: #fff;
    max-width: 100px;
    max-height: 100px;
    font-family: 'rounded-mplus-2c-bold';
    padding: 17px 0;
    margin-top: -100px;
    position: relative;
}

.staff02box .pix dd img {
    display: block;
    margin: auto;
}

.staff02box .tbox dl {
    padding-bottom: 40px;
}

.staff02box .tbox dt {
    width: 30%;
}

.staff02box .tbox dd {
    padding-left: 1em;
    width: 70%;
}

.mes dt {
    text-align: center;
    color: #28ac97;
    font-family: 'rounded-mplus-1p-bold';
    background: #fff;
    padding-bottom: 20px;
    width: 80%;
    margin: -40px auto 0;
}

.mes dl {
    border: 1px solid #28ac97;
    padding: 15px;
}

.staff02box {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

.staff02 {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
}

.staff03area dl {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 10px #999;
    box-shadow: 1px 1px 10px #999;
}

.staff03area dd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
}

.staff03area dd a {
    text-decoration: underline;
    text-underline-position: under;
    color: #28ac97;
}

@media only screen and (max-width:1024px) {
    .staff02box .mes {
        width: 100%;
        margin: 4% 0;
    }
    .staff02box .tbox {
        width: 48%;
    }
    .staff02box .pix {
        width: 48%;
    }
    .staff01area .hiramin {
        padding: 40px 0;
    }
    .staff02box {
        padding: 30px;
    }
}

@media only screen and (max-width:599px) {
    .staff02box .tbox {
        width: 100%;
        margin: 4% 0;
    }
    .staff02box .pix {
        width: 100%;
        margin: 2% auto;
        max-width: 400px;
    }
    .staff02box .mes {
        margin: 2% 0;
    }
    .staff01area .pic {
        margin: 2% auto;
        max-width: 400px;
    }
    .staff01area .hiramin {
        padding: 20px 0;
    }
    .staff02box .tbox dl {
        padding-bottom: 20px;
    }
    .staff02area {
        padding: 40px 0;
    }
    .staff02box {
        padding: 20px;
    }
    .staff03area dl {
        padding: 10px;
    }
}

/*ippan*/

.ippan01area .tbox dt {
    color: #28ac97;
    font-weight: 700;
    padding: 60px 0;
}

.ippan01area .tbox dt img {
    vertical-align: bottom;
}

.ippan01area {
    padding-bottom: 40px;
}

.treat thead th {
    background: #28ac97;
    color: #fff;
    text-align: center;
    font-family: 'rounded-mplus-1p-bold';
}

.treat thead td {
    background: #28ac97;
    color: #fff;
    text-align: center;
    font-family: 'rounded-mplus-1p-bold';
}

.treat tbody th dt {
    color: #28ac97;
    font-family: 'rounded-mplus-1p-bold';
    padding-bottom: 1em;
}

.treat tbody th dd {
    font-family: 'rounded-mplus-2c-medium';
}

.treat tbody td {
    font-family: 'rounded-mplus-2c-medium';
}

.treat table th {
    width: 33.333%;
    border: 1px solid #28ac97;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.treat table td {
    width: 33.333%;
    border-right: 1px solid #28ac97;
    border-top: 1px solid #28ac97;
    border-bottom: 1px solid #28ac97;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.treat table td.trimming80 {
    margin: auto;
    width: 100%;
}

.ippan02area .tbox dt {
    color: #28ac97;
    font-weight: 700;
    padding: 60px 0;
}

.ippan02area .tbox dt img {
    vertical-align: bottom;
}

.ippan02list > dl > dt {
    color: #28ac97;
    font-weight: 700;
    padding: 60px 0;
    text-align: center;
}

.ippan02list dt img {
    vertical-align: bottom;
}

.ippan02list li {
    padding-bottom: 2em;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    font-size: 16px;
}

.ippan02list li:before {
    content: "\f14a";
    font-family: FontAwesome;
    padding-right: 1em;
}

.ippan04 > .txt.pb1 {
    padding: 0 0 40px;
}

@media only screen and (max-width:1024px) {
    .ippan01area .tbox dt {
        padding: 40px 0;
    }
    .ippan01area {
        padding-bottom: 30px;
    }
    .treat thead th {
        width: 50%;
    }
    .treat thead td {
        width: 50%;
    }
    .treat thead td:last-of-type {
        display: none;
    }
    .treat table th {
        width: 50%;
    }
    .treat table td {
        width: 50%;
    }
    .treat table td.trimming80 {
        display: block;
        border-left: 1px solid #28ac97;
        border-top: none;
    }
    .treat table td.trimming80 .trimmingInner {
        padding-top: 40% !important;
        max-width: 40%;
        margin: auto;
    }
    .treat table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .treat table {
        display: block;
    }
    .treat table thead {
        display: block;
    }
    .ippan02list > dl > dt {
        padding: 40px 0;
    }
    .ippan02area .tbox dt {
        padding: 40px 0;
    }
}

@media only screen and (max-width:599px) {
    .ippan01area .tbox dt {
        padding: 0 0 20px;
    }
    .ippan01area {
        padding-bottom: 20px;
    }
    .ippan02area .tbox dt {
        padding: 20px 0;
    }
    .ippan02list li {
        padding-bottom: 1em;
    }
    .ippan02list .sec2 {
        width: 100%;
        margin: 0;
    }
}

/*child*/

.child01area {
    padding: 60px 0;
}

.child01area .pic.trimming .trimmingInner:before {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
}

.child01area .pic.trimming .trimmingInner {
    border-radius: 50%;
    border: 3px solid #28ac97;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.child01area .tbox .hiramin {
    padding: 50px 0;
}

.child01reason h4 {
    text-align: center;
    font-family: 'rounded-mplus-1p-bold';
    color: #28ac97;
    padding-bottom: 60px;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

.child01reasonbox dt {
    padding-bottom: 40px;
}

.child01reasonbox {
    padding-bottom: 40px;
}

.child01reasonbox .txt {
    padding: 30px;
    border: 2px solid #28ac97;
    border-radius: 5px;
}

.childadbox .tbox {
    width: 60%;
    border: 1px solid #28ac97;
    padding: 20px;
}

.childadbox .pic {
    width: 39.5%;
    border: 1px solid #28ac97;
}

.childadbox .tbox dt {
    padding-bottom: 1em;
    color: #28ac97;
    font-family: 'rounded-mplus-1p-bold';
}

.childadbox {
    margin: 0.5% auto;
}

@media only screen and (max-width:1024px) {
    .child01area .tbox .hiramin {
        padding: 40px 0;
    }
    .child01area {
        padding: 40px 0;
    }
    .child01reason h4 {
        padding-bottom: 40px;
    }
    .child01reasonbox {
        padding-bottom: 30px;
    }
    .child01reasonbox dt {
        padding-bottom: 30px;
    }
    .child01reasonbox .txt {
        padding: 20px;
    }

}

@media only screen and (max-width:599px) {
    .child01area .tbox .hiramin {
        padding: 20px 0;
    }
    .child01area {
        padding: 20px 0;
    }
    .child01reason h4 {
        padding-bottom: 20px;
    }
    .child01reasonbox {
        padding-bottom: 20px;
    }
    .child01reasonbox dt {
        padding-bottom: 20px;
    }
    .child01reasonbox .txt {
        padding: 15px;
    }
    .childadbox .tbox {
        width: 100%;
        padding: 10px;
        border: none;
    }
    .childadbox .pic {
        width: 100%;
        border: none;
    }
    .childadbox {
        border: 1px solid #28ac97;
        margin: 2% auto;
    }
}

/*gishi*/

.ippan01area .tbox .gishilist dt {
    text-align: center;
    color: #fff;
    background: #28ac97;
    padding: 20px 10px;
}

.ippan01area .tbox .gishilist li {
    border: 1px solid #28ac97;
}

.ippan01area .tbox .gishilist li a {
    display: block;
}

.ippan01area .tbox .gishilist dd {
    padding: 10px;
}

.gishitable dl.flex > dt {
    color: #fff;
    width: 5%;
    background: #28ac97;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-family: 'rounded-mplus-1p-bold';
    text-align: center;
    padding: 10px;
}

.gishitable dl.flex dd.mel {
    background: #d9f0ec;
    width: 47%;
    margin: 0 0.25%;
}

.gishitable dl.flex dd.dmel {
    border: 1px solid #28ac97;
    width: 47%;
    margin: 0 0.25%;
}

.gishitable dl.flex dd.mel dt {
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

.gishitable dl.flex dd dl {
    padding: 20px;
}

.gishitable dl.flex dd dl dt {
    padding-bottom: 20px;
}
.gishitable dl.flex dd dl dd{
  line-height: 300%;
}

.gishitable dl.flex dd dl li {
    margin: 1em auto;
}

.gishitable li {
    margin: 0.5% auto;
}

.gishitable02 table th {
    width: 20%;
    text-align: center;
    color: #28ac97;
    font-family: 'rounded-mplus-1p-bold';
    border: 1px solid #28ac97;
}

.gishitable02 table td {
    width: 40%;
}

.gishitable02 thead th {
    text-align: center;
    color: #fff;
    font-family: 'rounded-mplus-1p-bold';
    background: #28ac97;
    padding: 20px 0;
}

.gishitable02 thead td {
    text-align: center;
    color: #fff;
    font-family: 'rounded-mplus-1p-bold';
    background: #28ac97;
    padding: 20px 0;
}

.gishitable02 tbody th {
    border-right: 1px solid #28ac97;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
}

.gishitable02 tbody td {
    border: 1px solid #28ac97;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.gishitable02 {
    padding: 40px 0;
}

.pad20 {
    padding: 20px;
}

.gdot {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    padding: 30px 0;
}

.gishi03box {
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 40px;
}

.gishi03box .qa {
    width: 66%;
}

.gishi03box .mes {
    width: 30%;
}

.gishi03box .qa dt {
    padding-bottom: 40px;
    padding-left: 2em;
    position: relative;
}

.gishi03box .qa dt span {
    position: absolute;
    left: 0;
    top: 0;
}

.gishi03box .qa dd {
    padding-bottom: 40px;
    padding-left: 2em;
    position: relative;
}

.gishi03box .qa dd span {
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width:1024px) {
    .ippan01area .tbox .gishilist dt {
        padding: 15px 5px;
    }
    .gishitable dl.flex > dt {
        width: 100%;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    .gishitable dl.flex dd.mel {
        width: 49%;
        margin: 0.5% 0.25%;
    }
    .gishitable dl.flex dd.dmel {
        width: 49%;
        margin: 0.5% 0.25%;
    }
    .gishitable li {
        margin: 2% auto;
    }
    .gishi03box .qa {
        width: 100%;
    }

    .gishi03box .mes {
        width: 100%;
    }
    .gishi03box {
        padding: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:599px) {
    .ippan01area .tbox .gishilist dt {
        padding: 10px 5px;
    }
    .ippan01area .tbox .gishilist li {
        width: 100%;
    }
    .gishitable02 table th {
        width: 7%;
        padding: 40px 10px;
    }
    .gishitable02 table td {
        width: 46.5%;
    }
    .pad20 {
        padding: 10px;
    }
    .gishi03box {
        padding: 20px;
        margin-bottom: 20px;
    }
}

/*shinbi*/

.shinbi02box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.shinbi02box .tit > dt {
    color: #28ac97;
    font-weight: 700;
    padding-bottom: 40px;
}

.shinbi02box .tit dt > img {
    vertical-align: bottom;
}

.shinbi02box .shinbi02list a {
    display: block;
    color: #fff;
}

.shinbi02box .shinbi02list dl {
    position: relative;
    padding-left: 2em;
    margin-bottom: 40px;
}

.shinbi02box .shinbi02list dt {
    width: 46%;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    padding: 10px 0;
}

.shinbi02box .shinbi02list dt:before {
    content: "\f14a";
    font-family: FontAwesome;
    padding-right: 1em;
    position: absolute;
    left: 0;
    top: 10px;
}

.shinbi02box .shinbi02list dt:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 24px;
    font-weight: 700;
}

.shinbi02box .shinbi02list dd {
    width: 46%;
    color: #fff;
    text-align: center;
    background: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    max-width: 300px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 10px 0;
}

.shinbi03box dl {
    border: 1px solid #28ac97;
}

.shinbi03box dt {
    text-align: center;
    background: #28ac97;
    color: #fff;
    font-family: 'rounded-mplus-1p-bold';
    padding: 10px 0;
}

.shinbi03box dd {
    padding: 10px;
}

.shinbi03box dd.txt {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.shinbi04md .tit > dt {
    background: #28ac97;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-family: 'rounded-mplus-1p-bold';
}

.shinbi04md .tbox dt {
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    padding-bottom: 20px;
    font-family: 'rounded-mplus-1p-bold';
}

.shinbi04md ul li {
    background: #d9f0ec;
}

.shinbi04md .tbox {
    padding: 20px;
    border-bottom: 1px solid #28ac97;
}

.shinbi04md .tbox .txt {
    line-height: 300%;
}

.shinbi04md ul {
    max-width: none;
}

.shinbi04md ul li:nth-of-type(2n + 2) {
    background: none;
}

.shinbi04md li {
    width: 50%;
    border-right: 1px solid #28ac97;
    border-left: 1px solid #28ac97;
    border-bottom: 1px solid #28ac97;
}

.shinbi04md ul li:nth-of-type(2n + 2) {
    border-left: none;
}

.shinbi04md .tit {
    padding: 30px 0;
}

@media only screen and (max-width:1024px) {
    .shinbi02box {
        padding: 30px;
    }
}

@media only screen and (max-width:599px) {
    .shinbi02box {
        padding: 20px;
    }
    .shinbi02box .shinbi02list dt {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .shinbi02box .shinbi02list dt:before {
        position: static;
    }
    .shinbi02box .shinbi02list dl {
        padding-left: 0;
    }
    .shinbi02box .shinbi02list dd {
        width: 100%;
        margin: auto;
        position: relative;
        z-index: 1;
    }
    .shinbi02box .shinbi02list dt:after {
        display: block;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-top: 1em;
        position: static;
    }
    .shinbi02box .tit > dt {
        text-align: center;
    }
    .shinbi03box {
        width: 100%;
        margin: 2% auto;
    }
    .shinbi03box dd.txt {
        height: auto !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .shinbi04md li {
        width: 100%;
    }
    .shinbi04md ul li:nth-of-type(2n + 2) {
        border-left: 1px solid #28ac97;
    }
    .shinbi04md .tbox .txt {
        height: auto !important;
    }
}

/*whitening*/

.white02box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.white02box .tit {
    color: #28ac97;
    font-weight: 700;
    padding-bottom: 40px;
    width: 100%;
}

.white02box .tit img {
    vertical-align: bottom;
}

.white02box li:before {
    content: "\f14a";
    font-family: FontAwesome;
    padding-right: 1em;
}

.white02box li {
    padding-bottom: 1em;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
}

.white03box {
    border-radius: 10px;
    padding: 10px;
}

.white03box ul {
    border: 3px solid #fff;
    padding: 50px;
    border-radius: 10px;
}

.white03box li {
    padding-bottom: 1em;
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    font-family: 'rounded-mplus-1p-bold';
}

.white03box li:last-of-type {
    padding-bottom: 0;
}

@media only screen and (max-width:1024px) {
    .white02box {
        padding: 30px;
    }
    .white03box ul {
        padding: 30px;
    }
}

@media only screen and (max-width:599px) {
    .white02box {
        padding: 20px;
    }
    .white03box ul {
        padding: 10px;
    }
}

/*houmon*/

.houmon05list .tit > dt {
    text-align: center;
    color: #fff;
    background: #28ac97;
    padding: 10px 5px;
    font-family: 'rounded-mplus-2c-medium';
}

.houmon05list .tbox {
    padding: 10px;
}

.houmon05list .tbox dt {
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    padding: 1em 0;
}

.houmon05list ul li {
    margin: 0.5%;
    border: 1px solid #28ac97;
}

.houmon05list ul li:nth-of-type(5n + 1) {
    width: 32.333%;
}

.houmon05list ul li:nth-of-type(5n + 2) {
    width: 32.333%;
}

.houmon05list ul li:nth-of-type(5n + 3) {
    width: 32.333%;
}

.houmon05list ul li:nth-of-type(5n + 4) {
    width: 48.999%;
}

.houmon05list ul li:nth-of-type(5n + 5) {
    width: 48.999%;
}

.houmon05list02 li {
    border: 1px solid #28ac97;
    padding: 30px 15px;
}

.houmon05list02 li dt {
    font-family: 'rounded-mplus-1p-bold';
    color: #28ac97;
    padding-bottom: 20px;
}

@media only screen and (max-width:1024px) {
    .houmon05list ul li {
        width: 48.999% !important;
    }
    .houmon05list02 li {
        padding: 20px 10px;
    }
}

@media only screen and (max-width:599px) {
    .houmon05list ul li {
        width: 100% !important;
        margin: 2% 0;
    }
    .houmon05list .tbox dt {
        padding: 10px 0;
    }
    .houmon05list02 li {
        width: 100%;
        margin: 2% 0;
    }
}

/*koku*/

.koku02area {
    background: #fff;
    padding: 20px 60px 60px;
    border-radius: 10px;
}

.koku02list dt {
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    padding-bottom: 20px;
}

.koku02list dt:before {
    content: "";
    margin-right: 1em;
    color: #fff;
    width: 1em;
    height: 1em;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #28ac97;
}

.koku02list .checklist li {
    font-family: 'rounded-mplus-2c-medium';
}

.koku02list .checklist li:before {
    content: "\f14a";
    font-family: FontAwesome;
    padding-right: 1em;

}

.koku02list dl {
    padding-bottom: 30px;
}

.koku02list dd {
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    padding-bottom: 20px;
}

.koku04list li {
    font-family: 'rounded-mplus-2c-medium';
    color: #28ac97;
    padding-bottom: 30px;
}

.koku04list li:before {
    content: "";
    margin-right: 1em;
    color: #fff;
    width: 1em;
    height: 1em;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #28ac97;
}

.checkBox {
    border: 1px dashed #333;
    padding: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.checkBox .tit {
    padding-bottom: 20px;
}

.checkBox dt {
    padding-bottom: 20px;
}

.checkBox dl {
    padding-bottom: 20px;
}

@media only screen and (max-width:1024px) {
    .koku02area {
        padding: 0 40px 40px;
    }
}

@media only screen and (max-width:599px) {
    .koku02area {
        padding: 0 20px 0;
    }
}

/*yobou*/

.postit {
    text-align: center;
    color: #fff;
    background: #28ac97;
    padding: 10px 30px;
    display: inline-block;
    font-family: 'rounded-mplus-1p-bold';
}

/*price*/

.pricenav {
    padding: 60px 0 0;
}

.pricenav ul {
    max-width: none;
}

.pricenav li {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    padding: 10px;
    border-radius: 5px;
    width: 48%;
    margin-bottom: 20px;
}

.pricenav li a {
    padding: 0 20px;
    color: #28ac97;
    font-family: 'rounded-mplus-1p-bold';
    display: block;
    border-radius: 5px;
    border: 3px solid #fff;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    position: relative;
    height: 100%;
}

.pricenav li a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.ippan01area.pricearea .tbox dt {
    padding: 0 0 40px;
}

.ippan01area.pricearea .tbox dt img {
    margin-right: 1em;
}

.medicalbox01 {
    margin-bottom: 60px;
}

.medicalbox01 dt {
    color: #28ac97;
    font-family: 'rounded-mplus-1p-bold';
    padding-bottom: 40px;
}

.medicalbox01 dd {
    font-weight: 500;
}

.medicalbox01 dt:after {
    content: "";
    display: block;
    width: 1.5em;
    height: 4px;
    margin-top: 10px;
    background: #28ac97;
    border-radius: 5px;
}

.medicalbox02 dt {
    background: #28ac97;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-family: 'Cabin', sans-serif;
}

.medicalbox02 dd {
    padding: 30px;
    border: 1px solid #28ac97;
    margin-top: 1px;
    font-weight: 500;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tsw {
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    font-family: 'rounded-mplus-1p-bold';
    padding: 0 5px;
}

.howpaybox .tit {
    width: 49%;
    margin: 0.5%;
}

.howpaybox .tit > dt {
    width: 10%;
    background: #28ac97;
    padding: 5px;
    text-align: center;
    font-family: 'rounded-mplus-1p-bold';
    color: #fff;
    position: relative;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}

.howpaybox .tit > dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}

.howpaybox .tit > dd {
    background: #d9f0ec;
    width: 90%;
    padding: 30px 15px;
}

.howpaybox .tbox dt {
    padding-bottom: 30px;
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    font-family: 'rounded-mplus-1p-bold';
}

.howpaybox .tbox dd {
    padding-bottom: 20px;
}

.gdotinn {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    margin: auto;
}

.pricearea .gdotinn dt {
    text-align: center;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-bold';
    padding-bottom: 2em;
}

.pricearea .gdotinn dd {
    padding-bottom: 2em;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
}

.pricearea .tbox dd {
    padding-bottom: 20px;
}

.refundtit dt {
    background: #28ac97;
    color: #fff;
    padding: 20px;
}

.refundtit dd {
    padding: 20px;
}

.refundcal dl {
    padding: 20px 0;
}

.refundcal dt {
    color: #28ac97;
    padding-bottom: 20px;
    font-weight: 700;
}

.refundcal li {
    text-align: center;
    font-family: 'rounded-mplus-2c-bold';
    border: 3px solid #28ac97;
    padding: 20px;
    color: #28ac97;
    border-radius: 5px;
    width: 21%;
    margin: 1% 2%;
}

.refundcal li.eq {
    position: relative;
}

.refundcal li.eq:after {
    content: "=";
    position: absolute;
    right: -15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.refundcal li.minu {
    position: relative;
}

.refundcal li.minu:after {
    content: "-";
    position: absolute;
    right: -15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.refundcal li.mul {
    position: relative;
}

.refundcal li.mul:after {
    content: "×";
    position: absolute;
    right: -15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.refundtable table {
    width: 100%;
}

.refundtable table td {
    font-weight: 700;
    width: 20%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.refundtable table th {
    font-weight: 700;
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.refundtable .txt {
    padding-bottom: 20px;
    font-weight: 600;
}

.refundtable thead th {
    background: #28ac97;
    color: #fff;
    text-align: center;
}

.refundtable thead td {
    background: #28ac97;
    color: #fff;
    text-align: center;
}

.refundtable tbody td.txr {
    text-align: right;
}

.refundtable tbody th {
    border: 1px solid #28ac97;
}

.refundtable tbody td {
    text-align: center;
    border: 1px solid #28ac97;
}

.refundtable .attbox {
    border: 2px solid #28ac97;
    border-radius: 5px;
    padding: 10px;
    font-weight: 500;
}

.pricemenu li {
    margin: 0.5% 0;
}

.pricemenu dt {
    padding: 20px;
    width: 69.5%;
    border: 1px solid #28ac97;
    font-weight: 700;
}

.pricemenu dd {
    width: 30%;
    padding: 20px 5px;
    border: 1px solid #28ac97;
    text-align: center;
    font-weight: 700;
}

.pricelist {
    padding: 60px 0;
}

.pricelistbox {
    padding: 40px 0;
}

.pricemenu .tit {
    color: #28ac97;
    padding: 1em 0;
    font-family: 'rounded-mplus-2c-medium';
}

@media only screen and (max-width:1024px) {
    .pricenav li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .howpaybox .tit > dt {
        width: 100%;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        position: static;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .howpaybox .tit > dt span {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
    }
    .howpaybox .tit > dd {
        width: 100%;
    }
    .howpaybox .tit {
        height: auto !important;
        background: #d9f0ec;
    }
    .refundcal li {
        width: 29.333%;
    }
    .refundcal li.eq {
        width: 100%;
        margin: 0% 0 4%;
    }
    .refundcal li.eq:after {
        right: auto;
        left: 50%;
        transform: none;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        bottom: -30%;
    }
    .refundcal li.mul:after {
        right: -12%;
    }
    .refundcal li.minu:after {
        right: -12%;
    }
    .pricemenu dt {
        padding: 20px 15px;
    }
    .pricelist {
        padding: 40px 0;
    }
    .pricelistbox {
        padding: 30px 0;
    }
}

@media only screen and (max-width:599px) {
    .pricenav li {
        width: 100%;
        margin-bottom: 10px;
    }
    .medicalbox01,
    .medicalbox02 dd {
        height: auto !important;
    }
    .howpaybox .tit {
        width: 100%;
        margin: 2% 0;
    }
    .howpaybox .tit > dd {
        padding: 20px 10px;
    }
    .howpaybox .tbox dt {
        padding-bottom: 10px;
    }
    .refundcal li {
        padding: 10px;
    }
    .refundcal li.mul:after {
        right: -18%;
    }
    .refundcal li.minu:after {
        right: -15%;
    }
    .refundtable table th {
        padding: 10px;
    }
    .refundtable table td {
        padding: 10px;
    }
    .refundtable .txt {
        padding-bottom: 10px;
    }
    .pricemenu dt {
        padding: 20px 10px;
    }
    .pricelist {
        padding: 20px 0;
    }
    .pricelistbox {
        padding: 20px 0;
    }
}

/*recruit*/

.rec01box dt {
    padding-bottom: 1em;
}

.rectile {
    padding-top: 40px;
}

.rectile li {
    margin: 0.5% 0.5%;
    width: 24%;
    height: 150px;
    overflow: hidden;
}

.rectile li:nth-of-type(12n + 1) {
    width: 34%;
}

.rectile li:nth-of-type(12n + 2) {
    width: 16%;
}

.rectile li:nth-of-type(12n + 3) {
    width: 23%;
}

.rectile li:nth-of-type(12n + 4) {
    width: 23%;
}

.rectile li:nth-of-type(12n + 5) {
    width: 28%;
}

.rectile li:nth-of-type(12n + 6) {
    width: 20%;
}

.rectile li:nth-of-type(12n + 7) {
    width: 20%;
}

.rectile li:nth-of-type(12n + 8) {
    width: 28%;
}

.rectile li:nth-of-type(12n + 9) {
    width: 28%;
}

.rectile li:nth-of-type(12n + 10) {
    width: 19%;
}

.rectile li:nth-of-type(12n + 11) {
    width: 19%;
}

.rectile li:nth-of-type(12n + 12) {
    width: 30%;
}

.rectile li > img {
    width: 100%;
}

.rectile li.tit {
    position: relative;
    background: #28ac97;
}


.rectile li.tit dt {
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.rectile li.tit dd {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.sectionarea.rec03 .staff02box {
    margin-bottom: 0;
    margin: 20px 0;
}

.recdetailarea .tit {
    background: #28ac97;
    padding: 20px;
    color: #fff;
}

.rectable dl {
    margin: 0.25% 0;
}

.rectable dt {
    width: 39.5%;
    border: 1px solid #28ac97;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    position: relative;
}

.rectable dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rectable dd {
    width: 60%;
    border: 1px solid #28ac97;
    font-weight: 500;
    padding: 20px;
}

.recdetailarea {
    padding: 40px 0 80px;
}

.recbnr .tbox .telbox {
    width: 48%;
    padding: 15px;
}

.recbnr .tbox .tit {
    text-align: center;
    background: #28ac97;
    color: #fff;
    padding: 40px 20px;
}
.recbnr .tbox .tit a{
  display: block;
  color: #fff;
}
.recbnr .tbox .webbox {
    width: 48%;
    border: 1px dashed #333;
    padding: 15px;
    text-align: center;
    position: relative;
}

.recbnr .tbox .webbox a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
        width: 90%;
    margin: auto;
}
.recbnr .tbox .webbox a:before{
      content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 20px;
    vertical-align: bottom;
}
.recbnr .tbox .webbox a:after{
      content: "\f105";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 20px;
    vertical-align: bottom;
}
.recbnr .tbox .telbox .tel a {
    color: #28ac97;
    text-align: center;
    font-family: 'rounded-mplus-2c-bold';
    letter-spacing: 2px;
}


.recbnr .tbox .telbox dt {
    text-align: center;
}

.recbnr .tbox .telbox dd {
    text-align: center;
}

.recbnr .tbox ul {
    padding: 30px 0;
}

@media only screen and (max-width:1024px) {
    .recdetailarea {
        padding: 30px 0 60px;
    }
    .recbnr .tbox ul {
        padding: 20px 0;
    }
    .recbnr .tbox .tit {
        padding: 30px 15px;
    }
    .rectile li.tit {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .rectile li {
        height: 100px;
        overflow: hidden;
        width: 32.333% !important;
    }
    .rectile li.tit dd {
        max-width: 40px;
    }
    .rectile li:nth-of-type(12n + 1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .rectile li:nth-of-type(12n + 2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .rectile li:nth-of-type(12n + 3) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .rectile li:nth-of-type(12n + 4) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .rectile li:nth-of-type(12n + 5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .rectile li:nth-of-type(12n + 6) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .rectile li:nth-of-type(12n + 8) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .rectile li:nth-of-type(12n + 9) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .rectile li:nth-of-type(12n + 10) {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .rectile li:nth-of-type(12n + 11) {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .rectile li:nth-of-type(12n + 12) {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media only screen and (max-width:599px) {
    .recdetailarea {
        padding: 20px 0 40px;
    }
    .recbnr .tbox ul {
        padding: 10px 0;
    }
    .recbnr .tbox .tit {
        padding: 20px 10px;
    }
    .recbnr .tbox .webbox {
        width: 100%;
        margin: 1% 0;
    }
    .recbnr .tbox .telbox {
        width: 100%;
        margin: 1% 0;
    }
    .recbnr .tbox .webbox a {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    .rectable dt {
        width: 100%;
        margin: 0.25% 0;
        border-bottom: 0;
    }
    .rectable dd {
        width: 100%;
        margin: 0.25% 0;
        border-top: 0;
    }
    .rectile li.tit {
        width: 100% !important;
        height: 80px;
    }
    .rectile li {
        width: 49% !important;
    }
    .rectile li > img {
        min-width: 200px;
    }
}

/*blog*/

.blogarealist {
    width: 72%;
}

.catarclist {
    width: 24%;
}

.blogtit {
    background: #28ac97;
    padding: 15px;
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    font-family: 'rounded-mplus-1p-bold';
    margin-bottom: 60px;
}

.blogbox {
    margin-bottom: 40px;
}

.blogbox .tbox {
    width: 56%;
}

.blogbox .pic {
    width: 40%;
}

.blogbox .tbox dt {
    color: #28ac97;
    padding: 5px;
    font-family: 'rounded-mplus-2c-medium';
}

.blogbox .tbox dd {
    color: #fff;
    padding: 5px;
    background: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
}

.blogbox .tit a {
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    display: block;
    margin: 40px 0;
}

.blogbox .todetail {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    padding: 5px;
    border-radius: 5px;
    max-width: 200px;
    margin-left: auto;
}

.blogbox .todetail a {
    padding: 0 10px;
    color: #28ac97;
    font-family: 'rounded-mplus-1p-bold';
    display: block;
    border-radius: 5px;
    border: 3px solid #fff;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    position: relative;
    height: 100%;
}

.blogbox .todetail a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.pagenav ul {
    max-width: 300px;
    margin: 80px auto;
}

.pagenav li {
    width: 14%;
    font-size: 16px;
    text-align: center;
}

.pagenav li a {
    display: block;
}

.catarclist dt {
    text-align: center;
    background: #28ac97;
    padding: 22px;
    color: #fff;
    font-family: 'rounded-mplus-2c-medium';
    margin-bottom: 20px;
}

.catarclist dl {
    margin-bottom: 20px;
}

.catarclist dd {
    padding-left: 1em;
    font-family: 'rounded-mplus-2c-medium';
    margin-bottom: 1em;
}

.catarclist dd:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #28ac97;
    padding-right: 1em;
    font-size: 20px;
    vertical-align: bottom;
}

.back {
    background: #d3f0ec;
    background-image: -webkit-radial-gradient(#a7e1d9 20%, transparent 0), -webkit-radial-gradient(#a7e1d9 20%, transparent 0);
    background-image: radial-gradient(#a7e1d9 20%, transparent 0), radial-gradient(#a7e1d9 20%, transparent 0);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    padding: 5px;
    border-radius: 5px;
    max-width: 200px;
    margin: 60px 0;
}

.back a {
    padding: 0 10px;
    color: #28ac97;
    font-family: 'rounded-mplus-1p-bold';
    display: block;
    border-radius: 5px;
    border: 3px solid #fff;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    position: relative;
    height: 100%;
    text-align: center;
}

.back a:before {
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.recotit {
    background: #28ac97;
    padding: 15px;
    color: #28ac97;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    font-family: 'rounded-mplus-1p-bold';
    margin-bottom: 20px;
}

.recobox a {
    display: block;
}

.recobox dd {
    text-align: center;
    color: #28ac97;
    font-family: 'rounded-mplus-2c-medium';
    padding-top: 5px;
}

@media only screen and (max-width:1024px) {
    .catarclist dt {
        text-align: left;
    }
    .blogarealist {
        width: 100%;
        margin-bottom: 2%;
    }
    .catarclist {
        width: 100%;
    }
    .blogbox .tit a {
        margin: 30px 0;
    }
    .blogtit {
        margin-bottom: 40px;
    }
    .blogbox {
        margin-bottom: 30px;
    }
    .back {
        margin: 40px 0;
    }
}

@media only screen and (max-width:599px) {
    .blogbox .pic {
        width: 100%;
    }
    .blogbox .tbox {
        width: 100%;
        padding: 10px 0;
    }
    .blogbox .tit a {
        margin: 20px 0;
    }
    .blogtit {
        margin-bottom: 20px;
    }
    .blogbox {
        margin-bottom: 20px;
    }
    .back {
        margin: 20px 0;
    }
}

/*contact*/

.contactbox {
    text-align: center;
}

.contactbox .tit:before {
    content: "/";
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.contactbox .tit:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
}

.contactbox .tit {
    font-family: 'rounded-mplus-1p-bold';
    text-align: center;
    position: relative;
    padding: 0 2em;
    display: inline-block;
}

.contactbox dl {
    text-align: center;
}

.contactbox .tel a {
    color: #fff;
    font-family: 'rounded-mplus-2c-bold';
    letter-spacing: 2px;
    text-align: center;
}

.contactbox .tel {
    text-align: center;
    display: inline-block;
    padding: 20px;
    background: #28ac97;
    margin: 30px auto;
}

.contactbox .tel a:before {
    content: "\f095";
    font-family: FontAwesome;
    background: #fff;
    color: #28ac97;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 12px;
    vertical-align: bottom;
    margin-right: 1em;
}

.contactbox dd {
    text-align: center;
}

.contact {
    padding: 80px 0;
}

.contact .contlistitem:nth-of-type(odd) {
    background: #a0d8cf;
}

.contact .contlistitem {
    padding: 20px 10px;
}

.contact dl {
    max-width: 1000px;
    margin: auto;
}

.contact dt {
    font-weight: 700;
    padding: 10px 0;
    margin: auto;
    float: left;
    width: 30%;
    font-size: 16px;
}

.contact dd {
    margin: auto;
    float: right;
    width: 68%;
    font-size: 16px;
}

.contact dd input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: #28ac97 1px solid;
}

.contact .select dd input {
    width: auto;
}

.contact .select dd label {
    margin: 0 1em 0 5px;
}

.contact dd textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: #28ac97 1px solid;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, Hiragino Sans, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#check {
    font-size: 16px;
    text-align: center;
    background: #28ac97;
    border: none;
    color: #fff;
    width: 350px;
    margin: 50px auto;
    padding: 15px 0;
    font-weight: 700;
    position: relative;
}
.thanks #check:after{
  right: auto;
  left: 4%;
  content: "\f104";
}
#check:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 4%;
}

.formbtn2 li:nth-of-type(1) #check:after {
    content: "\f104";
    right: auto;
    left: 10%;
}

#check a {
    display: block;
    color: #fff;
}

#check:hover {
    opacity: 0.6;
    cursor: pointer;
}

.contact .privacybox dt {
    float: none;
    width: 100%;
    text-decoration: underline;
    text-underline-position: under;
}

.contact .privacybox dd {
    float: none;
    width: 100%;
}

.contact .privacybox {
    border: 1px solid #28ac97;
    padding: 40px;
    margin: 40px auto;
}

.contact .privacybox dl {
    width: 100%;
    padding-bottom: 20px;
}
.formbtn2{
  max-width: 700px;
  margin: auto;
}
.formbtn2 #check {
        width: 280px;
    }
    .contact dd div {
        padding: 10px 0;
    }
@media only screen and (max-width:1024px) {
    .contact dt {
        padding: 5px;
        width: 100%;
        float: none;
    }
    .contact dd {
        width: 100%;
        float: none;
    }
    .contact dd div {
        padding: 5px;
    }
    .contact dd input {
        padding: 5px;
    }
    .contact dl {
        padding: 15px 0;
    }
    #check {
        margin: 40px auto;
        width: 300px;
        padding: 10px 0;
    }
    .formbtn2 #check {
        width: 250px;
    }
    .contactbox .tel {
        margin: 20px auto;
    }
    .contact {
        padding: 60px 0;
    }
    .contact dl {
        width: 96%;
    }
    .contact .privacybox {
        padding: 30px;
    }
}

@media only screen and (max-width:599px) {
    #check {
        margin: 30px auto;
        width: 300px;
        padding: 10px 0;
    }
    .formbtn2 #check {
        width: 130px;
    }
    .contact {
        padding: 40px 0;
    }
    .contactbox .tel {
        margin: 10px auto;
    }
    .contact {
        padding: 40px 0;
    }
    .contact dl {
        width: 94%;
    }
    .contact .privacybox {
        padding: 20px;
    }
}


/* 2024.06.21*/

.career-box{
  border: 1px solid;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    background: #f1fdec;
}

.career01{
  margin-bottom: 20px;
}

.career01 span, .affiliation span{
  font-size: 18px;
    font-weight: bold;
    color: #28ac97;
}

.boshu-h3{
  padding-bottom: 20px !important;
}

.recdetailarea {
    padding: 40px 0 30px;
}

.doctors ul {
  display: flex;
  flex-wrap: wrap;
}
.doctors ul li {
  width: 48%;
  margin: auto;
}
.doctors ul li img {
  width: 100%;
}
.d-bnr {
  width: 80%;
  margin: 20px auto 0;
}
.d-bnr img {
  width: 100%;
}
.mt20 {
  margin-top: 20px;
}

@media (max-width: 599px){
  .doctors ul li {
    width: 100%;
    margin: 10px auto;
  }
  .d-bnr {
    width: 100%;
  }
}

/* 2025/05/29 */

.standard-area{
  background: #f0fffd;
  padding: 30px;
}

.standard-area ul li:not(:last-of-type){
  margin-bottom: 30px;
}

.standard-area h4{
  color: #28ac97;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

@media screen and (min-width:1025px) {
#gnav li{
  width: 12.3%;
} 
}

@media screen and (max-width:599px) {
 .standard-area{
  padding: 20px;
}

.standard-area ul li:not(:last-of-type){
  margin-bottom: 20px;
}
}
