/*
Theme Name: WordPressテーマ
Theme URI: http://erimaki-house.com/
Author: Hardblues
Author URI: http://erimaki-house.com/
Description: WordPress用テーマ
Version: 1.0
License: ***
License URI: ***
Tags: template,blog
Text Domain: EH_template
*/


/* リセッター */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
}

/**********************************************************************************************************************************************/
/* メイン設定
/**********************************************************************************************************************************************/

html.body {
}

body {
	font-family: 'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica;
	background:#ffffff;
	font-size:14px;
}

.wrapper {
	max-width: 1000px;
	position: relative;
	margin: 0px auto;
	padding: 0 40px;
	box-sizing: border-box;
}
@media (max-width: 480px) {
	.wrapper {
		max-width: 100%;
		padding: 0 10px;
	}
}

a {
	/*color:#0000ff;*/
	text-decoration:none;
}
a:hover {
	/*color:#ff0000;*/
}

/**********************************************************************************************************************************************/
/* common */
.clearfix:before,.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
	content:"";
}
.clearfix { display:inline-table;}
.clearfix { display:block;}

.fclear {clear: both;}
/* 改行制御 */
/*.pcbr:before {content: "\A";white-space: pre;}
@media (max-width: 480px) {
	.pcbr:before {content: none;}
	.spbr:before{content: "\A";white-space: pre;}
}*/
.pcbr { display: block; }
.spbr { display: none; }
@media (max-width: 480px) {
	.pcbr { display: none; }
	.spbr { display: block; }
}
/* 字揃え制御 */
.pctc {text-align: center;}
.pctr {text-align: right;}
@media (max-width: 480px) {
	.pctc {text-align: left;}
	.pctr {text-align: left;}
	.sptc {text-align: center;}
	.sptr {text-align: right;}
}
.outliner {
	display: none;
}

/**********************************************************************************************************************************************/
/* ヘッダー */
#main_header {
	height: 600px;
	background: #ffffff;
	position: relative;
}
#main_header_contactbox {
	width: 280px;
	height: 150px;
	padding: 20px;
	background: #2e9648;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 40px;
	z-index: 1000;
	box-shadow: 10px 10px 0 0 rgba(0,0,0,0.2);
}
#main_header_contactbox h1 {
	color: #ffffff;
	margin-bottom: 10px;
}
#main_header_contactbox h1 .logo {
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	margin-right: 10px;
}
#main_header_contactbox h1 .logo img {
	max-height: 100%;
}
#main_header_contactbox h1 .yu {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
#main_header_contactbox h1 .name {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
#main_header_contactbox .tel {
	font-size: 20px;
	font-weight: bold;
	color: #ffec8b;
	padding-left: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
}
#main_header_contactbox .tel:before {
	font-size: 16px;
	position: absolute;
	top: 3px;
	left: 0;
}
#main_header_contactbox .time {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#main_header_mainvisual {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#mainvisual_catch {
	font-family: 'Noto Serif JP';
	font-size: 45px;
	color: #ffffff;
	text-align: center;
	line-height: 80px;
	letter-spacing: 0.1em;
	width: 780px;
	height: 210px;
	padding-top: 25px;
	box-sizing: border-box;
	position: absolute;
	top: 160px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 200;
}
#mainvisual_catch:before,
#mainvisual_catch:after {
	content: "";
	display: block;
	width: 200px;
	height: 100px;
	position: absolute;
}
#mainvisual_catch:before {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	top: 0;
	left: 0;
}
#mainvisual_catch:after {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	right: 0;
	bottom: 0;
}
#mainvisual_catch span:not(.comma) {
	font-size: 110%;
}
#mainvisual_catch span.comma {
	letter-spacing: -0.5em;
}
#mainvisual {
	background: #222222;
	width: 100%;
	height: 600px;
	background: url(./images/mainvisual.jpg) no-repeat center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
#mainvisual:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(./images/cmn_overlayer_dot_black.png) repeat;
	background-size: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#mainvisual:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #5d2003;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 50%;
	/* animation: 6s ease-in-out 0s infinite alternate mv_overlayer; */
}
@keyframes mv_overlayer {
	  0% {left: 60%;opacity: 0.1;}
	100% {left: 40%;opacity: 0.3;}
}
#mainvisual figure {}
#main_header_lead {
	width: 300px;
	height: 300px;
	background: #2e9648;
	position: absolute;
	right: 0;
	bottom: -150px;
	left: 0;
	margin: auto;
	z-index: 200;
}
#main_header_lead p {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	margin-top: 60px;
	position: relative;
}
#main_header_lead p strong {
	font-size: 120%;
}
#main_header_lead p strong.underline {
	display: inline-block;
	position: relative;
}
#main_header_lead p strong.underline:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #ffec8b;
	position: absolute;
	bottom: 0px;
	left: 0;
}
#main_header_lead p:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid #ffffff;
	border-right: 10px solid transparent;
	border-bottom: none;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -50px;
	right: 0;
	left: 0;
	margin: auto;
}
@media (max-width: 480px) {
	#main_header {
		height: 320px;
	}
	#main_header_contactbox {
		width: 160px;
		height: 75px;
		padding: 5px 10px 10px 10px;
		box-sizing: border-box;
		left: 10px;
		box-shadow: 5px 5px 0 0 rgba(0,0,0,0.2);
	}
	#main_header_contactbox h1 {
		margin-bottom: 0px;
	}
	#main_header_contactbox h1 .logo {
		height: 30px;
		margin-right: 5px;
	}
	#main_header_contactbox h1 .yu {
		font-size: 12px;
		margin-right: 5px;
	}
	#main_header_contactbox h1 .name {
		font-size: 16px;
		letter-spacing: 0.1em;
	}

	#main_header_contactbox a {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#main_header_contactbox .tel {
		font-size: 14px;
		padding-left: 15px;
		margin-bottom: 5px;
	}
	#main_header_contactbox .tel:before {
		font-size: 12px;
		top: 2px;
	}
	#main_header_contactbox .time {
		font-size: 12px;
		font-weight: bold;
	}
	#mainvisual_catch {
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0.1em;
		width: 300px;
		height: 110px;
		padding-top: 25px;
		top: 90px;
	}
	#mainvisual_catch:before,
	#mainvisual_catch:after {
		width: 100px;
		height: 50px;
	}
	#mainvisual {
		height: 320px;
	}
	#main_header_lead {
		width: 200px;
		height: 200px;
		bottom: -100px;
	}
	#main_header_lead p {
		font-size: 13px;
		line-height: 30px;
		margin-top: 45px;
	}
	#main_header_lead p strong {
		font-size: 110%;
	}
	#main_header_lead p strong.underline:after {
		height: 3px;
	}
	#main_header_lead p:after {
		border-top: 14px solid #ffffff;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		bottom: -35px;
	}
}



/**********************************************************************************************************************************************/
/* メインレイアウト */
#main {
	display:block;
	color: #444444;
}
#main .wrapper {
}
#main section {
}
.sec_cmn {
	background: #ffffff;
	position: relative;
	z-index: 100;
}
@media (max-width: 480px) {
}


/**********************************************************************************************************************************************/
/* メイン */

.sec_product {
	padding: 190px 0 0 0;
}
.productbox {
	min-width: 1000px;
	height: 460px;
	position: relative;
}
.productbox:not(:last-of-type) {
	margin-bottom: 40px;
}
.productbox_images {
	width: 440px;
	height: 240px;
	position: absolute;
	top: 80px;
	right: calc(50% + 20px);
}
.productbox_images_figurewrapper {
	display: block;
	font-size: 0;
	width: 100%;
	position: relative;
	z-index: 200;
	margin-bottom: 10px;
}
.productbox_images_figurewrapper figure {
	display: inline-block;
	width: calc(50% - 10px);
}
.productbox_images_figurewrapper figure:not(:last-of-type) {
	margin-right: 20px;
}
.productbox_images_figurewrapper figure img {
	max-width: 100%;
}
.productbox_before_after {
	font-size: 0;
	width: 100%;
	height: 20px;
	position: relative;
}
.productbox_before_after:before {
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	background: #2e9648;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
}
.productbox_before_after:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid #2e9648;
	border-bottom: 5px solid #2e9648;
	border-left: 5px solid transparent;
	position: absolute;
	top: 6px;
	right: 35%;
	transform: rotate(-45deg);
}
.productbox_before_after .before {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	width: 50%;
}
.productbox_before_after .after {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #2e9648;
	text-align: center;
	width: 50%;
}
/* .productbox_images figure.after {
	width: 300px;
	height: 300px;
	background: #f3f3f3;
	position: absolute;
	top: 40px;
	left: 140px;
	z-index: 210;
}
.productbox_images figure.after img {
	max-width: 100%;
} */
.productbox_textarea {
	width: calc(50% - 20px);
	height: 100%;
	background: #ecfff1;
	position: absolute;
	top: 0;
	right: 0;
}
.textarea_innerwrapper {
	width: 400px;
	padding: 40px;
}
.productbox_textarea h1 {
	font-size: 22px;
	font-weight: bold;
	color: #222222;
	line-height: 35px;
	margin-bottom: 60px;
	position: relative;
}
.productbox_textarea h1:after {
	content: "";
	display: block;
	width: calc(100% + 110px);
	height: 1px;
	background: #222222;
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: 300;
}
.productbox_textarea h1 strong {
	display: inline-block;
	position: relative;
}
.productbox_textarea h1 strong:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #ffec8b;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 200;
}
.productbox_textarea h1 strong span {
	position: relative;
	z-index: 300;
}
.productbox_text {}
.productbox_text p {
	font-size: 16px;
	line-height: 1.5;
}
.productbox_text p:not(:last-of-type) {
	margin-bottom: 15px;
}
/* even style */
.productbox:nth-child(even) .productbox_images {
	right: auto;
	left: calc(50% + 20px);
}
/*
.productbox:nth-child(even) .productbox_images figure.before {
	right: 0;
	left: auto;
}
.productbox:nth-child(even) .productbox_before_after {
	right: 40px;
	left: auto;
}
.productbox:nth-child(even) .productbox_before_after:before {
	transform: rotate(-45deg);
}
.productbox:nth-child(even) .productbox_before_after:after {
	border-right: 5px solid transparent;
	border-bottom: 5px solid #2e9648;
	border-left: 5px solid #2e9648;
	right: auto;
	left: 0;
}
.productbox:nth-child(even) .productbox_before_after .before {
	right: 20px;
	left: auto;
}
.productbox:nth-child(even) .productbox_before_after .after {
	right: auto;
	left: 20px;
}
.productbox:nth-child(even) .productbox_images figure.after {
	top: 40px;
	right: 140px;
	left: auto;
}*/
.productbox:nth-child(even) .productbox_textarea {
	right: auto;
	left: 0;
}
.productbox:nth-child(even) .textarea_innerwrapper {
	margin-left: auto;
}
.productbox:nth-child(even) .productbox_textarea h1 {
	text-align: right;
}
.productbox:nth-child(even) .productbox_textarea h1:after {
	right: auto;
	left: 0;
}
@media (max-width: 480px) {
	.sec_product {
		padding: 120px 0 0 0;
	}
	.productbox {
		min-width: 100%;
		max-width: 100%;
		height: auto;
	}
	.productbox:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.productbox_images {
		display: block;
		width: calc(100% - 20px);
		height: calc(50vw + 20px);
		margin: 0 auto 10px;
		/* background: #ffcccc; */
		position: static;
	}
	.productbox_textarea {
		width: calc(100%);
		height: auto;
		position: static;
		top: 0;
		right: 0;
	}
	.textarea_innerwrapper {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.productbox_textarea h1 {
		font-size: 18px;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.productbox_textarea h1:after {
		width: calc(100% + 0px);
		bottom: -10px;
	}
	.productbox_textarea h1 strong:after {
		height: 7px;
		background: #ffec8b;
		position: absolute;
		bottom: -2px;
	}
	.productbox_text p {
		font-size: 14px;
	}
	.productbox_text p:not(:last-of-type) {
		margin-bottom: 10px;
	}
	/* odd style */
	/* .productbox:nth-child(even) {display: none;} */
	/* .productbox:nth-child(even) .productbox_images {
		left: auto;
	}
	.productbox:nth-child(even) .productbox_images figure.before {
		left: auto;
	}
	.productbox:nth-child(even) .productbox_before_after {
		right: 10px;
		left: auto;
	}
	.productbox:nth-child(even) .productbox_images figure.after {
		left: 0;
	}
	.productbox:nth-child(even) .productbox_textarea {
		right: auto;
		left: 0;
	}
	.productbox:nth-child(even) .textarea_innerwrapper {
		margin-left: auto;
	}*/
	.productbox:nth-child(even) .productbox_textarea h1 {
		text-align: center;
	}
}


.sec_strength {
	padding: 60px 0 40px;
}
.strength_message {
	font-family: 'Noto Serif JP';
	text-align: center;
	margin-bottom: 30px;
}
.philosophy {
	font-size: 36px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.philosophy strong {
	display: inline-block;
	position: relative;
}
.philosophy strong:after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #ffec8b;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.philosophy strong span {
	font-size: 110%;
	white-space: nowrap;
}
.philosophy_comment {
	display: inline-block;
	font-size: 18px;
	color: #444444;
	/* text-align: left; */
	line-height: 2;
	width: 500px;
	/* padding-left: 80px; */
}
.strength_boxwrapper {
	font-size: 0;
	width: 920px;
	margin: 0 auto;
}
.strengthbox {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	height: 460px;
	background: #ecfff1;
}
.strengthbox:not(:last-of-type) {
	margin-right: 40px;
}
.strengthbox header {}
.strengthbox header figure {
	width: 100%;
	height: 220px;
	margin-bottom: 40px;
	background: #f3f3f3;
}
.strengthbox header figure img {
	max-width: 100%;
}
.strengthbox header h1 {
	font-size: 20px;
	font-weight: bold;
	color: #2e9648;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.strengthbox_textarea {
	font-size: 15px;
	color: #444444;
	margin: 0 30px;
	line-height: 1.5;
}
@media (max-width: 480px) {
	.sec_strength {
		padding: 30px 0 0px;
	}
	.strength_message {
		margin-bottom: 20px;
	}
	.philosophy {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.philosophy strong:after {
		height: 4px;
		bottom: -15px;
	}
	.philosophy_comment {
		display: block;
		font-size: 14px;
		line-height: 2;
		width: calc(100% - 20px);
		padding-left: 0px;
		margin: 0 auto;
	}
	.strength_boxwrapper {
		width: 100%;
	}
	.strengthbox {
		width: 100%;
		height: auto;
	}
	.strengthbox:not(:last-of-type) {
		margin-right: 0px;
	}
	.strengthbox header {}
	.strengthbox header figure {
		height: auto;
		margin-bottom: 20px;
	}
	.strengthbox header figure img {
		max-width: 100%;
	}
	.strengthbox header h1 {
		font-size: 17px;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	.strengthbox_textarea {
		font-size: 14px;
		margin: 0 20px 30px;
	}
}


.sec_vision {
	font-size: 0;
	padding: 60px 0;
	background: url(images/cmn_overlayer_dot_white.png) repeat center center,url(./images/bg_clear.jpg) no-repeat center center;
	background-size: 4px,cover;
}
.sec_vision .wrapper>header {
	display: inline-block;
	vertical-align: top;
	font-family: 'Noto Serif JP';
	text-align: center;
	width: 440px;
	padding-top: 80px;
}
.sec_vision .wrapper>header h1 {
	font-size: 20px;
	margin-bottom: 40px;
}
.sec_vision .wrapper>header p.vision_title {
	font-size: 32px;
	color: #2e9648;
	letter-spacing: 0.1ex;
	margin-bottom: 40px;
}
.sec_vision .wrapper>header p.vision_text {
	font-size: 16px;
	color: #666666;
	line-height: 2;
	letter-spacing: 0.1em;
}
.vision_greeting {
	display: inline-block;
	font-size: 16px;
	width: 440px;
	height: 460px;
	padding: 40px 30px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	box-shadow: 10px 10px 0 0 rgba(0,0,0,0.05);
}
.vision_greeting h1 {
	font-family: 'Noto Serif JP';
	font-size: 22px;
	color: #2e9648;
	margin-bottom: 47px;
	position: relative;
}
.vision_greeting h1:after {
	content: "";
	display: block;
	width: 40px;
	height: 7px;
	background: #2e9648;
	position: relative;
	bottom: -27px;
	left: 0;
}
.vision_greeting h1 span {}
.greeting_text {
	font-size: 15px;
	line-height: 1.9;
}
.greeting_text p:not(:last-child) {
	margin-bottom: 10px;
}
.greeting_name {
	font-family: 'Noto Serif JP';
	text-align: right;
	line-height: 1.5;
	margin-top: 20px;
}
@media (max-width: 480px) {
	.sec_vision {
		padding: 20px 0;
	}
	.sec_vision .wrapper>header {
		display: block;
		width: 100%;
		padding-top: 0px;
	}
	.sec_vision .wrapper>header h1 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.sec_vision .wrapper>header p.vision_title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.sec_vision .wrapper>header p.vision_text {
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.0em;
		margin-bottom: 20px;
	}
	.vision_greeting {
		display: block;
		font-size: 16px;
		width: 100%;
		height: auto;
		padding: 20px 10px;
		box-shadow: 5px 5px 0 0 rgba(0,0,0,0.05);
	}
	.vision_greeting h1 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.vision_greeting h1:after {
		width: 30px;
		height: 5px;
		bottom: -13px;
	}
	.vision_greeting h1 span {}
	.greeting_text {
		font-size: 14px;
		line-height: 1.7;
	}
	.greeting_name {
		margin-top: 10px;
	}
}


.sec_history {
	padding: 60px 0;
}
.history_wrapper {
	padding: 50px;
	border: 4px solid #2e9648;
	box-sizing: border-box;
	position: relative;
}
.history_wrapper header {
	width: 80px;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	margin: auto;
}
.history_wrapper header h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 80px;
	width: 80px;
	height: 80px;
	background: #2e9648;
}
.history_dlwrapper {
	font-size: 0;
}
.history_dlwrapper dl.primary {}
.history_dlwrapper dl.secondary {}
.history_dlwrapper dl {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
	width: calc(50% - 20px);
}
.history_dlwrapper dl:not(:last-of-type) {
	margin-right: 40px;
}
.history_dlwrapper dl dt {
	font-weight: bold;
	width: 90px;
	clear: both;
	float: left;
}
.history_dlwrapper dl dd {
	width: calc(100% - 90px);
	float: left;
}
.history_dlwrapper dl dd:not(:last-child) {
	margin-bottom: 20px;
}
@media (max-width: 480px) {
	.sec_history {
		padding: 30px 0;
	}
	.history_wrapper {
		padding: 30px 10px;
		border: 2px solid #2e9648;
	}
	.history_wrapper header {
		width: 50px;
		top: -25px;
	}
	.history_wrapper header h1 {
		font-size: 16px;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
	.history_dlwrapper dl.primary {}
	.history_dlwrapper dl.secondary {}
	.history_dlwrapper dl {
		display: block;
		font-size: 14px;
		width: calc(100%);
	}
	.history_dlwrapper dl:not(:last-of-type) {
		margin-right: 0px;
	}
	.history_dlwrapper dl dt {
		width: 70px;
	}
	.history_dlwrapper dl dd {
		width: calc(100% - 70px);
	}
	.history_dlwrapper dl dd:not(:last-child) {
		margin-bottom: 15px;
	}
}


.sec_overview {
}
.overview_wrapper {
	font-size: 0px;
	width: 100%;
	min-width: 920px;
	margin: auto;
	position: relative;
}
.overview_wrapper .primary {
	display: inline-block;
	/* background: url(./images/overview_outside.jpg) no-repeat center center; */
	background-size: cover;
	width: calc(50% - 20px);
	height: 500px;
	margin-right: 40px;
}
.overview_wrapper .primary iframe {
	width: 100%;
	height: 100%;
}
.overview_wrapper .secondary {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 40px;
}
.overview_wrapper .secondary header {}
.overview_wrapper .secondary header h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 47px;
	position: relative;
}
.overview_wrapper .secondary header h1:after {
	content: "";
	display: block;
	width: 40px;
	height: 7px;
	background: #2e9648;
	position: absolute;
	bottom: -27px;
	left: 0;
}
.dl_overview {}
.dl_overview dt {
	font-weight: bold;
	width: 90px;
	height: 40px;
	clear: both;
	float: left;
}
.dl_overview dd {
	width: calc(100% - 90px);
	height: 40px;
	float: left;
}
@media (max-width: 480px) {
	.sec_overview {
	}
	.overview_wrapper {
		width: 100%;
		min-width: 100%;
	}
	.overview_wrapper .primary {
		display: block;
		width: calc(100%);
		height: 200px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.overview_wrapper .secondary {
		display: block;
		font-size: 13px;
		padding: 0 20px;
	}
	.overview_wrapper .secondary header {}
	.overview_wrapper .secondary header h1 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.overview_wrapper .secondary header h1:after {
		width: 30px;
		height: 5px;
		bottom: -18px;
	}
	.dl_overview {}
	.dl_overview dt {
		width: 70px;
		height: 30px;
	}
	.dl_overview dd {
		width: calc(100% - 70px);
		height: 30px;
	}
}


.sec_contact {
	padding: 40px 0 60px;
}
.contact_request {
	text-align: center;
	position: relative;
}
.contact_request:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid #2e9648;
	border-right: 10px solid transparent;
	border-bottom: none;
	border-left: 10px solid transparent;
	position: absolute;
	right: 0;
	bottom: 35px;
	left: 0;
	margin: auto;
}
.contact_request p.request {
	font-size: 20px;
	margin-bottom: 30px;
}
.contact_request p.request span {
	display: inline-block;
	position: relative;
}
.contact_request p.request span:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #ffec8b;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.contact_request p.answer {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 70px 0 20px;
}
.contact_btnwrapper {
	text-align: center;
}
.contact_btnwrapper p.btn {
	margin-bottom: 10px;
}
.contact_btnwrapper p a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	width: 280px;
	height: 60px;
	background: #2e9648;
}
.contact_btnwrapper p a:before {
	padding-right: 5px;
}
.contact_btnwrapper p.time {
	font-size: 16px;
}
.contactbtn_mail {}
.contactbtn_tel {
	display: none;
}
@media (max-width: 480px) {
	/* #main_header,.sec_product,.sec_strength,.sec_vision,.sec_history,.sec_overview {display: none;} */
	.sec_contact {
		padding: 20px 0 30px;
	}
	.contact_request:after {
		border-top: 13px solid #2e9648;
		border-right: 7px solid transparent;
		border-bottom: none;
		border-left: 7px solid transparent;
		bottom: 30px;
	}
	.contact_request p.request {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.contact_request p.request span:after {
		height: 3px;
		bottom: -7px;
	}
	.contact_request p.answer {
		font-size: 16px;
		margin: 40px 0 20px;
	}
	.contact_btnwrapper p a {
		font-size: 16px;
	}
	.contactbtn_mail {
		display: none;
	}
	.contactbtn_tel {
		display: block;
	}
}


/**********************************************************************************************************************************************/
/* フッター */

#main_footer {
	clear:both;
	height: 60px;
	text-align: center;
	background: #2e9648;
}
#main_footer p {
	font-size: 12px;
	color: #ffffff;
	line-height: 60px;
}
@media (max-width: 480px) {
}



/* タブレット （iPad Portrait想定）*/
@media (max-width: 768px) {
}

/* スマートフォン */
@media (max-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
}


/**********************************************************************************************************************************************/
