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



body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 1.5px;
}
a {
  color: #1F2774;
  text-decoration: none;
}
a:hover {
  color: #C0AB9A;
}
::selection {
  background-color: #99C1DA;
}
::-moz-selection {
 background-color:#99C1DA;
}
body, #mainvisual .inner, header, footer {
  min-width: 1200px;
}
#wrapper {
  overflow: hidden;
  position: relative;
}
/*============================================================================

	header

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

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 93px;
  z-index: 999;
}
header .inner {
  position: relative;
  width: 1200px;
  height: inherit;
  box-sizing: border-box;
  margin: auto;
  padding-top: 38px;
}
/* ロゴ */
/*header h1 {
  position: absolute;
  top: 32px;
  left: 59px;
  width: 261px;
  height: 79px;
}*/
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
	text-align: center;

}
header .logo {
  position: absolute;
  top: 10px;
  left: 59px;
  width: 261px;
  height: 79px;
}
/* ご予約・お問合せ */
.header_info {
  position: absolute;
  top: 40px;
  right: 135px;
}
.header_info li {
  float: left;
  margin-left: 12px;
}
.header_info li a {
  display: table;
  padding: 6px 18px;
  border: 1px solid #1f2c5c;
  border-radius: 4px;
  /*    width: 33px;*/
  height: 33px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #1f2c5c;
  color: #fff;
}
.header_info li a img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  padding-right: 8px;
}
.header_info li:hover {
  background-color: #1f2c5c;
  border-radius: 4px;
}
.header_info li:hover a {
  color: #fff;
}
.header_info li:hover a img {
  webkit-filter: brightness(800%);
  -moz-filter: brightness(800%);
  -o-filter: brightness(800%);
  -ms-filter: brightness(800%);
  filter: brightness(800%);
}
.fixed {
  background-color: rgba(255,255,255,0.8)
}
.fixed h1 {
  top: 17px;
  width: 194px;
  height: 59px;
}
.fixed .header_info {
  top: 26px;
}
.fixed #menu-bt {
  top: 32px;
}

.recruit_btn{
	position: absolute;
  top: 37px;
  right: 380px;
}

.fixed .recruit_btn {
  top: 26px;
}

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

	nav

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


nav#menu {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 93px;
}
nav#menu ul {
  margin: 0px;
  padding: 0px;
}
nav#menu ul li {
  list-style-type: none;
}
nav#menu ul li a {
  width: 100%;
  display: block;
  background-color: #9dc92a;
  color: #fff;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  padding: 16px 0px 15px 0px;
}
nav#menu ul li a:hover {
  background-color: #ccc;
}
/*ボタンの動き*/
#menu-bt {
  display: block;
  position: absolute;
  width: 54px;
  height: 42px;
  top: 42px;
  right: 58px;
  z-index: 9999999;
}
#menu-bt:before {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  top: -14px;
  right: -2px;
  margin: auto;
  content: "";
  opacity: 0.8;
}
#drower .menu_text {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  color: #1f2c5c;
  font-size: 10px;
  letter-spacing: 0.0em;
}
#drower span {
  display: block;
  background: #1f2c5c;
  width: 29px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 12px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#drower span:first-child {
  top: 10px;
}
#drower span:nth-child(2) {
  margin-top: -4px;
  top: 50%;
}
#drower span:last-child {
  bottom: 12px;
}
#menu-bt.active #drower span:first-child{
    transform: rotate(45deg);
    top: 8px;
}
#menu-bt.active #drower span:nth-child(2){
    transform: rotate(-45deg);
    top: 12px;
}
#menu-bt.active #drower span:nth-child(3){
    transform: rotate(45deg);
    top: 8px;
}

#drower.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#drower.active span:nth-child(2) {
  opacity: 0;
}
#drower.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
/* 矢印 */
.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: 391px;
  background-image: url(../images/main_under_w.png), url(../images/main.png);
  background-position: bottom 0px center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}
#mainvisual .mainvisual_wrap {
  background-image: url(../images/main_under_w.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  height: inherit;
  background-size: 100%, 100%;
}
#mainvisual .inner {
  display: table;
  position: relative;
  height: inherit;
  width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
#mainvisual h2 {
  position: relative;
}

@media screen and (max-width:1320px) {
#mainvisual {
  background-size: 100%, cover;
  background-position: bottom -1px center, center;
}
}
/* キャッチフレーズ */
.mainvisual_catch {
  position: absolute;
  top: 120px;
}
.mainvisual_catch {
  position: absolute;
  top: 450px;
  left: 0;
  right: 0;
  color: #ff2c75;
  font-family: 'Lora', serif;
  font-size: 26px;
  letter-spacing: 6px;
  text-align: center;
  z-index: 9;
}
.mainvisual_catch p {
  display: block;
  letter-spacing: 0.08em;
  font-size: 18.2px;
}
.mainvisual_open {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 307px;
  height: 307px;
  z-index: 1;
}
/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding-top: 52px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 5px rgba(255,255,255,0.7);
}

.mainvisual_headline h1 {
  color: #ff2c75;
  font-size: 42px;
  font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  letter-spacing: 9px;
}
.mainvisual_headline h2 {
  color: #ff2c75;
  font-size: 42px;
  font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  letter-spacing: 9px;
}
.mainvisual_headline p {
  display: inline-block;
  font-size: 15px;
}
/* 飾りの英語の棒 */
.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;
}


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

.breadcrumb（ぱんくずリスト）

==================================================================*/
.bc_box{
	position: relative;
	width: 1200px;
	margin: 0 auto 30px;
}
.breadcrumbs {
	color: #000000;
	font-size: 12px;
}
.breadcrumbs li:first-child {
	list-style: none;
}
.breadcrumbs a {
	text-decoration: none;
	color: #000000;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
	padding-left: 0px;
}

.breadcrumbs li:after {
	font-family: FontAwesome;
	content: ">";
	padding-left: 10px;
}

.breadcrumbs li:last-child:after {
	content: "";
}



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

	#contents

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

main {
  display: block;
}
#container {
  padding-top: 50px;
  padding-bottom: 100px;
  /* background-color: #1f2c5c; */
  background-image: url(images/background.JPG);
}
#contents {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
#contents::after {
  display: block;
  clear: both;
  content: "";
}
#contents_left {
  float: left;
  width: 800px;
}
#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: 21px 0;
  background-color: #7d859e;
  color: #ffffff;
  font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 20px;
  letter-spacing: 3px;/* transition: 0.1s ease-in-out; */
}
.right_medical ul {
  padding: 0 10px 10px;
  background-color: #7d859e;
}
.right_medical li {
  margin-bottom: 2px;
}
.right_medical li:last-child {
  margin-bottom: 0;
}
.right_medical li a {
  display: block;
  position: relative;
  padding: 16px 0 15px 28px;
  background-color: #ffffff;
  color: #1f2c5c;
  font-size: 16px;
  font-family: "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  letter-spacing: 1px;
}
.right_medical li a:hover {
  background-color: #1f2c5c;
  color: #fff;
}
.right_medical li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 0;
  height: 0;
  margin: auto;
  border: 5px solid transparent;
  border-left: 7px solid #7d859e;
  content: "";
}

.linkcard{
    display: flex;
    padding: 10px;
    border: 1px solid #000000;
    background: #ffffff;
}
.linkimg{
    width: 30%;
    margin: 0!important;
}
.linkimg img{
    width: 100%;
}
.linktxt{
    width: 68%;
    margin-left: 2%;
    color: #000000;
}
.linkttl{
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #ff2c64;
}
.morebtn{
    display: inline-block;
    background: #9dc92a;
    padding: 2px 20px;
    border-radius: 5px;
    font-weight: bold;
  	transition: all .3s;
    color: #ffffff;
}
.linkcard-box:hover .morebtn{
    background: #ff2c64;
}

.writers{
    display: flex;
    background: #ececec;
    padding: 20px 10px 15px;
    color: #000;
    font-family: "黎ミン L", "Reimin Light", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
    border-radius: 5px;
}
.writesimg{
    width: 20%;
    margin-left: 40px;
}
.writesimg img{
    width: 100%;
}
.writestxt{
    line-height: 1.2;
    width: 76%;
    margin-left: 4%;
    padding-top: 32px;
}
.writerdetail{
    font-weight: bold;
    font-size: 18px;
}
.writerhos{
    font-size: 14px;
}
.writerdr{
    font-size: 20px;
}
/*============================================================================

	$footer

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

footer {
  position: relative;
  width: 100%;
  /* background-color: #fff; */
  background-image: url(images/background.JPG);
}
.footer_map {
  display: none;
}
.footer_map .footer_map_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  height: 510px;
  margin: auto;
}
.footer_map .footer_map_info p {
  position: absolute;
  right: 0px;
  bottom: 40px;
}
#map {
  width: 100%;
  height: 509px;
}
/* フッターの医院概要 */
.footer_info {
  border-bottom: 1px solid #b2b2b2;
}
.footer_info .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 6px 0 78px;
}
.footer_info_overview {
  float: left;
  width: 45.5%;
  margin-top: 112px;
  border-right: 1px solid #b2b2b2;
}
.footer_info_overview_logo, .footer_info_overview_logo img {
  float: left;
  width: 119px;
  height: 160px;
  padding-right: 58px;
}
.footer_info_overview dt {
  margin-bottom: 50px;
}
.footer_info_overview dd {
    margin-bottom: 10px;
    margin-top: -6px;
    line-height: 1.4;
    font-size: 16px;
    box-shadow: 0 0 black;
}

.footer_info_overview_tel {
  padding-left: 200px;
  background-image: url(../images/header_tel.svg);
  background-size: 15px;
  background-position: left 180px top 49px;
  background-repeat: no-repeat;
  font-size: 36px !important;
  color: #1f2c5c;
  font-family: "kings-caslon-display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.footer_info_overview_tel a {
  color: #1f2c5c;
}
.footer_info_overview_tel span {
  display: block;
  position: relative;
  margin-bottom: 8px;
  margin-left: -44px;
  letter-spacing: 1.15px;
  font-size: 18px;
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
}
/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche {
  float: right;
  width: 596px;
  margin-top: 104px;
}
.footer_info_sche li {
  padding: 0px 0 6px 10px;
  font-size: 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  letter-spacing: 2.6px;
}
.schedule table {
  width: 100%;
  background-color: #fff;
	font-size: 18px;
}
.schedule table tr:first-child td {
  font-weight: bold;
  color: #545454;
}
.schedule p {
  margin-left: 22px;
  margin-bottom: 2px;
}
.schedule p strong {
  color: #1F2774;
}
.schedule p:last-child {
  margin-bottom: 0;
}
.schedule_note {
  margin-left: 22px;
}
.schedule_note li {
  /*display: inline-block;*/
  margin-right: 2em;
}
/* ページトップ */
.pagetop, .pagetop img {
  width: 68px;
  height: 34px;
}
.pagetop {
  position: absolute;
  bottom: 63px;
  left: 0;
  right: 0;
  margin: auto;
  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);
}
/* footer_nav */

.footer_nav {
  width: 960px;
  margin: 0 auto;
  padding: 46px 0 78px;
  font-size: 14px;
}
.fotter_nav_inner {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
}
.nav_list {
  border-left: 1px solid #b2b2b2;
  padding-left: 40px;
}
.nav_list .level_1 {
  position: relative;
  font-weight: bold;
  padding-left: 14px;
}
.level_1:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #1f2c5c;
  border: 1px solid #1f2c5c;
  border-radius: 100%;
  content: '';
}
.level_2 {
  position: relative;
  font-size: 13px;
  padding-left: 14px;
}
.level_2:before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  border-radius: 100%;
  content: '-';
}
/* コピーライト */
.copy {
  margin-top: 31px;
  padding-bottom: 1px;
  background-color: #1f2c5c;
  text-align: center;
  background-image: url(images/background.JPG);
}
.copy small {
  /*line-height: 4.5;*/
  color: #000000;
  font-size: 14px;
  letter-spacing: 1.5px;
}
/*==================================================================

	タイトル

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

/*中央寄せ*/
h2.tit01 {
  position: relative;
  margin-bottom: 97px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.4;
  font-family: "黎ミン L", "Reimin Light", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 18px;
}
/* 飾りの英語 */
h2.tit01 span {
  display: block;
  position: relative;
  margin-bottom: 7px;
  letter-spacing: 2.5px;
  color: #ff2c75;
  font-size: 34px;
  font-family: "athelas", serif;
  font-style: normal;
  font-weight: 400;
  z-index: 2;
}
h2.tit01:before {
  position: absolute;
  bottom: -35px;
  left: 50%;
    transform: translateX(-50%);
  width: 39px;
  height: 16px;
  background-image: url(../images/h3_icon_green.svg);
  background-repeat: no-repeat;
  content: "";
}
/* 左寄せ */
h2.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;
}
h2.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: "";
}
/* アイコンの余白 */
h2.tit02 i {
  margin-right: 7px;
}
/* 飾りの英語 */
h2.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;
}
h2.tit02 span::before {
  margin-left: 15px;
  margin-right: 15px;
  content: "/";
}

h3.tit01 {
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #1f2c5c;
  font-size: 20.5px;
  font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  text-align: left;
}
.top_doctor h3.tit01{
position: relative;
margin-bottom: 18px;
letter-spacing: 0.15em;
line-height: 1.4;
color: #1f2c5c;
font-size: 20.5px;
font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
    text-align: left;
}
h3.tit01::after {
    display: block;
    position: relative;
    background: url(../images/border_line.png);
	background-repeat: no-repeat;
    width: 100%;
    height: 2px;
    margin: 6px auto 0;
    content: "";
}
h3.tit01 i {
  margin-right: 7px;
}
h3.tit01 span {
  display: block;
  position: relative;
  letter-spacing: 2.5px;
  color: #C0AB9A;
  font-size: 14.5px;
  font-family: "athelas", serif;
  font-style: normal;
  font-weight: 400;
}
h3.tit02 {
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #9cc92b;
  font-size: 20.5px;
  font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  text-align: left;
}
h3.tit01{
  position: relative;
  margin-bottom: 4px;
  letter-spacing: 1px;
  color: #ff2c75;
  font-size: 20.5px;
  font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
}

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

	共通

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

/*院長略歴*/
.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: #ffffff;
}
.list08:after {
  display: block;
  clear: both;
  content: "";
}
.list08 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 28px;
  color: #333;
  border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before {
  display: block;
  position: absolute;
  top: 3px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url(../images/check2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  content: '';
}
/*チェック（オリジナル）*/
.list09 {
  margin-bottom: 30px;
  padding: 35px 10px 20px 45px;
  background-color: #ffffff;
}
.list09:after {
  display: block;
  clear: both;
  content: "";
}
.list09 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 28px;
  color: #333;
  border-bottom: 1px dotted #cdcdcd;
}
/*.list09 li:before {
  display: block;
  position: absolute;
  top: 3px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url(../images/check2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  content: '';
}*/

/*番号付きリスト*/
ol.number {
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	padding:0;/* paddingキャンセル */
	margin:0;/* marginキャンセル */
	list-style:none;/* olがはき出す数字を消す */
}
ol.number li {
	float: left;
    width: 33%;
    line-height: 2;
    margin-bottom: 2.0em;
	color: #555555;
}
ol.number li:before{
/* カウンタ（数字になる部分） */
	counter-increment: number;
    content: counter(number);
    background: #9dc92a;
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: .3em;
}
/*ボタン ゴースト*/
.btn01 {
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}
.btn01 a {
  display: inline-block;
  position: relative;
  padding: 17px 45px;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 30px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-family: "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  transition: ease-in-out 0.1s;
}
.btn01 a i {
  margin-right: 10px;
  color: #ffffff;
  transition: ease-in-out 0.1s;
}
.btn01 a:hover {
  color: #33409a;
  background-color: #fff;
}
.btn01 a:hover i {
  color: #33409a;
}
.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 #000000;
  color: #000000;
  font-weight: bold;
  transition: ease-in-out 0.2s;
}
.btn02 a i {
  margin-right: 7px;
}
.btn02 a:hover {
  background-color: #00408f;
  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;
}

#featureC h4 {
color: #9cc92b;
font-size: 16px;
font-weight: bold;
}


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

	table

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

.nowrap {
  white-space: nowrap;
}
/*フッターの診療時間*/
.tb01 {
  margin-bottom: 12px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
}
.tb01 td, .tb01 th {
 border-bottom: 2px solid #dadada;
  vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th {
  border: none;
}
.tb01 tr.rowbox td:nth-child(n+7) {
	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: #eae0e2;
	margin: 20px 0 80px;
}
.tb03 td, .tb03 th {
	padding: 15px 14px;
}
.tb03 th {
	white-space: nowrap;
	text-align: left;
	background-color: #9dc92a;
	font-size: 16px;
  color: #ffffff;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	color: #333;
	background-color: #ffffff;
}


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

	$pay

==================================================================*/
/*お支払い方法ボタン*/
/* カード会社ロゴ */
.pay_list {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    justify-content: -ms-space-between;
    flex-wrap: -ms-wrap;
    flex-wrap: wrap;
}
.pay_list dl {
    width: 20%;
    margin-bottom: 30px;
    font-size: 14px;
}
.pay_list dt {
	text-align: center;
}

.pay_list dd {
    box-sizing: border-box;
	text-align: center;
}

.credit_box {
	margin: 60px 0 60px 0;
}
.credit_box p {
	text-align: center;
}


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

	アンカーリンンク

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

/* 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: 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;
}
/*==================================================================

	.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: 28%;
  padding: 0 3%;
  background-color: #f0f0f1;
  letter-spacing: 0.1em;
  color: #1f2c5c;
  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: "athelas", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  color: #ff2c75;
}
.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;
  color: #333;
}
.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 h4 {
  color: #1f2c5c;
  font-size: 18px;
  font-weight: bold;
}
.layout03 dd h4 em {
  margin-right: 10px;
  color: #ff2c75;
  font-family: "athelas", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
/* 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 h4 {
  color: #1F2774;
  font-size: 18px;
  font-weight: bold;
}
.layout04 dd h4 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;
  color: #333;
}
.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 h4 em {
  margin-right: 10px;
  color: #BDA087;
  font-family: "athelas", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.layout05 dd h4 {
  color: #1f2c5c;
  font-size: 15.5px;
  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: #1f2c5c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
/* 数字 */
.layout06 dt em {
  display: block;
  line-height: 1;
  margin: 0 8px;
  font-family: "athelas", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  color: #ff2c75;
}
.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 h4 {
  color: #9cc92b;
  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: #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, .box3{
  position: relative;
  width: 1200px;
  margin: 0 auto 100px;
}
.box2 {
  margin-bottom: 100px;
}
.text {
  position: relative;
  margin-bottom: 50px;
}
.text p {
  margin-bottom: 1em;
}
.text:last-child {
  margin-bottom: 0;
}
.white, .white h2,.white h3, .white h4, .white h5 {
  color: #000000;
}
.bg1 {
  margin-bottom: 90px;
  padding-top: 90px;
  padding-bottom: 30px;
  /* background-color: #fff; */
  background-image: url(images/background.JPG);
}
/*==================================================================

	.top_doctor

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

.top_doctor {
  padding-top: 119px;
  padding-bottom: 344px;
  background-image: url(../images/top_greeting_cover.png), url(../images/top_greeting_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
}
.top_doctor .box1 {
  margin-bottom: 0;
}
.top_doctor h2 {
  color: #1f2c5c;
}
.top_doctor h2:before {
  background-image: url(../images/h3_icon.svg);
}
.top_doctor .text {
  position: relative;
  float: left;
  width: 742px;
  color: #1f2c5c;
  line-height: 1.95;
  letter-spacing: 1.2px;
}
.top_doctor_img {
  float: right;
  margin-top: -39px;
  width: 33%;
}
.name {
  float: left;
  margin: 27px 0 0;
  font-size: 15.3px;
  font-family: "黎ミン L", "Reimin Light", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  letter-spacing: 2.3px;
}
.top_doctor .btn01 {
  float: right;
  margin: 23px 4px 0 0;
}
.top_doctor .btn01 a {
  padding: 17px 33px;
  border: 1px solid #1f2c5c;
  color: #1f2c5c;
}
.top_doctor .btn01 a:hover {
  background-color: #1f2c5c;
  color: #fff;
}
/*==================================================================

	.top_feature

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

.top_feature {
}
.top_feature .box1 {
  margin-bottom: 0;
}
.top_feature h2 {
     text-align: center;
}
.top_feature_list {
}
.feature_box {
  float: left;
  width: 50%;
  background-color: #1f2c5c;
}
.feature_box_img {
  float: right;
  width: 50%;
  height: 325px;
  background-image: url(../images/top_feature01_img.png);
  background-size: cover;
}
.feature_box:nth-child(2) .feature_box_img {
  background-image: url(../images/top_feature02_img.png);
}
.feature_box:nth-child(3) .feature_box_img {
  background-image: url(../images/top_feature03_img.png);
}
.feature_box:nth-child(4) .feature_box_img {
  background-image: url(../images/top_feature04_img.png);
}
.feature_box:nth-child(3) .feature_box_img, .feature_box:nth-child(4) .feature_box_img {
  float: left;
}
.feature_box:nth-child(3) dl, .feature_box:nth-child(4) dl {
  float: right;
  padding-top: 69px;
  line-height: 1.85;
}
.feature_box dl {
  position: relative;
  float: left;
  width: 50%;
  height: 325px;
  padding-top: 78px;
  /* background-image: url(../images/top_feature01_bg.png); */
  background-repeat: no-repeat;
  background-position: bottom right;
  /* background-size: 100%; */
  color: #000000;
  text-align: center;
  box-sizing: border-box;
  background-image: url(images/background.JPG);
}
.feature_box:nth-child(2) dl {
  /* background-image: url(../images/top_feature02_bg.png); */
}
.feature_box:nth-child(3) dl {
  /* background-image: url(../images/top_feature03_bg.png); */
}
.feature_box:nth-child(4) dl {
  /* background-image: url(../images/top_feature04_bg.png); */
}
.feature_box dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -37px;
  width: 0;
  height: 0;
  margin: auto;
  border: 19px solid transparent;
  /* border-left: 19px solid #1f2c5c; */
  content: "";
}
.feature_box:nth-child(3) dl:before, .feature_box:nth-child(4) dl:before {
  right: inherit;
  left: -38px;
  transform: rotate(180deg);
}
.feature_box dt {
  margin-bottom: 25px;
  font-family: "黎ミン L", "Reimin Light", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 20px;
}
.feature_box dt span {
  display: block;
  position: relative;
  margin-bottom: 33px;
  color: #737bf4;
  font-size: 18px;
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
}
.feature_box:nth-child(2) dt span {
  color: #26f1dc;
}
.feature_box:nth-child(3) dt span {
  color: #fea5e5;
}
.feature_box:nth-child(4) dt span {
  color: #66d055;
}
.feature_box dt span:before {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 39px;
  height: 16px;
  margin: auto;
  background-image: url(../images/star_blue.svg);
  background-repeat: no-repeat;
  content: "";
}
.feature_box:nth-child(2) dt span:before {
  background-image: url(../images/star_blue2.svg);
}
.feature_box:nth-child(3) dt span:before {
  background-image: url(../images/star_pink.svg);
}
.feature_box:nth-child(4) dt span:before {
  background-image: url(../images/star_green.svg);
}
.feature_box dd {
  position: relative;
}
.feature_box dd a {
  padding: 9px 30px 8px;
  border: 1px solid #737bf4;
  border-radius: 20px;
  color: #737bf4;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.feature_box:nth-child(2) dd a {
  border: 1px solid #26f1dc;
  color: #26f1dc;
}
.feature_box:nth-child(3) dd a {
  border: 1px solid #fea5e5;
  color: #fea5e5;
}
.feature_box:nth-child(4) dd a {
  border: 1px solid #66d055;
  color: #66d055;
}
.feature_box dd a:hover {
  background-color: #737bf4;
  color: #1f2c5c;
}
.feature_box:nth-child(2) dd a:hover {
  background-color: #26f1dc;
}
.feature_box:nth-child(3) dd a:hover {
  background-color: #fea5e5;
}
.feature_box:nth-child(4) dd a:hover {
  background-color: #66d055;
}
.top_feature_img {
  height: 500px;
  overflow: hidden;
}
.top_feature_img img {
  width: 100%;
}
/*==================================================================

	.top_medical

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

.top_medical {
padding-top: 30px;
    padding-bottom: 0px;
}
.top_medical .box1 {
  margin-bottom: 0;
}
.top_medical .text {
  margin-bottom: 76px;
  color: #000000;
  text-align: center;
  line-height: 2.25;
  letter-spacing: 1.25px;
}
.top_medical h2 {
  margin-bottom: 67px;
  color: #fff;
  text-align: center;
}
.top_medical h2.tit01:before {
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  width: 39px;
  height: 16px;
  margin: auto;
  background-image: url(../images/h3_icon_green.svg);
  background-repeat: no-repeat;
  content: "";
}



.top_medical_list {
  width: 97%;
  margin: auto;
}
.top_medical_list span {
  display: inline-block;
  width: 283px;
  height: auto;
  margin-right: 0px;
  margin-bottom: 4px;
  text-align: center;
  background:#fff;
}
.top_medical_list a:nth-child(4n) {
  margin-right: 0;
}
.top_medical_list dl {
  position: relative;
  width: 100%;
}
.top_medical_list dl dt {
}
.top_medical_list dl dd {
  display: table;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  font-family: "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 18px;
}
.top_medical_list dl dd span {
  display:block;
  color: #555555;
  vertical-align: middle;
  text-shadow: 0 0 10px #f5f5f5;
  padding:10px 0;
      height: 80px;
	font-weight: bold;
}
.top_medical_list dl dd em {
  display: block;
  color: #0c81dd;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.top_medical_list_2 {
  width: 47.5%;
  margin: auto;
}
.top_medical_list_2 a {
  display: block;
  float: left;
  width: 283px;
  margin-right: 2px;
  margin-bottom: 2px;
  text-align: center;
}
.top_medical_list_2 a:nth-child(2n) {
  margin-right: 0;
}
.top_medical_list_2 dl {
  position: relative;
  width: 100%;
}
.top_medical_list_2 dl dt {
}
.top_medical_list_2 dl dd {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 283px;
  margin: auto;
  text-align: center;
  font-family: "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 18px;
}
.top_medical_list_2 dl dd span {
  display: table-cell;
  color: #555555;
  vertical-align: middle;
  text-shadow: 0 0 10px #f5f5f5;
}
.top_medical_list_2 dl dd em {
  display: block;
  color: #26f1dc;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
}


.medical {
  margin-bottom: 90px;
}
.medical_img {
  float: right;
  margin-left: 44px;
}
.medical_img img {
  width: 230px;
}
/*==================================================================

	$doctor

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

.doctor_greet, .doctor_greet h2 {
  color: #000000;
}
.doctor_greet {
  margin-bottom: 40px;
}
.doctor_greet .text {
  float: left;
  width: 65%;
}
.doctor_carr {
}
.doctor_carr h2.tit01 {
  margin-bottom: 12px;
}
.doctor_carr_sec1 {
  float: left;
  width:409px;
  margin-right: 20px;
  padding: 31px 36px;
  background-color: #f7f7f7;
  font-size: 14px;
}
.doctor_carr_sec1:last-child {
  margin-right: 0;
}
.doctor_carr .tb02 td, .doctor_carr .tb02 th {
  font-size: 14px;
}
.doctor_carr_sec1 table {
  width: 100%;
}
/*==================================================================

	.news

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

.top_news {
  padding-bottom: 61px;
}
.top_news .box1 {
  margin-bottom: 0;
padding-bottom: 118px;
    padding-top: 100px;
}
.top_news h2 {
  float: left;
  margin-top: 17px;
  color: #fff;
}
.top_news .btn01 {
  position: absolute;
  top: inherit;
  bottom: 0;
  right: 0;
}
.top_news_flame {
  float: right;
  width: 83%;
  margin-top: 25px;
}
.news_text {
}
.news_text p {
  margin-bottom: 10px;
}
#layout li {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}
#layout a {
  color: #000000;
}
#layout strong {
  padding-right: 53px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 1px;
}
.info, .new, .facebook {
  margin-right: 9px;
  padding: 2px 28px 3px 24px;
  background-color: #9cc92b;
  border-radius: 14px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0;
}
#news_data dt {
  margin-bottom: 16px;
}
#news_data dd {
  border-bottom: 1px solid #000000;
  margin-bottom: 39px;
  padding-bottom: 37px;
}
/* タイトル */
.news_text p strong {
  margin-left: 20px;
  font-size: 17.5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #1F2774;
}
/* 日付 */
.date {
  margin-right: 15px;/* color: #C0AB92; */
}
/* お知らせのブロックのボーダー */
.news_text .line {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
/* お知らせの高さ */
.scroll_area {
  height: 200px;
  padding-left: 16px;
}
/*==================================================================

	$access

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

.access_guide {
  margin-bottom: 27px;
  font-weight: bold;
  font-size: 18px;
  font-family: "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
}
.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_list {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-wrap: -ms-wrap;
}
.access_list dl {
  width: 33.2%;
  margin-bottom: 30px;
}
.access_list dd {
  width: 94%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.view{
text-align: center;
}


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

	$clinic

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

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1 {
}
.clinic_slides1 .flexslider {
  position: relative;
  float: left;
  width: 78%;
}
.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 23px;
  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_sec1 {
  position: relative;
  float: left;
  width: 67%;
}
.clinic_sec1 ul {
  margin-bottom: 15px;
}
.clinic_sec1 li {
  padding: 11px 0;
  border-bottom: 1px solid #eee;
}
.clinic_sec1 li:first-child {
  padding: 0 0 10px 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;
}
.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_img {
  float: right;
  width: 28%;
  margin-top: -6px;
}
.clinic_img img {
  width: 100%;
  border-radius: 100%;
}
.reservation a {
  color: #fff;
  word-break: break-all;
}
.reservation a:hover {
  color: #ff2c75;
}
.feature {
}
.feature h2 {
  text-align: center;
}
.feature h2.tit01:before {
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  width: 39px;
  height: 16px;
  margin: auto;
  background-image: url(../images/h3_icon_green.svg);
  background-repeat: no-repeat;
  content: "";
}
.feature .text {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.feature .text dl {
  float: left;
  margin-right: 50px;
}
.feature .text dl dt {
  float: left;
  margin-right: 50px;
}
.feature .text dl dd {
  float: right;
  width: 66%;
  padding-top: 7px;
}
.feature h3.tit01{
position: relative;
margin-bottom: 18px;
letter-spacing: 0.15em;
line-height: 1.4;
color: #1f2c5c;
font-size: 20.5px;
font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
text-align: left;
}

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

	$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 dl {
  float: left;
  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 h3 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.facilities_equip2 dd p {
  margin-top: 7px;
}
/* 機器紹介3 */
.facilities_equip3 dl {
  float: left;
  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 h3 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.facilities_equip3 dd p {
  margin-top: 7px;
}


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

	$recruit

==================================================================*/
.recruit_box{
border-bottom: dashed #fff 1px;
	padding-bottom: 15px;
	margin-bottom: 18px;
}

.recruit_box:last-child{
border-bottom: none;
}

.recruit_box dt{
	float: left;
	width: 20%;
	font-weight: bold;
}

.recruit_box dd{
		float: left;
	width: 80%;
}

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

	$price

==================================================================*/
.price_box{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 50px;
}

.price_box th,td {

	padding: 12px;
}

.price_box th{
	background-color: #9dc92a;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 12px;
}

.price_box td {
	border: solid 1px #9dc92a;
	padding: 12px;
}
.price_box td:first-child{
	width: 70%;
}

.price_box td:last-child{
	text-align: right;
}
/*==================================================================

	$Other

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

/*link*/
#featureA, #featureB, #featureC, #featureD {
  padding-top: 100px;
  margin-top: 100px;
}


.introduction_other{
	color: #000000;
}
.introduction_other h2{
	font-size: 18px;
	font-weight: bold;
	font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
}
.introduction_other h2:after{
	display: block;
	position: relative;
	background: url(../images/border_line.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 2px;
	margin: 6px auto 0;
	content: "";
}
.introduction_other .intro_box{
	border-bottom: 1px dashed #fff;
	padding-bottom: 25px;
	margin-top: 30px;
}
.introduction_other .intro_box:first-of-type{
	margin-top: 50px;
}
.intro_box .d_name{
	font-size: 20.5px;
	margin: 5px 0;
}
.mb20{
margin:0 0 20px 0;
}
.top_feature .text {
position: relative;
    color: #000000;
}
.inlink a{
color:#000000;
text-decoration:underline;
}



.mouthpiece-header img{
width: 100%;
}
.mouthpiece-header h2,
.mouthpiece-details h2,
.mouthpiece-point h2,
.mouthpiece-difference h2,
.mouthpiece-cost h2,
.mouthpiece-reason h2,
.mouthpiece-effect h2,
.mouthpiece-fllow h2{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin: 46px 0;
}
.mouthpiece-details h3,
.reason-description-box h3,
.mouthpiece-effect h3{
font-weight: bold;
    font-size: 21px;
    margin: 46px 0 18px;
}
.mouthpiece-details-list-box{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0px 10px 20px; */

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0px 10px 20px;
}

.mouthpiece-details-item{
font-size: 18px;
    font-weight: bold;
    line-height: 2.1;
    width: 49%;
    color: #000;
    margin-bottom: 41px;
}
.mouthpiece-details-item:nth-child(2n){
    width: 43%;
}
.mouthpiece-details-item span{
color: #f00;
}
.mouthpiece-details-item img{
width: 60px;
    margin-right: 3px;
}
.mouthpiece-point{
    background: url(../images/bk_contents3.jpg);
    background-size: cover;
    background-position: center;
    padding: 22px 0 80px;
}
.mouthpiece-point h2{
color: #000;
}
.mouthpiece-point-list-box{
width: 500px;
    background: #ffffffda;
    padding: 25px;
    margin: 0 auto;
    color: #000;
}
.mouthpiece-point-item{
margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.mouthpiece-point-item img{
    margin-right: 5px;
}
.mouthpiece-difference-table{
width: 90%;
    margin: 50px auto;
    background: #fff;
    color: #000;
    text-align: center;
}
.mouthpiece-difference-table td{
    border: 1px solid;
	padding: 15px 0;
	font-weight: 600;
}
.mouthpiece-difference-table .onose{
background: #ff9600;
    color: #fff;
    font-size: 22px;
    border-top: 1px solid #ff9600;
}
.mouthpiece-difference-table td:nth-child(2n){
border-left: 6px solid #ff9600;
border-right: 6px solid #ff9600;
}
.mouthpiece-difference-table .end{
border-bottom: 6px solid #ff9600;
}
.mouthpiece-difference-table-item span{
color: #ff9600;
}
.mouthpiece-cost-details{
    width: 87%;
    margin: 0 auto;
    background: #6378c6;
    padding: 50px 40px 30px;
    margin-top: 60px;
}
.mouthpiece-cost-details-box{
display: flex;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 43px;
    justify-content: space-between;
    border-bottom: 2px dashed #ebeaea;
}
.mouthpiece-cost-pattern{
width: 60%;
color: #fff;
}
.mouthpiece-cost-pattern span{
color:#fff000;
}
.mouthpiece-cost-detail{
   width: 30%;
    font-size: 26px;
    line-height: 1.3;
    color: #fff000;
}
.mouthpiece-cost-detail span{
font-size: 14px;
    display: block;
}
.reason-box{
    display: flex;
    justify-content: space-around;
	    flex-wrap: wrap;
}
.reason-description-box , .reason-img-box{
width: 48%;
}
.reason-img-box img{
width: 100%;
}
.mouthpiece-fllow-detail-txt h3{
    background-size: 60px;
    font-weight: bold;
    font-size: 21px;
    margin: 46px 0 13px;
    padding-left: 70px;
    line-height: 2.3;
}
.step1{
background: url(../images/step1.png)no-repeat left;
}
.step2{
background: url(../images/step2.png)no-repeat left;
}
.step3{
background: url(../images/step3.png)no-repeat left;
}
.mouthpiece-fllow-detail-box{
    display: flex;
    justify-content: space-evenly;
	    margin-bottom: 100px;
    position: relative;
	margin-top: 60px;
	flex-wrap: wrap;
}
.mouthpiece-fllow-detail-box:before{
content: "▼";
    position: absolute;
    left: 50%;
    bottom: -90px;
    transform: translateX(-50%)scaleX(2.5);
    font-size: 40px;
    color: #ffae00;
}
.mouthpiece-fllow-detail-box:last-of-type:before{
content: "";
}
.mouthpiece-fllow-detail-txt{
width: 68%;
}
.mouthpiece-fllow-detail-img{
    width: 26%;
}
.sp-on{
display: none;
}

.top-contents-nav{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: "黎ミン R", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "UDタイポス510", "UDTypos510", 游ゴシック体, "Yu Gothic", YuGothic;
    margin-top: 128px;
    background: #ffffff70;
    padding: 8px 0;
}
.top-contents-item{
    width: 130px;
    text-align: center;
    margin: 0 10px;
}
.top-contents-item a{
color: #ff2c75;
transition: all .3s;
}
.top-contents-item a:hover{
opacity: .7;
}

.about-gradia{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.gradia-image{
width: 48%;
}
.gradia-image img{
width: 100%;
}
.gradia-detail{
width: 48%;
}
.gradia-list-box {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 33px 0px 10px 20px;
}

.gradia-list-item {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.7;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
}
.comparison-box{
position: relative;
    border: 4px solid;
    border-radius: 10px;
    padding: 15px 25px;
	    margin-bottom: 60px;
}
.comparison-box h3{
font-size: 22px;
    font-weight: bold;
    background: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: -20px;
    padding: 0 12px;
}
.comparison-box h4{
font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px;
}
.gradia-table{
width: 100%;
text-align: center;
    background: #fff;
    color: #333;
    border-collapse: collapse;
	font-weight: bold;
}
.gradia-table td{
width: 38%;
border-color: #a4a4a4;
}
.gradia-table td:first-child{
width: 24%;
}
.gradia-table-ttl{
background: #ff9600;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.gradia-table-ttl,.gradia-table-item{
border-left: 6px solid #ff9600 !important;
    border-right: 6px solid #ff9600 !important;
}
.gradia-table-item span{
color: #ff9600;
font-weight: bold;
}
.gradia-feature h3{
    font-size: 18px;
    font-weight: bold;
    margin: 35px 0 10px;
}

.box10 {
  text-align: center;
}