@charset "utf-8";
/* CSS Document */

@media print{
header {
 position: absolute;
}
}

html {
  overflow-x: scroll;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	color:#3e3a3a;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #ef888b;
	text-decoration: none;
}
a:hover {
	color:#C0AB9A ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

body,
footer{
	min-width:1200px;
}

a,
img {
  -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;
  position: relative;
}
a:hover img {
  opacity: 0.7;

}
.day {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-right: 26px;
	font-weight: bold;
}

#news_data strong {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.pc{display:block!important}.pc_inline{display:inline!important}.sp_inline{display:none!important}.sp_inline_ip{display:none!important}.pc_table{display:none!important}.sp_table{display:none!important}
/*============================================================================

	font

============================================================================*/
.font_pink {
  color: #ef888b;
}
.font_blue {
  color: #7dccdf;
}
.f_size08 {
  font-size: 0.8em;
}
/*============================================================================

	header

============================================================================*/

header {
	width:100%;
  position: relative;
  z-index: 9999999;
  height: 90px;
}
header .inner{
	position:relative;
	width:100%;
  padding-left: 350px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
}
.header_top_area {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 50px;
}
.header_catch {
   font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
   font-weight: 900;
   /*font-size: 18px;*/
   font-size: 15px;	
   color: #767676;
   letter-spacing: 2px;
   position: relative;
   line-height: 45px;
   top: 13px;
}
.header_catch::before {
  position: absolute;
  top: 0;
  left: -36px;
  background: url("../images/header_catch_bg.png") center center no-repeat;
  /*width: 350px;*/
  width: 407px;	
  height: 45px;
  content: "";
  z-index: -1;
}

/* ロゴ */
header .header_logo{
 position: absolute;
 top: 0;
 z-index: 2;
 height: 271px; 
 width: 325px;
}
header .header_logo::before{
 position: absolute;
 background: url(../images/header_bg.png);
 background-size: 325px;
 height: 271px; 
 width: 325px;
 content: "";
 z-index: -1;
}

header .header_logo img{
  /*max-width:93px;*/
  max-width: 100%;	
  position: relative;
/*  top: 40px;*/
	top: 30px;
  /*left: 100px;*/
  left: 50px;
  height:auto;
}



/*h1*/
h1{
	position: absolute;
	top: 5px;
	font-size: 11px;
	margin-left: -20px;
}

@media screen and (max-width:1300px) {
h1{
	font-size: 9px;
	top: 8px;
}
}


/* 住所 */
.header_info{
	float:right;
	text-align:right;
}
.header_info_tel a,
.footer_info_tel a{
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  color: #ef888b;
  /*line-height: 1.4;*/
  line-height: 0.5;	
  letter-spacing: 0.3px;
}
.header_info_tel a span,
.footer_info_tel a span {
  font-size: 0.6em;
  padding-right: 5px;
}

.header_info_tel {
	margin-top: -5px;
}

.header_info_ad{
/*font-size: 14px;*/
font-size: 16px;
line-height: 1.5;
letter-spacing: 0;
position: relative;
top: -12px;
}

.space_right {
	padding-right: 10px;
}

.header_right .header_info{
	
}


.header_right .header_btn  {
	position: relative;
	right: 180px;
	top: -70px
}

.header_btn a {
	background-color: #ef888b;
	color: #fff;
	padding: 12px 18px;
	border-radius: 10px;
}

.header_btn a::before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 15px;
	background-image:url("../images/header_icon01.png");
	margin-right: 5px;
		
}

.header_btn.footer_contact_btn a{
	display: inherit;
	text-align: center;
}


.header_btn a:hover{
	opacity: 0.7;
} 

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

}
/*============================================================================

	nav

============================================================================*/
.nav_wp {
	position: absolute;
  width: 100%;
  padding-left: 390px;
  z-index:9999;
  box-sizing: border-box;
  padding-right: 60px;
  margin-top: 35px;
}
.nav_wp.fixed {
  margin-top: 0;
  top: 0;
  padding-left: 20vw;
}
nav {
	width: 100%;
  	max-width: 1111px;
	height:100px;
	background-color:rgba(255,255,255,1.0);
  border-radius: 50px;
  min-width: 770px;
}


@media screen and (max-width:1480px) {
	nav {
		width: auto!important;
	}
}

.nav_wp.fixed nav {
  background-color:rgba(255,255,255,0.7);
}
nav ul,
.footer_navi ul {
  display: flex;
  justify-content: space-between;
  width: 87%;
	max-width:1111px;
	height: inherit;
	margin:0 auto;
	text-align:center;
}
nav li ,
.footer_navi li {
	position:relative;
	height:inherit;
}
nav li a,
.footer_navi li a{
  display: block;
  font-family: "Jun 34","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	vertical-align:middle;
	line-height: 80px;/* 上下中央寄せのためにnavのheightと同じ値にする */
	font-size:15px;
	font-weight:bold;
	text-align:center;
  color: #7a7a7a;
  line-height: 1;
  padding-top: 15px;
  /*padding-top: 50px;*/
  position: relative;
}
nav li a:hover,
nav li.active2 a,
.footer_navi li a:hover,
.footer_navi li.active2 a {
	color: #7a7a7a;
}
/*
nav li a span,
.footer_navi li a span {
  display: block;
	position:relative;
  font-family: 'Josefin Sans', sans-serif;
  color: #7dccdf;
  font-size: 12px;
  padding-top: 8px;
}


nav > ul > li > a::before,
.footer_navi > ul > li > a::before{
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/nav_ico01.png) top center no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
nav > ul > li:nth-child(2) > a::before,
.footer_navi > ul > li:nth-child(2) > a::before {
  background: url(../images/nav_ico02.png) top center no-repeat;
  width: 21px;
  height: 18px;
}
nav > ul > li:nth-child(3) > a::before,
.footer_navi > ul > li:nth-child(3) > a::before {
  background: url(../images/nav_ico03.png) top center no-repeat;
  width: 22px;
  height: 21px;
}
nav > ul > li:nth-child(4) > a::before,
.footer_navi > ul > li:nth-child(4) > a::before{
  background: url(../images/nav_ico04.png) top center no-repeat;
  width: 22px;
  height: 22px;
}
nav > ul > li:nth-child(5) > a::before,
.footer_navi > ul > li:nth-child(5) > a::before {
  background: url(../images/nav_ico05.png) top center no-repeat;
  width: 13px;
  height: 21px;
}
nav > ul > li:nth-child(6) > a::before,
.footer_navi > ul > li:nth-child(6) > a::before {
  background: url(../images/nav_ico06.png) top center no-repeat;
  width: 21px;
  height: 21px;
}
nav > ul > li:nth-child(7) > a::before,
.footer_navi > ul > li:nth-child(7) > a::before {
  background: url(../images/nav_ico07.png) top center no-repeat;
  width: 20px;
  height: 20px;
}
*/


/* ホバーのボーダー */
nav li a span::before,
.footer_navi li a span::before {
  position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #fadc73;
	transition: 0.15s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
nav li a:hover span::before,
nav li.active2 a span::before,
.footer_navi li a:hover span::before,
.footer_navi li.active2 a span::before {
	transform: scaleX(1);
}

/* ホバーで出てくるメニューを示すアイコン */


/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display:none;
	width:250%;
	top: 100%;
	left:0%;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);

}
nav ul li div a{
	display:block;
	position:relative;
	padding: 13px 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height:1.4;
	text-align:left;
	font-size:13px;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #F0F0F0;
}

/* 矢印 */
.nav_arrow{
}
.nav_arrow img{
	display:block;
	position:absolute;
	top:0;
	right:5%;
	bottom:0;
	margin:auto;
	transition:0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img{
	right:3%;
}
/* スクロールで追加されるクラス */
.fixed{
	position:fixed;
}




.fixed_btn {
  display: block;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 9999999;
  width: 55px;
  
}
.fixed_btn li {
  width: 49%;
  margin-bottom: 10px;
}
.fixed_btn li a {
  display: block;
  text-align: center;
  height: auto;
  background: #fadc73;
  color: #5aa2e0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          text-orientation: upright; /* すべて縦方向に表示 */
          -webkit-text-orientation: upright; /* すべて縦方向に表示 */
          -ms-text-combine-horizontal: all;
  padding: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
	font-weight: bold;
}
.fixed_btn li:nth-child(2) a {
  background: #7dccdf;
  color: #fff;
 }
.fixed_btn li:nth-child(3) a {
  background: #ff9295;
  color: #fff;
 }

/*============================================================================

	#mainvisual

============================================================================*/

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual{
	display:block;
	position:relative;
  left: 0;
  top: 0;
	height: 380px;
  width: 100%;
	background-image:url("../images/main01.jpg");
	background-color:#f0f0f0;
	background-position:center ;
	background-repeat:no-repeat;
  background-size: cover;
  z-index: 1;
}
#mainvisual::after {
  position: absolute;
  bottom: -60px;
/*bottom: 30px;*/	
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/wave_white.png) repeat-x;
  content: "";
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	min-width:1180px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h1{
	position:relative;
}


/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
  padding-top: 70px;
  box-sizing: border-box;
}
.mainvisual_headline em{
	display: block;
	font-weight:bold;
	font-size: 27px;
	color: #7a7a7a;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #7dccdf;
  font-family: 'Josefin Sans', sans-serif;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after{
	position: relative;
	content:"-";
}
.mainvisual_headline p::before{
	left:-0.5em;
}
.mainvisual_headline p::after{
	right:-0.5em;
}

.mainvisual_headline_open {
	position: absolute;
	top: 195px;
	left: 223px;
}

.mainvisual_headline_open img {
	width: 75%;
}
/*==================================================================

	#contents

==================================================================*/ 

main{
	display:block;
  overflow: hidden;
}
#container{
	padding-bottom: 50px;
  background: #fff;
  position: relative;
  z-index: 2;
}
#contents.two_cl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 90%;
}
#contents{
	position:relative;
	width:100%;
	margin:0 auto;
	padding-top:0;
	padding-bottom: 40px;
}



#contents_left{
	width:71%;
  box-sizing: border-box;
  margin-top: 30px;	
}
#contents_right{
	width:23%;
  box-sizing: border-box;
	font-size:15px;
	line-height:1.6;
  margin-top: 10px;
}
.right_medical p{
	text-align:center;
}
.right_medical p a{
	display:block;
	padding:10px 0;
	background-color:#ef888b;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 3px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.right_medical p a:hover{
	background-color:#7dccdf;
	color:#fff;
}
.right_medical ul{
	padding:10px;
	background-color:#f0f0f0;
}
.right_medical li{


}
.right_medical li a {
  display: block;
  font-size: 17px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 8px 0 8px 10px;
  border-bottom: 1px solid #ccc;
}
.right_medical li a:hover {
  color: #7dccdf;
}
.right_medical li:last-child a {
	border: none;
  padding-bottom: 0;
}
.right_medical img{
	width:100%;
}


.connect_box{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.connect_box > div{
	margin-right: 20px;
}

.connect_box > div:last-child{
	margin-right: 0;
}

/*============================================================================

	$medical

============================================================================*/
.medical_index .top_medical {
  padding-top: 0;
}
.medical_index .top_medical::before {
  display: none;
}
.medical_index .top_medical_list02_wp,
.medical_index h3 {
  margin-top: 0 !important;


}
.medical_index h3 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 36px;
  /*letter-spacing: -3px;*/
  margin-bottom: 20px;
  color: #7dccdf;
}
.medical_cap {
  padding: 10px 0 15px;
  width: 100%;
  margin: 15px auto 30px ;
  background: #7dccdf;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  /*letter-spacing: -3px;*/
  border-radius: 30px;
  text-align: center;
  position: relative;
}
.medical_cap::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #7dccdf transparent transparent transparent;
  content: "";
}
.medical05_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}


.medical05_list > li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.medical05_list > li  li {
  font-size: 18px;
  margin-left: 10px;
}

.waku {
  padding: 30px;
  border: dashed 3px #7dccdf;
  box-sizing: border-box;
  margin: 10px 0;
}


/*まる*/
.waku_list .list03 {
}
.waku_list .list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.waku_list .list03 li:last-child{
	margin-bottom:0;
}
.waku_list .list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
	content: '';
}
.waku_list .list03 li:last-child::before {
	content: none;
}

.waku_list .list03 li i{
	margin-right:8px;
}


.ank_box{
	display: block;
	position: relative;
	z-index: 9998;
	margin-bottom: 50px;
}

.ank_text {
	position: relative;
	margin: 60px 0 30px!important;
}
.ank_text p {
	font-size: 20px;
	font-weight: bold;
	color: #7eccdf;
}


/*署名*/
.signature {
	margin-top: 50px;
	position: relative;
	padding: 20px 40px 40px;
	background-color: #F8F6F3;
}
.signature h3.tit01 {
	font-size: 18px;
	padding-left: 40px;
}
.signature_inner {
	display: flex;
	align-items: flex-end;
}
.signature .list01 {
	margin-bottom: 30px;
}
.signature .list01:last-child {
	margin-bottom: 0;
}
.signature_img {
	margin-right: 40px;
}
.signature .btn02 {
	position: absolute;
	right: 40px;
	bottom: 40px;
}
/*============================================================================

	$footer

============================================================================*/

footer {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
footer .inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.footer_left {
  max-width: 524px;
  width: 47%;
	margin-right: 3%;	
}
.footer_right {
  width: 50%;
  max-width: 600px;
  margin-top: 40px;
}
.footer_right .access_cap {
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #ef888b;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  text-align: center;
  background: #c9ebf3;
  margin-top: 25px;
  /*letter-spacing: -4px;*/
  letter-spacing: 0.05em;	
}
.footer_right iframe {
  width: 100% !important;
}
.footer_tel_wp .footer_info_tel a {
  font-size: 28px;
}

.footer_tel_wp {
  margin-top: 28px;
}
.footer_tel_wp div {
  margin-top: 8px;
  margin-bottom: 45px;
}
.footer_left .footer_info_tel {
	margin-top: 15px;
}
.schedule .tb01 {
  margin-bottom: 0;
}
.schedule .tb01 td {
  padding: 7px 2px;
}
.schedule_tb_wp {
  padding:15px 15px 10px 15px;
  box-sizing: border-box;
  background: #f8f6f2;
	width: 95%;
	border-radius: 15px;
	
}
.schedule .tb01 {
  table-layout: fixed;
  width: 100%;
  
}
.schedule .tb01 th {
  width: 28%;
  font-family: din-2014, sans-serif !important;
  font-weight: 400;
  font-size: 15px;
}
.schedule .tb01 tr:first-child th {
  font-family: "Jun 34","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 15px;
}
.schedule .tb01 td {
  text-align: center;
  font-family: "Jun 34","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 15px;
}
.schedule  .tb01 td, .tb01 th {
  border: none !important;
}
.schedule .tb01 tr:nth-child(2) td {
  color: #ef888b;
}
.schedule .tb01 tr:nth-child(3) td {
  color: #7dccdf;
}
.schedule_note {
  padding: 17px 20px 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}

.schedule_note li:last-child{
	padding-left: 1em;
	text-indent: -1em;
}

.footer_overviwe dd dl {
  padding-top: 10px;
}
.footer_overviwe dd dl dt {
  border: solid 1px #7dccdf;
  color: #ef888b;
  width: 100px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.footer_overviwe dd dl dd {
  margin-left: 15px;
  clear: right;
  padding-left: 100px;
  margin-bottom: 15px;
  font-size: 14px;
}
.footer_overviwe dd dl dt.h30 {
  height: 30px;
  line-height: 30px;
}




.footer_navi  {
  width: 100%;
  background: #f8f6f2;
  margin-top: 70px;
  padding: 30px 0 45px;
}

.footer_navi ul {
  width: 90% !important;
  max-width: 1200px;
}

.sp_footer_navi{
	display: none;
}


.footer_btn_overview {
  text-align: center;
  margin-top: 15px;
}
.footer_btn_overview_logo {
  width: 360px;
  shape-inside: 83px;
  display: block;
  margin: auto;
}
.footer_btn_overview dd {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 20px;
}

.footer_btn_overview_logo img {
  width: 100%;
}
.footer_btn_overview .footer_info_tel {
  margin-top: 7px;
  
}
.footer_btn_overview .footer_info_tel a {
  letter-spacing: 1.2px;
}


.footer_map{
	margin: 30px 0 0 0;
}
.footer_map iframe{
	width: 100%;
	height: 100%;
}

.footer_map img{
	width: 100%;
}

.footer_bnr{
	background: #fff;
	padding: 20px;
}
.footer_bnr ul{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.footer_bnr ul li{
	margin: 1%;
}

footer .footer_logo2{
	width: 30%;
	margin: 0 auto;
}

.footer_info_tel2 a {
    line-height: 2;

}

.footer_calendar{
	
}

.footer_calendar iframe{
	width: 100%;
}

.notice_box.notice_footer{
	width: 80%;
	margin-top: 50px;
}

.calender_area{
	background-color: #fff3f3;
	padding: 4%;
	border-radius: 15px;
}

.calender_area p.color_red a{
	color: #fff;
	padding: 4px;
	background-color: #f33;
	border-radius: 5px;
}

.calender_area p.color_red a:hover{
	opacity: 0.7;
}

/* コピーライト */
.copy{
	/*margin-bottom:45px;*/
	text-align: center;
  background: #ef888b;
  height: 60px;
}
.copy small{
	line-height:60px;
	font-size:13px;
	letter-spacing:0.2em;
  color: #fff;
}










/*==================================================================

	タイトル

==================================================================*/
h2.tit02 {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 32px;
  /*letter-spacing: -3px;*/
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
h2.tit02 span {
  display: block;
    font-family: 'Josefin Sans', sans-serif;
    color: #7dccdf;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1;
    margin-bottom: 40px;
}
h2.tit02::before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/bird_pink_ico.svg) top center no-repeat;
  width: 30px;
  height: 40px;
  content: "";
  z-index: -1;
}

h2.tit03 {
	position: relative;
	margin-bottom: 30px;
	padding:14px 0 8px 45px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #333;
	font-size: 24px;
	font-weight:bold;
	text-align: left;
 font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 border-bottom: solid 2px #ef888b;
 margin-bottom: 10px;
}
/* アイコンの余白 */
h2.tit03 i{
	margin-right:7px;
}
/* 背景画像 */
h2.tit03::before{
	position: absolute;
	width: 200px;
	height: 62px;
	top:10px;
  left: 0;
	margin: auto ;
	background:url(../images/bird_pink_ico.svg) top center no-repeat;
  width: 30px;
  height: 40px;
	background-size:100%;
	content: "";
}

.two_cl h2.tit03 {
  margin-bottom: 25px;
}

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding:14px 0 8px 45px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #333;
	font-size: 24px;
	font-weight:bold;
	text-align: left;
 font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 border-bottom: solid 2px #ef888b;
 margin-bottom: 10px;
}
/* アイコンの余白 */
h3.tit01 i{
	margin-right:7px;
}
/* 背景画像 */
h3.tit01::before{
	position: absolute;
	width: 200px;
	height: 62px;
	top:10px;
  left: 0;
	margin: auto ;
	background:url(../images/bird_pink_ico.svg) top center no-repeat;
  width: 30px;
  height: 40px;
	background-size:100%;
	content: "";
}


.two_cl h3.tit01 {
  margin-bottom: 25px;
}

/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #1F2774;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.4;
	text-align: left;
}
h3.tit02::before{
	position: absolute;
	width: 40px;
	height: 62px;
	top:0;
	bottom: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit02_bg.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: -1;
	content: "";
}
/* アイコンの余白 */
h3.tit02 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index:2;
}
h3.tit02 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}
h3.tit03{
	font-size: 130%;
	display: inline-block;
	border-bottom: dashed 1px #ef888b;
    color: #ef888b;
	margin-bottom: 10px;
}
h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	/*color: #1F2774;*/
	color: #ef888b;
	font-size: 19.5px;
	font-weight:bold;
	text-align:left;
}
h4.tit01 i{
	margin-right:7px;
}
h4.tit01 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}
h4.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #7dccdf;
	font-size: 16px;
	font-weight: bold;
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #ef888b;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}




/*==================================================================

	共通

==================================================================*/

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し*/
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03{
}
.list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.list03 li:last-child{
	margin-bottom:0;
}
.list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
	content: '';
}
.list03 li i{
	margin-right:8px;
}
/*さんかく*/
.list04 li{
	position: relative;
	margin-bottom:15px;
	padding-left:22px;
	color:#223a70;
}
.list04 li:before{
	position:absolute;
	top:0.5em;
	left:7px;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-left: 5px solid #4A577F;
	content:"";
}

/*やじるし*/
.list05 li{
	position:relative;
	margin-bottom: 10px;
	line-height:1;
	padding-left:15px;
}
.list05 li:before{
	position:absolute;
	left:0;
	top:0.3em;
	height:5px;
	width:5px;
	transform:rotate(45deg);
	background-color: transparent;
	border-top:1px solid #333;
	border-right:1px solid #333;
	content:"";
}

/* まる & 背景 */
.list06{
	padding:35px 15px 25px 45px;
	background-color:#f7f7f7;
}
.list06:after {
	display: block;
	clear: both;
	content: "";
}
.list06 li{
	position:relative;
	float:left;
	margin-bottom:15px;
	padding-left:0.9em;
	padding-right:5%;
	
}
.list06 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #DAC58B;
	border: 1px solid #DAC58B;
	border-radius: 100%;
}

/*まる & 枠 */
.list07{
	border: 3px solid #eee;
	padding: 30px ;
	font-size:14.5px;
}
.list07 li{
	padding-left:0.9em;
	margin-bottom:10px;
	position:relative;
}
.list07 li:last-child{
	margin-bottom:0;
}
.list07 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
}
.list07 li i{
	margin-right:8px;
}

/*チェック*/
.list08{
	margin-bottom:30px;
	padding:35px 10px 20px 45px;
	background-color:#f7f7f7;
}
.list08:after{
	display: block;
	clear: both;
	content: "";
}
.list08 li{
	position:relative;
	float:left;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image:url(../images/check.svg);
	background-repeat:no-repeat;
	background-position:left center;
	content: '';
}
.list08 li.nocheck{
	margin-left: 0;
	border-bottom: none;
}
.list08 li.nocheck:before{
	display: none;
}

/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #ef888b;
	color:#fff;
	text-align:center;
	color:#fff;
	font-weight:bold;
	transition:ease-in-out 0.1s;
  background-color: #ef888b;
  border-radius: 10px;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#ef888b;
	background-color:#fff;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
/*	background-image:url(../images/bg03.png);*/
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01.ank_space{
	z-index: 2;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}

.btn01.front{
	z-index: 1;
}
/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	padding:8px 20px;
	border:1px solid #7dccdf;
	color:#7dccdf;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
	border-radius: 10px;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#7dccdf;
	color:#fff;
}


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
	display:block;
	position:relative;
	float:right;
	margin-left:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fr img{
	border-radius:3px;
	margin-bottom:7px;
	
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:bold;
	color: #1F2774;
	text-align:left;
}









/*==================================================================

	table

==================================================================*/

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #e4e4e4;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.tb01 th:first-child{
	
}
.tb01 th{
	padding:10px 22px 8px 22px;
	line-height:1;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;

}
.tb01 td{
	padding:10px 13px 8px 13px;
}


/*医院概要*/
.tb02{
	border-spacing: 0;
	text-align: left;
}
.tb02 td,.tb02 th{
	border-bottom:#ddd 1px dotted;
	line-height:1.4;
	font-size:15px;
	vertical-align:top;
}
.tb02 th{
	padding:8px 24px 8px 0;
	white-space:nowrap;
	text-align:left;
	font-weight: normal;
	color:#333;
}
.tb02 td{
	padding:8px 0;
	padding-right:0 !important;
	text-align:left;
}
.tb02 tr:last-child td,.tb02 tr:last-child th{
	border:none;
}

/* 料金表 */
.tb03 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	white-space: nowrap;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	/*text-align: center;*/
	text-align: right;
}

/*==================================================================

	アンカーリンンク

==================================================================*/

/* 4個並び */
.ank01{
	margin:0 auto 100px;
}
.ank01 li{
	display:table;
	position:relative;
	float:left;
	width:24%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9){
	margin-left:0;
}
.ank01 li a{
	display: table-cell;
	padding:12px 5px;
	border:1px solid #00408f;
	font-weight:bold;
	font-size:13px;
	color:#00408f;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank01 li a:hover{
	background-color:#00408f;
	color:#fff;
}
.ank01 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}

.ank02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 50px;
}
.ank02 li {
  width: 24%;	
  
}
.ank02 li a {
  display: block;
  border: solid 1px #ef888b;
  height: 100%;
  line-height: 1.3;
  height: 70px;
  color: #fff;
  background: #ef888b;
  box-sizing: border-box;
  position: relative;
  padding-top: 15px;
  border-radius: 10px;
}
.ank02 li a::before {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #FFF transparent transparent transparent;
  content: "";
  -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;
}
.ank02 li a:hover::before {
  bottom: 7px;
}
.ank02 li a.gyo2 {
  line-height: 1.3;
  padding-top: 5px;
}

.ank03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  /*margin-bottom: 50px;*/
}
.ank03 li {
  width: 24%;
  margin-bottom: 12px;
	position: relative;
  
}

.ank03 li:first-child::before{
	position: absolute;
	content: "NEW";
	left: 20px;
	top: -15px;
	z-index: 999;
	font-size: 1.2em;
	font-weight: bold;
	color: #7dccdf;
	 text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}

.ank03 li a {
  display: block;
  border: solid 1px #ef888b;
  height: 100%;
  line-height: 1.3;
  height: 70px;
  color: #fff;
  background: #ef888b;
  box-sizing: border-box;
  position: relative;
  padding-top: 15px;
  border-radius: 10px;
}
.ank03 li a::before {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #FFF transparent transparent transparent;
  content: "";
  -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;
}
.ank03 li a:hover::before {
  bottom: 7px;
}
.ank03 li a.gyo2 {
  line-height: 1.3;
  padding-top: 5px;
}
.ank03::after {
display: block;
content:"";
width: 24%;
}
.ank03::before {
display: block;
content:"";
width: 24%;
order:1;	
}
.ank04 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  /*margin-bottom: 50px;*/
}
.ank04::after {
  display: block;
  width: 24%;
  height: 0;
  content: '';	
}
.ank04 li {
  width: 24%;
  margin-bottom: 12px;
margin-right: 10px;	
}

.ank04 li:nth-child(4n){
	margin-right: 0;
}

.ank04 li a {
  display: flex;
	align-items: center;
	justify-content: center;
  border: solid 1px #ef888b;
  line-height: 1.3;
  height: 85px;
  color: #fff;
  background: #ef888b;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
.ank04 li a::before {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #FFF transparent transparent transparent;
  content: "";
  -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;
}
.ank04 li a:hover::before {
  bottom: 7px;
}
.ank04 li a.gyo2 {
  line-height: 1.3;
  padding-top: 5px;
}

.ank04 .blue a{
background: #7dccdf;
border: solid 1px #7dccdf;
line-height: 2.6;	
}

.ank04 .blue a:hover{
	opacity: 0.7;
}

.ank04 .blue a::before{
	display: none;
}

.ank04 .blue a.gyo2 {
  line-height: 1.8;
  padding-top: 5px;
}


*[id*="ank"] ,
*[id*="nw"] {
  margin-top: -140px !important;
  padding-top: 140px !important;
}


/*==================================================================

	.layout

==================================================================*/

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.layout01{
	padding-bottom:20px;
}
.layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.layout01 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout01 dt,
.layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}

.layout01 dt{
	width:200px;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout01 dd{
		padding:3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02{
	display:flex;
	flex-wrap:wrap;
}
.layout02::after{
	display: block;
	clear: both;
	content: "";
}
.layout02 dl{
	width:40.2%;
	margin-right:4%;
	margin-bottom:25px;
	padding:3% 3.9% 4%;
	background-color:#F7F7F7;
}
.layout02 dl:nth-child(even){
	margin-right:0;
}
.layout02 dl dt{
	margin-bottom:10px;
	font-weight: bold;
	font-size:18px;
	line-height:1.3;
	text-align:center;
}
/* 数字 */
.layout02 dl dt em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.layout02 dl dd{
	line-height:1.6;
	font-size:14.5px;
	text-align:center;
}
.layout02 dl dd img{
	width:160px;
	margin-bottom:15px;
}
.layout02 dl dd p{
	margin-bottom:0;
	text-align:justify;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
	padding-bottom:20px;
}
.layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout03 dt,
.layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04{
	padding-bottom:20px;
}
.layout04 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout04 dt,
.layout04 dd{
	display:table-cell;
	box-sizing:border-box;
}
.layout04 dt{
	width:27%;
	padding-right:2%;
	vertical-align:middle;
}
.layout04 dt img{
	width:100%;
}
.layout04 dd{
	width:73%;
	padding:3%;
	background-color:#fff;
	vertical-align:middle;
}
.layout04 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.layout04 dd h5 span{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05{
	padding-bottom:20px;
}
.layout05 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
	font-size:14px;
}
.layout05 dt,
.layout05 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout05 dt{
	width:25%;
	background-color:#fff;
	text-align:center;
		vertical-align:middle;
}
.layout05 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout05 dd{
	padding:1% 3%;
	vertical-align:top;
}
.layout05 dd:nth-child(2){
	width:36.5%;
}
.layout05 dd:nth-child(3){
	width:38.5%;
	border-left:1px solid #e2e2e2;
}

.layout05 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.layout05 dd h5{
	font-size:15px;
	font-weight:bold;
}
.layout05_text1{
}

.layout05_text1 ul{
	margin-bottom:15px;
}

.layout05_text1 ul li{
	text-indent:-1em;
	margin-left:1em;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06{
	padding-bottom:20px;
}
.layout06 dl {
    display: table;
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
}
.layout06 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout06 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout06 dt,
.layout06 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout06 dt{
	min-width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
	width:40%;
}
.layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

.layout06 dd h5{
	font-size:15px;
	font-weight:bold;
}
.layout06_text1{
}
.layout06_text1 ul{
	margin-bottom:15px;
}
.layout06_text1 ul li span{
	display:block;
}


/* 3つ並びのレイアウト。 */
.layout07{
}
.layout07::after{
	display: block;
	clear: both;
	content: "";
}
.layout07 dl{
float: left;
width: 26%;
margin-right: 2%;
margin-bottom:20px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.layout07 dl:nth-child(3n){
	margin-right:0;
}
.layout07 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout07 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd{
	line-height:1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08{
	overflow:hidden;
}
.layout08 dl{
position:relative;
float: left;
width: 24.6%;
margin-right: 4.1%;
margin-bottom:25px;
padding: 3%;
border-radius: 10px;
background-color:#fff;
}
.layout08 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #EF888B;
    border-right: 2px solid #EF888B;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3n){
	margin-right:0;
}

.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd{
	line-height:1.5;
}




/*==================================================================

	box

==================================================================*/

.box1{
	position:relative;
	width:1080px;
	margin:0 auto 100px;
}
.box2{
	margin-bottom:100px;
}
.two_cl .box2 {  
  margin-bottom: 50px
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}
.text strong {
  font-weight: bold;
  font-size: 1.1em;
  color: #ef888b;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

.two_cl .box2.bt_mb{
	margin-bottom: 20px!important;
}

/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor  {
  padding: 75px 0 55px;
  background: url(../images/top_doctor_bg.png) top center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.top_doctor h3,
.top_doctor h2 {
  text-align: center;
  position: relative;
}
.top_doctor h3 img{
	z-index: 9;
}
.top_doctor h3::before,
.top_doctor h2::before {
  position: absolute;
  left: 400px;
  top: -10px;
  background: url(../images/top_doctor_tit_bg01.png) top center no-repeat;
  width: 243px;
  height: 112px;
  content: "";
}
.top_doctor h3::after,
.top_doctor h2::after {
  position: absolute;
  right: 315px;
  top: 0px;
  background: url(../images/top_doctor_tit_bg02.png) top center no-repeat;
  width: 312px;
  height: 137px;
  content: "";
}

.top_doctor .flex_box01 {
  width: 90%;
  max-width: 1200px;
  margin: 65px auto 0;
  position: relative;
}
.top_doctor .flex_box01::before {
  position: absolute;
  left: -220px;
  top: -25px;
  background: url(../images/top_doctor_bg01.png) top center no-repeat;
  width: 140px;
  height: 485px;
  content: "";
}
.top_doctor .flex_box01::after {
  position: absolute;
  right: -155px;
  top: 30px;
  background: url(../images/top_doctor_bg02.png) top center no-repeat;
  width: 123px;
  height: 503px;
  content: "";
}

.doctor_greeting {
  font-size: 16px;
  line-height: 1.9;
  width: 570px;
  margin-top: 35px;
}
.doctor_greeting p {
  margin-bottom: 30px;
  letter-spacing: 0.3px;
}
.doctor_name {
  font-size: 20px;
  color: #443d4f;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  line-height: 50px;
  margin-right: 40px;
}
.doctor_detail img {
  display: block;
  margin-bottom:27px;
}
.doctor_name_wp {
/*  display: flex;*/
  margin-left: 35px;
	text-align: center;
}
.doctor_name_wp p img{
	margin: 0 auto;
	transition: .3s;
}
.doctor_name_wp p img:hover{
	opacity: 0.8;
}
.top_doctor_more_btn a {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16.1px;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  background: #ef888b;
  border-radius: 10px;
}
.top_doctor_more_btn a:hover {
  position: relative;
  top: -5px;
}
/*==================================================================

	.top_clinic_info

==================================================================*/

.top_clinic_info {
  width: 90%;
  max-width: 1200px;
  padding: 30px 40px 45px;
  box-sizing: border-box;
  background: url(../images/top_clinic_info_bg.png) repeat-y;
  margin: 40px auto 90px;
  border-radius: 20px;
  position: relative;
}
.top_clinic_info::after{
  position: absolute;
  right: 30px;
  bottom: -85px;
  background: url(../images/top_clinic_info_bg01.png) top center no-repeat;
  width: 120px;
  height: 95px;
  content: "";
}


.top_clinic_info h3,
.top_clinic_info h2 {
  text-align: center;
  padding-top: 10px;
  position: relative;
}
.top_clinic_info h3::before {
  position: absolute;
  left: 190px;
  top: -10px;
  background: url(../images/top_clinic_info_tit_bg01.png) top center no-repeat;
  width: 41px;
  height: 68px;
  content: "";
}
.top_clinic_info h3::after,
.top_clinic_info h2::after {
  position: absolute;
  right: 120px;
  top: -50px;
  background: url(../images/top_clinic_info_tit_bg02.png) top center no-repeat;
  width: 84px;
  height: 140px;
  content: "";
}
.top_clinic_info .top_tantoi h2::after{
	display: none!important;
}
.flex_box01 {
    display: flex;
    justify-content: space-between;
}

.top_clinic_info_right {
  width: 525px;
  margin-top: 27px;
margin-bottom: 40px;	
}
.top_clinic_info_left {
  margin-top: -40px;
  width: 525px;
}
.top_clinic_info_left h4,
.top_clinic_info_left h3 {
  margin-left: 45px;
  position: relative;
  z-index: 2;
}
.top_clinic_info_sche_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  
  box-sizing: border-box;
  position: relative;
  
  z-index: 1;
}
.top_clinic_info_sche_time::before {
  position: absolute;
  top: -10px;
  left: 0px;
  background: url(../images/top_clinic_info_shce_time_bg.png) top center no-repeat;
  width: 524px;
  height: 135px;
  content: "";
  z-index: -1;
}
.top_clinic_info_sche_time  dt {
  font-family: "Jun 34","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 22px;
}
.top_clinic_info_sche_time dt:first-of-type{
	padding-top: 27px;
}
.top_clinic_info_sche_time  dd h5 {
font-family: "Jun 34","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 18px;
  text-align: center;
}
.top_clinic_info_sche_time  dd {
  font-family: din-2014, sans-serif;
  font-size: 30px;
  letter-spacing: 1.3px;
  line-height: 1.5;
}

.top_clinic_info_sche2{
	margin-top: 53px;
}

.top_clinic_info_sche2 .schedule_tb_wp{
	background-color: #fff;
}

.top_clinic_info_sche2 .schedule_note{
	display: none;
}

.top_clinic_info_catch_area {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 50px auto 20px;
  font-family: "Jun 34","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  padding-top: 80px;
  position: relative;
  left: -10px;
  color: #fff;
}
.top_clinic_info_catch_area i {
  font-style: normal;
  font-size: 40px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
}
.top_clinic_info_catch_area span {
  display: block;
  font-size: 22px;
}
.top_clinic_info_catch_area li {
  position: relative;
  z-index: 2;
}
.top_clinic_info_catch_area li:first-child::before {
  position: absolute;
  left: -30px;
  top: -70px;
  background: url(../images/top_clinic_info_left_catch_bg01.png) top center no-repeat;
  width: 180px;
  height: 197px;
  content: "";
  z-index: -1;
}
.top_clinic_info_catch_area li:last-child::before {
  position: absolute;
  /*right: -40px;*/
right: -55px;	
  top: -100px;
  background: url(../images/top_clinic_info_left_catch_bg02.png) top center no-repeat;
  width: 180px;
  height: 226px;
  content: "";
  z-index: -1;
}

.top_clinic_left_cap {
    width: 100%;
    height: 60px;
    line-height: 20px;
    background: #ffe68c;
    border-radius: 50px;
    /* font-size: 14px; */
    font-size: 12px;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
    margin-top: 60px;
    text-align: center;
    letter-spacing: 0;
    position: relative;
    padding-top: 15px;
	padding-bottom: 15px;
}
.top_clinic_info_right h4 {
  text-align: center;
}
.top_clinic_info_access_map {
  margin-top: 20px;
}
.top_clinic_info_access_cap {
  display: flex;
  justify-content:space-between;
  margin-top: 20px;
  
}
.top_clinic_info_access_cap li {
  width: 49.3%;
  background: rgba(255,255,255,1);
  padding: 36px  0 10px;
  color: #ef888b;
  font-size: 16px;
  text-align: center;
  font-family: "Jun 34","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  line-height: 1.6;
  position: relative;
  border-radius: 15px;
}
.top_clinic_info_access_cap li:first-child::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/top_clinic_info_access_cap01.png) top center no-repeat;
  width: 28px;
  height: 35px;
  content: "";
}
.top_clinic_info_access_cap li:last-child::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/top_clinic_info_access_cap02.png) top center no-repeat;
  width: 56px;
  height: 36px;
  content: "";
}

.clinic_room{
	text-align: center;
}
.clinic_room h4{
	margin-bottom: 15px;
}

.top_clinic_info_congestion{

}

.top_clinic_info_congestion h4{
	margin-bottom: 15px;
}

.top_clinic_info_congestion .schedule_tb_wp{
	background: #fff;
    width: 525px;
    margin: 0 auto;
    text-align: center;
	border-radius: 15px;
    border: 3px dotted pink;
}

.top_clinic_info_congestion .schedule .tb01 td.level_01 {
	width: 25px;
	height: 25px;
	content: "";
	background-image:url(../images/level_01.png);
	background-repeat: no-repeat;
	background-position: center;
}

.top_clinic_info_congestion .schedule .tb01 td.level_02 {
	width: 25px;
	height: 25px;
	content: "";
	background-image:url(../images/level_02.png);
	background-repeat: no-repeat;
	background-position: center;
}

.top_clinic_info_congestion .tb01 td.level_03 {
	wwidth: 25px;
	height: 25px;
	content: "";
	background-image:url(../images/level_03.png);
	background-repeat: no-repeat;
	background-position: center;
}

.konzatsu_note {
	text-align: center;
	margin-top: 10px;
}
.konzatsu_note li {
	display: inline-block;
	position: relative;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
}

.top_clinic_info_congestion.footer_congestion .schedule_tb_wp{
	margin: 0;
	width: 95%;
}

.top_clinic_info_congestion.footer_congestion .konzatsu_note{
	text-align: left;
	margin-bottom: 40px;
}

.footer_congestion_tit{
	text-align: center;
	font-weight: bold;
	color: #ef888b;
	
}

.top_schedule_note{
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.top_schedule_note p{
	padding-left:1em;
	text-indent: -1em;
}
.top_tantoi{
	margin-top: 50px;
	text-align: center;
}
/*.top_clinic_info_congestion .schedule p{
	text-align: center;
	margin-top: 10px;
}

.top_clinic_info_congestion .schedule p .pink{
	color: #ef888b;
}

.top_clinic_info_congestion .schedule p .blue{
	color: #7dccdf;
}


.top_clinic_info_congestion .schedule .tb01 th{
	width: 28%;
}

.top_clinic_info_congestion .schedule .tb01 tr:nth-child(2) .blue{
	color: #7dccdf!important;
}

.top_clinic_info_congestion .schedule .tb01 tr:nth-child(2) .gray,
.top_clinic_info_congestion .schedule .tb01 tr:nth-child(3) .gray{
	color: #3e3a3a!important;
}

.top_clinic_info_congestion .schedule .tb01 tr:nth-child(3) .pink{
	color: #ef888b!important;
}*/
/*==================================================================

	.top_features

==================================================================*/
.top_features {
  position: relative;
  
}
.top_features::before {
  position: absolute;
  top: -440px;
  background: url(../images/top_welcome_bg.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1322px;
  content: "";
  z-index: -1;
}

.top_features_menu {
  width: 90%;
  max-width: 1200px;
  margin: 90px auto 70px;
  text-align: center;
}
.img_width100 {
  width: 100%;
}
.top_features_menu h3 {
  margin-top: -10px;
}
.top_features_menu_list {
  display: flex;
  justify-content: space-between;
  width: 1023px;
  margin: 45px auto ;
  position: relative;
  z-index: 2;
}
.top_features_menu_list li {
  width: 300px;
  counter-increment: cnt;
    background: #ef6267;
    border-radius: 20px;
    position: relative;
    z-index: -1;
}
.top_features_menu_list li::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: -5px;
  content: "";
  background: #ef888b;
  z-index: -3;
  border-radius: 20px;
}
.top_features_menu_list li:after {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  color: #fff;
  content: counter(cnt, decimal-leading-zero);
  font-family: din-2014, sans-serif;
  color: #ef6267;
  font-size: 100px;
  letter-spacing: 2px;
  line-height: 1;
  
  z-index: -1;
}
.top_features_menu_list li a {
  display: block;
  width: 100%;
  height: 120px;
  color: #fff;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 36px;
  line-height: 1;
  /*letter-spacing: -3px;*/
  box-sizing: border-box;
  padding-top: 23px;
}
.top_features_menu_list li:hover {
  top: 10px;
}
.top_features_menu_list li a i {
  font-style: normal;
  font-size: 1.5em;
  font-family: din-2014, sans-serif;
  line-height: 1;
}
.top_features_menu_list li a span {
  display: block;
  font-size: 24px;
}
.top_features_menu_list li a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/top_features_menu_list.png) top center no-repeat;
  width: 20px;
  height: 20px;
  content: "";

}
.top_features_menu_list li:nth-child(2) {
  background: #4cbad4;
}
.top_features_menu_list li:nth-child(2)::before {
  background: #7dccdf;
}
.top_features_menu_list li:nth-child(2)::after {
  color: #4cbad4;
}
.top_features_menu_list li:nth-child(3) {
  background: #f3cf53;
}
.top_features_menu_list li:nth-child(3)::before {
  background: #fadc73;
}
.top_features_menu_list li:nth-child(3)::after {
  color: #f3cf53;
}
.top_features_menu_list li:first-child  a{
  line-height: 0.2 !important;
  padding-top: 33px;
}



/*=========================
.top_features01
==========================*/
.top_features01 {
  padding: 75px 0 170px;
  background: url("../images/top_medical_bg_pattern.png") left 50px/contain repeat-y,#fff3f3;
	
  
}
.top_features01 h3 {
  text-align: center;
}
section[class*="top_features0"] .flex_box01 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.top_features01 .flex_box01 {
  margin-top: 65px !important;
}
.top_features01 .flex_box01 p,
.top_features02 .flex_box01 p{
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  line-height: 1.4;
}
li.chosei{
	margin-right: 15px;
}

.top_features02 ul.flex_box01 li img{
	display: block;
	margin: 0 auto;
}

/*=========================
.top_features02
==========================*/
.top_features02 {
  padding: 75px 0 75px;
  background: url(../images/top_features02_bg.png) top center;
  
}
.top_features02 h3 {
  text-align: center;
}
.top_features02_cap {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  letter-spacing: 0;
  background: url(../images/top_features02_cap_bg.png) top center no-repeat;
  margin-top: 23px;
}
.top_features02 .flex_box01 {
  margin-top: 45px !important;
  padding: 0 50px;
  box-sizing: border-box;
/*	justify-content:center;*/
}
/*
.top_features02 ul.flex_box01 li {
	width:33%;
	text-align: center;
}
*/


/*=========================
.top_features03
==========================*/
.top_features03 {
  padding: 75px 0 100px;
  background: url(../images/top_features03_bg.png) top center;
  
}
.top_features03 h3 {
  text-align: center;
}
.top_features03_cap {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  letter-spacing: 0;
  background: url("../images/top_features02_cap_bg.png") top center no-repeat;
  margin-top: 26px;
}
.top_features03 .flex_box01 {
  margin-top: 45px !important;
  padding: 0 50px;
  box-sizing: border-box;
}

/*==================================================================

	.top_feature_flex

==================================================================*/
.top_feature_flex{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.top_feature_item{
	width: 340px;
	margin-top: 110px
}
.top_feature_item dt{
	margin-bottom: 30px;
	position: relative;
}
.top_feature_item dt img{
	border-radius: 20px;
}
.top_feature_item dt::before{
	position: absolute;
	content: "";
	background: url("../images/top_feature_num01.png") no-repeat;
	left: 0;
	top: -70px;
	width: 148px;
	height: 105px;
	z-index: 1;
}
.top_feature_item:nth-child(2) dt::before{
	background: url("../images/top_feature_num02.png") no-repeat;
}
.top_feature_item:nth-child(3) dt::before{
	background: url("../images/top_feature_num03.png") no-repeat;
}
.top_feature_item:nth-child(4) dt::before{
	background: url("../images/top_feature_num04.png") no-repeat;
}
.top_feature_item:nth-child(5) dt::before{
	background: url("../images/top_feature_num05.png") no-repeat;
}
.top_feature_item:nth-child(6) dt::before{
	background: url("../images/top_feature_num06.png") no-repeat;
}

.top_feature_item h4{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #433d4f;
	margin-bottom: 20px;
}
.top_feature_item p{
	color: #3e3a3a;
}
.top_feature_btn a{
	display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #7dccdf;
    border-radius: 100vh;
	border: 1px solid #7dccdf;
	margin-top: 20px;
}
.top_feature_btn a:hover{
	color: #7dccdf;
	background: #fff;
}
.top_feature_item:nth-child(2n) .top_feature_btn a{
	background: #ef888b;
	border: 1px solid #ef888b;
}
.top_feature_item:nth-child(2n) .top_feature_btn a:hover{
	color: #ef888b;
	background: #fff;
}
/*==================================================================

	.top_medical

==================================================================*/
.top_medical {
  padding-top: 640px;
  position: relative;
  background: #fff;
  margin-bottom: 95px;	

}
.top_medical::before{
  position: absolute;
  top: -50px;
  left: 0;
  background: url(../images/top_medical_bg_top.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 640px;
  content: "";
}
.top_medical h3 {
  text-align: center;
  margin-top: -270px;
}

.top_medical_list02_wp {
  width: 750px;
  margin: -100px auto 75px;
  padding: 40px 100px 25px;
  text-align: center;
  background: url(../images/top_medical_list02_bg.png) top center;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.top_medical_list02_wp p {
  font-size: 20px;
  font-weight: bold;
   font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
   letter-spacing: 0;
}
.top_medical_list02 {
  margin: 20px 0 20px;
  position: relative;
}
.top_medical_list02 li a:hover {
  position: relative;
  top: -10px;
}
.top_medical_list02::before {
  position: absolute;
  left: -480px;
  top: -145px;
  background: url(../images/top_medical_bg01.png) top center no-repeat;
  width: 308px;
  height: 324px;
  content: "";
}
.top_medical_list02::after {
  position: absolute;
  right: -450px;
  top: -165px;
  background: url(../images/top_medical_bg02.png) top center no-repeat;
  width: 308px;
  height: 324px;
  content: "";
}
.top_medical_list02.flex_box01 li{
	margin: 16px;
}
.top_medical_list02.flex_box01 li img{
	filter: drop-shadow(3px 5px 0px rgba(155, 122, 98, 0.2));
}
.top_medical_list01 {
  display: flex;
  max-width: 1800px;
  width: 100%;
  margin: 50px auto;

}
.top_medical_list01 img {
  width: 100%;
  height: auto;
	border-radius: 10px;
}
.top_medical_list01 li {
  position: relative;
	filter: drop-shadow(3px 5px 0px rgba(155, 122, 98, 0.2));
	margin: 5px;
}
.top_medical_list01 li::before {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  margin: auto;
  width: 88%;
  height: 85%;
  border: dashed 1px #fff;
  pointer-events: none;
  content: "";
  z-index: 1;
  border-radius: 6px;
}
.top_medical_list01 li a {
  display: flex;
  align-items: center;
  position: relative;
}
.top_medical_list01 li h4 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 40.3px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.top_medical_list01 li h4 span {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
  letter-spacing: 3px;
}

.top_medical_wrap{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.top_medical_item dt{
	width: 200px;
	height: 202px;
	background: url("../images/top_medical_icon.png") no-repeat center;
	background-size: contain;
	position: relative;
    margin-bottom: 15px;	
}
.top_medical_item:nth-child(2) dt{
	background: url("../images/top_medical_icon02.png") no-repeat center;	
	background-size: contain;
}
.top_medical_item:nth-child(3) dt{
	background: url("../images/top_medical_icon03.png") no-repeat center;
	background-size: contain;
}
.top_medical_item:nth-child(4) dt{
	background: url("../images/top_medical_icon04.png") no-repeat center;
	background-size: contain;
}
.top_medical_item:nth-child(5) dt{
	background: url("../images/top_medical_icon05.png") no-repeat center;
	background-size: contain;
}
.top_medical_item h4{
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	bottom: 36px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.twoline{
    bottom: 29px!important;
    line-height: 1.5;	
}
.top_medical_item li{
	color: #3e3a3a;
	position: relative;
	padding-left: 20px;
}
.top_medical_item li::before{
	position: absolute;
	content: "";
	background: url("../images/top_medical_list.png") no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}
.top_medical_item .btn01{
	text-align: center;
}
.top_medical_item .btn01 a {
    display: inline-block;
    position: relative;
    line-height: 1;
    border: 1px solid #ef888b;
    color: #ef888b;
    text-align: center;
    font-weight: bold;
    transition: ease-in-out 0.1s;
    background-color: #f7f0f1;
    border-radius: 100vh;
    padding: 12px 35px;
	width: 120px;
}

.top_medical_item .btn01 a:hover{
	color: #fff;
	background: #ef888b;
}
/*==================================================================

	$doctor

==================================================================*/

.doctor .doctor_name {
  width: 100%;
  text-align: center;
}
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -3em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.6em;
    width: max-content;	
}
.doctor .doctor_detail {
  margin-top: 50px;
}
.doctor_carr{
  max-width: 1200px;
  margin: 50px auto 200px;
  position: relative;
}
.doctor_carr::before {
  position: absolute;
  left: -250px;
  top:30px;
  background: url(../images/top_medical_bg01.png) top center no-repeat;
  width: 308px;
  height: 324px;
  content: "";
  z-index: -1;
}
.doctor_carr::after {
  position: absolute;
  right: -280px;
  top:40px;
  background: url(../images/top_medical_bg02.png) top center no-repeat;
  width: 308px;
  height: 324px;
  content: "";
  z-index: -1;
}



.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr_sec1{
	/*width: 48%;*/
	width: 46%;
	margin-right: 20px;
	padding: 20px 30px;
	background-color: #F8F6F3;
  box-sizing: border-box;
  border-radius: 20px;
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
	font-size:14px;
}

.doctor_carr_sec1 dl{
	width:100%;
}
.doctor_carr_sec1 dt {
  float: left;
}
.doctor_carr_sec1 dd {
  clear: right;
  /*padding-left: 120px;*/
  padding-left: 110px;	
  margin-bottom: 3px;
}

.doctor_carr_sec1 .noyear dd{
	padding-left: 0;
}

.doctor_carr_sec1:nth-child(1) {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.doctor_carr_sec1:nth-child(2)  {
  float: right;
  
}
.doctor_carr_sec1:nth-child(3)  {
  clear: left;
  padding-bottom: 15px;
}

.top_doctor_treatment{
	text-align: center;
	margin: 40px auto 0;
}
.top_doctor_treatment img{
	width: 600px;
	border-radius: 15px;
}

@media screen and (max-width:1480px) {
	.doctor_carr_sec1:nth-child(1),.doctor_carr_sec1:nth-child(3)  {
		margin-left: 20px;
	}
	.flex_box01 {
    	justify-content: center!important;
	}
	.access_left {
		margin-right: 15px;
	}
	.access_wp .top_clinic_info_access_map {
		margin-left: 15px;
	}
	.top_clinic_info_right {
    	width: 495px;
	}
	.top_clinic_info_sche_time {
    	padding: 10px 40px!important;
	}
	.top_clinic_info_sche_time::before {
    	left: -30px!important;
	}
	.top_clinic_info_sche_time dd {
    	font-size: 26px;
}
}


/*==================================================================

	.top_insta

==================================================================*/
.top_insta{
	text-align: center;
	margin: 0 auto;
	padding: 75px 0;
	/*width: 1200px;*/
	background: url("../images/top_insta_bg.png") top center;
}

.top_insta h3{
	margin-bottom: 20px;
}

.insta_box{
	width: 750px;
	margin-top: 30px;
	text-align: center;
	margin: 0 auto;
}

.insta_box{
	pointer-events: none;
}

.iswd-base{
	border: none!important;
}

.top_insta_btn{
	text-align: center;
	margin: 15px auto 0;
	width: 250px;
}

.top_insta_btn img{
	width: 100%;
}
/*==================================================================

	.news

==================================================================*/
.news .box2 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding: 30px;
  border: solid 3px #7dccdf;
}
.news .news_text li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.top_news{
  display: flex;
  justify-content: space-between;
	width: 90%;
  max-width: 1200px;
  margin: 0 auto 0;
}
.top_news h3 {
  position: relative;
  top: 115px;
  left: 50px;
}
.top_news h3::before {
  position: absolute;
  top: -110px;
  left: -30px;

  background: url(../images/top_news_tit_bg.png) top center no-repeat;
  width: 175px;
  height: 88px;
  content: "";
}
.top_news_flame{
  width: 730px;
  padding-top: 30px;
  box-sizing: border-box;
	overflow: hidden;
}
.news_text{
}
.news_text p {
	margin-bottom:20px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:15px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	color:#ef888b;
  font-weight: bold;
  letter-spacing: 2px;
}
/* 日付 */
.date{
	margin-right:10px;
	color: #7dccdf;
  font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  font-size: 15px;
  font-weight: bold;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
.news_text .line a {
	word-break:break-all;
}
/* お知らせの高さ */
.scroll_area{
	height:105px;
}


.top_news_more_btn {
  position: relative;
  left: -42px;
  bottom: -105px;
}
.top_news_more_btn::before {
  position: absolute;
  top: -75px;
  left: 0;
  background: url(../images/top_news_more_btn_bg.png) top center no-repeat;
  width: 52px;
  height: 68px;
  content: "";
}
.clinic_notice{
	width: 80%;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.notice_box{
	width: 45%;
	/*width: 80%;
	max-width: 1200px;*/
	box-sizing: border-box;
	background: #e2f4f9;
	margin: 0 auto 60px;
	border-radius: 30px;
	border: dashed 2px #7dccdf;
	text-align: center;
	padding: 30px;
}


.notice_box02{
	width: 45%;
	/*width: 80%;
	max-width: 1200px;*/
	box-sizing: border-box;
	background: #fff7da;
	margin: 0 auto 60px;
	border-radius: 30px;
	border: dashed 2px #ffa200;
	text-align: center;
	padding: 30px;
}
.notice_box img,.notice_box02 img{
	width: 100%;
	vertical-align: middle;
}

/*==================================================================

	$access

==================================================================*/
.access_wp {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
  position: relative;
  
}
.access_wp .btn01 {
  text-align: center;
}
.access_wp h3 {
  text-align: center;
  margin-bottom: 40px;
}
.access_wp .top_clinic_info_access_map {
  margin-top: 0;
}
.access_wp::before {
  position: absolute;
  left: -50%;
  top: 0;
  width: 300%;
  height: 100%;
  background: url(../images/top_clinic_info_bg.png) repeat;
  content: "";
  z-index: -1;
}
.access_wp .layout08{
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.access_wp .layout08 dl{
	align-self: auto;
}
.access_wp .layout08 dl::before {
    position: absolute;
    right: -24px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #7dccdf;
    border-right: 2px solid #7dccdf;
    content: "";
    bottom: 0;
    margin: auto;
}

.access_wp .layout08 dl dt{
	border: none;
	padding: 0;
	margin: 0 0 15px;
}

.access_wp .layout08 dl dt img{
	width: 100%;
	height: auto;
}
.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid rgb(237, 237, 237);
	padding: 25px 30px 5px;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}

.access_box{
	border-radius: 10px;
	background: #fff;
	padding: 50px;
}
.big_boint{
	font-size: 140%;
	font-weight: bold;
	color: #ef888b;
	display: block;
}

.access_parking{
	display: flex;
	justify-content: center;
}

.access_parking li{
	width: 40%;
	margin-right: 30px;
}

.access_parking li:last-child{
	margin-right: 0;
}
.access_parking li img{
	width: 100%;
}

.access_wp .flex_box02 {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
}

/*==================================================================

	$clinic

==================================================================*/

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
  width: 90%;
  max-width: 1200px;
  margin: 130px auto !important;
}
.clinic_slides1 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.clinic_slides1 .flexslider li div{
	display:table;
	position:relative;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}

.clinic_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 0 4%;
	background-color:#fff;
}



/* 院内スライド（サムネイル下） */

.clinic_slides2{
	max-width: 1200px;
  	margin: 130px auto !important;
	padding-bottom:100px;
}
.clinic_slides2 .flexslider{
	position:relative;
	margin: 0 auto;
	width: 657px;
	height: auto;
}
.clinic_slides2 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides2 .flexslider li div{
	display:table;
	position: absolute;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
/* chrome safari opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .clinic_slides2 .flexslider li div {
        display: block;
    }
}
.clinic_slides2 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#555454;
}
.clinic_slides2 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -140px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides2 .flex-control-thumbs li {
	width: 12%;
}

.clinic_slides2 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.clinic_slides3{
}
.clinic_slides3 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.clinic_slides3 .flexslider li div{
	display:table;
	position:absolute;
	width:94%;
	height:80px;
	margin-top:-95px;
	margin-right:3%;
	margin-left:3%;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides3 .flexslider h4,.clinic_slides3 .flexslider p{
	display:table-cell;
	padding:8px 15px;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:left;
}
.clinic_slides3 .flexslider h4{
	width:20%;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides3 .flexslider p{

}

.clinic_slides3 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides3 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 4% 4%;
	background-color:#fff;
}
.clinic h3::after {
  display: none;
}
.clinic  .top_clinic_info {
  margin-top: 60px;
  background: none;
  position: relative;
  padding-top: 50px;
}
.clinic .top_clinic_info::before {
  position: absolute;
  width: 300%;
  top: -5%;
  left: -100%;
  height: 110%;
  background: url(../images/top_clinic_info_bg.png) repeat;
  content: "";
}
.clinic  .top_clinic_info::after {
  right: auto;
  left: 0;
  bottom: -10px;
}

/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides4{
	padding-bottom:100px;
}
.clinic_slides4 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides4 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides4 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides4 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides4 .flexslider li div{
	display:table;
	position: absolute;
	bottom:-80px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides4 .flexslider h4,.clinic_slides4 .flexslider p{
		display:table-cell;
	padding:8px 10px;
	box-sizing:border-box;
	vertical-align:middle;
}
.clinic_slides4 .flexslider h4{
	width:20%;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides4 .flexslider p{
}
/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides5{
	padding-bottom:100px;
}
.clinic_slides5 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides5 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides5 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides5 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides5 .flexslider li div{
	position: absolute;
	bottom:-80px;
	width: 100%;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}

.clinic_slides5 .flexslider h4{
	padding:8px 10px;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
	text-align:center;
}

/* 院内スライド6 */
.clinic_slides6 .flexslider li div{
	position:absolute;
	bottom:0;
	margin:10px;
	padding:10px 20px;
	background:rgba(255,255,255,0.8);
}
.clinic_slides6 .flex-control-thumbs li{
	width:calc(100% / 5 - 5px);
	margin:0;
	padding:6px 6px 0 0;
}
.flex-control-thumbs li:nth-child(5n){
	padding-right:0;
}


/* 医院概要 */
.clinic_overview {
  background: url(../images/top_features03_bg.png) top center;
  padding: 80px 0 40px;
  margin-bottom: 20px;
}
.clinic_sec1{
	position:relative;
	font-size:14.5px;
  max-width: 880px;
  width: 90%;
  margin: auto;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 8px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 > li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
	font-weight:bold;
	color: #333;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	border: 1px solid #e4e4e4;
	width:100%;
	font-size:14px;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color:#f2f7fa;
	color:#1F2774;
	font-weight:bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}

/* 理念について */
.clinic_philosophy{
	background:url("../images/clinic_philosophy_bg.png") top center;
	padding: 75px 0 0;
}

.philosophy_box{
	text-align: center;
	margin: 0 auto 50px;
	background-color: #fff3f3;
	border-radius: 20px;
	padding: 2% 0;
	width: 852px;
}

.philosophy_box p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
    line-height: 1.4;
}


.philosophy_box h4{
	margin-bottom: 20px;
}

.list09{
	font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

.list09 li{
	padding-bottom: 30px;
}

.list09 li:last-child{
	padding-bottom: 0;
}
.list09 li span{
	color: #ef888b;
}
.clinic_box{
	width: 1200px;
	margin: 0 auto 100px;
}
/*==================================================================

	$facilities

==================================================================*/



/* 機器紹介1 */
.facilities_equip dl{
	float:left;
	width:42.3%;
	min-height:280px;
	margin-bottom:30px;
	margin-left:3.4%;
	padding:3%;
	border-top:4px solid #9397BE;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip dl:nth-child(odd){
	margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
	margin-bottom:14px;
	padding-bottom:10px;
	line-height: 1.7;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}
.facilities_equip dt span{
	display:block;
	font-size:15px;
}
.facilities_equip_img{
	float: right;
	width:50%;
	margin-left:20px;
}
.facilities_equip_img img{
	width:100%;
}




/* 機器紹介2 */
.facilities_equip2{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip2 dl{
	width:31%;
	margin-bottom:30px;
	margin-right:3.5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
}
.facilities_equip2 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip2 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip2 dd p{
	margin-top:7px;
}



/* 機器紹介3 */
.facilities_equip3{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip3 dl{
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
}
.facilities_equip3 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip3 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip3 dd p{
	margin-top:7px;
}





/*==================================================================

	$qa

==================================================================*/

.qa1{
}
.qa1 dl{
	margin-bottom:25px;
	padding-bottom:25px;
	/*border-bottom:1px dotted #c1c1c1;*/
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:bold;
}
.qa1 dl dt:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#ef888b;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:40px;
}
.qa1 dl dd:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#7eccdf;
	content:"A.";
}

.box_pink{
	padding: 35px 30px 20px 30px;
	background: #fff3f3;
	border-radius: 20px;
	font-size: 16px;
}

/*==================================================================

	$recruit

==================================================================*/
table.recruit th{
  width: 35%;
}
table.recruit td{
  text-align: left;
}

.recruit_box{
	width: /*80%;*/90%;
	margin: 0 auto;
}

.recruit_vision{
	font-size: 20px;
	color: #ef888b;
	text-align: center;
}

.recruit_img{
	width: 450px;	
}

.recruit_img img{
	width: 100%;
	border-radius: 10px;
}
.recruit_img.center{
	text-align: center;
	margin: 0 auto 20px;
}
.recruit_img_fl{
	display:block;
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:0 !important;
	text-align:center;
	width: 450px;
}
.recruit_img_fl img{
	border-radius:10px;
	margin-bottom:7px;
	width: 100%;	
}
.recruit_img_radius img{
	border-radius: 10px;
}
.recruit_img_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
}
.recruit_img_flex li{
	width: 45%;
}
.recruit_img_flex img{
	border-radius: 10px;
	width: 100%;
}
.google_form{
	/*width: 852px;*/
}

.google_form iframe{
	display: block;
    width: 750px;
    height: 1630px;
    margin: 0 auto;
}
.google_form.doctor_form iframe{
    /*height: 1830px;*/
	height: 2360px;
}

.ank01.recruit_btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:  50px auto;
}

.ank01.recruit_btn li{
	width: 23%;
	margin-right: 1%;
}
.ank01.recruit_btn li:last-child{
	margin-right: 0;
}
.ank01.recruit_btn li a{
	color: #ef888b;
	border-radius: 100vh;
	font-size: 18px;
	border: 2px solid #ef888b;
	position: relative;
}
.ank01.recruit_btn li a:hover{
	background-color:#ef888b;
	color:#fff;
}
.ank01.recruit_btn li a::after{
	position: absolute;
	content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #ef888b;
    border-right: solid 2px #ef888b;
    right: 20px;
    top: 25px;
	transform: rotate(45deg);
}
.ank01.recruit_btn li a:hover::after{
	border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.ank01.recruit_btn.underbtn li a::after{
	transform: rotate(135deg);
}
.recruit_merit{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.recruit_merit dl{
	width: 18%;
	margin-right: 3%;
	margin-bottom: 35px;
	background: #fff3f3;
	border-radius: 10px;
	padding: 22px 20px 15px;
	line-height: 1.5;
}
.recruit_merit dl:nth-child(4),.recruit_merit dl:last-child{
	margin-right: 0;
}
.recruit_merit dl:nth-child(even){
	background: #e1f4f9;
}

.recruit_merit dt{
	font-size: 16px;
	font-weight: bold;
	color: #ef888b;
	border-bottom: 1px dotted #ef888b;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: center;
}
.recruit_merit dl:nth-child(even) dt{
	color: #7dccdf;
	border-bottom: 1px dotted #7dccdf;
}
.recruit_merit {
  counter-reset: number 0; 
}

.recruit_merit dl {
  list-style: none;
  position: relative;
}

.recruit_merit dl:before {
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 18px;
line-height: 40px;
color: #fff;	
  text-align: center;
  position: absolute;
	left: -10px;
	top: -15px;
	background: #ef888b;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.recruit_merit dl:nth-child(even)::before{
	background: #7dccdf;
}
.anchor{
	padding-top: 80px;
	margin-top: -80px;
}

.no-link a{
	pointer-events: none;
}
.no-link a::after{
	display: none;
} 
.no-link a span{
	color: #3e3a3a;
    font-size: 15px;
}
/*==================================================================

	$Q&A

==================================================================*/
.qa-list .btn02 a{
 padding: 15px 31px 15px 20px;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px dashed #8e7455;
}
.qa-list .open::before {
    transform: rotate(
-45deg
);
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(
135deg
);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    font-weight: bold;
    font-size: 18px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #ef888b;
    font-weight: bold;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
	padding-left: 30px
    /* background-color: #f8f4e6; */
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #7dccdf;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 20px 80px 20px 30px;
    cursor: pointer;
    border-bottom: 1px dashed #8e7455;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(
135deg
);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
/*==================================================================

	$interview

==================================================================*/
.interview dl{
	margin-bottom: 40px;
}
.interview dl dt{
	padding: 0 0 0 30px;
    font-weight: bold;
    font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}
.interview dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #ef888b;
    font-weight: bold;
}
.interview dl dd{
	border: 1px dashed #7dccdf;
	border-radius: 10px;
	padding: 20px;
	background: #edf9fc;
}
/*==================================================================

	$contact

==================================================================*/
.contact_wrap{
	width: 1080px;
	margin: 50px auto 0;
	}

.contact_wrap .text01{
	text-align: center;
	line-height: 2;
	margin-bottom: 40px;
}

.google_form2 iframe{
	display: block;
    width: 750px;
    height: 700px;
    margin: 0 auto;
}


/*==================================================================

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
	position: relative;
	max-width: 1200px;
    width: auto;
	margin: 0 auto 30px;
	font-size: 14px;
	z-index: 998;
  width: 100%;
}

.breadcrumbs:last-child {
	margin: 0 auto;
}

.breadcrumbs i {
	/*margin-left: 35px;*/
	margin-right: 5px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
}
.breadcrumbs li:after {
    font-family: FontAwesome;
    content: ">";
    padding-left: 10px;
}
.breadcrumbs li:last-child:after {
    content: "";
}
.breadcrumbs li:last-child a{
	color:#d04634 !important;
}
.top_space {
	margin-top: 20px;
}
.text_color span {
	font-weight: bold;
	color: #7dccdf;
}
.text_color a {
	font-weight: bold;
	color: #3e3a3a;
}
.waku .text_color a {
	font-weight: bold;
	color: #ef888b!important;
	border-bottom: solid 1px;
}
.text_color a:hover {
	font-weight: bold;
	color: #918989;
}
.price_small {
	font-size: 14px;
	font-weight: bold;
	color: #ef888b;
}
.sp_inline {
	display: none!important;
}
.waku_text p {
	margin-bottom: 0;
}
.footer_btn {
	display: flex;
	justify-content: center;
	width: 750px;
	margin: 20px auto;
	align-items: center;
}
.footer_btn01 {
	text-align: center;
	width: 50%;
	margin-top:15px;
}
.footer_btn01 img {
	width: 280px;
}
.footer_btn01:first-child img {
	margin-bottom: 10px;
}
.footer_btn02 {
	width: 50%;
}
.top {
	margin-top: 150px;
}
.staff_carr_sec1{
	/*width: 48%;*/
	width: 46%;
	margin: 0 auto;
	padding: 20px 30px;
	background-color: #F8F6F3;
  	box-sizing: border-box;
  	border-radius: 20px;
}


.staff_carr_sec1.note{
	background-color: #fff;
	    padding: 20px 0;
}

.staff_carr_sec1.tanto_sec{
	width: 1080px;
	margin-top: 30px;
}

/*医師担当医表*/
.tanto_box{
	width: 70%;
	max-width: 1080px;
	margin: 0 auto;
}

.doctor_tb{
	margin-bottom: 50px;
}

.doctor_tb .tb01{
	width:100%;
	border-spacing: 1px;
	border-collapse: collapse;
	background-color: #fff;
	white-space: nowrap;
	text-align: center;
}
.doctor_tb .tb01 td,.doctor_tb .tb01 th{
	/*border-bottom:1px solid #e4e4e4;*/
	vertical-align: middle;
}
.doctor_tb .tb01 tr:last-child td,.doctor_tb .tb01 tr:last-child th{
	border: 1px solid #e4e4e4!important;
	/*border-bottom:1px solid #e4e4e4;*/
}
.doctor_tb .tb01 tr:first-child{
	background-color: #f9d659;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	
}

.doctor_tb .tb01 tr:first-child .sat{
	background-color: #7dccdf;
}

.doctor_tb .tb01 tr:first-child .sun{
	background-color: #ef888b;
}

.doctor_tb .tb01 tr:first-child td{
	/*border-bottom: none!important;*/
}
.doctor_tb .tb01 tr:nth-child(2),.doctor_tb .tb01 tr:nth-child(4){
	height: 72px;
}

.doctor_tb .tb01 td{
	padding:10px 13px 8px 13px;
	width:  calc(100% / 7);
	border-collapse: collapse;
    border: 1px solid #e4e4e4;
}

.doctor_tb .tb01 .female{
	color: #ff9295;
}

.doctor_tb.box_sat,.doctor_tb.box_sun{
	width: 50%;
}

.doctor_tb h3.tit01{
	border-bottom: none;
}

.pink{
	color: #ff9295;
}

.curon_flex{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0;
	align-items: flex-start;
}
.curon_flex img{
	display: block;
	width: 30%;
	height: auto;
	margin: 1% 1% 20px;
}
.curon_flex p{
	margin: 10px;
}
.curon_flex p img{
	display: block;
	width: 150px;
	height: auto;
	margin: 0;
}





address,body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,option,p,pre,select{margin:0;padding:0;-webkit-text-size-adjust:100%}img{vertical-align:bottom}li,ul{list-style:none;margin:0;padding:0}a img{border:none}.w010par{width:10%}.w020par{width:20%}.w025par{width:25%}.w050par{width:50%}.w075par{width:75%}.w100par{width:100%}.w010{width:10px}.w020{width:20px}.w030{width:30px}.w040{width:40px}.w050{width:50px}.w060{width:60px}.w070{width:70px}.w080{width:80px}.w090{width:90px}.w100{width:100px}.w110{width:110px}.w120{width:120px}.w130{width:130px}.w140{width:140px}.w150{width:150px}.w160{width:160px}.w170{width:170px}.w180{width:180px}.w190{width:190px}.w200{width:200px}.w210{width:210px}.w220{width:220px}.w230{width:230px}.w240{width:240px}.w250{width:250px}.w255{width:255px}.w260{width:260px}.w270{width:270px}.w280{width:280px}.w290{width:290px}.w300{width:300px}.w305{width:305px}.w310{width:310px}.w320{width:320px}.w330{width:330px}.w340{width:340px}.w350{width:350px}.w360{width:360px}.w365{width:365px}.w370{width:370px}.w380{width:380px}.w390{width:390px}.w400{width:400px}.w410{width:400px}.w415{width:415px}.w420{width:420px}.w430{width:430px}.w435{width:435px}.w440{width:440px}.w450{width:450px}.w460{width:460px}.w470{width:470px}.w480{width:480px}.w490{width:490px}.w500{width:500px}.w510{width:510px}.w520{width:520px}.w530{width:530px}.w540{width:540px}.w550{width:550px}.w560{width:560px}.w570{width:570px}.w580{width:580px}.w590{width:590px}.w600{width:600px}.w610{width:610px}.w620{width:620px}.w630{width:630px}.w640{width:640px}.w650{width:650px}.w660{width:660px}.w670{width:670px}.w680{width:680px}.w690{width:690px}.w700{width:700px}.w710{width:710px}.w720{width:720px}.w730{width:730px}.w740{width:740px}.w750{width:750px}.w760{width:760px}.w765{width:765px}.w960{width:960px}.w980{width:980px}.h030{height:30px}.h180{height:180px}.h190{height:190px}.h200{height:200px}.h240{height:240px}.h250{height:250px}.h280{height:280px}.h300{height:300px}.h350{height:350px}.mt00{margin-top:0!important}.mt01{margin-top:1px}.mt02{margin-top:2px}.mt03{margin-top:3px}.mt04{margin-top:4px}.mt05{margin-top:5px}.mt06{margin-top:6px}.mt07{margin-top:7px}.mt08{margin-top:8px}.mt09{margin-top:9px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt110{margin-top:110px}.mt120{margin-top:120px}.mr00{margin-right:0!important}.mr01{margin-right:1px}.mr02{margin-right:2px}.mr03{margin-right:3px}.mr04{margin-right:4px}.mr05{margin-right:5px}.mr06{margin-right:6px}.mr07{margin-right:7px}.mr08{margin-right:8px}.mr09{margin-right:9px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}.mr30{margin-right:30px}.mr35{margin-right:35px}.mr40{margin-right:40px}.mr45{margin-right:45px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}.mb00{margin-bottom:0!important}.mb01{margin-bottom:1px}.mb02{margin-bottom:2px}.mb03{margin-bottom:3px}.mb04{margin-bottom:4px}.mb05{margin-bottom:5px}.mb06{margin-bottom:6px}.mb07{margin-bottom:7px}.mb08{margin-bottom:8px}.mb09{margin-bottom:9px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.mb140{margin-bottom:140px}.ml00{margin-left:0!important}.ml01{margin-left:1px}.ml02{margin-left:2px}.ml03{margin-left:3px}.ml04{margin-left:4px}.ml05{margin-left:5px}.ml06{margin-left:6px}.ml07{margin-left:7px}.ml08{margin-left:8px}.ml09{margin-left:9px}.ml10{margin-left:10px}.ml12{margin-left:12px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}.ml30{margin-left:30px}.ml35{margin-left:35px}.ml40{margin-left:40px}.ml45{margin-left:45px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.ml140{margin-left:140px}.ml160{margin-left:160px}.ma10{margin:10px}.ma15{margin:15px}.ma_auto{margin-left:auto;margin-right:auto}.pt00{padding-top:0!important}.pt01{padding-top:1px}.pt02{padding-top:2px}.pt03{padding-top:3px}.pt04{padding-top:4px}.pt05{padding-top:5px}.pt06{padding-top:6px}.pt07{padding-top:7px}.pt08{padding-top:8px}.pt09{padding-top:9px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt25{padding-top:25px}.pt30{padding-top:30px}.pt35{padding-top:35px}.pt40{padding-top:40px}.pt45{padding-top:45px}.pt50{padding-top:50px}.pt60{padding-top:60px}.pt70{padding-top:70px}.pt80{padding-top:80px}.pt90{padding-top:90px}.pt100{padding-top:100px}.pt120{padding-top:120px}.pr00{padding-right:0!important}.pr01{padding-right:1px}.pr02{padding-right:2px}.pr03{padding-right:3px}.pr04{padding-right:4px}.pr05{padding-right:5px}.pr06{padding-right:6px}.pr07{padding-right:7px}.pr08{padding-right:8px}.pr09{padding-right:9px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr20{padding-right:20px}.pr25{padding-right:25px}.pr30{padding-right:30px}.pr35{padding-right:35px}.pr40{padding-right:40px!important}.pr45{padding-right:45px}.pr50{padding-right:50px}.pr60{padding-right:60px}.pr70{padding-right:70px}.pr80{padding-right:80px}.pr90{padding-right:90px}.pr100{padding-right:100px}.pb00{padding-bottom:0!important}.pb01{padding-bottom:1px}.pb02{padding-bottom:2px}.pb03{padding-bottom:3px}.pb04{padding-bottom:4px}.pb05{padding-bottom:5px}.pb06{padding-bottom:6px}.pb07{padding-bottom:7px}.pb08{padding-bottom:8px}.pb09{padding-bottom:9px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb25{padding-bottom:25px}.pb30{padding-bottom:30px}.pb35{padding-bottom:35px}.pb40{padding-bottom:40px}.pb45{padding-bottom:45px}.pb50{padding-bottom:50px}.pb60{padding-bottom:60px}.pb70{padding-bottom:70px}.pb80{padding-bottom:80px}.pb90{padding-bottom:90px}.pb100{padding-bottom:100px}.pl00{padding-left:0!important}.pl01{padding-left:1px}.pl02{padding-left:2px}.pl03{padding-left:3px}.pl04{padding-left:4px}.pl05{padding-left:5px}.pl06{padding-left:6px}.pl07{padding-left:7px}.pl08{padding-left:8px}.pl09{padding-left:9px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl25{padding-left:25px}.pl30{padding-left:30px}.pl35{padding-left:35px}.pl40{padding-left:40px}.pl45{padding-left:45px}.pl50{padding-left:50px}.pl60{padding-left:60px}.pl70{padding-left:70px}.pl80{padding-left:80px}.pl90{padding-left:90px}.pl100{padding-left:100px}.pa01{padding:1px}.pa02{padding:2px}.pa03{padding:3px}.pa04{padding:4px}.pa05{padding:5px}.pa10{padding:10px}.pa15{padding:15px}.fr{float:right}.fl{float:left}.fr10{float:right;margin-left:10px}.fr15{float:right;margin-left:15px}.fr30{float:right;margin-left:15px}.fl10{float:left;margin-right:10px}.fl15{float:left;margin-right:15px}.fl30{float:left;margin-right:30px}.txt10{font-size:10px}.txt11{font-size:11px}.txt12{font-size:12px}.txt13{font-size:13px}.txt14{font-size:14px}.txt15{font-size:15px}.txt16{font-size:16px}.txt17{font-size:17px}.txt18{font-size:18px}.txt19{font-size:19px}.txt20{font-size:20px}.txt21{font-size:21px}.txt22{font-size:22px}.txt23{font-size:23px}.txt24{font-size:24px}.txt25{font-size:25px}.txt26{font-size:26px}.txt27{font-size:27px}.txt28{font-size:28px}.txt29{font-size:29px}.txt30{font-size:30px}.txt31{font-size:31px}.txt32{font-size:32px}.txt33{font-size:33px}.txt34{font-size:34px}.txt35{font-size:35px}.txt36{font-size:36px}.txt37{font-size:37px}.txt38{font-size:38px}.txt39{font-size:39px}.txt40{font-size:40px}.bold{font-weight:700}.left{text-align:left!important}.center{text-align:center!important}.right{text-align:right}.clear{clear:both}.v_top{vertical-align:top}.v_mid{vertical-align:middle}.v_btm{vertical-align:bottom}.color_red{color:#f33}.color_pink{color:#ed8c96}.color_blue{color:#00408f}.color_green{color:#479f9d}.color_ore{color:#ff8327}.color_yellow{color:#ffeb8b}.color_beige{color:#dac58b}.color_brown{color:#9b8052}.color_navy{color:#1f2774}.color_black{color:#3e3a39}.ls_0{letter-spacing:0}.ls_1{letter-spacing:1px}.indent{margin-left:1em!important;text-indent:-1em}.line_h_2{line-height:2!important}.clearfix:after{display:block;clear:both;content:""}.sp{display:none!important}