@charset "utf-8";

/* Table Of Contents
----------------------------------------

# header
# gNavi
# content
# sidebar

----------------------------------------*/





/* # visual
---------------------------------------------------------------------------- */

#topVisual {
	background: 0;
	clear: both;
	margin-bottom: 40px;
	width: 100%;
	padding: 0 5px;
}
@media only screen and (max-width:970px) {
	#topVisual {
		margin-bottom: 4.12%;
	}
}
@media only screen and (max-width:768px) {
	#topVisual {
		margin-bottom: 5.2%;
	}
}
@media only screen and (max-width:640px) {
	#topVisual {
		margin-bottom: 6.25%;
	}
}

#topVisual #topVisualIn {
	margin: 0 auto;
	max-width: 1200px;
	max-height: 400px;
	position: relative;
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	-moz-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
}

#topVisual #topVisualIn ul#slides {
	z-index:9;
}

#topVisual #topVisualIn #txtVisual {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
}

#topVisual #topVisualIn #txtVisual img {
	width: 100%;
}

.rslides {
  position: relative;
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* # content
---------------------------------------------------------------------------- */

.secCont01 p {
	margin-bottom: 20px;
}
.secCont01 p:last-child {
	margin-bottom: 0;
}

/*--#bnrAreaL--*/
#bnrAreaL {
}
#bnrAreaL ul {
	list-style: none;
	margin: 0 -13px;
	padding: 0;
}
	#bnrAreaL ul:before,
	#bnrAreaL ul:after {
		content: "";
		display: table;
	}
	#bnrAreaL ul:after {
		clear: both;
	}
	#bnrAreaL ul {
		zoom: 1;
	}
#bnrAreaL li {
	float: left;
	padding: 0 13px;
	width: 50%;
}
#bnrAreaL li:last-child {
	margin-top: 26px;
	width: 100%;
}
#bnrAreaL img {
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
			box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	width: 100%;
}
#bnrAreaL a:hover {
	opacity: 0.7;
}

@media only screen and (max-width:640px) {
	#bnrAreaL {
		padding-left: 3.12%;
		padding-right: 3.12%;
	}
	/*
	#bnrAreaL ul {
		margin: 0;
	}
	#bnrAreaL li {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}
	*/
}


/*--.secNews--*/
.secNews .secCols {
	margin: 0 -10px;
}
	.secNews .secCols:before,
	.secNews .secCols:after {
		content: "";
		display: table;
	}
	.secNews .secCols:after {
		clear: both;
	}
	.secNews .secCols {
		zoom: 1;
	}
.secNews .secCol {
	float: left;
	padding: 0 10px;
	width: 50%;
}
.secNews figure img {
	width: 100%;
}
@media only screen and (max-width:640px) {
	.secNews .secCols {
		margin: 0;
	}
	.secNews .secCol {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}
}
.secNews dl {
	border-bottom: 1px solid #999;
	line-height: 18px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.secNews dl dt {
	background: #e4f1ef;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	color: #333;
	text-align: center;
	font-weight: normal;
	width: 6em;
}
.secNews dl dd {
	margin: -18px 0 0 7em;
}
.secNews a {
	color: #333;
	text-decoration: none;
}
.secNews a:hover {
	color: #333;
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	.secNews dl dd {
		margin: 5px 0 0;
	}
}












#sec01 {
	margin-bottom: 0;
	padding-bottom: 5px;
}
#sec01 ul {
	padding: 0;
	margin: 0 -12px;
	list-style: none;
}
	#sec01 ul:before,
	#sec01 ul:after {
		content: "";
		display: table;
	}
	#sec01 ul:after {
		clear: both;
	}
	#sec01 ul {
		zoom: 1;
	}
#sec01 li {
	float: left;
	margin-bottom: 25px;
	padding: 0 12px;
	width: 33.33%;
}
#sec01 img {
	width: 100%;
}
#sec01 a:hover {
	opacity: 0.8;
}
@media only screen and (max-width:640px) {
	#sec01 {
		padding: 0 3.125%;
	}
	/*
	#sec01 ul {
		margin: 0;
	}
	#sec01 li {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}
	*/
	#sec01 li {
		width: 50%;
	}
	#sec01 li:nth-child(2n+1) {
		clear: left;
	}
}
#sec01 li a {
	display: block;
	border: 4px solid #00b39d;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
			box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	padding: 20px 5px 0;
	text-align: right;
	text-decoration: none;
}
#sec01 li a:hover {
	opacity: 0.7;
}
#sec01 li span:nth-child(1) {
	display: block;
	text-align: center;
	color: #00b39d;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#sec01 li span:nth-child(2) {
	display: inline-block;
	background: url(../common/img/bg_button02_01.png) no-repeat 0% 50%;
	text-align: right;
	color: #00b39d;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 20px;
}
@media only screen and (max-width:450px) {
	#sec01 li span:nth-child(1){
		font-size: 18px;
	}
}


#sec02 {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
			box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	border-top: 3px solid #00b39d;
	background: #f8f8f8;
	padding: 5px 20px 20px;
	-webkit-border-radius: 0 0 10px 10px;
	   -moz-border-radius: 0 0 10px 10px;
	        border-radius: 0 0 10px 10px;
}
#sec02 h1 {
	color: #00b39d;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
}
@media only screen and (max-width:970px) {
	#sec02 h1 {
		margin-bottom: 3.09%;
	}
}
@media only screen and (max-width:768px) {
	#sec02 h1 {
		margin-bottom: 3.9%;
	}
}
@media only screen and (max-width:640px) {
	#sec02 h1 {
		margin-bottom: 4.68%;
	}
}
#sec02 section {
	margin-bottom: 20px;
}
#sec02 h2 {
	color: #f5a54e;
	border-bottom: 2px dotted #00b39d;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#sec02 p {
	font-weight: bold;
	line-height: 1.4;
}
#sec02 div.col1 {
	float: right;
	width: 82.99%;
}
#sec02 div.col2 {
	float: left;
	width: 14.07%;
}
#sec02 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:640px) {
	#sec02 {
		padding: 3.12% 0;
	}
	#sec02 h1 {
		margin-right: 3.12%;
		margin-left: 3.12%;
	}
}




#sec04 {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
			box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	border-top: 3px solid #00b39d;
	background: #f8f8f8;
	padding: 5px 20px 20px;
	-webkit-border-radius: 0 0 10px 10px;
	   -moz-border-radius: 0 0 10px 10px;
	        border-radius: 0 0 10px 10px;
}
#sec04 h1 {
	color: #00b39d;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
}
@media only screen and (max-width:970px) {
	#sec04 h1 {
		margin-bottom: 3.09%;
	}
}
@media only screen and (max-width:768px) {
	#sec04 h1 {
		margin-bottom: 3.9%;
	}
}
@media only screen and (max-width:640px) {
	#sec04 h1 {
		margin-bottom: 4.68%;
	}
}
#sec04 h2 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
@media only screen and (max-width:970px) {
	#sec04 h2 {
		margin-bottom: 3.09%;
	}
}
@media only screen and (max-width:768px) {
	#sec04 h2 {
		margin-bottom: 3.9%;
	}
}
@media only screen and (max-width:640px) {
	#sec04 h2 {
		margin-bottom: 4.68%;
	}
}
	#sec04 h2:before,
	#sec04 h2:after {
		content: "";
		display: table;
	}
	#sec04 h2:after {
		clear: both;
	}
	#sec04 h2 {
		zoom: 1;
	}
#sec04 h2 img {
	float: left;
	margin-right: 5px;
}
#sec04 section {
	margin-bottom: 20px;
}
#sec04 h3 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#sec04 figure {
	text-align: center;
}
#sec04 figure img {
	width: 100%;
	max-width: 643px;
}
@media only screen and (max-width:640px) {
	#sec04 h2 img {
		float: none;
		display: block;
	}
	#sec04 {
		padding: 3.12% 0;
	}
	#sec04 h1 {
		margin-right: 3.12%;
		margin-left: 3.12%;
	}
}




#sec05 h2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-left: 30px;
}
#sec05 .row1 {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#sec05 .row1 h2 {
	background: url(../img/ico_top_access_01.png) 0% 50% no-repeat;
}
#sec05 .row2 h2 {
	background: url(../img/ico_top_access_02.png) 0% 50% no-repeat;
}
#sec05 div.col1 {
	float: left;
	width: 41.41%;
}
#sec05 div.col2 {
	float: right;
	width: 55.81%;
}
#sec05 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:640px) {
	#sec05 div.col1 {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	#sec05 div.col2 {
		float: none;
		width: auto;
	}
}





/*--.secAccess--*/
.secAccess {
	color: #333;
	font-family: Helvetica, Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
}
.secAccess .cols {
	margin: 0 -10px;
}
	.secAccess .cols:before,
	.secAccess .cols:after {
		content: "";
		display: table;
	}
	.secAccess .cols:after {
		clear: both;
	}
	.secAccess .cols {
		zoom: 1;
	}
.secAccess .col {
	float: left;
	padding: 0 10px;
	width: 50%;
}
.secAccess h2 {
	border-bottom: 1px solid #999;
	color: #333;
	font-family: Helvetica, Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 20px;
	padding-bottom: 10px;
}
.secAccess dl {
	border-bottom: 1px solid #999;
	line-height: 18px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.secAccess dd {
	margin: -1.7em 0 0 6em;
}
.secAccess dl dt {
	background: #00b39d;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 6em;
}
.secAccess dl dd {
	margin: -18px 0 0 7em;
}
.secAccess .gmap {
	padding-top: 300px;
	position: relative;
}
.secAccess .gmap iframe {
	border: 4px solid #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media only screen and (max-width:640px) {
	.secAccess .cols {
		margin: 0;
	}
	.secAccess .col {
		float: none;
		margin-bottom: 3.12%;
		padding: 0;
		width: auto;
	}
	.secAccess dl {
		margin-bottom: 3.12%;
	}
	.secAccess dl dt {
		background: #00b39d;
		color: #fff;
		padding: 3px 10px;
		margin: 0 0 5px;
	}
	.secAccess dd {
		margin: 0;
	}
	.secAccess .gmap {
		padding-top: 100%;
	}
}

.bnr_case_hide .bnr_case{
	display: none;
}