/** ///  サイズ  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 
html {
	font-size: 62.5%;
}
#mainCont {
	margin: 0 auto;
	padding: 0 10px;
}
section {
	padding: 0px 10px 40px 10px;
	position: relative;
}
#mainContents {
	background-color: #FFF;
	padding: 40px 0;
	width: 100%;
}
#mainContentsYellow {
	background-color: #F4F4D4;
	padding: 40px 0;
	width: 100%;
	position: relative;
}


}
/* ==================================================================================== */
@media screen and (min-width:576px) { 
/*　【スマホ用】　画面サイズが480px以上だったらここを読み込む　*/


}
/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/
html {
	font-size: 75%;
}

#mainCont {
	margin: 0 auto;
	padding: 0 20px;
}
section {
	padding: 0px 20px 40px 20px;
}
#mainContents {
	padding: 20px 0;
}
#mainContentsYellow {
	padding: 20px 0;
}


}
/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/
section {
	padding: 40px;
}
#mainContents {
	padding: 40px 0;
}
#mainContentsYellow {
	padding: 40px 0;
}

}
/* ==================================================================================== */
@media screen and (min-width:1200px) { 
/*　【PC用L】　画面サイズが1200px以上だったらここを読み込む　*/


}
/* ==================================================================================== */
@media screen and (min-width:1400px) { 
/*　【PC用XL】　画面サイズが1400px以上だったらここを読み込む　*/


}


/** ///  ヘッダー  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  transition: 0.5s;
  background: #FFFFFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

h3 {
	font-size: 1rem;
	padding: 16px 0 0 10px;
}

h1 {
	padding: 0 0 0 10px;
}

h1 img {
	width: 140px;
}


}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/

h1 {
	padding: 0 0 0 20px;
}

h1 img {
	width: 200px;
}
h3 {
	font-size: 1.2rem;
	padding: 16px 0 0 20px;
}



}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transition: 0.5s;
  background: none;
  box-shadow: none;
}

header.scroll-nav {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}


}


/** ///  共通  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.btn-default-v3 {
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: var(--bs-body-bg-rgb);
  --bs-btn-border-color: var(--bs-border-color);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: var(--bs-gray-200);
  --bs-btn-hover-border-color: var(--bs-border-color);
  --bs-btn-focus-shadow-rgb: var(--bs-link-color-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-gray-200);
  --bs-btn-active-border-color: var(--bs-btn-hover-border-color);
  width: 100%;
}
.mrgb20 {
	margin-bottom: 20px;
}
.mrgb40 {
	margin-bottom: 40px;
}

section p {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
img.auto {
	width: 100%;

}
.pad0 {
	padding: 0;
}
ul {
	font-size: 1.4rem;
}

}


/** ///  ナビゲーション  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 
.sticky-top {
	display: none;
}

.navMB {
	display: block;
	position: absolute;
	width: 180px;
	top:30px;
	right: 10px;
	z-index: 20;
	font-size: 1.5rem;
}

.dropdown-toggle::after {
	content: normal!important;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0!important;
	font-size: 1.4rem;
}
.bg-body-secondary {
    background-image: linear-gradient(90deg, rgba(162, 254, 250, 0.8), rgba(168, 255, 204, 0.8) 50%, rgba(158, 248, 255, 0.8))!important;
}
.navbar-toggler {
    border: rgba(0,0,0,0) !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}

span.menuName {
	font-size: 2rem;
}

span.navbar-toggler-icon {
font-size: 2rem;
}

.dropdown-menu {
	font-size: 1.5rem;
}

}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

.sticky-top {
	display: block;
	top: 100px!important;
}

.navMB {
	display: none; 
}


ul.navbar-nav li span {
	display: block;
	text-align: center;
	font-size: 0.5rem;
}
.dropdown-toggle::after {
	content: normal!important;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0!important;
}
.bg-body-secondary {
    background-image: linear-gradient(90deg, rgba(162, 254, 250, 0.8), rgba(168, 255, 204, 0.8) 50%, rgba(158, 248, 255, 0.8))!important;
}
.navbar-toggler {
    border: rgba(0,0,0,0) !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.dropdown-menu[data-bs-popper] {
	right: 0  !important;
	left: inherit;
}
.dropdown-menu {
	--bs-dropdown-min-width: 14rem !important;
}

}



/** ///  トップメイン  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 

#mainCont h2 {
	color: #FFFFFF;
	font-size: 2.8rem;
	line-height: 4.5rem;
	font-weight: 600;
	position: relative;
	top:200px;
	text-align: center;
	text-shadow: 2px 2px 10px #00B200 , -2px 2px 10px #00B200 , 2px -2px 10px #00B200 , -2px -2px 10px #00B200;
}
#mainVisual {
	background: url(../img/mainVisualMB.png) no-repeat center 60px;
	height: 750px;
}

}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/
#mainCont h2 {
	color: #00B200;
	font-weight: 400;
	top:300px;
	text-shadow: 2px 2px 10px #FFFFFF , -2px 2px 10px #FFFFFF , 2px -2px 10px #FFFFFF , -2px -2px 10px #FFFFFF;
}
#mainVisual {
	background: url(../img/mainVisual.png) no-repeat -400px 20px;
	background-color: #EDF4FA;
	background-size: auto 793px;
	height: 793px;
	padding: 0;
}

}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

#mainCont h2 {
	font-size: 4rem;
	line-height: 5rem;
	position: absolute;
	top:200px;
	text-align: start;
}
#mainVisual {
	background: url(../img/mainVisual.png) no-repeat center right;
	background-color: #EDF4FA;
}


}


/** ///  アドレス  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 

div#address {
	background: #EFEDBC;
	position: relative;
	text-align:center;
	width: 100%;
	height: 90px;
	border-radius: 0;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.mbAdd {
	text-align: center;
	width: 380px;
	margin: 0 auto;
}


ul.BTN-head,
ul.add {
	display: flex;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
a.BTN-head1 {
	background: #4BBE36;
	height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 40px;
	border-radius: 0 0 8px 8px;
	display: block;
	width: 175px;
	text-align: center;
	margin-left: 10px;
}
a.BTN-head2 {
	background: #61A2CE;
	height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 40px;
	border-radius: 0 0 8px 8px;
	display: block;
	width: 175px;
	text-align: center;
	margin-left: 10px;
}
ul.add li.add1 {
	background-image: url(../img/icon_pin.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 27px;
	font-size: 1.5rem;
	margin: 12px 0 0 20px;
}
ul.add li.add2 {
	background-image: url(../img/icon_phone.png);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 25px;
	font-size: 1.5rem;
	margin: 12px 0 0 20px;
}
ul.add li.add2 a {
	text-decoration: none;
	color: inherit;
}

}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/
a.BTN-head1 {
	font-size: 1.2rem;
	width: 200px;
	margin-left: 20px;
}
a.BTN-head2 {
	font-size: 1.2rem;
	width: 200px;
	margin-left: 10px;
}
ul.add li.add1 {
	font-size: 1.3rem;
	padding-left: 26px;
	margin: 15px 0 0 30px;
}
ul.add li.add2 {
	font-size: 1.3rem;
	padding-left: 25px;
	margin: 15px 0 0 25px;
}
}
/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

div#address {
	background: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	width: 450px;
	height: 90px;
	border-radius: 0 0 0 8px; 
	box-shadow: none;
}
.mbAdd {
	text-align: left;
	width: 400px;
	margin: 0;
}
ul.add li.add1 {
	font-size: 1.4rem;
}
ul.add li.add2 {
	font-size: 1.4rem;
}
}



/** ///  スケジュール  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 


/* ==================================================================================== */
@media screen and (min-width:0px) { 

#timeSchedule {
	color: #00B200;
	line-height: 3.5rem;
	padding: 362px 0 0 0;
	position: relative;
	width: 100%;
	font-size: 1.1rem;
}


/*input要素は非表示*/
#timeSchedule input {
  display: none;
}
/*タブエリアの設定*/
#timeSchedule .tab_area {
  display: flex;
  flex-wrap: wrap;
}
/*タブボタン部分*/
#timeSchedule label {
  display: block;
  flex: 1;
  margin-right: 1px;
  border-radius: 4px 4px 0 0;
  background: #FFFFFF;
  float: left;
  cursor: pointer;
  order: -1;
  color: #333333;
  text-align: center;
  line-height: 30px;
}
#timeSchedule label.last {
  margin-right: 0;
}


/*コンテンツ部分*/
#timeSchedule .content {
  display: none;
  width: 100%;
  background: #EFFFBF;
}

/*フェイドインアニメーションのために透明度を０に*/
#timeSchedule .inner {
  opacity: 0;
}

/*タブを選択したとき*/
#timeSchedule input:checked + .btn_tab {
  background: #56C23C;
  color: #FFFFFF;
}
#timeSchedule input:checked + .btn_tab + .content {
  display: block;
}

/*コンテンツをフェイドインするアニメーション*/
#timeSchedule input:checked + .btn_tab + .content .inner {
  animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

table.week {
	border: #56C23C 1px solid;
	width: 100%;
	line-height: 1;
}
table.week th {
	border: #56C23C 1px solid;
	padding: 10px;
	text-align: center;
	color: #333333;
}
table.week td {
	border: #56C23C 1px solid;
	padding: 10px;
	text-align: center;
}
table.week td.tfoot {
	color: #333333;
}
table.week td.tfoot span {
	color: #56C23C;
}

td.extra {
	color: #333333;
	font-size: 1rem;
}
td.extra2 {
	color: #333333;
	font-size: 1.1rem;
}


}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/

#timeSchedule {
	font-size: 1.3rem;
}
td.extra {
	font-size: 1.3rem;
}
td.extra2 {
	font-size: 1.3rem;
}

}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

#timeSchedule {
	color: #00B200;
	line-height: 3.5rem;
	padding: 480px 0 0 0;
	position: absolute;
	width: 560px;
	margin: 0;
}

}



/** ///  お知らせ  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 

div#news {
	background: #FFFFFF;
	position: relative;
	width: 100%;
	height: 100px;
	border-radius: 8px 8px 0 0;
	margin-top: 20px;
	font-size: 1.4rem;
	overflow-y: scroll;
	overflow-x: hidden;
}

#news dl {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 10px;
}
#news dt {
	border-right: #777777 1px solid;
	text-align: center;
	padding: 20px 10px 0 0;
	height: 140px;
}
#news dt span {
	font-size: 1.2rem;
	display: block;
}
#news dd {
	height: 80px;
	padding: 20px 0 0 10px;

}
#news dd span {
	font-size: 1.2rem;
	display: block;
}

}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/
div#news {
	border-radius: 8px;
}
#news dt span {
	font-size: 1rem;
}
#news dd span {
	font-size: 1rem;
}


}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

div#news {
	background: #FFFFFF;
	position: absolute;
	top: 693px;
	width: 560px;
	height: 100px;
	border-radius: 8px 8px 0 0; 
	margin: 0;
}

}





/** ///  トップ コンテンツ  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 


/** ///  H4  /// **/ 
/* ==================================================================================== */
@media screen and (min-width:0px) { 


#mainContents h4,
#mainContentsYellow h4,
div.ContSection h4,
div.ContSectionMD h4 {
	color: #56C23C;
	font-size: 3rem;
}
#mainContents h4 span,
#mainContentsYellow h4 span,
#Contents h4 span,
div.ContSection h4 span,
div.ContSectionMD h4 span {
	font-size: 1.4rem;
	display: block;
	padding-top: 10px;
	margin-bottom: 20px;
}


}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

#mainContents h4,
#mainContentsYellow h4,
div.ContSection h4,
div.ContSectionMD h4 {
}


}



/** ///  md menu  /// **/ 
/* ==================================================================================== */
@media screen and (min-width:0px) { 


#md {
	display: block;
	list-style: none;
	margin: 0;
	width: 100%;
	font-size: 1.4rem;
}
#mc {
	background: #F0F0E1;
	border-radius: 8px;
}
.mdc {
	margin-bottom: 20px;
	background: #E2E8E4;
	border-color: #B7CBCE !important;
}
.mdcon {
	margin-bottom: 20px;
	background: #B7CBCE;
}
.mdc img {
	width: 60px !important;
	height: 60px!important;
	margin: 0 auto;
}
.mdcon img {
	width: 60px !important;
	height: 60px!important;
	margin: 0 auto;
}
.mdc a,
.mdcon a {
	display: block;
	margin:0 auto;
}
.mdc h5,
.mdcon h5 {
	text-align: center;
	font-size: 1.4rem;
}
.col button,
.modal-footer button {
	font-size: 1.4rem;
}
.col button {
	margin-bottom: 20px;
}
h1.modal-title {
	font-size: 1.6rem!important;
}
.modal-body p {
	font-size: 1.4rem;
}
.container {
	margin: 0;
}


}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

#md {
	display: flex;
}
.mdc {
	flex: 1;
	margin-right: 10px;
	margin-bottom: 0;
}
.mdcon {
	flex: 1;
	margin-bottom: 0;
	margin-right: 10px;
}
.mdc img {
	width: 120px !important;
	height: 120px!important;
	margin: 10px auto;
}
.mdcon img {
	width: 120px !important;
	height: 120px!important;
	margin: 10px auto;
}

}



/** ///  コンセプト  /// **/ 
/* ==================================================================================== */
@media screen and (min-width:0px) { 

#mainContentsYellow div.DocIMG {
	z-index: 2;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#mainContentsYellow div.DocIMG img {
	border-radius: 8px;
}
#mainContentsYellow div.disc1 {
	border-radius: 8px;
	width: 100%;
	background: #449D31;
	z-index: 1;
	color:#FFFFFF;
	position: relative;
	padding: 20px;
}


}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

#mainContentsYellow div.DocIMG {
	z-index: 2;
	position: absolute;
	width: 40%;
	top: 180px;
	text-align: left;
	margin-bottom: 0;
}
#mainContentsYellow div.disc1 {
	width: 60%;
	z-index: 1;
	position: relative;
	top: 0px;
	left: 35%;
	padding: 40px 40px 40px 10%;
}

}


/** ///  アイコール  /// **/ 
/* ==================================================================================== */
@media screen and (min-width:0px) { 

#icall {
	border-radius: 8px;
	background: #3FA4D0;
	padding: 20px;
	
}
#icall p  {
	color:#FFFFFF;
}

.icallBTNin {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.icallBTNin li {
	flex: 1;
}
a.icallBTN2 {
	background: #3FA4D0;
	height: 60px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 60px;
	border-radius: 8px;
	display: block;
	text-align: center;
	border: #FFFFFF 1px solid;
	width: 95%;
}
a.icallBTN1 {
	background: #FFFFFF;
	height: 60px;
	color: #3FA4D0;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 60px;
	border-radius: 8px;
	display: block;
	text-align: center;
	border: #FFFFFF 1px solid;
	width: 95%;
}


/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/
a.icallBTN2 {
	height: 80px;
	font-size: 2rem;
	line-height: 80px;
}
a.icallBTN1 {
	height: 80px;
	font-size: 2rem;
	line-height: 80px;
}

}



/** ///  地図  /// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 
.accessin {
	display: block;
	list-style: none;
	padding: 0;
}
.accessin li {
	flex: 1;
	text-align: center;
	margin: 0 0 20px 0;
	
}
.accessin li span {
	display: block;
	font-size: 1.4rem;
	padding: 20px;
}


}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/

.accessin {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 40px 0 0 0;
}
.accessin li {
	flex: 1;
	text-align: center;
}
.accessin li:first-child {
	margin-right: 20px;
}
.accessin li span {
	display: block;
	padding: 20px;
}

}





/** ///  2ndコンテンツ   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/** ///  Sub Visual  /// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 

#Contents {
	background-color: #FFF;
	margin: 0 auto;
	padding: 160px 0px 0px 0px;
}

#Contents h2 {
	color: #00B200;
	background-color: #F4F4D4;
	width: 100%;
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding: 10px;
	margin-top: 70px;
}
#Contents h2 span {
	display: block;
	font-size: 1.2rem;
}
#Contents h2 p {
	font-size: 1.4rem;
	line-height: 2rem;
	color:#000000;
}


#Contents div.about {
	background: url(../img/contVisual01.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}
#Contents div.md {
	background: url(../img/contVisual02.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}
#Contents div.mc {
	background: url(../img/contVisual07.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}
#Contents div.doctor {
	background: url(../img/contVisual03.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}
#Contents div.first {
	background: url(../img/contVisual04.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}
#Contents div.equip {
	background: url(../img/contVisual05.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}
#Contents div.equip01 {
	background: url(../img/contVisual08.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}
#Contents div.equip02 {
	background: url(../img/contVisual09.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}
#Contents div.faq {
	background: url(../img/contVisual06.png) no-repeat;
	background-size: contain;
	padding: 10px;
	position: relative;
}

}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/

#Contents h2 {
	padding: 20px;
	margin-top: 140px;
}
#Contents h2 p {
	font-size: 1.4rem;
	line-height: 2rem;
	color:#000000;
}

#Contents div.about {
	background: url(../img/contVisual01.png) no-repeat;
	background-size: contain;
	padding: 20px;
}
#Contents div.md {
	background: url(../img/contVisual02.png) no-repeat;
	background-size: contain;
	padding: 20px;
}
#Contents div.mc {
	background: url(../img/contVisual07.png) no-repeat;
	background-size: contain;
	padding: 20px;
}
#Contents div.doctor {
	background: url(../img/contVisual03.png) no-repeat;
	background-size: contain;
	padding: 20px;
}
#Contents div.first {
	background: url(../img/contVisual04.png) no-repeat;
	background-size: contain;
	padding: 20px;
}
#Contents div.equip01 {
	background: url(../img/contVisual08.png) no-repeat;
	background-size: contain;
	padding: 20px;
}
#Contents div.equip02 {
	background: url(../img/contVisual09.png) no-repeat;
	background-size: contain;
	padding: 20px;
}
#Contents div.faq {
	background: url(../img/contVisual06.png) no-repeat;
	background-size: contain;
	padding: 20px;
}


}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

#Contents {
	padding: 100px 0px 0px 0px;
}
#Contents h2 {
	color: #00B200;
	background-color: rgba(255,255,255, 0.9);
	border-radius: 8px;
	width: 60%;
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-top: 30px;
}


#Contents div.about {
	background: url(../img/contVisual01.png) no-repeat;
	background-size: 100%;
}
#Contents div.md {
	background: url(../img/contVisual02.png) no-repeat;
	background-size: 100%;
}
#Contents div.mc {
	background: url(../img/contVisual07.png) no-repeat;
	background-size: 100%;
}
#Contents div.doctor {
	background: url(../img/contVisual03.png) no-repeat;
	background-size: 100%;
}
#Contents div.first {
	background: url(../img/contVisual04.png) no-repeat;
	background-size: 100%;
}
#Contents div.equip {
	background: url(../img/contVisual05.png) no-repeat;
	background-size: 100%;
}
#Contents div.equip01 {
	background: url(../img/contVisual08.png) no-repeat;
	background-size: 100%;
}
#Contents div.equip02 {
	background: url(../img/contVisual09.png) no-repeat;
	background-size: 100%;
}
#Contents div.faq {
	background: url(../img/contVisual06.png) no-repeat;
	background-size: 100%;
}


}


/** ///  コンテンツサイズ  /// **/ 
/* ==================================================================================== */
@media screen and (min-width:0px) { 
div.ContSection {
	padding: 0 20px;
	margin-bottom: 40px;
}
div.ContSectionMD {
	padding: 0 10px;
}
div.ContSectionCD {
	padding: 0 10px;
}
div.ContSectionFQ {
	padding: 0 10px 10px 10px;
}

div.ContSection p,
div.ContSectionMD p {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}


}
/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/
div.ContSection {
	padding: 0 40px 40px 40px;
}
div.ContSectionMD {
	padding: 0 20px 20px 20px;
}
div.ContSectionCD {
	padding: 0 20px 20px 20px;
}
div.ContSectionFQ {
	padding: 0 20px 20px 20px;
}

}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/

div.ContSection {
	padding: 40px;

}
div.ContSectionFQ {
	padding: 40px;
}

div.ContSectionMD {
	padding: 40px;
}
div.ContSectionCD {
	padding: 40px 40px 0 40px;
}

}


/** ///  当院について  /// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 
#Contents div.sign {
	width: 100%;
	text-align: right;
	margin: 0 auto;
}


/** ///  初診の方  /// **/ 
/* ==================================================================================== */
@media screen and (min-width:0px) { 

div.ContSection ol {
	font-size: 1.4rem;
}
div.ContSection ol li {
	margin-bottom: 1rem;
}

}


/** ///  FAQ  /// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 
.card {
	font-size: 1.4rem;
	margin-bottom: 20px;
}


/** ///  検査の流れ  /// **/ 
/* ==================================================================================== */
@media screen and (min-width:0px) { 

#Process {
	position: relative;
	width: 100%;
	font-size: 1.1rem;
}


/*input要素は非表示*/
#Process input {
  display: none;
}
/*タブエリアの設定*/
#Process .tab_area {
  display: flex;
  flex-wrap: wrap;
}
/*タブボタン部分*/
#Process label {
  display: block;
  flex: 1;
  margin-right: 1px;
  border-radius: 4px 4px 0 0;
  background: #DADADA;
  float: left;
  cursor: pointer;
  order: -1;
  color: #333333;
  text-align: center;
  line-height: 60px;
}
#Process label.last {
  margin-right: 0;
}


/*コンテンツ部分*/
#Process .content {
  display: none;
  width: 100%;
  border-top: #56C23C 2px solid;
}

/*フェイドインアニメーションのために透明度を０に*/
#Process .inner {
  opacity: 0;
  padding: 20px 0;
}

/*タブを選択したとき*/
#Process input:checked + .btn_tab {
  background: #56C23C;
  color: #FFFFFF;
}
#Process input:checked + .btn_tab + .content {
  display: block;
}

/*コンテンツをフェイドインするアニメーション*/
#Process input:checked + .btn_tab + .content .inner {
  animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}


}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/

#Process {
	font-size: 1.4rem;
}
/*フェイドインアニメーションのために透明度を０に*/
#Process .inner {
  padding: 20px;
}


}


/** ///  ドクター紹介  /// **/ 


/* ==================================================================================== */
@media screen and (min-width:0px) { 




div.doctorCont div.carrer h4 {
	color:#000000 !important;
	font-size: 1rem !important;
	padding: 0 0 0 8px !important;
	margin: 0 0 5px 0 !important;;
}

div.doctorCont div.carrer h3 {
	color:#000000 !important;
	font-size: 1.8rem !important;
	border-bottom: 1px solid  #4BBF37;
	padding: 0 0 0 5px !important;
	margin: 0 0 20px 0 !important;;
}

div.doctorCont div.carrer h3 span {

	color:#000000 !important;

	font-size: 1rem !important;

	display: inline-block;

	margin-left: 10px;

}



div.doctorCont div.carrer dt {

	color: #4BBF37;

}

div.doctorCont div.carrer dd {

	margin-left: 1.2rem;

}






/* ==================================================================================== */
@media screen and (min-width:0px) { 
div.doctorCont {
	position: relative;
	padding: 0;
	margin-bottom: 2rem;
}
div.doctorCont div.DocIMG {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
div.doctorCont div.DocIMG img {
	border-radius: 8px;
}
div.doctorCont div.carrer {
	position: relative;
	width: 100%;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
div.doctorCont div.comment {
	background: #4BBF37;
	color: #FFFFFF;
	width: 100%;
	position: relative;
	padding: 10px;
	font-size: 1.3rem;
	border-radius: 8px;
}

div.doctorCont table {
	font-size: 1.4rem;
	width: 100%;
}

div.doctorCont table th {
	font-weight: normal;
	padding: 10px;
	border:#ACACAC solid 1px;
	width: 30%;
}
div.doctorCont table td {
	padding: 10px;
	border:#ACACAC solid 1px;
	width: 70%;
}
div.doctorCont table td span {
	display: inline-block;
	padding-left: 5px;
	font-size: 1rem;
}


}

/* ==================================================================================== */
@media screen and (min-width:992px) { 
/*　【PC用】　画面サイズが1024px以上だったらここを読み込む　*/
div.doctorCont {
	position: relative;
	padding: 0;
	margin-bottom: 4rem;
}
div.doctorCont div.DocIMG {
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: inherit;
	margin-bottom: 0;
}
div.doctorCont div.carrer {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 33%;
	width: 67%;
	overflow: hidden;
	font-size: 1.2rem;
	margin-bottom: 0;
}

div.doctorCont div.comment {
	width: 82%;
	z-index: 1;
	position: relative;
	top: 280px;
	left: 18%;
	padding: 40px 40px 40px 15%;
	font-size: 1.2rem;
}
div.doctorCont div.mrgt280 {
	margin-top: 200px;
}
div.doctorCont table {
	margin-top: 200px;
	font-size: 1.4rem;
	width: 100%;
}


}


/** ///  健康診断  /// **/ 
#mc h3 {
	font-size: 1.6rem;
}

/* ==================================================================================== */
@media screen and (min-width:0px) { 
#mc p {
	padding: 0 20px 20px 10px;
	font-size: 1.4rem;
}
}

/* ==================================================================================== */
@media screen and (min-width:768px) { 
/*　【タブレット用】　画面サイズが768px以上だったらここを読み込む　*/
#mc p {
	padding: 0 20px 20px 20px;
	font-size: 1.4rem;
}
}

h5.partsTTL {
	font-size: 1.4rem;
	color: #56C23C;
}





/** ///  フッター  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/ 

/* ==================================================================================== */
@media screen and (min-width:0px) { 

footer {
	width: 100%;
	background:#f8f8f8;
	padding: 10px 20px;
}

}


.footer-content {
    display: flex;
    flex-wrap: wrap; /* 小さい画面で折り返す */
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 180px; /* 小さい画面での最小幅 */
    margin: 15px;
}

.footer-section h3 {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #4BBF37; /* アクセントカラー */
	padding: 0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #007bff;
    text-decoration: underline;
}

.footer-bottom {
    flex-basis: 100%; /* 全幅を占める */
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.85em;
    color: #777;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-section {
        min-width: 100%;
        text-align: center;
        margin: 15px 0;
    }
}


table.eqCost {
	border: #56C23C 1px solid;
	width: 100%;
	line-height: 1;
}
table.eqCost th {
	border: #FFFFFF 1px solid;
	width: 33%;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	background: #56C23C;
	font-size: 1.2em; 
}
table.eqCost td {
	border: #56C23C 1px solid;
	padding: 10px;
	text-align: center;
	font-size: 1.2em; 
}
table.eqCost2 {
	border: #56C23C 1px solid;
	width: 100%;
	line-height: 1;
}
table.eqCost2 th {
	border: #FFFFFF 1px solid;
	width: 25%;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	background: #56C23C;
	font-size: 1.2em; 
}
table.eqCost2 td {
	border: #56C23C 1px solid;
	padding: 10px;
	text-align: center;
	font-size: 1.2em; 
}