@charset "UTF-8";
/*
Name:
*/

/* Color Scheme
------------------------------------------------------

	=Theme Color = #EE7A01

------------------------------------------------------
*/
 /* ブラウザリセット */
@import url(reset.css);

/* =Google Font
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Roboto+Condensed:300,400,700|Roboto:100,300,400,700,900');



/*
-----------------------------------------------------

	=Global Style

-----------------------------------------------------
*/

h1,h2,h3,h4,h5,h6 { clear: both; margin:0 auto 0.7125em}
hr {background-color: #ccc;border: 0;height: 1px;margin: 0 0;}
strong { font-weight: bold;}
cite, em, i { font-style: normal;}
blockquote {font-size:97%;color:#000;padding:1.6125em;margin:0 auto 1.6125em; border: solid 1px #888; border-top: none; border-bottom: none;}
blockquote p:last-child {padding:0 !important;margin: 0 !important;}
blockquote em, blockquote i, blockquote cite {font-style: normal;}
blockquote cite {color: #666;font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: 300;letter-spacing: 0.05em;text-transform: uppercase;}
pre { overflow: auto; background: #000; color: #0F0;font: "Courier 13 Pitch", Courier, monospace;font-weight: bold; line-height: 1.5;margin-bottom: 1.625em;padding: 0.75em 1.625em;}
code, kbd { font: 11px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-weight: normal; margin: 1.625em 0; padding: 1.125em; background-color:#f1f1f1; border: solid 1px #ccc; display:block;}
abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help;}
address { display: block;}
ins { background: #fff9c0; text-decoration: none;}
sup, sub { font-size: 77%; height: 0; line-height: 1; position: relative; vertical-align: baseline;}
sup { bottom: 1ex;}
sub { top: .5ex;}
em {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* Forms */

iframe { max-width: 100%; }

.m-color {
  color:#EE7A01;
}


/*
-----------------------------------------------------

 	=Global Layout

-----------------------------------------------------
*/

* {
	margin: 0; padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	word-wrap: break-word;
	letter-spacing: 0.07em;
}

body{
	background-color: #fff;
	font-size: 0.95rem;
}

p, ul, ol, dl, table, h1, h2, h3, h4, h5, h6, pre { margin-bottom: 30px;}
h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li { line-height: 2;}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
}
th,td {
	padding: 1.4em;
	vertical-align: top;
	border: none;
}
th { font-weight: normal;}
tr:last-child { border-bottom: none !important;}
img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
  width: 100%;
	height: auto;
}
a img { border: none;}
a img:hover { opacity: 0.75;}
a {
  color: #000;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
a:focus, a:active, a:hover { text-decoration: none;}
em {}
ol li {
	display: list-item;
	list-style: decimal outside;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 0.5em;
}



/*
-----------------------------------------------------

 	=Global Style

-----------------------------------------------------
*/
html,
body {}

#container {
	position: relative;
	z-index: 2;
}



/* =Common Parts
----------------------------------------------------- */

h2 {
  font-size: 1.4rem;
  text-align: center;
}

h2 em {

}

h3 {
  font-size: 1.6rem;
}

.green-color {
  color: #EE7A01;
  font-size: 1.4rem;
}
.green-box {
  background-color: #E5EEE8;
  padding: 30px;
}

.list-disc {
  list-style-type: disc;
  padding-left: 18px;
}

.list-decimal {
  list-style-type: decimal;
  padding-left: 18px;
}

.flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex_wrap .flex-l,
.flex_wrap .flex-r {
  width: 50%;
}

.wrapper {
  width: 100%;
	margin: auto;
  max-width: 1210px;
}

.section {
	padding: 80px 0;
}

.inner {
  max-width: 1210px;
  margin: auto;
}

#primary {
	float: left;
	width: 840px;
}

#secondary {
	float: right;
	width: 240px;
}

.white-box {
  width: 100%;
  margin: auto;
  background-color: #FFF;
  position: relative;
}

.w540 {
  width: 540px;
}

.h340 {
  height: 340px;
}

.h240 {
  height: 240px;
}

.w30per {
  width: 30%!important;
}

.w30per {
  width: 30%!important;
}

.w40per {
  width: 40%!important;
}

.w49per {
  width: 49%!important;
}

.w60per {
  width: 60%!important;
}

.w70per {
  width: 70%!important;
}

.w100per {
  width: 100%!important;
}

.w360px {
  width: 360px!important;
}

.justify-flex-start {
  justify-content: flex-start!important;
}

.flex-start {
  align-items: flex-start!important;
}

.flex-center {
  align-items: center!important;
}

.comments {
  text-align: center;
}

.btn-box-col3 {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.list-box-col3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: auto;
  border: solid 1px #DCDCDC;
  margin-bottom: 80px;
}
.list-box-col3 ul li a:hover { text-decoration: underline; color: #EE7A01; }

.list-box-col3 ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    padding-right: 15px;
    font-weight: 900;
    color: #EE7A01;
  }

.img-big-box {
  width: 50%;
  margin: auto;
  text-align: center;
}

.img-big-box ul {
  text-align: left;
  margin: auto;
  list-style-type: disc;
  padding: 20px;
}

.text-left {
  text-align: left;
  margin-bottom: 0;
}

.caption {
  text-align: center;
  margin-top: 20px;
}

.pd0 {
  padding: 0!important;
}

.ul-disc {
  list-style-type: disc;
  padding-left: 20px;
}

.ul-disc li:last-child {
  list-style-type: none;
}

.ul-decimal {
  list-style-type: decimal;
  padding-left: 20px;
}

.check-box::before{
  font-family: 'Font Awesome 5 Free' ;
  content: "\f00c";
  color: #F00;
  margin-right: 5px;

}

/* Animation
-----------------------------------------------------*/
.fade_in {
  -webkit-animation: fade_in_animation 2s;
          animation: fade_in_animation 2s;
}

@-webkit-keyframes fade_in_animation {
	0% { opacity: 0;}
	50% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/* =Heading
----------------------------------------------------- */

.h-main {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: solid 3px rgba(36, 145, 143, 0.25);
	font-size: 1.5rem;
	color: #EE7A01;
	font-weight: bold;
}


.h-sub {
	margin-bottom: 30px;
	padding-bottom: 0.5em;
	border-bottom: solid 3px #dcdcdc;
	font-size: 1.125rem;
	color: #000;
	font-weight: bold;
}

.h-simple {
	margin-bottom: 30px;
	font-size: 1rem;
	color: #000;
	font-weight: bold;
}

.h-bar {
	margin-bottom: 30px;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: rgba(36, 145, 143, 0.05);
	font-size: 1.2rem;
	color: #EE7A01;
	font-weight: normal;
}

.h-main em,
.h-sub em {
	display: block;
	font-size: 0.8375rem;
}

#header-in .head_comment01 {
  position: absolute;
  font-size: .8rem;
  top: 40px;
  font-weight: bold;
  padding-left: 15px;
}

.box .head_comment02 { margin-top: 20px;}

/* =Buttons
----------------------------------------------------- */

.button-link {
	display: block;
	margin: auto;
	padding: 1em 15px;
	max-width: 250px;
	background: url(../images/i-arrow-right-w.png) no-repeat 92% center;
	background-size: auto 18px;
	background-color: #EE7A01;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}

.button-link:hover {
	background-color: #e099bf;
	background-position: 95% center;
}

.button-layer,
.button-layer:after,
.button-layer span {
	width: 360px;
	max-width: 100%;
	height: 60px;
}
.button-layer {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-weight: 200;
	font-size: 1rem;
	letter-spacing: 0.14em;
}
.button-layer span {
	display: block;
	position: absolute;
	z-index: 3;
	left: -4px;
	top: -4px;
	padding: 0 2em;
	line-height: 60px;
	border: solid 1px #EE7A01;
	background: url(../images/i-arrow-right-w.png) no-repeat 95% center;
	background-size: 17px auto;
	background-color: #EE7A01;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}

.button-layer:after {
	content: ".";
	font-size: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	border: solid 1px #EE7A01;
	background-color: #fff;
}

.button-layer:hover span {
	background-color: rgba(36, 145, 143, 1);
	left: 0;
	top: 0;
}

.button-more {
	display: block;
	padding: 0.5em 20px;
	background-size: auto 18px;
  background-color: #EE7A01;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: auto;
  position: relative;
}

.button-more::after {
  font-family: 'Font Awesome 5 Free' ;
  content: "\f105";
  text-align: right;
  position: absolute;
  right: 20px;
}

.button-more:hover {
	background-color: #7F0037;
}

.button-more:hover::after {
  right: 15px;
}

.button-more-down {
	display: block;
	padding: 0.5em 20px;
	background-size: auto 18px;
  background-color: #EE7A01;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: auto;
  position: relative;
}

.button-more-down::after {
  font-family: 'Font Awesome 5 Free' ;
  content: "\f107";
  text-align: right;
  position: absolute;
  right: 20px;
}

.button-more-down:hover {
	background-color: #7F0037;
}

.button-more-down:hover::after {
  right: 20px;
  bottom: 20px;
}

.pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    margin: auto;
    color: #FFF;
}

.pagetop a {
  display: block;
  text-align: center;
  text-decoration: none;
  width:120px;
  height:40px;
  position: relative;
}

.pagetop a span{

}

/* =Horizontal Rule
----------------------------------------------------- */
hr {
	clear: both !important;
	border: 0;
	height: 1px;
	margin: 60px 0;
	background-color: transparent;
}

/* =Decoration
----------------------------------------------------- */
.fc-focus { color:#900;}
.fc-theme { color: #EE7A01;}
.span-theme { display:inline-block; background: #EE7A01; padding:2px 12px; color:#fff; font-weight:bold; font-size:12px;}

/* =List
----------------------------------------------------------- */
/* Inline */
.list-inline li { display: inline-block; margin: 0 15px 0 0;}
.list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dcdcdc;
}
.list li span {
	display: block;
	font-weight: normal;
	font-size: 1em;
	margin-top: 0.5em;
}


/* =Frame
----------------------------------------------------- */

.frame {
	padding: 2.5em;
	margin-bottom: 1.5em;
}

.frame-simple {
	background-color: #fff;
}

.frame-border {
	border: solid 1px #ccc;
}

.frame-red {
	border: solid 3px #F02379;
}

.frame-theme {
	background-color: rgba(36, 145, 143, 0.05);
}


/* =Columns
----------------------------------------------------------- */

.splitColumn {
	overflow:hidden;
}
.splitColumn .row {
	width: 105%;
	margin-left: -2.5%;
}
.splitColumn .row .col{
	float: left;
	margin: 0 2.5% 5%;
}
.splitColumn .row.column-2 .col {width: 45%;}
.splitColumn .row.column-3 .col {width: 28.3333%;}
.splitColumn .row.column-4 .col {width: 20%;}
.splitColumn .row.column-5 .col {width: 15%;}
.splitColumn .row.column-6 .col {width: 13.66%;}



/*
-----------------------------------------------------

	=Header

-----------------------------------------------------
*/

#header #header-in { padding: 20px 0 20px; position: relative;}

#header {
  position: fixed;
  width: 100%;
  height: 140px;
  margin: auto;
  z-index: 199;
  padding: 30px 40px;
  transition: ease 0.5s;
  background-color: #FFF;
}

#header .h_copy {
    font-size: 14px;
    text-align: left;
    color: #1B428A;
    margin-bottom: 20px;
    display: block;
}

#header .logo {

}

#header .logo-img img {
  float: left;
  margin-bottom: 0;
  width: 100%;
  max-width: 566px;
}

#header .btn_h_entry {
  position: absolute;
  position: fixed;
  z-index : 1;
  right : 120px;
  top   : 40px;
  width : 300px;
  height: 60px;
  display: block;
}

#header .btn_h_entry img {
  width: 100%;
}

#header.changeColor {
  /*transition: ease 0.5s;*/
}

#header.changeColor #nav ul li a {

}


/* =Navigation
----------------------------------------------------- */

#nav ul li a em {
	display: block;
	font-size: 10px;
	font-weight: 300;
	font-family: 'Song Myung', serif;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 40px;
  top   : 40px;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background-color: #1B428A;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 3px ;
  left    : 20px;
  background : #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 28px;
}
.hamburger span:nth-child(3) {
  top: 36px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 28px;
  background :#FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 28px;
  background :#FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #333;
  background: #1B428A;
  text-align: center;
  overflow-y: visible;
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: auto;
  padding-top: 110px;
  padding-bottom: 70px;
  min-height: 100vh;  
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 10px 50px;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:hover{
  background :#FFF;
}



nav.globalMenuSp ul li a {
  display: block;
  color: #FFF;
  padding: 1em 0;
  text-decoration :none;
}

nav.globalMenuSp ul li:hover a {
	color: #1B428A;
  font-weight: bold;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
display: block;
visibility: visible;

}


/* =Key Visual (Top Only)
----------------------------------------------------- */
#keyvisual {
	background-size: cover;
  background-color: #DCDCDC;
  position: relative;
  z-index: -5;
}

#keyvisual .flex .box_left,
#keyvisual .flex .box_right {
  width: 50%;
  height: 100%;
  height: calc(100vh - 140px);
  margin-top: 140px;
}

#keyvisual .flex .box_left {
  position: relative;
  background-image: url(../images/bg_key_1.png);
  background-size: cover;
  background-position: center;
}

#keyvisual .key_logo {
  position: absolute;
  width: 100%;
  max-width: 300px;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

#keyvisual h1 {
  position: absolute;
  top: 45%;
  left: 0;
  right:0;
  width: 360px;
  margin: auto;
}


#keyvisual h1 p{
	text-align: center;
	}
	
#keyvisual h1 img {
  width: 100%;
}

#keyvisual .flex .box_right {
  position: relative;
  background-image: url(../images/bg_key_2.png);
  background-size: cover;
  background-position: center;
}

#js-slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}



/*
-----------------------------------------------------

	=Footer

-----------------------------------------------------
*/
/* フッター */
#footer {
  background-color: #FFF;
  padding: 40px 0;
  border-top: 2px solid #1B428A;
}

#footer .logo-img {
  width: 300px;
  margin-bottom: 20px;
}

#footer .logo-img img {
    float: left;
}

#header .btn_f_entry {
  float: right;
  width : 300px;
  height: 60px;
  display: block;
}

#footer nav {

}

#footer nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

#footer nav ul li {
    padding: 0 40px 0 0;
}

#footer nav ul li:last-child {
  padding-right: 0;
}

#footer nav ul li a {
    display: block;
    margin: 0px 0;
    color: #1B428A;
    height: 100%;
    padding-top: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1.75;
}

#footer nav ul li a:hover {
  opacity: 0.7;
}

#footer .copyright {
  color: #1B428A;
  font-size: 12px;
}


/*
-----------------------------------------------------

	=Main Column

-----------------------------------------------------
*/
#page {}
#main { clear:both; margin: 0 auto;}

.home #breadcrumbs { display: none; }
#breadcrumbs {
	margin-bottom: 0px;
	padding: 25px 0;
}
#breadcrumbs,
#breadcrumbs a {
	color: inherit;
}
#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumb-area {
  width: 100%;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb li {
  display: inline-block;
  color: #000;
  padding-top: 8px;
}

.breadcrumb li a {
  color: #000;
}

.subtitle-area {
  width: 100%;
  height: 160px;
  background-image: url(../images/sub-key.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.subtitle-area h2 {
  font-size: 1.0rem;
  display: block;
  padding-top: 10px;
  align-items: center;
}

.subtitle-area em {
  color: #FFF;
  font-size: 28px;
  display: block;
  font-weight: 900;
  align-items: center;
  padding-top: 30px;
}

.subtitle-area .strong-red {
  color: #EE7A01;
  font-size: 20px;
  display: block;
  font-weight: 900;
  align-items: center;
}


.prof {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.prof dt {
  width: 20%;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 10px;
}

.prof dd {
  width: 80%;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 10px;
}

.view-all {
  float: right;
}

.view-all .button-all {
  background-size: auto 18px;
  background-color: #EE7A01;
  border-radius: 4px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 26px;
  margin: auto;
  position: relative;
}

.view-all .button-all:hover {
  background-color: #7F0037;
}

/*
-----------------------------------------------------

	=Toppage

-----------------------------------------------------
*/
.btn_link {
  background-color: #1B428A;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  padding: 25px 35px;
  width: 100%;
  max-width: 480px;
  margin: auto;
  display: block;
  border-radius: 8px;
  position: relative;
}

.btn_link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  right: 55px;
  font-weight: bold;
  transition: ease 0.5s;
}

.btn_link:hover {
  opacity: 0.7;
}

.btn_link:hover::after {
  right: 30px;
}

.section_ttl {
  background-color: #FFF;
  border-top: 3px solid #1B428A;
  border-bottom: 3px solid #1B428A;
  padding: 60px 0;
}

.section_ttl h2 {
  text-align: center;
  color: #1B428A;
  font-weight: bold;
  font-size: 24px;
  margin: auto;
}

.section_ttl h2 em {
  font-size: 54px;
  color: #1B428A;
  line-height: 1.5;
}

#clinic {}

#clinic .clinic {
  background-color: #E9EDF4;
  background-image: url(../images/bg_blue_1.png);
  background-repeat: repeat;
}

#clinic .clinic h3 {
  max-width: 580px;
}

#clinic .clinic h4 {

}

#clinic .clinic .flex {
  padding: 0 40px;
  margin-bottom: 30px;
}


#job {}

#job .job {
  background-color: #E9EDF4;
  background-image: url(../images/bg_blue_1.png);
  background-repeat: repeat;
}

#job .job h3 {
  max-width: 542px;
}

#job .job .flex {
  margin-bottom: 90px;
}

#job .job .flex .img_box {
  width: 40%;
}

#job .job .flex .txt_box {
  width: 58%;
}

#job .job .flex .txt_box p {
  margin-bottom: 40px;
  text-align: left;
  font-size: 18px;
  color: #1B428A;
  font-weight: bold;
  padding-left: 35px;
}

#faq {}

#faq .faq {
  background-color: #E9EDF4;
  background-image: url(../images/bg_blue_1.png);
  background-repeat: repeat;
}

#faq .faq h3 {
  position: relative;
  font-size: 30px;
  color: #1B428A;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 160px);
  height: 76px;
  border: 2px solid #1B428A;
  margin: auto;
  margin-bottom: 80px;
  line-height: 2.5;
  display: block;
  background-color: #FFF;
}

#faq .faq h3::before {
  content: "Q1";
  font-size: 48px;
  font-weight: bold;
  font-family: din-condensed, sans-serif;
  text-align: center;
  border-right: 2px solid #1B428A;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 76px;
  background-color: #FFFAA0;
  line-height: 1.5;
}

.faq_content {
	margin-bottom: 40px;
}

.faq_content li {
	width:100%;
	background-color: #FFF;
	border: 2px solid #1B428A;
	color: #1B428A;
	font-size: 28px;
	font-weight: bold;
	padding: 15px 20px;
	position: relative;
	padding-right: 110px;
	padding-left: 110px;
	box-shadow: 6px 6px 0px #CCC;
	margin-bottom: 20px;
	cursor: pointer;
}

.faq_content li:before {	
	font-family: din-condensed, sans-serif;
    content: "Q";
    font-size: 48px;
	border-right: 2px solid #1B428A;
    font-weight: 900;
    color: #1B428A;
	height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
	padding: 0 20px;
	line-height: 1.8;
	background-color:#FFFAA0;
}

.faq_content .answer {
	display: none;
	margin-bottom: 40px;
    text-align: left;
    font-size: 18px;
	font-weight: bold;
    color: #1B428A;
	background-color: #FFF;
	padding: 15px;
}

.faq_content li:nth-of-type(1):before{ content: "Q1";}
.faq_content li:nth-of-type(2):before{ content: "Q2";}
.faq_content li:nth-of-type(3):before{ content: "Q3";}
.faq_content li:nth-of-type(4):before{ content: "Q4";}
.faq_content li:nth-of-type(5):before{ content: "Q5";}
.faq_content li:nth-of-type(6):before{ content: "Q6";}
.faq_content li:nth-of-type(7):before{ content: "Q7";}
.faq_content li:nth-of-type(8):before{ content: "Q8";}
.faq_content li:nth-of-type(9):before{ content: "Q9";}
.faq_content li:nth-of-type(10):before{ content: "Q10";}
.faq_content li:nth-of-type(11):before{ content: "Q11";}
.faq_content li:nth-of-type(12):before{ content: "Q12";}

.faq_content li:after {
	font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-size: 28px;
	border-left: 2px solid #1B428A;
    font-weight: 900;
    color: #1B428A;
	height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
	padding:0 25px;
	line-height: 3;
}

.faq_content li.active:after {
	content: "\f077";
}

/*
-----------------------------------------------------

 	=Subpages

-----------------------------------------------------
*/
#header.subheader {
  position: fixed;
  left: 0;
  top:0;
}

#header.subheader nav ul li a {

}

#sub-keyvisual {
  margin-top: 140px;
  /*
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  margin-top: 100px;
  min-height: 320px;
  background-image: url(../images/top_key_1.jpg);
  background-size: cover;
  background-position: center;
  */
}

#sub-keyvisual h1 {
  display: none;
}

.breadcrumb_area {
  background-color: #1B428A;
  padding: 10px 40px;
}

.breadcrumb_area ul {
  display: flex;
  align-items: center;
  margin: auto;
}

.breadcrumb_area ul li {
  margin-right: 15px;
  color: #FFF;
  font-size: 12px;
}

.breadcrumb_area ul li a {
  color: #FFF;
  font-size: 12px;
}

.tlt_sec {
  font-size: 24px;
  color: #1B428A;
  border-bottom: 2px solid #1B428A;
  margin-bottom: 40px;
  text-align: left;
}

#ourclinic {}

#ourclinic .subkeyv h2 {
  max-width: 580px;
  margin-bottom: 0;
}

#ourclinic .intro h3.txt_img {
  max-width: 400px;
  margin-bottom: 30px;
}

#ourclinic .intro h3 {
  font-size: 40px;
  text-align: center;
  color: #1B428A;
  font-weight: bold;
  margin-bottom: 70px;
}

#ourclinic .intro p {
  font-size: 18px;
  text-align: center;
  color: #1B428A;
  font-weight: bold;
}

#ourclinic .point .point_box {
  border-top: 1px solid #1B428A;
}

#ourclinic .point .flex {
}

#ourclinic .point .flex .txt_box {
  width: 60%;
}

#ourclinic .point .flex .img_box {
  width: 35%;
}

#ourclinic .point .flex .txt_box h2 {
  max-width: 562px;
  margin: 0 0 70px 0;
}

#ourclinic .point .flex .txt_box p {
  font-size: 20px;
  color: #1B428A;
  text-align: left;
  line-height: 2.0;
  margin-bottom: 0;
  font-weight: bold;
}

#ourclinic .ourdoctor {
  background-color: #F9F8EF;
}

#ourclinic .ourdoctor h2 {
  max-width: 495px;
  text-align: center;
  margin-bottom: 50px;
}

#ourclinic .ourdoctor p {
  color: #1B428A;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#ourclinic .ourdoctor p.note {
  font-size: 16px;
  text-align: left;
  max-width: 700px;
  margin: auto;
}

#ourclinic .ourdoctor h3 {
  color: #1B428A;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

#ourclinic .comment {
  background-color: #E9EDF4;
  background-image: url(../images/bg_blue_1.png);
  background-repeat: repeat;
}

#ourclinic .comment .white_card {
  width: 49%;
  background-color: #FFF;
  padding: 20px 40px;
  color: #1B428A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2%;
  box-shadow: 2px 2px 4px #DCDCDC;
}

#ourclinic .comment .white_card .head {
  display: flex;  
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#ourclinic .comment .white_card .head .img_box {
  width: 200px;
  display: block;
}

#ourclinic .comment .white_card .head .txt_box {
  padding-left: 20px;
  padding-top: 50px;
}

#ourclinic .comment .white_card .head .txt_box h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

/*---------------------*/

#schedule .subkeyv h2 {
  max-width: 542px;
  margin-bottom: 0;
}

#schedule .pagekeyv {

}

#schedule .pagekeyv .img_box,
#schedule .pagekeyv .txt_box {
  width: 50%;
}

#schedule .pagekeyv .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#schedule .pagekeyv .txt_box {
  padding: 90px;
  background-color: #1B428A;
  font-weight: bold;
  color: #FFF;
}

#schedule .pagekeyv .txt_box h2 {
  font-size: 40px;
  text-align: left;
}

#schedule .pagekeyv .txt_box p {
  font-size: 20px;
  line-height: 2.5;
}

#schedule .schedule {
  background-color: #F9F8EF;
}

#schedule .schedule article {
  background-color: #FFF;
  padding: 90px 70px;
  margin-bottom: 80px;
}

#schedule .schedule article h2 {
  text-align: center;
    color: #1B428A;
    font-weight: bold;
    font-size: 24px;
    margin: auto;
}

#schedule .schedule article h2 em {
  font-size: 54px;
  color: #1B428A;
  line-height: 1.5;
}

#schedule .schedule article table {
  color: #1B428A;
  font-weight: bold;
  text-align: left;
  margin-top: 80px;
}

#schedule .schedule article table th,
#schedule .schedule article table td {
  padding: 0;
}

#schedule .schedule article table tr .left-1 {
  max-width: 200px;
  line-height: 1.5;
}

#schedule .schedule article table tr .left-2 {
  max-width: calc(40% - 200px);
  text-align: right;
  border-right: 1px solid #1B428A;
  line-height: 1.5;
  padding-right: 60px;
}

#schedule .schedule article table tr .right-1 {
  width: 60%;
  text-align: left;
  line-height: 1.5;
  padding-left: 60px;
}


#schedule .schedule article table tr .label {
  max-width: 200px;
}

#schedule .schedule article table tr em {
  font-size: 48px;
  text-align: right;
}

#schedule .schedule article table tr h3 {
  font-size: 36px;
}

#schedule .schedule article table tr p {
  font-size: 16px;
}

#schedule .schedule article table tr p.note {
  font-size: 14px;
  font-weight: normal;
}

#schedule .schedule article table tr .right-1 img {
  margin-bottom: 40px;
}

#schedule .schedule article table tr .right-1 .comment_area {
  background-color: #F3F5F9;
  padding: 30px;
  margin-bottom: 40px;
}

#schedule .schedule article table tr .right-1 .comment_area h4 {
  max-width: 211px;
  text-align: left;
  margin: 0 0 20px 0;
}

#schedule .schedule article table tr .right-1 .comment_area h4 img {
  margin-bottom: 0;
}

#schedule .schedule article table tr .right-1 ul {
  margin-bottom: 0;
}

#schedule .schedule article table tr .right-1 ul li {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 30px;
  display: flex;
}

#schedule .schedule article table tr .right-1 ul li:last-child {
  margin-bottom: 0;
}

#schedule .schedule article table tr .right-1 ul li:before {
  content: "●";
  padding-right: 10px;
}

#schedule .schedule article table tr .right-1 .comment_area p {
  font-size: 14px;
  font-weight: normal;
}

#schedule .schedule article table tr .right-1 ul.compact {
  margin-bottom: 80px;
}

#schedule .schedule article table tr .right-1 ul.compact li {
  margin-bottom: 10px;
}


.r_content {}

.r_content table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.r_content table td {
  border: 1px solid #DCDCDC;
}

.entry_content table { 
	  max-width: 840px;
  width: 100%;
  margin: 40px auto;
}

.entry_content table tr {
	border-bottom: solid 1px #ddd;
}

.entry_content table em {
	float: right;	
    background: #1B428A;
    color: #fff;
    font-size: 80%;
    padding: 0.3em 0.3em;
    border-radius: 5px;
    font-style: bold;
}

.entry_content input[type*="submit"] {
    display: block;
	width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
    padding: 15px;
    border: none;
    background-color: #1B428A;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -ms-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
}

input[type="text"], input[type="submit"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input[type=text] {
}
input[type=text], input[type=email], input[type=password], textarea, select {
    background-color: #fff;
    color: #777;
    -webkit-box-shadow: inset 2px 2px 0 #ddd;
    -moz-box-shadow: inset 2px 2px 0 #ddd;
    box-shadow: inset 1px 1px 0 #ddd;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 1;
}
input[type=text], input[type=email], input[type=password], textarea {
    padding: 0.7em;
    font-size: 100%;
    font-weight: inherit;
    color: inherit;
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    width: 100%;
}

/*
-----------------------------------------------------


#content { margin-bottom: 90px;}

/* =よくある質問
----------------------------------------------------- */

/*
-----------------------------------------------------

	=Media Queries Responsive Structure

-----------------------------------------------------
*/

/* Desktop
----------------------------------------------------- */
@media screen and (max-width: 1279px) {
  .fixed-btn {
    display: none!important;
  }
}

@media screen and (min-width: 801px) {
	.sp { display: none !important; }
	#container {

	}
	.button-open,
	.button-close { display: none !important;}


	a {
	  -webkit-transition: all ease-out 0.1s;
	     -moz-transition: all ease-out 0.1s;
	      -ms-transition: all ease-out 0.1s;
	          transition: all ease-out 0.1s;
	}
  /*
	a img {
	  -webkit-transition: all ease-out 0.2s;
	     -moz-transition: all ease-out 0.2s;
	      -ms-transition: all ease-out 0.2s;
	          transition: all ease-out 0.2s;
	}
  */
}

/* Wide */
@media screen and (min-width: 1119px) {
  .schedule p { font-size: 14px;}
  #header .info .tel .bunner_area a { font-size: 18px; }
  #header .info .tel .bunner_area a::before { font-size: 22px; }
  #top-contents .doctor .flex-r p .strong { font-size: 28px; }
  #footer #footer-in .bunner_area a { font-size: 18px; }
  #footer #footer-in .bunner_area a::before { font-size: 22px; }
  #action .bunner_area a { font-size: 18px; }
  #action .bunner_area a::before { font-size: 22px; }
}

@media screen and (min-width: 801px) and (max-width: 1118px) {

  .small:before {
    content: "\A";
		white-space: pre;
  }
}


/* iPad & iPhone
----------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 800px) {
	html{ font-size: 13px; }
	body{margin:0 auto;}
	.sp { display: block !important;}
	.pc { display: none !important;}

	p {}
	hr { margin: 20px 0;}
	iframe { width:100%;}

	/* Reset
	--------------------------------------------------*/
	a[class*="button-"] { background-size: 12px auto; }

	.block { margin: 0 auto 20px !important;}
	.parent, .parent .child { position: static !important; height: auto !important;}

	.row li,
	.column-1 .col,
	.column-2 .col,
	.column-3 .col,
	.cntL,
	.cntR,
	.parent .child {
		float:none !important;
		width:100% !important;
		margin:0 auto 20px !important;
		padding:0 !important;
	}
	.row li:last-of-type,
	.row .col:last-of-type,
	.cntL:last-of-type,
	.cntR:last-of-type { margin-bottom: 0 !important;}

	.splitColumn { overflow:hidden;}
	.splitColumn .row { width:100%; margin-left:0;}
	.splitColumn .row .col{}
	.column-4 .col,
	.column-5 .col,
	.column-6 .col { width: 50% !important;}

  .col2-box,
  .col3-box,
  .col4-box {
    display: block;
    margin: auto;
  }
  .col2-box .box,
  .col3-box .box,
  .col4-box .box {
    width: 100% !important;
    padding: 20px;
    padding-bottom: 60px;
    margin: auto;
    margin-bottom: 20px;
  }

	.list-inline li { display: inline-block; margin: 0 0 10px;}

  #action .title-area em,
  .gray-feeld .white-box em {
    line-height: 1.5;
    font-size: 24px;
  }

  #action .title-area h3,
  .gray-feeld .white-box h3 {
    font-size: 16px;
  }
	/* Global Style
	--------------------------------------------------*/
	.wrapper {
		width: auto !important;
		padding: 6.25% 6.25vw !important;
		margin: auto !important;
	}

  .flex_wrap .flex-l, .flex_wrap .flex-r {
    width: 100%!important;
  }
  .flex_wrap .flex-r { margin-top: 30px; }
  .googlecal { padding-bottom: 75%; }
  .w360px { width: 100%!important;}
	/* Header
	--------------------------------------------------*/
	#header {
		background-color: #fff;
	}
	#header #header-in {}
	#header .logo {
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding-top: 0 !important;
	}
	#header .logo img { max-width: 100%; margin-bottom: 20px}

	/*#header .info { display: none;}*/
	#header .info { margin-bottom: 0; text-align: center; }
	#header .info .subnav,
	#header .info .tel { float: none;}
  #header .info .subnav { display: none;}
  #header-in .head_comment01 {
    font-size: 0.80rem;
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  #header .info .tel .tel_block { padding-right: 20px;}

	/* Key Visual */
	#keyvisual #keyvisual-in { height: auto;}
	#keyvisual #keyvisual-in .copy {
		display: none;
		position: static;
		width: 60%;
		margin: 0;
		padding: 50px 0 0;
	}
  #keyvisual .key-copy { top: 20%; }
  #keyvisual .key-copy h2 { font-size: 32px; }
  #keyvisual .key-copy p { font-size: 16px; }

  #header .info .tel .bunner_area a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .tel {
    position: static;
    margin: auto;
    width: 100%;
  }

  #header .tel .tel_block {
    max-width: inherit;
  }

  #header .info { padding: 0; }
  #header .flex-wrap .flex-r { width: 100%;}
  #header-in .head_comment01,#header .flex-wrap .flex-l { padding: 0; }
  #header-in .head_comment01 { padding-right: 0px; }

	#keyvisual #keyvisual-in .copy .box01 { margin-bottom: 20px;}
	#keyvisual #keyvisual-in .copy .box02 { display: none;}

  .schedule p {
    display: block;
    font-size: 14px;
    padding: 10px 0 10px;
  }
  .top-nav {
    width: 100%;
    height: 70px;
  }
  .top-nav img {
    width: 70%;
    max-width: 320px;
    position: absolute;
    top: 15px;
		left: 6.25%;
  }
	/* Navigation */
	.button-open,
	.button-close {
		position: absolute;
		z-index: 2;
		top: 20px;
		right: 6.25%;
		padding: 5px;
		color: #EE7A01;
		font-size: 30px;
		font-weight: 900;
		line-height: 1;
		border: solid 2px #EE7A01;
		border-radius: 0px;
		letter-spacing: 0;
		line-height: 1;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
    text-align: center;
	}
	.button-open:hover,
	.button-close:hover {}
	.button-open i,
	.button-close i { }
	.button-close { display: none;}
  .button-open span,.button-close span { display: block; font-size: 10px;}

	/* Toggle Navigation */
	#nav {
		position:absolute;
		position:fixed;
		z-index:999999;
		top:0;
		left:0;
		width: 200px !important;
		height:100% !important;
		padding:0 !important;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
		text-align: center;
		background: #fff;
		-webkit-transform:translate3d(-100%,0,0);
		-moz-transform:translate3d(-100%,0,0);
		-ms-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
		-webkit-transition: all ease-out 0.2s;
		-moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}
	#nav.on {
		-webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	#nav ul { padding: 0;}
	#nav ul li {
		display: block;
		float: none !important;
		width: 100%!important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#nav ul li a {
		display: block;
		width: auto;
		margin: auto !important;
		padding: 15px 0 !important;
		font-size: 16px;
		font-weight: bold;
    border-bottom: solid 1px #DCDCDC;
        color: #333;
	}

	/* Customize */
	#nav .wrapper { padding: 0 !important;}
  #nav.on { border-right: solid 2px #EE7A01; }
	#nav ul li.tel a { padding: 30px 12.5% !important; background-color: transparent !important;}

  .breadcrumb-area .wrapper { padding: 0!important; }
  .breadcrumb-area .wrapper ul {
    padding: 0 10px;
  }

  .subtitle-area {
    display: block;
    text-align: center;
  }
  .subtitle-area h2 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
  }
  .subtitle-area em { padding: 0; font-size: 24px; padding-top: 30px;}

	/* Footer
	--------------------------------------------------*/

	/* TIME TABLE & ACCESS */
	#timetable-area { padding: 0;}
	.timetable { margin-bottom: 10px; }
	.access { margin-bottom: 0; }
	.access p { margin-bottom: 15px; }
	.access strong { font-size: 1.2em; }
	#timetable-area .table-route { display: none; }
	#button-pagetop { padding: 6.25vw;}

	#footer {
		padding: 0;
	}
	#footer #footer-in { margin-bottom: 0; }
	#footer #footer-in .wrapper { padding-bottom: 0 !important; }
	#footer .logo img { max-width: 60%; }
	#footer .nav { margin-bottom: 0; }

  #footer #footer-in .logo_area { width: 100%; }
  #footer #footer-in .tel_block { width: 50%; padding-right: 15px; margin: auto; display: block;}
  #footer #footer-in .bunner_area { width: 50%; margin: auto; display: block; }
  #footer #footer-in .bunner_area a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer #footer-in {
    padding-top: 25px;
  }
  #footer .nav { width: 100%; border-bottom: solid 1px #DCDCDC; border-top: solid 1px #DCDCDC; padding: 10px 0; }
  #footer .nav .flex_wrap { padding: 0; padding-right: 40px; }
  #footer .nav ul { margin: inherit!important; width: 50%; padding: 10px!important;}

	/* Common Parts
	--------------------------------------------------*/
	#content { margin-bottom: 0; }
	.section { padding: 40px 0; }
	.h-main { margin-bottom: 15px; font-size: 1.2rem; }
	.button-layer, .button-layer:after, .button-layer span { height: 40px; }
	.button-layer span { line-height: 40px; }
  .white-box { margin-bottom: 40px;}
  .flex-wrap .flex-l, .flex-wrap .flex-r { width: 100%; }
  .flex-wrap .flex-r  { padding: 20px 0; }
  .flex-wrap .flex-l, .flex-wrap .flex-r { margin-bottom: 20px; }

  .pr30 { padding-right: 0;}
  .pl30 { padding-left: 0;}

	/* Toppage
	--------------------------------------------------*/
.inner {
  padding: 6.25% 6.25vw;
}

.top-nav img {
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
  width: auto;
}

.button-open, .button-close {
  color: #FFF;
  border: solid 2px #FFF;
}

#header {
  height: 90px;
  top: 0;
  position: fixed;
  background-color: #FFF;
  padding: 20px;
}

#header.changeColor {
  transition: ease 0.0s;

}

#header .h_copy {
  font-size: 10px;
  margin-bottom: 15px;
}

#header .logo-img {
  padding-right: 60px;
}

.hamburger {
  top:  20px;
  right: 20px;
  width: 48px;
  height: 48px;
}

#header .logo-img img {
  max-width: 360px;
}

.hamburger span {
  left: 14px;
}

.hamburger span:nth-child(1) {
  top: 14px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1),.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 22px;
}

#header.changeColor #nav ul li a {
  color:#FFF;
}

#header.subheader {

}

#header.subheader nav ul li a {
}


#keyvisual {
  padding: 0 !important;
  margin-top:90px;
  height: auto;
}

#keyvisual .flex {
  flex-wrap: wrap;
}
#keyvisual .flex .box_left,
#keyvisual .flex .box_right {
  margin: auto;
  width: 100%;
}

#keyvisual .flex .box_left {
  height: 100vw;
  padding: 6.25% 6.25vw !important;
  background-image: url(../images/bg_key_2.png);
}

#keyvisual .key_logo,
#keyvisual h1 {
  position: relative;
  top: 10%;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

#keyvisual h1 {
  width: 70%;
}

#keyvisual .flex .box_right {
  height: 60vh;
  background-position: center;
  display: none;
}

.section_ttl {
  padding: 0;
}

.btn_link {
  font-size: 18px;
  padding: 20px 20px;
}

.btn_link::after {
  right: 25px;
}

.btn_link:hover::after {
  right: 25px;
}

#nav ul li a {
  padding: 5vh 0!important;
}

#nav ul {
  display: block;
}


#clinic .clinic .flex {
  padding: 0;
}

#clinic .clinic .flex .w-30 {
  width: 100%;
}

#job .job .flex .img_box,
#job .job .flex .txt_box {
  width: 100%;
}

#job .job .flex .img_box {
  margin-bottom: 30px;
}

#job .job .flex .txt_box p {
  padding: 0;
  margin-bottom: 30px;
}

#footer .flex {
  flex-wrap: wrap;
}

#footer .logo-img {
  max-width: 300px;
  margin-bottom: 30px;
}

#footer .btn_f_entry {
  max-width: 300px;
  margin-bottom: 30px;
}

#footer .copyright {
  font-size: 10px;
}


/* Subpages */
#sub-keyvisual {
  margin-top: 90px;
}

.breadcrumb_area {
  padding: 10px 20px;
}

#ourclinic .intro h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

#ourclinic .intro p {
  font-size: 14px;
}

#ourclinic .point .flex.wrap {
  flex-wrap: wrap-reverse;
}

#ourclinic .point .flex .txt_box,
#ourclinic .point .flex .img_box {
  width: 100%;
}

#ourclinic .point .flex .img_box {
  margin-bottom: 40px;
}

#ourclinic .point .flex .txt_box h2 {
    margin: 0 0 20px 0;
}

#ourclinic .point .flex .txt_box p {
  font-size: 14px;
}

#ourclinic .ourdoctor p.sp_font {
  font-size: 14px;
}

#ourclinic .ourdoctor p.note {
  font-size: 10px;
}

#ourclinic .comment .white_card {
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
}

#ourclinic .comment .white_card .head .img_box {
  margin: auto;
  margin-bottom: 30px;
}

#ourclinic .comment .white_card .head .txt_box {
  padding: 0;
}

#ourclinic .comment .white_card p.sp_font {
  font-size: 14px;
}

#schedule .pagekeyv .flex {
  flex-wrap: wrap-reverse;
}

#schedule .pagekeyv .img_box,
#schedule .pagekeyv .txt_box {
    width: 100%;
}

#schedule .pagekeyv .txt_box {
  padding: 6.25% 6.25vw;
}

#schedule .pagekeyv .txt_box h2 {
  font-size: 24px;
}

#schedule .pagekeyv .txt_box p {
  font-size: 16px;
}

#schedule .schedule article {
  padding: 20px 15px;
}

#schedule .schedule article table tr em {
  font-size: 16px;
}

#schedule .schedule article table tr .left-1 {
  width: 30%;
  max-width: inherit;
}

#schedule .schedule article table tr .left-2 {
  width: 10%;
  max-width: inherit;
  padding-right: 15px;
  padding-left: 15px;
}

#schedule .schedule article table tr .right-1 {
  width: 60%;
  padding-left: 15px;
}

#schedule .schedule article table tr h3 {
  font-size: 16px;
  line-height: 1.5;
}

#schedule .schedule article table tr p {
  font-size: 12px;
  line-height: 1.5;
}

#schedule .schedule article table tr .right-1 .comment_area {
  padding: 15px;
}

#schedule .schedule article table tr .right-1 ul li,
#schedule .schedule article table tr .right-1 .comment_area p,
#schedule .schedule article table tr p.note {
  font-size: 10px;
  line-height: 1.5;
}

#schedule .schedule article table tr .right-1 .comment_area .flex .w-50 {
  padding: 0;
  width: 100%;
}
	
.entry_content table tr {
	display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
	
.entry_content table th,
.entry_content table td {
	display: block;
    padding: 5px;	
}	
	
	.faq_content li {
		font-size: 14px;
		padding: 10px 50px 10px 50px;
		margin-bottom: 20px;
		line-height: 1.5;
	}

	.faq_content li:after {
		padding: 10px 8px;
		font-size: 16px;
		line-height: 1.5;
	}
	
	.faq_content li:before {
		padding: 10px 8px;
		font-size: 16px;
		line-height: 1.5;
	}
	
	
.faq_content .answer { 
		font-size: 14px;
	}
	
/* iPad
-----------------------------------------------*/
@media screen and (min-width: 641px) and (max-width: 868px) {
	body{}
  #keyvisual .key-copy h2 { font-size: 24px; }
  #keyvisual .key-copy p { font-size: 14px; }
}

/* iPhone
-----------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 640px) {
  #keyvisual .key-copy h2 { font-size: 16px; }
  #keyvisual .key-copy p { font-size: 10px; }
	html{}
	body{}

	/* Apperance
	--------------------------------------------------*/

	/* Reset
	--------------------------------------------------*/
	table th,
	table td{font-size:11px !important;padding:15px;}
  .timetable .maru { color: rgb(36, 145, 143); font-weight: bold; font-size: 12px !important;}

  #top-contents .instagram h3 {
    font-size: 16px;
  }
  #footer .nav ul li {
    font-size: 0.8rem;
  }
	iframe{}
	form tr,
	form th,
	form td,
	form span {  text-align: left; max-width: 100%;}
	form tr { padding: 10px 0; margin: 0; border-bottom: none;}
	form th,
	form td { width: 100% !important; padding: 5px 0 !important; font-size: 1em !important; background-color: transparent; border: none !important;}


	/* */
	img[class*="align"],
	.alignleft,
	.alignright,
	.aligncenter { display:block !important; float:none !important; max-width: 100% !important;margin:0 auto 6% !important; margin-right: auto !important; padding: 0% !important; text-align:center !important;}

	#breadcrumbs {
		padding: 0;
		line-height: 1.75;
		font-size: 10px;
		letter-spacing: 0;
		background-color: #f1f1f1;
	}
	#breadcrumbs .wrapper {
		padding: 15px 6.25vw !important;
	}

  #footer #footer-in p { font-size: 14px;}
  #header-in .head_comment01 { margin-bottom: 5px; }
  .schedule { margin-top: 5px; }

}
