@charset "UTF-8";

body{
	color: #2f3336;
}

/* ページタイトル */
#page_ttl {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
#page_ttl h2 {
	color: #2f3336;
	text-align: center;
    position: absolute;
    font-size: 4.0em;
	font-family: azo-sans-web, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.0em;
    top: -30%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
	margin: auto;
	text-shadow: 2px 2px 0px #fff;
}
#page_ttl h2 span{
	color: #2f3336;
	text-align: center;
    font-size: 0.8em;
	font-weight: bold;
    width: 100%;
    height: 20%;
	margin: auto;
	display: block;	
	text-shadow: 2px 2px 0px #fff;
}
#page_ttl .header_img{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}
#page_ttl .header_img img{
    width: 100%;
    height: auto;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	#page_ttl h2 {
		right: 3%;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #page_ttl {
	margin-bottom: 5%;
	}
	#page_ttl .header_img {
		display: block;
	}
	.header_img img {
	    height: 120px;
	}
	#page_ttl h2 {
		font-size: 22px;
	}
}
/* ========== end △ */

/* 見出し設定スタイル */
.ttl_style01 {
	text-align: center;
	margin-bottom: 50px;
}
.ttl_style01-01 {
	text-align: center;
	margin-bottom: 50px;
	background:linear-gradient(transparent 50%, #efb61e 55%);
	margin-left:auto;
	margin-right:auto;
		
}
.ttl_style01 h3 {
	font-size: 3.0em;
	font-family: azo-sans-web, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.0em;
}
.ttl_style01-01 h3 {
	font-size: 3.0em;
	font-family: azo-sans-web, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.0em;
}
.ttl_style02 {
	margin-bottom: 30px;
	padding: 10px 0;
}
.ttl_style02 h4 {
	position: relative;
	text-align: center;
	font-size: 2.5em;
	margin: 0;
	border-bottom: 3px solid #6a7b5e;
}

.ttl_style03 {
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
.ttl_style03 h5 {
	position: relative;
	font-size: 20px;
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	  .ttl_style01 {
		text-align: center;
		margin-bottom: 10%;
	}
	.ttl_style01 h3 {
		position: relative;
		font-size: 24px;
		font-weight: bold;
	}
	.ttl_style01-01 h3 {
		position: relative;
		font-size: 20px;
		font-weight: bold;
	}

	.ttl_style02 {
		padding: 10px;
		margin-bottom: 5%;
	}
	.ttl_style02 h4 {
		font-size: 20px;
	}

	.ttl_style03 h5 {
		font-size: 18px;
		margin: 0;
	}
}
/* ========== end △ */


/* 内容テンプレート */
/* 画像＋テキスト基本型 */
.img_txt {
	margin-bottom: 50px;
}
.img_txt .box_odd .img_area {
	float: left;
}
.img_txt .box_odd .img_area img{
	height: auto;
}
.img_txt .box_odd .txt_area {
	float: right;
	width: 50%;
}
.img_txt .box_even .img_area {
	float: right;
}
.img_txt .box_even .txt_area {
	float: left;
	width: 50%;
}
.img_txt .txt_area h6 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 3%;
	font-family: azo-sans-web, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.0em;	
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.img_txt {
		margin-bottom: 10%;
	}
	.img_txt .box_odd .img_area, .img_txt .box_even .img_area {
		float: none;
		text-align: center;
		margin-bottom: 3%;
	}
	.img_txt .box_odd .txt_area, .img_txt .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  	.img_txt {
		margin-bottom: 10%;
	}
	.img_txt .box_odd .img_area {
		float: none;
	}
	.img_txt .box_odd .txt_area {
		float: none;
		width: 100%;
	}
	.img_txt .box_even .img_area {
		float: none;
	}
	.img_txt .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */

/* テキスト＋画像並び　画像サイズ大 */
.img_l .box_odd .txt_area {
	float: right;
	width: 45%;
}
.img_l .box_even .txt_area {
	float: left;
	width: 45%;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.img_l .box_odd .txt_area {
		float: none;
		width: 100%;
	}
	.img_l .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.img_l .box_odd .txt_area {
		float: none;
		width: 100%;
	}
	.img_l .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */


/* テキスト＋画像並び　画像サイズ小 */
.img_s .box_odd .txt_area {
	float: right;
	width: 65%;
}
.img_s .box_even .txt_area {
	float: left;
	width: 65%;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.img_s .box_odd .txt_area, .img_s .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.img_s .box_odd .txt_area, .img_s .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */

/*wc img 調整*/
.wcselect_400202795001 .img_txt .flex-sys-wrap > div {
	width:100%;
	}

/* 2カラム用スタイル */
.col02 .flex-sys-wrap::after {
	content: "";
	display: block;
	width: 48%;
	height: 0;
}
.col2_box {
	width: 48%;
	text-align: center;
}
.col2_box img {
	margin-bottom: 3%;
}
.col2_box p {
	margin: 0;
	text-align: left;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.col2_box img {
		margin-bottom: 3%;
		height: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.col2_box {
		width: 100%;
		margin-bottom: 5%;
	}
}
/* ========== end △ */


/* 3カラム用スタイル */
.col03 .flex-sys-wrap::after {
	content: "";
	display: block;
	width: 30%;
	height: 0;
}
.col3_box {
	width: 30%;
	text-align: center;
}
.col3_box img {
	margin-bottom: 3%;
}
.col3_box p {
	margin: 0;
	text-align: left;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.col3_box img {
		margin-bottom: 3%;
		height: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.col3_box {
		width: 100%;
		margin-bottom: 5%;
	}
}
/* ========== end △ */


/* 4カラム用スタイル */
.col04 .flex-sys-wrap::after {
	content: "";
	display: block;
	width: 22%;
	height: 0;
}
.col4_box {
	width: 22%;
	text-align: center;
}
.col4_box img {
	margin-bottom: 3%;
}
.col4_box p {
	margin: 0;
	text-align: left;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.col04 .flex-sys-wrap::after {
		content: "";
		display: block;
		width: 45%;
		height: 0;
	}
	.col4_box {
		width: 45%;
		margin-bottom: 5%;
	}
	.col4_box img {
		margin-bottom: 3%;
		height: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.col4_box {
		width: 100%;
		margin-bottom: 5%;
	}
}
/* ========== end △ */

/* 画像サイズ大 */
.large_img {
	margin-bottom: 50px;
	text-align: center;
}
.large_img img{
	width: 100%;
	height: auto;
}
.news {
	width: 100%;
	margin-bottom: 30px;
}

.txtbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.txtbox {
		width: 100%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.txtbox {
		width: 100%;
	}
}
/* ========== end △ */

.linebox {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.linebox p {
	padding-bottom: 0;
	margin: 0;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.linebox {
		width: 90%;
		padding: 5%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.linebox {
		width: 90%;
		padding: 5%;
	}
}
/* ========== end △ */

.centertxt {
	width: 1000px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.centertxt {
		width: 100%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.centertxt {
		width: 100%;
	}
}
/* ========== end △ */

.tbl01 {
	width: 100%;
	margin-bottom: 50px;
	border: 1px solid #2f3336;
	word-break: break-all;
	word-wrap: break-all;
}
.tbl01 th {
	background: #2f3336;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
}
.tbl01 td {
	border: 1px solid #2f3336;
	padding: 10px;
	padding-left: 20px;
}

.tbl02 {
	width: 100%;
	margin-bottom: 50px;
	border: 1px solid #2f3336;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.tbl02 th, .tbl02 td  {
	padding: 10px;
	padding-left: 20px;
}
.tbl02 td  {
	border-right: 1px solid #2f3336;
	border-bottom: 1px solid #2f3336;
}
.tbl02 th {
	color: #fff;
	background-color: #2f3336;
	border-right: 1px solid #2f3336;
	border-bottom: 1px solid #fff;
	width: 30%;
}
.tbl02 tr:last-child th {
	border-bottom: 2px solid #2f3336;
}

.tbl03 {
	width: 50%;
	border: 1px solid #333;
	word-break: break-all;
	word-wrap: break-all;
}
.tbl03 th {
	background: #2f3336;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
}
.tbl03 td {
	border: 1px solid #333;
	padding: 10px;
	padding-left: 20px;
}

.img_tbl {
	margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.img_tbl {
	flex-direction: column-reverse;
	}
	.tbl03 {
		width: 100%;
	}
	.img_tbl .img_area {
		margin-bottom: 3%; 
		padding-top: 20px;
	}
	.img_tbl .img_area img{
		height: auto;
	}
}
/* ========== end △ */

.anc_btn {
    margin-bottom: 50px;
    justify-content: space-around;
}
.anc_btn li {
    width: 30%;
    margin-bottom: 10px;
}
.anc_btn li a {
    display: block;
    background: #fff;
	border: 1px solid #000;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
/*	box-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.anc_btn li a:hover {
/*    transform: translateY(4px);*/
	box-shadow: none;
	display: block;
    background: #000;
	border: 1px solid #000;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
/*	box-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.anc_btn li {
		width: 90%;
		margin: 0 auto 5%;
	}
}
/* ========== end △ */

.faq_box {
	margin-bottom: 50px;
}
.faq_box .q_box {
	background-color: #fff;
	padding: 20px;
}
.faq_box .q_box h4 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	padding-left: 45px;
    padding-top: 5px;
}
.faq_box .q_box h4::before {
	position: absolute;
	content: "Q";
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	left: -2%;
	top: 50%;
	margin-top: -23px;
	background: #6a7b5e;
	padding: 0 10px;
}
.faq_box .a_box {
	border: 1px solid #fff;
	padding: 20px;
}
.faq_box .a_box p {
	position: relative;
	padding-left: 45px;
}
.faq_box .a_box p::before {
	position: absolute;
	content: "A";
	color: #fff;
	background: #efb61e;
	font-size: 26px;
	font-weight: bold;
	left: -2%;
	top: 50%;
	margin-top: -24px;
	padding: 0 12px;
}




/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.tbl02 th, .tbl02 td  {
		padding: 3%;
		padding-left: auto;
		display: block;
	}
	.tbl02 td  {
		border-right: none;
		border-bottom: none;
	}
	.tbl02 th {
		border-bottom: none;
		width: 94%;
	}
}
/* ========== end △ */

.circle_area {
	justify-content: space-around;
	margin: 50px 0;
}
.circle_area .circle {
	position: relative;
	width: 220px;
	height: 220px;
	background: rgb(69,148,23);
	background: linear-gradient(0deg, rgba(69,148,23,1) 0%, rgba(148,217,108,1) 100%);
	border-radius: 50%;
}
.circle_area .circle p {
	position: absolute;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 80px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.circle_area .circle {
		margin-bottom: 5%;
		width: 150px;
		height: 150px;
	}
	.circle_area .circle p {
		font-size: 18px;
		height: 60px;
	}
}
/* ========== end △ */

.flow_area .area {
	position: relative;
	margin-bottom: 150px;
}
.flow_area .area::after {
	position: absolute;
	content: url(../../content01/images/flow_arrow.png);
	right: 50%;
	bottom: -30%;
}
.flow_area .area:last-child {
	margin-bottom: 0;
}
.flow_area .area:last-child::after {
	position: static;
	content: "";

}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.flow_area .area::after {
		right: 40%;
		bottom: auto;
	}
}
/* ========== end △ */

.flow_area .ttl_style02 h4 {
	padding-left: 0;
}
.flow_area .ttl_style02 h4::before {
	position: static;
}

.cont_box {
	background: #fff;
	padding: 2%;
	margin:50px auto 80px;
	text-align: center;
	border: 2px solid #2f3336;
}
.cont_box .cont_ttl {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.cont_box .cont_ttl::after {
	position: absolute;
	content: "";
	width: 80px;
	border-bottom: 3px solid #2f3336;
	left: calc(50% - 40px);
	bottom: -5px;
}
.cont_box .inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	width: 80%;
	margin: 20px auto;
}

.cont_box .inner .tel, .cont_box .inner .fax {
    display: inline-block;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 0;
    margin: 0;
}

.cont_box .inner .tel, .cont_box .inner .sp {
	display: inline-block;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 0;
	margin: 0;
}
.cont_box .inner .sp {
	background: url(../images/cont_ico_sp.png) no-repeat center left;
}
.cont_box .btn_area {
	align-items: center;
	margin: auto;
	justify-content: space-around;
}
.cont_box .cont_btn {
	width: 200px;
/*	transition: all 0.2s ease;*/
/*	box-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
	margin:0 auto;
}
.cont_box .cont_btn a {
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #000;
}
.cont_box .cont_btn a:hover {
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #000;
	background: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #000;
}

/* ▽ PC layout ========== */
@media only screen and (min-width: 641px) {
	.cont_box .cont_btn:hover {
/*		transform: translateY(4px);*/
    	box-shadow: none;
	}
}
/* ========== end △ */


/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.cont_box {
		width: 85%;
		padding: 5% 3%;
		margin-bottom: 10%;
		border: 3% solid #ccc;
	}
	.cont_box .cont_ttl {
		font-size: 24px;
	}
	.cont_box .inner {
		width: 90%;
		margin: 5% auto 20px;
	}
	.cont_box .inner .tel, .cont_box .inner .sp, 
	.cont_box .inner .tel, .cont_box .inner .fax{
		font-size: 16px;
		margin-top: 0;
	}
	.cont_box .cont_btn a {
		font-size: 14px;
	}
}
/* ========== end △ */

/* ----------------------------------------- 内容テンプレート END  */