@charset "utf-8";
/*=============================================================
 TTL
=============================================================*/
/* h1
-------------------------------------------------------------*/
#pageTtlArea{
	width:100%;
	position:relative;
}
#pageTtlArea #pageTtlAreaPhoto img{
	width:100%;
	height:auto;
}
#pageTtlArea h1{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 95px;
	z-index: 2;
}
#pageTtlArea h1.lmNon{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 2;
}
#pageTtlArea h1 span.category{
	position: absolute;
	display: block;
	top: 50%;
	left:50%;
	margin:-69px 0 0 -259px;
	width: 518px;
}
#pageTtlArea h1 span.category img{
	width: 518px;
	height:auto;
}
#pageTtlArea h1 span.pageTtl{
	position: absolute;
	display: block;
	top: 50%;
	left:50%;
	margin:5px 0 0 -259px;
	width: 518px;
}
#pageTtlArea h1 span.pageTtl img{
	width: 518px;
	height:auto;
}
#pageTtlArea h1:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left:50%;
	margin-left:-259px;
	width: 518px;
	height: 1px;
	background:#333;
}
/* ttl
-------------------------------------------------------------*/
h2.default{
	font-size:20px;
	line-height:1.4;
	border-left: solid 3px #F6CA06;
	padding-left: 12px;
}
h2.noLine{
	font-size:20px;
	line-height:1.4;
	border-left: none;
	padding-left: 0;
}
h3.default{
	font-size:16px;
	line-height:1.4;
	padding-top:30px;
}
h4.default{
	font-size:16px;
	font-weight: bold;
	line-height:1.4;
	padding-top:20px;
}
.line{
	padding-bottom:10px;
	border-bottom:1px solid #a4a4a4;
}

/*=============================================================
 BOX
=============================================================*/
/*section
-------------------------------------------------------------*/
.sectionWhite{
	padding:0 20px;
	margin-top:80px;
	background-color:#fff;
}
.sectionBage{
	padding:20px;
	background-color:#e8e4dc;
	margin-top:30px;
}
.sectionGray{
	padding:20px;
	background-color:#eeeeee;
	margin-top:30px;
}
.sectionWhite .sectionGray{
	margin-top:10px;
}
.sectionBage .sectionWhite{
	padding:20px;
	margin-top:10px;
}
.sectionWhite p,
.sectionBage p,
.sectionGray{
	padding-top:1em;
}

h3+p {
	padding-top: .5em!important;
}

/*photo
-------------------------------------------------------------*/
.boxPhotoRight{
}
.boxPhotoRight .boxPhoto{
	float:right;
	width:295px;
	padding:1em 0 20px 20px;
}
/*btn
-------------------------------------------------------------*/
.contactBtn{
	padding-top:20px;
	text-align:center;
}
.contactBtnInner{
	display:inline-block;
}
.contactBtn a{
	display:table;
	height:50px;
	padding:0 30px;
	position:relative;
	background-color:#d60000;
	color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
 -webkit-box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
 -moz-box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
}
.contactBtn a:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	width: 4px;
	height: 8px;
	background: url(../img/arw_wh.png) no-repeat left top;
	background-size:4px 8px;
	-webkit-background-size:4px 8px;
}
.contactBtn a span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:17px;
}

/*redbtn
-------------------------------------------------------------*/
.redBtn{
	padding-top:0px;
	text-align:center;
}
.redBtnInner{
	display:inline-block;
}
.redBtn a{
	display:table;
	height:50px;
	padding:0 30px;
	position:relative;
	background-color:#f5d443;
	color:#000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 box-shadow:rgb(199, 112, 41) 0px 3px 0px 0px;
 -webkit-box-shadow:rgb(199, 112, 41) 0px 3px 0px 0px;
 -moz-box-shadow:rgb(199, 112, 41) 0px 3px 0px 0px;
}
.redBtn a:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	width: 4px;
	height: 8px;
	background: url(../img/arw_wh.png) no-repeat left top;
	background-size:4px 8px;
	-webkit-background-size:4px 8px;
}
.redBtn a span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:17px;
}
/*pdfBtn
-------------------------------------------------------------*/
.pdfBtn{
	padding-top:0px;
	text-align:center;
}
.pdfBtnInner{
	display:inline-block;
}
.pdfBtn a{
	display:table;
	height:50px;
	padding:0 30px;
	position:relative;
	background-color:#d60000;
	color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
 -webkit-box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
 -moz-box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
}
.pdfBtn a span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 17px;
	background: url(../img/icn_pdf.png) no-repeat left center;
	padding-left:40px;
}

/*=============================================================
 list
=============================================================*/
ul.disc{
	margin-left:1.5em;
}
ul.disc li{
	list-style:disc;
}

/*=============================================================
 改行
=============================================================*/
br.pconly { display: inline; }
br.sponly { display: none; }

/*=============================================================
 ぶらさがりインデント
=============================================================*/
.indent-1 { text-indent: -1em; padding-left: 1em; }


/*=============================================================
 上付き文字・下付き文字
=============================================================*/
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
 
sup {
	bottom: .5ex;
}
sup.reg {
	font-size: 1.1em;
	margin: 0 2px;
}
 
sub {
	font-size: 50%;
	top: .5ex;
}

/*=============================================================
 注釈
=============================================================*/
.note {
	font-size: 90%;
	padding-top: 30px;
}
.note li {
	text-indent: -1em;
	padding-left: 1em;
}


/*=============================================================
 footteace
=============================================================*/
#footteace{
	background-color:#5CAA64;
	font-size:12px;
	text-align:center;
	line-height:1;
	height: 30px;
	overflow:hidden;
}
#footteace ul{
	display:inline-block;
}
#footteace ul li{
	float: left;
	display: table;
	padding: 0 30px 0 15px;
	height: 30px;
	background: url(../img/arw_foottrace.png) no-repeat right center;
	background-size:auto 30px;
	-webkit-background-size:auto 30px;
}
#footteace ul li.current{
	padding: 0 15px 0 15px;
	background:none;
}
#footteace ul li a{
	color:#fff;
		display: table-cell;
	vertical-align:middle;
	line-height:1.2;
}
/*=============================================================
 lm
=============================================================*/
.lmArea{
	padding:15px 30px;
	margin:60px -30px 0;
	background-color:#DEFADB;
	line-height:1.3;
}
#pageTtlArea .lmArea{
	padding:25px 30px;
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(255,255,255,0.60);
}
.lmArea dl{
	display:table;
	height:45px;
	font-size:15px;
}
.lmArea dl dt{
	display:table-cell;
	vertical-align:middle;
	padding-right:35px;
	border-right:1px solid #868686;
}
.lmArea dl dd{
	display:table-cell;
	vertical-align:middle;
	padding-left:35px;
}
.lmArea dl dd span{
	display:inline-block;
}
.lmArea dl a{
	color:#000;
	display:inline-block;
	text-align:center;
}
/*=============================================================
 information
=============================================================*/
#informationArea{
	margin-top:60px;
	clear:both;
	position:relative;
}
#informationArea #informationTtl{
	padding:10px 130px 10px 10px;
	font-size:20px;
	background-color:#3BA246;
	color:#FFF;
	margin-bottom:10px;
}
#informationArea dl{
	width:100%;
	padding:10px 0;
	border-bottom:1px dotted #666;
}
#informationArea dl:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
#informationArea dl dt{
	width:80px;
	float:left;
}
#informationArea dl dd{
	width:680px;
	float:right;
}
#informationArea dl dd a{
	color:#333;
}
s#informationArea dl dd a.externalLink::after {
	content: "　";
	width: 11px;
	height: 12px;
	background: url(../img/arw_blank_bk.png);
	background-size: 11px 12px;
	margin-left: 5px;
	display: inline-block;
	position: relative;
	top: .3em;
}
#informationArea dl dd a.pdfLink::after {
	content: "　";
	width: 30px;
	height: 12px;
	background: url(../img/icn_pdf.png);
	background-size: 30px 12px;
	margin-left: 5px;
	display: inline-block;
	position: relative;
	top: .3em;
}


#informationArea #informationBtn{
	position:absolute;
	top:10px;
	right:10px;
}
#informationArea #informationBtn a{
	width:105px;
	height:22px;
	display:table;
	position:relative;
	background-color:#FFF;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	color:#333;
}
#informationArea #informationBtn a span{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
}
#informationArea #informationBtn a:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	width: 4px;
	height: 8px;
	background: url(../img/arw_gr.png) no-repeat left top;
	background-size:4px 8px;
	-webkit-background-size:4px 8px;
}

/*=============================================================
 CONTACT
=============================================================*/
#contactArea{
	margin-top:40px;
	padding:20px;
	background-color:#e8e4dc;
	line-height:1.4;
}
#contactArea #ttlContact{
	font-size:20px;
	text-align:center;
	padding-bottom:20px;
	line-height:1.4;
}
#contactArea #contactBlock #contactBox{
	float:left;
}
#contactArea #contactBlock #contactBox ul{
	display:table;
	height:60px;
}
#contactArea #contactBlock #contactBox ul li{
	display:table-cell;
	padding:0 20px;
	font-size:17px;
	vertical-align:middle;
	border-left:1px solid #404040;
}
#contactArea #contactBlock #contactBox ul li:first-child{
	padding:0 20px 0 0;
	border-left:none;
}
#contactArea #contactBlock #contactBox ul li strong{
	font-size:24px;
}
#contactArea #contactBlock #contactBtn{
	width:300px;
	float:right;
}
#contactArea #contactBlock #contactBtn a{
	display:table;
	width:100%;
	height:60px;
	position:relative;
	background-color:#d60000;
	color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
 -webkit-box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
 -moz-box-shadow:rgb(124, 0, 0) 0px 3px 0px 0px;
}
#contactArea #contactBlock #contactBtn a:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	width: 4px;
	height: 8px;
	background: url(../img/arw_wh.png) no-repeat left top;
	background-size:4px 8px;
	-webkit-background-size:4px 8px;
}
#contactArea #contactBlock #contactBtn a span{
	display:table-cell;
	padding-right:12px;
	vertical-align:middle;
	text-align:center;
	font-size:17px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:769px){
/*=============================================================
 TTL
=============================================================*/
/* h1
-------------------------------------------------------------*/
#pageTtlArea{
	width:100%;
	position:relative;
}
#pageTtlArea #pageTtlAreaPhoto img{
	width:100%;
	height:auto;
}
#pageTtlArea h1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 2;
}
#pageTtlArea h1 span.category{
	position: absolute;
	display: block;
	top: 50%;
	left:50%;
	margin:-37px 0 0 -135px;
	width: 270px;
}
#pageTtlArea h1 span.category img{
	width: 270px;
}
#pageTtlArea h1 span.pageTtl{
	position: absolute;
	display: block;
	top: 50%;
	left:50%;
	margin:5px 0 0 -135px;
	width: 270px;
}
#pageTtlArea h1 span.pageTtl img{
	width: 270px;
}
#pageTtlArea h1:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left:50%;
	margin-left:-135px;
	width: 270px;
	height: 1px;
	background:#333;
}
/* ttl
-------------------------------------------------------------*/
h2.default{
	font-size:16px;
}
/*=============================================================
 BOX
=============================================================*/
.sectionWhite{
	padding:0 10px;
	margin-top: 50px;
}
.sectionBage{
	padding:10px 20px;
	margin:30px -10px 0;
}
.sectionGray{
	padding:10px 20px;
	margin:30px -10px 0;
}
.sectionWhite .sectionGray{
	padding:10px;
	margin:10px 0px 0;
}
.sectionBage .sectionWhite{
	padding:10px;
	margin-top:10px;
}
/*photo
-------------------------------------------------------------*/
.boxPhotoRight{
}
.boxPhotoRight .boxPhoto{
	float:none;
	padding:1em 0;
	width:100%;	
	margin:0 auto;
	max-width:400px;
}
/*=============================================================
 改行
=============================================================*/
br.pconly { display: none; }
br.sponly { display: inline; }

/*btn
-------------------------------------------------------------*/
.contactBtn{
	padding-top:10px;
}
.contactBtn a{
	height:40px;
}
.contactBtn a span{
	font-size:15px;
}

/*redbtn
-------------------------------------------------------------*/
.redBtn{
	padding-top:10px;
}
.redBtn a{
	height:40px;
}
.redBtn a span{
	font-size:15px;
}
/*pdfBtn
-------------------------------------------------------------*/
.pdfBtn{
	padding-top:10px;
}
.pdfBtnInner{
	display:inline-block;
}
.pdfBtn a{
	height:40px;
}
.pdfBtn a span{
	font-size:15px;
	padding-left:30px;
	background-size:auto 28px;
	-webkit-background-size:auto 28px;
}

/*=============================================================
 lm
=============================================================*/
.lmArea{
	padding:15px 20px;
	margin:40px -10px 0;
}
#pageTtlArea .lmArea{
	display:none;
}
.lmArea dl{
	display:block;
	height:auto;
	font-size:12px;
}
.lmArea dl dt{
	display:block;
	padding-right:0px;
	padding-bottom:5px;
	border-right:none;
	border-bottom:1px solid #868686;
	text-align:center;
	font-size:18px;
}
.lmArea dl dd{
	display:inline-block;
	padding:5px 25px 0 0px;
}
.lmArea dl dd br{
	display:none;
}
/*=============================================================
 information
=============================================================*/
#informationArea{
	margin-top:40px;
	clear:both;
	padding:0 10px;
}
#informationArea #informationTtl{
	font-size:14px;
	padding-right: 10px;
}
#informationArea dl dt{
	width:100%;
	float:none;
}
#informationArea dl dd{
	width:100%;
	float:none;
}
#informationArea #informationBtn{
	position:static;
	padding-top:20px;
}
#informationArea #informationBtn a{
	width:100%;
	height:40px;
	display:table;
	position:relative;
	background-color:#e8e4dc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 box-shadow:rgb(203, 197, 184) 0px 3px 0px 0px;
 -webkit-box-shadow:rgb(203, 197, 184) 0px 3px 0px 0px;
 -moz-box-shadow:rgb(203, 197, 184) 0px 3px 0px 0px;
}
#informationArea #informationBtn a:hover{
	color:#333;
}
#informationArea #informationBtn a span{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
}
#informationArea #informationBtn a:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	width: 4px;
	height: 8px;
	background: url(../img/arw_gr.png) no-repeat left top;
	background-size:4px 8px;
	-webkit-background-size:4px 8px;
}
#informationArea #informationBtn a:hover:before{
	background: url(../img/arw_gr.png) no-repeat left top;
	background-size:4px 8px;
	-webkit-background-size:4px 8px;
}
/*=============================================================
 CONTACT
=============================================================*/
#contactArea{
	margin-top:25px;
	padding:10px;
	background-color:#fff;
}
#contactArea #ttlContact{
	font-size:12px;
}
#contactArea #contactBlock #contactBox{
	float:none;
}
#contactArea #contactBlock #contactBox ul{
	display:block;
	height:auto;
	text-align:center;
	padding-bottom:15px;
}
#contactArea #contactBlock #contactBox ul li{
	display:block;
	padding:0;
	border-left:none;
}
#contactArea #contactBlock #contactBox ul li:first-child{
	padding:0;
}
#contactArea #contactBlock #contactBtn{
	margin:0 auto;
	float:none;
}
#contactArea #contactBlock #contactBtn a{
	height:50px;
}

#contactArea #contactBlock #contactBtn a span{
	font-size:15px;
}
}
