@charset "utf-8";


/*-----------------------------------------------------------------*/
/*common*/
/*-----------------------------------------------------------------*/
.title01 {
    background: url(../img/common/title_bg_01.png) no-repeat;
    width: 1000px;
    height: 64px;
    font-size: 30px;
    padding: 15px 0 0 0;
}

.title02 {
    border-left: 4px #036eb8 solid;
    padding: 8px 0 8px 10px;
    font-size: 16px;
    font-weight: bold;
}


/*-----------------------------------------------------------------*/
/*header*/
/*-----------------------------------------------------------------*/

#header {
    max-width: 1200px;
    margin: 0 auto;
    /*min-height: 95px;*/
    /* padding: 8px 0 0 0; */
    font-size: 14px;
    line-height:1.25;
}
#header > .inner{
    margin:30px 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
/* #header > .inner .logoBox,
#header > .inner .toiBox{
    display:table-cell;
    vertical-align:middle;
} */
/* #header h1{
    margin-bottom:15px;
} */
/*
#header .logoBox {
float: left;
margin-bottom: 40px;
}
#header .toiBox {
float: right;
}
*/
/* ここから */
/* #header .toiBox{
    width:530px;
}
#header .toiBox p {
    margin: 0 0 0 0;
    color: #000;
}
#header .toiBox .telBox a {
    margin: 0 0 0 15px;
}
#header .toiBox .telBox p{
    margin:0;
    padding-left:38px;
} */

#header .logoBox {
    position: relative;
    left: 30px;
}
#footer .logo-image-area {
    position: relative;
    left: 30px;
    display: block;
}
@media screen and (max-width:700px) {
    #header .logoBox {
        
    }

    #footer .logo-image-area {
        position: relative;
        left: unset;
        text-align: center;
    }
    #footer .logo-image-area img {
        width: 90% !important;
    }
}

/* ここまで */
/*診療仮予約ボタン追加の設定*/
#header .toiBox .telBox02{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#header .toiBox .telBox02 p{
    color: #036eb8;
    margin-bottom: 8px;
    font-size: 15px;
}
#header .toiBox .telBox02 img{
    margin-bottom: 8px;
    width: 320px;
}
#header .toiBox .telBox02 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 24px;
    border: 1px solid #036eb8;
    position: relative;
}
#header .toiBox .telBox02 a:hover{
    background: #036eb8;
    /* border: none; */
    color: #fff;
}
#header .toiBox .telBox02 a::after{
    content: "";
    display: block;
    position: absolute;
    top: 6.5px;
    right: 17px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #036eb8;
    border-right: solid 1px #036eb8;
    transform: translateY(-50%);
    transform: rotate(135deg);
}
#header .toiBox .telBox02 a:hover::after{
    content: "";
    display: block;
    position: absolute;
    top: 6.5px;
    right: 17px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: translateY(-50%);
    transform: rotate(135deg);
}
#header .toiBox .reservation{
    width:210px;
    float:right;
    margin-left:30px;
}


/*-----------------------------------------------------------------*/
/*navi*/
/*-----------------------------------------------------------------*/

#navi {
    /*border-top: #f6f1ea 3px solid;*/
    box-shadow:0px 5px 10px -5px #bdbdbd;
    -moz-box-shadow:0px 5px 10px -5px #bdbdbd;
    -webkit-box-shadow:0px 5px 10px -5px #bdbdbd;
    z-index: 10;
    position: relative;
    background:url(../img/common/menu_bg.jpg) repeat-x bottom left;
    line-height:1.25;
}

#navi ul {
    width: 1200px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    text-align: center;
}

#navi ul li {
    display: table-cell;
    vertical-align: middle;
    /*float:left;*/
}
#navi ul li a:hover img {
    opacity: 1;
    filter: alpha(opacity=60);
}

#navi ul li a {
    /*border-top: #f6f1ea 3px solid;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 30px 0;*/
}

#navi ul li a.active {
    /*border-top: #d6363a 3px solid;
    background: url(../img/common/arrow_red.png) no-repeat center 0;*/
}

#navi ul li a:hover {
    /*border-top: #d6363a 3px solid;
    background: url(../img/common/arrow_red.png) no-repeat center 0;*/
}

/*-----------------------------------------------------------------*/
/*footer*/
/*-----------------------------------------------------------------*/
#footerEntry{
    margin-top:40px;
    background:transparent url(../img/common/pagetop_bg.png) left bottom repeat-x;
    text-align:right;
    padding: 0 0 5px 0;
}

#footerEntry div{
    width: 1200px;
    margin: 0 auto;
}

#footerEntry a{
}

#footerEntry p{
    margin:0 auto;
    width:1200px;
}

#footer{
    padding:30px 0 0 0;
    background:url(../img/common/footer_bg2.jpg) no-repeat center top;
    background-size:1400px auto;
    line-height:1.25;
}
#footer .container{
    width: 1200px;
    margin: 0 auto;
}
#footer .container p{
    margin-top:15px;
    margin-bottom:15px;
    clear:both;
}
#footer .container .adress{
    width:580px;
    float:left;
}
#footer .adress iframe{
    border:none;
}
#footer .container .footermenu{
    width:590px;
    float:right;
}
#footer .container .footermenu ul{
    margin-left:-20px;
    margin-bottom:40px;
}
#footer .container .footermenu ul li{
    width:150px;
    float:left;
    margin:0 0 0 50px;
}
#footer .container .footermenu ul li ul li{
    float: none;
    margin: 0 0 10px 10px;
    position: relative;
    background:url(../img/common/ico_sankaku.png) no-repeat 0 3px;
    padding-left:10px;
}
#footer .container .footermenu ul li .textIn{
    margin-left:30px;
}
#footer .container .footermenu a{
    text-decoration:none;
    color:#666666;
}
#footer .container .footermenu p{
    color:#036eb8;
    font-size: 16px;
}
#footer .container .footermenu table{
    /* width:573px; */
    border:#b8b9b7 solid 1px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}
#footer .container .footermenu table th{
    background-color:#036eb8;
    color: #fff;
    font-weight:bold;
}
#footer .container .footermenu table th:first-of-type {
    background-color:#fff;
    color: #666;
    font-weight:normal;
    font-size: 15px;
}

#footer .container .footermenu table thead th,
#footer .container .footermenu table tbody th,
#footer .container .footermenu table tbody td{
    padding:10px 20px;
    text-align:center;
    vertical-align:middle;
    border-bottom:#b8b9b7 solid 1px;
}
#footer .container .footermenu table thead th,
#footer .container .footermenu table tbody td {
    border-left: 1px solid #b8b9b7;
}
/* #footer .container .footermenu table thead th,
#footer .container .footermenu table tbody td:first-of-type {
    border-left:none;
} */
#footer .container .footermenu table tbody tr:last-child th,
#footer .container .footermenu table tbody tr:last-child td {
    border-bottom: none;
}
footer small{
    background: #036eb8;
    color:#FFF;
    padding: 20px 5px;
    display: block;
    text-align: center;
    margin-top:30px;
}
footer small a{
    color: #FFF;
    text-decoration: underline;
}
footer small a:hover{
    text-decoration: none;
}
#footer .textBlock{
    color:#666 !important;
    margin-top:5px !important;
}


/*-----------------------------------------------------------------*/
/*content*/
/*-----------------------------------------------------------------*/
.mainTitle {
    background: url(../img/common/title_bg_02.png) no-repeat center #036eb8;
    color: #fff;
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 40px 0 0 0;
}

.mainTitle h2 {
    font-size: 36px;
    line-height: 1.25;
}

.mainTitle #breadCrumbs {
    padding: 10px 0 0 0;
}

.mainTitle #breadCrumbs li {
    display: inline-block;
}

.mainTitle #breadCrumbs li span {
    padding: 0 10px;
}

.mainTitle #breadCrumbs a {
    color: #fff;
    text-decoration: none;
}

.mainTitle #breadCrumbs a:hover,
.topInfo li a:hover,
#footer .container .footermenu a:hover {
    text-decoration: underline;
}

/*#content {
width:1400px;
margin:0 auto;
}*/

.wrapper {
    max-width:1200px;
    margin:0 auto;
    padding: 40px 0;
}

.box {
    max-width:1400px;
    margin:0 auto;
}

.wrap{
    margin-right:auto;
    margin-left:auto;
    width:1000px;
    box-sizing:border-box;
}

.home .wrap{
    width:1200px;
}

.section{
    margin-bottom:60px;
}

/* 背景
------------------------------------ */
.pattern01Bg{
    background:transparent url(../img/common/pattern_bg01.png) left top repeat;
}

/* リード
------------------------------------ */
.leadTitle{
    margin:50px 0 35px;
    font-size:200%;
    color:#036eb8;
    text-align:center;
}

.leadText{
    margin:0 0 35px;
}


/* 見出し
------------------------------------ */
.heading01{
    position:relative;
    margin-bottom:40px;
    padding:0 0 5px;
    border-bottom:2px solid #e7e6e6;
    font-size:214%;
    line-height:1.3;
}

.heading01:after{
    position:absolute;
    content:"";
    bottom:-2px;
    left:0;
    z-index:2;
    width: 30px;
    height:2px;
    background:#036eb8;
}

.heading02{
    margin:15px 0 15px;
    padding:7px 0 7px 16px;
    border-left:4px solid #036eb8;
    font-size:128%;
    line-height:1.3;
}

.heading03{
    position:relative;
    margin-bottom:40px;
    padding:12px 0;
    border-top:2px solid #e7e6e6;
    border-bottom:2px solid #e7e6e6;
    font-size:214%;
    line-height:1.3;
}

.heading03 .num{
    padding:0 .5em;
    color:#036eb8;
    font-size:133%;
    vertical-align:middle;
}

.heading03:after,
.heading03:before{
    position:absolute;
    content:"";
    left:0;
    z-index:2;
    width: 30px;
    height:2px;
    background:#036eb8;
}

.heading03:after{
    bottom:-2px;
}

.heading03:before{
    top:-2px;
}

.heading04{
    position:relative;
    margin:0 0 45px;
    text-align:center;
    line-height:1.3;
}

.heading04 span{
    position:relative;
    z-index:2;
    display:inline-block;
    padding:0 45px;
    background:#fff;
    color:#666;
    font-size:200%;
    text-align:left;
}

.heading04:before{
    position:absolute;
    top:50%;
    z-index:1;
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:#e7e6e6;
}

.heading05{
    font-size:171%;
    color:#036eb8;
}

.heading06{
    font-size:120%;
    margin-top: 5px;
}

/* リスト
------------------------------------ */
.circle li:before{
    content:"\30FB";
    color:#036eb8;
}

.defList dd,
.defList .txt{
    margin:0 0 45px;
}

/* 画像
------------------------------------ */
.imgR{
    float:right;
    margin-left:40px;
}

.imgL{
    float:left;
    margin-right:40px;
}

/* テキスト
------------------------------------ */
.textBlock p{
    margin:0 0 2em;
}

.notice{
    font-size:86%;
    line-height:1.5;
}

/* 枠
------------------------------------ */
.frame{
    margin:20px 0;
    padding:20px 48px 30px;
    background:#f8f8f6;
    border-radius:15px;
}

.frame2{
    margin:20px 0;
    padding:20px;
    background:#f8f8f6;
    border-radius:15px;
}

.frame3{
    position:relative;
    margin:20px 0;
    padding:20px 20px 25px;
    border:2px solid #f0f0f0;
    border-radius:15px;
}

.frame3 .title{
    position:relative;
    margin:0 0 10px;
    padding:2px 0 0 48px;
    font-size:214%;
    line-height:1.3;
    color:#036eb8;
}

.frame3 .title:before{
    position:absolute;
    top:50%;
    left:0;
    content:"";
    display:inline-block;
    margin:-20px 0 0 0;
    width:40px;
    height:40px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-size: cover;
}

.frame3 .tit01:before{
    background-image:url(../img/top/ico_trouble01.png);
}


/*-----------------------------------------------------------------*/
/*Contact*/
/*-----------------------------------------------------------------*/
.contactBox{
    margin-top:70px;
    margin-bottom:45px;
    padding:20px 36px 20px 42px;
    border:4px solid #036eb8;
    border-radius:15px;
    background:transparent url(../img/common/contact_bg.png) right center no-repeat;
    background-size:auto 100%;
}

.contactBox .title{
    margin:0 0 10px;
    padding:0 0 15px 50px;
    border-bottom:2px solid #e7e6e6;
    background:transparent url(../img/common/ico_tel.png) 0 0 no-repeat;
    color:#036eb8;
    font-size:214%;
    line-height:1.3;
    background-size: 40px 40px;
}

.contactBox .column{
    display:table;
    width:100%;
}

.contactBox .tel,
.contactBox .receptionTime{
    display:table-cell;
    vertical-align:middle;
}

.contactBox .tel dt{
    margin:0 0 15px;
    font-size:117%;
}

.contactBox .receptionTime{
    padding:0 0 10px;
    border:3px solid #b2b2b2;
    background:#fff;
}

.contactBox .receptionTime .receptionTitle{
    margin:0 0 10px;
    padding:2px 0 5px;
    background:#b2b2b2;
    color:#fff;
    font-size:128%;
    text-align:center;
}

.contactBox .receptionTime dl{
    display:table;
    margin:0 auto;
    line-height:1.6;
}

.contactBox .receptionTime dt{
    float:left;
    clear:left;
    width:5em;
}

.contactBox .receptionTime dd{
    padding:0 0 0 5.5em;
}

.contactBox .receptionTime .emp{
    color:#036eb8;
}

/*-----------------------------------------------------------------*/
/*Top*/
/*-----------------------------------------------------------------*/
.topSection .title{
    margin:0 0 15px;
    font-size:214%;
    line-height:1.3;
}

/* メインビジュアル
------------------------------------ */
#topMainvisual{
    position:relative;
    margin:0 0 50px;
    /*padding:114px 0 0 0;*/
    padding:100px 0 0 0;
    height:556px;
    background:transparent url(../img/top/main_bg.jpg) center top no-repeat;
}

#topMainvisual .topMainvisualText,
#topMainvisual .topMainvisualList{
    margin:0 auto;
    width:1200px;
}

#topMainvisual .topMainvisualText{
    margin-bottom:84px;
/*    margin-bottom:20px;*/
    text-align:center;
}

.topMainvisualList{
    display:table;
}

.topMainvisualList li{
    display:table-cell;
}

#topMainvisual .topMainvisualList li:nth-child(2){
    width:416px;
    text-align:center;
}

.topMainvisualList li a:hover img{
    opacity:.9;
}

/* できること
------------------------------------ */
.topAbility{
    padding:40px 600px 40px 0;
    background:transparent url(../img/top/ability_img01.jpg) right center no-repeat;
}
.topAbility .emp{
    color:#036eb8;
}
/* 相談出来ない悩み
------------------------------------ */
.topTrouble{
    display:table;
    margin:40px auto 50px;
    padding:9px;
    border:2px solid #2ea7e0;
}

.topTrouble .image,
.topTrouble .text{
    display:table-cell;
    vertical-align:middle;
}

.topTrouble .image{
    width:516px;
}

/* 診療項目
------------------------------------ */
.topConsulListWrap{
    padding-bottom:50px;
}

.topConsulList{
    margin:30px 0 0 0;
}

.topConsulList li{
    float:left;
    margin:0 15px 20px 0;
    line-height:1.3;
}

.topConsulList li:nth-child(5n){
    margin-right:0;
}

.topConsulList li a,
.topConsulList li span{
    display:block;
    padding:15px 0;
    width:228px;
    border-radius:3em;
    background:#036eb8;
    text-align:center;
    font-size:127%;
    color:#fff;
    text-decoration:none;
}

.topConsulList li a{
    transition:opacity .3s ease-out .2s;
}
.topConsulList .fontSmall{
    font-size: 100%;
    padding: 9px 0;
}
.topConsulList li a:hover{
    opacity:.7;
}

/*パララックス*/
.para .paraInner{
    height: 280px;
    background-image: url(../img/top/para_bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.para .sp{
    display: none;
}

/* 悩み
------------------------------------ */
.topConsultaionWrap{
    margin-top: 75px;
}

.topConsultaionWrap .heading01{
    margin-bottom:0;
}

.topConsultation{
    padding:40px 0 0 0;
    min-height:496px;
    /* background:transparent url(../img/top/trouble_bg.jpg) center center no-repeat; */
}

/*4列の設定*/
.topConsultation02{
    padding:40px 0 0 0;
    min-height:510px;
    background:transparent url(../img/top/trouble_bg.jpg) center bottom no-repeat;
}

.consultationList li{
    position:relative;
    float:left;
    margin:0 10px 35px;
    padding:15px 15px 4.5em 15px;
    background:rgba(255,255,255,.8);
    border:2px solid rgba(238,238,238,.8);
    border-radius:15px;
    box-sizing:border-box;
    height: 260px;
}

.consultationList.column2 li{
    width:480px;
}

.home .consultationList.column2 li{
    width:380px;
}

.consultationList.column2 li:nth-child(2n+1){

}

.consultationList.column3 li{
    margin-right:45px;
    width:370px;
}

.consultationList.column3 li:nth-child(3n){
    margin-right:0;
}

/*4列の設定*/
/* .consultationList.column4 li{
    margin-right:28px;
    width:266px;
} */

/* .consultationList.column4 li:nth-child(4n){
    margin-right:0;
} */

.consultationList li .title{
    position:relative;
    margin:0 0 10px;
    padding:2px 0 0 48px;
    font-size:214%;
    line-height:1.3;
    color:#036eb8;
}

.consultationList #consulUtsu .title{
    padding-left:40px;
}

.consultationList li .title:before{
    position:absolute;
    top:50%;
    left:0;
    content:"";
    display:inline-block;
    margin:-20px 0 0 0;
    width:40px;
    height:40px;
    background-position:0 0;
    background-repeat:no-repeat;
}

.consultationList #consulMci .title:before{
    background-image:url(../img/top/ico_trouble07.png);
    background-size: cover;
}

.consultationList #consulNonsmoking .title:before{
    background-image:url(../img/top/ico_trouble09.png);
    background-size: cover;

}

.consultationList #consulUtsu .title:before{
    background-image:url(../img/top/ico_trouble03.png);
    background-size: cover;
}

.consultationList #consulFumin .title:before{
    background-image:url(../img/top/ico_trouble04.png);
    background-size: cover;
    margin-right:40px;
}

.consultationList #consulTougou .title:before{
    background-image:url(../img/top/ico_trouble05.png);
    background-size: cover;
}

.consultationList #consulPuberty .title:before{
    background-image:url(../img/top/ico_trouble06.png);
    background-size: cover;
}

.consultationList #consulFemale .title:before{
    background-image:url(../img/top/ico_trouble08.png);
    background-size: cover;
}

.consultationList dt{
    margin:0 0 10px;
    font-size:128%;
    letter-spacing:-1px;
    line-height:1.3;
}

.consultationList dd,
.consultationList .text{
    line-height:1.6;
}

.consultationList li .moreBtn{
    position:absolute;
    right:15px;
    bottom:15px;
    line-height:1.3;
}

.consultationList li .moreBtn a{
    display:inline-block;
    padding:10px 20px;
    border-radius:20px;
    background:#036eb8;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    transition:opacity .3s ease-out .2s;
}

.consultationList li .moreBtn a:hover{
    opacity:.7;
}
#consulNonsmoking{
    height: 260px;
}
#consulPuberty{
    height: 260px;
}


/* 20200311追加 */

.consultationShinri {
    margin: 30px auto 60px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.consultationShinri .flex .introBlock {
    width: 78%;
    border-top: none;
    padding: 0;
    margin: 0;
}

.consultationShinri .flex .introBlock .heading02{
  margin: 0 0 15px;
}

.flex .introOther .block{
  padding: 0 26px;
}

@media screen and (max-width:700px){
  .consultationShinri {
      margin: 40px auto 30px;
  }

  .consultationShinri .flex .introBlock {
    width: 100%;
}

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

.flex {
    flex-wrap: wrap;
}

.introBlock.btm{
  border-top: none;
}

.flex .introOther .block {
    padding: 0;
}
}



/*-----------------------------------------------------------------*/
/*topInfo*/
/*-----------------------------------------------------------------*/
.topInfo {
    /* background: url(../img/top/news_bg.png); */
    padding: 50px 0;
}

.topInfo h2 {
    font-size: 30px;
    letter-spacing: -0.025em;
}

.topInfo h2::before {
    content: "◯";
    font-weight: bold;
    color: #036eb8;
    padding: 0 5px 0 0;
}

.topInfo .newsBox {
    float: left;
    width: 580px;
}

.topInfo .newsBox li {
    padding: 15px 0;
    margin: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px dashed #036eb8;
    letter-spacing: -0.025em;

}

.topInfo .blogBox {
    float: right;
    width: 580px;
}

.topInfo .blogBox li{
    padding: 15px 0;
    margin: 0 20px;
    line-height: 1.5;
    letter-spacing: -0.025em;
    border-bottom: 1px dashed #036eb8;
}

.topInfo li a {
    /* padding: 15px 20px; */
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.topInfo li:nth-child(odd) {
    /* background: rgba(255,249,170,0.5); */
    /* border-bottom: 1px dashed #036eb8; */
}

.topInfo .blogBox li .date {
    margin: 0 10px 0 0;
    color: #000739;
}

.newMark {
    background: #036eb8;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 5px 5px 3px 5px;
    border-radius: 3px;
    line-height: 1;
    top: 21px;
    left: 125px;
    font-size: 11px;
}

/*-----------------------------------------------------------------*/
/*blog*/
/*-----------------------------------------------------------------*/
.textBox {
    width: 860px;
    float: left;
}

.textBox .title01 {
    width: 860px;
}

#aside {
    width: 300px;
    float: right;
}

.textBox header {
    padding: 20px 0 0 0;
}

.articleText {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.5;
}

.textBox article {
    border-bottom: #e5e5e5 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.textBox .heading03{
    margin-bottom:0;
}

.archivePage .articleText img {
    float: left;
    margin: 0 10px 0 0;
}

.post-categories {
    padding: 10px 0;
    border-bottom: 1px #e5e5e5 dashed;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.pager{
    margin:40px 0;
    text-align:center;
}

.pager li{
    display:inline-block;
    margin:0 2px 0 3px;
}

.pager li a,
.pager li span{
    display:inline-block;
    padding:2px 10px;
    border:1px solid #036eb8;
    vertical-align:middle;
    text-decoration:none;
}

.pager li a:hover,
.pager li span{
    background:#036eb8;
    color:#fff;
}

#sideLatest,
#sideArchive,
#sideCategory {
    margin: 0 0 40px 0;
    line-height:1.25;
}

#sideLatest ul,
#sideArchive ul,
#sideCategory ul {
    padding: 10px 0;
}

#sideLatest li,
#sideArchive li,
#sideCategory li {
    padding: 0 0 10px 0;
}

#sideLatest img {
    float: left;
    margin:0 0 0 -90px;
}

#sideLatest li a {
    display:block;
    padding: 10px 10px 0 90px;
}

#sideLatest li::after,
.textBox article::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.more {
    text-align: right;
}

/*エディター*/
.articleText p {
    line-height: 1.75;
}
.articleText em {
    font-style:italic;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    font-weight: 500;
}
.articleText blockquote {
    position: relative;
    padding: 15px 15px 15px 60px;
    box-sizing: border-box;
    background: #f5f5f5;
    color: #555;
    border-left: 4px solid #ccc;
    display: inline-block;
    margin: 10px 0;
}
.articleText blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    content: "“";
    color: #bbb;
    font-size: 80px;
    line-height: 1;
}
.articleText blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}
.articleText blockquote cite {
    display: block;
    text-align: right;
    color: #888;
    font-size: 0.9em;
}
.articleText table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
}
.articleText table td {
    padding: 5px 10px;
    border: #ccc 1px solid;
}
.articleText img {
    max-width: 940px;
    height: auto;
    display: inline-block;
}
.articleText h2 {
    border-left: #ff9933 4px solid;
    padding: 7px 0 5px 15px;
    font-size: 24px;
    margin: 40px 0 20px;
    line-height: 1.25;
    font-weight: bold;
}
.articleText h3::before {
    content: "■ ";
    color: #ff9933;
}
.articleText h3 {
    font-size: 20px;
    padding: 10px 0;
    margin: 20px 0 0 28px;
    line-height: 1.25;
    text-indent: -28px;
    font-weight: bold;
}
.articleText h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin: 20px 0 0;
    font-weight: bold;
    color: #ff9933;
}
.articleText a:hover {
    text-decoration: none;
}
.articleText ul {
    list-style: initial;
}
.articleText ol,
.articleText ul {
    margin: 10px 0 10px 20px;
}
.articleText ol {
    list-style: decimal;
}
.articleText ol li,
.articleText li {
    list-style-type: inherit;
}
.articleText .alignleft {
    float: left;
    margin: 0 10px 5px 0;
}
.articleText .alignright {
    float: right;
    margin: 0 0 5px 10px;
}

/*-----------------------------------------------------------------*/
/*Consultation*/
/*-----------------------------------------------------------------*/
.consultationTroubleWrap{
    padding:0 0 140px;
    background:transparent url(../img/consultation/trouble_bg.jpg) center bottom no-repeat;
}

.consulListWrap ul{
    margin:40px 0;
    padding:0 0 50px;
    border-bottom:2px solid #e7e6e6;
}

.consulListWrap .topConsulList li a{
    width:188px;
}

/*-----------------------------------------------------------------*/
/*Access*/
/*-----------------------------------------------------------------*/
.accessImg {
    margin-bottom: 90px;
}
.accessAddress{
    display:table;
    margin:0 0 40px;
    width:100%;
}

.accessAddress dt,
.accessAddress dd{
    display:table-cell;
}

.accessAddress dd{
    text-align:right;
}

.accessMap{
    margin:0 0 50px;
    padding:15px 0;
    text-align:center;
}

.accessList li{
    display:inline-block;
    margin:0 30px 0 0;
    white-space:norwrap;
}

#gmapWrap{
    margin:0 0 30px;
}

#gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------------*/
/*Faq*/
/*-----------------------------------------------------------------*/
.faqLead{
    margin:-20px 0 40px 0;
    /* padding:30px 0 0 250px; */
    padding: 15px 50px 0;
    /* min-height:200px; */
    /* background:transparent url(../img/faq/img01.jpg) left top no-repeat; */
}

.faqList dt{
    position:relative;
    margin:0 0 15px;
    padding:0 80px 5px;
    border-bottom:2px solid #e5e5e5;
    background:transparent url(../img/faq/ico_q.png) 50px .4em no-repeat;
    font-size:128%;
    font-weight:bold;
    background-size: 20px 25px;
}

.faqList dd{
    margin:0 0 45px;
    padding:0 80px;
    line-height:1.6;
}
.faqList .emp01{
    color:#036eb8;
    font-weight: 600;
}
.faqList .emp02{
    color: #f6ad3a;
    font-weight: 600;
}

/*-----------------------------------------------------------------*/
/*Introduction*/
/*-----------------------------------------------------------------*/
.introColumn{
    display:table;
    width:100%;
}

.introColumn .image,
.introColumn .text{
    display:table-cell;
    vertical-align:top;
}

.introColumn .image{
    padding:0 40px 0 0;
    width:340px;
}

.introColumn .image dt{
    margin:0 0 15px;
}

.introColumn .image dd{
    text-align:center;
    font-weight:bold;
}

.introBlock{
    padding:40px 0 0 0;
    border-top:2px solid #e7e6e6;
}

.introHistory table{
    margin:0 0 40px;
}

.introHistory th{
    width:110px;
    text-align:left;
}

.introOther{
    display:table;
    width:100%;
}

.introOther .block{
    display:table-cell;
    padding:0 40px;
    width:30%;
    border-left:2px solid #e7e6e6;
    box-sizing:border-box;
}

.introOther .block:first-child{
    padding-left:0;
    border-left:none;
}

.introOther .block:last-child{
    width:40%;
}

/*-----------------------------------------------------------------*/
/*Clinic*/
/*-----------------------------------------------------------------*/
.featureList{
    display:table;
    width:100%;
}

.featureList li{
    display:table-cell;
    text-align:center;
}

.featureList li:first-child{
    text-align:left;
}

.featureList li:last-child{
    text-align:right;
}

.clinic01{
    padding:0 0 135px;
    background:transparent url(../img/clinic/clinic01_bg01.png) center bottom no-repeat;
}

.clinic03 .summary{
    margin:0 0 40px;
    padding:0 0 170px;
    background:transparent url(../img/clinic/clinic03_img01.jpg) center bottom no-repeat;
}

.exampleList dt{
    padding:5px 2.5em;
    width:19em;
    background:#2ea7e0;
    color:#fff;
    font-size:115%;
}

.exampleList dt span{
    font-weight:bold;
}

.exampleList dd{
    margin:0 0 0 90px;
    padding:1em 0 1.5em 90px;
    border-left:5px solid #2ea7e0;
}

/*-----------------------------------------------------------------*/
/*Nonsmoking
/*-----------------------------------------------------------------*/
.nonsmokingList{
    margin:40px 0;
    width:500px;
    box-sizing:border-box;
}

.nonsmokingMeasure dd{
    font-size:93%;
}

.flowList{
    margin:15px 0 0 0;
    display:table;
    width:100%;
}

.flowList.pcContents{
    display:table !important;
}

.flowList li{
    display:table-cell;
    background:transparent url(../img/nonsmoking/flow_arrow.png) 9px 50% no-repeat;
    text-align:right;
}

.flowList li:first-child{
    width:163px;
    background:none;
}

.checkList{
    position:relative;
    margin:40px 0 0 0;
}

.checkList li{
    display:table;
    padding:50px 0 0 0;
    background:transparent url(../img/nonsmoking/step_arrow.png) 90px 10px no-repeat;
}

.checkList li:first-child{
    padding:0;
    background:none;
}

.checkList li .title,
.checkList li .text{
    display:table-cell;
    vertical-align:top;
}

.checkList li .title{
    width:240px;
}

.checkList .notice{
    margin:30px 0 0 0;
}

.checkList:after{
    content:"";
    width:3px;
    height:100%;
    position:absolute;
    left:220px;
    top:0;
    background:#f9e2b2;
}


/*-----------------------------------------------------------------*/
/*Welcome*/
/*-----------------------------------------------------------------*/
.welcomeSummary{
    margin:0 0 50px;
    /* padding:0 0 0 250px; */
    /* min-height:200px; */
    /* background:transparent url(../img/welcome/img01.jpg) left top no-repeat; */
}
.welcomeSummary.bgNone{
    background: none;
    padding: 0;
    margin: 0;
}
.welcomeSummary.bgNone .moreBtn{
    text-align: center;
}
.welcomeSummary.bgNone .moreBtn a{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    background: #036eb8;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: opacity .3s ease-out .2s;
    margin-top: 30px;
}
.welcomeSummary.bgNone .moreBtn a:hover{
    opacity: 0.7;
}


.welcomeWrap .frame{
    clear:both;
    margin:0 0 40px;
}

.welcomeWrap .frame.column2{
    width:480px;
    clear:none;
}

.welcomeWrap .frame .title{
    position:relative;
    margin:0 0 20px;
    padding:12px 0 10px 50px;
    border-bottom:2px solid #e7e6e6;
    font-size:214%;
    color:#036eb8;
    line-height:1.2;
}

.welcomeWrap .frame .title:before{
    position:absolute;
    top:50%;
    left:0;
    content:"";
    display:inline-block;
    margin:-21px 0 0 0;
    width:40px;
    height:40px;
    background-position:0 0;
    background-repeat:no-repeat;
}

.welcomeWrap #reception .title:before{
    background-image:url(../img/welcome/ico01.png);
    background-size: cover;
}

.welcomeWrap #reserve .title:before{
    background-image:url(../img/welcome/ico02.png);
    background-size: cover;
}

.welcomeWrap #visit .title:before{
    background-image:url(../img/welcome/ico03.png);
    background-size: cover;
}

.welcomeWrap #cost .title:before{
    background-image:url(../img/welcome/ico04.png);
    background-size: cover;
}

.welcomeWrap #interview .title:before{
    background-image:url(../img/welcome/ico05.png);
    background-size: cover;
}

.welcomeWrap #reserve span{
    color:#036eb8;
}

.welcomeWrap .receptionTime{
    margin:0 0 20px;
    display:table;
    width:100%;
}

.welcomeWrap .receptionTime li{
    display:table-cell;
    width: 50%;
}

.welcomeWrap .receptionTime dl{
    display:table;
    margin-bottom: 15px;
}
.welcomeWrap .receptionTime dl:last-child{
    margin-bottom: 0;
}

.welcomeWrap .receptionTime dt,
.welcomeWrap .receptionTime dd{
    display:table-cell;
    vertical-align:middle;
}

.welcomeWrap .receptionTime dt{
    width:125px;
    background:#036eb8;
    font-size:128%;
    text-align:center;
    color:#fff;
}

.welcomeWrap .receptionTime dd{
    padding:0 0 0 20px;
}

.welcomeWrap .emp{
    color:#036eb8;
}

.welcomeWrap #visit .notice{
    margin:15px 0 0 0;
    padding:0 0 0 1em;
}

.welcomeWrap #visit .notice:before{
    margin:0 0 0 -1em;
    content:"\203B";
    color:#036eb8;
}

.dlList{
    margin:30px auto 40px;
    display:table;
}

.dlList li{
    display:table-cell;
    padding:0 25px;
}

.dlList li dt{
    margin:0 0 5px;
    font-size:117%;
    color:#036eb8;
}

.bold{
    font-weight:bold;
}

/*-----------------------------------------------------------------*/
/*Mci*/
/*-----------------------------------------------------------------*/
.aboutMci{
    position:relative;
}

.aboutMci:after{
    position:absolute;
    bottom:60px;
    content:"";
    width:100%;
    height:140px;
    background:transparent url(../img/mci/bg02.jpg) center bottom no-repeat;
}

.aboutMci .checkWrap .image1{
    min-height:230px;
    background:transparent url(../img/mci/img01.jpg) 578px 20px no-repeat;
}

.aboutMci .checkWrap .image1 ul{
    width:550px;
}

.aboutMci .checkWrap .frame3{
    margin-top:0;
}

.aboutMci .checkWrap .frame3.column2{
    width:490px;
    box-sizing:border-box;
}

.aboutMci .checkWrap .frame3.column2:nth-child(2n+1){
    float:left;
    clear:left;
}

.aboutMci .checkWrap .frame3.column2:nth-child(2n){
    float:right;
    clear:right;
}

.aboutMci .checkWrap .frame3 .title{
    font-size:171%;
}

.aboutMci .flowWrap{
    padding:0 0 220px;
    background:transparent url(../img/mci/bg01.jpg) right top no-repeat;
}

.aboutMci .flowList{
    padding:0 470px 0 20px;
}

.aboutMci .flowList .heading05{
    margin:30px 0 0 0;
}

.aboutMci .flowList table{
    width:100%;
    border-collapse:collapse;
}

.aboutMci .flowList table caption{
    font-size:128%;
    text-align:left;
}

.aboutMci .flowList th,
.aboutMci .flowList td{
    padding:3px 10px;
    border:1px solid #666;
    text-align:left;
}

.mciType .summary{
    margin:0 0 40px;
    padding:0 0 40px;
    border-bottom:2px solid #e7e6e6;
}

/*-----------------------------------------------------------------*/
/* Contact*/
/*-----------------------------------------------------------------*/
.contactTxtB{
    color:#f85225;
    font-size:100%;
    font-weight:bold;
}
.contactSummary{
    margin:0 0 50px;
    padding:0 0 0 250px;
    min-height:200px;
    /* background:transparent url(../img/contact/img01.png) left top no-repeat; */
}
.contactSummary .yBox{
    /*角丸*/
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    background-color:#fefce3;
    padding:20px 30px 30px 30px;
}
.contactSummary .yBox h4{
    color:#036eb8;
    font-size:150%;
}
.contactSummary .yBox ul{
    margin-top:20px;
    margin-left:40px;
}
.contactSummary .yBox ul li{
    background:url(../img/contact/ico01.png) 0 7px no-repeat;
    padding-left:20px;
}
/*フォーム部分*/
.contactWrap table{
    width:100%;
    border:#e5e5e5 2px solid;

}
.contactWrap table tr th{
    width:330px;
    background:#fffffb;
    font-size:130%;
    text-align:left;
    line-height:1.5;
    padding:20px 20px;
    border-bottom:1px #e5e5e5 solid;
    vertical-align:top;
}
.contactWrap table tr th span{
    color:#FFF;
    font-weight:bold;
    font-size:75%;
    background:#f85225;
    padding:5px 8px;
    margin-right:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.contactWrap table tr th.tantai{
    padding-left:75px;
}
.contactWrap table tr td{
    padding:20px 20px;
    border-bottom:1px #e5e5e5 solid;
    font-size:120%;
}
.contactWrap table tr td span{
    font-size:80%;
}
.contactWrap table tr td .notes{
    display:block;
}
.contactWrap input[type="text"],
.contactWrap input[type="email"],
.contactWrap input[type="tel"],
.contactWrap input[type="number"] {
    width:90%;
    font-size:110%;
    padding:10px;
}
.contactWrap input[type="radio"] {
    margin-left:5px;
    margin-top:-3px;
    font-size:150%;
}
.contactWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:65%;
    font-size:110%;
    color:#666666;
    padding:10px 20px;
    background: url(../img/contact/form_ico.png) 360px 8px no-repeat;
}
.contactWrap textarea{
    width:100%;
    font-size:100%;
    padding:5px;
}
.contactWrap .textbox{
    height:200px;
    padding:10px;
    color:#666666;
}
.contactWrap .yesno{
    text-align:center;
    margin-top:30px;
    font-size:130%;
}
.contactWrap .yesno p{
    margin-bottom:10px;
}
.contactWrap .yesno input[type="radio"] {
    margin-right:40px;
}
.contactWrap .yesno input[type="radio"]:last-of-type{
    margin-right:0px;
}
.contactWrap .button{
    margin-top:40px;
    text-align:center;
}
.contactWrap .button .confirmation,
.contactWrap .mw_wp_form_input .button .submitBtn{
    width:400px;
    height:90px;
    background-color:#036eb8;
    color:#FFF;
}
.contactWrap .button .return{
    width:204px;
    height:90px;
    background-color:#FFF;
    border:3px solid #036eb8;
    color:#036eb8;
}
.contactWrap .button .send,
.contactWrap .mw_wp_form_confirm .button .submitBtn{
    width:400px;
    height:90px;
    background-color:#f85225;
    color:#FFF;
}
.contactWrap .button input[type="button"],
.contactWrap .button input[type="submit"] {
    margin-right:30px;
    font-size:180%;
    font-weight:bold;
    text-align:center;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    transition: opacity .8s;
}
.contactWrap .button input[type="button"]:hover,
.contactWrap .button input[type="submit"]:hover {
    opacity:.7;
}
.contactWrap .button input[type="button"]:last-of-type{
    margin-right:0px;
}

.contactWrap .mw_wp_form table tr td .horizontal-item{
    font-size:100%;
}

.contactWrap .mw_wp_form .horizontal-item + .horizontal-item{
    margin-left:30px;
}

.contactWrap .mw_wp_form .horizontal-item input[type=radio]{
    margin-right:5px;
}

.contactWrap .mw_wp_form_confirm .notes{
    display:none;
}

.contactWrap .mw_wp_form .error{
    margin:5px 0 0 0;
    padding:5px 10px;
    background:#ffefef;
    color:#f00;
}

.pcContents{
    display:block;
}

.spContents{
    display:none;
}

/* clearfix
------------------------------------ */
.cf:after,
#aside li a:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    font-size:0;
    line-height:0;
}
.cf{
    display:inline-block;
}
/* \*/
.cf{
    display:block;
}
/* */


/* 2020/05/08 診療内容　画像追加
------------------------------------ */
.defBox {
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
    /* width: 100%; */
}

.defBox .image {
    width: 35%;
    margin: 0 25px 0 0;
    display: block;
}

.defBox .image img {
    width: 100%;
}

.defList .defBox .txt {
    width: 100%;
    margin: 0;
}

.defBox .moreLink{
    margin: 8px 0 0 0;
    display: block;
}

/*-----------------------------------------------------------------*/
/* レスポンシブ対応 161020*/
/*-----------------------------------------------------------------*/
@media screen and (max-width:700px) {
    /* 共通
    ------------------------------------ */
    .menuOpen{
        overflow:hidden;
        height:100%;
    }
    .menuClose{
    }
    body{
        font-size:16px;
        line-height:1.7;
    }
    .pcContents{
        display:none !important;
    }
    .spContents{
        display:block;
    }
    .mainTitle{
        padding:1em 0;
        /* height:100px; */
        height:auto;
    }
    .mainTitle h2{
        font-size:140%;
    }
    .heading01,
    .heading03,
    .consultationList li .title,
    .contactBox .title{
        font-size:140%;
    }
    .heading01,
    .heading03{
        margin-bottom:1em;
    }
    .heading04{
        margin-bottom:1em;
    }
    .heading04 span{
        padding-left:1em;
        padding-right:1em;
        font-size:140%;
    }
    .heading05{
        font-size:130%;
    }
    .leadTitle{
        margin-top:0;
        margin-bottom:1em;
        font-size:140%;
    }
    .contactBox .tel dt{
        font-size:100%;
    }
    .contactBox .tel dd img{
        width:70%;
    }
    .textBlock p{
        margin-bottom:1.5em;
    }

    /* 全体
    ------------------------------------ */
    #header,
    #footer .container,
    #footerEntry p{
        width:100%;
    }
    #header{
        padding:1rem 1.8% 1rem 2%;
    }
    #header .logoBox{
        display: flex;
        align-items: center;
        left: unset;
    }

    #header .logoBox,
    #header .toiBox{
        float:none;
    }
    #header .toiBox,
    #navi{
        display:none;
    }
    #header .headerText{
        font-size:70%;
    }
    #header .spContents .inner{
        /* display:table; */
        display: flex;
        width:100%;
    }
    #header .logo,
    #header .utility{
        display:table-cell;
        vertical-align:middle;
    }
    #header .logo{
        width:66%;
        text-align: center;
    }
    #header .logo img{
        width:90%;
    }
    #header .utility{
        text-align:right;
    }
    #header .utility > ul{
        display:flex;
        justify-content: flex-end;
    }
    #header .utility > ul > li{
        padding:0 0 0 6px;
    }
    #header .utility .telBtn{
        display: inline-block;
        width:50px;
        aspect-ratio: 76 / 80;
    }
    #header .utility .menuBtn a{
        display:inline-block;
        width:50px;
        aspect-ratio: 76 / 80;
        background-position:0 0;
        background-repeat:no-repeat;
        background-size:cover;
    }
    #header .utility li .mail{
        background-image:url(../sp/img/common/btn_mail_h.png);
    }
    #header .utility > ul > li .btnOpen{
        background-image:url(../sp/img/common/btn_menu.png);
    }
    #header .utility > ul > li .btnClose{
        position: fixed;
        top:-5px;
        right:0;
        z-index:999;
        background-image:url(../sp/img/common/btn_close.png);
    }
    /* OVERLAY */
    .overlay {
        position: fixed;
        top: 0;
        left:0;
        z-index: 99;
        display: none;
        overflow: auto;
        padding-top:2.5rem;
        width: 100%;
        height: 100%;
        background:#036eb8;
        color:#fff;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
    }
    #menuWrap ul{
        border-top:1px solid #fff;
    }
    #menuWrap li{
        border-bottom:1px solid #fff;
        font-size:120%;
        text-align:center;
    }
    #menuWrap li a{
        display:inline-block;
        padding:.7em 0;
        text-decoration:none;
        color:#fff;
        display:block;
    }
    #menuWrap .tel{
        padding:1.5em 0;
        text-align:center;
    }
    #menuWrap dd{
        margin:1em 0 0 0;
    }
    #menuWrap dd img{
        width:60%;
    }
    /* #headerTel{
        padding:1rem 2%;
        background:#b8a284;
        color:#fff;
    }
    #headerTel ul{
        display:table;
        width:100%;
    }
    #headerTel li{
        display:table-cell;
        vertical-align:middle;
    }
    #headerTel li img{
        vertical-align:middle;
    }
    #headerTel .tel{
        padding-left:1rem;
    } */
    #headerTime{
        padding: 9px;
        background-color: #2ea7e0;
        text-align: center;
    }
    #headerTime a{
        display: inline-block;
        color: #036eb8;
        background-color: #fff;
        border-radius: 21px;
        padding: 3px 10px;
        text-decoration: none;
        width: 100%;
        max-width: 538px;
        position: relative;
        letter-spacing: 0.03em;
    }
    #headerTime a::after{
        content: "";
        display: block;
        position: absolute;
        top: 10.5px;
        right: 13px;
        width: 7px;
        height: 7px;
        border-top: solid 1px #036eb8;
        border-right: solid 1px #036eb8;
        transform: translateY(-50%);
        transform: rotate(135deg);
    }
    .wrapper{
        padding-top:20px;
        padding-bottom:0;
        width:96%;
    }
    .wrap,
    .home .wrap{
        width:96%;
    }
    .para .paraInner{
        background: none;
        height: auto;
    }
    .para .sp{
        display: block;
    }
    .topConsultaionWrap{
        margin-top: 50px;
    }    
    #footer{
        background-size:cover;
        font-size:14px;
    }
    footer small{
        font-size:12px;
    }
    #footer .container{
        padding:0 2%;
    }
    #footer .container .adress{
        float:none;
        margin:0 0 1em;
        width:100%;
    }
    #footer .container p{
        margin-bottom:0;
    }
    #footer .adress iframe,
    #footer .footermenu ul{
        display:none;
    }
    #footer .adress .mapLink a{
        display:inline-block;
        padding:.6rem 1em;
        background:#036eb8;
        border-radius:7px;
        color:#fff;
        text-decoration: none;
    }
    #footer .container .footermenu{
        float:none;
        /*overflow:auto;*/
        /*white-space:nowrap;*/
        width:100%;
        /*text-align:center;*/
        text-align:left;
    }
    #footer .container .footermenu table{
        width:100%;
        margin:1em 0 0 0;
        text-align:left;
        border-radius: 3px;
    }
    #footer .container .footermenu table thead th {
        padding: 4px;
    }
    #footer .container .footermenu table tbody td{
        padding: 4px;
    }
    #footer .container .footermenu table span{
        display: none;
    }
    #footer .footermenu .textBlock{
        text-align:left;
    }
    #footer .footermenu img{
        width:80%;
    }
    .contactBox{
        background:none;
    }
    .contactBox .column{
        display:block;
    }
    .contactBox .tel,
    .contactBox .receptionTime{
        display:block;
    }
    .contactBox .tel{
        margin-bottom:1em;
        text-align:center;
    }
    .section{
        margin-bottom:2em;
    }

    /* トップ
    ------------------------------------ */
    #spTopMainvisual{
        position:relative;
    }
    #spTopMainvisual .topMainvisualText{
        position:static;
        margin:0;
        width:100%;
    }
    #spTopMainvisual .topMainvisualList{
        position:absolute;
        margin:0;
        top:auto;
        bottom:10%;
        left:0;
        width:100%;
    }
    #spTopMainvisual .topMainvisualList li{
        padding:0 1%;
    }
    .topAbility{
        position:relative;
        padding-right:0;
        background:none;
    }
    .topAbility .txt:before{
        float:right;
        margin:0 0 0 1em;
        content:"";
        display:block;
        background:transparent url(../img/top/ability_img01.jpg) left top no-repeat;
        background-size:contain;
        width:200px;
        height:135px;
    }
    .topTrouble{
        display:flex;
        flex-direction:column-reverse;
    }
    .topTrouble .image{
        margin-top:1em;
        width:100%;
    }
    .topConsulList{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .topConsulList:after{
        content:none;
    }
    .topConsulList li{
        float:none;
        margin-right:0;
        width:24%;
    }
    .consulListWrap .topConsulList li a,
    .topConsulList li a{
        width:100%;
    }
    .consultationList{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .consultationList:after{
        content:none;
    }
    .consultationList li{
        float:none;
        width:auto;
    }
    .consultationList.column2 li,
    .consultationList.column4 li,
    .home .consultationList.column2 li{
        margin-right:0;
        width:49%;
    }
    .consultationList.column2 li:nth-child(2n+1){
        margin-right:0;
    }

    .topInfo .newsBox,
    .topInfo .blogBox{
        float:none;
        width:100%;
    }
    .topInfo .newsBox{
        margin-bottom:2em;
    }

    /* はじめての患者様へ
    ------------------------------------ */
    .welcomeWrap .receptionTime,
    .welcomeWrap .receptionTime li{
        display:block;
    }
    .welcomeWrap .receptionTime{
        margin-bottom:0;
    }
    .welcomeWrap .receptionTime li{
        width: 100%;
        margin-bottom:1em;
    }
    .welcomeWrap .frame.column2.left,
    .welcomeWrap .frame.column2.right{
        float:none;
        width:100%;
        height:auto !important;
    }

    /* クリニック紹介
    ------------------------------------ */
    .featureList{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .featureList li{
        display:block;
        width:24%;
    }
    .clinic01{
        background:none;
        padding:0;
    }
    .imgR{
        margin-left:1em;
        width:36%;
    }
    .imgL{
        margin-right:1em;
        width:36%;
    }
    .imgR.pageLogo{
        margin-left: 0;
        width: 100%;
    }
    .clinic03 .summary{
        background:none;
        padding:0;
    }
    .exampleList dt{
        padding-left:1.5em;
        padding-right:0;
        width:auto;
    }
    .exampleList dd{
        margin-left:1.5em;
        padding-left:1.5em;
    }
    .contactBox{
        padding-right:1em;
        padding-left:1em;
    }
    .contactBox .tel dt{
        line-height:1.2;
    }
    .contactBox .receptionTime dl{
        display:block;
        padding:0 1em;
    }
    .contactBox .receptionTime dt{
        float:none;
        width:auto;
    }
    .contactBox .receptionTime dd{
        padding:0;
    }

    /* お問い合わせ
    ------------------------------------ */
    .contactSummary{
        background:none;
        padding-left:0;
    }
    .contactSummary .yBox{
        padding-left:1em;
        padding-right:1em;
    }
    .contactSummary .yBox ul{
        margin-left:0;
    }
    .contactWrap table{
        margin-left:-2px;
        margin-right:-2px;
    }
    .contactWrap table tr th,
    .contactWrap table tr td{
        display:block;
        border-bottom:none;
        border-top:1px solid #e5e5e5;
    }
    .contactWrap table tr th{
        width:auto;
    }
    .contactWrap table tr:first-child th{
        border-top:none;
    }
    .contactWrap table tr th.tantai{
        padding-left:20px;
    }
    .contactWrap .yesno .mwform-radio-field.horizontal-item{
        display:block;
        margin-left:0;
    }
    .contactWrap input[type="text"],
    .contactWrap input[type="email"]{
        width:100%;
    }
    .contactWrap .button input[type="button"],
    .contactWrap .button input[type="submit"]{
        -webkit-appearance:none;
    }

    /* ブログ
    ------------------------------------ */
    .textBox,
    #aside{
        width:auto;
        float:none;
    }
    .textBox .title01 {
        width:auto;
    }
    .textBox{
        margin-bottom:4em;
    }
    .pager{
        margin-bottom:6em;
    }
    #sideLatest li,
    #sideArchive li,
    #sideCategory li{
        padding:0;
    }
    #aside li{
        border-bottom:1px solid #eee;
    }
    #aside li a{
        display:block;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:0;
        text-decoration:none;
    }
    #sideLatest li a img{
        margin-left:0;
        margin-right:10px;
        width:15%;
    }


    /* トップ
    ------------------------------------ */
    .topSection .title{
        font-size:140%;
    }
    #topMainvisual{
        margin-bottom:2em;
    }
    .topMainvisualText{
        width:80%;
    }
    .topMainvisualList{
        padding:0 0 0 1%;
    }
    .topMainvisualList li{
        padding:0;
    }
    .topAbility{
        padding-top:1.5em;
        padding-bottom:1.5em;
    }
    .topAbility .txt:before{
        width:150px;
        height:100px;
    }
    .topConsulList li{
        margin-bottom:10px;
        width:49%;
        font-size:14px;
    }
    .topConsultation{
        padding-top:1.5em;
        background:none;
    }
    .consultationList{
        display:block;
    }
    .consultationList li{
        margin-bottom:1em;
    }
    .consultationList.column2 li,
    .consultationList.column4 li,
    .home .consultationList.column2 li{
        width:100%;
        height:auto !important;
        margin: 0 0 16px 0;
    }
    .topInfo{
        margin-top:1.5em;
        padding-top:1.5em;
        padding-bottom:1.5em;
    }
    .topInfo h2{
        font-size:150%;
    }

    /* 診療内容
    ------------------------------------ */
    .consultationTroubleWrap{
        padding:0;
        background:none;
    }

    /* アクセス
    ------------------------------------ */
    .accessImg {
        margin-bottom: 30px;
    }    
    .accessAddress dl{
        display:block;
    }
    .accessAddress dt, .accessAddress dd{
        display:block;
    }
    .accessAddress dd{
        text-align: left;
        margin: 15px 0 0 0;
    }

    /* クリニック紹介
    ------------------------------------ */
    .featureList li{
        margin-top:.5em;
        width:49%;
    }

    /* よくある質問
    ------------------------------------ */
    .faqLead{
        margin-top:0;
        padding:0;
        background:none;
    }
    /* .faqLead:before{
        display:block;
        float:left;
        margin:0 10px 0 0;
        content:"";
        width:90px;
        height:90px;
        background:transparent url(../img/faq/img01.jpg) left top no-repeat;
        background-size:cover;
    } */
    .faqList dt{
        padding-left:32px;
        padding-right:0;
        background-position:0 0;
        line-height:1.3;
    }
    .faqList dd{
        padding-left:0;
        padding-right:0;
    }

    /* 院長紹介
    ------------------------------------ */
    .introBlock{
        padding-top:1.5em;
    }
    .introColumn{
        display:block;
    }
    .introColumn .image,
    .introColumn .text{
        display:block;
    }
    .introColumn .image{
        margin:0 0 1em;
        padding:0;
        width:auto;
        text-align:center;
    }
    .introHistory table{
        margin-bottom:1.5em;
    }
    .introHistory th,
    .introHistory td{
        display:block;
    }
    .introHistory td{
        margin:0 0 .5em;
        padding:0 0 .5em;
        border-bottom:1px solid #ccc;
    }
    .introOther,
    .introOther .block{
        display:block;
        padding:0;
        width:100%;
    }
    .introOther .block{
        margin:0 0 1.5em;
        border-left:none;
    }
    .introOther .block:last-child{
        width:auto;
    }

    /* 禁煙外来
    ------------------------------------ */
    .frame3 .title{
        font-size:140%;
    }
    .nonsmokingMeasure.imgR{
        float:none;
        margin-left:0;
        margin-bottom:1.5em;
        width:auto;
    }
    .nonsmokingList{
        margin-top:1.5em;
        margin-bottom:2em;
        width:auto;
    }
    .flowList.pcContents{
        display:none !important;
    }
    .flowList.spContents li{
        display:block;
        margin:0 0 1em;
        width:auto;
        background:none;
    }
    .flowList.spContents li dl{
        border:2px solid #036eb8;
        border-radius:7px;
        text-align:center;
    }
    .flowList.spContents li dt{
        background:#036eb8;
        color:#fff;
    }
    .flowList.spContents li dt,
    .flowList.spContents li dd{
        padding:.4em 1em;
    }
    .checkList{
        counter-reset:section;
    }
    .checkList:after{
        content:none;
    }
    .checkList li,.checkList li .title,.checkList li .text{
        display:block;
        padding:0;
        background:none;
    }
    .checkList li .title{
        width:auto;
        font-size:130%;
        color:#036eb8;
    }
    .checkList li .title:before{
        display:inline-block;
        margin-right:5px;
        padding:5px 10px;
        background:#036eb8;
        color:#fff;
        counter-increment:section;
        content:counter(section);
        line-height:1.2;
        vertical-align:middle;
    }
    .checkList li .text{
        margin:0 0 1em;
    }

    /* 物忘れ外来
    ------------------------------------ */
    .aboutMci{
        margin-bottom:1.5em;
    }
    .aboutMci:after{
        content:none;
    }
    .aboutMci .checkWrap .image1 ul,
    .aboutMci .checkWrap .frame3.column2{
        width:auto;
    }
    .aboutMci .checkWrap .frame3.column2,
    .aboutMci .checkWrap .frame3.column2:nth-child(2n+1),
    .aboutMci .checkWrap .frame3.column2:nth-child(2n){
        float:none;
    }
    .aboutMci .flowWrap{
        padding-bottom:0;
        background:none;
    }
    .aboutMci .flowList{
        padding:0;
    }


    /* はじめての患者様へ
    ------------------------------------ */
    .welcomeSummary{
        margin-top:0;
        padding:0;
        background:none;
    }
    /* .welcomeSummary:before{
        display:block;
        float:left;
        margin:0 10px 0 0;
        content:"";
        width:90px;
        height:90px;
        background:transparent url(../img/faq/img01.jpg) left top no-repeat;
        background-size:cover;
    } */
    .welcomeSummary.bgNone:before{
        background: none;
        width: auto;
        height: auto;
        float: initial;
        display: none;
    }
    .welcomeWrap .frame{
        margin-bottom:1.5em;
        padding:15px;
    }
    .welcomeWrap .receptionTime dt, .welcomeWrap .receptionTime dd{
        display:inline-block;
    }
    .welcomeWrap .receptionTime dd{
        display: inline-block;
        padding: 0px 0 0 10px;
    }
    .welcomeWrap .frame .title{
        font-size:140%;
    }
    .dlList,.dlList li{
        display:block;
    }
    .dlList{
        margin:1.5em 0;
        text-align:center;

    }
    .dlList li{
        margin:0 0 1em;
    }

    /* お問い合わせ
    ------------------------------------ */
    .contactWrap .button input[type="button"],
    .contactWrap .button input[type="submit"]{
        margin:0 3px;
        font-size:126%;
        font-weight:normal;
    }
    .contactWrap .button .confirmation,
    .contactWrap .mw_wp_form_input .button .submitBtn,
    .contactWrap .button .return,
    .contactWrap .button .send{
        padding:15px .8em;
        width:auto;
        height:auto;
    }
    .contactWrap .yesno{
        font-size:110%;
    }

    /* 2020/05/08 診療内容　画像追加
    ------------------------------------ */
    .defBox {
    flex-wrap: wrap;
}

.defBox .image {
    width: 100%;
    margin: 0 0 10px;
}
}

/* MVスライダー */
#topMv {
    position: relative;
    margin: 0 0 50px;
}
#topMv .slide01{
    position: relative;
}
#topMv .slide02{
    position: relative;
}
#topMv .slide03{
    position: relative;
}
#topMv .slide01 img{
    width: 100%;
    height: auto;
}
#topMv .slide02 img{
    width: 100%;
    height: auto;
}
#topMv .slide03 img{
    width: 100%;
    height: auto;
}
#topMv .btnList{
    position: absolute;
    bottom:35px;
    left: 50%;
    transform: translate(-50%,0);
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
}
#topMv .sp{
    display: none;
}
@media screen and (max-width:768px) {
    .consultationList.column2 li.mciWrap{
        margin-left:0;
    }
    #topMv {
        margin: 0 0 10px;
    }

    #topMv .sp{
        display: block;
    }
    #topMv .slide01{
        position: relative;
    }
    #topMv .slide02{
        position: relative;
    }
    #topMv .slide03{
        position: relative;
    }
    #topMv .slide01 img{
        width: 100%;
        height: auto;
    }
    #topMv .slide02 img{
        width: 100%;
        height: auto;
    }
    #topMv .slide03 img{
        width: 100%;
        height: auto;
     }
     #topMv .btnList{
         position: absolute;
         bottom:35px;
         width: 96%;
         margin: 0 auto;
     }
     #topMv .btnList li a{
         display: block;
         margin: 0 3px;
     }
     .welcomeSummary.bgNone .moreBtn a .pc{
         display: none;
     }
     .welcomeSummary.bgNone .moreBtn a {
        line-height: 1.4;
    }
}
