@charset "UTF-8";

@import url("reset.css");
@import url("drawer.min.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
word-break: break-all;
line-height: 1.8;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-weight: 200;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
line-height: 150%;
/*	@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}*/
}


/***************************************
	
	共通設定
	
***************************************/	
.pcnone{
		display: none !important;
	}
.center{
		text-align: center;
	}
#wrapper{
	width: 100%;
	}
.mt70{
	margin-top: 70px;
}
.mt135{
	margin-top: 135px;
}
.mt195{
	margin-top: 195px;
}
.mt200{
	margin-top: 200px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mb0{
	margin-bottom: 0;
	}
.mb6{
	margin-bottom: 6px;
	}
.mt60{
	margin-top: 60px;
}
.mt84{
	margin-top: 84px;
}
.mt40{
	margin-top: 40px;
}
.pt20{
	padding-top: 20px;
}
.pt76{
	padding-top: 76px;
}
.pb84{
	padding-bottom: 84px;
}
	.red{
		font-size: 12px;
		color: red;
	}
.fade { 
	display: block;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}  	

.clear{
	clear: both;
}	
/***************************************
	
	テキストアニメーション
	
***************************************/	



	
/***************************************
	
	ヘッダー設定
	
***************************************/	
#headerpc{
	width: 100%;
	margin-top: 15px;
	}
.header_container{
	width: 1000px;
	margin: 0 auto;
	height: 95px;
	padding-left: 20px;
	}

.header_container h1{
	color: #000;
	font-size: 13px;
}
.header_logo{
	float: left;
	width:353px;
	height: 70px;
	box-sizing: border-box;	
	margin-top: 5px;
	}
.header_contact{
	float: left;
	height: 70px;
	width: 285px;
	margin-left: 232px;
}
.header_contact img,.header_contact p{
	float: left;
	margin: 0;
}
.header_contact img{
	margin-right: 10px;
}
.mt5{
	margin-top: 5px !important;
}
.header_contact p{
	font-size: 12px;
}
.font24{
	font-size: 24px !important;
	font-weight: 700;
}
a.header_mail{
	display: block;
	float: right;
	margin-right: 30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #F5CA1F;
	color: #000;
	text-align: center;
	padding-top: 17px;
	font-size: 12px;
	box-sizing: border-box;
	margin-top: -10px;
}
/*********************************************

グローバルナビ設定

********************************************/
#nav_wrap{
	width: 100%;
}
#g_nav{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	/*padding-left: 65px;*/
	box-sizing:border-box;
}
span.navpink{
	font-size: 8px;
	color: #E8879F;
	display: block;
}
span.nav_text{
	display: block;
	margin-top: 8px;
	font-weight: 700;
	color:#000;
}
/*ナビゲーション*/
#global-nav{
	width: 1000px;
	height:65px;
	margin: 0 auto 15px;
	overflow: visible;
}
#global-nav ul {
	margin: 0;
	position: absolute;
overflow: visible;
	width:1000px;
}
#global-nav ul li {
	float: left;
	box-sizing: border-box;
	width: 123px;
	text-align: center;
	margin-bottom:10px;
	border-right: 2px solid #F5CA1F;
	overflow: visible;
}
#global-nav ul li:last-child{
	border:none;
}
#global-nav ul li li {
	float: none;
}
#global-nav a {
	display: block;
	outline: 1;
	text-decoration: none;
	padding: 10px 0;
	color: #000;
	font-weight: 700;
	overflow: visible;
}
#global-nav li ul {
	display: none;
}
#global-nav .menu-item{
position: relative;
  display: inline-block;

}
#global-nav .menu-item::after {
  bottom: 0;
  content: '';
  display: block;
  background: #000;
  left: 0;
  position: absolute;
  width: 0;
}
#global-nav .menu-item:hover {
background:url(image/common/activ.png);
background-position: bottom -5px right 0;
background-repeat: no-repeat;
background-size: contain;
overflow: visible;
}
#global-nav .menu-item:hover a{

}
#global-nav .current-menu-item a, 
#global-nav .current-post-ancestor a, 
#global-nav .current-page-ancestor a{
	overflow: visible;	
	-webkit-transition: all .5s;
    transition: all .5s;
}

#global-nav .current-menu-item, #global-nav .current-post-ancestor, #global-nav .current-page-ancestor, #global-nav .menu-item:hover{
/*background:url(image/common/activ.png);*/
background-position: bottom -5px right 0;
background-repeat: no-repeat;
background-size: contain;

	
}
.sub-menu{
-webkit-transition: opacity 0.3s ease-out;
　-moz-transition: opacity 0.3s ease-out;
　-ms-transition: opacity 0.3s ease-out;
　-o-transition: opacity 0.3s ease-out;
　transition: opacity 0.3s ease-out;
	}	
.sub-menu:hover{
		
	}
/*#global-nav .current-menu-item, 
#global-nav.current-post-ancestor, 
#global-nav .current-page-ancestor, 
#global-nav .menu-item:hover {
	background-position: 0;
	
}*/

#global-nav ul ul {
    position: absolute;
   z-index: 100;
	width: auto;
	
	
}

#global-nav ul .menu-item ul a {
	width: 170px;
	color: #333;
    	background: none;
	text-indent: 0;
	/*height: 22px;*/
	padding: 10px 5px;
	border-top: dotted 1px #ddd;
	
}

/*#global-nav ul .menu-item ul a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/

#global-nav ul .menu-item ul li {
	background: #fff;
	float: none;
	padding: 0 5px;
	min-width:130px;
	height:auto;
	margin-bottom:0px !important;
	margin-left:0 !important;
	
	
	

	
	
}


#global-nav ul .menu-item ul li a {
	border-top: none;
	border-bottom:1px dashed #ccc;
	font-size:12px;
	width:auto;
	height:auto;
    vertical-align: baseline;
  
}
#global-nav ul .menu-item ul li:last-child a {
	border-top: none;
	border-bottom:none;
	width:auto;
	height:auto;
	font-size:12px;
    vertical-align: baseline;
 
}
#global-nav ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}
	#global-nav ul li ul li{
		border: none !important;
		

	}
	#global-nav ul li ul {
		background: #fff;
	

	}
	#global-nav li:hover ul li{
		overflow: visible;

	}
	
	
	
	
	
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #7c8c0e;
  background: #6e7c0c;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #6e7c0c;
}
.dropmenu li a:hover{
  background: #616d0b;
}
#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}	
	
/*********************************

トップページ設定

**********************************/	
#headerimagewrap{
	width: 1200px;
	position: relative;
	height: 853px;
	margin: 0 auto;
}
#headerimagewrap img{
	position: absolute;
	top:0;
	width: 100%;
	height: auto;
	
}
#headerimagewrap p{
	position: absolute;
	font-size: 31px;
	line-height: 2;
	font-weight: 700;
	left: 170px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	top:489px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 700;
	letter-spacing: 1px;
	
	
}

#headerimagewrap p span{
	border-right: 3px solid #f4c91d;
	font-weight: 700;
	padding-right: 3px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

#container_wrapper{
		width: 100%;
		padding: 60px 0 116px 0;
	}	
.container{
		width: 1000px;
		margin: 0 auto;
	}	
.container h2{
	text-align: center;
	color: #E8879F;
	font-size: 25px;
	padding: 10px;
	}	
.container h3{
	text-align: center;
	color: #000;
	font-size: 25px;
	padding: 10px;
	margin-bottom: 45px;
	
	}	
.container h4{

	}	
span.borderyellow{

	border-bottom: 2px solid #F5CA1F;
	padding: 2px 0.5em;
}	

span.borderpink{

	border-bottom: 2px dotted #E8879F;
	padding: 2px 0.5em;
}



.topcontents1{
	width: 100%;
}
.topcontents1_left{
	float: left;
	width: 420px;
}
.topcontents1_left img{
	width: 100%;
	height: auto;
}

.topcontents1_right{
	float: left;
	width: 540px;
	margin-left: 40px;
	line-height: 1.5;
}
.topcontents1_right h5{
	margin: 0 0 17px 0;
	font-size: 20px;
	color: #E8879F;	
}
.topcontents1_right p{
	line-height: 1.8;
}
.mascot{
	text-align: center;
	width: 100%;
	margin-top: 40px;
}



.topglid{
	width: 100%;
	box-sizing: border-box;
	padding: 0 60px;
	margin-top: 37px;
	margin-bottom: 55px;
}

.topglid li{
	float: left;
	width: 244px;
	margin-left: 72px;
}
.topglid li:nth-child(3n+1) {
margin-left:0;
}
.topglid li h4{
	font-size: 19px;
	text-align:center;
	color: #E8879F;
	margin: 24px 0 17px;
	line-height: 1.5;
}
.topglid li p{
font-size: 14px;
	color: #000;
}


.tokuchobtn{
	background: #F5CA1F;
	color: #000;
	width: 376px;
	height: 48px;
	text-align: center;
	display: block;
	line-height: 46px;
	margin: 0 auto;
	
}
.yajirushi:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image:url(image/top/yajirushi.svg);
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-left: 30px;
	margin-top: -5px;
}
.mb112{
	margin-bottom: 112px;
}
table.toptable{
	width: 100%;
	margin-bottom: 96px;
}
table.toptable td{
	width: 25%;
	border-bottom: 2px dotted #CACACA;
	padding: 20px 40px;
	border-right: 2px dotted #CACACA;
}
table.toptable td h6{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
table.toptable td img{
	margin: 15px 0;
}
.mt45{
	margin-top: 45px;
}





.thmnail{
	width: 110px;
	height: 110px;
	float: left;
}

.column_list{
	float: left;
	width: 640px;
	padding-left: 25px;
	box-sizing: border-box;
}


.cal{
	width: 100%;
	margin-bottom: 94px;
}
.category_column{
	padding: 4px;
	background: #666;
	color: #fff;
	display: inline;
	font-size: 12px;
}
article.news{
	width: 100%;
	margin-bottom: 72px;
}
article.news h4{
	font-size: 26px;
	color: #E8879F;
	
	float: left;
}
article.news p{
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
div.news_box{
	width: 750px;
	float: right;
}
.news_box ul{
	width: 750px;
	}
.news_box ul li{
	width: 100%;
	margin-bottom: 45px;
	border-bottom:  1px solid #ccc;
	padding-bottom: 10px;
	}
.news_box ul li a{
	clear: both;
	display: block;
	font-size: 16px;
	color: #000;
	}

div.news_box2{
	width: 710px;
	float: right;
}
.news_box2 ul{
	width: 710px;
	}
.news_box2 ul li{
	width: 100%;
	margin-bottom: 45px;
	border-bottom:  1px solid #ccc;
	padding-bottom: 10px;
	}
.news_box2 ul li a{
	display: inline-block;
	font-size: 16px;
	color: #000;
	}


span.topinfodate{
		display: inline-block;
		width: 140px;
		float: left;
		font-size: 14px;
		line-height: 19px;
	}

a.btn_more{
	color: #000;
	text-align: right;
}
.top_recommend_contents{
	width: 1025px;
	margin: 0 auto;
	padding-top: 50px;
}

.top_recommend_contents > div{
	float: left;
}
.news_left{
	width: 250px;
	float: left;
}
.w430{
	width: 430px;
}
.w285{
	width: 285px;
}
.ml15{
	margin-left: 15px;
}
.ml10{
	margin-left: 10px;
}

.googlemap{
	width: 1000px;
	height: 350px;
	margin: 70px auto 0;
}
.googlemap a{
	text-decoration: underline;
	color: #E8879F;
}
/*********************************

フッター設定

**********************************/	
#footerwrap{
		background: #fff;
		padding: 84px 0 110px 0;
	}
.footer_logo{
	float: left;
	width: 388px;
	box-sizing: border-box;
	margin-right: 72px;
	}
.footer_logo img{
	margin-bottom: 20px;
}
p.footer_add{
		color: #000;
		font-size: 12px;
	}
p.footer_tel{
		color: #000;
		font-size: 30px;
	}
div.footer_time{
		float: left;
		width: 530px;
		box-sizing: border-box;
	}
table.footertime{
border-collapse: separate;
	border-spacing: 8px;
}
table.footertime th{
	text-align: left;
font-size: 12px;
}
table.footertime td{
font-size: 12px;
	padding-left: 14px;
}



table.footertable{
	width: 100%;
	border: 1px solid #E8879F;
	margin-bottom: 15px;
	}
table.footertable th{
	font-size: 12px;
	background: #E8879F;
	width: 71px;
	color: #fff;
	padding: 12px 0;
	text-align: center;
}
table.footertable th:first-child{
	width: 100px;
}
table.footertable td{
	padding: 12px 0;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	}
.brgray{
	border-right: 1px solid #7F8080;
}
.bbgray{
	border-bottom: 1px solid #7F8080;
}
.ml80{
	margin-left: 80px;
}
.footerchui{
	background:rgba(232,135,159,0.3);
	padding: 10px 15px;
	font-size: 12px;
	line-height: 1.5;
}


.footertel{
		font-size: 25px;
		color: #525353;
		font-weight: 700;
	margin-top: 6px;
	margin-bottom: 0;
	}


.footereigyosho{
	font-size: 12px;
	color: #525353;
	font-weight: 700;
	margin: 6px 0;
}	
.footertelsmall{
	font-size: 18px;	
	}	
.footertelsmall:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-image:url(image/common/tel.svg);
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
margin-right: 6px;
	padding: 2px;
}

.copyright{
	text-align: center;
	color: #fff;
	background: #E8879F;
	padding: 28px 0;
	font-size: 12px;
	}
	












/*********************************

お問い合わせ

**********************************/
#contact_wrap{
	width: 100%;
	margin: 45px 0;
}


.mw_wp_form_g-enquete .action-buttons {
    text-align: center;
}
/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
background: #9E292C !important;
width: 300px;
color: #fff;
overflow:hidden;
border:none;
cursor:pointer;
	line-height: 30px;
}
 
.mw_wp_form_confirm .btn input{
/*送信ボタン用*/
background: #9E292C !important;
width: 300px;
color: #fff;
overflow:hidden;
border:none;
cursor:pointer;
	line-height: 30px;
}
 
#submitback input{
/*戻るボタン用*/
background: #9E292C !important;
width:80px;
height:30px;
color: #fff;
overflow:hidden;
border:none;
cursor:pointer;
	line-height: 30px;
}


.mw_wp_form_g-enquete input[type="submit"], .mw_wp_form_g-enquete input[type="button"], .mw_wp_form_g-enquete button {
    border: none !important;
    border-radius:0 !important;
	font-size: 20px !important;
    
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;
}
.mw_wp_form_g-enquete input[type="submit"]:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
.mw_wp_form_g-enquete .require {
display: none;
}
.hisu{
color:#FF0004;
margin-left: 20px;
font-size: 12px;
}
	
/*********************************

固定ページ設定

**********************************/
#pagehead{
	width: 100%;
	height: 500px;
	position: relative;
}
#pagehead p{
	position: absolute;
	top:35%;
	left: 45%;
	font-size: 20px;
	padding: 50px 40px;
	background: #E8879F;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	
}
.about_clinic_pagehead{
	background:url(image/pagehead/about_clinic.jpg) center center;
	background-size: cover;
}
.medical_care_pagehead{
	background:url(image/pagehead/medical_care.jpg) center center;
	background-size: cover;
}
.faq_pagehead{
	background:url(image/pagehead/faq.jpg) center center;
	background-size: cover;
}
.contact_pagehead{
	background:url(image/pagehead/contact.jpg) center center;
	background-size: cover;
}
.access_pagehead{
	background:url(image/pagehead/access.jpg) center center;
	background-size: cover;
}
.staff_pagehead{
	background:url(image/pagehead/staff.jpg) center center;
	background-size: cover;
}
.ippan_pagehead{
	background:url(image/pagehead/ippann.jpg) center center;
	background-size: cover;
}



.pt90{
	padding-top: 90px;
}

.page{
	width: 1000px;
	margin: 0 auto;
}
.page a{
	text-decoration: underline;
	color: #F3ABB1;
}
.border_yellow1{
	background: url(image/page/border_yellow1.svg) bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
}
.border_yellow2{
	background: url(image/page/border_yellow2.svg) bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
}
h2.pagesection{
	font-size: 23px;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 45px;
	
}
h4.titlesub{
	color: #F3ABB1;
	text-align: center;
	font-size: 10px;
	
}

.concept{
	width: 100%;
	position: relative;
	overflow: visible;
}

.concept_left{
	width: 555px;
	position: absolute;
	top:46px;
}

.concept_left h3{
font-size: 20px;
    color: #E8879F;
	line-height: 1.5;
	margin-bottom: 30px;
}
.concept_left p{
	line-height: 1.8;
}
.concept_right{
	position: absolute;
	top:0;
	left: 634px;
	overflow: visible;
}
.h490{
	height: 490px;
}
.rinen_page{
	font-size: 22px;
	text-align: center;
	font-weight: 700;
}

.glid_page_3{
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    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;
}
.glid_page_3 li{
	width: 300px;
	float: left;
	margin-left: 50px;
	margin-bottom: 70px;
}
.glid_page_3 li:nth-child(3n+1){
	margin-left: 0;
	}
.glid_page_4{
	margin-top: 37px;
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    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;
}
.glid_page_4 li{
	width: 223px;
	float: left;
	margin-left: 36px;
	margin-bottom: 70px;
}
.glid_page_4 li:nth-child(4n+1){
	margin-left: 0;
	}


p.future{
	color: #F5CA1F;
	font-size: 8px !important;
	text-align: center !important;
	margin-top: 20px;
}
.glid_page_4 li h3,.glid_page_3 li h3{
	font-size: 18px;
    color: #E8879F;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 18px;
	line-height: 1.5;
}
.glid_page_4 li p,.glid_page_3 li p{
	text-align: left;
	font-size: 14px;
}
.page_image{
	text-align: center;
}
.rinen_image{
	text-align: center;
	width: 202px;
	margin: 0 auto 30px;
}
.rinen_image img{
	width: 100%;
	height: auto;
}

.rinen_glid{
	
}

.rinen_text{
	width: 480px;
	padding: 0 260px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.rinen_text li{
	float: left;
	width: 152px;
	margin-left: 12px;
}
.rinen_text li:first-child{
	margin-left: 0;
}
.rinen_text li p{
	font-size: 14px;
	text-align: left;
}
.rinen_text li p:first-child{
	text-align: center;
	}
.rinen_text li p:nth-child(2){
	font-size: 13px !important;
	}
p.colorpink{
	color: #EA6180;
	font-size: 21px !important;
	margin-bottom: 10px;
}
p.colorgreen{
	color: #A8B51E;
	font-size: 21px !important;
	margin-bottom: 10px;
}
p.colorblue{
	color: #1AADC0;
	font-size: 21px !important;
	margin-bottom: 10px;
}

.h676{
	height: 876px;
}
.incho_image{
	width: 552px;
	height: 645px;
	position: absolute;
	top:0;
	left: 50px;
	z-index: 0;
}
.inchobox{
	position: absolute;
	left: 0;
	top:474px;
	z-index: 10;
	width: 211px;
	height: 201px;
	background: #E8879F;
	color: #fff;
	box-sizing: border-box;
	padding-top: 50px;
	padding-left: 30px;
}
.incho_text{
	position: absolute;
	top:20px;
	left: 506px;
	line-height: 2;
}
	.incho_text p{
		line-height: 1.8;
		font-size: 15px;
		margin-bottom: 20px;
		 text-indent: 1em;
	}
p.font10_incho{
	font-size: 10px !important;
}
p.font12_incho{
	font-size: 12px !important;
}
p.font24_incho{
	font-size: 24px !important;
	margin: 15px 0;
}



/*********************************

よくある質問

**********************************/
p.question{
	border-top: 2px dotted #F3ABB1;
	color: #4E4D4D;
	padding-top: 25px;
	font-size: 21px;
}

p.question:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/question.svg);
  background-size: contain;
  vertical-align: middle;
margin-left: 20px;
	margin-right: 30px;
}
.answer{
	padding: 25px 20px 97px 30px;
	line-height: 1.8;
}
.answer p{
	margin-bottom: 20px;
}


/*********************************

アクセス

**********************************/
.map{
	widows: 100%;
}

.access_wrap{
	width: 1000px;
	margin-top: 100px;
}
.access_wrap p{
	font-size: 14px !important;
	text-align: center;
}
.gaikan{
	float: left;
	width: 483px;
}

.access_right{
	float: left;
	width: 440px;
	margin-left: 77px;
	padding: 0 50px;
	box-sizing: border-box;
}
h5.access{
	margin-bottom: 32px;
	text-align: center;
	font-weight: 700;
}
.mb66{
	margin-bottom: 66px;
}
.chushajo_left{
	float: left;
	width: 483px;
	padding: 0 50px;
	box-sizing: border-box;
}
.chushajo_right{
	float: left;
	width: 440px;
	margin-left: 77px;
}
.mb30{
	margin-bottom: 30px;
}

/*********************************

診療内容

**********************************/
.shinryo_title{
	font-size: 25px;
	color: #E8879F;
	margin-bottom: 33px;
}
.shinryo_wrap{
	width: 1000px;
	padding-bottom: 50px;
	border-bottom: 2px dotted #CACACA;
	margin-bottom: 48px;
	clear: both;
}

.shinryo_left{
	width: 186px;
	float: left;
}

.shinryo_center{
	width: 416px;
	margin-left: 48px;
	float: left;
}

.shinryo_right{
	width: 310px;
	float: left;
	margin-left: 40px;
}
.shinryo_image{
	width: 100%;
	margin-top: 48px;
	margin-bottom: 110px;
}

p.shinryo{
	color: #000;
	font-size: 20px;
	
}
h6.shinryo_txt{
	width: 100%;
}
h6.shinryo01:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/shinryo/icon01.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
h6.shinryo02:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/shinryo/icon02.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
h6.shinryo03:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/shinryo/icon03.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
h6.shinryo04:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/shinryo/icon04.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
h6.shinryo05:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/shinryo/icon05.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
h6.shinryo06:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/shinryo/icon06.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
h6.shinryo07:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/shinryo/icon07.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
h6.shinryo08:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 37px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image:url(image/page/shinryo/icon08.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
span.border_bottom_yellow{
	border-bottom: 2px solid #F5CA1F;
	font-weight: 700;
	padding-bottom: 8px;
}
p.shinryo_txt2{
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.konnashojo{
	float: right;
	color: #F3ABB1;
	height: 30px;
	margin-right: 50px;
}
/*********************************

医師・スタッフ

**********************************/
.doctor{
	width: 1000px;
}

.doctor_left{
	width: 500px;
	float: left;
}


.doctor_right{
	width: 500px;
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
}

div.doctortable{
	padding-bottom: 33px;
		border-bottom: 2px dotted #CACACA;
	margin-bottom: 47px;
}
div.doctortable2{
	padding-bottom: 33px;
	border-bottom: 2px dotted #CACACA;
	margin-bottom: 47px;
	width: 100%;
}
table.doctor1{
	width: 100%;

}

table.doctor1 tbody{
	padding-bottom: 33px;
}


table.doctor1 th{
	font-size: 14px;
	color: #E8879F;
	text-align: left;
	vertical-align: top;
	width: 96px;
}
table.doctor1 td{
	font-size: 14px;
	color: #000;
	padding-bottom: 12px;
}
.dfont1{
	font-size: 14px;
	color: #000;
}
span.name{
	font-size: 26px;
	color: #000;
}
span.furigana{
	font-size: 15px;
	margin-left: 26px;
}
.aisatsu_txt{
	font-size: 23px;
	color: #E8879F;
	margin: 36px 0;
}
.mb47{
	margin-bottom: 47px;
}
.parsonalbox{
background:rgba(245,202,31,0.1);
padding: 30px 25px;
	margin-top: 39px;
	margin-bottom: 39px;
}
.parsonalbox p{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 5px;
}
span.parsonaltitle{
	color: #F3ABB1;
}


.staffwrap{
	background: #FEF3E2;
}
.doctor_right2 {

    width: 540px;
    float: left;
    padding-left: 100px;
    box-sizing: border-box;

}
.doctor_left2 {

    width: 460px;
    float: left;

}
.pb220{
	padding-bottom: 220px;
}
.mb40{
	margin-bottom: 40px;
}


/*********************************

一般歯科

**********************************/
.ippan_wrap{
	width: 100%;
	margin-bottom: 84px;
}
.ippan_wrap img{
	float: left;
	height: auto;
	width: 460px;
}
.ippan_wrap p{
	float: left;
	width: 500px;
	margin-left: 40px;
}

table.ippantable{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 145px;
}
table.ippantable td{
	font-size: 14px;
	vertical-align: middle;
	padding-bottom: 35px;

}

table.ippantable tr{
	border-bottom: 2px dotted  #CACACA;
}
table.ippantable tr td:first-child{
	width: 320px;
	text-align: center;
}
table.ippantable tr td:nth-child(2){
	width: 172px;
	text-align: center;
}
table.ippantable tr td:nth-child(3){
	padding-left: 30px;
	line-height: 2;
}
/*********************************

投稿設定

**********************************/

#single_wrap{
	width: 100%;
	padding-top: 60px;
	border-top: 1px solid #7F8080;
}
.single{
	width: 1000px;
	margin: 0 auto;
}
.singlewrap{
	float: left;
	width: 710px;
}
.single_date{
	font-size: 12px;
	margin-bottom: 28px;
}
.singlewrap h1{
text-align: left;
color: #000;
font-size: 25px;
padding: 10px 0;
	margin-bottom: 47px;
}
span.borderyellow_single {
    border-bottom: 2px solid #F5CA1F;
    padding: 2px 0;
}
.singlewrap p{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.singlewrap img{
	max-width: 100%;
	height: auto;
	
}
.singlewrap h2{
	color: #000;
	font-size: 20px;
}
.singlewrap h3{
	
}
.singlewrap h4{
	
}
.sidebar{
	float: right;
	width: 230px;
	overflow: hidden;
}
.sidebar ul li a{
	font-size: 12px;
	color: #000;
	border-bottom: 2px dotted #c9c9c9;
}
.sidebar ul li {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	
}	
.sidebar ul{
	padding-bottom: 30px;
}	
	
.sidebar h2{
	font-size: 17px;
	color: #E8879F;
	border-bottom: 1px solid #E8879F;
	margin-bottom: 15px;
}

.dateright{
		text-align: right;
	width: 100%;
	margin: 10px 0;
	font-weight: 700;
	font-size: 14px;
	}
.nextpre{
		width: 1000px;
	margin: 60px auto 30px;
	padding-bottom: 50px;
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
	}
.pre{
		float: left;
		width: 50%;
		padding-right: 50px;
		box-sizing: border-box;
	}
.next{
		float: right;
		width: 50%;
		padding-left: 50px;
		box-sizing: border-box;
	}

.select-box01 select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
h4.sidebar-title{
	font-size: 17px;
	color: #E8879F;
	border-bottom: 1px solid #E8879F;
	margin-bottom: 25px;
}
.screen-reader-text{
	display: none;
}


.sidebar-wrapper ul li{
	border-bottom: 2px dotted #CACACA;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.sidebar-wrapper ul li a{
	color: #000;
}


.fontbold{
	font-weight: 700;
}
.btn{
	color: #fff;
	margin: 30px auto;
	width: 300px;
}

table.list01{
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.list01 th{
	vertical-align: middle;
	padding: 20px;
	background: #FDF7E2;
	font-weight: 700;
	text-align: center;
	width: 183px;
	border-bottom: 1px solid #ccc;
}
table.list01 td{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.form_blanc{
	margin-left: 10px;
}
select{
font-size:14px;
}
input {
font-size:14px;
}
#archives-dropdown-3{
margin-bottom: 20px;
}

/*wp-pagenavi 17*/
.wp-pagenavi {
clear: both;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #E8879F;
background-color: #FFFFFF;
padding: 20px 25px;
border-radius: 3px;
margin: 0 2px;
white-space: nowrap;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
border: thin solid #E8879F;
}
.wp-pagenavi a:hover{
color: #fff;
background-color: #E8879F;
}
.wp-pagenavi span.current{
color: #fff;
background-color: #E8879F;
	border: thin solid #E8879F;
}




.general_image01{
	width: 757px;
	height: 372px;
	margin: 0 auto 123px;
}
.mb94{
	margin-bottom: 94px;
}


table.yoboutable{
	width: 100%;
}


table.yoboutable th{
text-align: left;
	padding-top: 44px;
	padding-left: 12px;
	padding-bottom: 60px;
	font-weight: 700;
	color: #000;
	font-size: 20px;
	width: 250px;
	font-size: 14px;
	border-bottom: 2px dotted #ffcb00;
}
table.yoboutable td{

	border-bottom: 2px dotted #ffcb00;
}
table.yoboutable th span{
	background: linear-gradient(transparent 70%, #ffff66 70%);
	font-weight: 700;
	font-size: 20px;
}
a.kenkoiji{
	display: block;
	text-decoration: none;
	color: #000;
	background: #ffcc00;
	width: 376px;
	height: 60px;
	margin: 140px auto 230px;
	line-height: 60px;
	text-align: center;
}
	
.migiyajirushi:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 9px;/*画像の高さ*/
  background-image:url(image/page/ippan/yajirushi_right.svg);
  background-size: contain;
  vertical-align: middle;
	margin-left: 5px;
}
	
.inp01{
	width: 630px;
	margin: 0 auto;
}	
	
.inpwrap{
	width: 1000px;
}	
.inpwrap p{
	float: left;
	width: 500px;
}
.inpwrap img{
	float: left;
	width: 448px;
	margin-left: 52px;
}
.general_image02 {
    width: 757px;
    height: 305px;
    margin: 0 auto 56px;
}
.mb22{
	margin-bottom: 22px;
}
table.inp01{
	width: 100%;
	border: 2px dotted #c4c4c4;
}

table.inp01 td{
	text-align: center;
	width: 33%;
}

table.inp01 th{
	text-align: center;
	font-weight: 700;
}

.bl_dott_gray{
	border-left:  2px dotted #c4c4c4;
}
.bb_dott_gray{
	border-bottom:  2px dotted #c4c4c4;
}
.back_yellow{
	background: #ffcb00;
	color: #000;
}
table.inp02{
	width: 100%;
	
}

table.inp02 td{
	text-align: center;
	width: 20%;
	font-size: 14px;
	padding: 10px;
}

table.inp02 th{
	text-align: center;
	font-weight: 700;
	font-size: 14px;padding: 4px;
	vertical-align: middle;
}

.border_dotted_gray{
border: 2px dotted #c4c4c4;}
.kigou{
	font-size: 12px;
	text-align: center;
	color: #ffb0b6;
}
.kigou:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width:5px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url(image/page/ippan/kigo_left.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
.kigou:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width:5px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url(image/page/ippan/kigo_right.svg);
  background-size: contain;
  vertical-align: middle;
	margin-left: 10px;
}
p.inp03{
	font-size: 14px;
}

.inp04_chui{
	width: 100%;
}
.inp04_chui_left{
	float: left;
	width: 500px;
	margin-right: 50px;
}
.inp04_chui_right{
	width: 448px;
	float: left;
}
a.kenkoiji2 {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ffcc00;
    width: 376px;
    height: 60px;
    margin: 70px auto 100px;
    line-height: 60px;
    text-align: center;
}


/*コラムページ*/
.column_wrap{
	width: 100%;
}
.column_wrap img{
	max-width: 100%;
	height: auto;
}
.column_wrap p{
	font-size: 14px;
	line-height: 1.8;
}
.column_wrap p span{
	
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.category_icon{
	font-size: 16px;
	color: #000;
	padding: 9px 13px;
	background: #f6eb6c;
	display: inline-block;
}
.column_wrap h2{
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	margin-top: 60px;
	margin-bottom: 25px;
}
.column_wrap h2:first-child{
	margin-top: 0 !important;
}
.column_wrap h3{
	text-align: left;
	font-weight: 700;
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}
.column_wrap h4{
	font-size: 16px;
	color: #000;
	padding: 9px 13px;
	background: #f6eb6c;
	text-align: center;
}
.column_wrap h6{
	font-size: 16px;
	color: #000;
	text-align: center;
}
.column_sec_yellow{
	font-size: 14px;
	color: #000;
	padding: 9px 13px;
	background: #fbf6bd;
	text-align: left;
}
.column_wrap h2 span{
	border-bottom: 2px solid #ffd000;
	padding-bottom: 10px;
}


.column_wrap h1{
	text-align: center;
	margin-bottom: 30px !important;
}
.colum_pink{
	color: #f48ba5;
	text-align: center;
	font-size: 8px;
	margin-bottom: 0 !important;
}

table.column_table{
	width: 100%;
	margin-bottom: 100px;
}

table.column_table th{
	background: #ffd000;
	color: #000;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.column_table td{
	color: #000;
	text-align: left;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 20px 10px;
}
table.column_table3{
	width: 100%;
	margin-bottom: 10px;
}

table.column_table3 th{
	background: #ffd000;
	color: #000;
	text-align: center;
	font-size: 12px;
}
table.column_table3 td{
	color: #000;
	text-align: left;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 20px 10px;
}
.column_table_yellow{
	background: #fffce5;
	color: #000 !important;
	text-align: center !important;
	padding: 8px ;
	border: 1px solid #ffd000;
	font-weight: 700;
}
p.number_colum{
	text-align: center;
	font-size: 42px !important;
	margin-bottom: 5px !important;
}
p.human_colum{
	text-align: center;
	font-size: 12px;
}

table.column_table2{
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	margin-bottom: 100px;
}

table.column_table2 th{
	color: #000;
	text-align: center;
	font-size: 12px;
}
table.column_table2 th:nth-child(n+2){
	background: #faf3a7;

}
table.column_table2 td{
	color: #000;
	text-align: left;
	font-size: 12px;
	vertical-align: middle;

	padding: 20px 10px;
}



table.column_table4{
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	margin-bottom: 100px;
}

table.column_table4 th{
	color: #000;
	text-align: center;
	font-size: 12px;
	background: #faf3a7;
}

table.column_table4 td{
	color: #000;
	
	font-size: 12px;
	text-align: left;

width: 300px;
	padding: 20px 10px;
	vertical-align: top;
}

table.column_table4 td img{
	width: 100% !important;
	vertical-align: top;
	height: auto;
}




.colum_glid_two{
	width: 100%;
	margin-bottom: 30px;
	display:-webkit-box;
    display:-moz-box;
    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;
}
.colum_glid_two div{
	float: left;
	width: 50%;
	font-size: 12px;
	
}
.colum_glid_two div span{
	border-bottom: 1px solid #ffd000;
}
.colum_glid_two div p{
	font-size: 12px;}



.colum_glid_three{
	width: 100%;
	margin: 40px 0 60px;
	display:-webkit-box;
    display:-moz-box;
    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;
}



.colum_glid_three div{
	width: 230px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom: 30px;
}

.colum_glid_three div:nth-child(3n+1) {
margin-left: 0;
}

.colum_glid_three div img{
	width: 100%;
	height: auto;
}


.colum_glid_three2{
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    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;
}


.mnone{
	margin: 0 !important;
}
.color_black{
	color: #000;
}
.colum_glid_three2 div{
	width: 230px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

.colum_glid_three2 div:nth-child(3n+1) {
margin-left: 0;
}

.colum_glid_three2 div img{
	width: 100%;
	height: auto;
}
.mb90{
	margin-bottom: 90px !important;
}
.mb40{
	margin-bottom: 40px !important;
}



span.border_yellow{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.table_div_wrap{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
	display:-webkit-box;
    display:-moz-box;
    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;
}

.table_pink_harf{
	background: #fff0f1;
	width: 40%;
	float: left;
	margin-left: 20%;
	font-size: 14px;
	padding: 20px;
	box-sizing: border-box;
}
.table_pink_harf h7{
	font-size: 19px;
}


.table_pink_harf:first-child{
	margin-left: 0;
}

.mb103{
	margin-bottom: 103px;
}
.pink_back{
	background: #fde8ed;
	padding: 8px 0;
}

.inp_td_02{
	font-size: 14px !important;
	text-align: left !important;
	padding: 28px 30px;
}

.mb67{
	margin-bottom: 67px;
}

.lineheight18{
	line-height: 1.8;
}
.mb137{
	margin-bottom: 137px !important;
}


table.ryokin{
	width: 100%;
}
table.ryokin tr:nth-child(odd){
background:rgba(245,202,31,0.3);
}

 

table.ryokin th{
	background: #fed200;
	text-align: center;
}

table.ryokin td{
	border: 1px solid #c9c9c9;
	vertical-align: middle;
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
.mb144{
	margin-bottom: 144px !important;
}
.mt15{
	margin-top: 15px;
}
.hokengai{
	padding: 7px 110px;
	text-align: center;
	color: #000;
	background: #f5efaf;
box-sizing: border-box;
	width: 460px;
	margin: 0 auto;
}
.hokengai_text{
	padding: 55px 0 100px;
	line-height: 1.8;
}
.hokengai_text2{
	padding: 15px 0 15px;
	line-height: 1.8;
}
h3.kakaku{
	text-align: center;
	font-size: 19px;
	font-weight: 700;
}
.kakaku span{
	font-weight: 700;
}
p.kakaku_sub{
	text-align: center;
	font-size: 14px;
	margin: 18px 0 15px;
}


.annaibtn{
		text-decoration: none !important;
		background: #fbebee;
		font-size: 12px;
		text-align: center;
		color: #000 !important;
		padding: 4px 18px;
		display: inline-block;
		margin: 15px auto 0;
	}
.annaibtn2{
		text-decoration: none !important;
		background: #fbebee;
		font-size: 12px;
		text-align: center;
		color: #000 !important;
		padding: 4px 18px;
		display: inline-block;
		margin: 15px auto 0;
		width: 100%;
		box-sizing: border-box;
	}
.h72{
		height: 72px;
	}	
	
.map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 20px;
}
 
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}	
