@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
html,body,common
----------------------------------------------------------*/
body {
	color: #333;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
	font-size: 13px;
	line-height: 1.6;
	width: 100%;
}
a {	color: #333 !important; text-decoration: none;}
a:hover { text-decoration: none;}

li { list-style: none;}
.on { position: absolute; display: none;}

#Cont { width: 100%;}
#Main_inner { padding-bottom: 0;}

.pc { display: none;}


/* ---------------------------------------------------------
header
----------------------------------------------------------*/
#Cont header {
	position: relative;
	margin: 0 auto 20px;
}
.logo img { display: none;}
.logo {
	position: relative;
	width: 68.4%;
	min-height: 37px;
	background: url(../../common/images/logo_sp.png) no-repeat center;
	background-size: contain;
	margin: 15px auto 11px;
}
.logo a {
	display: block;
	width: 100%;
	min-height: 37px;
}
#Cont header nav {
	position: absolute;
	width: 100%;
	min-height: 34px;
	z-index: 10;
}
.btnNavSp {
	width: 100%;
	height: 34px;
}
.close .btnNavSp {
	background: url(../../common/images/btn_menu_close.png) no-repeat center;
	background-size: 19.2% auto;
	background-color: #a8a8a8;
}
.open .btnNavSp {
	background: url(../../common/images/btn_menu_open.png) no-repeat center;
	background-size: 19.2% auto;
	background-color: #a8a8a8;
}
#Cont header nav ul { display: none;}
#Cont header nav li img { display: none;}
#Cont header nav li {
	float: left;
	width: 50%;
	background-color: #fff;
}
#Cont header nav li a {
	float: left;
	display: block;
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #b8b8b8;
}
#Cont header nav li:nth-child(2n) a { border-left: 1px solid #b8b8b8;} 
#Cont header nav li:nth-child(1) a { background: url(../../common/images/nav_01_sp.png) no-repeat center; background-size: contain;}
#Cont header nav li:nth-child(2) a { background: url(../../common/images/nav_02_sp.png) no-repeat center; background-size: contain;}
#Cont header nav li:nth-child(3) a { background: url(../../common/images/nav_03_sp.png) no-repeat center; background-size: contain;}
#Cont header nav li:nth-child(4) a { background: url(../../common/images/nav_04_sp.png) no-repeat center; background-size: contain;}
#Cont header nav li:nth-child(5) a { background: url(../../common/images/nav_05_sp.png) no-repeat center; background-size: contain;}
#Cont header nav li:nth-child(6) a { background: url(../../common/images/nav_06_sp.png) no-repeat center; background-size: contain;}


h1 {
	width: 90.6%;
	font-size: 16px;
	padding: 20px 0 0;
	margin: 45px auto 0;
}
h1:before {
	float: left;
	display: block;
	content: '';
	width: 5px;
	height: 16px;
	line-height: 1;
	background-color: #f65103;
	margin: 3px 7px 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}
h1:after {
	clear: left;
	content: '';
}

#categoryTop h1 {
	display: table;
	width: 100%;
	font-size: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	margin-top: 45px;
}
#categoryTop h1:before {
	display: none;
	content: '';
}
#categoryTop h1 span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.lead {
	width: 90.6%;
	font-size: 13px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
.mb40 { margin-bottom: 20px;}
.mb20_sp { margin-bottom: 20px;}

.orange { color: #f65103;}
.small { font-size: 11px;}

.txtCenter { text-align: center;}
.txtLeft { text-align: left !important;}

.picBorder img {
	border: 1px solid #e3e3e3;
}
.boxBorder {
	border: 1px solid #e3e3e3;
}

.tableCol2 {
	width: 100%;
}
table,.tableCol3 {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
th,td,.th,.td {
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
th,.th {
	background-color: #f6f6f6;
	line-height: 1.3;
}


dl.separate {
	display: table;
	width: 100%;
	margin-bottom: 2px;
}
dl.separate dt {
	display: table-cell;
	text-align: left;
}
dl.separate dd {
	display: table-cell;
	text-align: right;
}


/* ---------------------------------------------------------
.slideContents
----------------------------------------------------------*/
.slideContents {
	position: relative;
	width: 100%;
}
.slideContents .btn-next,
.slideContents .btnPrev {
	width: 8.9%;
	top: 68%;
}
.slideContents .btnNext {
	position: absolute;
	right: 8%;
	z-index: 2;
}
.slideContents .btnPrev {
	position: absolute;
	left: 8%;
	z-index: 2;
}
.slideBox {
	margin: 0 auto;
}
.slideBox .slide { margin: 0 0.15%;}
.slideBox p {
	font-size: 14px;
	padding: 18px 4% 0;
}

/* ---------------------------------------------------------
h2,h3
----------------------------------------------------------*/
h2 {
	font-size: 14px;
	line-height: 1.4;
	padding-bottom: 6px;
	border-bottom: 1px solid #f65103;
	margin-bottom: 20px;
}
h3 {
	font-size: 13px;
	line-height: 1.56;
	font-weight: bold;
	margin-bottom: 12px;
}

/* ---------------------------------------------------------
.col1, .col2
----------------------------------------------------------*/
.col1,
.col2 {
	width: 90.6%;
	margin: 0 auto;
}
.col2  .leftCol {
	float: left;
	width: 31.6%;
}
.col2 .rightCol {
	float: right;
	width: 65.8%;
}

/* ---------------------------------------------------------
.col3
----------------------------------------------------------*/
.col3 {
	width: 90.6%;
	margin: 21px auto 20px;
}
.col3 .bl { margin-bottom: 22px;}
#categoryTop .col3 .ttl {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 6px;
}
#categoryTop .col3 ul {
	background: url(../images/dotline.png) repeat-x left top;
	padding: 12px 0 0;
	margin: 10px 0 0;
}
#categoryTop .col3 li { margin-bottom: 5px;}
#categoryTop .col3 ul a {
	background: url(../images/icon_arrow_02_sp.png) no-repeat left 3px;
	background-size: 6px auto;
	padding-left: 16px;
}

/* ---------------------------------------------------------
.localNav
----------------------------------------------------------*/
.localNav {
	width: 90.6%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #e3e3e3;
	margin: 25px auto;
	padding-top: 10px;
}
.localNav .bl {
	background: url(../images/dotline_sp.png) repeat-x left bottom;
	background-size: 4px auto;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.localNav .bl:last-child { margin-bottom: 0;}
.localNav .ttl {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 10px 10px;
}
.localNav ul { padding-left: 20px;}
.localNav li {
	display: block;
	margin-bottom: 5px;
}
.localNav li a {
	background: url(../images/icon_arrow_02_sp.png) no-repeat left 3px;
	background-size: 6px auto;
	padding-left: 16px;
}
.localNav .bl:last-child { background: none;}

/* ---------------------------------------------------------
.goalLink
----------------------------------------------------------*/
.goalLink {
	width: 100%;
	background: url(../images/bg_goallink_sp.png) repeat;
	background-size: 5px auto;
}
.goalLink .inner {
	width: 90.6%;
	margin: 0 auto;
	padding: 30px 0;
}
.goalLink a { display: block;}
.goalLink .bl {
	width: 100%;
	padding-bottom: 25px;
}
.goalLink .bl:nth-child(3) { padding-bottom: 0;}
.goalLink .pic {
	float: left;
	width: 27.5%;
	margin-right: 5%;
}
.goalLink .ttl {
	float: left;
	width: 67%;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/icon_arrow_02_sp.png) no-repeat left 6px;
	background-size: 6px auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px;
	margin-bottom: 11px;
}
.goalLink a:hover .ttl { text-decoration: underline;}
.goalLink p {
	float: left;
	width: 67%;
	font-size: 12px;
}


/* ---------------------------------------------------------
.btnSitemap
----------------------------------------------------------*/
.btnSitemap {
	width: 90.6%;
	margin: 30px auto;
}
.btnSitemap a {
	background: url(../../common/images/icon_arrow_02_sp.png) no-repeat left 3px;
	background-size: 6px auto;
	padding-left: 5%;
	line-height: 1;
}


/* ---------------------------------------------------------
6:clearfix
----------------------------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { min-height: 1px; }