* {padding: 0;margin: 0;}
body{
font-family: "Hiragino Kaku Gothic ProN",'ヒラギノ角ゴ Pro W3','メイリオ',sans-serif;
font-size: 13px;
line-height: 20px;
-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}

li{list-style: none;}
/* clearfix */

.clear {clear: both;}
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

/* font */
.gray{color: #666666;}

section{display:block;}





a img {
border: 0;
	vertical-align: bottom;
}

header {
display:block;
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.8, #FFF), to(#F3F3F3));
background: -moz-linear-gradient(top, #FFF,#FFF 80%, #F3F3F3);/* Firefox用 */
}
.top_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
h1.h_logo {
    border-right: 1px solid #e5e5e5;
    padding: 11px;
	  width: calc(100% - 60px);
}
header .h_logo img{
	width: 100%;
	height: auto;
}

.ttl {
font-size: 16px;
font-family: "Hiragino Kaku Gothic ProN",'ヒラギノ角ゴ Pro W6';
color: #333333;
	font-weight: bold;
  background-image: linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(254,254,254) 16%);
  background-image: -moz-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(254,254,254) 16%);
  background-image: -webkit-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(254,254,254) 16%);
  background-image: -ms-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(254,254,254) 16%);
padding: 18px 6px 15px 6px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;


}

.ttl:after{
	position: absolute;
	width: 100%;
	height: 2px;
	background: #f4f3c3;
	display: block;
	content:"";

	top:2px;
	left:0;
	box-shadow: 1px 1px 0 #e5e5e5;

}

.ttlBlue{
background:#3B5999;
padding: 8px;
font-size: 14px;
color: #FFFFFF;
}
.subTtl{
background:#F5F5F5;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 6px;
font-size: 14px;
	margin-bottom: 10px;
}




.desc{
padding: 6px;
line-height: 20px;
}


#formArea div{
border-bottom: none;
}
#formArea .ml10{
margin: 0px 15px 0px 10px;
}
#formArea .attention{
color: #CC0000;
line-height: 20px;
padding-top: 5px;
}

.backTop{
border-top: 1px solid #D2D2D2;
margin-top: 1px;
}
.backTop a {
text-align: left;
display: block;
height: 45px;
line-height: 45px;
padding-left: 20px;
background: #F0ECDD url(../images/arrow_top.png) no-repeat center left;
background-size: 19px 14px;
text-decoration: none;
color: #000000;
}

.link p{
text-align:right;
}
.link p a {
padding: 20px 0px;
}

body:not(.home) footer{	margin-bottom: 50px;}

footer .pclink {
text-align: center;
border-bottom: 1px solid #CCCCCC;
padding: 10px 0;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.8, #FFF), to(#F3F3F3));
background: -moz-linear-gradient(top, #FFFFFF,#FFF 80%, #F3F3F3);　/* Firefox用 */
}

footer .pclink a{
text-align: center;
display:block;
text-decoration: none;
color: #000000;
}

footer .copyright {
	color: #313131;
	font-size: 12px;
	height: 34px;
	/* line-height: 34px; */
	text-align: center;
	margin-top: 20px;
}

.foot_link{
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 10px;
	line-height: 2.2;
}


.foot_link ul li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #313131;
}

.foot_link ul li{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
  text-decoration: none;
}

.foot_link ul li:after{
	position: absolute;
	top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
	left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000043;
  border-right: 2px solid #000043;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media ( min-width : 769px ) {
	html{
		width: 340px;
		margin: 0 auto;
	}
}


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

.accodion {
    padding: 1em 2% 0.5em 2%;
	border-top:1px solid #ccc;
	margin-top: 5px;

}


.acc_wrap{
    border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 2em;

}

.acc_wrap + .acc_wrap  {
	margin-top: -1em;
}


.acc_tit {
    cursor: pointer;
    padding: 5px 70px 5px 5px;
    text-align: center;
		position:relative;
}
.acc_tit ul li{
	list-style:disc;
	margin-left:2em;
	text-align:left;
}

.acc_tit:after {
	position:absolute;
	content:"OPEN";
	display:inline-block;
	background:#cc3300;
	border:1px solid #cc3300;
	color:#fff;
	padding:1px 5px;
	border-radius:5px;
	width:50px;
	right:5px;
	top:3px;

}

.acc_tit.active:after {
	background:#fff;
	color:#cc3300;
	content:"CLOSE";

}

/*****************************/
ul.ul{
	margin-left: 1em;
	margin-bottom: 1em;
}

ul.ul li{
	list-style-type: disc;
	margin-bottom: 5px;
}

ul.ul li:last-child{
	margin-bottom: 0;
}


.list_ttl02{
    font-size: 110%;
	font-weight: bold;
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
	position: relative;
}
.list_ttl02:before{
	width: 10px;
	height: 3px;
	background: #3B5999;
	display: block;
	content:"";
	position: absolute;
	left:0;
	top:7px;
}



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

body:not(.home) .navi180403{position: fixed; z-index: 5;}

.navi180403{
	left:0;
	bottom:0;
	width: 100%;
}

.navi180403 ul{
	display: flex;
	width: 100%;

}

.navi180403 *{vertical-align: middle;}
.navi180403 ul a{
	/*background: #4a2f42;*/
	background: #087b6b;
	display: block;
	padding: 10px 0;
	text-align: center;
	position: relative;

}
.navi180403 ul a:after{
	position: absolute;
	content:"";
	display: block;
	width: 3px;
	height: 3px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	top:50%;
	right:5px;
	transform: rotate(-45deg) translate(0,-50%);

}
.navi180403 ul a img{
	width: auto;
	height: 25px;

}
.navi180403 ul li{width: 50%;}
.navi180403 ul li+li a{border-left:1px solid #fff;}

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

#sub_menu .list ul{
  font-size:0.8rem;
	border-bottom: 1px solid #cccccc;
}
#sub_menu .list li{
	padding: 0px 10px;
	border-top: 1px solid #CCCCCC;
}

#sub_menu .list li a:after{
	position:absolute;
	width:5px;
	height:5px;
	display:block;
	content:"";
	border-right:3px solid #000;
	border-bottom:3px solid #000;
	right:6px;
	top:50%;
	transform:translateY(-50%) rotate(-45deg);


}

#sub_menu .list li.active{padding: 0;}

#sub_menu .list li.active a{
 padding:15px 0px 15px 25px;
	background-image:-o-linear-gradient(-90deg,rgb(216,222,235) 0%,rgb(245,247,250) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(216,222,235) 0%,rgb(245,247,250) 100%);
	background-image:linear-gradient(-90deg,rgb(216,222,235) 0%,rgb(245,247,250) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd8deeb,endColorstr=#fff5f7fa,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd8deeb,endColorstr=#fff5f7fa,GradientType=0);
	0%,rgb(245,247,250) 100%);
	color:#666;
	pointer-events: none;

}
#sub_menu .list li.active a:after{content:none;}
#sub_menu .list li a{
  color:#000000;
  padding:15px 0px 15px 15px;
  text-decoration:none;
  display:block;
	position:relative;
}

#sub_menu .list li a.active{}


/*footer Menu*****************************************/
#aboutArea{
	background: #F0ECDD;
	padding:5px;
	}

.about{
background: #FFFFFF;
border:1px solid #CCCCCC;
}
.about p {
padding: 0px 10px;
border-top: 1px solid #CCCCCC;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.8, #FFF), to(#F3F3F3));
background: -moz-linear-gradient(top, #FFFFFF,#FFF 80%, #F3F3F3);　/* Firefox用 */
}
.about p a{
display:block;
height: 60px;
line-height: 60px;
font-size: 14px;
font-family:'ヒラギノ角ゴ Pro W6';
text-decoration: none;
color: #000000;
position:relative;
}
.about p a:after{
	position:absolute;
	width:5px;
	height:5px;
	display:block;
	content:"";
	border-right:3px solid rgb(0, 0, 68);
	border-bottom:3px solid rgb(0, 0, 68);
	right:6px;
	top:50%;
	transform:translateY(-50%) rotate(-45deg);
}

.about p:first-child {
border-top: none;
}

.about ul li{
border-top: 1px dotted #CCCCCC;
background-size: 7px 3px;
}
.about ul li a{
display:block;
height: 55px;
line-height: 55px;
padding: 0px 10px 0px 20px;
text-decoration: none;
color: #000000;
	position: relative;
}
/*.about ul li a:before{
	position: absolute;
	top:50%;
	left:10px;
	transform: translateY(-50%);
	content:"";
	width: 5px;
	height: 2px;
	background: #000;
	display: block;
}*/

h3.sectionTtl {
height: 60px;
line-height: 60px;
border-top: 1px solid #D3D3D3;
padding-left: 10px;
padding-right: 10px;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.8, #FFF), to(#F3F3F3));
background: -moz-linear-gradient(top, #FFFFFF,#FFF 80%, #F3F3F3);　/* Firefox用 */
}
h3.sectionTtl a{
display:block;
font-size: 14px;
background: url(/sp/common/images/list_icon.png) no-repeat center right;
background-size: 16px 16px;
}
h3.sectionTtlT {
height: 60px;
line-height: 60px;
padding-left: 10px;
padding-right: 10px;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.8, #FFF), to(#F3F3F3));
background: -moz-linear-gradient(top, #FFFFFF,#FFF 80%, #F3F3F3);/* Firefox用 */
}

.listH h3 span{
display: block;
height: 60px;
line-height: 60px;
position: relative;
background-size: 14px 14px;
font-size:14px;
font-family:'ヒラギノ角ゴ Pro W6';
font-weight:normal;
}

.listH h3 span:before{
	content:"+";
	font-weight: bold;
	position: absolute;
	right: 5px;
	top:50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 16px;
	cursor: pointer;
}

.listH h3.active span:before{
	content:"─";
	right: 6px;
}

.listH h3 span:after{
	content: "";
	width:15px;
	height: 15px;
	display: block;
	position: absolute;
	right: 1px;
	top:50%;
	z-index: 0;

}


.list ul{
display:none;
}
.list ul li{
list-style: none;
}
.list ul li a{
display: block;
}
.list ul li:nth-last-child(1) {
border-bottom: none;
}

#sub_menu .list ul{
  display: block;
}


.search_top li{
    padding:5px 10px;
    background:none !important;
     border-bottom: 2px dotted #aaaaaa;
     border-top:none !important;
}
.search_top li.first{
  border-top: 1px solid #ccc !important;
}
.search_top li.doctor_detail{
	background: #3B5999 !important;
	color: #FFFFFF;
	border-radius: 5px;
	margin-top: 20px;
	border-bottom: none !important;
}
.search_top li.doctor{
	padding: 0;
}
.search_top li.doctor a{
	background: none !important;
	color: #000000 !important;
	height: unset !important;
	line-height: 20px !important;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 15px !important;
}

.search_top li p{
    background: url(/sp/common/images/icon.png) no-repeat 0px 12px !important;
    background-size: 7px 3px !important;
    padding:0px 15px;
    padding-top:5px;
}
.search_top li a{
  padding:0px 15px !important;
  color:#fff !important;
  font-weight:bold;
  font-size:14px;
  height: 40px !important;
  line-height: 40px !important;
  margin-top:10px;
  border-radius: 5px;		/* CSS3草案 */
  background-size: 7px 13px !important;
  background-color:#3B5999 !important;
  margin-bottom:10px;
	position:relative;
}
.search_top li a:before{
	content:none !important;
}

.search_top li a:after{

	position:absolute;
	width:5px;
	height:5px;
	display:block;
	content:"";
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	right:10px;
	top:50%;
	transform:translateY(-50%) rotate(-45deg);

}

.pagetopBtn a{
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	background: rgba(0,0,68,0.8);
	bottom:50px;
	right: 10px;
	border-radius: 50%;
}

.pagetopBtn a:after{
	width: 10px;
	height: 10px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	display: block;
	position: fixed;
	bottom:60px;
	right: 24px;
	content:"";
	transform: rotate(-45deg);

}
