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

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

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:16px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
	/*background:url(../images/design.jpg) top -110px left no-repeat;
	opacity:0.3;*/
}
a {
	color: #000;
	text-decoration: none;
	transition:0.2s ease-in-out;
}
a:hover {
	color:#f58e35 ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

body,
#mainvisual .inner,
header,
footer{
	/*min-width:1080px;*/
}

.pc{
	display:block !important;
}
.sp{
	display: none !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;
}
.main{
	position: relative;
}

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

	header

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

header {
	width:200px;
	/*height:0; navのtopと同じ値にする */
	top:0;
	left:0;
	height:100%;
	/*margin-bottom:80px; navのheightと同じ値にする */
	background-color:#fff;
	position:fixed;
	z-index:9999;
}
header .inner{
	position:relative;
	/*width:1080px;*/
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	/*padding-top:38px;*/
}
/* ロゴ */
header h1{
	position: relative;
	top:26px;
	margin:0 auto;
}
header h1,
header h1 img{
	width:130px;
	height:90px;
}

/* 住所 */
.header_info{
    text-align: center;
    background: #f58e35;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding:25px 0;
	color:#fff;
}
.header_info li{
}
.header_info_ad{
	font-size:12px;
	margin:0 0 30px;
}

/* ご予約・お問合せ */
.header_tel{
	float:none;
	text-align:center;
	line-height: 1.4;
}
.header_tel dt{
	font-weight:600;
	font-size:12px;
}
.header_tel dd{
	position:relative;
	font-size:21px;
	letter-spacing:0.1em;
	font-family: acumin-pro,sans-serif;
font-weight: 600;
font-style: normal;
}
.header_tel dd a{
	color:#fff;
}



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

	nav

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

nav {
top: 6%;
    width: 100%;
    z-index: 9999;
    display: block;
    position: relative;
}
nav ul{
width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    height: auto;
}
nav li {
display: block;
    position: relative;
    height: inherit;
}
nav li a{
display: table;
    /* padding: 0 31px; */
    vertical-align: middle;
    line-height: 41px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
	letter-spacing: 0.01em;
	color:#000;
	font-family:"Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
nav li a:hover,
nav li.active2 a{
	color:#f58e35;
}
nav li a span{
	position:relative;
}

/* 間のボーダー */
nav li a::after{
    content: "";
    position: absolute;
    left: -1px;
	width:0;
	height:15px;
	top:0;
	bottom:0;
	margin:auto;
	border-right:1px dotted #ababab;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}
nav li:first-child a::after{
	display:none;
}

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

/* ホバーで出てくるメニューを示すアイコン */
.nav_slidebtm{
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}

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

nav ul li div {
	position: absolute;
	display:none;
	width:150%;
	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;
	top:0;
	left:0;
}*/



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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 300px;
	background-color:#f0f0f0;
	background-repeat:no-repeat, no-repeat;
	width:calc(100% - 200px);
	left:200px;
	background-position: center;
	background-image: url("../images/mainvisual_slide2.jpg");
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	max-width:900px;
	width:auto;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2{
	position:relative;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#f58e35;
	z-index:10;
}
/* 背景画像 
#mainvisual h2::after{
	position: absolute;
	width: 130px;
	height: 130px;
	top:0;
	bottom: 0;
	right: 0;
	left:-10px;
	margin: auto ;
	background-image:url(../images/tit01_bg.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}*/
/* キャッチフレーズ */
.mainvisual_catch{
    position: absolute;
    width: 90%;
    margin: 0 auto;
    top: 145px;
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 35px 40px 50px 50px;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.mainvisual_catch h2{
	margin-bottom: 50px;
	line-height:80px;
	color:#fff;
	font-size:47.5px;
	letter-spacing: 0.05em;
	/*text-shadow:0 0 5px rgba(255,255,255,0.7);*/
}
.mainvisual_catch h2::after{
	display:none;
}
.mainvisual_catch h2 span{
	font-size:33px;
	text-align:justify;
}
.mainvisual_catch h2 span:first-child{
	display:block;
}
.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 25px;
	text-align:right;
}
.mainvisual_open{
    position: absolute;
    bottom: 120px;
    right: 0;
    width: 442px;
}
.mainvisual_open img{
	width:100%;
}

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow:0 0 7px rgba(255,255,255,1);
}
.mainvisual_headline h2{
	font-weight:600;
	font-size: 30px;
	color: #1F2774;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #C0AB9A;
}

/* 飾りの英語の棒 */
.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.bg01{
	background-image:url(../images/main_bg01.png);
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg02{
	background-image:url(../images/main_bg02.png) ;
	background-position: center 0%;
	background-size: cover;
	
}
#mainvisual.bg03{
	background-image:url(../images/main_bg03.png) ;
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg04{
	background-image:url(../images/main_bg04.png) ;
	background-position: center 0%;
	background-size: auto;
}
#mainvisual.bg05{
	background-image:url(../images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}






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

	#contents

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

main{
	display:block;
		position:relative;
	width:/*1080px*/ calc(100% - 200px);
	left:200px;
	z-index:9998;
}
#container{
	padding-top:0;
	padding-bottom: 0;
}

#contents{
	position:relative;
	/*width:1080px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 100px;*/
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



#contents_left{
	float:left;
	width:720px;
}
#contents_right{
	float:right;
	width:280px;
	font-size:15px;
	line-height:1.6;
}
.right_medical h3{
	text-align:center;
}
.right_medical h3 a{
	display:block;
	padding:7px 0;
	background-color:#262e7c;
	color:#fff;
	font-weight:600;
	font-size:19px;
	transition:0.1s ease-in-out;
}
.right_medical h3 a:hover{
	background-color:#e0d6ce;
	color:#1F2774;
}
.right_medical ul{
	padding:10px;
	background-color:#f0f0f0;
}
.right_medical li{
	margin-bottom:15px;
}
.right_medical li:last-child{
	margin-bottom:0;
}
.right_medical img{
	width:100%;
}







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

	$footer

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

footer {
	position:relative;
	width:100%;
	background-color:#fff;
}


/* フッターの医院概要 */
.footer_info{
	background-color:#f2ffd0;
}
.footer_info .inner{
	max-width:1000px;
	width:auto;
	margin:0 auto;
	padding:100px 0 60px;
}

.footer_info_overview{
float: left;
width: 40%;
padding: 0;
text-align: center;
}
.footer_info_overview_logo,
.footer_info_overview_logo img{
width: 361px;
height: 65px;
}
.footer_info_overview dt{
margin-bottom: 15px;
}
.footer_info_overview dd{
margin-bottom: 18px;
font-size: 13.5px;
}
.footer_info_overview dd:last-child{
	margin-bottom:0;
	font-family: acumin-pro,sans-serif;
font-weight: 600;
font-style: normal;
}

.footer_info_overview dd:last-child a{
	color:#f58e35 !important;
}
.footer_info_overview_tel{
	/*background-image:url(../images/header_tel.svg);
	background-size:15px;
	background-position:left 23px;
	background-repeat:no-repeat;*/
	font-size: 33px !important;
	/*color:#1E2B68;*/
	font-family: 'Cardo', serif;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.footer_info_overview_tel span{
	margin:0 0 5px;
	display:block;
	position: relative;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 20px;
	font-family:"Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
float: right;
    /*width: 570px;*/
	width:60%;
    font-size: 15px;
    margin-top: 0;
}

.schedule{
	padding:30px;
	background-color:#fff;
	font-family:"Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.schedule table{
	background-color:#fff;
}

.schedule table{
	width:100%;
	background-color:#fff;
}
.schedule table tr:first-child td{
	font-weight:600;
	color:#1F2774;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}

.schedule .tb01 td,
.schedule .tb01 th{
	border-bottom:none;
	vertical-align: middle;
}

.schedule_note{
	margin-left:17px;
}
.schedule_note li:first-child{
	font-weight:600;
	color:#f18e43;
}
.schedule_note li{
	display:inline-block;
	margin-right:2em;	
}


/* フッターのナビ */

.footer_navi{
}
.footer_navi .inner{
	width:1080px;
	margin:0 auto;
	padding:60px 0 40px;
}
.footer_navi ul{
}

.footer_navi ul {
	position:relative;
	width:100%;
	height:80px;
	background-color:rgba(255,255,255,0.5);
	z-index:9999;
}
.footer_navi ul{
	width:1080px;
	height:inherit;
	margin:0 auto;
	text-align:center;
}
.footer_navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
}
.footer_navi ul li a{
	display: table-cell;
	padding: 0 31px;
	vertical-align:middle;
	line-height: 1.6;
	font-size:15px;
	font-weight:600;
	text-align:center;
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
	color:#1F2774;
}
.footer_navi ul li a span{
	position:relative;
	padding:0 5px;
}
.footer_nav_inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.footer_nav .footer_nav_inner li {
    width: 50%;
}
.footer_nav .footer_nav_inner li a {
    display: table;
    vertical-align: middle;
    line-height: 41px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    letter-spacing: 0.01em;
    color: #000;
    font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.footer_nav .footer_nav_inner li a::after {
    border-right: none !important;
}

/* 間のボーダー */
.footer_navi ul li a::after{
    content: "";
    position: absolute;
    left: -1px;
	width:0;
	height:15px;
	top:0;
	bottom:0;
	margin:auto;
	border-right:1px dotted #ababab;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}
.footer_navi ul li:first-child a::after{
	display:none;
}

/* ホバーのボーダー */
.footer_navi ul li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -10px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #3D4AA5;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
.footer_navi ul li a:hover span::before,
.footer_navi ul li.active2 a span::before{
	transform: scaleX(1);
}
/* ページトップ */
.pagetop,
.pagetop img{
	width:50px;
	height:25px;
}
.pagetop{
	position:relative;
	margin:20px auto 20px;
	text-align:center;
	cursor:pointer;
	
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.5s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	transform: rotateY(180deg);
}

/* コピーライト */
.copy{
	padding-bottom:45px;
	text-align: center;
	background: #f3ffd1;
}
.copy small{
	line-height:1;
	font-size:13px;
	font-weight:600;
	color:#82a61d;
}











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

	タイトル

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

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #1F2774;
	font-size: 20px;
	font-weight:600;
	text-align: center;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
/* アイコンの余白 */
h3.tit01 i{
	margin-right:7px;
}
/* 背景画像 
h3.tit01::before{
	position: absolute;
	width: 200px;
	height: 62px;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit01_bg.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}*/
/* 飾りの英語 */
h3.tit01 span{
	display:inline-block;
	padding:14px 45px;
	background:#aacf44;
	color:#fff;
}
/*h3.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}*/

/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #1F2774;
	font-size: 24px;
	font-weight:600;
	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:"/";
}*/

h4.tit01 {
	position: relative;
	margin-bottom: 15px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #f58e35;
font-size: 19px;
	font-weight:600;
	text-align:left;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
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: #f58e35;
	font-size: 16px;
	font-weight: bold;
}

h5.tit01 span{
	border:solid 2px #f58e35;
	display:inline-block;
	padding:2px 10px;
	background:#fff;
}



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

	共通

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

/*院長略歴*/
.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:#fff;
}
.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: #f58e35;
	border: 1px solid #f58e35;
	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 ul 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: '';
}

/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #33409a;
	color:#3D4AA5;
	text-align:center;
	font-weight:600;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#33409a;
}
.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_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;
}


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	padding:8px 20px;
	border:1px solid #aacf44;
	background:#fff;
	color:#aacf44;
	font-weight:600;
	transition:ease-in-out 0.2s ;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.btn02 a i{
	margin-left:10px;
}
.btn02 a:hover{
	background-color:#aacf44;
	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:0;
	margin-bottom:7px;
	
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:600;
	color: #1F2774;
	text-align:left;
}

.footer_map{
	    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.footer_map iframe {
    vertical-align: bottom;
    border: 0;
    width: 100%;
    height: 100%;
}

#calendar{
	display:blockl;
	   margin-top:-100px;
  padding-top:100px;
}

#calendar iframe{
		margin-top:20px;
}

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

	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 tr:first-child th,
.tb01 tr:first-child td{
	background:#aacf44;
	color:#fff !important;
	padding:5px 17px 5px 17px !important;
}
.tb01 th{
	padding:10px 27px 8px 17px;
	line-height:1;
	white-space:nowrap;
	font-weight:600;
	text-align:left;

}
.tb01 td{
	padding:10px 13px 8px 13px;
	text-align:center;
	color:#f18e43;
}

.tb01 tr:nth-child(2) td:nth-child(5),
.tb01 tr:nth-child(2) td:nth-child(8),
.tb01 tr:nth-child(3) td:nth-child(5),
.tb01 tr:nth-child(3) td:nth-child(7),
.tb01 tr:nth-child(3) td:nth-child(8){
	color:#000;
}


/*医院概要*/
.tb02{
	border-spacing: 0;
	text-align: left;
}
.tb02 td,.tb02 th{
	border-bottom:#908883 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;
  margin-bottom: 100px;
}

.tb03 td, .tb03 th {
	padding: 13px 12px;
}
.tb03 th {
	font-weight: bold;
	/*white-space: nowrap;*/
	text-align: center;
	color: #666;
	background-color: #f2ffd0;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: left;
}



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

	アンカーリンンク

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

/* 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 15px;
	border:1px solid #00408f;
	font-weight:600;
	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;
}



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

	.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:20%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:600;
	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{
}
.layout02::after{
	display: block;
	clear: both;
	content: "";
}
.layout02 dl{
	width:40.2%;
	float:left;
	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:600;
}
.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:600;
}
.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:600;
}
.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:600;
	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:600;
}
.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:#aacf44;
}
.layout07 dl:nth-child(3n){
	margin-right:0;
}
.layout07 dl dt{
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color:#fff;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.layout07 dl dt em{
	margin-right:0;
	font-size:30px;
font-family: acumin-pro,sans-serif;
display:block;
color:#71960d;
}
.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:#F7F7F7;
}
.layout08 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #33409A;
    border-right: 2px solid #33409A;
    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;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text p:last-child{
	margin-bottom:0;
}
.text:last-child{
	margin-bottom:0;
}



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

	.top_doctor

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


.top_doctor{
	background:#fdf2ee url(../images/top_doctor_bg.png) right center no-repeat;
	padding:115px 0;
}

.top_doctor .box1 {
    position: relative;
    max-width: 910px;
	width:auto;
    margin: 0 auto;
}

.top_doctor h3.tit01{
	margin-bottom:50px;
}

.top_doctor .text{
	position:relative;
	/*width:750px;*/
	text-align:center;
}

.top_doctor  .text div:nth-of-type(1){
	text-align:center;
	/*font-size:35px;
	font-family:"Sei Kaisho CB1", serif;*/
}

.top_doctor  .text div:nth-of-type(1) img{

}

.top_doctor .text p:first-child{
	font-size:20px;
	margin-bottom:71px;
	line-height:2;
	font-family: "Jun 501", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight:600;
	color:#f58e35;
}

.top_doctor .text p:first-child::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 155px;
    display: inline-block;
    width: 200px;
	border-bottom: dotted 1px #000;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top_doctor .text p:nth-child(2){
	margin-bottom:40px;
}

.top_doctor .text p:nth-child(3){
	margin-bottom:30px;
}

.top_doctor .text p:nth-child(4){
	margin-bottom:20px;
	font-size:18px;
	font-family: "Jun 501", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";

}

.top_doctor_img{
	float:right;
	color:#1F2774;
	line-height: 1.4;
	font-weight:600;
}
.top_doctor_img dt{
	margin-bottom:7px;
	font-size:15px;
}
.top_doctor_img dd{
	font-size:16px;
}
.top_doctor_img dd span{
	display:block;
	letter-spacing:2px;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	font-weight:400;
	color:#C3AF97;
}

.top_doctor .btn01{
	float:right;
	width:240px;
}
.top_doctor .btn01 a{
	display:block;
}


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






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

	.top_feature

==================================================================*/
#top_feature{
height: 750px;
width:100%;
position:relative;
/*background-image: url(../images/clinic_slides01.png),url(../images/clinic_slides02.png),url(../images/clinic_slides03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
	background-image:url("../images/top_feature_slide1.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.bg-change.no1:hover ~ #top_feature {
    background-image: url(../images/clinic_slides01.png);
}
.bg-change.no2:hover ~ #top_feature {
    background-image: url(../images/clinic_slides02.png);
}
.bg-change.no3:hover ~ #top_feature {
    background-image: url(../images/clinic_slides03.png);
}*/

#top_feature h3{
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}

#top_feature .box1 {
	height: 100%;
	width:100%;
	padding:0;
	margin:0;
	display:flex;
	justify-content:space-between;
}

.bg-change_no1,.bg-change_no2,.bg-change_no3,.bg-change_no4 {
    position: relative;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    line-height: 50px;
    margin: auto;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.4);
    cursor: pointer;
	/*float:left;*/
	overflow:hidden;
	transition: .5s;
}

.bg-change_no1 img,.bg-change_no2 img,.bg-change_no3 img,.bg-change_no4 img {
	width:100%;
	height:100%;
}
.bg-change_no1{
    background-image: url(../images/feature_btn01_1.png) !important;
	background-position:center !important;
	background-size:cover !important;
	height:100%;
	width:25%;
}
.bg-change_no1:hover img{
    background-image: url(../images/feature_btn01_2.png) !important;
	background-position:center !important;
	background-size:cover !important;
	height:100%;
}
.bg-change_no2{
    background-image: url(../images/feature_btn02_1.png) !important;
	background-position:center !important;
	background-size:cover !important;
	height:100%;
	width:25%;
}
.bg-change_no2:hover img{
    background-image: url(../images/feature_btn02_2.png) !important;
	background-position:center !important;
	background-size:cover !important;
	height:100%;
}
.bg-change_no3{
    background-image: url(../images/feature_btn03_1.png) !important;
	background-position:center !important;
	background-size:cover !important;
	height:100%;
	width:25%;
}
.bg-change_no3:hover img{
    background-image: url(../images/feature_btn03_2.png) !important;
	background-position:center !important;
	background-size:cover !important;
	height:100%;
}
.bg-change_no4{
    background-image: url(../images/feature_btn04_1.png) !important;
	background-position:center !important;
	background-size:cover !important;
	height:100%;
	width:25%;
}
.bg-change_no4:hover img{
    background-image: url(../images/feature_btn04_2.png) !important;
	background-position:center !important;
	background-size:cover !important;
	height:100%;
}

/*.bg-change {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.4);
    cursor: pointer;
}
.bg-change.no1 {
    right: 66%;
}
.bg-change.no2 {
    left: 0;
    right: 0;
}
.bg-change.no3 {
    left: 66%;
}*/

#feature{
background: #fdf2ee /*url(../images/top_doctor_bg.png) bottom right no-repeat*/;
z-index: -1;
position: relative;
padding:0 0 100px;
}

#feature .breadcrumbs {
    max-width: 980px;
	width:auto;
	/*padding: 25px 0;*/
}

#feature .box1 {
    position: relative;
    max-width: 980px;
	width:auto;
    margin: 0 auto;
	padding:180px 0 70px;
}

#feature .box1 div{
    font-size:18px;
	line-height:1.85;
	padding:3%;
	background-color: rgba(245,142,53,0.85);
	/*background: #f58e35;*/
	color:#fff;
	width: 70%;
	float: right;
}

#feature .box1:nth-child(odd) div{
	float: left;
}

#feature .box1 div::before {
	    position: absolute;
    width: 130px;
    height: 130px;
    top: 12%;
    right:0;
    margin: auto;
    background-image: url(../images/feature01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    content: "";
}

#feature .box1:nth-child(odd) div::before{
	left: 0;
	right:auto;
}

#feature .box1:nth-of-type(2) div::before{
	background-image: url(../images/feature02.png);
}

#feature .box1:nth-of-type(3) div::before{
	background-image: url(../images/feature03.png);
}


#feature .box1:nth-of-type(4) div::before{
	background-image: url(../images/feature04.png);
}

#feature .box1 div::after {
    position: absolute;
    width: 330px;
    height: 330px;
    top: 0;
    bottom: 0;
    left:0;
    margin: auto;
    background-image: url(../images/top_feature_slide1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}

#feature .box1:nth-child(odd) div::after {
	right:0;
	left:auto;
}

#feature .box1:nth-of-type(2) div::after {
	background-image: url(../images/top_feature_slide2.png);
}

#feature .box1:nth-of-type(3) div::after {
	background-image: url(../images/top_feature_slide3.png);
}

#feature .box1:nth-of-type(4) div::after {
	background-image: url(../images/top_feature_slide4.png);
}



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

	.top_medical

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

.top_medical{
	background:url(../images/top_medical_bg.jpg) ;
	background-size: cover;
	padding:100px 0;
}
.top_medical .box1 {
    max-width: 960px;
	width:100%;
	background-color: rgba(0,0,0,0.05);
	margin: 0 auto;
}
.top_medical .box1 h3{
    top: -30px;
	margin-bottom: 0px;
}
.top_medical .text p{
	text-align:center;
}
.top_medical_list{
	max-width: 885px;
	width:auto;
    margin: 0 auto;
	padding: 0 0 25px;
}
.top_medical_list a{
display: block;
    float: left;
    /*width: 48%;*/
    margin-bottom: 15px;
    text-align: center;
}
.top_medical_list a:nth-child(2n){
    float: right;
}
/*.top_medical_list a:nth-child(4n){
	margin-right:0;
}*/
.top_medical_list dl{
	width:100%;
	position:relative;
}
.top_medical_list dl dt{
	margin-bottom:7px;
}
.top_medical_list dl dd{
font-weight: 600;
    position: absolute;
    top: 42px;
    left: 53px;
    width: 240px;
    text-align: left;
	z-index:5;
}
.top_medical_list dl dd h4{
	font-size:18px;
	color:#f38e3c;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.top_medical_list dl dd p{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.top_medical_list dl dd:last-child{
    position: absolute;
    right: 35px;
    width: 90px;
    left: auto;
	padding: 5px 0 0;
	z-index:3;
}

.top_medical_list a:nth-child(2n){
    float: right;
}

.top_medical_list a:nth-child(2n) dl dd{
font-weight: 600;
    position: absolute;
    top: 42px;
    right: 30px;
	left:auto;
    width: 240px;
    text-align: left;
}

.top_medical_list a:nth-child(2n) dl dd:last-child{
    position: absolute;
    left: 55px;
    width: 90px;
    right: auto;
}




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

	.top_medical2

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

.top_medical2{
}
.top_medical2 .text p{
	text-align:center;
}
.top_medical2_list{
}
.top_medical2_list a{
	display:block;
	float:left;
	width: 120px;
    margin-right: 17.14px;
	margin-bottom:20px;
	text-align:center;
}
.top_medical2_list a:last-child{
	margin-right:0;
}
.top_medical2_list dl{
	width:100%;
}
.top_medical2_list dl dt{
	margin-bottom:7px;
}
.top_medical2_list img{
	width:100%;
}
.top_medical2_list dl dd{
	font-weight:600;
}



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

	.top_medical3

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

.top_medical3{
}
.top_medical3 .text p{
	text-align:center;
}
.top_medical3_list{
}
.top_medical3_list li{
	float:left;
	width: 120px;
    margin-right: 17.14px;
	margin-bottom:20px;
	text-align:center;
}
.top_medical3_list li:last-child{
	margin-right:0;
}
.top_medical3_list a{
}
.top_medical3_list img{
	width:100%;
}







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

	.top_medical4

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

.top_medical4{
	padding-top:80px;
}

.top_medical4_list{
	width:980px;
	margin:0 auto;
}
.top_medical4_list dl{
	position:relative;
	float:left;
	width: 270px;
    margin-right:85px;
	margin-bottom:112px;
	text-align:center;
}
.top_medical4_list dl:nth-child(3n){
	margin-right:0;
}
.top_medical4_list a{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.top_medical4_list dt img{
	width:100%;
	border-radius:100%;
}
.top_medical4_list dd h4{

	position:absolute;
	left:-6px;
	top:0;
		font-size:21px;
}
.top_medical4_list dd p{
		position:absolute;
	left:-6px;
	bottom:0;
	font-size:14.5px;
}






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

	$medical

==================================================================*/
#medical{
	background: url(../images/top_medical_bg2.png);
	background-size:cover;
	padding:0 0 100px;
}
#medical .top_medical{
	padding:0;
	background:none;
}
#medical .top_medical .breadcrumbs {
max-width: 980px;
    width: auto;
}
#medical .box1 {
    max-width: 980px;
    width: auto;
}
#medical .box1:last-child {
    margin: 0 auto;
}
#medical .list07 {
    border: 3px solid #aacf44;
    padding: 30px;
    font-size: 14.5px;
	background:#fff;
}
#medical ul.list07 li::before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #f58e35;
    border: 1px solid #f58e35;
    border-radius: 100%;
}
#medical ol.list07{
    padding: 30px 30px 30px 60px;
}

#medical ol.list07 li {
    padding-left: 0;
	list-style-type: katakana;
}
#medical ol.latin li {
    list-style-type: upper-latin;
}
#medical ol.list07 li ol{
	padding-top:10px;
    padding-left: 31px;
}
#medical ol.list07 li ol li{
	list-style-type: decimal;
}
#medical ol.list07 li ol li ol li{
	list-style-type: lower-latin;
}
#medical ol.list07 li ol li.olnoli{
	list-style-type: none;
}


#medical ul.nonumb{
	list-style-type: unset;
}
#medical ul.nonumb li:before{
	content: "";
	display: none;
}

#medical ol.latin li ul.nonumb li{
	list-style-type: none!important;	
	margin-bottom: 0;
}


#medical .layout01{
}
#medical .layout01 dl::before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    border-top: 1px dotted #aacf44;
    content: "";
}
#medical .layout01 dl:last-child::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-top: 1px dotted #aacf44;
    content: "";
}
#medical .layout01 dt {
    width: 20%;
    padding: 0 2.2%;
    background-color: #aacf44;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
	font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
#medical .layout01 dt em {
    display: block;
    line-height: 1;
    margin: 0 8px;
    font-family: acumin-pro,sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #71960d;
}
#medical .layout01 dd {
    padding: 3%;
    background: #fff;
}

#medical .box2{
    max-width: 980px;
    width: auto;
      position: relative;
    margin: 0 auto 100px;
  text-align: center;
  
}



#medical .box2 .text p:first-child {
    font-size: 20px;
    margin-bottom: 71px;
    line-height: 2;
    font-family: "Jun 501", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: 600;
    color: #f58e35;
}

#medical .box2 .text  p:first-child::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 120px;
    display: inline-block;
    width: 200px;
    border-bottom: dotted 1px #000;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#medical .box2 .text p:nth-child(5) {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Jun 501", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}


#medical .list07 th{
  padding: 15px;
  text-align: center;
}

#medical .list07 td{
  padding: 10px;
  text-align: center;
}

/*PCのデフォルトスタイルは割愛します*/

.tbl-r05{
  border: 3px solid #aacf44;
  font-size: 14.5px;
  background: #fff;
}
.tbl-r05 th{
  padding: 10px;
  text-align: center;
}

.tbl-r05 td{
  padding: 10px;
  text-align: center;
}
.tbl-r05 td span{
  letter-spacing: -0.5px;
}
.right_up_border01{
  background: linear-gradient(17deg,transparent 0%,transparent 49.5%,#5f5f5f 49.5%,#5f5f5f 50.5%,transparent 50.5%,transparent 100%);
}
.right_up_border02{
  background:linear-gradient(50deg,transparent 0%,transparent 49.5%,#5f5f5f 49.5%,#5f5f5f 50%,transparent 50%,transparent 100%);
}
.right_up_border03{
  background: linear-gradient(17deg,transparent 0%,transparent 49.5%,#5f5f5f 49.5%,#5f5f5f 50.5%,transparent 50.5%,transparent 100%);
}
.tbl-r05 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    width: 100%;
    text-align: right;
  }
  .tbl-r05 td:first-child {
    background: #fbf5f5;
    color: #000000;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: -45px;
  }
}
.step_up{
  margin-top: 25px;
}
.step_up dl{
  margin-bottom:30px;
}
.step_up dl dt{
  margin-bottom: 5px;
  font-weight: bold;
}
.step_up dl dd{
  margin-left: 33px;
}
.step_up dl .sl{
  margin-top: 15px;
}
.step_up dl .sl2{
  
}
/*==================================================================

	$counseling

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

#counseling{
background: url(../images/top_medical_bg2.png);
background-size:cover;
padding:0 0 100px;
}

#counseling .box1 {
    position: relative;
    max-width: 980px;
	width:auto;
    margin: 0 auto 100px;
}

#counseling .box1:last-child {
    margin: 0 auto;
}

.details{
	font-size:15px;
	padding:3%;
	background:#daf09c;
	color: #6a8d08;
	font-weight: 600;
}









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

	$doctor

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

#doctor{
	background: #fdf2ee url(../images/top_doctor_bg.png) right center no-repeat;
padding:0 0 115px;
}

#doctor .box1 {
    position: relative;
    max-width: 980px;
	width:auto;
    margin: 0 auto 5px;
}

#doctor .box1:last-child {
    margin: 0 auto;
}

#doctor .text p:first-child {
    font-size: 20px;
    margin-bottom: 71px;
    line-height: 2;
    font-family: "Jun 501", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: 600;
    color: #f58e35;
}

#doctor .text p:first-child::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 155px;
    display: inline-block;
    width: 200px;
    border-bottom: dotted 1px #000;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#doctor .text p:nth-child(5) {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Jun 501", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

#doctor h3.tit01 {
    margin-bottom: 50px;
}

#doctor .text {
    position: relative;
    width: auto;
    text-align: center;
}

#doctor .text div:last-child{
	text-align:center;
	font-size:35px;
	font-family:"Sei Kaisho CB1", serif;
}

.doctor_greet .text{
	float:left;
	width:400px;
}

.doctor_carr{
}
.doctor_carr h4.tit01{
	margin-bottom:10px;
	color: #fff;
}
.doctor_carr_sec1{
	float:left;
	width: 42.5%;
	margin-right: 20px;
	padding: 20px 30px;
	background-color: rgba(183, 170, 161, 0.85);
	font-size:14px;
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
	font-size:15px;
	color:#fff;
}
.doctor_carr_sec1 table{
	width:100%;
}

.doctor_carr_sec1 p{
	color:#fff;
}

.doctor_carr_sec1 .list01 li{
	color:#fff;
}



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

	.news

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

.top_news{
	font-size:14.5px;
}

.top_news h3.tit02 {
position: relative;
margin-bottom: 0;
padding: 0;
letter-spacing: 0.15em;
color: #aacf44;
font-weight: 600;
line-height: 1.4;
text-align: left;
width: 135px;
float: left;
top: 50px;
font-family: "Jun 34", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.top_news .box1 {
    position: relative;
    max-width: 910px;
	width:auto;
    margin:55px auto;
}

.top_news .box1 .btn02{
float: right;
top: 45px;
position: relative;
}


.top_news_flame{
    padding: 15px;
    /*border: 15px solid #F0F0F0;*/
    float: left;
    /*width: 575px;*/
	    max-width: 575px;
    width: auto;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:17.5px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#000;
	    font-weight: 600 !important;
}
/* 日付 */
.date{
	margin-right:10px;
	color: #f58e35;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:100px;
		overflow: hidden;
}
.top_news_flame #news_data{
	margin: 0 0 15px;
}

.top_news_flame #news_data li{
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.day{
    display: inline-block;
    padding: 0 20px 0 0;
    color: #f58e35;
}



#news {

}
#news .box1 {
    position: relative;
    max-width: 980px;
	width:auto;
    margin: 0 auto 100px;
}




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

	$access

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

#access {

}
#access .box1 {
    position: relative;
    max-width: 980px;
	width:auto;
    margin: 0 auto 100px;
}
.access_guide{
	margin-bottom:20px;
	font-weight:600;
	text-align:center;
	color:#aacf44;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
	text-align:center;
}
.access_map dt i{
	margin-right:7px;
	color:#f58e35;
}
.access_map dd{
margin: 0;
padding: 0;
border: none;
width: 100%;
height: 430px;
position: relative;
overflow: hidden;
}
.access_map dd iframe {
    vertical-align: bottom;
    border: 0;
    width: 100%;
    height: 100%;
}
#access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid #fff0e2;
	padding: 25px 30px 5px;
	background: #fffdfa;
}
.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:600;
	color:#f58e35;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}






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

	$access

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

#jobinfo {

}
#jobinfo .box1 {
    position: relative;
    max-width: 980px;
	width:auto;
    margin: 0 auto 100px;
}






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

	$clinic

==================================================================*/
#clinic{
}

#clinic .box1{
	position: relative;
max-width: 980px;
width: auto;
margin: 0 auto 100px;
}

#clinic .box1 .schedule {
    padding: 0;
}

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
}
.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:600;
	color:#000;
}

.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: 20%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 45%;
	margin: 0 0 0 4%;
	background-color:#fff;
}



/* 医院概要 */

.clinic_sec1{
	position:relative;
	font-size:14.5px;
}
.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:600;
	color: #000;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	border: 1px solid #aacf44;
	width:100%;
	font-size:14px;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color:#aacf44;
	color:#1F2774;
	font-weight:600;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}






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

	$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:600;
}
.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:#262E7C;
	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:#C0AB9A;
	content:"A.";
}





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

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
position: relative;
width: auto;
margin: 0 auto 0;
padding:25px 0 65px;
font-size: 14px;
z-index: 998;
}

.breadcrumbs a{
color: #f58e35;
}

.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{
	font-weight:600;
}







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

	$loader

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

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	z-index:99999999;
	background:#aacf44 url(../images/loading_logo.png) top 39% center no-repeat ;
}

.loader,
.loader:before,
.loader:after {
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 0.7em;
	height: 2em;
}
.loader {
	color: #ffffff;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}

/*ieハック*/
_:-ms-fullscreen, :root .loader-wrap {
	position: fixed;
	display: block;
	text-align:center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	z-index:99999999;
	background:#aacf44 url(../images/loading_logo.png) top 39% center no-repeat ;
}

_:-ms-fullscreen, :root .loader,
.loader:before,
.loader:after {
	top:37%;
}

@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 3em;
	}
	40% {
		box-shadow: 0 -1em;
		height: 4em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 3em;
	}
  	40% {
		box-shadow: 0 -1em;
		height: 4em;
	}
}


/* CSS Document */

body, h1, h2, h3, h4, h5, h6, dl, p , dt, dd, form, select, option, address, pre {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
}
img{
	vertical-align:bottom;
}
ul, li {
	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: 0px !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: 0px !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;
}
.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: 600;
}
.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: "";
}
