/* CSS Document */

body{
	margin:0;
	padding:0;
}

img{
	vertical-align:bottom;
}

button{
	border:none;
	background:none;
	-webkit-appearance:none;
}
input,textarea{
	border:solid 1px #cccccc;
	background:none;
	font-size:14px;
	color:#333;
	line-height:1.4;
	-webkit-appearance:none;
	padding:3px;
}



#h1{
	background-color:#1b1f76;
}

h1{
	width:773px;
	margin:0 auto;
	padding:4px 10px;
	font-weight:normal;
	font-size:12px;
	color:#fff;
}

#gospHeader{
	background-color:#36468f;
	text-align:center;
	padding:20px;
}
#gospHeader>a{
	font-size:40px;
}
#gospHeader>a:link {color: #ffde00; text-decoration: none;}
#gospHeader>a:visited {color: #ffde00; text-decoration: none;}
#gospHeader>a:hover {color: #ffde00; text-decoration: underline;}
#gospHeader>a:active {color: #ffde00; text-decoration: underline;}

#wrapper{
	width:773px;
	margin:0 auto;
	padding:0 10px;
}

#header{
	overflow: hidden;
	position: relative;
	zoom:1;
}

#logo{
	float:left;
}

#tel{
	float:right;
}

#contentBox{
	overflow: hidden;
	position: relative;
	zoom:1;
	background-image:url(../image/common/bg.gif);
	background-repeat:repeat-y;
	margin-top:20px;
}

#menuArea{
	float:left;
}
#menuArea>ul{
	list-style-type: none;
	margin: 0 8px;
	padding: 0;
}
#menuArea>ul>li{
	margin: 0;
	padding: 0;
	border-bottom:solid 1px #babed6;
	width:191px;
}
#menuArea>ul>li>a{
	display:block;
	padding:14px 0 14px 17px;
	font-weight:bold;
	background-image:url(../image/common/menu_mark.gif);
	background-repeat:no-repeat;
	background-position:6px center;
}
#menuArea>ul>li>a:link {color: #1b1f76; text-decoration: none;}
#menuArea>ul>li>a:visited {color: #1b1f76; text-decoration: none;}
#menuArea>ul>li>a:hover {color: #1b1f76; text-decoration: underline;}
#menuArea>ul>li>a:active {color: #1b1f76; text-decoration: underline;}

#contentArea{
	float:right;
	width:526px;
	margin:0 20px;
}


#contentArea a:link {color: #1b1f76; text-decoration: underline;}
#contentArea a:visited {color: #1b1f76; text-decoration: underline;}
#contentArea a:hover {color: #1b1f76; text-decoration: underline;}
#contentArea a:active {color: #1b1f76; text-decoration: underline;}

.p-mainimage{
	padding:0;
	margin:0;
}

.mainimage{
	padding:0;
	margin:0;
}
.p-pagename{
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: flex-end;
	width: 773px;
	height: 148px;
	font-size: 50px;
	box-sizing: border-box;
	padding: 20px;
	color: #333;
	line-height: 1;
}

.p-pagename.__man{
	background-image: url(../image/common/pagetitle-bg-man.jpg);
}
.p-pagename.__woman{
	background-image: url(../image/common/pagetitle-bg-woman.jpg);
}
.p-pagename.__common{
	background-image: url(../image/common/pagetitle-bg-common.jpg);
}


#contentArea>p{
	font-size:14px;
	color:#333;
	line-height:1.5;
	padding:10px 10px 0 10px;
	margin:0;
}

.dispTopPhoto{
	border:solid 1px #dddddd;
	text-align:center;
	margin:10px auto 0 auto;
	padding:4px;
	width:496px;
}

#footer{
	margin-top:20px;
	border-top:solid 2px #dddddd;
}
#footer>div{
	margin-top:2px;
	background:-webkit-linear-gradient(top, #dddddd, #eeeeee);
	background:-moz-linear-gradient(top, #dddddd, #eeeeee);
	background:-ms-linear-gradient(top, #dddddd, #eeeeee);
	background:-o-linear-gradient(top, #dddddd, #eeeeee);
	background:linear-gradient(to bottom, #dddddd, #eeeeee);
}
#footer>div>p{
	width:773px;
	color:#333;
	text-align:center;
	font-size:12px;
	padding:20px 10px;
	margin:0 auto;
}

.pageLink{
  font-size:12px;
  color:#ccc;
  line-height:1.8;
}
.pageLink ul{
  display: flex;
  flex-wrap: wrap;
}
.pageLink ul li{
  display: inline-block;
  margin-bottom: 5px;
  border-right: solid 1px #999;
}
.pageLink ul li:last-of-type{
  border-right: none;
}
.pageLink ul li a{
  display: inline-block;
  padding: 0 10px;
}

.pageLink.__under{
	margin-top: 10px;
}
.pageLink.__under ul li{
  border-right: none;
}
.pageLink.__under ul li:nth-of-type(n+2)::before{
	content: "/";
	display: inline-block;
	padding: 0 5px;
}


h3{
	margin:12px 10px 0 10px;
	padding:0 0 4px 0;
	font-size:16px;
	color:#27387f;
	border-bottom:solid 2px #27387f;
}

h2.section_title,
h3.section_title{
	background:-webkit-linear-gradient(top, #384991, #223279);
	background:-moz-linear-gradient(top, #384991, #223279);
	background:-ms-linear-gradient(top, #384991, #223279);
	background:-o-linear-gradient(top, #384991, #223279);
	background:linear-gradient(to bottom, #384991, #223279);
	border-bottom:solid 2px #182666;
	padding:10px 12px 7px 12px;
	margin:20px 0 0 0;
	color:#f4f6f7;
	font-weight:bold;
	font-size:18px;
	text-shadow:2px 2px 0px 0px rgba(10,20,66,0.35);
	-moz-text-shadow:2px 2px 0px 0px rgba(10,20,66,0.35);
	-webkit-text-shadow:2px 2px 0px 0px rgba(10,20,66,0.35);
}
h2.section_title:first-child,
h3.section_title:first-child{
	margin-top:0;
}

dl#medicine>dt{
	margin:12px 10px 0 10px;
	padding:0 0 4px 0;
	font-size:16px;
	color:#27387f;
	border-bottom:solid 2px #27387f;
	font-weight:bold;
}
dl#medicine>dd{
	font-size:14px;
	color:#333;
	line-height:1.5;
	padding:10px 10px 0 10px;
	margin:0;
}

.sampleBox{
	width:496px;
	margin:15px auto 0 auto;
}
.sampleBox>p{
	background-color:#EAF9DF;
	font-size:14px;
	color:#333;
	line-height:1.5;
	margin:0;
	padding:10px 15px 15px 15px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.sampleBox_woman{
	width:496px;
	margin:15px auto 0 auto;
}
.sampleBox_woman>p{
	background-color:#e2edf5;
	font-size:14px;
	color:#333;
	line-height:1.5;
	margin:0;
	padding:10px 15px 15px 15px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}


.harg_img{
	text-align:center;
	margin-top:15px;
}

/****************************************************************************/
/****************************************************************************/

#price_table{
	width:526px;
	border-collapse: collapse;
	border-top:solid 1px #1d2a65;
	border-left:solid 1px #1d2a65;
	color:#333;
}

#price_table th, #price_table td{
	border-bottom:solid 1px #1d2a65;
	border-right:solid 1px #1d2a65;
	padding:10px;
}

#price_table th{
	color:#fff;
	background:-webkit-linear-gradient(top, #384991, #223279);
	background:-moz-linear-gradient(top, #384991, #223279);
	background:-ms-linear-gradient(top, #384991, #223279);
	background:-o-linear-gradient(top, #384991, #223279);
	background:linear-gradient(to bottom, #384991, #223279);
	text-align:left;
}

#price_table tr:nth-child(2n+1){
	background-color:#eceff9;
}

#price_table td{
	font-size:14px;
}
#price_table td:nth-child(2n){
	text-align:right;
	color:#cc0000;
	font-weight:bold;
}
#price_table td span.__tax{
	display: block;
	font-weight:normal;
	font-size: 12px;
	color:#444;
}

#contentArea>p.price_info_t{
	font-size:12px;
	margin:0;
	padding:0;
}

#contentArea>p.price_info_b{
	font-size:12px;
	margin:5px 0 0 0;
	padding:0;
	text-align:right;
}
#contentArea>p.price_info_b>span{
	font-weight:bold;
}

/****************************************************************************/
/****************************************************************************/

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
	padding: 0;
}

.about_info>li{
	border-bottom:dashed 1px #ddd;
	margin:0 10px;
	color:#333;
	font-size:14px;
	padding:7px 5px;
}
.about_info>li:first-child{
	padding-top:15px;
}
.about_info>li:last-child{
	border:none;
}
.about_profile>li{
	border-bottom:dashed 1px #ddd;
	margin:0 10px;
	color:#333;
	font-size:14px;
	padding:7px 5px;
}
.about_profile>li:first-child{
	padding:15px 5px 3px 5px;
	margin-bottom:7px;
	border-bottom:solid 2px #919cc8;
}
.about_profile>li:last-child{
	border:none;
}


/****************************************************************************/
/****************************************************************************/

#access_table{
	margin:15px auto 0 auto;
	width:500px;
	border-collapse: collapse;
	color:#333;
}
#access_table td{
	border-bottom:solid 1px #ddd;
	padding:10px;
	font-size:14px;
	text-align:center;
}
#access_table td:nth-child(2n){
	text-align:left;
}
#access_table tr:last-child td:last-child{
	font-weight:bold;
}
#access_table tr:last-child td{
	border-bottom:none;
}

.access_photo{
	text-align:center;
	padding:15px 0 0 0;
}

.access_text_loft{
	background-color:#c0c0c0;
	color:#ffff00;
	padding: 0 2px;
	font-weight:bold;
}
.access_text_college{
	background-color:#000080;
	color:#fff;
	padding: 0 2px;
	font-weight:bold;
}
.access_text_jtb{
	background-color:#dd0000;
	color:#fff;
	padding: 0 2px;
	font-weight:bold;
}

/***********************************************************************************/

div.form_tel{
	font-size:40px;
	color:#cc0000;
	padding:10px 0 0 25px;
	font-weight:bold;
}
div.form_tel>span{
	font-size:14px;
	color:#333;
	font-weight:normal;
}

#formConsultation,#formReservation{
	font-size:14px;
	color:#333;
	line-height:1.5;
}

.form_wrapper_div>dl{
	position: relative;
	zoom:1;
	padding:10px 0;
	margin:0 auto;
	width:500px;
	border-bottom:dashed 1px #ccc;
}
.form_wrapper_div>dl:last-child{
	border-bottom:none;
	padding-bottom:0;
}

.form_wrapper_div>dl>dt{
	float: left;
	width:120px;
	display:table-cell;
	padding-top:5px;
	margin:0 20px 0 10px;
}

.form_wrapper_div>dl>dd{
	display:table-cell;
}

.mailform_send_btn{
	text-align:center;
}

.mailform_send_btn button {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  background: #4253a0;
  padding: 5px 20px;
  cursor:pointer;
}

.text-success{
	text-align:center;
	font-size:14px;
	color:#333;
	padding:10px 10px 20px 10px;
}

.text-danger{
	text-align:center;
	font-size:14px;
	color:#333;
	padding:10px 10px 20px 10px;
}
ul.medical_list{
  margin: 10px;
}

ul.medical_list li{
  color:#333;
  margin: 0;
  padding: 10px 5px;
  border-bottom:dashed 1px #ddd;
  font-size:14px;
  line-height: 21px;
}
ul.medical_list li:first-child{
  padding-top:5px;
}
ul.medical_list li:last-child{
  border-bottom:none;
}

.c-image{
	width: 100%;
	margin-top: 5px;
}
.p-prev-pagelink{
	margin-bottom: 20px;
	text-align: center;
	background-color: #eff3f6;
}
.p-prev-pagelink>a{
	display: block;
	padding: 20px 10px;
	text-decoration: none;
	font-weight: bold;
}

.p-text__matsukiyo>span{
	display: inline-block;
	padding: 0 2px;
	white-space: nowrap;
}
.p-text__matsukiyo>span:nth-of-type(1){
	background-color: #ffff01;
	color: #fe0000;
}
.p-text__matsukiyo>span:nth-of-type(2){
	background-color: #0f3193;
	color: #fff;
}
.p-text__loft{
	display: inline-block;
	padding: 0 2px;
	background-color: #ffff01;
	color: #222;
}
.p-text__parco2{
	display: inline-block;
	padding: 0 2px;
	background-color: #CCC;
	color: #222;
}