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

/* =========================================================
contact
========================================================= */
#contact .post .lead {
	font-size: 16px;
	margin: 0 0 80px;
}
#contact .post p {
	font-size: 16px;
	margin: 0;
}
#contact .telBox {
	/* float: left; */
	width: 490px;
	margin: 0 auto;
	border: solid 1px #6dab18;
}
#contact .telBox dt {
	background: #6dab18;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border: solid 1px #fff;
	padding: 3px 0;
}
#contact .telBox dd {
	text-align: center;
	padding: 22px 0;
	color: #6dab18;
	font-size:16px;
}
#contact .telBox dd span {
	font-size: 36px;
	color: #6dab18;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: block;
	margin: 0 0 4px;
}
#contact .telBox dd span.mail {
	font-size: 20px;
	color: #6dab18;
	font-weight: 500;
	display: block;
}

#contact .telBox dd span:before {
	content: "";
	background: #6dab18 url(../../images/shared/ico_phone.png) no-repeat center center;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 15px 0 0;
	vertical-align: sub;
}
#contact .telBox.mailBox dd span:before {
	background: #6dab18 url(../../images/shared/ico_mail.png) no-repeat center center;
	vertical-align: middle;
}
#contact .timeBox {
	float: left;
	width: 490px;
	margin: 0;
	background: #f5f5f5;
	padding: 20px 30px;
}
#contact .timeBox dt,
#contact .timeBox dd {
	font-size: 16px;
}


#contact .pageNavi {
	margin: 0 0 30px;
}
#contact .pageNavi li {
	float: left;
	width: 295px;
	border-top: solid 3px #6dab18;
	border-bottom: solid 3px #6dab18;
	border-left: solid 3px #6dab18;
	margin: 0 57px 0 0;
	background: #eff7e4;
	border-radius: 5px 0 0 5px;
	position: relative;
	padding: 13px 0 13px 20px;
	display: inline-block;
	height:60px;
}
#contact .pageNavi li:after {
	content: "";
	background: #eff7e4;
	display: inline-block;
	border-top: solid 3px #6dab18;
	border-right: solid 3px #6dab18;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 6px;
	right: -21px;
	/*z-index:-1;*/
}
#contact .pageNavi li:last-child {
	margin: 0;
	border-right: solid 3px #6dab18;
	border-radius: 5px;
}
#contact .pageNavi li:last-child:after {
	content: none;
}
#contact .pageNavi li span {
	font-size: 20px;
	color: #6dab18;
position: relative;
    z-index: 1;
}

#contact .pageNavi li span:before {
	content: "1";
	background: #6dab18;
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	padding: 2px 0 0 11px;
	margin: 0 20px 0 0;
	vertical-align: bottom;
}
/*英語*/
#en #contact .pageNavi li {
display: table;
padding: 8px 0 8px 50px;
height:62px;
}
#en #contact .pageNavi li:after {
width: 43px;
height: 43px;
position: absolute;
top: 6px;
right: -22px;
}
#en #contact .pageNavi li span {
display: table-cell;
vertical-align: middle;
font-size: 15px;
line-height: 2rem;
}
#en #contact .pageNavi li span:before {
position: absolute;
left: -40px;
top: calc(50% - 15px);
line-height: 2.3rem;
}

#contact .pageNavi li:nth-child(2) span:before {
	content: "2";
}
#contact .pageNavi li:nth-child(3) span:before {
	content: "3";
}


#contact .contactArea .require {
	background: #c81e50;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	width: 50px;
	display: inline-block;
	line-height: 1;
	padding: 6px 0 7px;
	float: right;
	letter-spacing: normal;
}
#contact .contactArea {
	margin: 40px 0 0;
}
#contact .contactArea table {
	margin: 0 0 50px;
}
#contact .contactArea table td input {
	width: 600px;
	border: solid 1px #d5d5d5;
	font-size: 14px;
	padding: 5px;
}
#contact .contactArea table td textarea {
	width: 600px;
	height: 200px;
	border: solid 1px #d5d5d5;
	font-size: 14px;
	padding: 5px;
}

/*英語*/
#en #contact .contactArea .require,
#zhcn #contact .contactArea .require,
#zhtw #contact .contactArea .require {
font-size: 11px;
width: auto;
padding: 6px 4px 7px;
}
#en #contact .contactArea .tableVer01 th,
#zhcn #contact .contactArea .tableVer01 th,
#zhtw #contact .contactArea .tableVer01 th,
#ko #contact .contactArea .tableVer01 th {
padding: 20px 20px 20px 20px;
}

#contact .privacyArea {
	margin: 0 0 50px;
}
#contact .privacyArea dl {
	border: solid 1px #e1e1e1;
}
#contact .privacyArea dt {
	border-bottom: solid 1px #e1e1e1;
	font-weight: bold;
	text-align: center;
	background: #eff7e4;
	padding: 17px 20px;
}
#contact .privacyArea dd {
	border-bottom: solid 1px #e1e1e1;
	padding: 30px;
}
#contact .privacyArea dd .scroll {
	height: 170px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0 15px 0 0;
}
#contact .privacyArea dd .scroll p {
	font-size: 14px;
	margin: 0 0 20px;
}
#contact .privacyArea dd .scroll p.bold {
	margin: 0 0 5px;
}
#contact .privacyArea dd .scroll .numList {
	margin: 0 0 30px;
}
#contact .privacyArea dd .scroll .date {
	text-align: right;
	margin: 0;
}
/* #contact .privacyArea dd:last-child {
	border-bottom: none;
	padding: 13px 0 14px;
	text-align: center;
}
#contact .privacyArea dd:last-child .agree {
	margin: 0 10px 2px 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
} */


#contact .submitArea {
	display: table;
	margin: 0 auto;
}
#contact .submitArea .btn {
	background: #6dab18 url(../../images/shared/arrow_left_wh.png) no-repeat center right 20px;
	background-size: 8px auto;
	color: #fff;
	text-align: center;
	font-size: 18px;
	width: 400px;
	border: none;
	padding: 20px 0;
	letter-spacing: 0.1em;
	transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
/*英語*/
#contact .submitArea .btn {
	font-size: 18px;
	width: 400px;
	padding: 20px 30px 20px 15px;
}



#contact .submitArea .btn:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
	cursor: pointer;
}
#contact .submitArea .btnBack {
	display: block;
	background: #fff url(../../images/shared/arrow_right_blue.png) no-repeat center left 20px;
	background-size: 8px auto;
	color: #6dab18;
	text-align: center;
	font-size: 18px;
	width: 200px;
	border: 2px solid #6dab18;
	margin: 40px auto 0;
	padding: 15px 0;
	text-indent: 1em;
	letter-spacing: 0.1em;
	transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

/*英語*/
#contact .submitArea .btnBack {
	width: 350px;
	font-size: 15px;
}

#contact .submitArea .btnBack:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
	cursor: pointer;
}
#contact .error {
	color: #c00;
	font-weight: bold;
}
#contact .thx {
	text-align: center;
}
#contact .thx strong {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 1em;
}

/*英語のテーブル*/
#en #contact .tableVer01 {

}





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

SPサイトcss

////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {

/* =========================================================
contact
========================================================= */
#contact .post .lead {
	font-size: 14px;
	margin: 0 0 40px;
}
#contact .post p {
	font-size: 14px;
	margin: 0;
}
#contact .telBox {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	border: solid 1px #6dab18;
}
#contact .telBox dt {
	font-size: 16px;
	border: solid 1px #fff;
	padding: 3px 0;
}
#contact .telBox dd {
	text-align: center;
	padding: 15px 0;
}
#contact .telBox dd span {
	font-size: 28px;
	letter-spacing: 0.05em;
	display: block;
	margin: 0;
}
#contact .telBox dd span a {
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #6dab18;
}
#contact .telBox dd span:before {
	content: "";
	background: #6dab18 url(../../images/shared/ico_phone.png) no-repeat center center;
	background-size: 13px auto;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 10px 2px 0;
	vertical-align: sub;
}
#contact .timeBox {
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
}
#contact .timeBox dt,
#contact .timeBox dd {
	font-size: 14px;
}


#contact .pageNavi {
	margin: 0 0 20px;
}
#contact .pageNavi li {
	float: left;
	width: 27%;
	border: solid 2px #6dab18;
	margin: 0 9% 0 0;
	background: #eff7e4;
	border-radius: 5px;
	position: relative;
	padding: 7px 3px 13px;
	display: inline-block;
	height: 80px;
	z-index: 1;
}
#contact .pageNavi li:after {
	content: "";
	background: url(../../images/shared/arrow_left_blue.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 10%;
	height: 24%;
	transform: none;
	border: none;
	position: absolute;
	top: 50%;
	right: -26%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#contact .pageNavi li:last-child {
	margin: 0;
	border-right: solid 2px #6dab18;
	border-radius: 5px;
}
#contact .pageNavi li span {
	font-size: 12px;
	line-height: 1.3;
	display: block;
	text-align: center;
}
#contact .pageNavi li span:before {
	content: "1";
	background: #6dab18;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 11px;
	padding: 5px 0 0 0;
	margin: 0 auto 5px;
	vertical-align: bottom;
	display: block;
}
#contact .pageNavi li:first-child span:before {
	margin: 0 auto 12px;
}
/*英語*/
#en #contact .pageNavi li {
display: table;
float: none;
width: 100%;
margin: 0 auto 30px;
padding: 8px 15px 8px 40px;
}
#en #contact .pageNavi li:after {
content: "";
position: absolute;
background: url(../../images/shared/arrow_down_blue.png) no-repeat;
background-size: 20px auto;
width: 20px;
height: 20px;
top: inherit;
bottom: -42px;
left: calc(50% - 10px);
}
#en #contact .pageNavi li:last-child::after {
display: none;
}
#en #contact .pageNavi li span:before{
top: calc(50% - 12px);
line-height: 1.3rem;
left: -30px;
margin: 0;
}




#contact .contactArea .require {
	font-size: 11px;
	width: 50px;
	line-height: 1;
	padding: 6px 0 7px;
	float: right;
}
#contact .contactArea {
	margin: 20px 0 0;
}
#contact .contactArea table {
	margin: 0 0 30px;
}
#contact .contactArea table td input {
	width: 100%;
	border: solid 1px #d5d5d5;
	font-size: 14px;
	padding: 5px;
	-webkit-appearance: none;
	border-radius: 0;
}
#contact .contactArea table td textarea {
	width: 100%;
	height: 120px;
	border: solid 1px #d5d5d5;
	font-size: 14px;
	padding: 5px;
	-webkit-appearance: none;
	border-radius: 0;
}

#contact .privacyArea {
	margin: 0 0 30px;
}
#contact .privacyArea dl {
	border: solid 1px #e1e1e1;
}
#contact .privacyArea dt {
	border-bottom: solid 1px #e1e1e1;
	padding: 10px 15px;
}
#contact .privacyArea dd {
	border-bottom: solid 1px #e1e1e1;
	padding: 20px;
}
#contact .privacyArea dd .scroll {
	height: 150px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0 15px 0 0;
}
#contact .privacyArea dd .scroll p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 15px;
}
#contact .privacyArea dd .scroll p.bold {
	margin: 0 0 5px;
}
#contact .privacyArea dd .scroll .numList {
	margin: 0 0 20px;
}
#contact .privacyArea dd .scroll .numList li {
	font-size: 13px;
}
/* #contact .privacyArea dd:last-child {
	border-bottom: none;
	padding: 13px 0 14px;
	text-align: center;
}
#contact .privacyArea dd:last-child .agree {
	margin: 0 10px 2px 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
} */


#contact .submitArea {
	margin: 0 auto;
	width: 80%;
	display: block;
}
#contact .submitArea .btn {
	background: #6dab18 url(../../images/shared/arrow_left_wh.png) no-repeat center right 12px;
	background-size: 6px auto;
	font-size: 16px;
	width: 100%;
	padding: 20px 0;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	border-radius: 0;
}	
/*英語*/
#contact .submitArea .btn {
	padding: 20px 20px 20px 10px;
}	


}




