@charset "UTF-8";
/*-----------------------------------

	breadcrumb

-----------------------------------*/
.breadcrumb {
	max-width: 1100px;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: 1em;
}
.breadcrumb li:not(:last-of-type)::after {
	content: '>';
	padding-left: 1em;
}
.breadcrumb li a {
	color: #e2a31a;
}
.breadcrumb li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}


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

	h3_style

-----------------------------------*/
.h3_style {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 0.7em;
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.h3_style span {
  font-size: 33px;
    color: #e2a31a;
}

@media screen and (max-width: 640px) {
	
	.h3_style span {
		font-size: 20px;
	}

}

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

	h2_style

-----------------------------------*/
.h2_style span {
	color: #e7b547 !important;
}

@media screen and (max-width: 640px) {
  .h2_style span {
    font-size: 26px;
  }
}

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

				section_block

-----------------------------------*/
.section_block {
	padding: 60px 0 80px;	
}
.section_cnt {
	margin-top: 70px;
}
.section_block p,
.section_block a {
	font-size: 16px;    
}
.section_block ul li {
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width: 840px) {
	
}

@media screen and (max-width: 640px) {
	.section_block {
	padding: 30px 0 40px;
}	
	.section_cnt {
		margin-top: 40px;
	}
}

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

	h4_style

-----------------------------------*/
.h4_style {
	font-size: 20px;
    color: #b9871a;
    position: relative;
    padding-bottom: 0.7em;
    margin-bottom: 1em;
    line-height: 1.5;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}
.h4_style::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #b9871a;
}

@media screen and (max-width: 840px) {
	
}

@media screen and (max-width: 640px) {
	.h4_style {
		font-size: 16px;
	}	
}

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

	h5_style

-----------------------------------*/
.h5_style {
	font-size: 18px;
	color: #5c5c5c;
	padding: 8px 0 10px 18px;
	margin-bottom: 1em;
	line-height: 1.5;
	font-weight: 600;
	position: relative;
	border-bottom: 2px solid #ededed;
}
.h5_style:before {
	content: "";
	width: 5px;
	height: 60%;
	background: #d88e29;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

@media screen and (max-width: 640px) {

	.h5_style {
		font-size: 15px;
	}

}

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

	tbl_style

-----------------------------------*/
dl.tbl_style {
	margin-top: 50px;
	width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;	
}
dl.tbl_style > dt {
	text-align: left;
	width: 300px;	
    font-size: 15px;
    font-weight: 500;    
    padding: 1em;
    color: #fff;
    background: #e7b547;
    vertical-align: middle;
    border: 1px solid #e2a31a;
	box-sizing: border-box;
}
dl.tbl_style > dd {
	width: 70%;
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	display: block;
	font-size: 16px;
    padding: 1em;
    border-bottom: 1px solid #f3f3f3;
	box-sizing: border-box;
	vertical-align: middle;
}

@media screen and (max-width: 840px) {
	dl.tbl_style > dt {
		width: 220px;
	}
	dl.tbl_style > dd {
		width: 70%;
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	}
}

@media screen and (max-width: 640px) {
	dl.tbl_style,
	dl.tbl_style > dt,
	dl.tbl_style > dd {
		width: 100%;
		font-size: 15px;
	}
}
/*-----------------------------------

	common_table

-----------------------------------*/
#contents .common_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 15px;
}
#contents .common_table > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-bottom: 0.5em;
  padding: 1em 0;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  background: #ec8686;
  /* font-family: 'Noto Serif JP', serif; */
  color: #fff;
}
#contents .common_table > dd {
  width: 74.5%;
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 1em;
  margin-bottom: 0.5em;
  line-height: 1.7;
}
#contents .second_dl dt {
  display: inline-block;
  width: 20%;
  font-weight: 600;
  box-sizing: border-box;
}
#contents .second_dl dd {
  display: inline-block;
  width: 78%;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  #contents .common_table > dd {
    width: 74%;
  }
  #contents .second_dl dt {
    width: 30%;
  }
  #contents .second_dl dd {
    width: 68%;
  }
}
@media screen and (max-width: 640px) {
  #contents .common_table {
    font-size: 13px;
  }
  #contents .common_table > dt,
  #contents .common_table > dd {
    width: 100%;
  }
  #contents .common_table > dt {
    margin: 0;
    padding: 0.5em 0;
  }
  #contents .second_dl dt {
    width: 50%;
  }
  #contents .second_dl dd {
    width: 48%;
  }
}

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

	list_style_02

-----------------------------------*/
dl.list_style_02 {
	margin-top: 50px;
}
dl.list_style_02 dt {
	font-size: 18px;
	font-weight: 600;
	border-left: 7px solid #089b20;
	border-bottom: 1px solid #089b20;
}
/*-----------------------------------

	list_style_03

-----------------------------------*/
.list_style_03 {
	margin-top: 0.5em;
}
.list_style_03 li {	
	padding-left: 1.5em;
	position: relative;
}
.list_style_03 li::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 12px;
	border: 3px solid #5fb96c;
	border-radius: 50%;
}

@media screen and (max-width: 640px) {
	.list_style_03 li::before {
		width: 9px;
		height: 9px;
	}
}
/*-----------------------------------

	list_style_04

-----------------------------------*/
.list_style_04 li a {
	padding-left: 1em;
	position: relative;
}
.list_style_04 li a::before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 4.3px;
    border-color: transparent transparent transparent #434343;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.list_style_04 li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
/*-----------------------------------

	link_btn

-----------------------------------*/
.link_btn_wrap {
	width: 800px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.link_btn_wrap .link_btn_lower {
	display: inline-block;
    width: 200px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    font-size: 18px;
	font-family: 'Noto Serif JP', serif;
    color: #fff;
    background: #27b995;
    position: relative;
    border-bottom: 3px solid #1fa383;
}
.link_btn_wrap .link_btn_lower::before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4.8px;
    border-color: transparent transparent transparent #27b995;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto 0;
    z-index: 50;
}
.link_btn_wrap .link_btn_lower::after {
	content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.link_btn_wrap .link_btn_lower:hover {
	background: #1fa383;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    border: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}
.pdf_btn {
	font-size: 1.5rem;
	line-height: 1.8em;
	letter-spacing: 0.03rem;
    display: inline-block;
    background: #d88e29;
    color: #fff !important;
    position: relative;
    margin-bottom: 15px;
	padding: 1em 3.5em;
	background-image: linear-gradient(-45deg, #fff 18px, transparent 0);
    border: 3px solid #d88e29;
}
.pdf_btn::after {
    content: "→";
    font-size: 10px;
    font-weight: 800;
    position: absolute;
	bottom: -5px;
    right: 3px;
    color: #ec8686;
}
.pdf_btn:hover {
	opacity:0.8;	
}

@media screen and (max-width: 840px) {
	.link_btn_wrap {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.link_btn_wrap  {		
		flex-direction:column;
		text-align: center;
	}
	.link_btn_wrap .link_btn_lower {
		margin-bottom: 20px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
}

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

	contact_box

-----------------------------------*/
.contact_box {
	display: inline-block;
	width: 80%;
	margin-top: 0.5em;
	padding: 20px;
	text-align: center;
	border: 3px double #5fb96c;
	line-height: 200%;
}
.contact_box p.company {
	font-size: 18px;	
}
.contact_box p.address {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #5fb96c;
}
.contact_box p.tel span,
.contact_box p.fax span,
.contact_box p.email span {
	background: #5fb96c;
	color: #fff;
	padding: 0 0.2em;
	margin-right: 0.5em;
	font-size: 13px;
}
.contact_box p.tel,
.contact_box p.fax,
.contact_box p.email {
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	margin-right: 1em;
}

@media screen and (max-width: 840px) {
  
}

@media screen and (max-width: 640px) {
	.contact_box {
		width: 100%;
		padding: 10px;
	}
	.contact_box p.company,
  	.contact_box p.tel,
	.contact_box p.fax,
	.contact_box p.email {
		font-size: 15px;
	}
	.contact_box p.tel,
	.contact_box p.fax,
	.contact_box p.email {
		text-align: left;
		width: 100%;
	}
}