@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #003B82;
	text-decoration: none;
}

a:visited {
	color: #003B82;
}

a:hover {
	color: #003B82;
}

a:active {
	color: #003B82;
}

.HangingIndent {
	margin-left: 1em;
	text-indent: -1em;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@font-face {
	font-family: 'TsukushiAMaruGothic';
	src: url('../fonts/TsukushiAMaruGothic.eot');
	src: url('../fonts/TsukushiAMaruGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/TsukushiAMaruGothic.woff') format('woff'), url('../fonts/TsukushiAMaruGothic.ttf') format('truetype');
}

.essential {
	display: inline-block;
	padding: .25em .4em;
	font-size: 80%;
	color: #fff;
	background-color: #dc3545;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*------------------------------------------------------------
	レイアウト(ライトモード標準)
------------------------------------------------------------*/
body {
	color: #003B82;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F0F8FF;
	/*background-color: #FFF;*/
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#main {
	width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background-color: #FFF;
}

a[href^="tel:"] {
	opacity: 1 !important;
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	padding: 37px 30px 40px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 0 0 18px 0;
	border-bottom: 2px solid #a6cee8;
}

#gNavi>ul>li {
	padding: 8px 0 5px;
	float: left;
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-family: 'TsukushiAMaruGothic';
}

#gNavi>ul>li>a {
	display: block;
	padding: 4px 10px 7px 37px;
	color: #003B82;
}

#gNavi>ul>li.on>a,
#gNavi>ul>li>a:hover {
	color: #fff;
	background-color: #4b9ad3;
}

#gNavi>ul>li .infoMenu {
	display: none;
	position: absolute;
	right: -122px;
	top: 8px;
	background: #4b9ad3;
	width: 152px;
	padding: 4px 0;
	z-index: 1100;
}

#gNavi>ul>li.on .infoMenu {
	z-index: 1200;
}

#gNavi>ul>li .infoMenu01 {
	right: -116px;
	width: 136px;
}

#gNavi>ul>li .infoMenu li a {
	padding: 9px 2px 9px 20px;
	display: block;
	color: #FFF;
	line-height: 1.35;
	opacity: 0.7;
}

#gNavi>ul>li .infoMenu li a:hover {
	opacity: 1;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding-bottom: 30px;
	position: relative;
	width: 250px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

#sideBar .txtDl {
	margin: 0 auto;
	padding: 32px 0 27px;
	width: 200px;
}

#sideBar .txtDl dt {
	margin-bottom: 14px;
	text-align: center;
}

#sideBar .txtDl .ttl {
	display: block;
	color: #4C9AD3;
	font-size: 1.7rem;
	font-family: 'TsukushiAMaruGothic';
	text-align: center;
}

#sideBar .txtDl dd {
	padding-bottom: 32px;
}

#sideBar .txtDl dd:last-child {
	padding-bottom: 0;
}

#sideBar .txtDl dd .tel {
	display: block;
	color: #003B82;
	font-family: 'TsukushiAMaruGothic';
	margin-bottom: 8px;
	font-size: 2.6rem;
	text-align: center;
}

#sideBar .txtDl dd .tel a {
	color: #003B82;
}

#sideBar .txtDl dd .ttl01 {
	display: block;
	margin-bottom: -6px;
	color: #003B82;
	font-size: 1.6rem;
	letter-spacing: -1px;
	text-align: center;
}

#sideBar .txtDl dd .ttl02 {
	font-size: 1.8rem;
}

#sideBar .txtDl dd .txtLink {
	margin: 12px 0 0 10px;
}

#sideBar .txtDl dd .txtLink li {
	padding: 0 0 11px 0;
	font-size: 1.8rem;
	font-family: 'TsukushiAMaruGothic';
}

#sideBar .txtDl dd .txtLink li a {
	padding-left: 16px;
	display: inline-block;
	color: #003B82;
	line-height: 1.3;
	position: relative;
}

#sideBar .txtDl dd .txtLink li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 13px;
	height: 13px;
	background: url("../img/common/icon04.png") no-repeat;
	background-size: 13px auto;
}

#sideBar .txtDl dd .txtLink li a:hover {
	opacity: 0.7;
}

#sideBar .logoBox {
	padding: 23px 10px 0;
	border-top: 2px solid #79b2df;
}

#sideBar .logoBox .top {
	margin-bottom: 6px;
	display: block;
	color: #003B82;
	font-size: 1.4rem;
	line-height: 1.3;
}

#sideBar .logoBox .btm {
	margin-top: 5px;
	display: block;
	color: #003B82;
	font-size: 1.6rem;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 1000px;
	box-shadow: 3px 5px 7px -2px rgba(0, 0, 0, 0.3);
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 2px solid #79b2df;
	text-align: center;
}

#gFooter .copyright {
	padding: 18px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.pageTop {
	padding: 58px 71px 0 0;
}

.pageTop a {
	margin-bottom: -2px;
	padding: 6px 18px 6px 0;
	float: right;
	width: 154px;
	display: block;
	font-family: 'TsukushiAMaruGothic';
	font-size: 1.4rem;
	border: 2px solid #79b2df;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
	background: #fff url("../img/common/page_top_bg.png") no-repeat right 10px center;
	background-size: 20px auto;
}

.pageTop a:hover {
	color: #4C76A7;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 46px;
	padding: 11px 0 16px;
	color: #4C9AD3;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: 'TsukushiAMaruGothic';
	text-align: center;
	background-color: #cae1f3;
	letter-spacing: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 27px;
	color: #4C96CF;
	font-size: 2.6rem;
	font-weight: 500;
	font-family: 'TsukushiAMaruGothic';
	text-align: center;
}

.headLine03 .info {
	display: inline-block;
	line-height: 1.2;
	border-bottom: 2px solid #ffe60f;
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 6px;
	padding-left: 15px;
	position: relative;
	color: #4C9AD3;
	font-size: 2.6rem;
	font-weight: 500;
	font-family: 'TsukushiAMaruGothic';
}

.headLine04:before {
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 4px;
	height: auto;
	content: "";
	width: 7px;
	background-color: #ffeb10;
}

.headLine04 .txtSpan {
	margin: -9px 0 0 30px;
	display: inline-block;
	color: #003B82;
	font-size: 2.0rem;
	vertical-align: middle;
}

.headLine04 .info {
	color: #003B82;
	font-size: 2.0rem;
	padding: 0 15px;
	margin-left: 20px;
	background-color: #ffeb10;
}

.headLine04 .small {
	font-size: 2.0rem;
	margin-left: 30px;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/

.otherTitle .headLine05 {
	margin-top: 60px;
	padding: 11px 0 12px;
	color: #4C9AD3;
	font-size: 3.6rem;
	font-family: 'TsukushiAMaruGothic';
	font-weight: 500;
	text-align: center;
	background-color: #cae1f3;
	letter-spacing: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 30px;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 10px 18px 12px;
	margin: 0 -2px;
	border-radius: 20px;
	box-sizing: border-box;
	border: 2px solid #5594c5;
}

.comContact .title {
	padding-top: 5px;
	float: left;
	color: #003B82;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2rem;
}

.comContact .rTxt {
	color: #003B82;
	float: right;
	font-size: 2.6rem;
	font-family: 'TsukushiAMaruGothic';
}

.comContact .rTxt img {
	margin: -3px 7px 0 15px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.comContact .rTxt a {
	color: #003B82;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 35px;
	padding-top: 60px;
	min-height: 500px;
	box-sizing: border-box;
	background: url("../consultation/img/page_title_bg2.png") no-repeat center center;
	background-size: cover;
}

.pageTitle .headLine02 {
	padding: 11px 0 12px;
	color: #4C9AD3;
	font-size: 3.6rem;
	font-family: 'TsukushiAMaruGothic';
	font-weight: 500;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: 5px;
}

.pageTitle .headLine02 img {
	margin: -4px 17px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.pageTitle .headLine02 img {
	width: 54px;
}

.pageTitle .headLine06 {
	padding: 11px 0 12px;
	color: #4C9AD3;
	font-size: 3.6rem;
	font-family: 'TsukushiAMaruGothic';
	font-weight: 500;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: 5px;
}

.pageTitle .headLine06 img {
	margin: -12px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.pageTitle .headLine06 img {
	width: 90px;
}

/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex.left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainImg {
	margin-bottom: 60px;
	height: 500px;
	position: relative;
	z-index: 100;
}

#index .mainImg .imgList {
	position: absolute;
	left: 0;
	top: 0;
	height: 500px;
	width: 100%;
}

#index .mainImg .imgList li {
	height: 500px;
	float: left;
	width: 100%;
}

#index .mainImg .imgList .bg01 {
	background: url("../img/main_img01.jpg") no-repeat center center;
	background-size: cover;
}

#index .mainImg .imgList .bg02 {
	background: url("../img/main_img02.jpg") no-repeat center center;
	background-size: cover;
}

#index .mainImg .imgList .bg03 {
	background: url("../img/main_img05.jpg") no-repeat center center;
	background-size: cover;
}

#index .mainImg .infoBox {
	position: absolute;
	width: 100%;
	top: 94px;
	left: 0;
	text-align: center;
}

#index .mainImg .infoBox .topImg {
	width: 60%;
	margin: 0 auto;
}

#index .mainImg .linkTxt {
	text-align: right;
	font-family: 'TsukushiAMaruGothic';
}

#index .mainImg .linkTxt a {
	padding: 0 31px 2px 0;
	display: inline-block;
	background: url("../img/common/icon04.png") no-repeat right 12px center;
	background-size: 11px auto;
	letter-spacing: 2px;
}

#index .mainImg .linkTxt a:hover {
	opacity: 0.7;
}

#index .mainImg .newsBox {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

#index .mainImg .infoNews {
	margin: 0 72px;
	padding: 5px 0 7px;
}

#index .mainImg .newsBox dl {
	font-size: 1.8rem;
	float: left;
	width: 90%;
}

#index .mainImg .newsBox dt {
	float: left;
	font-family: 'TsukushiAMaruGothic';
	margin-top: 1.5px;
}

#index .mainImg .newsBox dd {
	margin-top: 1.5px;
	padding-left: 5.8em;
	font-family: 'TsukushiAMaruGothic';
}

#index .mainImg .newsBox dd a:hover {
	opacity: 0.5;
}

#index .mainImg .newsBox .link {
	margin-top: 7px;
	float: right;
	font-size: 1.4rem;
	font-family: 'TsukushiAMaruGothic';
}

#index .mainImg .newsBox .link a {
	display: inline-block;
	padding-left: 13px;
	position: relative;
}

#index .mainImg .newsBox .link a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	height: 11px;
	width: 11px;
	background: url("../img/common/icon04.png") no-repeat;
	background-size: 11px auto;
}

#index .mainImg .newsBox .link a:hover {
	opacity: 0.7;
}

#index .sec01 .topBox {
	margin-bottom: 28px;
	position: relative;
}

#index .sec01 .topBox .pho {
	position: absolute;
	left: 10%;
	top: -21px;
	width: 86px;
}

#index .h2Ttl {
	margin-bottom: 6px;
	color: #4C9AD3;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: 'TsukushiAMaruGothic';
	text-align: center;
	letter-spacing: 4px;
}

#index .txtP {
	text-align: center;
}

#index .sec01 {
	margin-bottom: 27px;
	padding-bottom: 39px;
	border-bottom: 2px solid #a5cce9;
}

#index .sec01 table {
	width: 80%;
	border-collapse: collapse;
	margin: 0 auto;
}

#index .sec01 th,
#index .sec01 td {
	font-family: 'TsukushiAMaruGothic';
	text-align: center;
	vertical-align: middle;
	border: 2px solid #4b9ad3;
}

#index .sec01 th {
	padding-bottom: 6px;
	color: #4C9AD3;
	font-weight: 500;
	border-top: none;
	border-right: none;
	border-left: none;
}

#index .sec01 tr th:last-child {
	border-left: 2px solid #4b9ad3;
}

#index .sec01 tr td {
	padding: 17px 0;
	font-size: 2.0rem;
}

#index .sec01 tr .tdStyle {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#index .sec01 tr td:first-child {
	border-left: none;
}

#index .sec01 tr td:last-child {
	border-right: none;
}

#index .sec01 td .time {
	font-size: 2.4rem;
	color: #003B82;
}

#index .sec01 td .listUl li {
	margin: 0 4px;
	padding: 1px 8px 3px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #b5ccf5;
}

hr.st2 {
	border-top: 1px dashed #8c8b8b;
	width: auto;
}

#index .sec01 td .listUl .bgColor01 {
	background-color: #a3df7f;
}

#index .sec01 td .listUl .bgColor02 {
	background-color: #fff586;
}

#index .sec01 td .listUl .bgColor03 {
	background-color: #9fddda;
}

#index .sec01 td .listUl .bgColor04 {
	background-color: #f7d7e4;
}

#index .sec01 td hr {
	text-align: center;
	/*width: 90%;*/
	margin: 10px 0 10px 0;
	border-top: 1px dotted #4b9ad3;
}

#index .sec01 .tdStyle01 {
	text-align: left !important;
	border-right: 2px dotted #4b9ad3;
}

#index .sec01 .tdStyle02 {
	border-left: none;
}

/*#index .sec01 .tdStyle03 {
	border-top: 1px dotted #4b9ad3;
	border-left: none;
}*/
#index .sec01 tr:last-child td {
	border-bottom: none;
}

#index .sec02 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #a5cce9;
	position: relative;
}

#index .sec02 .h2Ttl {
	margin-bottom: 10px;
}

#index .sec02 .ulList {
	margin: 0 -10px 0 13px;
	/*position:absolute;
	left: 50%;
    transform: translateX(-50%);*/

}

#index .sec02 .ulList li {
	margin: 0 20px 20px 0;
	width: 235px;
	text-align: center;
}

#index .sec02 .ulList li a {
	padding: 14px 10px 20px;
	display: block;
	border-radius: 20px;
	background-color: #cae1f3;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

#index .sec02 .ulList li a:hover {
	opacity: 0.7;
}

/*#index .sec02 .ulList li:nth-child(3n) {
	margin-right: 0;
}*/
#index .sec02 .ulList li img {
	width: 161px;
}

#index .sec02 .ulList li .txtSpan {
	display: block;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.0rem;
}

#index .sec03 .h2Ttl img {
	margin: -10px 6px 0 0;
	width: 86px;
	display: inline-block;
	vertical-align: middle;
}

#index .sec03 .txtP {
	margin-bottom: 27px;
	text-align: left;
}

#index .sec03 .map {
	margin-bottom: 30px;
}

#index .sec03 .borderBox {
	margin: 0 -2px;
	padding: 11px 14px 10px 20px;
	border: 2px solid #4b9ad3;
	border-radius: 21px;
}

#index .sec03 .borderBox .photoBox {
	float: right;
	width: 152px;
	margin: 10px 0 0 -30px;
}

#index .sec03 .borderBox .textBox {
	width: 630px;
	float: left;
}

#index .sec03 .borderBox .h2Ttl {
	text-align: left;
	margin: -6px 0 12px;
	letter-spacing: 0;
}

#index .sec03 .borderBox .txt {
	margin: 0 80px 16px 0;
	line-height: 1.75;
}

#index .sec03 .borderBox .ttl {
	margin-bottom: 3px;
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
}

#index .sec03 .borderBox .ttl01 {
	color: #003B82;
	margin: 0;
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact #conts {
	padding: 59px 0 0;
}

#contact #conts .top {
	margin-bottom: 6px;
	color: #003B82;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#contact #conts .txt {
	margin-bottom: 75px;
	color: #003B82;
	font-size: 1.6rem;
}

#contact #conts .txt_red {
	margin-top: 75px;
	margin-bottom: 75px;
	text-align: center;
	color: #DB080B;
	font-size: 2.0rem;
}

#contact #conts .tabBox {
	margin: 0 65px;
}

#contact #conts table {
	margin-bottom: 38px;
	color: #323232;
	width: 100%;
	border-collapse: collapse;
}

#contact #conts table th,
#contact #conts table td {
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}

#contact #conts table td input[type="text"],
#contact #conts table td input[type="date"],
#contact #conts table td input[type="email"],
#contact #conts table td input[type="tel"],
#contact #conts table td textarea {
	padding: 5px 10px;
	border: 1px solid #bfbfbf;
	width: 100%;
	height: 40px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	appearance: none;
	border-radius: .5rem;
	box-sizing: border-box;
}

#contact #conts table td select {
	padding: 1px 23px 1px 10px;
	height: 40px;
	-webkit-appearance: none;
	appearance: none;
	width: 80%;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	background: url("../img/common/icon01.png") no-repeat right 8px center;
	background-size: 15px auto;
	border: 1px solid #bfbfbf;
	border-radius: .5rem;
}

#contact #conts table td select::-ms-expand {
	display: none;
}

#contact #conts table th {
	padding: 10px 5px 10px 10px;
	width: 37%;
}

#contact #conts table td {
	padding: 10px 27px 10px 6px;
}

#contact #conts table td textarea {
	height: 123px;
}

#contact #conts table td .radioUl li {
	display: inline-block;
	margin-right: 10px;
}

#contact #conts table td .radioUl li input[type="radio"] {
	display: none;
}

#contact #conts table td .radioUl li label {
	background: url("../img/common/radio_bg01.png") no-repeat left center;
	background-size: 25px auto;
	display: block;
	padding: 4px 0 4px 34px;
}

#contact #conts table td .radioUl li input[type="radio"]:checked+label {
	background: url("../img/common/radio_bg02.png") no-repeat left center;
	background-size: 25px auto;
}

#contact #conts .linkP {
	margin-top: 13px;
	font-family: 'TsukushiAMaruGothic';
}

#contact #conts .linkP .lineTxt {
	margin-left: 16px;
	color: #003B82;
	font-size: 1.4rem;
	border-bottom: 2px solid #f7e051;
}

#contact #conts .linkP a:hover {
	opacity: 0.7;
}

#contact #conts .submit {
	margin-bottom: 50px;
	text-align: center;
}

#contact #conts .submit li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#contact #conts .submit li input {
	padding: 16px 0;
	width: 200px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.7rem;
	background: #5594c5;
	-webkit-appearance: none;
	appearance: none;
}

#contact #conts .submit li input:hover {
	opacity: 0.7;
}

#contact .formTable td {
	height: 40px;
	width: 100%;
	font-size: 1.6rem;
	border: 1px solid #bfbfbf;
	/*padding: 5px 5px !important;*/
	border-radius: .5rem;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	consultation
------------------------------------------------------------*/
#consultation #conts .topTxt {
	margin-bottom: 32px;
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2rem;
	line-height: 1.55;
}

#consultation #conts .title {
	margin-bottom: 2px;
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2rem;
}

#consultation #conts .txt {
	margin-bottom: 30px;
	line-height: 1.86;
	text-align: justify;
}

#consultation #conts .comContact {
	padding: 18px 10px 18px 29px;
}

#consultation #conts .comContact .rTxt {
	float: left;
	width: 490px;
	letter-spacing: 0px;
}

#consultation #conts .comContact .rTxt .time {
	font-size: 2rem;
	display: block;
	margin-top: 5px;
	letter-spacing: 0px;
}

#consultation #conts .comContact .txtP {
	color: #003B82;
	float: right;
	margin-top: 7px;
	width: 254px;
	line-height: 1.6;
	font-family: 'TsukushiAMaruGothic';
}

/*------------------------------------------------------------
	rehabilitation
------------------------------------------------------------*/
#rehabilitation .pageTitle {
	margin-bottom: 43px;
	background-image: url("../rehabili/rehabilitation/img/page_title_bg.png");
}

#rehabilitation .pageTitle .headLine02 {
	padding: 15px 0 14px;
}

#rehabilitation .pageTitle .headLine02 img {
	width: 100px;
}

#rehabilitation #conts .ttl {
	margin: -10px 0 45px;
	color: #4C9AD3;
	font-size: 2.6rem;
	line-height: 1.8;
	font-family: 'TsukushiAMaruGothic';
}

#rehabilitation #conts .ttl img {
	display: inline-block;
	margin: 11px 10px 0 0;
}

#rehabilitation #conts .ttl01 {
	margin-bottom: 30px;
	line-height: 1.56;
}

#rehabilitation #conts .txt {
	margin-bottom: 29px;
	text-align: justify;
	line-height: 1.85;
}

#rehabilitation #conts .borderBox {
	padding: 25px 20px 23px 30px;
	border-radius: 20px;
	border: 2px solid #4b9ad3;
}

#rehabilitation #conts .borderBox .textBox {
	float: left;
	width: 790px;
	margin-right: -30px;
}

#rehabilitation #conts .borderBox .textBox p {
	margin: 0;
	font-size: 1.8rem;
	font-family: 'TsukushiAMaruGothic';
	line-height: 1.75;
}

#rehabilitation #conts .borderBox .listUl {
	padding: 10px 13px 10px 13px;
	float: left;
	width: 370px;
}

#rehabilitation #conts .borderBox .listUl li {
	width: 162px;
	float: left;
}

#rehabilitation #conts .borderBox .listUl li:last-child {
	float: right;
}

#rehabilitation #conts .borderBox .listUl li a {
	padding: 13px 0 11px;
	display: block;
	background-color: #cae1f3;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#rehabilitation #conts .borderBox .listUl li a:hover {
	opacity: 0.7;
}

#rehabilitation #conts .borderBox .listUl li img {
	width: 96px;
}

#rehabilitation #conts .borderBox .listUl li .txtSpan {
	display: block;
	font-family: 'TsukushiAMaruGothic';
	letter-spacing: -1.5px;
	margin-top: -3px;
}

#rehabilitation #conts .topBox {
	margin-bottom: 40px;
	padding-bottom: 37px;
	border-bottom: 2px solid #79b2dd;
}

#rehabilitation #conts .inner {
	margin: 0 -13px 34px 0;
	padding: 0 13px 34px 0;
	border-bottom: 2px solid #79b2dd;
}

#rehabilitation #conts .inner .photoBox {
	float: right;
	width: 387px;
}

#rehabilitation #conts .inner .textBox {
	float: left;
	width: 440px;
}

#rehabilitation #conts .inner .textBox .txt {
	margin-bottom: 0;
}

#rehabilitation #conts .inner01 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#rehabilitation #conts .content .groupimg {
	padding: 0 0 20px 0;
	text-align: center;
}

#rehabilitation #conts .contactBox a {
	margin-top: 10px;
	padding: 0px 0 0px 15px;
	float: right;
	border-bottom: 2px solid #ffe60f;
	position: relative;
}

#rehabilitation #conts .contactBox a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 13px;
	height: 13px;
	background: url(../../img/common/icon04.png) no-repeat;
	background-size: 13px auto;
}

/*------------------------------------------------------------
	rehabilitation_outpatient
------------------------------------------------------------*/
#rehabilitation_outpatient .pageTitle {
	margin-bottom: 43px;
	background-image: url("../rehabili/rehabilitation_outpatient/img/page_title_bg.jpg");
}

#rehabilitation_outpatient .pageTitle h2 {
	padding: 15px 0 14px;
}

#rehabilitation_outpatient .pageTitle h2 img {
	width: 100px;
}

#rehabilitation_outpatient #conts .topTxt {
	margin-bottom: 29px;
	color: #4C9AD3;
	font-size: 2.6rem;
	font-family: 'TsukushiAMaruGothic';
	line-height: 1.55;
}

#rehabilitation_outpatient #conts .title {
	margin: 0 -10px 1px 0;
	color: #003B82;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#rehabilitation_outpatient #conts .txt {
	margin-bottom: 31px;
	line-height: 1.85;
	text-align: justify;
}

#rehabilitation_outpatient #conts .comContact {
	margin: 35px 0 51px;
	padding: 11px 30px 18px 22px;
}

#rehabilitation_outpatient #conts .comContact .ttl {
	margin-bottom: 7px;
	color: #4C9AD3;
	font-size: 2.6rem;
	font-family: 'TsukushiAMaruGothic';
}

#rehabilitation_outpatient #conts .comContact .ttl .txtSpan {
	font-size: 2.0rem;
	display: block;
	color: #003B82;
	padding: 3px 0 0 40px;
}

#rehabilitation_outpatient #conts .comContact .btmTxt {
	margin-right: -5px;
	font-size: 1.6rem;
	font-family: 'TsukushiAMaruGothic';
}

#rehabilitation_outpatient #conts .comContact .btmTxt .linkSpan {
	display: block;
	float: right;
	font-size: 1.4rem;
	border-bottom: 2px solid #ffeb0e;
}

#rehabilitation_outpatient #conts .comContact .btmTxt .linkSpan a:hover {
	opacity: 0.7;
}

#rehabilitation_outpatient #conts .comContact .btmTxt .linkSpan img {
	width: 11px;
	margin: -3px 1px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#rehabilitation_outpatient #conts .comContact.clearfix .txt img {
	width: 20px;
	vertical-align: middle;
}

/*------------------------------------------------------------
	athome/support
------------------------------------------------------------*/
#support .pageTitle {
	margin-bottom: 44px;
	background-image: url("../athome/support/img/page_title_bg.png");
}

#support #conts .textBox {
	margin-bottom: 33px;
	padding: 0 74px 13px;
	border-bottom: 2px solid #7ab0dc;
}

#support #conts .txt {
	margin-bottom: 30px;
	text-align: justify;
	line-height: 1.86;
}

#support #conts .ttl {
	margin: 0 -10px 38px 0;
	color: #4C96CF;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
	line-height: 1.8;
}

#support #conts .ttl01 {
	margin-bottom: 31px;
}

#support #conts .content .txt {
	margin-right: -20px;
}

#support #conts .txt01 {
	margin-bottom: 39px;
}

#support #conts .comContact {
	text-align: center;
	padding: 12px 6px 23px;
}

#support #conts .comContact .top {
	margin-bottom: 7px;
	color: #4C96CF;
	font-size: 2.6rem;
	font-family: 'TsukushiAMaruGothic';
}

#support #conts .comContact .txtP {
	margin-bottom: 12px;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.4rem;
}

#support #conts .comContact .txtP img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 5px 0 8px;
}

#support #conts .comContact .txtP a:hover {
	opacity: 0.7;
}

#support #conts .comContact .add {
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
}

/*------------------------------------------------------------
	rehabilitation/commute_short
------------------------------------------------------------*/
#commute_short .pageTitle {
	margin-bottom: 79px;
	background-image: url("../rehabili/commute_short/img/page_title_bg.png");
}

#commute_short #conts .ttl {
	margin-bottom: 34px;
	color: #4C96CF;
	font-size: 2rem;
	line-height: 1.8;
	font-family: 'TsukushiAMaruGothic';
}

#commute_short #conts .txt {
	margin-bottom: 37px;
	line-height: 1.87;
	text-align: justify;
}

#commute_short #conts .txtDl {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#commute_short #conts .txtDl dt {
	float: left;
	clear: both;
	color: #4C96CF;
}

#commute_short #conts .txtDl dd {
	padding: 0 0 14px 5.1em;
}

#commute_short #conts .txtDl dd table {
	width: 100%;
	border: 2px solid #a5cae7;
	border-collapse: collapse;
	word-break: break-all;
}

#commute_short #conts .txtDl dd th,
#commute_short #conts .txtDl dd td {
	width: 9%;
	padding: 4px 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#commute_short #conts .txtDl dd th.tit {
	color: #003B82;
	width: auto;
	padding: 4px 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#commute_short #conts .txtDl dd th {
	width: auto;
	color: #4C96CF;
	border-right: 2px dotted #a5cae7;
}

#commute_short #conts .txtDl dd td {
	padding: 4px 10px;
	font-size: 2.6rem;
	border-right: 2px solid #a5cae7;
}

#commute_short #conts .txtDl .ddStyle {
	margin: 8px 46px 0 0;
	padding-bottom: 0;
}

#commute_short #conts .txtDl .dtStyle {
	margin-top: 17px;
}

#commute_short #conts .notes {
	margin-bottom: 38px;
}

#commute_short #conts .photoList {
	margin: 0 65px 38px;
}

#commute_short #conts .photoList li {
	float: left;
	width: 340px;
}

#commute_short #conts .photoList li:last-child {
	float: right;
}

#commute_short #conts .ttl01 {
	margin-bottom: 8px;
	font-size: 1.7rem;
	letter-spacing: 0;
}

#commute_short #conts .comContact {
	padding: 12px 10px;
}

#commute_short #conts .comContact .rTxt {
	float: none;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: -1px;
}

/*------------------------------------------------------------
	relation
------------------------------------------------------------*/
#relation #conts {
	padding-top: 60px;
}

#relation #conts .borderBox {
	margin-bottom: 30px;
	border-bottom: 2px solid #79b2df;
}

#relation #conts .photoImg {
	margin-bottom: 27px;
}

#relation #conts .h3Ttl {
	margin-bottom: 24px;
	color: #4C9AD3;
	font-size: 2.6rem;
	font-weight: 500;
	font-family: 'TsukushiAMaruGothic';
}

#relation #conts .h3Ttl .name {
	font-size: 2rem;
}

#relation #conts .title {
	margin-bottom: 3px;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#relation #conts .txt {
	margin-bottom: 10px;
	line-height: 1.85;
}

#relation #conts .linkUl {
	margin-bottom: 42px;
}

#relation #conts .linkUl01 {
	margin-bottom: 0;
}

#relation #conts .linkUl li {
	margin-right: 23px;
	font-size: 1.4rem;
	font-family: 'TsukushiAMaruGothic';
	display: inline-block;
}

#relation #conts .linkUl li a {
	border-bottom: 2px solid #fef14b;
}

#relation #conts .linkUl li a:hover {
	opacity: 0.7;
}

#relation #conts .linkUl li img {
	margin: -3px 5px 0 0;
	width: 12px;
	display: inline-block;
	vertical-align: middle;
}

#relation #conts .infoBox {
	padding-top: 35px;
	border-top: 2px solid #79b2df;
}

#relation #conts .infoBox .subBox {
	float: left;
	width: 380px;
}

#relation #conts .infoBox .subBox:last-child {
	float: right;
}

#relation #conts .infoBox .txt {
	margin-bottom: 16px;
}

/*------------------------------------------------------------
	introduction
------------------------------------------------------------*/
#introduction #conts {
	padding-top: 60px;
}

#introduction #conts .imgBox {
	width: 336px;
	margin: -10px auto 22px;
	display: table;
}

#introduction #conts .imgBox .pho {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
}

#introduction #conts .imgBox .pho img {
	width: 100%;
}

#introduction #conts .imgBox .rTxt {
	padding: 0 0 18px 40px;
	color: #4C9AD3;
	display: table-cell;
	vertical-align: middle;
	font-size: 2.6rem;
	font-family: 'TsukushiAMaruGothic';
}

#introduction #conts .imgBox .rTxt .btm {
	margin-top: 15px;
	color: #003B82;
	display: block;
	font-size: 2.0rem;
}

#introduction #conts .txt {
	margin-bottom: 31px;
	line-height: 1.86;
	text-align: justify;
}

#introduction #conts .txt01 {
	margin-bottom: 0;
}

#introduction #conts .sec01 {
	margin-bottom: 27px;
	padding-bottom: 33px;
	border-bottom: 2px solid #4b9ad2;
}

#introduction #conts .sec02 {
	margin-bottom: 33px;
	padding-bottom: 27px;
	border-bottom: 2px solid #4b9ad2;
}

#introduction #conts .sec03 {
	margin-bottom: 35px;
	padding-bottom: 32px;
	border-bottom: 2px solid #4b9ad2;
}

#introduction #conts .sec02 .headLine03 {
	margin-bottom: 17px;
	font-size: 3.6rem;
	letter-spacing: 4px;
}

#introduction #conts .txtP {
	font-family: 'TsukushiAMaruGothic';
	line-height: 2.3;
}

#introduction #conts .sec03 .subBox {
	float: left;
	width: 436px;
}

#introduction #conts .sec03 .subBox:last-child {
	float: right;
	width: 320px;
}

#introduction #conts .sec03 .subBox .top {
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
}

#introduction #conts .sec03 .subBox .txtDl {
	line-height: 1.9;
}

#introduction #conts .sec03 .subBox dt {
	float: left;
}

#introduction #conts .sec03 .subBox dd {
	padding: 0 0 0 7.7em;
}

/*#introduction #conts .sec04 {
margin-bottom: 36px;
	padding-bottom: 42px;
	border-bottom: 2px solid #4b9ad2;
}*/
#introduction #conts .sec04 .headLine03 {
	margin-bottom: 29px;
}

#introduction #conts .ttl {
	margin-bottom: 42px;
	color: #4C9AD3;
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
	line-height: 1.8;
}

#introduction #conts .title {
	margin-bottom: 1px;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.0rem;
}

#introduction #conts .sec04 .txt {
	margin-bottom: 8px;
}

#introduction #conts .sec04 .txt02 {
	margin-bottom: 30px;
}

#introduction #conts .sec04 .txtImg {
	margin: 0 auto 5px;
	padding-top: 13px;
	text-align: center;
	max-width: 70%;
}

#introduction #conts .txtUl li {
	font-size: 1.4rem;
	line-height: 1.75;
}

#introduction #conts .txtUl01 li {
	font-size: 1.6rem;
	line-height: 1.88;
	padding-bottom: 0;
}

#introduction #conts .sec05 .ttl {
	margin-bottom: 36px;
}

/*------------------------------------------------------------
	outpatient
------------------------------------------------------------*/
#outpatient #conts {
	padding-top: 61px;
}

#outpatient #conts .sec01 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

#outpatient #conts .headLine01 {
	padding-bottom: 9px;
	margin-bottom: 42px;
}

#outpatient #conts .headLine01 img {
	display: inline-block;
	vertical-align: middle;
	width: 63px;
	margin: -6px 30px 0 0;
}

#outpatient #conts .txt {
	margin-bottom: 25px;
	line-height: 1.85;
	text-align: justify;
}

#outpatient #conts .sec02 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

#outpatient #conts .sec02 .headLine04 {
	margin-bottom: 13px;
}

#outpatient #conts .sec03 .h3Ttl {
	margin-bottom: 15px;
	font-size: 2.6rem;
	font-weight: 500;
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
}

#outpatient #conts .sec03 .txtList {
	margin-bottom: 20px;
}

#outpatient #conts .sec03 .txtList li {
	margin-right: 7px;
	padding: 2px 10px 3px;
	display: inline-block;
	vertical-align: top;
	background-color: #b5ccf5;
}

#outpatient #conts .sec03 .txtList .bgColor01 {
	background-color: #a3df7f;
}

#outpatient #conts .sec03 .txtList .bgColor02 {
	background-color: #fff488;
}

#outpatient #conts .sec03 .txtList .bgColor03 {
	background-color: #9fddda;
}

#outpatient #conts .sec03 .txtList .bgColor04 {
	background-color: #f7d7e4;
}

#outpatient #conts .sec03 .txtList .bgColor05 {
	background-color: #fdd186;
}

#outpatient #conts .month {
	width: 95px;
	height: 93px;
	margin: 0 auto -15px;
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.6rem;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	background-color: #ffeb10;
}

#outpatient #conts .month .num {
	font-size: 3.6rem;
}

#outpatient #conts table {
	width: 100%;
	border-collapse: collapse;
}

#outpatient #conts th,
#outpatient #conts td {
	font-size: 3.0rem;
	font-family: 'TsukushiAMaruGothic';
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #a5cce9;
}

#outpatient #conts th {
	padding-bottom: 8px;
	color: #4C9AD3;
	border-top: none;
}

#outpatient #conts td {
	padding: 0 10px 6px;
	vertical-align: top;
}

#outpatient #conts tr th:first-child {
	border-left: none;
}

#outpatient #conts tr td:first-child {
	border-left: none;
}

#outpatient #conts tr th:last-child {
	border-right: none;
}

#outpatient #conts tr td:last-child {
	border-right: none;
}

#outpatient #conts td .num {
	margin-bottom: 5px;
	display: block;
	color: #4C9AD3;
	font-size: 3.6rem;
}

#outpatient #conts td .num2 {
	margin-bottom: 5px;
	display: block;
	color: #4C9AD3;
	font-size: 1.6rem;
}

#outpatient #conts td dd .name {
	margin-top: 10px;
	font-size: 2.0rem;
}

#outpatient #conts td dl {
	text-align: left;
}

#outpatient #conts td dt {
	font-size: 1.4rem;
	/*float: left;*/
	float: left;
}

#outpatient #conts td dd {
	margin-bottom: 5px;
	padding: 0 0 12px 0;
	font-size: 1.6rem;
	width: 100%;
	min-height: 60px;
	line-height: 1.4;
	border-bottom: 2px solid #a5cce9;
	float: left;
}

#outpatient #conts td dd:last-child {
	border: none;
	min-height: 42px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*#outpatient #conts td dd .icon {
	color: #B5CCF4;
}
#outpatient #conts td dd .color01 {
	color: #A4DD7F;
}
#outpatient #conts td dd .color02 {
	color: #f7d7e4;
}
#outpatient #conts td dd .color03 {
	color: #fff586;
}
#outpatient #conts td dd .color04 {
	color: #9fddda;
}*/
/*#outpatient #conts td dd #naika {
	width:40px;
}*/
#outpatient #conts td dd .icon {
	background-color: #B5CCF4;
	font-size: 1.3rem;
	padding: 3px;
	margin-bottom: 5px;
	width: 40px;
}

#outpatient #conts td dd .color01 {
	background-color: #A4DD7F;
	font-size: 1.3rem;
	padding: 3px;
	margin-bottom: 5px;
}

#outpatient #conts td dd .color02 {
	background-color: #f7d7e4;
	font-size: 1.0rem;
	padding: 3px;
	margin-bottom: 15px;
}

#outpatient #conts td dd .color03 {
	background-color: #fff586;
	font-size: 1.3rem;
	padding: 3px;
	margin-bottom: 5px;
}

#outpatient #conts td dd .color04 {
	background-color: #9fddda;
	font-size: 1.3rem;
	padding: 3px;
	margin-bottom: 5px;
}

#outpatient #conts td .absence {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #4C9AD3;
	font-size: 2rem;
	text-align: center;
}

#outpatient #conts tr:last-child td {
	border-bottom: none;
}

#outpatient #conts .sec03 {
	margin-bottom: 31px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}

#outpatient #conts .sec04 .headLine04 {
	margin-bottom: 16px;
}

#outpatient #conts .sec04 .subBox {
	float: left;
	width: 410px;
}

#outpatient #conts .sec04 .subBox:last-child {
	width: 380px;
	float: right;
}

#outpatient #conts .sec04 .listUl>li {
	overflow: hidden;
	margin-bottom: 22px;
	padding-bottom: 26px;
	border-bottom: 1px solid #4b9ad2;
}

#outpatient #conts .sec04 .listUl>li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

#outpatient #conts .sec04 .listUl>li .photo {
	float: right;
	width: 127px;
	padding-top: 10px;
}

#outpatient #conts .sec04 .listUl>li .textBox {
	float: left;
	width: 280px;
}

#outpatient #conts .sec04 .top {
	margin-bottom: 5px;
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
}

#outpatient #conts .sec04 .top .small {
	font-size: 1.6rem;
}

#outpatient #conts .sec04 .position {
	margin-bottom: 3px;
	font-family: 'TsukushiAMaruGothic';
}

#outpatient #conts .sec04 .position .infoTxt {
	margin-top: 5px;
	display: block;
	line-height: 1.85;
	font-family: 'Noto Sans JP', sans-serif;
}

#outpatient #conts .sec04 .ttl {
	margin-bottom: 4px;
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
}

#outpatient #conts .sec04 .txtList li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.85;
}

#outpatient #conts .sec04 .subBox:last-child .listUl>li {
	margin-bottom: 50px;
	border-bottom: none;
	padding-bottom: 0;
}

#outpatient #conts .sec04 .subBox:last-child .listUl>li:last-child {
	margin-bottom: 0;
}

#outpatient #conts .sec04 .notes {
	margin-right: -50px;
	display: block;
	font-family: 'TsukushiAMaruGothic';
}

#outpatient #conts .sec04 .notes .ico {
	color: #ffeb10;
}

/*------------------------------------------------------------
	comLinkTxt
------------------------------------------------------------*/
#conts .comLinkTxt a {
	display: inline;
	font-size: 1em;
	font-family: 'TsukushiAMaruGothic';
	border-bottom: 2px solid #fff04b;
}

#conts .comLinkTxt img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0;
}

#conts .comLinkTxt a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	comReserve
------------------------------------------------------------*/
#conts .comReserve {
	padding: 10px 38px 15px;
}

#conts .comReserve .ttl {
	margin-bottom: 3px;
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
}

#conts .comReserve .ttl .tel {
	display: inline-block;
	margin-left: 55px;
}

#conts .comReserve .ttl img {
	margin: -7px 4px 0 0;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

#conts .comReserve .time {
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
}

#conts .comReserve .time .infoTxt {
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 50px;
}

#conts .comReserve .comLinkTxt {
	margin: 5px 0 5px 0;
	display: inline-block;
}

/*------------------------------------------------------------
	comTableA
------------------------------------------------------------*/
#conts .comTableA {
	width: 100%;
	border-collapse: collapse;
}

#conts .comTableA th,
#conts .comTableA td {
	padding: 7px 2px 7px 10px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	border: 1px solid #416ca1;
}

#conts .comTableA th {
	padding: 7px 15px;
	text-align: center;
}

#conts .left {
	text-align: left !important;
}

#conts .right {
	text-align: right !important;
}

#conts .vMid {
	vertical-align: middle !important;
}

#conts .comTableA tr td:first-child,
#conts .comTableA tr th:first-child {
	border-left: none;
}

#conts .comTableA tr td:last-child,
#conts .comTableA tr th:last-child {
	border-right: none;
}

#conts .comTableA tr:last-child th,
#conts .comTableA tr:last-child td {
	border-bottom: none;
}

#conts .comTableA td a {
	color: #4C96CF;
}

#conts .comTableA td a:hover {
	color: #a5cae7;
}

#conts .comTableA td .txtInfo {
	display: block;
	font-size: 1.2rem;
	margin-right: -13px;
}

#conts .comTableA td .notes {
	display: block;
	font-size: 1.2rem;
	margin-top: 3px;
}

#conts .comTableA td .txtP {
	line-height: 2.8;
}

#conts .comTableA td .txtSpan {
	display: block;
	margin-top: 20px;
}

#conts .comTabBox {
	margin-bottom: 10px;
}

#conts .comTableB {
	width: 100%;
	border-collapse: collapse;
}

#conts .comTableB th,
#conts .comTableB td {
	padding: 5px 0;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
	border-bottom: 1px solid #003B82;
	border-right: 1px solid #003B82;
}

#conts .comTableB .bgColor01 {
	background-color: #fffbce;
}

#conts .comTableB th {
	background-color: #dbecf6;
}

#conts .comTableB tr:last-child th,
#conts .comTableB tr:last-child td {
	border-bottom: none;
}

#conts .comTableB .none01 {
	border-right: none;
}

#conts .comTableB .none02 {
	border-bottom: none !important;
}

#conts .comTableC th {
	background-color: #fffbce;
}

#conts .comTableC th,
#conts .comTableC td {
	padding: 5px 0;
}

#conts .comTableC td .small01 {
	font-size: 1.2rem;
	line-height: 1.4;
	display: block;
	padding: 0 2px 0 10px;
	letter-spacing: -1px;
}

#conts .comTableC .tdStyle01 {
	padding-left: 10px;
	text-align: left;
}

#conts .comTableC .bgColor02 {
	padding: 10px 4px 10px 12px;
	text-align: left;
	background-color: #ffeb10;
}

/*------------------------------------------------------------
	pageLink
------------------------------------------------------------*/
#conts .pageLink {
	text-align: right;
	font-size: 1.4rem;
	font-family: 'TsukushiAMaruGothic';
}

#conts .pageLink a {
	padding-right: 26px;
	display: inline-block;
	background: url("../img/common/page_top_bg.png") no-repeat right center;

	background-size: 19px auto;
}

#conts .pageLink a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 32px;
	color: #4C9AD3;
	font-size: 2.6rem;
	font-family: 'TsukushiAMaruGothic';
	font-weight: 500;
	text-align: center;
	line-height: 1.35;
}

/*------------------------------------------------------------
	healthcheck
------------------------------------------------------------*/
#health_guidance #conts {
	padding: 60px 0 0;
}

#health_guidance #conts .headLine01 {
	margin-bottom: 30px;
}

#health_guidance #conts .headLine01 img {
	margin: -19px 20px -10px 0;
	display: inline-block;
	vertical-align: middle;
}

#health_guidance #conts .txt {
	margin-bottom: 33px;
	line-height: 1.85;
	text-align: justify;
}

#health_guidance #conts .sec01 {
	margin-bottom: 30px;
	padding-bottom: 38px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .comContact .comLinkTxt {
	width: 100%;
	text-align: center;
}

#health_guidance #conts .comContact .comLinkTxt a {
	font-size: 2rem;
}

#health_guidance #conts .title {
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.0rem;
	line-height: 1.8;
}

#health_guidance #conts .subtitle {
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.0rem;
	line-height: 1.8;
}

#health_guidance #conts .sec02 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec02 .txt01 {
	margin-bottom: 17px;
}

#health_guidance #conts .sec02 .comLinkTxt img {
	margin-left: 10px;
}

#health_guidance #conts .comTableBox {
	margin: 6px 0 48px;
}

#health_guidance #conts .txt02 {
	margin-bottom: 25px;
	padding-bottom: 34px;
}

#health_guidance #conts .txt02 .comLinkTxt img {
	margin-left: 0;
}

#health_guidance #conts .ttlSpan {
	display: block;
	font-family: 'TsukushiAMaruGothic';
	margin: 4px 0 0;
}

#health_guidance #conts .ttlSpan01 {
	margin: 0;
}

#health_guidance #conts .notesSpan {
	font-size: 1.4rem;
}

#health_guidance #conts .comReserve .ttl {
	color: #4C9AD3;
}

#health_guidance #conts .comReserve .tel {
	color: #003B82;
}

#health_guidance #conts .txt03 {
	margin-bottom: 17px;
}

#health_guidance #conts .sec03 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec03 .headLine03 {
	margin-bottom: 35px;
}

#health_guidance #conts .sec04 .title {
	margin: 0 -10px 30px 0;
}

#health_guidance #conts .sec04 .title01 {
	margin-bottom: 4px;
}

#health_guidance #conts .sec04 .smallTxt {
	margin-bottom: 32px;
	font-size: 1.2rem;
	line-height: 1.7;
}

#health_guidance #conts .comContact01 {
	margin: -10px 0 14px;
	padding: 15px 20px 14px;
	overflow: hidden;
}

#health_guidance #conts .comContact01 p {
	font-size: 1.6rem;
	font-family: 'TsukushiAMaruGothic';
	color: #4C9AD3;
}

#health_guidance #conts .comContact01 p .time {
	margin-top: -5px;
	font-size: 2.0rem;
	color: #003B82;
	float: right;
}

#health_guidance #conts .sec04 {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec04 .comLinkTxt {
	margin-bottom: -5px;
}

#health_guidance #conts .sec04 .comLinkTxt img {
	margin-left: 10px;
}

#health_guidance #conts .sec05 {
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec05 .title {
	margin: 0;
	float: left;
}

#health_guidance #conts .sec05 .comLinkTxt {
	margin: 3px 0 0;
	float: right;
	padding-right: 10px;
}

#health_guidance #conts .sec05 .comLinkTxt img {
	margin-left: 10px;
}

#health_guidance #conts .sec06 {
	margin-bottom: 22px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec06 .title {
	font-size: 2.6rem;
	margin-bottom: 3px;
}

#health_guidance #conts .sec06 .title .infoSpan {
	font-size: 2.0rem;
	margin-right: 30px;
}

#health_guidance #conts .sec06 .smallTxt {
	margin-bottom: 16px;
	font-size: 1.2rem;
}

#health_guidance #conts .sec07 {
	margin-bottom: 22px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec07 .title {
	margin-bottom: 32px;
	font-size: 2.6rem;
}

#health_guidance #conts .sec07 .title .infoSpan {
	font-size: 2.0rem;
	margin-right: 30px;
}

#health_guidance #conts .sec07 .notesP {
	font-size: 1.4rem;
	margin-top: 20px;
}

#health_guidance #conts .sec07 .notesP .color {
	color: #FFEB0F;
}

#health_guidance #conts .sec07 .notesP .infoNotes {
	font-size: 1.2rem;
	display: block;
}

#health_guidance #conts .sec08 .title {
	margin-bottom: 32px;
	font-size: 2.6rem;
}

#health_guidance #conts .sec08 .title .infoSpan {
	font-size: 2.0rem;
	margin-right: 30px;
}

#health_guidance #conts .sec08 .notesP {
	font-size: 1.4rem;
	margin-top: 20px;
}

#health_guidance #conts .sec08 .notesP .color {
	color: #FFEB0F;
}

#health_guidance #conts .sec08 .notesP .infoNotes {
	font-size: 1.2rem;
	display: block;
}

/*------------------------------------------------------------
	dock
------------------------------------------------------------*/
#dock #conts {
	padding: 60px 0 0;
}

#dock #conts .headLine01 img {
	margin: -19px 20px -10px 0;
	display: inline-block;
	vertical-align: middle;
}

#dock #conts .sec01 {
	margin-bottom: 32px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}

#dock #conts .comContact .comLinkTxt {
	width: 100%;
	text-align: center;
}

#dock #conts .comContact .comLinkTxt a {
	font-size: 2rem;
}

#dock #conts .title {
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.0rem;
	line-height: 1.8;
}

#dock #conts .subtitle {
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.0rem;
	line-height: 1.8;
}

#dock #conts .txt {
	margin-bottom: 22px;
	line-height: 1.85;
	text-align: justify;
}

#dock #conts .txtDl {
	margin-bottom: 45px;
}

#dock #conts .txtDl dt {
	padding: 16px 0 8px;
	color: #4C9AD3;
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
	border-top: 2px solid #a5cce9;
}

#dock #conts .txtDl dt .rTxt {
	margin-left: 30px;
	color: #003B82;
}

#dock #conts .txtDl dt .rTxt img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 2px 0 0;
}

#dock #conts .txtDl dt .rTxt a {
	display: inline-block;
	margin-left: 7px;
}

#dock #conts .ttlBox {
	margin-bottom: 33px;
}

#dock #conts .ttlBox .headLine05 {
	margin: 0;
	float: left;
	text-align: left;
}

#dock #conts .ttlBox .linkTxt {
	padding-top: 10px;
	float: right;
	font-size: 1.4rem;
	font-family: 'TsukushiAMaruGothic';
}

#dock #conts .ttlBox .linkTxt a:hover {
	opacity: 0.7;
}

#dock #conts .ttlBox .linkTxt img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 3px 0 0;
	width: 9px;
}

#dock #conts .comTableB tr:last-child th,
#dock #conts .comTableB tr:last-child td {
	border-bottom: 1px solid #003B82;
}

#dock #conts .comTableA td {
	text-align: center;
}

#dock #conts .comTableA .bgColor01 {
	background-color: #fffbce;
}

#dock #conts .sec02 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}

#dock #conts .sec03 .ttlBox {
	margin-bottom: 10px;
}

#dock #conts .sec03 .title {
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
}

#dock #conts .sec03 .comTableBox {
	margin-bottom: 30px;
}

#dock #conts .sec03 .comTableA th {
	padding: 6px 0;
}

#dock #conts .sec03 .comTableA td {
	padding: 8px;
	vertical-align: middle;
}

#dock #conts .sec03 .comTableA .none01 {
	border-right: none !important;
}

#dock #conts .sec03 .comTableA .none02 {
	border-right: none;
	border-left: none;
}

#dock #conts .sec03 .comTableA td.bgColor01 {
	padding-right: 20px;
	text-align: right;
}

#dock #conts .sec03 .comTableA .left02 {
	padding-right: 0 !important;
}

#dock #conts .sec03 .pageLink {
	margin-bottom: 30px;
}

#dock #conts .sec03 .title01 {
	padding-top: 16px;
	font-size: 2.6rem;
	border-top: 1px solid #78b3dd;
}

#dock #conts .sec03 .txt01 {
	margin-bottom: 13px;
	padding-bottom: 23px;
	border-bottom: 1px solid #78b3dd;
}

#dock #conts .sec03 .title02 {
	margin-bottom: 2px;
}

#dock #conts .sec03 .comTableC td {
	padding: 9px 5px 9px 9px;
}

#dock #conts .sec03 .borderBox {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #78b3dd;
}

#dock #conts .sec03 .txt02 {
	margin-bottom: 30px;
}

#dock #conts .sec03 .txt03 {
	margin-bottom: 0;
}

#dock #conts .comReserve .ttl {
	color: #4C9AD3;
}

#dock #conts .comReserve .tel {
	color: #003B82;
}

#opt .submitsc {
	margin: 20px;
	text-align: center;
}

#opt.submitsc li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

/*#opt .submitsc li input,*/
#opt .submitsc li a {
	display: inline-block;
	padding: 16px 0;
	width: 100%;
	max-width: 800px;
	color: #003B82;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.7rem;
	background: #fff;
	border: 4px solid #003B82;
	-webkit-appearance: none;
	appearance: none;
}

#opt .submitsc li a:hover {
	opacity: 0.5;
}

/*------------------------------------------------------------
	health_guidance
------------------------------------------------------------*/
#health_guidance .pageTitle {
	margin-bottom: 43px;
	background-image: url("../../img/health_guidance_bg.png");
}

#health_guidance #conts {
	padding: 60px 0 0;
}

#health_guidance #conts .headLine01 {
	margin-bottom: 30px;
}

#health_guidance #conts .headLine01 img {
	margin: -19px 20px -10px 0;
	display: inline-block;
	vertical-align: middle;
}

#health_guidance #conts .txt {
	margin-bottom: 33px;
	line-height: 1.85;
	text-align: justify;
}

#health_guidance #conts .sec01 {
	margin-bottom: 30px;
	padding-bottom: 38px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .comContact .comLinkTxt {
	width: 100%;
	text-align: center;
}

#health_guidance #conts .comContact .comLinkTxt a {
	font-size: 2rem;
}

#health_guidance #conts .title {
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.0rem;
	line-height: 1.8;
}

#health_guidance #conts .subtitle {
	color: #4C9AD3;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2.0rem;
	line-height: 1.8;
}

#health_guidance #conts .sec02 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec02 .txt01 {
	margin-bottom: 17px;
}

#health_guidance #conts .sec02 .comLinkTxt img {
	margin-left: 10px;
}

#health_guidance #conts .comTableBox {
	margin: 6px 0 48px;
}

#health_guidance #conts .txt02 {
	margin-bottom: 25px;
	padding-bottom: 34px;
}

#health_guidance #conts .txt02 .comLinkTxt img {
	margin-left: 0;
}

#health_guidance #conts .ttlSpan {
	display: block;
	font-family: 'TsukushiAMaruGothic';
	margin: 4px 0 0;
}

#health_guidance #conts .ttlSpan01 {
	margin: 0;
}

#health_guidance #conts .notesSpan {
	font-size: 1.4rem;
}

#health_guidance #conts .comReserve .ttl {
	color: #4C9AD3;
}

#health_guidance #conts .comReserve .tel {
	color: #003B82;
}

#health_guidance #conts .txt03 {
	margin-bottom: 17px;
}

#health_guidance #conts .sec03 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec03 .headLine03 {
	margin-bottom: 35px;
}

#health_guidance #conts .sec04 .title {
	margin: 0 -10px 30px 0;
}

#health_guidance #conts .sec04 .title01 {
	margin-bottom: 4px;
}

#health_guidance #conts .sec04 .smallTxt {
	margin-bottom: 32px;
	font-size: 1.2rem;
	line-height: 1.7;
}

#health_guidance #conts .comContact01 {
	margin: -10px 0 14px;
	padding: 15px 20px 14px;
	overflow: hidden;
}

#health_guidance #conts .comContact01 p {
	font-size: 1.6rem;
	font-family: 'TsukushiAMaruGothic';
	color: #4C9AD3;
}

#health_guidance #conts .comContact01 p .time {
	margin-top: -5px;
	font-size: 2.0rem;
	color: #003B82;
	float: right;
}

#health_guidance #conts .sec04 {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec04 .comLinkTxt {
	margin-bottom: -5px;
}

#health_guidance #conts .sec04 .comLinkTxt img {
	margin-left: 10px;
}

#health_guidance #conts .sec05 {
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec05 .title {
	margin: 0;
	float: left;
}

#health_guidance #conts .sec05 .comLinkTxt {
	margin: 3px 0 0;
	float: right;
	padding-right: 10px;
}

#health_guidance #conts .sec05 .comLinkTxt img {
	margin-left: 10px;
}

#health_guidance #conts .sec06 {
	margin-bottom: 22px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec06 .title {
	font-size: 2.6rem;
	margin-bottom: 3px;
}

#health_guidance #conts .sec06 .title .infoSpan {
	font-size: 2.0rem;
	margin-right: 30px;
}

#health_guidance #conts .sec06 .smallTxt {
	margin-bottom: 16px;
	font-size: 1.2rem;
}

#health_guidance #conts .sec07 {
	margin-bottom: 22px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}

#health_guidance #conts .sec07 .title {
	margin-bottom: 32px;
	font-size: 2.6rem;
}

#health_guidance #conts .sec07 .title .infoSpan {
	font-size: 2.0rem;
	margin-right: 30px;
}

#health_guidance #conts .sec07 .notesP {
	font-size: 1.4rem;
	margin-top: 20px;
}

#health_guidance #conts .sec07 .notesP .color {
	color: #FFEB0F;
}

#health_guidance #conts .sec07 .notesP .infoNotes {
	font-size: 1.2rem;
	display: block;
}

#health_guidance #conts .sec08 .title {
	margin-bottom: 32px;
	font-size: 2.6rem;
}

#health_guidance #conts .sec08 .title .infoSpan {
	font-size: 2.0rem;
	margin-right: 30px;
}

#health_guidance #conts .sec08 .notesP {
	font-size: 1.4rem;
	margin-top: 20px;
}

#health_guidance #conts .sec08 .notesP .color {
	color: #FFEB0F;
}

#health_guidance #conts .sec08 .notesP .infoNotes {
	font-size: 1.2rem;
	display: block;
}

/*------------------------------------------------------------
	hospitalization
------------------------------------------------------------*/
#hospitalization #conts {
	padding-top: 60px;
}

/*#hospitalization #conts .borderBox {
	margin-bottom: 30px;
	border-bottom: 2px solid #79b2df;
}*/
/*#hospitalization #conts .photoImg {
	margin-bottom: 27px;
}*/
#hospitalization #conts .headLine01 {
	padding-bottom: 9px;
	margin-bottom: 42px;
}

#hospitalization #conts .headLine01 img {
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	margin: -3px 20px 0 0;
}

#hospitalization #conts .h3Ttl {
	margin-bottom: 24px;
	color: #4C9AD3;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'TsukushiAMaruGothic';
}

/*#hospitalization #conts .h3Ttl .name {
	font-size: 2rem;
}*/
#hospitalization #conts .title0 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#hospitalization #conts .title {
	margin-bottom: 3px;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#hospitalization #conts .txt {
	margin-bottom: 10px;
	line-height: 1.85;
}

/*#hospitalization #conts .linkUl {
	margin-bottom: 42px;
}*/
/*#hospitalization #conts .linkUl01 {
	margin-bottom: 0;
}*/
/*#hospitalization #conts .linkUl li {
	margin-right: 23px;
	font-size: 1.4rem;
	font-family: 'TsukushiAMaruGothic';
	display: inline-block;
}*/
/*#hospitalization #conts .linkUl li a {
	border-bottom: 2px solid #fef14b;
}*/
/*#hospitalization #conts .linkUl li a:hover {
	opacity: 0.7;
}*/
/*#hospitalization #conts .linkUl li img {
	margin: -3px 5px 0 0;
	width: 12px;
	display: inline-block;
	vertical-align: middle;
}*/
/*#hospitalization #conts .infoBox {
	padding-top: 35px;
	border-top: 2px solid #79b2df;
}*/
/*#hospitalization #conts .infoBox .subBox {
	float: left;
	width: 380px;
}*/
/*#hospitalization #conts .infoBox .subBox:last-child {
	float: right;
}*/
/*#hospitalization #conts .infoBox .txt {
	margin-bottom: 16px;
}*/
#hospitalization #conts .sec01 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

#hospitalization #conts .sec02 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

#hospitalization #conts .sec03 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

#hospitalization #conts .sec04 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

/*------------------------------------------------------------
	recovery_phase_reha
------------------------------------------------------------*/
#recovery_phase_reha .pageTitle {
	margin-bottom: 43px;
	background-image: url("../rehabili/rehabilitation/img/page_title_bg.png");
}

#recovery_phase_reha #conts {
	padding-top: 60px;
}

/*#recovery_phase_reha #conts .borderBox {
	margin-bottom: 30px;
	border-bottom: 2px solid #79b2df;
}*/
/*#recovery_phase_reha #conts .photoImg {
	margin-bottom: 27px;
}*/
#recovery_phase_reha #conts .headLine01 {
	padding-bottom: 9px;
	margin-bottom: 42px;
}

#recovery_phase_reha #conts .headLine01 img {
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	margin: -3px 20px 0 0;
}

#recovery_phase_reha #conts .topTxt {
	margin-bottom: 29px;
	color: #4C9AD3;
	font-size: 2.6rem;
	font-family: 'TsukushiAMaruGothic';
	line-height: 1.55;
}

#recovery_phase_reha #conts .h3Ttl {
	margin-bottom: 24px;
	color: #4C9AD3;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'TsukushiAMaruGothic';
}

/*#recovery_phase_reha #conts .h3Ttl .name {
	font-size: 2rem;
}*/
#recovery_phase_reha #conts .title0 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#recovery_phase_reha #conts .title {
	margin-bottom: 3px;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#recovery_phase_reha #conts .txt {
	margin-bottom: 10px;
	line-height: 1.85;
}

/*#recovery_phase_reha #conts .linkUl {
	margin-bottom: 42px;
}*/
/*#recovery_phase_reha #conts .linkUl01 {
	margin-bottom: 0;
}*/
/*#recovery_phase_reha #conts .linkUl li {
	margin-right: 23px;
	font-size: 1.4rem;
	font-family: 'TsukushiAMaruGothic';
	display: inline-block;
}*/
/*#recovery_phase_reha #conts .linkUl li a {
	border-bottom: 2px solid #fef14b;
}*/
/*#recovery_phase_reha #conts .linkUl li a:hover {
	opacity: 0.7;
}*/
/*#recovery_phase_reha #conts .linkUl li img {
	margin: -3px 5px 0 0;
	width: 12px;
	display: inline-block;
	vertical-align: middle;
}*/
/*#recovery_phase_reha #conts .infoBox {
	padding-top: 35px;
	border-top: 2px solid #79b2df;
}*/
/*#recovery_phase_reha #conts .infoBox .subBox {
	float: left;
	width: 380px;
}*/
/*#recovery_phase_reha #conts .infoBox .subBox:last-child {
	float: right;
}*/
/*#recovery_phase_reha #conts .infoBox .txt {
	margin-bottom: 16px;
}*/
#recovery_phase_reha #conts .sec01 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

#recovery_phase_reha #conts .sec02 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

#recovery_phase_reha #conts .sec03 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

#recovery_phase_reha #conts .sec04 {
	margin-bottom: 31px;
	padding-bottom: 12px;
	border-bottom: 2px solid #78b3dd;
}

/*------------------------------------------------------------
	rehabilitation/commute
------------------------------------------------------------*/
#commute .pageTitle {
	margin-bottom: 79px;
	background-image: url("../rehabili/commute/img/page_title_bg.png");
}

#commute #conts .ttl {
	margin-bottom: 34px;
	color: #4C96CF;
	font-size: 2rem;
	line-height: 1.8;
	font-family: 'TsukushiAMaruGothic';
}

#commute #conts .txt {
	margin-bottom: 37px;
	line-height: 1.87;
	text-align: justify;
}

#commute #conts .txtDl {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#commute #conts .txtDl dt {
	float: left;
	clear: both;
	color: #4C96CF;
}

#commute #conts .txtDl dd {
	padding: 0 0 14px 5.1em;
}

#commute #conts .txtDl dd table {
	width: 100%;
	border: 2px solid #a5cae7;
	border-collapse: collapse;
	word-break: break-all;
}

#commute #conts .txtDl dd th,
#commute #conts .txtDl dd td {
	width: 10%;
	padding: 4px 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#commute #conts .txtDl dd th {
	color: #4C96CF;
	border-right: 2px solid #a5cae7;
}

#commute #conts .txtDl dd table tr:first-child {
	border-bottom: 2px dotted #a5cae7;
}

#commute #conts .txtDl dd th:last-child,
#commute #conts .txtDl dd td:last-child {
	border-right: none;
}

#commute #conts .txtDl dd td {
	font-size: 2.6rem;
	border-right: 2px solid #a5cae7;
	text-align: center;
	width: 10%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	vertical-align: middle;
	font-weight: 500;
}

#commute #conts .txtDl .ddStyle {
	margin: 8px 46px 0 0;
	padding-bottom: 0;
}

#commute #conts .txtDl .dtStyle {
	margin-top: 9px;
}

#commute #conts .notes {
	margin-bottom: 38px;
}

#commute #conts .photoList {
	margin: 0 49px 38px;
}

#commute #conts .photoList li {
	float: left;
	width: 340px;
}

#commute #conts .photoList li:last-child {
	float: right;
}

#commute #conts .ttl01 {
	margin-bottom: 8px;
	font-size: 1.7rem;
	letter-spacing: 0;
}

#commute #conts .comContact {
	padding: 12px 10px;
}

#commute #conts .comContact .rTxt {
	float: none;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: -1px;
}

/*------------------------------------------------------------
	athome/visit
------------------------------------------------------------*/
#visit .pageTitle {
	margin-bottom: 79px;
	background-image: url("../rehabili/visit/img/page_title_bg.png");
}

#visit #conts .ttl {
	margin-bottom: 34px;
	color: #4C96CF;
	font-size: 2rem;
	line-height: 1.8;
	font-family: 'TsukushiAMaruGothic';
}

#visit #conts .txt {
	margin-bottom: 37px;
	line-height: 1.87;
	text-align: justify;
}

#visit #conts .txtDl {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#visit #conts .txtDl dt {
	float: left;
	clear: both;
	color: #4C96CF;
}

#visit #conts .txtDl dd {
	padding: 0 0 14px 5.1em;
}

#visit #conts .txtDl dd table {
	width: 100%;
	border: 2px solid #a5cae7;
	border-collapse: collapse;
	word-break: break-all;
}

#visit #conts .txtDl dd th.tit {
	color: #003B82;
	width: auto;
	padding: 4px 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#visit #conts .txtDl dd th,
#commute_short #conts .txtDl dd td {
	width: 10%;
	padding: 4px 4px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#visit #conts .txtDl dd th {
	width: auto;
	color: #4C96CF;
	border-right: 2px dotted #a5cae7;
}

#visit #conts .txtDl dd td {
	padding: 4px 10px;
	text-align: center;
	font-size: 2.6rem;
	border-right: 2px solid #a5cae7;
}

#visit #conts .txtDl .ddStyle {
	margin: 8px 46px 0 0;
	padding-bottom: 0;
}

#visit #conts .txtDl .dtStyle {
	margin-top: 17px;
}

#visit #conts .notes {
	margin-bottom: 38px;
}

#visit #conts .photoList {
	margin: 0 49px 38px;
}

#visit #conts .photoList li {
	float: left;
	width: 340px;
}

#visit #conts .photoList li:last-child {
	float: right;
}

#visit #conts .ttl01 {
	margin-bottom: 8px;
	font-size: 1.7rem;
	letter-spacing: 0;
}

#visit #conts .comContact {
	padding: 12px 10px;
}

#visit #conts .comContact .rTxt {
	float: none;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: -1px;
}

/*------------------------------------------------------------
	athome/visit
------------------------------------------------------------*/
#visit .pageTitle {
	margin-bottom: 40px;
}

#visit #conts .ttl {
	margin-bottom: 20px;
	font-size: 2.6rem;
	line-height: 1.65;
	letter-spacing: 0;
}

#visit #conts .txt {
	margin-bottom: 18px;
	line-height: 1.67;
}

#visit #conts .txtDl {
	margin-bottom: 7px;
	font-size: 1.5rem;
	letter-spacing: 0;
}

#visit #conts .txtDl dt {
	margin-bottom: 5px;
	float: none;
}

#visit #conts .txtDl dd {
	padding: 0 0 10px 0;
}

#visit #conts .txtDl dd table {
	border: 1px solid #a5cae7;
}

#visit #conts .txtDl dd th,
#commute_short #conts .txtDl dd td {
	padding: 3px 0;
}

#visit #conts .txtDl dd th {
	color: #4C96CF;
	border-right: 1px dotted #a5cae7;
}

#visit #conts .txtDl dd td {
	font-size: 1.8rem;
	border-right: 1px solid #a5cae7;
}

#visit #conts .txtDl .ddStyle {
	margin-right: 0;
	padding-bottom: 0;
}

#visit #conts .txtDl .dtStyle {
	margin-top: 0;
}

#visit #conts .notes {
	margin-bottom: 28px;
}

#visit #conts .photoList {
	margin: 0 20px 20px;
}

#visit #conts .photoList li {
	float: none;
	width: 100%;
	text-align: center;
}

#visit #conts .photoList li:last-child {
	float: none;
	margin-top: 10px;
}

#visit #conts .ttl01 {
	margin-bottom: 5px;
	font-size: 1.3rem;
}

#visit #conts .comContact {
	padding: 12px 10px;
}

#visit #conts .comContact .rTxt {
	float: none;
	font-size: 1.6rem;
	letter-spacing: 0px;
}

#visit #conts .comContact .rTxt .tel {
	display: block
}

/*------------------------------------------------------------
	athome/helper
------------------------------------------------------------*/
#helper .pageTitle {
	margin-bottom: 79px;
	background-image: url("../athome/helper/img/page_title_bg.png");
}

#helper #conts .ttl {
	margin-bottom: 34px;
	color: #4C96CF;
	font-size: 2rem;
	line-height: 1.8;
	font-family: 'TsukushiAMaruGothic';
}

#helper #conts .txt {
	margin-bottom: 37px;
	line-height: 1.87;
	text-align: justify;
}

#helper #conts .txtDl {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}

#helper #conts .txtDl dt {
	float: left;
	clear: both;
	color: #4C96CF;
}

#helper #conts .txtDl dd {
	padding: 0 0 14px 5.1em;
}

#helper #conts .txtDl dd table {
	width: 100%;
	border: 2px solid #a5cae7;
	border-collapse: collapse;
	word-break: break-all;
}

#helper #conts .txtDl dd th,
#commute_short #conts .txtDl dd td {
	width: 10%;
	padding: 4px 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#helper #conts .txtDl dd th {
	color: #4C96CF;
	border-right: 2px dotted #a5cae7;
}

#helper #conts .txtDl dd td {
	font-size: 2.6rem;
	border-right: 2px solid #a5cae7;
}

#helper #conts .txtDl .ddStyle {
	margin: 8px 46px 0 0;
	padding-bottom: 0;
}

#helper #conts .txtDl .dtStyle {
	margin-top: 17px;
}

#helper #conts .notes {
	margin-bottom: 38px;
}

#helper conts .photoList {
	margin: 0 49px 38px;
}

#helper #conts .photoList li {
	float: left;
	width: 340px;
}

#helper #conts .photoList li:last-child {
	float: right;
}

#helper #conts .ttl01 {
	margin-bottom: 8px;
	font-size: 1.7rem;
	letter-spacing: 0;
}

#helper #conts .comContact {
	padding: 12px 10px;
}

#helper #conts .comContact .rTxt {
	float: none;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: -1px;
}

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#recruit .pageTitle {
	margin-bottom: 79px;
	background-image: url("../rehabili/commute_short/img/page_title_bg.png");
}

#recruit #conts .ttl {
	margin-bottom: 34px;
	color: #4C96CF;
	font-size: 2rem;
	line-height: 1.8;
	font-family: 'TsukushiAMaruGothic';
}

#recruit #conts .txt {
	margin-bottom: 37px;
	font-size: 1.8rem;
	line-height: 1.87;
	text-align: justify;
}

#recruit #conts .txt a {
	color: #4C96CF;
}

#recruit #conts .txt a:hover {
	color: #a5cae7;
}

#recruit #conts .txtDl {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
	/*display: inline-block;*/
	line-height: 1.2;
	border-bottom: 1px dotted #003B82;
}

#recruit #conts .txtDl dt {
	float: left;
	clear: both;
	color: #4C96CF;
}

#recruit #conts .txtDl dd {
	padding: 0 0 15px 8.1em;
}

#recruit #conts .txtDl dd table {
	width: 100%;
	border: 2px solid #a5cae7;
	border-collapse: collapse;
	word-break: break-all;
}

#recruit #conts .txtDl dd th,
#recruit #conts .txtDl dd td {
	width: 10%;
	padding: 4px 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#recruit #conts .txtDl dd th {
	color: #4C96CF;
	border-right: 2px dotted #003B82;
}

#recruit #conts .txtDl dd td {
	font-size: 2.6rem;
	border-right: 2px solid #a5cae7;
}

#recruit .sec01 .photoBox {
	float: right;
	width: 120px;
	margin: 10px 0 0 -30px;
}

/*------------------------------------------------------------
	info
------------------------------------------------------------*/
#info .pageTitle {
	margin-bottom: 79px;
	background-image: url("../rehabili/commute_short/img/page_title_bg.png");
}

#info #conts .txtDl {
	margin-bottom: 20px;
	font-size: 1.5rem;
	/*font-family: 'TsukushiAMaruGothic';*/
	/*display: inline-block;*/
	line-height: 1.8;
	border-bottom: 1px dotted #003B82;
}

#info #conts .txtDl dt {
	float: left;
	clear: both;
	color: #4C96CF;
	/*font-weight: bold;*/
	font-family: 'TsukushiAMaruGothic';
	font-size: 1.9rem;
}

#info #conts .txtDl dd {
	padding: 0 0 15px 5.5em;
	/*font-weight: bold;*/
	font-family: 'TsukushiAMaruGothic';
	font-size: 1.9rem;
}

#info #conts .txtDl a {
	color: #001e42;
}

#info #conts .txtDl a:hover {
	opacity: 0.5;
}

#info #conts .txtDl .news {
	margin: 0;
	padding: 0 0 15px 8.1em;
	color: #777;
}

#info #conts .txtDl .news a {
	margin: 0;
	/*padding: 0 0 15px 8.1em;*/
	color: #666;
}

#info #conts .txtDl dd table {
	width: 100%;
	border: 2px solid #a5cae7;
	border-collapse: collapse;
	word-break: break-all;
}

#info #conts .txtDl dd th,
#info #conts .txtDl dd td {
	width: 10%;
	padding: 4px 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

#info #conts .txtDl .SignRight {
	text-align: right;
}

#info #conts .txtDl dd th {
	color: #4C96CF;
	border-right: 2px dotted #003B82;
}

#info #conts .txtDl dd td {
	font-size: 1.5rem;
	border-right: 2px solid #a5cae7;
}

/*------------------------------------------------------------
	ツールチップ
------------------------------------------------------------*/
.cp_tooltip {
	display: inline-block;
	position: relative;
	/* 指定した分だけ相対的に移動 */
	cursor: default;
	background: linear-gradient(transparent 85%, #6666ff 100%);
}

.cp_tooltip .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: -30px;
	visibility: hidden;
	width: 200px;
	/*white-space: nowrap;*/
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
	font-size: 80%;
}

.cp_tooltip .cp_tooltiptext::after {
	position: absolute;
	top: 100%;
	left: 50px;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da3c41;
}

.cp_tooltip:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

/*右側の文字に対応*/
.cp_tooltip_r {
	display: inline-block;
	position: relative;
	/* 指定した分だけ相対的に移動 */
	cursor: default;
	background: linear-gradient(transparent 85%, #6666ff 100%);
}

.cp_tooltip_r .cp_tooltiptext_r {
	position: absolute;
	z-index: 1;
	bottom: 100%;
	right: 0;
	visibility: hidden;
	width: 200px;
	/*white-space: nowrap;*/
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #da3c41;
	font-size: 80%;
}

.cp_tooltip_r .cp_tooltiptext_r::after {
	position: absolute;
	top: 100%;
	right: 20px;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da3c41;
}

.cp_tooltip_r:hover .cp_tooltiptext_r {
	visibility: visible;
	opacity: 1;
}

/*------------------------------------------------------------
	レイアウト(ダークモード)
------------------------------------------------------------*/
@media (prefers-color-scheme: dark) {
	body {
		color: #E0E0E0;
		background-color: #121212;
	}

	a,
	a:link,
	a:visited,
	a:active {
		color: #90caf9;
	}

	a:hover {
		color: #bbdefb;
	}

	#main {
		background-color: #1E1E1E;
	}

	#sideBar {
		background-color: #2C2C2C;
		box-shadow: 0 0 7px rgba(200, 200, 200, 0.4);
	}

	#gNavi>ul>li>a {
		color: #E0E0E0;
	}

	#gNavi>ul>li.on>a,
	#gNavi>ul>li>a:hover {
		color: #121212;
		background-color: #90caf9;
	}

	#gNavi>ul>li .infoMenu {
		background: #90caf9;
	}

	#gNavi>ul>li .infoMenu li a {
		color: #121212;
	}

	#sideBar .txtDl .ttl {
		color: #90caf9;
	}

	#sideBar .txtDl dd .tel,
	#sideBar .txtDl dd .tel a,
	#sideBar .txtDl dd .ttl01,
	#sideBar .txtDl dd .txtLink li a {
		color: #E0E0E0;
	}

	#sideBar .txtDl dd .txtLink li a::before {
		filter: invert(1) hue-rotate(180deg);
	}

	/*#sideBar .logoBox {
		border-top-color: #898989;
	}*/
	#sideBar .logoBox .top,
	#sideBar .logoBox .btm {
		color: #E0E0E0;
	}

	#conts {
		box-shadow: 3px 5px 7px -2px rgba(200, 200, 200, 0.4);
	}

	#index .mainImg .newsBox {
		background: rgba(0, 0, 0, 0.7);
	}

	#index .mainImg .newsBox .link a::before {
		filter: invert(1) hue-rotate(180deg);
	}

	#index .mainImg .newsBox dt,
	#index .mainImg .newsBox dd a,
	#index .mainImg .newsBox .link a {
		color: #E0E0E0;
	}

	#index .h2Ttl {
		color: #90caf9;
	}

	#index .txtP {
		color: #E0E0E0;
	}

	/*#index .sec01,
	#index .sec01 * {
		border-color: #898989 !important;
	}*/
	#index .sec01 th,
	#index .sec01 td,
	#index .sec01 td .time {
		color: #E0E0E0;
	}

	#index .sec01 td .listUl {
		color: #272525;
	}

	/*#index .sec02 {
		border-color: #898989 !important;
	}*/
	#index .sec02 .ulList li a {
		background-color: #424242;
		box-shadow: 0 2px 3px rgba(200, 200, 200, 0.4)
	}

	#index .sec02 .ulList li .txtSpan {
		color: #E0E0E0;
	}

	.pageTop a {
		background-color: #2C2C2C;
		/*border-color: #898989 !important;*/
		color: #E0E0E0;
	}

	.headLine01,
	.headLine02,
	.headLine05,
	.headLine06 {
		filter: invert(1) hue-rotate(180deg);
	}

	.headLine01 img,
	.headLine02 img,
	.headLine06 img {
		filter: invert(1) hue-rotate(180deg);
	}

	#gFooter .copyright {
		color: #E0E0E0;
	}

	/*------------------------------------------------------------
	comTable(ダークモード)
	------------------------------------------------------------*/
	#conts .comTableB .bgColor01 {
		background-color: #4d4707;
	}

	#conts .comTableB th {
		background-color: #040b744d;
	}

	#conts .comTableB th,
	#conts .comTableB td {
		border-bottom: 1px solid #E0E0E0;
		border-right: 1px solid #E0E0E0;
	}

	#conts .comTableC th {
		background-color: #4d4707;
	}

	#conts .comTableC .bgColor02 {
		background-color: #837c2e;
	}

	/*-------------------------------------------------------
	consultation(ダークモード)
	------------------------------------------------------------*/
	#consultation #conts .comContact .rTxt,
	#consultation #conts .comContact .rTxt a,
	#consultation #conts .comContact .txtP {
		color: #E0E0E0;
	}

	/*-------------------------------------------------------
	outpatient(ダークモード)
	------------------------------------------------------------*/
	.headLine04 .txtSpan {
		color: #c9f1fd;
	}

	#outpatient #conts .sec03 .txtList li {
		color: #272525;
	}

	#outpatient #conts td dd .icon {
		color: #272525;
	}

	/*------------------------------------------------------------
	healthcheck(ダークモード)
	------------------------------------------------------------*/
	#health_guidance #conts .comContact01 p .time {
		filter: invert(1) hue-rotate(180deg)
	}

	#health_guidance #conts .sec05 .comLinkTxt img {
		filter: invert(1) hue-rotate(180deg);
	}

	/*------------------------------------------------------------
	dock(ダークモード)
	------------------------------------------------------------*/
	#dock #conts .ttlBox .linkTxt img {
		filter: invert(1) hue-rotate(180deg);
	}

	#dock #conts .txtDl dt .rTxt {
		filter: invert(1) hue-rotate(180deg);
	}

	#dock #conts .txtDl dt .rTxt a {
		filter: invert(1) hue-rotate(180deg);
	}

	#dock #conts .comTableA .bgColor01 {
		background-color: #4d4707;
	}

	#contact #conts table th,
	#contact #conts table td,
	#contact_healthcheck #conts table th,
	#contact_healthcheck #conts table td,
	#contact_rehabili #conts table th,
	#contact_rehabili #conts table td {
		color: #E0E0E0;
	}

	#contact #conts table td input[type="text"],
	#contact #conts table td input[type="date"],
	#contact #conts table td input[type="email"],
	#contact #conts table td input[type="tel"],
	#contact #conts table td textarea,
	#contact_healthcheck #conts table td input[type="text"],
	#contact_healthcheck #conts table td input[type="date"],
	#contact_healthcheck #conts table td input[type="email"],
	#contact_healthcheck #conts table td input[type="tel"],
	#contact_healthcheck #conts table td textarea,
	#contact_rehabili #conts table td input[type="text"],
	#contact_rehabili #conts table td input[type="date"],
	#contact_rehabili #conts table td input[type="email"],
	#contact_rehabili #conts table td input[type="tel"],
	#contact_rehabili #conts table td textarea {
		background-color: #424242;
		border-color: #666;
		color: #E0E0E0;
	}

	/*------------------------------------------------------------
	contact系(ダークモード)
	------------------------------------------------------------*/
	#contact #conts .top,
	#contact_healthcheck #conts .top,
	#contact_rehabili #conts .top {
		filter: invert(1) hue-rotate(180deg);
	}

	#contact #conts .linkP .lineTxt,
	#contact_healthcheck #conts .linkP .lineTxt,
	#contact_rehabili #conts .linkP .lineTxt {
		color: #b7eaf3;
	}

	#contact #conts .txt,
	#contact_healthcheck #conts .txt,
	#contact_rehabili #conts .txt {
		filter: invert(1) hue-rotate(180deg);
	}

	#contact #conts table td select,
	#contact_healthcheck #conts table td select,
	#contact_rehabili #conts table td select {
		background-color: #424242;
		border-color: #666;
		color: #E0E0E0;
		background-image: url("../img/common/icon01.png");
		filter: invert(1) hue-rotate(180deg);
	}

	#contact #conts .submit li input,
	#contact_healthcheck #conts .submit li input,
	#contact_rehabili #conts .submit li input {
		background: #90caf9;
		color: #121212;
	}

	/*#contact #conts .comContact,
	#contact_healthcheck #conts .comContact,
	#contact_rehabili #conts .comContact {
		border-color: #898989;
	}*/
	#contact #conts .comContact .title,
	#contact_healthcheck #conts .comContact .title,
	#contact_rehabili #conts .comContact .title {
		color: #90caf9;
	}

	#contact #conts .comContact .rTxt,
	#contact #conts .comContact .rTxt a,
	#contact_healthcheck #conts .comContact .rTxt,
	#contact_healthcheck #conts .comContact .rTxt a,
	#contact_rehabili #conts .comContact .rTxt,
	#contact_rehabili #conts .comContact .rTxt a {
		color: #E0E0E0;
	}

	#contact #conts .comContact .rTxt img,
	#contact_healthcheck #conts .comContact .rTxt img,
	#contact_rehabili #conts .comContact .rTxt img {
		filter: invert(1) hue-rotate(180deg);
	}

	#contact #conts table td .radioUl li label,
	#contact_healthcheck #conts table td .radioUl li label,
	#contact_rehabili #conts table td .radioUl li label {
		filter: invert(1) hue-rotate(180deg);
	}

	/*------------------------------------------------------------
	rehabilitation関連(ダークモード)
	------------------------------------------------------------*/
	#rehabilitation #conts .borderBox .listUl li a {
		background-color: #424242;
		box-shadow: 0 1px 2px rgba(200, 200, 200, 0.4);
	}

	#rehabilitation #conts .borderBox .listUl li .txtSpan {
		color: #E0E0E0;
	}

	#rehabilitation_outpatient #conts .title,
	#rehabilitation_outpatient #conts .comContact .ttl .txtSpan {
		filter: invert(1) hue-rotate(180deg);
	}

	#rehabilitation_outpatient #conts .comContact.clearfix .txt img {
		filter: invert(1) hue-rotate(180deg);
	}

	#rehabilitation #conts .contactBox a::before {
		filter: invert(1) hue-rotate(180deg);
	}

	/*------------------------------------------------------------
	introduction(ダークモード)
	------------------------------------------------------------*/
	#introduction #conts .imgBox .rTxt .btm {
		filter: invert(1) hue-rotate(180deg);
	}
}
