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



body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: justify;
}
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;
}

.marker{
	background: linear-gradient(transparent 60%, #ffd3c7 60%);
}
.anchor{
	display: block;
	padding-top: 50px;
	margin-top:  -50px;
}
/*============================================================================

	header

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

header {
  width: 100%;
  height: 115px;
  margin-bottom: 58px;
}
header .inner {
  position: relative;
  width: 1200px;
  height: inherit;
  box-sizing: border-box;
  margin: auto;
  padding-top: 16px;
}
/* ロゴ */
header h1 {
  position: absolute;
  top: 39px;
  width: 392px;
  height: 107px;
}
/* 住所 */
.header_info {
  float: right;
  text-align: right;
}
.header_info li {
 /* margin-bottom: 3px;*/
}
.header_info_ad {
  font-size: 14px;
  letter-spacing: 1px;
}
.header_bnr {
  float: right;
  margin: 13px 18px 0 0;
}
.header_bnr li {
  float: left;
  margin-left: 10px;
}
/* インスタ */
.insta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-left: 8px;
    border-radius: 3px;
    background: #80bc70;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
	margin-top: 4px;
}


/* ご予約・お問合せ */
.header_tel {
	display:block;
	  text-align: right;
  line-height: 1.4;
  color:#80bc70;
  font-size:30px;
  font-weight:bold;
  padding-left:25px;


}


.header_tel::before {
    position: absolute;
    top: 30px;
	right:213px;
    bottom: 0;
    width: 19px;
    height: 26px;
    margin: auto;
    background-image: url(../images/header_tel.svg);
    background-repeat: no-repeat;
    content: "";
}
.header_tel a{
	  color:#80bc70;
}

.header_tel dt {
  font-weight: bold;
  font-size: 13px;
}
.header_tel dd {
  position: relative;
  padding-left: 25px;
  font-size: 24.7px;
  letter-spacing: 0.1em;
}

.header_tel dd a {
  color: #1F2774;
}

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

	nav

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

nav {
  position: absolute;
  top: 97px;
  left: 0;
  right: 0;
  width: 1200px;
  height: 80px;
  margin: auto;
  z-index: 9999;
}
nav ul {
  float: right;
  width: 722px;
  height: inherit;
  margin-right: -6px;
  text-align: right;
}
nav li {
  float: left;
  position: relative;
  height: inherit;
}
nav li a {
  display: table;
  padding: 0 28px;
  vertical-align: middle;
  /* line-height: 80px; */
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

nav li:first-child a {
  padding-left: 0;
}

nav li:last-child a {
  padding: 0 0 0 24px;
}
nav li a:hover, nav li.active2 a {
  color: #70af4f;
}
nav li a span {
  position: relative;
}
.nav_slidebtm {
  padding: 0 31px;
}
/* ホバーのボーダー */
/*nav li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #3D4AA5;
	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 ul li div {
  position: absolute;
  display: none;
  width: 150%;
  top: 50%;
  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 #70af4f;
  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: #fff;
}
/* 矢印 */
.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参照） */

.mv {
  text-align: center;
}
#mainvisual {
  display: block;
  position: relative;
  height: 340px;
  background-image: url(../images/main_under.png);
  background-repeat: no-repeat;
  background-position: center;
}
#mainvisual .inner {
  display: table;
  height: 340px;
  width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
#mainvisual h2 {
  position: relative;
  text-align: center;
}
/* キャッチフレーズ */
.mainvisual_catch {
  position: absolute;
  top: 325px;
  left: 193px;
}
.mainvisual_catch h2 {
  margin-bottom: 20px;
  line-height: 42px;
  color: #1F2774;
  font-size: 27px;
  text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p {
  display: block;
  margin: 0 0 -15px 36px;
  font-size: 18.2px;
  line-height: 1;
}
.mainvisual_open {
  position: absolute;
  top: 236px;
  right: 241px;/* width: 250px; */
}
.mainvisual_open span {
  display: block;
  margin: -36px 0 0 37px;
}
.mainvisual_ture {
  position: absolute;
  bottom: -324px;
  left: 461px;
  width: 138px;
  height: 160px;
}
.mainvisual_ture:hover {
  pointer-events: painted;
  opacity: 0.9;
}
/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h2 {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  text-shadow: 0 0 10px #9a9a9a;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
  letter-spacing: 8px;
}
.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;
}
.main_animal {
  position: relative;
}
.main_animal li {
  position: absolute;
  z-index: 9;
}
.main_animal li:nth-child(1) {
  top: -65px;
  left: 266px;
  animation: bird02 1s ease-in-out 0s infinite alternate;
  -webkit-animation: bird02 1s ease-in-out 0s infinite alternate;
  -moz-animation: bird02 1s ease-in-out 0s infinite alternate;
}
.main_animal li:nth-child(2) {
  top: -57px;
  right: 255px;
  animation: bird01 1s ease-in-out 0s infinite alternate;
  -webkit-animation: bird01 1s ease-in-out 0s infinite alternate;
  -moz-animation: bird01 1s ease-in-out 0s infinite alternate;
}
.main_animal li:nth-child(3) {
  top: 308px;
  right: 13px;
}
.main_animal li:nth-child(4) {
  top: 525px;
  right: 112px;
}
.main_animal li:nth-child(5) {
  top: 665px;
  right: 362px;
}
.main_animal li:nth-child(6) {
  top: 621px;
  left: 370px;
}
.main_animal li:nth-child(7) {
  top: 546px;
  left: 104px;
}
.main_animal li:nth-child(8) {
  top: 230px;
  left: -10px;
}



/*左に向かって飛ぶ鳥*/
@keyframes bird01 {
0% {
 transform: translateY(-10px);
}
100% {
 transform: translatex(-10px);
}
}
@-webkit-keyframes bird01 {
0% {
 transform: translateY(-10px);
}
100% {
 transform: translatex(-10px);
}
}

/*右に向かって飛ぶ鳥*/
@keyframes bird02 {
0% {
 transform: translateY(-10px);
}
100% {
 transform: translatex(10px);
}
}
@-webkit-keyframes bird02 {
0% {
 transform: translateY(-10px);
}
100% {
 transform: translatex(10px);
}
}
/*==================================================================

	#contents

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

main {
  display: block;
}
#container {
  padding-top: 100px;
  padding-bottom: 150px;
}
#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: 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: bold;
  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;
  border-top: 1px solid #beda64;
}
/* フッターの医院概要 */
.footer_info {
}
.footer_info .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 4px 0 50px;
}
.footer_info_overview {
  text-align: center;/* width: 50%; */
}
.footer_info_overview_logo, .footer_info_overview_logo img {
}
.footer_info_overview dt {
  margin-bottom: 14px;
}
.footer_info_overview dd {
  margin-bottom: 9px;
  font-size: 14px;
}
.footer_info_overview dd:last-child {
  margin-bottom: 0;
}
.footer_info_overview_tel a {
  display: block;
  position: relative;
  left: -2px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 26px;
  color:#80bc70;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.footer_info_overview_tel a:before{
	    position: absolute;
	left:0px;
	background-image: url(../images/header_tel.svg);
    background-repeat: no-repeat;
}
.bnr_area{
	margin-top:50px;
}
.bnr_area ul{
	display:flex;
	justify-content:space-around;
}
.bnr_area ul li a{
	transition:.3s;
}
.bnr_area ul li a:hover{
	opacity:0.7;
}
/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche {
  float: right;
  width: 506px;
  font-size: 14px;
  margin-top: 4px;
}
.schedule table {
  width: 100%;
  background-color: #fff;
}
.schedule table tr:first-child td {
  font-weight: bold;
  color: #1F2774;
}
.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;
}
/* フッターのナビ */

.footer_navi {
}
.footer_navi .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 63px 0 40px;
}
.footer_navi ul {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: rgba(255,255,255,0.5);
  z-index: 9999;
}
.footer_navi ul {
  width: 1200px;
  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 29px;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 15px;
  font-weight: bold;
  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_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: 61px;
  height: 31px;
}
.pagetop {
  position: relative;
  margin: 20px auto 0px;
  text-align: center;
  cursor: pointer;
}
.pagetop img {
  display: inline-block;
  position: relative;
  top: 0;
  transition: 0.5s ease-in-out;
}
.pagetop:hover img {
  padding-bottom: 5px;
  transform: rotateY(180deg);
}
/* コピーライト */
.copy {
  text-align: center;
  background-color: #beda64;
}
.copy small {
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
}
/*==================================================================

	タイトル

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

/*中央寄せ*/
h3.tit01 {
  position: relative;
  margin-bottom: 34px;
  padding: 14px;
  letter-spacing: 0.15em;
  color: #1F2774;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/* アイコンの余白 */
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;
  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.tit01 span::before {
  margin-left: 15px;
  margin-right: 15px;
  content: "/";
}
/* 左寄せ */
h3.tit02 {
  display: table;
  position: relative;
  margin: 0 auto 45px;
  padding: 14px 14px 14px 40px;
  letter-spacing: 0.15em;
  color: #8d6d4a;
  font-size: 40px;
  font-weight: bold;
  font-family: "すずむし", "Suzumushi", 游ゴシック体, "Yu Gothic", YuGothic;
  line-height: 1.4;
  text-align: center;
}
h3.tit02::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
}
/*診療案内*/
h3.tit02.tit_medical::before {
  width: 25px;
  height: 74px;
  left: -5px;
  background-image: url(../images/tit_medical_icon.svg);
}
h3.tit02.tit_access::before {
  width: 25px;
  height: 74px;
  left: -4px;
  background-image: url(../images/tit_access_icon.svg);
}
h3.tit02.tit_clinic::before {
  width: 44px;
  height: 74px;
  left: -19px;
  background-image: url(../images/tit_clinic_icon.svg);
}
h4.tit01 {
  position: relative;
  margin-bottom: 36px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-family: "すずむし", "Suzumushi", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 27.5px;
  font-weight: bold;/* text-align: center; */
}
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: "/";
}
h4.tit02 {
  position: relative;
  margin-bottom: 36px;
  color: #775b42;
  letter-spacing: 0.15em;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

h5.tit01 {
  position: relative;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  color: #70af4f;
  font-size: 17px;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体, "Yu Gothic", YuGothic;
  font-weight: bold;
}



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

	共通

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

/*院長略歴*/
.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: #d9666d;
  border: 1px solid #d9666d;
  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 {
  margin-bottom: 50px;
  padding: 35px 10px 20px 45px;
  background-color: #fff;
  border: 2px solid #7aba6b;
  box-shadow: 0px 4px 0 #7aba6b;
  border-radius: 20px;
  background-repeat: repeat;
}
.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: #7aba6b;
  border: 1px solid #7aba6b;
  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: #fff;
  border: 2px solid #7aba6b;
  box-shadow: 0px 4px 0 #7aba6b;
  border-radius: 20px;
  background-repeat: repeat;
}
.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: '';
}
/*数字　枠*/

.list09 {
  margin-bottom: 50px;
  padding: 35px 10px 30px 35px;
  background-color: #fff;
  border: 2px solid #7aba6b;
  box-shadow: 0px 4px 0 #7aba6b;
  border-radius: 20px;
  background-repeat: repeat;
}
.list09 li {
  padding-left: 0.9em;
  margin-bottom: 10px;
  position: relative;
}
.list09 li:last-child {
  margin-bottom: 0;
}
.list09 li em {
  margin-right: 18px;
  color: #775b42;
  font-family: "relation-two", sans-serif;
  font-size: 25px;
  font-style: normal;
}


/*ボタン ゴースト*/
.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;
  color: #33409a;
  font-weight: bold;
  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;
  transition: ease-in-out 0.2s;
  padding: 8px 14px;
  background-color: #97c731;
  color: #fff;
}
.btn02 a i {
  margin-right: 7px;
}
.btn02 a:hover {
  background-color: #7bb46e;
}
/* 画像を右寄せ　※画像サイズは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;
}
.medical_img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 60px;
  margin-right: 30px;
  margin-bottom: 8 !important;
  text-align: center;
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #1F2774;
  text-align: left;
}
.emphasis {
  color: #70af4f;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
}
/*==================================================================

	table

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

.nowrap {
  white-space: nowrap;
}
/*フッターの診療時間*/
.tb01 {
  margin-bottom: 12px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
}
.tb01 td, .tb01 th {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
}
.tb01 tr:last-child td, .tb01 tr:last-child th {
  border: none;
}
.tb01 th:first-child {
}
.tb01 th {
  padding: 10px 22px 8px 22px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
}
.tb01 td {
  padding: 10px 13px 8px 13px;
}
/*医院概要*/
.tb02 {
  border-spacing: 0;
  text-align: left;
}
.tb02 td, .tb02 th {
  border-bottom: #ddd 1px dotted;
  line-height: 1.4;
  font-size: 15px;
  vertical-align: top;
}
.tb02 th {
  padding: 8px 24px 8px 0;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  color: #333;
}
.tb02 td {
  padding: 8px 0;
  padding-right: 0 !important;
  text-align: left;
}
.tb02 tr:last-child td, .tb02 tr:last-child th {
  border: none;
}
/* 料金表 */
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #f0f0f0;
  white-space: nowrap;
}
.tb03 td, .tb03 th {
  padding: 12px 36px;
}
.tb03 th {
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  background-image: url(../images/bg1.png);
  font-size: 16px;
}
.tb03 th span {
  font-size: 13px;
}
.tb03 td {
  background-color: #ffffff;
  color: #666666;
  text-align: center;
}
.tb03 td.last {
    background-color: #fff1ed;
}

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

	アンカーリンンク

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

/* 4個並び */
.ank01 {
  margin: 0 auto 100px;
}
.ank01 li {
  display: table;
  position: relative;
  float: left;
  width: 24%;
  height: 73px;
  margin-bottom: 1.5%;
  margin-left: 1.33%;
  line-height: 1.4;
}
.ank01 li:nth-child(1), .ank01 li:nth-child(7) {
  margin-left: 0;
}
.ank01 li a {
  display: table-cell;
  padding: 12px 5px 15px;
  border: 1px solid #98c831;
  background-color: #f5f5f5;
  border-radius: 10px;
  /* background-image: url(../images/bg_white.png); */
    /* background-repeat: repeat; */
  font-weight: bold;
  font-size: 15px;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体, "Yu Gothic", YuGothic;
  color: #98c831;
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}
.ank01 li a:hover {
  background-color: #98c831;
  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-image: url(../images/bg_white.png);
  background-repeat: repeat;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #95b303;
  font-size: 18px;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体, "Yu Gothic", YuGothic;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
/* 数字 */
.layout01 dt em {
  display: block;
  line-height: 1;
  margin: 12px 8px 10px;
  font-size: 38px;
  font-family: "relation-two", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #C3AF97;
}
.layout01 dd {
  padding: 3%;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.61);
}
/* 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;
  width: 85%;
  margin: 0 auto 20px;
  background-image: url(../images/bg_white.png);
  background-repeat: repeat;
  padding: 2%;
}
.layout03 dt, .layout03 dd {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.layout03 dt {
  width: 27%;
  padding: 1%;
  /* background-color: #fff; */
  text-align: center;
  vertical-align: baseline;
}
.layout03 dt img {
  width: 100%;
  padding-bottom: 10px;
}
.layout03 dd {
  width: 73%;
  padding: 1% 3%;
}
.layout03 dd h5 {
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 20px;
  font-weight: bold;
}
.layout03 dd h5 em {
  margin-right: 21px;
  color: #775b42;
  font-family: "relation-two", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04 {
  padding-bottom: 20px;
}
.layout04 dl {
  display: table;
  position: relative;
  margin-bottom: 20px;
  background-image: url(../images/bg_white.png);
  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 {
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
  font-size: 20px;
  font-weight: bold;
}
.layout04 dd h5 span {
  margin-right: 21px;
  color: #775b42;
  font-family: "relation-two", sans-serif;
  font-weight: 400;
  font-size: 32px;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  padding-bottom: 20px;
}
.layout05 dl {
  display: table;
  position: relative;
  margin-bottom: 20px;
  background-image: url(../images/bg1.png);
  background-repeat: repeat;
  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 #ffffff;
}
.layout05 dd h5 em {
  margin-right: 10px;
  color: #BDA087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}
.layout05 dd h5 {
  font-size: 15px;
  font-weight: bold;
}
.layout05_text1 {
}
.layout05_text1 ul {
  margin-bottom: 15px;
}
.layout05_text1 ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.layout05 .list03 li:before {
  left: -11px;
}
.layout05 .list03 li {
  position: relative;
  margin-bottom: 0px;
  padding-left: 15px;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  padding-bottom: 20px;
}
.layout06 dl {
  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 {
  display: block;
  width: 100%;
  padding: 0 3%;
  background-color: #F7F7F7;
  letter-spacing: 0.1em;
  color: #1F2774;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
/* 数字 */
.layout06 dt em {
  display: block;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  color: #C3AF97;
}
.layout06 dd {
  display: block;
  display: flex;
  display: -ms-flex;
  padding: 2% 3%;
}
.layout06 dd div {
  width: 50%;
  padding-right: 3%;
}
.layout06 dd h5 {
  font-size: 15px;
  font-weight: bold;
}
.layout06_text1 {
}
.layout06_text1 ul {
  margin-bottom: 15px;
}
.layout06_text1 ul li span {
  display: block;
}
/* 3つ並びのレイアウト。 */
.layout07 {
}
.layout07::after {
  display: block;
  clear: both;
  content: "";
}
.layout07 dl {
  float: left;
  width: 26%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 3%;
  border-radius: 10px;
  background-color: #F7F7F7;
}
.layout07 dl:nth-child(3n) {
  margin-right: 0;
}
.layout07 dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout07 dl dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd {
  line-height: 1.5;
}
/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  overflow: hidden;
}
.layout08 dl {
  position: relative;
  float: left;
  width: 24.6%;
  margin-right: 4.1%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: #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;
}
div.layout09 {
  padding: 4%;
  background-image: url(../images/bg_white.png);
}
.layout09_tit {
  margin-bottom: 1em;
  font-size: 18px;
  color: #775b42;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
}
.layout09_tit::before {
  top: 8px;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  background: url(../images/feature_item_tit.svg) no-repeat;
  width: 22px;
  height: 35px;
  content: "";
}
.layout09 ul li span {
  margin-right: 18px;
  padding: 3px 4px 0px 0;
  color: #775b42;
  font-family: "relation-two", sans-serif;
  font-size: 25px;
}

/* 3つ並びのレイアウト。矢印付き */
.layout10{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.layout10 dl{
	position:relative;
	width: 30%;
	margin:0 35px 25px 0;
	padding: 2%;
	border-radius: 10px;
	border: 2px solid #df9840;
	box-sizing: border-box;
}
.layout10 dl::before {
	position: absolute;
	right: -23px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #bb7a29;
    border-right: 2px solid #bb7a29;
    content: "";
    bottom: 0;
    margin: auto;
}

.layout10 dl:last-child::before{
  display: none;
}

.layout10 dl dt{
    margin-bottom: 14px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e09840;;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	color: #e09840;
}
.layout10 dl dt img{
	width: 100%;
}
.layout10 dl dt em{
    margin-right:8px;
    font-size:24px;
	font-family: 'Josefin Sans', sans-serif;
}
.layout10 dl dd{
    line-height:1.6;
}
.layout10 dl.last{
	margin-right: 0;
}
.layout10 dl.last::before{
	display: none;
}

p.ul_tit {
  line-height: 1;
  padding-top: 8px;
  margin-bottom: 8px;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
}





.layout11{
	position: relative;
}
.layout11::before{
	width: 1px;
	height: calc(100% - 16%);
	border-right: #f39700 dotted 4px;
	position: absolute;
	left: 71px;
	top: 8%;
	z-index: 1;
	content: "";
}
.course_ablation::before{
	height: calc(100% - 8%);
	top: 4%;
}
.layout11 .flow_box{
	display: flex;
	align-items: center;
	padding: 4%;
	background: #fae795;
}
.layout11 .flow_box:nth-child(even){
	background: #fdf9f4;
}
.layout11 .flow_box .number{
	display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
	position: relative;
	z-index: 1;
	width: 60px;
	height: 55px;
	margin-bottom: 0;
	margin-right: 4%;
	background: #f39700;
	border-radius: 50%;
	line-height: 1;
	color: #fff;
	font-size: 28px;
}
.layout11 .flow_box div{
	width: 90%;
	margin-bottom: 0;
}
.layout11 .flow_tit {
	color: #9c7600;
	font-weight: bold;
	font-family: "すずむし", "Suzumushi", 游ゴシック体, "Yu Gothic", YuGothic;
	font-size: 28px;
}



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

	box

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

.box1 {
  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;
}
/*==================================================================

	.top_doctor

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

.top_doctor {
  background-image: url(../images/greeting_under.png), url(../images/greeting_bg_tree.png);
  background-repeat: no-repeat;
  background-position: top 38px center, top 0px center;
}
.top_doctor .box1 {
  margin-bottom: 0;
}
.top_doctor .box1 h3 {
  margin-bottom: 22px;
}
.top_doctor .text {
  position: relative;
  width: 660px;
  height: 830px;
  margin: auto;
  padding-top: 190px;
  padding-bottom: 84px;
  z-index: 10;
}
.top_doctor .text p {
  width: 581px;
  padding-left: 0px;
  letter-spacing: 1.6px;
}
.top_doctor_img {
  position: absolute;
  top: 26px;
  right: -45px;
  font-weight: bold;
}
.top_doctor_img2 {
  position: absolute;
  top: 154px;
  left: -64px;
}
.top_doctor_animal {
  position: absolute;
  bottom: 425px;
  right: 250px;
}
.top_doctor_animal li {
  position: absolute;
  z-index: 9;
}
.top_doctor_animal li:nth-child(1) {
  top: -24px;
  right: -140px;
}
.top_doctor_animal li:nth-child(2) {
  top: 60px;
  right: -327px;
}
.top_doctor_animal li:nth-child(3) {
  top: 201px;
  right: -301px;
}
.top_doctor_animal li:nth-child(4) {
  top: 168px;
  left: -110px;
}
.top_doctor_animal li:nth-child(5) {
  top: 203px;
  left: -314px;
}
.top_doctor_animal li:nth-child(6) {
  top: 34px;
  left: -880px;
}
.top_doctor .btn02 {
  margin: 42px 0 0 50px;
}
/*==================================================================

	.top_blog

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

.top_blog {
  padding-top: 160px;
  padding-bottom: 50px;
}
.top_blog .box1 {
  margin-bottom: 0;
  display: flex;
  display: -ms-flex;
}
.top_blog_left {
  margin: 13px 90px 0 57px;
}

h3.top_blog_tit{
  margin-bottom: 13px;
  padding-top: 5px;
  font-family: "すずむし", "Suzumushi", 游ゴシック体, "Yu Gothic", YuGothic;
  color: #8d6d4a;
  font-size: 40px;
  letter-spacing: -0.1em;
  line-height: 0.75;
}

h3.top_blog_tit img{
  display: block;
  margin: auto;
  padding-bottom: 20px;
}

.top_blog_left .btn02{
  text-align: center;
}

/* ブログ新着表示 */

.blog_load {
  overflow: hidden;
  width: 880px;
  height: 300px;
}
.blog_information {
  display: none;
  width: 280px;
  height: 300px;
  margin-right: 20px;
  background: rgba(255,255,255,0.5);
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
}

.blog_information:hover{
  opacity: 0.8;
}

.blog_information:nth-child(3){
  margin-right: 0;
}
.blog_information a {
}
.blog_information a dt {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 32px auto 10px;
  border-radius: 100%;
  overflow: hidden;
  background: url(https://harmony-dc.com/images/top_news_bg.png) no-repeat; /*サムネが無い時に表示される画像*/
  background-position: center center;
}
.blog_information a dt img {
  position: absolute;
  width: auto;
  height: auto;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.blog_information a dd p {
  margin-bottom: 0;
  font-size: 16px;
  color: #704e3d;
  display: inline-block;
}

.blog_information a dd p:first-child {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  top: -8px;
  padding-right: 2px;
  font-weight: bold;
}
.blog_information a dd h4 {
  width: 254px;
  height: 32px;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0;
  color: #836136;
}

.blog_information a dd p.blog_cate{
  color: #fff;
}
.blog_cate{
  width: 110px;
  text-align: center;
  height: 30px;
  color: #fff;
  border-radius: 15px;
  background: #ee9a4e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.blog_load .blog_information:nth-child(even) .blog_cate{
  background:#6bc4bd; 
}
/*==================================================================

	.top_medical

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

.top_medical {
  position: relative;
  padding-top: 167px;
  padding-bottom: 332px;
}
.top_medical .box1 {
  margin-bottom: 0;
}
.top_medical:before {
  position: absolute;
  top: 430px;
  right: 0;
  width: 400px;
  height: 855px;
  background-image: url(../images/medical_tree_2.png);
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.top_medical:after {
  position: absolute;
  top: 430px;
  left: 0;
  width: 400px;
  height: 855px;
  background-image: url(../images/medical_tree_1.png);
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.top_medical .box1:before {
  position: absolute;
  bottom: -329px;
  right: -401px;
  width: 2000px;
  height: 741px;
  background-image: url(../images/keybord.gif);
  background-repeat: no-repeat;
  content: "";
}
.top_medical .box1 h3 {
  position: absolute;
  top: -14px;
  left: 25px;
}
.top_medical_list {
  position: relative;
  width: 1045px;
  margin: auto;
  padding-top: 185px;
}
.top_medical_list a {
  display: block;
  position: relative;
  float: left;
  width: 294px;
  height: 265px;
/*  margin-right: 80px;*/
  margin-bottom: 51px;
  text-align: center;
}
.top_medical_list a:nth-child(3n) {
  margin-right: 0;
}
/*.top_medical_list a:nth-child(2), .top_medical_list a:nth-child(5), .top_medical_list a:nth-child(8) {
  margin-top: -64px;
}*/
.top_medical_list dl {
  width: 100%;
}
.top_medical_list dl dt {
  position: relative;
  z-index: 2;
  transition: ease-in-out 0.2s;
}
.top_medical_list a:hover dl dt {
  transform: rotate(-16deg);
}
.top_medical_list a dl dd {
  position: absolute;
  top: 94px;
  /* bottom: 0; */
  width: 100%;
  height: 162px;
  padding-top: 100px;
  border-radius: 20px;
  box-shadow: 0 7px 0 #74b6bf;
  background-color: #fff;
  border: 1px solid #74b6bf;
  color: #333;
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
}
.top_medical_list a:nth-child(2) dl dd {
  box-shadow: 0 7px 0 #edb978;
  border: 1px solid #edb978;
}
.top_medical_list a:nth-child(3) dl dd {
  box-shadow: 0 7px 0 #dda596;
  border: 1px solid #dda596;
}
.top_medical_list a:nth-child(4) dl dd {
  box-shadow: 0 7px 0 #86a4bc;
  border: 1px solid #86a4bc;
}
.top_medical_list a:nth-child(5) dl dd {
  box-shadow: 0 7px 0 #9f9ac8;
  border: 1px solid #9f9ac8;
}
.top_medical_list a:nth-child(6) dl dd {
  box-shadow: 0 7px 0 #75b266;
  border: 1px solid #75b266;
  padding-top: 91px;
}
.top_medical_list a:nth-child(7) dl dd {
  box-shadow: 0 7px 0 #e0c363;
  border: 1px solid #e0c363;
}
.top_medical_list a:nth-child(8) dl dd {
  box-shadow: 0 7px 0 #cca760;
  border: 1px solid #cca760;
}
.top_medical_list a:nth-child(9) dl dd {
  box-shadow: 0 7px 0 #c0989f;
  border: 1px solid #c0989f;
}
.top_medical_list a:nth-child(11) dl dd {
  box-shadow: 0 7px 0 #edb978;
  border: 1px solid #edb978;
  padding-top: 91px;
}
.flex_box{
    font-display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}












.medical06_concept {
  font-size: 18px;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
  text-align: center;
}
.medical06_concept li {
  margin-bottom: 6px;
}
.medical06_concept span {
  color: #70af4f;
}

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

	medical10.html

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

.box2.medical10_box{
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.medical10_text{
    border: 4px solid #7aba6b;
    box-shadow: 0px 6px 0 #7aba6b;
    border-radius: 20px;
	padding:50px;
	margin:  0 auto;
	background-image: url("../images/text_frame.png");
	background-repeat: no-repeat;
	background-position: 194% bottom;
	margin-bottom: 100px;
	background-color: #fafbed;
}

.medical10_text02{
    padding: 40px 0;
    background-color:#fff;
    border: 5px solid #dae8a9;
    box-shadow: 0px 6px 0 #dae8a9;
    border-radius: 20px;
    background-repeat: repeat;
	margin: 0 0 50px auto;
	width: 100%;
}

.flex_box{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	position: relative;

}
.box_text{
	border-radius: 100px;
	border: 5px solid #dae8a9;
	box-shadow: 0px 6px 0 #dae8a9;
	padding: 40px;
	width: 40%;
}
.box_text p{
	margin-bottom: 36px;
}
.box_text::after {
    display: block;
    position: absolute;
	bottom: 33%;
	right: 485px;
	font-weight: bold;
	font-size: 110px;
	font-family: "すずむし", "Suzumushi", 游ゴシック体, "Yu Gothic", YuGothic;
	color:#03a65d; 
	content: "＋";
}


.ank01.medical10 li{
	width: 32%;
}
.medical10_price td{
	text-align: initial;
}


.price_delete{
text-decoration: line-through;
}

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

	$top_feature

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

.top_feature {
}
.top_feature .box1 {
  margin-bottom: 0;
}
.top_feature .box1:before {
  position: absolute;
  top: 119px;
  left: -178px;
  width: 1414px;
  height: 331px;
  background-image: url(../images/feature_bg.png);
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.top_feature h3 {
  text-align: left;
  margin: 12px 0 0 30px;
}
.top_feature_list {
  width: 1117px;
  margin: auto;
  padding-top: 41px;
}
.top_feature_list a {
  display: block;
  position: relative;
  float: left;
  width: 294px;
  margin-right: 105px;
}
.top_feature_list a:nth-child(1) {
  margin-top: 72px;
  margin-right: 100px;
  padding-left: 17px;
}
.top_feature_list a:nth-child(2) {
  margin-top: -1px;
}
.top_feature_list a:nth-child(3) {
  margin-right: 0;
  margin-top: 72px;
}
.top_feature_list a dt {
  margin-bottom: 20px;
}
.top_feature_list a dt em {
  position: absolute;
  top: -37px;
  left: 48px;
}
.top_feature_list a dt em:before {
  position: absolute;
  top: -4px;
  right: -94px;
  width: 57px;
  height: 53px;
  background-image: url(../images/feature_1_note.png);
  background-repeat: no-repeat;
  content: "";
  z-index: 29;
  transition: ease-in-out 0.2s;
}
.top_feature_list a:hover dt em:before {
  animation: onpu 0.5s ease-in-out 0s infinite alternate;
  -webkit-animation: onpu 0.5s ease-in-out 0s infinite alternate;
  -moz-animation: onpu 0.5s ease-in-out 0s infinite alternate;
}
.top_feature_list a:nth-child(2) dt em {
  top: -34px;
  left: 31px;
}
.top_feature_list a:nth-child(2) dt em:before {
  top: -8px;
  right: -70px;
  width: 59px;
  height: 60px;
  background-image: url(../images/feature_2_note.png);
}
.top_feature_list a:nth-child(3) dt em {
  top: -34px;
  left: 31px;
}
.top_feature_list a:nth-child(3) dt em:before {
  top: -7px;
  right: -90px;
  width: 57px;
  height: 53px;
  background-image: url(../images/feature_3_note.png);
}
 @keyframes onpu {
0% {
 transform: rotate(0);
}
100% {
 transform: rotate(-30deg);
}
}
@-webkit-keyframes onpu {
0% {
 transform: rotate(0);
}
100% {
 transform: rotate(-30deg);
}
}
.top_feature_list a dd {
  color: #333;
}
.top_feature_list a dd h4 {
  margin-bottom: 8px;
  color: #70af2a;
  font-size: 25px;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
  text-align: center;
}
/*==================================================================

	$top_access

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

#top_map {
  width: 100%;
  height: 526px;
}
.top_access {
  position: relative;
  padding-top: 370px;
  padding-bottom: 113px;
  background-image: url(../images/bg_green_1.png);
  background-repeat: repeat-x;
  background-position: top center;/* background-color: #87b2e1; */
}
.top_access:before {
  position: absolute;
  bottom: 0;
  width: 5000px;
  height: 520px;
  background-image: url(../images/bg1.png);
  background-repeat: repeat;
  content: "";
}
.top_access .box1 {
  width: 1076px;
  margin-bottom: 0;
}
.top_access .sec1 {
  float: left;
  position: relative;
  width: 517px;
  border-radius: 20px;
  height: 530px;
}
.top_access .sec1 div {
  width: 100%;
  height: 100%;
}
.top_access .sec1 .top_map_bnr {
  position: absolute;
  bottom: 29px;
  right: 30px;
  padding: 8px 20px 11px;
  background-color: #80bc70;
  z-index: 99;
}
.top_access .sec1 .top_map_bnr a {
  padding: 5px 6px 0 9px;
  color: #fff;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic;
}
.top_access i {
  margin-right: 9px;
  font-size: 16px;
}
.top_access_sec2_info_medical {
  padding: 3px 6px 4px 3px !important;
  line-height: 1;
}
.top_access .sec2 {
  float: right;
  width: 517px;
  border-radius: 20px;
  height: 530px;
  padding-top: 36px;
  background-color: #fff;
  box-sizing: border-box;
}
.top_access .sec2 h3 {
  margin-bottom: 21px;
  text-align: center;
}
.top_access_time {
  margin-bottom: 6px;
  text-align: center;
}
.top_access_sec2_info_medical {
  background-color: #80bc70;
  color: #fff;
}
.top_access_sec2_info_medical a{
  color: #fff;
	padding: 2% 1%;
}
.top_access_sec2_info_medical a:hover{
  opacity: 0.5;
}
.top_access_sec2_info {
  padding: 0 65px 0 66px;
  color: #333333;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  font-weight: 400;
}
.top_access_sec2_info dt {
  float: left;
  padding-top: 12px;
  padding-right: 28px;
  letter-spacing: 0px;
  line-height: 1;
}
.top_access_sec2_info dd {
  padding: 8px 0 7px 83px;
  line-height: 1.5;
}
.top_access_sec2_info .address {
  letter-spacing: 4px;
}
.top_access_sec2_info_tel, .top_access_sec2_info_tel a {
  position: relative;
  font-size:18px;
  font-weight:bold;
  color:#80bc70;
}
.top_access_sec2_tel_tit {
  padding-top: 15px !important;
}
/*==================================================================

	$doctor

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

.doctor_greet .text {
/*  float: left;*/
  width: 660px;
}
.doctor_carr {
  width: 1080px;
  margin-top: 22px;
  display: flex;
  display: -ms-flex;
}
.doctor_carr h4.tit01 {
  margin-bottom: 7px;
}
.doctor_carr_sec1 {
  float: left;
  width: 400px;
  margin-right: 40px;
  padding: 50px 60px;
  border-radius: 20px;
  background-image: url(../images/bg_white.png);
  background-repeat: repeat;
}
.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 {
  font-size: 14.5px;
}
.top_news_flame {
  padding: 35px 33px;
  border: 15px solid #F0F0F0;
}
.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: #1F2774;
}
/* 日付 */
.date {
  margin-right: 10px;
  color: #C0AB92;
}
/* お知らせのブロックのボーダー */
.news_text .line {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
/* お知らせの高さ */
.scroll_area {
  height: 200px;
}
/*==================================================================

	$access

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

.access_guide {
  margin-bottom: 20px;
  color: #70af2a;
  font-size: 20px;
  font-weight: bold;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
  text-align: center;
}
.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;
}
/*==================================================================

	$clinic

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

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1 {
}
.clinic_slides1 .flexslider {
  position: relative;
  /* float: left; */
  width: 65%;
  padding-left: 10%;
}
.clinic_slides1 .flexslider li div {
  display: table;
  position: relative;
  margin-top: -60px;
  margin-left: 20px;
  background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}
.clinic_slides1 .flex-control-thumbs .flex-active img {
  border: 2px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs {
  position: absolute;
  right: -24%;
  top: 0;
  width: 22%;
}
.clinic_slides1 .flex-control-thumbs li {
  position: relative;
  width: 42%;
  margin: 0 0 0 4%;
  background-color: #fff;
}

.clinic_slides1 .flex-control-thumbs img{
  border: 2px solid #e0e0e0;
}

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

.clinic_slides2 {
  padding-bottom: 100px;
}
.clinic_slides2 .flexslider {
  position: relative;
}
.clinic_slides2 .flex-control-thumbs img:hover {
  opacity: 1;
}
.clinic_slides2 .flexslider li div {
  display: table;
  position: absolute;
  margin-top: -60px;
  margin-left: 20px;
  background-color: rgba(255,255,255,0.9);
}
.clinic_slides2 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
}
.clinic_slides2 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -100px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}
.clinic_slides2 .flex-control-thumbs li {
  width: 15%;
}
.clinic_slides2 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.clinic_slides3 {
}
.clinic_slides3 .flexslider {
  position: relative;
  float: left;
  width: 82%;
}
.clinic_slides3 .flexslider li div {
  display: table;
  position: absolute;
  width: 94%;
  height: 80px;
  margin-top: -95px;
  margin-right: 3%;
  margin-left: 3%;
  background-color: rgba(255,255,255,0.9);
}
.clinic_slides3 .flexslider h4, .clinic_slides3 .flexslider p {
  display: table-cell;
  padding: 8px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}
.clinic_slides3 .flexslider h4 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
}
.clinic_slides3 .flexslider p {
}
.clinic_slides3 .flex-control-thumbs .flex-active img {
  border: 5px solid #aaa;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs {
  position: absolute;
  right: -22%;
  top: 0;
  width: 15%;
}
.clinic_slides3 .flex-control-thumbs li {
  position: relative;
  width: 96%;
  margin: 0 0 4% 4%;
  background-color: #fff;
}
/* 院内スライド（サムネイル下、タイトル、説明文下） */

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

.clinic_slides5 {
  padding-bottom: 100px;
}
.clinic_slides5 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -40px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}
.clinic_slides5 .flex-control-thumbs li {
  width: 15%;
}
.clinic_slides5 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.clinic_slides5 .flex-control-thumbs img:hover {
  opacity: 1;
}
.clinic_slides5 .flexslider li div {
  position: absolute;
  bottom: -80px;
  width: 100%;
  margin-left: 20px;
  background-color: rgba(255,255,255,0.9);
}
.clinic_slides5 .flexslider h4 {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
  text-align: center;
}
/* 医院概要 */

.clinic_sec1 {
  position: relative;
  width: 900px;
  margin: auto;
}
.clinic_sec1 ul {
  margin-bottom: 15px;
}
.clinic_sec1 li {
  padding: 8px 0;
  border-bottom: 1px solid #ece1d6;
}
.clinic_sec1 li:first-child {
  padding: 0 0 8px 0;
}
.clinic_sec1 li:last-child {
  border: none;
}
.clinic_sec1 dl:after {
  display: block;
  clear: both;
  content: "";
}
.clinic_sec1 dt {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding-left: 2px;
  font-weight: bold;
  color: #866645;
}
.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;
}





.tour{
	text-align:center;}



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

	$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 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 p {
  margin-top: 7px;
}
/*==================================================================

	$feature

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

.feature_item {
  margin-bottom: 28px;
}
.feature_item .tit {
  margin-bottom: 8px;
  font-size: 18px;
  color: #70af2a;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", 游ゴシック体, "Yu Gothic", YuGothic;
}
.feature_item .tit::before {
  top: 8px;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  background: url(../images/feature_item_tit.svg) no-repeat;
  width: 22px;
  height: 35px;
  content: "";
}
/*==================================================================

	$qa

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

.qa1 {
}
.qa1 dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c1c1c1;
}
.qa1 dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}
.qa1 dl dt:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "relation-two", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  color: #d9666d;
  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: "relation-two", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #549cc3;
  content: "A.";
}

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

	$medical11

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

.medical11_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.medical11_flex .sec1,.medical11_flex .sec2{
	width: 48%;
}
.medical11_flex .sec1 img{
	width: 100%;
}
.medical11_flex .sec2 h3{
	margin-bottom: 20px;
	text-align: center;
}
.medical11_flex .sec2 .top_access_time {
    margin-bottom: 20px;
}

.medical11_box{
	display: table;
	position: relative;
	margin-bottom: 100px;
}
.medical11_box dl{
	width: 47%;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
}
.arrow {
  position:relative;
  content:"";
  width:0;
  height:0;
  border: 30px solid transparent;
  border-left: 30px solid #9c7600;
  top: 120px;
  right: -22px;
}
.medical11_box dl dt{
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 18px;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体, "Yu Gothic", YuGothic;
  font-weight: bold;
  background-color: #f39700;
  padding: 8px;
  text-align: center;
}
.medical11_box dl dd{
  box-sizing: border-box;
	padding: 20px 30px 15px 30px;
	background-color: #fdf9f4;
	border: solid 3px #f39700;
}

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

	$medical12

==================================================================*/
.medical12_box::after {
display: block;
    position: absolute;
    bottom: 9%;
    right: 543px;
    font-weight: bold;
    font-size: 110px;
    font-family: "すずむし", "Suzumushi", 游ゴシック体, "Yu Gothic", YuGothic;
    color: #03a65d;
    content: "➡︎";
}

.medical12_box_text{
	padding: 40px 0;
    background-color: #fff;
    border: 5px solid #7aba6b;
    box-shadow: 0px 6px 0 #7aba6b;
    border-radius: 20px;
    background-repeat: repeat;
    margin: 0 0 50px auto;
    width: 100%;
}
.medical12_box{
	width: 50%
}







/* チェックリスト */
.medical_checklist {
	background-image: url("../images/medical_check_bg.png");
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: bottom 0px right 0px;
	content: '';
}
.medical_checklist ul li {
	position: relative;
	margin-bottom: 7px;
	padding: 0 0 0 40px;
	font-weight: bold;
}
.medical_checklist ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 30px;
	height: 26px;
	background: url("../images/check.png") no-repeat center top;
}