@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

html{

}

a{
  color: #186abe;
  text-decoration: underline;
}
a:hover, a:focus{ text-decoration: none; }

a[href^="tel"]{
  color: inherit;
}

a:hover img,
a:focus img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol {
list-style: none;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }

.pcHide{
	display: none !important;
}
.spHide{
	display: block !important;
}
.pc_br{
	display: inline !important;
}
.sp_br{
	display: none !important;
}

body{
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.0em;
	font-weight: 500;
	line-height: 2;
  color: #141414;
}

/* Layout */
.wrapper{
	width: 1000px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 1.0em;
}
.wrapper:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
ruby > rt{
  font-size: 0.3em;
  font-weight: 400;
  transform: scale(0.8);
}
h2{
	display: block;
	font-size: 2.4em;
	text-align: center;
	font-weight: 700;
  line-height: 1.0;
  letter-spacing: 1px;
}
.txtBox{
  margin-top: 32px;
  text-align: center;
}
.link a span{
  display: block;
	padding: 0 0 0 15px;
  background: url(../img/ico_link.png) no-repeat center left;
	background-size: 7px 7px;
}
.outlink{
	display: inline-block;
  margin-right: 4px;
  padding-right: 18px;
	background: url(../img/ico_outlink.png) no-repeat center right;
	background-size: 12px 15px;
}
.btnDownload{
  width: 80%;
  height: 90px;
  display: block;
  margin: 12px auto 0 auto;
}
.btnDownload a.btnPdf{
  height: 90px;
  display: block;
	padding: 0 20px 0 20px;
  background: url(../img/ico_linkPdf.png) no-repeat 99% center;
	background-size: 20px 20px;
  background-color: #ffffff;
  color: #141414;
	border: 5px solid #ec3202;
  font-weight: 700;
	text-align: left;
}
.btnDownload a.btnPdf:hover{
	background: url(../img/ico_linkPdf_on.png) no-repeat 99% center;
	background-size: 20px 20px;
  background-color: #ec3202;
  color: #ffffff;
}
.btnDownload a.btnPdf p{
  height: 80px;
  display: inline-block;
  padding-left: 40px;
  background: url(../img/ico_pdf.png) no-repeat center left;
	background-size: auto 30px;
  line-height: 80px;
}
.btnDownload a.btnXls{
  height: 90px;
  display: block;
	padding: 0 20px 0 20px;
  background: url(../img/ico_linkXls.png) no-repeat 99% center;
	background-size: 20px 20px;
  background-color: #ffffff;
  color: #141414;
	border: 5px solid #007e0c;
  font-weight: 700;
	text-align: left;
}
.btnDownload a.btnXls:hover{
	background: url(../img/ico_linkXls_on.png) no-repeat 99% center;
	background-size: 20px 20px;
  background-color: #007e0c;
  color: #ffffff;
}
.btnDownload a.btnXls p{
  height: 80px;
  display: inline-block;
  padding-left: 40px;
  background: url(../img/ico_xls.png) no-repeat center left;
	background-size: auto 30px;
  line-height: 80px;
}
.btnDownload a span{
  display: inline-block;
  margin: 0 3px 0 3px;
  font-size: 0.8em;
}


/* header*/
#contents_header{
	width: 100%;
	display: block;
	margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url(../img/bg_header1.png) repeat-x top center;
	background-size: auto 200px;
  background-color: #594a18;
}
#contents_header:after,
.bg_header1:after,
.bg_header2:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.bg_header{
  background: url(../img/bg_header2.png) repeat-x bottom center;
	background-size: auto 400px;
  overflow: hidden;
  z-index: 9001;
}

#contents_header h1{
	width: 180px;
	height: 0;
	display: block;
  margin: 0 auto -210px auto;
	padding-top: 352px;
	background: url(../img/h1.png) no-repeat center center;
	background-size: 180px auto;
	overflow: hidden;
  position: relative;
  top: -210px;
  text-align: center;
  z-index: 9999;
}
#contents_header h2{
	width: 100%;
	height: 0;
	display: block;
  margin: 0 0 -100px 0;
	padding-top: 552px;
	background: url(../img/txt_header.png) no-repeat center center;
	overflow: hidden;
  position: relative;
  text-align: center;
	top: -80px;
  z-index: 9999;
}


/* about */
#contents_about{
  display: block;
	margin: 0 0 0 0;
  background: url(../img/bg_about.jpg) no-repeat top center;
  background-size: cover;
}
#contents_about .titBlock{
  padding: 32px 0 42px 0;
	background-color: rgba(0,0,0,0.7);
  color: #ffffff;
}
#contents_about .titBlock .wrapper{
  padding: 0;
}
#contents_about .wrapper{
  padding: 52px 0 54px 0;
}
.aboutCatch{
  display: block;
  margin: 0 0 0 0;
  font-size: 1.4em;
  font-weight: 700;
  color: #ffffff;
}
.aboutExample{
  display: block;
  margin: 52px 0 0 0;
}
.aboutExample h3{
  width: 40%;
  display: block;
  margin: 0 auto 0 auto;
  border-bottom: 60px solid #ffffff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  font-size: 1.8em;
  line-height: 60px;
  color: #a89247;
}
.caseBox{
  display: block;
  margin: 0 0 0 0;
  padding: 32px 30px 32px 30px;
  background-color: #ffffff;
}
.caseBox:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.caseBox li{
  width: 32%;
  display: block;
  float: left;
  margin: 0 0 0 2%;
  padding: 24px 16% 24px 12px;
  background-color: #f9f6ed;
  border-radius: 8px;
}
.caseBox li:first-child{
  margin: 0 0 0 0;
}
.caseBox li:nth-child(1){
  background: url(../img/ico_case01.png) no-repeat 164px center;
  background-size: auto 100px;
  background-color: #f9f6ed;
}
.caseBox li:nth-child(2){
  background: url(../img/ico_case02.png) no-repeat 164px center;
  background-size: auto 100px;
  background-color: #f9f6ed;
}
.caseBox li:nth-child(3){
  background: url(../img/ico_case03.png) no-repeat 164px center;
  background-size: auto 100px;
  background-color: #f9f6ed;
}
.aboutExample h5{
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  background: url(../img/line_case.jpg) no-repeat bottom center;
  font-size: 1.3em;
  font-style: italic;
  line-height: 40px;
  color: #a89247;
}
.caseBox li span{
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.1;
}

.aboutAttention{
  font-size: 14px;
	font-size: 1.2em;
  color: #fd4a4a;
}


/* business */
#contents_business{
  display: block;
	padding: 52px 0 52px 0;
	background-color: #a89247;
}
#contents_business h2{
  display: block;
  color: #ffffff;
	font-size: 1.8em;
}
.upDate{
	display: block;
	margin: 32px 4px 0 0;
	text-align: right;
	font-size: 0.7em;
}
#contents_business table{
	width: 100%;
	margin: 4px 0 32px 0;
	background-color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #efefef;
	border-collapse: collapse;
}
#contents_business table tr{
	width: 100%;
	display: block;
}
#contents_business table th{
	padding: 10px;
	background-color: #f0f0d9;
	text-align: center;
	box-sizing: border-box;
}
#contents_business table td{
	padding: 8px 10px 8px 10px;
	box-sizing: border-box;
	font-size: 0.8rem;
}
.table01{
	width: 60px;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	text-align: center;
}
.table02{
	width: 420px;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
}
.table03{
	width: 220px;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
}
.table04{
	width: 120px;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	text-align: center;
}
.table05{
	width: 190px;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

th.table02,
th.table03,
th.table04,
th.table05{
	border-left: 1px solid #ffffff;
}

.table04 a.pdf{
	height: 20px;
  display: inline-block;
  padding-left: 24px;
  background: url(../img/ico_pdf.png) no-repeat center left;
	background-size: auto 20px;
  line-height: 20px;
}


/* certified */
#contents_certified{
  display: block;
	margin: 52px 0 52px 0;

}
#contents_certified h2{
  display: block;
  padding: 20px 0 20px 0;
  background-color: #e8380d;
  color: #ffffff;
	font-size: 1.8em;
}
#contents_certified h4{
	display: block;
	margin: 54px auto 0 auto;
	font-size: 1.8em;
	font-weight: 700;
}
#contents_certified .wrapper{
  display: block;
  padding: 0 0 42px 0;
  background-color: #fdefe5;
  border: 2px solid #e8380d;
}
#contents_certified .txtBox{
  padding: 0 20px 0 20px;
}
.certifiedBox{
  display: inline-block;
  margin: 32px 0 0 0;
}
.applyBox{
  display: block;
  margin: 12px 30px 0 30px;
  padding: 20px 0 20px 0;
  background-color: #ffffff;
}
.applyBox p{
  display: block;
  margin-bottom: 12px;
  line-height: 30px;
}
.applyBox p span{
  display: inline-block;
  margin-right: 10px;
  padding: 0 12px 0 12px;
  background-color: #666666;
  color: #ffffff;
}
.applyBox .applyAtt{
  display: block;
  font-size: 0.9em;
  color: #ff0000;
}
.conditionsBox{
  display: block;
  margin: 32px 30px 0 30px;
  background-color: #ffffff;
  border-radius: 8px;
}
.conditionsBox:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.conditionsBox dt{
  width: 150px;
  display: block;
  padding: 44px 0 44px 0;
  float: left;
  background-color: #e8380d;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #ffffff;
	line-height: 2.2;
}
.conditionsBox dt.company{
  padding: 18px 0 18px 0;
	line-height: 2.6;
}
.conditionsBox dt .attention{
  font-size: 0.7em;
  font-weight: 400;
}
.conditionsBox dd{
  padding: 10px 30px 0 170px;
  color: #e8380d;
  text-align: left;
}
.conditionsBox li{
  display: block;
  margin: 0 0 12px 0;
  padding: 0 0 0 60px;
}
.conditionsBox li:first-child{
  background: url(../img/ico_point01.png) no-repeat left 6px;
  background-size: auto 40px;
}
.conditionsBox li:nth-child(2){
  margin: 0 0 0 0;
  background: url(../img/ico_point02.png) no-repeat left 6px;
  background-size: auto 40px;
}
.conditionsBox dd p{
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 3px 0;
  background: url(../img/line.jpg) repeat-x bottom left;
  line-height: 1.6;
}
.conditionsBox dd .conditionsAtt{
  font-size: 0.8em;
  line-height: 1.0;
}

/* news */
#contents_news{
  display: block;
	margin: 0 0 0 0;
  padding: 52px 0 52px 0;
  background-color: #efefef;
}
#contents_news h2{
  display: block;
  margin: 0 auto 32px auto;
	font-size: 1.8em;
}
#contents_news .wrapper{
  display: block;
  padding: 22px 0 22px 0;
  border: 2px solid #cccccc;
  background-color: #ffffff;
}
.newsBox{
  display: block;
  margin: 0 30px 32px 30px;
  padding: 0 0 12px 0;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.newsBox dl{
  display: block;
}
.newsBox:after,
.newsBox dl:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.newsBox li{
  display: block;
  margin-top: 12px;
  padding: 12px 4px 0 4px;
  border-top: 1px solid #cccccc;
}
.newsBox li:first-child{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.newsBox dt{
  width: 130px;
  display: block;
  float: left;
}
.newsBox dd{
  padding: 0 0 0 130px;
}

#contents_news .btnDownload.flyer{
	height: 120px;
}
#contents_news .btnDownload.flyer a{
	height: 120px;
	padding: 10px 0 10px 0;
	background: url(../img/flyer.jpg) no-repeat 20px center;
	background-size: auto 100px;
	border: 5px solid #3962ad;
	text-align: center;
}
#contents_news .btnDownload.flyer a:hover{
  background-color: #3962ad;
}
#contents_news .btnDownload.flyer a p{
	height: 100px;
	line-height: 100px;
}

/* banner */
#contents_banner{
  display: block;
	margin: 00 0 0;
  padding: 32px 0 32px 0;
  background-color: #141414;
}
#contents_banner .wrapper{
  padding: 0;
  text-align: center;
}

#contents_banner .col1{
  width: 716px;
  display: block;
  margin: 0 auto 0 auto;
}
#contents_banner .col4{
  display: block;
  margin: 0 auto 0 auto;
}
#contents_banner .col1:after,
#contents_banner .col4:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#contents_banner .col1 li{
  display: block;
}
#contents_banner .col4 li{
  width: 239px;
  display: block;
  float: left;
  margin: 0 0 0 8px;
}
#contents_banner .col4 li:first-child{
  margin: 0 0 0 0;
}

#contents_banner .col1 li img,
#contents_banner .col4 li img{
  width: 100%;
  height: auto;
}

/* Btn TOP */
#btnTop{
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  bottom: 120px;
  right: 20px;
}
#btnTop a{
  width: 60px;
  height: 0;
  display: block;
  padding-top: 60px;
  background: url(../img/btTop.png) no-repeat center center;
  background-size: 60px 60px;
  border-bottom: none;
  overflow: hidden;
}
#btnTop a:hover{
  background: url(../img/btTop_on.png) no-repeat center center;
  background-size: 60px 60px;
}

/* footer */
#contents_footer{
	width: 100%;
}
#contents_footer .wrapper{
  padding: 32px 0 32px 0;
}
#contents_footer h3{
	display: block;
	margin: 0 0 12px 0;
	font-size: 1.1em;
	font-weight: 700;
}
.footerBox{
	display: block;
}
.footerBox:after{
	content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footL{
	width: 60%;
	display: block;
	float: left;
	text-align: left;
	font-size: 0.8em;
}
.footR{
	width: 40%;
	display: block;
	float: right;
	text-align: right;
	font-size: 0.8em;
}
.footR ul{
	display: block;
	margin: 4px 4px 68px 0;
}
.footR li{
	display: inline-block;
	margin: 0 0 0 12px;
}
#copyright{
  margin-top: 48px;
  font-size: 12px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.0;
}
