@charset "UTF-8";

body {
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	color:#333;
	line-height:160%;
	padding:0;
	margin:0;
	min-width:1196px;
	background:#FFFFFF;}


div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}


ul{
	list-style:none;
}
ul img{
	vertical-align:bottom;
	margin:0;
}

a{
	color:#333333;
	text-decoration:none;
	outline:0;
	-webkit-transition:.5s linear;
}

a:visited {
    color:#333333;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

img {
    border:none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.boxW970{
	width:970px;
	margin:0 auto;}

.blocklink {
	cursor: pointer;
}


/*20191016 追加
---------------------------------------------------------*/
.line_friend_sp a{
	display: block;
	background:#22C222;
	border-bottom:#1C9B1C 3px solid;
	width:80%;
	margin:0 auto;
	padding:0.8em 1em;
	border-radius: 15px;
	text-align: center;
	text-decoration: none !important;
	color:#FFFFFF !important;
}

/*header
---------------------------------------------------------*/
.header{
	line-height:normal;
	background:url(../images/bg_head.jpg) repeat-x left top;
	height:219px;}

.header .box{
	width:970px;
	margin:0 auto;
	padding-top:23px;
	_zoom:1;
	overflow:hidden;
	position: relative;
}

.header_txt{
	color:#008C46;
	font-size:18px;
	margin-bottom:30px;}

.header_txt span{
	font-size:12px;
	color:#333;}

.header h1 {
	position: absolute;
	left: 0;
	bottom: 26px;
}


/*navi
---------------------------------------------------------*/
.navi{
	_zoom:1;
	overflow:hidden;
	width:970px;
	margin:20px auto 0;}

.navi li{
	float:left;}




/*side
---------------------------------------------------------*/
.side{
	float:left;
	width:230px;}

.side .text_map{
	font-size:12px;
	line-height:140%;
	margin:3px 0 20px;}

.side .s_frame{
	border:#CCCCCC 1px solid;
	padding:1px;}

.side .text_medical{
	background:#000000;
	letter-spacing:0.1em;
	font-size:18px;
	padding:10px 0 10px 10px;
	color:#FFFFFF;}

.side .s_textLink{
	border-top:solid 1px #CCCCCC;}

.side .s_textLink li{
	border-bottom:solid 1px #CCCCCC;
	padding:10px 0 10px 15px;
	background:url(../images/s_arrow.jpg) no-repeat left center;}

.side .s_bnr{
	margin-top:10px;}

.side .s_bnr li{
	margin-bottom:5px;}



/*content
---------------------------------------------------------*/
.content{
	float:right;
	width:660px;}

.toiawase{
	border:solid 1px #CCCCCC;
	padding:1px;
	margin-top:60px;}

.toiawase .boxPdg{
	padding:18px;}

.toiawase .access{
	border-top:solid 1px #CCCCCC;
	padding-top:10px;
	margin-top:10px;
	font-size:17px;
	font-weight:bold;}

.toiawase .access strong{
	color:#9F332C;}


/*footer
---------------------------------------------------------*/
.footer1{
	background:#F6F6F6;
	padding:40px 0;
	margin-top:60px;}

.footer2{
	padding:40px 0 30px;}

.footer2 dt{
	font-weight:bold;
	color:#399293;
	background:url(../images/f_icon.jpg) no-repeat left 0.4em;
	padding-left:15px;}

.footer2 dd{
	line-height:200%;
	margin-top:5px;}

.footer2 a{
	text-decoration:underline;}
.footer2 a::before{ content:"|"; display:inline-block; padding:0 0.35em; }
.footer2 a:last-child::after{ content:"|"; display:inline-block; padding:0 0.35em; }

.footer2_2{
	padding-bottom:40px;}

.footer2_2 dt{
	font-weight:bold;
	color:#399293;
	background:url(../images/f_icon.jpg) no-repeat left 0.4em;
	padding-left:15px;}

.footer2_2 dd{
	line-height:200%;
	margin-top:5px;}

.footer2_2 a{
	text-decoration:underline;}
.footer2_2 a::before{ content:"|"; display:inline-block; padding:0 0.35em; }
.footer2_2 a:last-child::after{ content:"|"; display:inline-block; padding:0 0.35em; }



.footer3{
	background:url(../images/f_bg.jpg) repeat-x left top;
	background-size: auto 100%;
	/*height:360px;*/
	padding:40px 0;
	color:#FFFFFF;}

.footer3 a{
	font-size:12px;
	line-height:135%;
	color:#CCCCCC;
	background:url(../images/f_sitemap_icon.png) no-repeat left 0.4em;
	padding-left:10px;}

.footer3 a:hover{
	color:#999999;}

.footer3 dt{
	font-weight:bold;
	border-bottom:solid 1px #666666;
	padding-bottom:7px;
	margin-bottom:13px;}

.footer3 li{
	margin-bottom:5px;}

.footer3 .outer_link{
	width: 97%;
	max-width:970px;
	margin:20px auto 0;
	font-size:11px;
	letter-spacing:0.1em;
	}

.footer3 .copyright{
	width:970px;
	margin:30px auto 0;
	font-family: 'Quicksand', sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
	color:#FFFFFF;}

#pagetop {
	display:block;
    position: fixed;
	z-index: 999;
    bottom: 150px;
    right: 5%;
	width:68px;
	height:68px;}



.line_box {
	margin-top: 10px;
	background: url(../images/t_bg_line.jpg) no-repeat center top;
	width: 590px;
	height: 185px;
	padding: 15px;
}
.line_box .line_title {
	margin-bottom: 10px;
}
.line_box .line_title dd {
	padding-top: 15px;
}
.line_box .flt_box .flt_l {
	width: 435px;
	line-height: 1.5em;
}
.line_box .flt_box .flt_l span {
	font-weight: bold;
	color: #333 !important;
}
.line_box .flt_box .flt_l dd {
	margin-top: 5px;
	border: solid 1px #2CBF13;
	padding: 10px;
	color: #2CBF13;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0em;
	background: #ffffff;
}

.toiawase .no_border {
	border-top: none;
}
