@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

.bg_bl {
    background: #F2F6FB;
}

.bg_cr {
    background-color: #FAF9F8;
}

.bg_dr {
    background-image: url(../img/bg_dr.png);
    background-position: center center;
    background-repeat: repeat-y;

}

.bg_rc {
    background-image: url(../img/bg_recruit.png);
    background-position: center center;
    background-repeat: repeat-y;

}

.bg_cp {
    background-image: url(../img/bg_concept.png);
    background-position: center center;
    background-repeat: repeat-y;
}

.t-l {
    text-align: left;
}

.t-c {
    text-align: center;
}

.t-r {
    text-align: right;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f25 {
    font-size: 25px;
}

.bb {
    font-weight: bold;
}

.point {

    font-size: 35px;
}

.mt-50{margin-top: -50px;}

b {
    background: linear-gradient(transparent 80%, #bcd7fc 80%);
}


/*　アンカー調整　*/
#top01,
#top02,
#top03,
#top04,
#top05 {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}



.pankuzu {
    background-color: #F6F6F6;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}

.pankuzu ul {
    width: 96%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li a {
    text-decoration: none;
    color: #999;
}

.pankuzu li a::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
}

.pankuzu li a:hover {
    color: #111;
}

.pankuzu li i {
    padding-right: 5px;
}






/*
メインコンテンツ
-------------------------------------------*/
.content {
    width: 100%;
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cont_wrap {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;

}

#sub_top {
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
    padding-top: 260px;
    width: 100%;
    background-size: cover;
    color: #FFF;


    font-size: 2.50em;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 1px;

    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-shadow: 2px 2px 8px #666,
        -2px 2px 8px #666,
        2px -2px 8px #666,
        -2px -2px 8px #666;

}


}

#index_top {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#index_top ul.sm-slider {
    position: relative;
}

#index_top #top_catch {
    position: absolute;
    top: 40%;
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #FFF;
}

#index_top #top_catch h2 {
    font-size: 50px;
    letter-spacing: 2px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
}

#index_top #top_catch p {
    font-size: 14px;
}

.content h2 {
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;

    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    clear: both;
}

.content h2 span {
    letter-spacing: 2px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

    font-size: 0.7em;
    color: #999;
}

.content h3 {
    letter-spacing: 2px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    /*	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 44px;
    font-weight: normal;
    color: #111;
    clear: both;
}

.content h3::after {
    display: block;
    width: 5px;
    height: 25px;
    position: absolute;
    top: 17px;
    left: 20px;
    background-color: #5483D9;
    content: '';
}

.content h3 span {
    font-size: 16px;
    color: #888;
    letter-spacing: 2px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-left: 15px;
}

.content h4 {
    font-size: 20px;
    color: #555;
    /*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;*/
    letter-spacing: 0.1em;
    padding: 10px;
    font-weight: bold;
    clear: both;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
}


.content p {
    font-size: 1.1em;
}


/*
コンテンツ大ボタン
-------------------------------------------*/
.content .btn_001 a {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border: 5px solid #F6F6F6;
    text-decoration: none;
    display: block;
    width: 88%;
    background-color: #333333;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
    clear: both;
}

.content .btn_001 a i {
    padding-right: 10px;
}

.content .btn_001 a:hover {
    color: #333333;
    text-align: center;
    background-color: #FFF;
    width: 90%;
    border-top-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #333333;
}

.img_center {
    margin: 0 auto;
    padding: 10px 30px;
}

.img_left {
    float: left;
    padding: 0px 30px;
}

.img_right {
    float: right;
    padding: 0px 30px;
}

.content .img_left p {
    font-size: 12px;
    margin: 0px;
}

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

    .img_center {
        width: 90%;
        margin: 0 auto;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .img_left {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .img_right {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }


}


/*　院長紹介
-------------------------------------------------------------------------　*/
#drSec {
    padding-top: 0px;
    clear: both;
    width: 100%;

}


#drSec h2 {
    font-size: 2.0em;
    line-height: 45px;
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
}

#drSec h2 span {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 0.7em;
    color: #999;
}


.drInr {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0px;
    position: relative;
    z-index: 0;
}

.drInr:after {
    content: "";
    width: 100%;
    height: 80%;

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.drImg {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
}

.drImg img {
    margin: 0 auto;
}

.drInfo {
    float: right;
    width: 45%;
}

.drInfo h3 {
    font-size: 1.85rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.6;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.drInfo h4 {
    font-size: 1.0rem;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.drInfo span {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0061AF;
    margin-bottom: 20px;
}


@media only screen and (max-width: 1080px) {
    #drSec {
        width: 100%;
        margin: 0 auto;
    }

    #drSec h2 {
        font-size: 1.6em;
    }

    .drInr h2 {
        font-size: 1.6em;
    }

}


@media only screen and (max-width: 1080px) {
    .drInr {
        width: 100%;
        margin: 0 auto;
    }

}

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

    #drSec {
        padding-top: 30px;
    }



    .drImg {
        width: 100%;
        margin-bottom: 20px;
    }

    .drInfo {
        width: 90%;
        padding-right: 0%;
        margin: 0 auto;
        text-align: left;
    }



    .drInfo h3 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .drInr {
        padding-top: 40px;
    }

}

@media only screen and (max-width: 768px) {
    #drSec {
        padding-top: 0px;
    }


    #drSec h2 {
        font-size: 1.2em;
    }

    .drInr h2 {
        font-size: 1.2em;
    }
}


/* BPSと一般の流れ
------------------------------------------------------------------------- */

ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
    margin-left: 30px;
    margin-right: 30px;
}


ul.flow_list li{
	border: 5px solid #C4DFF9;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 4px 15px;
    position: relative;
}

ul.flow_list li h4{
	margin-left: -5px;
}


ul.flow_list li::after{bottom: -34px;
    color:#C4DFF9;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ul.flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.15em;
}




/*　アクセス案内
-------------------------------------------------------------------------　*/

#mapSec {
    clear: both;
    width: 100%;
    padding-top: 30px;
}

.mapInr {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}



.mapInr h3 {
    letter-spacing: 2px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 44px;
    font-weight: normal;
    color: #111;
    clear: both;
}

.mapInr h3::after {
    display: block;
    width: 5px;
    height: 25px;
    position: absolute;
    top: 17px;
    left: 20px;
    background-color: #5483D9;
    content: '';
}

.mapInr h3 span {
    font-size: 16px;
    color: #888;
    letter-spacing: 2px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-left: 15px;
}

.mapInr p {
    margin: 0 auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
}


.mapInr dl {
    margin: 0 auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.mapInr dl dt {
    position: absolute;
}

.mapInr dl dd {
    position: relative;
    margin-left: 350px;
    height: 250px;
    padding: 10px;
}

.mapInr dd span {
    font-size: 16px;
    color: #444;
    letter-spacing: 2px;

    padding: 10px 35px;
}


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


    .mapInr dl {
        margin: 0 auto;
        width: 80%;

    }

    .mapInr dl dt {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .mapInr dl dd {
        width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }




    .mapInfo h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .mapInr {
        padding-top: 40px;
    }

}





/*
各種テーブル
-------------------------------------------*/
/* 診療表　*/
.content table.table_01 {
    width: 96%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.content table.table_01 th,
.content table.table_01 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding: 20px;
}

.content table.table_01 th {
    font-size: 17px;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    width: 33%;
}

.content table.table_01 td {
    font-size: 17px;
    line-height: 30px;
    background-color: #FFF;
}

.content table.table_01 td.td_price {
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    color: #008C69;
    font-weight: bold;
}


/* 求人　*/
.content table.table_02 {
    width: 96%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 900px;
    border: 1px;
    border-style: solid;
    border-color: #CCC;

}

.content table.table_02 th,
.content table.table_02 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding: 20px;
}

.content table.table_02 th {
    font-size: 18px;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    width: 33%;
    background-color: #F6F6F6;
}

.content table.table_02 td {
    font-size: 17px;
    line-height: 30px;
    background-color: #FFF;
}

.content table.table_02 td .price {
    font-size: 27px;
    text-align: center;
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}




#mailform table.m_form {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

#mailform table.m_form th {
    text-align: right;
    border-right-width: 4px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: dotted;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    font-size: 14px;
    font-weight: normal;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#cont_base #mailform table.m_form th p {
    font-size: 10px;
    line-height: 14px;
    color: #999;
    margin: 0px;
    padding: 0px;
}

#cont_base #mailform table.m_form th span {
    color: #FF0000;
    padding-left: 5px;
    padding-right: 5px;
}

#mailform table.m_form td {
    padding: 10px;
    background-color: #FFF;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    border-bottom-width: 1px;
    font-size: 14px;
}

form input.form_btn {
    background-color: #333;
    color: #FFF;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid #EEE;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

form input.form_btn:hover {
    background-color: #FFF;
    color: #333;
    border-top-color: #333;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #333;
    cursor: pointer;
}

.small {
    font-size: smaller;
    color: #666;
}

.chui {
    color: #F03600;
}

#cont_base .content .navi_sitemap li {
    padding-left: 20px;
}

.table_01 caption {
    font-size: 14px;
    line-height: 30px;
    background-color: #E5E5E5;
    color: #111;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}

.table_01 th span {
    font-size: 12px;
    color: #CCC;
}


/*
FAQ
-------------------------------------------*/

.mod_menu {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 15px;
    margin-bottom: 100px;
}

.mod_menu .tit {
    font-size: 1.0rem;
    margin-bottom: 18px;
}

.mod_menu > .txt {

    line-height: 1.8;
    margin-bottom: 27px;
    letter-spacing: .02em;
}


/* 3つ　*/
.mod_menu .menuList > li {
    display: table;
    float: left;
    width: 31.333%;
    margin-bottom: 9px;

}

.mod_menu .menuList > li:not(:nth-of-type(2n)) {
    margin-left: 10px;
    margin-right: 10px;
}

.mod_menu .menuList > li > a {
    line-height: 1.33;
    font-size: 18px;
    display: table-cell;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .1rem;
    color: #fff;
    background: #5483D9;
    text-decoration: none;
}

.mod_menu .menuList > li > a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


@media screen and (max-width: 768px) {
    .mod_menu .menuList > li {

        width: 30%;
    }
}

@media screen and (max-width: 460px) {
    .mod_menu .menuList > li {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 9px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .mod_menu .menuList > li > a {
        display: table-cell;


    }

}


/* 4つ　*/
.mod_menu .menuList4 > li {
    display: table;
    float: left;
    width: 23.0%;
    margin-bottom: 9px;

}

.mod_menu .menuList4 > li {
    margin-left: 10px;
    margin-right: 10px;
}

.mod_menu .menuList4 > li > a {
    line-height: 1.33;
    font-size: 18px;
    display: table-cell;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .1rem;
    color: #fff;
    background: #5483D9;
    text-decoration: none;
}

.mod_menu .menuList4 > li > a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


@media screen and (max-width: 1200px) {
    .mod_menu .menuList4 > li {
        font-size: 15px;
        width: 46.0%;
        height: 50px;
    }
}

@media screen and (max-width: 640px) {
    .mod_menu .menuList4 > li {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 9px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .mod_menu .menuList > li > a {
        display: table-cell;


    }

}


/* 施設・設備紹介 */
/*

.hover_image_wrap {
	display: flex;
	margin: 0 0 0em;
}
.col04 .hover_image {
	width: 25%;
}*/

/*
.col04 .hover_image {
	width: 24%;
}
.col03 .hover_image {
	width: 32.4%;
}
.col02 .hover_image {
	width: 49.3%;
}*/

/*
.hover_image {
	position: relative;
	margin: 0 8px 0 0;
	overflow: hidden;
}
.hover_image:last-child {
	margin: 0;
}
.hover_image a {
	display: block;
}
.caption_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	background: rgb(0,0,0,0.6);
	color: #ffffff;
	text-align: center;
	transition: 0.5s;
}

.hover_image a:hover .caption_txt {
	opacity: 1;
}


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

	.hover_image_wrap {
		flex-wrap: wrap;
	}
	.col04 .hover_image,
	.col03 .hover_image,
	.col02 .hover_image {
		width: 100%;
	}
	.hover_image {
		margin: 0 0 10px 0;
	}
}
*/

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


/* 全体のスタイル */
.swiper-wrapper {
    width: 100%;
    height: 100%;
}

/* 全スライド共通スタイル */
.swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
}


/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
.swiper-slide:nth-child(4n+1) {}

/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
.swiper-slide:nth-child(4n+2) {}

/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
.swiper-slide:nth-child(4n+3) {}

/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
.swiper-slide:nth-child(4n+4) {}

.caption_txt {
    color: #222;
    text-align: center;
    margin-top: 15px;
}

.caption_txt span {
    color: #5483D9;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

/* Swiperの親要素 */
.swiper-parent {
    position: relative;
    margin-bottom: 50px;
}

/* Swiper本体 */
.swiper-container {
    width: calc(100% - 100px);
    /* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
    padding-bottom: 50px;
    /* ★ページネーション・スクロールバー分の余白50pxを下に取る */
    box-sizing: content-box;
}

/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
.swiper-button-prev,
.swiper-button-next {
    top: calc((100% - 50px) * 0.5);
    /* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
    margin-top: -22px;
    /* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}




/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    /* デフォルトのボタン画像を消す */
    width: 28px;
    /* ボタンの幅 */
    height: 86px;
    /* ボタンの高さ */
    margin-top: -40px;
    /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}

/* 前ページボタンのスタイル */
.swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a8";
    /* angle-double-leftのUnicode */
    font-size: 50px;
    font-weight: 900;
    background: #ffffff;
    color: #769CE1;
}

/* 次ページボタンのスタイル */
.swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    /* angle-double-rightのUnicode */
    font-size: 50px;
    font-weight: 900;
    background: #ffffff;
    color: #769CE1;
}


@media screen and (max-width: 760px) {
    .swiper-pagination {
        display: none;
    }


    /* 前ページボタンのスタイル */
    .swiper-button-prev:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0a8";
        /* angle-double-leftのUnicode */
        font-size: 30px;
        font-weight: 900;
        background: #ffffff;
        color: #769CE1;
    }

    /* 次ページボタンのスタイル */
    .swiper-button-next:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0a9";
        /* angle-double-rightのUnicode */
        font-size: 30px;
        font-weight: 900;
        background: #ffffff;
        color: #769CE1;
    }
}


/*-----　FAQ　--------*/
.content dl.faq {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    /*  border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;*/
}

.content dl.faq dt {
    font-size: 22px;
    line-height: 30px;
    position: relative;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 65px;
    background-color: #eef4ff;
    color: #111;
    /*  border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;*/
}

.content dl.faq dt span {
    font-size: 18px;

    font-weight: bold;
    color: #FFF;
    background-color: #5483D9;
    text-align: center;
    display: block;
    width: 55px;
    padding-top: 10px;
    height: 40px;
    /*   border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/
    position: absolute;
    top: -0px;
    left: -0px;
    z-index: 10;
}

/*
.content dl.faq dt span::before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -0px;
    margin-left: -1px;
    border-right: 1px solid transparent;
    border-top: 20px solid #5483D9;
    border-left: 10px solid transparent;
    z-index: 0;
    transform: rotate(-40deg);
}*/

.content dl.faq dd {
    font-size: 1.1em;
    line-height: 1.8;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}


@media screen and (max-width: 1200px) {
    .content dl.faq {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

}


@media screen and (max-width: 768px) {
    .content dl.faq dt {
        font-size: 18px;
        line-height: 20px;
    }

    .content dl.faq dt span {
        font-size: 15px;
        width: 45px;
        padding-top: 10px;
        height: 30px;
    }

    .content dl.faq dd {
        font-size: 1.0em;
        line-height: 1.8;
    }
}



/*-----　初診　--------*/

.flow ul {
    width: 100%;
    margin: 0 auto;

}

.flow li {
    list-style-type: none;
}

.flow dd {
    margin-left: 0;
}

.flow > li {
    position: relative;
}


/*.flow > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}*/

.flow > li dl {
    width: 95%;
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: top;
    /* border: 2px solid rgb(107,144,219);
  border-radius: 10px;*/
    position: relative;
}

.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: rgb(107, 144, 219);
}

.flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #5483D9;
}

.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107, 144, 219);
    -ms-flex-preferred-size: 20%;
    /*   flex-basis: 25%;*/

    margin-right: 10px;
    text-align: center;
}

.flow > li dl dt .icon {
    font-size: 18px;
    color: #fff;
    background: rgb(107, 144, 219);
    background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}

.flow > li dl dd {
    margin-right: 10px;
    font-size: 18px;
}

.flow > li dl dd span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107, 144, 219);
}

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


    .flow > li dl dt dd {
        width: 90%;
        padding: 35px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: top;

    }


    .flow > li:not(:last-child) dl::before {
        border-width: 15px;
        border-top-color: rgb(107, 144, 219);
    }

    .flow > li:not(:last-child) dl::after {
        border-width: 15px;
        border-top-color: #5483D9;
    }
}

/*-----　滅菌・消毒　--------*/

.flow-m ul {
    width: 100%;
    margin: 0 auto;

}

.flow-m li {
    list-style-type: none;
}

.flow-m dd {
    margin-left: 0;
}

.flow-m > li {
    position: relative;
}



.flow-m > li dl {
    width: 95%;
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: top;
    /* border: 2px solid rgb(107,144,219);
  border-radius: 10px;*/
    position: relative;
}



.flow-m > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107, 144, 219);
    -ms-flex-preferred-size: 20%;
    /*   flex-basis: 25%;*/

    margin-right: 10px;
    text-align: center;
}

.flow-m > li dl dt .icon {
    font-size: 18px;
    color: #fff;
    background: rgb(107, 144, 219);
    background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}

.flow-m > li dl dd {
    margin-right: 10px;
    font-size: 18px;
}

.flow-m > li dl dd span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107, 144, 219);
}

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


    .flow-m > li dl dt dd {
        width: 90%;
        padding: 35px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: top;

    }


    .flow-m > li:not(:last-child) dl::before {
        border-width: 15px;
        border-top-color: rgb(107, 144, 219);
    }

    .flow-m > li:not(:last-child) dl::after {
        border-width: 15px;
        border-top-color: #5483D9;
    }
}

/*
治療　３つ 
-------------------------------------------*/
ul.features-list3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.features-list3 li {
    width: 32%;
    position: relative;
    margin-bottom: 30px;
}

ul.features-list3 li {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #FFF;
    text-decoration: none;
    color: #333;

    box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 10px 0px;
}

ul.features-list3 li img {
    width: auto;
    max-width: 100%;

    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}


ul.features-list3 li span {
    display: block;
    padding-top: 10px;
    font-size: 1.7em;
    letter-spacing: 1px;
}





/*
求人　４つの特徴 
-------------------------------------------*/
ul.features-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.features-list li {
    width: 47%;
    position: relative;
    margin-bottom: 30px;
}

ul.features-list li {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #FFF;
    text-decoration: none;
    color: #333;

    box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 10px 0px;
}

ul.features-list li img {
    width: auto;
    max-width: 100%;

    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}

/*ul.features-list li a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}*/

ul.features-list li span {
    display: block;
    padding-top: 10px;
    font-size: 1.7em;
    letter-spacing: 1px;
}

/*ul.features-list li a:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
    border: 1px solid #000;
    color: #000;
}*/


/*
医院の特徴
-------------------------------------------*/
ul.cl-features-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.cl-features-list li {
    width: 47%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.cl-features-list li {
    display: block;
    overflow: hidden;
    line-height: 1.6;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

ul.cl-features-list li img {
    width: auto;
    max-width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}



ul.cl-features-list li span {
    display: block;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    color: #5483D9;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}


ul.cl-features-list li .pcview {}

ul.cl-features-list li .spview {
    display: none;
}





@media screen and (min-width:960px) {
    body {
        font-size: 16px;
    }

    .sm-slider,
    .sm-slider::after {
        top: 100px !important;
    }



    /*
サブトップ
-------------------------------------------*/
    #sub_top.concept {
        background-image: url(../img/sub_top_concept.jpg);
    }


    #sub_top.faq {
        background-image: url(../img/sub_top_faq.jpg);
    }

    #sub_top.menu {
        background-image: url(../img/sub_top_menu.jpg);
    }

    #sub_top.recruit {
        background-image: url(../img/sub_top_recruit.jpg);
    }

    #sub_top.profile {
        background-image: url(../img/sub_top_profile.jpg);
    }

    #sub_top.access {
        background-image: url(../img/sub_top_access.jpg);
    }

}



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


    ul.features-list li {
        width: 47%;
    }

    ul.features-list li span {
        font-size: 1.3em;
    }

    /*サブトップ*/
    #sub_top.concept {
        background-image: url(../img/sub_top_concept_sp.jpg);
    }

    #sub_top.faq {
        background-image: url(../img/sub_top_faq_sp.jpg);
    }

    #sub_top.menu {
        background-image: url(../img/sub_top_menu_sp.jpg);
    }

    #sub_top.recruit {
        background-image: url(../img/sub_top_recruit_sp.jpg);
    }

    #sub_top.profile {
        background-image: url(../img/sub_top_profile_sp.jpg);
    }

    #sub_top.access {
        background-image: url(../img/sub_top_access_sp.jpg);
    }

}

@media screen and (max-width:640px) {
    #sub_top {
        height: 150px;
        line-height: 150px;
        padding-top: 50px;
        font-size: 1.50em;
        background-position: center 50px;
    }

    ul.features-list li {
        width: 98%;
    }

    ul.cl-features-list li {
        width: 98%;
    }


    ul.cl-features-list li span {
        font-size: 20px;
    }



    ul.cl-features-list li .pcview {
        display: none;
    }

    ul.cl-features-list li .spview {
        display: block;
    }
}


}

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

    .content table.table_01 th,
    .content table.table_01 td {
        width: 100% !important;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content table.table_01 th {
        background-color: #F6F6F6;
    }


    #index_top #top_catch h2 {
        font-size: 30px;
    }

    #sub_top {
        font-size: 1.0em;
    }

    .content h2 {
        font-size: 24px;
    }

    .content h2 span {
        font-size: 12px;
    }

}

/*
エフェクト
-------------------------------------------*/
.effect {
    margin-top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
}
