@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* {

font-weight: 500;
 letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.hira,
.c-nav-ttl,
.str-box .balloon,
.str-box .str-ttl,
.chara-ttl,
.root-in p,
.root-in a,
.ttl-box h3,
.btn-txt-area p,
.model-area p,

.mei,
#g-nav a,
.btn-def,
.n-box .cat,
.n-box .date,
.item-box p:nth-last-of-type(1),
.inq-intro p,

.course-num,
.arial { font-family: Arial, Helvetica, "sans-serif" !important;}

.sample{
	font-family :
	MyYuGothicM, /* Windows調整用 */
	YuGothic,    /* Mac用 */
	sans-serif;
}

.utility-sp{
	display: none;
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
	min-width: 1130px;
	color: #333;
}
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}


img {
	border: 0;
	vertical-align:bottom;
}
.for-mv{
	display: block;
}
a { text-decoration: none;
	color: #333;
}

ul, li { list-style: none;}
.for-pc{ display:block;}
.for-tab,.for-sp { display: none !important;}

.pd10_p{ padding-bottom:10px;
       display:inline-block;
			 }
.for-tab{ display:none;}


/* インデント */
p.indent-1 {
padding-left:7px;
text-indent:-7px;
}
p.indent-2 {
padding-left:1em;
text-indent:-1em;
}
/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}

.yu-mi,
.inst-r dl * { font-family: YuMincho,    /* Macの游明朝 */
               'Yu Mincho', /* Windowsの游明朝 */
               'MS Mincho', /* 游明朝がないWindows（MS PMinchoなら字詰めされる） */
               serif;
}
/* clearfix */
.cf:after,
.ie9 .crs-links ul:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* align */
.cen   { text-align: center !important; }
.left  { text-align: left !important; }
.right { text-align: right !important; }


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}

.att {
  padding-left: 0.7em;
  text-indent: -0.6em;
	display: inline-block;
}

.txt-red { color: #f00;}


/* font-size */


/* margin,padding */
.sce_bottom{
	margin-bottom:50px;
	}

.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}

.mb20{
	margin-bottom:20px;
	}
.mb40{
	margin-bottom:40px;
	}
/* 半透明 */
	a:hover img{
	transition: all .3s;
 opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
	}
.com-inner{
	width: 1130px;
	margin: 0 auto;
}

#sp{
	display: none;
}

#fa {
	padding: 20px 0px;
}

.li-18{
	line-height: 1.8;
}
.font-ygo{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	margin: 0px auto;
	position: relative;
	width: 88%;
}
.font-italic{
	font-style: italic;
}
/* -------------------------------------------------
header
----------------------------------------------------*/
header {
	padding: 10px 0 15px;
}
.head-inner .l-box{
	float: left;
}
.head-inner .r-box{
	float:right;
}
.head-inner h1{
	padding-bottom: 15px;
}
.head-inner .head-tell{
	padding-top:15px;
}
.top-mv-warap{
	background: url(../img/top-mv-bg.jpg) no-repeat left 0, #FFF;
	padding: 300px 0 300px;
	position: relative;
}
.top-mv-warap .top-mv-text{
    position: absolute;
		right: 15%;
    bottom: 50px;
}
.g-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.g-nav dl{
	width: 14.28%;
}
.g-nav dl a{
	display: block;
	transition: all 0.5s;
	text-align: center;
	color: #333333;
	padding: 20px 0;
}
.g-nav dl a:hover{
	background: #eaeaea;
	color: #fff;
	text-align: center;
}
.g-nav dl dt{
	color: #333333;
	padding-bottom: 10px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}

.g-nav dl dd{
	font-size: 1.4rem;
	text-align: center;
	color: #333333;
}

/* -------------------------------------------------
フッター
----------------------------------------------------*/
footer{
	background: url(../img/com-bg01.jpg) repeat 0 0;
	padding: 40px 0 0;
}
.footer-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-nav li{
	display: block;
}
.footer-nav li a{
	font-size: 1.6rem;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	width: 14%;
}
.info-text{
	text-align: center;
	font-size: 3.2rem;
	background: #fff;
	border-top:dashed 1px #333333;
	border-bottom:dashed 1px #333333;
	padding: 14px 0;
	margin-top: 80px;
	margin-bottom: 125px;
}
.footer-info-area .kamoku dl{
	display: table;
	width: 100%;
	padding: 10px 0;	
	margin-bottom: 40px;
}
.footer-info-area .footer-name{
	font-size: 2.4rem;
	letter-spacing: 1em;
	padding-bottom: 40px;
	
}
.footer-info-area .kamoku dl dt,.footer-info-area .kamoku dl dd{
	display: table-cell;
}
.footer-info-area .kamoku dl dt{
	vertical-align: middle;
	border-right: 1px solid #333333;
	line-height: 2;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 1.6rem;
	width: 18%;
}
.footer-info-area .kamoku dl dd{
	line-height: 2;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 1.6rem;
	padding-left: 5%;
	width:78%;
}

.footer-info-area .footer-tell-text{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
} 
.footer-info-area .footer-tell{
	padding-bottom: 20px;	
}
.footer-info-area .com-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.footer-info-area .l-box{
	width: 48%;
}
.footer-info-area .r-box{
	width: 48%;
}
.footer-time-box dl{
	width: 100%;
	display: table;
}

.footer-info-area .footer_info_midashi {
	font-size: 1.6rem;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.bg-gray {
	background: #f0eeee;
	margin: 3px 0;
}

.kyuushin {
	color: #FF0000;
}


.footer-time-box dl dt,.footer-time-box dl dd{
	display:table-cell;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 1.6rem;	
	padding: 1.5% 0;
}
.footer-time-box dl dt {
	text-align: center;
	width: 25%;
}
.footer-time-box dl dd {
	text-align: center;
	width: 11%;
}
.footer-time-box dt{
	font-size: 1.7rem;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.footer-time-box dt{
	font-size: 1.7rem;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.footer-ceo{
	text-align: center;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 2rem;
	padding-bottom: 4%;
}
.footer-ceo02{
	text-align: center;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 2rem;
	padding-top: 8%;
	padding-bottom: 4%;
}

.footer-time-box {
	padding-top: 16%;
}

.footer-time-box + dl {
	display: table;
	border: 2px dotted #666;
	width: 100%;
	margin-top: 3%;
	padding: 1%;
}

.footer-time-box + dl dt, .footer-time-box + dl dd{
	display: table-cell;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.footer-time-box + dl dt {
	width: 35%;
	font-size: 1.6rem;
	text-align: center;
	border-right: 1px solid #666;
	padding: 1%;
	margin: 1%;
}

.doc1 img {
	max-width: 70%;
}

.doc1 {
	padding: 20px 0;
}

.doc2 img {
	max-width: 70%;
}


.footer-time-box + dl dd {
	width: 65%;
	text-align: center;
	font-size: 1.6rem;
}

.footer-info-area-btm {
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
	font-size: 1.4rem;
	line-height: 2;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.footer-info-area-btm li {
    width: auto;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding:  0px 50px 0px 0px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 1.6rem;
}

.footer-info-area-btm li:last-child {
  padding: 0px;
  width:  49%;
}

.footer-info-area-btm span {
	color: #FF0000;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.footer-copy {
	text-align: center;
	padding: 4% 0;
}

#map-footer-area {
    width: 100%;
    height: 500px;
	margin-top: 80px;
}

#map-footer-area img{
}
/* -------------------------------------------------
トップページコンテンツ
----------------------------------------------------*/
.com-sub-title{
	font-size: 3rem;
	color: #333333;
	text-align: center;
	padding-bottom: 10px;
	letter-spacing: 0.25em;
	font-weight: 500;
}
.com-sub-title-en{
	font-size: 1.4rem;
	text-align: center;
	padding-bottom: 30px;
}
.top-sec01{
	background: #ececec;
	padding: 70px 0 50px;
	background: /*url(../img/doctor-sub-new.png)*/url(../img/doctor-sub-white.jpg),url(../img/doctor-main.png);
	background-repeat: no-repeat;
	background-position: left center,right center;
}
.com-yajirushi{
	text-align: center;
	padding-bottom: 60px;
}
.top-sec01 .tex01{
	text-align: center;
	display:table;
	border-bottom: solid 1px #333333;
	margin-right: auto;
	margin-left: auto;
	font-size: 2.8rem;
	letter-spacing: 0.3em;
	margin-bottom: 60px;
}
.top-sec01 .tex02{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}
.top-sec02{
	padding: 70px 0 70px;
}
.top-sec02 .tex01{
	text-align: center;
	display:table;
	border-bottom: solid 1px #333333;
	margin-right: auto;
	margin-left: auto;
	font-size: 2.4rem;
	letter-spacing: 0.3em;
	margin-bottom: 60px;
}

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


.top-sec02  .flex-box-warap .box{
    width: 20%;
    position: relative;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    border: solid 1px #333333;
    padding: 60px 0 30px;
}
.top-sec02 .box-text-com{
	line-height: 1.8;
}
.top-sec02 .flex-box-warap .nun-img{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
	background: #fff;
	padding: 0 15%;
}
.top-sec03{
	background: url(../img/com-bg01.jpg) repeat;
	padding: 70px 0 50px;
}
.top-sec03 .service-box-warap{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;	
}
.top-sec03 .top-service-box{
	text-align: center;
	width: 22%;
}
.top-sec03 .title{
	font-size: 2.2rem;
	padding: 20px 0;
}
.top-sec03 .sub-text{
	font-size: 1.4rem;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	line-height: 2;
	padding-bottom: 30px;
}
.top-sec04{
	padding: 70px 0 120px;
}
.top-sec04 .tex01{
	text-align: center;
	display:table;
	border-bottom: solid 1px #333333;
	margin-right: auto;
	margin-left: auto;
	font-size: 2.4rem;
	letter-spacing: 0.3em;
	margin-bottom: 60px;
}
.top-consept-list-warap .pic{
	padding-bottom: 25px;
}
.top-consept-list-warap .title{
	font-size: 1.8rem;
	text-align: center;
	display:table;
	border-bottom: solid 1px #333333;
	margin-right: auto;
	margin-left: auto;
}

.top-consept-list-warap .t-read-btn a {
    border: solid 1px #333333;
    padding: 6% 0;
    display: block;
    transition: all 0.5s;
}

.top-consept-list-warap{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;	
}
.cosept-list{
	text-align: center;
	width: 24%;
}

.top-consept-list-warap .en{
	font-size: 1.4rem;
	padding-top: 15px;
	padding-bottom: 35px;
}
.top-consept-list-warap .sub-text{
	font-size: 1.4rem;
	line-height: 2;
	padding-bottom: 20%;
}
.top-consept-list-warap .t-read-btn a{
	border: solid 1px #333333;
	padding: 6% 0;
	display: block;
	transition: all 0.5s;
}
.top-consept-list-warap .t-read-btn a:hover{
	border: solid 1px #333333;
	background: #333333;
}.top-sec05{
	margin-bottom: 80px;
}
.top-new-box-warap .news-list-box a{
	display: block;
    background-color: #fafafa;
    transition: ease .3s;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	width: 100%;
	padding: 0px 0 40px;
}
.top-new-box-warap .news-list-box a:hover{
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	background-color: rgba(0, 0, 0, 0.1);
}
.top-new-box-warap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-new-box-warap .news-list-box{
	width: 22%;
	background: #fafafa;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	box-sizing: border-box;
}

.top-new-box-warap .news-list-box .title{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 10px;
}
.top-new-box-warap .news-list-box .img-box{
	height: 130px;
	overflow: hidden;
	width: 100%;
	background: #000;
}
.top-new-box-warap .news-list-box .img-box img{
	object-fit: cover; 
	width: 100%;
	display: block;
    height: 100%;
}
.top-new-box-warap .news-list-box .content{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	line-height: 1.8;
}
.top-new-box-warap .news-list-box .content-box{
	padding: 4%;
}

.top-new-box-warap .news-list-box:nth-of-type(4n+2):last-of-type {
    margin-left: auto;
    margin-right: 45%;
}
.ditail-btn{
	width: 250px;
	margin: 60px auto 0;
}
.ditail-btn a{
	text-align: center;
	border: solid 1px #333333;
	padding: 20px 0;
	width: 250px;
	margin: 0 auto;
	display: block;
	transition: all 0.3s;
}
.ditail-btn a:hover{
	background: #333333;
	border: solid 1px #333333;
}
.top-bg-atachmete-area{
 background-image:url(../img/top_atach-ment-bg.jpg);
 background-attachment: fixed;/*画面からの相対位置（背景固定）*/
 background-size: 100% auto;/*背景サイズ*/
 height: 400px;/*div高さ*/
 background-position: center center;
	background-repeat: no-repeat;
}


.img-center {
	text-align: center;
	padding: 20px 0px;
}

/* -------------------------------------------------
医院紹介
----------------------------------------------------*/

.page-wrap {
	padding-top: 4%;
}

.page-title-bg {
	background: #fafafa;
	height: 95px;
	margin-bottom: 4%;
}

.page-sec01-inner {
	position: relative;
}

.page-sec01-title {
	position: absolute;
	border-left: 4px solid #333;
	padding-left: 4%;
	top: -15px;
}


.page-wrap .com-sub-title, .page-wrap .com-sub-title-en {
	text-align: left;
}

.page-wrap .com-sub-title-en {
	padding-bottom: 0;
	padding-top: 4%;
}



.clinic-sec02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 8%;
}
.clinic-sec02 a{
	cursor: pointer;
}
.clinic-sec02 p{
	width: 31%;
	margin-bottom: 4%;
	text-align: center;
}


.clinic-sec02::after{
  content:"";
  display: block;
  width:31%;
}

.clinic_sec_name {
	width: auto;
	padding: 0px;
	margin: 0px;
	font-size: 1.5rem;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	display: inline-block;
	height: 25px;
}



/* -------------------------------------------------
診療案内
----------------------------------------------------*/


.service-top img {
	margin: 0 auto;
	display: block;
	padding-bottom: 4%;
}

.service-box {
	max-width: 952px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-box-l {
	width: 20%;
	box-sizing: border-box;
}

.service-box-r {
	width: 80%;
	box-sizing: border-box;
	padding: 0 8%;
}

.service-box-r a{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	text-decoration: underline;
	color: blue;
}


.service-box h4 {
	font-size: 2.5rem;
}

.service-box h5 {
	font-size: 2.4rem;
	border-bottom: 1px solid #666;
	display: inline-block;
	margin-bottom: 6%;
    letter-spacing: 0.28em;
	font-weight: 500;
}

.service-box-r p {
	line-height: 1.8;
	letter-spacing: 0.2rem;
	margin-bottom: 8%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}


.service-sec02 .service-box-l h4 {
	background: url(../img/service-icon01.png) no-repeat top center;
	padding: 40% 0 0 ;
	text-align: center;
	letter-spacing: 0.2em;
}

.service-sec05 {
	margin-bottom: 8%;
}

.service-sec03 .service-box-l h4 {
	background: url(../img/service-icon02.png) no-repeat top center;
	padding: 40% 0 0 ;
	text-align: center;
}

.service-sec04 .service-box:nth-child(2) .service-box-l h4 {
	background: url(../img/service-icon03.png) no-repeat top center;
	padding: 40% 0 0 ;
	text-align: center;
}

.service-sec04 .service-box:nth-child(3) .service-box-l h4 {
	background: url(../img/service-icon04.png) no-repeat top center;
	padding: 40% 0 0 ;
	text-align: center;
}

.service-sec04 .service-box:nth-child(4) .service-box-l h4 {
	background: url(../img/service-icon05.png) no-repeat top center;
	padding: 40% 0 0 ;
	text-align: center;
}

.service-sec04 .service-box:nth-child(5) .service-box-l h4 {
	background: url(../img/service-icon06.png) no-repeat top center;
	padding: 40% 0 0 ;
	text-align: center;
}

.service-sec05 .service-box:nth-child(2) .service-box-l h4 {
	background: url(../img/service-icon07.png) no-repeat top center;
	padding: 40% 0 0 ;
	text-align: center;
}

.service-sec05 .service-box:nth-child(3) .service-box-l h4 {
	background: url(../img/service-icon08.png) no-repeat top center;
	padding: 40% 0 0 ;
	text-align: center;
}




/* -------------------------------------------------
医師・スタッフ紹介
----------------------------------------------------*/
.staff-img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 4%;
}

.staff-img-l {
	width: 30%;
	padding: 4% 4% 0;
}

.staff-img-r {
	width: 70%;
	padding: 4% 4% 0;
	position: relative;
}

.staff-word {
	position: absolute;
	top: 12%;
	right: 15%;
	font-size: 2.2rem;
}

.staff-name {
	position: absolute;
	bottom: 0;
	left: 0;
}

.staff-name h4 {
	font-size: 2.2rem;
	padding-bottom: 4%;
}

.staff-name h4 span {
	font-size: 1.3rem;
	padding-bottom: 4%;
	display: inline-block;
}

.staff-name h4 + p {
	font-size: 1rem;
}


.staff-word {
	 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.5;
}


.staff-history {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 4% 4% 2%;
}

.ronbun {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 4%;
}
.staff-history h4 {
	font-size: 2.2rem;
	border-bottom: 1px solid #000;
	letter-spacing: 1rem;
	padding-bottom: 1%;
	margin-bottom: 4%;
	width: 100%;
}

.staff-history-l {
	width: 45%;
}

.staff-history-r {
	width: 45%;
}


.staff-history-l dl {
	display: table;
	width: 100%;
	padding: 1.5%;
}

.staff-history-l dl dt, .staff-history-l dl dd {
	display: table-cell;
}

.staff-history-l dl dt {
	width: 28%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.staff-history-l dl dd {
	width: 72%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.staff-history-r dl dt {
	width: 30%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.staff-history-r dl dd {
	width: 70%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}


.staff-history-r dl {
	display: table;
	width: 100%;
	padding: 1.5%;
}

.staff-history-r dl dt {
	display: table-cell;
}

.staff-history-r-01 dl dt {
	width: 100%;
}

.staff-history-r-02 dl dt {
	width: 12%;
}

.staff-history-r-02 dl dd {
	width: 88%;
}

.staff-history-r dl:nth-child(14) {
	margin-bottom: 4%;
}

.read-more{
	position:relative;
}

.staff-history .read-more-btn{
	position: absolute;
	top: -10px;
	right: 0;
	cursor:pointer;
	display: block;
}

.slide-histori-warap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4%;
}

.staff-sec04{
	background: url(../img/com-bg01.jpg) repeat 0 0;
	margin-bottom: 10%;
	padding: 50px 0;
}

.staff-sec04 .com-inner .flex-boxs dl{
	float: left;
}

.staffname {
	max-width: 32%;
	margin-left: 30px;
}

.staff-sec04 dl{
	margin-bottom: 8%;
	display: table;
}

.staff-sec04 .mt {
	margin-bottom: 4%;
}

.staff-sec04 .uk-04 {
  margin-bottom: 4%;
}

.staff-sec04 dl dt{
	font-size: 1.6rem;
	vertical-align: top;
	width: 140px;
	display: table-cell;
	border-right: 1px solid #333333;
	padding-right: 10%;
}

.staff-sec04 dl dd{
	font-size: 3.0rem;
	vertical-align: top;
	width: 60%;
	padding-left: 4%;
	display: table-cell;
}

.staff-sec04 .id dd {
	position: relative;
    left: 139px;
	border-left: 1px solid #333333;
    padding-right: 10%;
}

.staff-sec04 .yg dd {
	position: relative;
    left: 139px;
	border-left: 1px solid #333333;
    padding-right: 10%;
}

.staff-sec04 dl span{
	font-size: 1.4rem;
}
/*.staff-sec04 .uk-04{
	margin-bottom: 0;
}*/
.staff-sec04 .uk-04 dt{
	padding-right: 4%;
}
.staff-sec04 .gikoushi-box{
	padding-left: 8%;
}
.sattaf-main01{
	text-align: center;
}
/* -------------------------------------------------
治療方針
----------------------------------------------------*/
.consept-sec01{
	background:#fafafa;
	margin-bottom: 4%;
	padding-bottom: 3%;
}

.consept-sec01 p{
	line-height: 2;
	letter-spacing: 0.2em;
	font-size: 18px;
}

.consept-sec-title{
    background: #fafafa;
    height: 95px;
    margin-bottom: 0;
}

.page-consept-com{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2%;
}

.page-consept-com.page-consept-com02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2%;
flex-direction: row-reverse;
}
.page-consept-com h3{
	display: table;
	border-bottom: solid 1px #333333;
	letter-spacing: 0.25em;
	font-size: 2.4rem;
}
.page-consept-com02 h3{
    font-size: 2.4rem;
	display: inline;
	border-bottom: solid 1px #333333;
	letter-spacing: 0.2em;
}
.page-consept-com .title{
	display: table;
	padding-bottom: 2%;
}

.page-consept-com .title dt{
	display: table-cell;
	vertical-align:middle;
	width: 15%;
    padding-right: 3%;
}

.page-consept-com .title dd{
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}

.page-consept-com .list-box{
	margin-bottom: 8%;
}

.page-consept-com .cont-text{
	line-height: 2;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.page-consept-com .l-box {
	width: 55%;
}
.page-consept-com .r-box {
	width: 40%;
}
.page-consept-com02 .title dt{
	display: table-cell;
	vertical-align:top;
	width: 15%;
    padding-right: 3%;
}

.page-consept-com02 .title dd{
	display: table-cell;
	vertical-align: top;
	width: 80%;
	line-height: 1.8;
}
.page-consept-com02 .en{
	font-size: 1.5rem;
	border-bottom: none;
	display: block;
}

.flex-box-warap .left {
	width: 70%;
}

.flex-box-warap .right {
	width: 30%;
}
.consept-sec-04 .text01{
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
}
.consept-sec-04 .text02{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
    padding: 4.5% 5% 0px;
	width: auto;
}
.consept-sec04 h3{
	background: none;
	font-size: 2rem;
	text-align: center;
	width: 140px;
	padding: 5px 0;
	position: relative;
	margin: 0 auto 50px;
	letter-spacing: 0.2em;
}
.consept-sec04 .consetp-flow{
	position: relative;
}
.consept-sec04 .consetp-flow::before {
	background: url(../img/concept-icon-left-bg.png);
    display: block;
    bottom: -2px;
    left: -25px;
    position: absolute;
    width: 14px;
    height: 34px;
    background-repeat: no-repeat;
    content: "";
}
.consept-sec04 .consetp-flow::after {
	background: url(../img/concept-icon-right-bg.png);
    display: block;
    bottom: -2px;
	  right: -25px;
    position: absolute;
    width: 14px;
    height: 34px;
    background-repeat: no-repeat;
	  content: "";
}
.concept-icon01{
	text-align: center;
	padding-bottom: 2%;
}

.com-step-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	background: url(../img/consept-dote-boder.png);
	background-repeat: no-repeat;
	background-position: left 5% top 130px;
	padding-bottom:80px;
}
.consept-sec04 .step04{
	background: none;
}
.com-step-box .step-img{
	width: 10%;
	text-align: center;
}
.com-step-box .kensa{
	width: 25%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 2.2rem;
	text-align: center;
	padding-top: 3%;
	line-height: 1.4;
}
.com-step-box dl{
	width: 35%;
}
.com-step-box dl dt{
	display: inline;
	border-bottom: solid 1px #797979;
	font-size: 2rem;
	line-height: 1.8;
    letter-spacing: 0.18em;
}
.com-step-box dl dd{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-size: 1.4rem;
	line-height: 2;
	padding-top: 30px;
}
.com-step-box .flow-img{
	width: 25%;
	text-align: center;
}


.concept-flow-title-box-wrapper{
	margin: 50px 0px 0px;
	width: 575px;
}
.concept-flow-title-box-wrapper .consetp-flow{
	float: left;
}
.consept-sec04 .text-under{
	text-align: center;
	font-size:1.4rem;
	padding: 8px 0 0 46px;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;
	float: left;
}

/* -------------------------------------------------
お知らせ
----------------------------------------------------*/
.info-list-inner{
	flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.info-list {
    display: block;
    border: solid 4px #fafafa;
    transition: all 0.3s;
	margin-bottom: 40px;
}
.info-list-inner .title {
    font-size: 1.6rem;
    font-weight: bold;
    background: #fcfcfc;
    color: #333;
    padding: 15px;
    margin-bottom: 25px;
	 font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.info-list-inner .tham {
    padding: 10px;
}
.info-list-inner .right-cont {
    padding: 10px;
    width: 70%;
}
.info-list-inner .content {
    font-size: 1.5rem;
    line-height: 1.8;
	 font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.info-list-inner .content p,.info-list-inner .content span{
	 font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.new-list {
    margin: 10px 2% 30px;
}

.new-list .thumbnail {
    float: left;
    width: 30%;
}

.new-list .thumbnail img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
	width: 100%;
}

.news_ttl {
	padding: 0 0 0 32%;
	font-size: 18px;
    margin-bottom: 10px;
}

.new-list .text01 {
    float: left;
    width: 65%;
    padding: 0 0 0 2%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	line-height: 1.8;
}

.new-list .text01 a{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.new-list .next-text{
	text-align: right;
	display: block;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

/* -------------------------------------------------
お知らせ-シングル
----------------------------------------------------*/
.news-single .info-list-inner .right-cont {
    padding: 10px;
    width: 100%;
}
.news-single .info-list-inner {
    flex-wrap: nowrap;
    display: inherit;
    justify-content: space-between;
    padding: 30px;
}
.news-single .date{
	padding-bottom: 20px;
}
.news-single .info-list-inner img{
	max-width: 100%;
	height: auto;
}
.c-backbtn a {
    display: block;
    background: #fff;
    transition: all 0.6s;
    box-sizing: border-box;
    border: solid 1px #f0eeee;
    padding: 15px 30px;
    text-align: center;
    color: #333;
    font-weight: bold;
    width: 80%;
    margin: 100px auto 0;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.c-backbtn a:hover {
	background: #f0eeee;
}
img.alignright { display: block; margin: 0 0 0 auto!important; }/* 配置位置 右 */
img.alignleft { display: block; margin: 0 auto 0 0!important; }/* 配置位置 左 */
img.aligncenter { display: block; margin: 0 auto!important; }/* 配置位置 中央 */