/* @group TOPページ */

#toppage #wrapper {
	padding-bottom: 0;
}

#toppage #main {
	position: relative;
	text-align: center;
	color: #fff;
}

#toppage #main .bx-wrapper {
	margin: 0;
}

#toppage #main .bxslider .wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	text-align: left;
}

#toppage #main .bxslider img {
	width: 100%;
	height: auto;
}

#toppage #main .bxslider .wrap.black {
	color: #333;
}

#toppage #main h2 {
	position: absolute;
	left: 20px;
	bottom: 26vw;
	font-weight: bold;
	font: 42px/1.3 "Times New Roman", "Times", serif;
	letter-spacing: -0.02em;
}

#toppage #main p {
	position: absolute;
	left: 20px;
	top: -25vw;
	font-weight: 500;
	font-size: 17px;
}

#toppage #main .btn a {
	position: absolute;
	left: 20px;
	bottom: 9vw;
	width: 170px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #00a85f;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	font-weight: bold;
}

#toppage #main .btn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 22px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#toppage #main .btn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #00a85f;
}

#toppage #main .btn a:hover {
	transition: .3s;
	background-color: #4cbe8f;
}

#toppage #main .btn a:hover:after {
	/*白いひし型 */
	transition: .3s;
	background: #4cbe8f;
}

#toppage #group {
	background: #ebf0f0;
	height: 600px;
}

#toppage #group .wrap {
	position: relative;
	padding: 30px 20px;
}

#toppage #group h3 {
	font-size: 32px;
}

#toppage #group li {
	float: left;
	margin: 0 6px 6px 0;
}

#toppage #group li:nth-child(even) {
	float: left;
	margin-right: 0;
}

#toppage #group li a {
	width: 242px;
	height: 55px;
	border: 2px solid #d2dcd7;
	line-height: 51px;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	display: inline-block;
}

#toppage #group li a:hover {
	transition: .3s;
	background-color: #b4e1c8;
}

#toppage #group li.list a {
	background: #00a85f;
	border: 2px solid #d2dcd7;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-right: 10px;
}

#toppage #group li.list a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 24px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#toppage #group li.list a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 27px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #00a85f;
}

#toppage #group li.list a:hover {
	transition: .3s;
	background-color: #4cbe8f;
}

#toppage #group li.list a:hover:after {
	/*白いひし型 */
	background: #4cbe8f;
	transition: .3s;
}

#toppage #group li.canada a {
	font-size: 13px;
	line-height: 1.3;
	padding-top: 8px;
}

@media screen and (min-width:761px),
print {
	#toppage #group p {
		position: absolute;
		top: 110px;
		left: 20px;
		width: 470px;
		z-index: 1;
	}

	#toppage #group .map {
		position: absolute;
		top: 0;
		right: 20px;
	}

	#toppage #group ul {
		position: absolute;
		top: 250px;
		left: 20px;
		width: 490px;
	}
}

@media screen and (max-width:760px) {
	#toppage #main {
		height: 103vw;
		overflow: hidden;
	}

	#toppage #main .bx-wrapper {
		width: 100%;
		height: 100vw;
	}

	#toppage #main .bxslider .wrap {
		position: absolute;
		left: 50%;
		transform: translateX(-50%) translateY(-45%);
		-webkit- transform: translateX(-50%) translateY(-45%);
		top: 45%;
		text-align: left;
		height: 90%;
		width: 100%;
	}

	#toppage #main .bxslider .wrap.black2 {
		color: #333;
	}

	#toppage #main h2 {
		position: absolute;
		left: 20px;
		bottom: 72vw;
		font-weight: bold;
		font: 22px/1.3 "Times New Roman", "Times", serif;
		letter-spacing: -0.05em;
	}

	#toppage #main p {
		position: absolute;
		left: 0;
		top: 28vw;
		font-weight: bold;
		font-size: 14px;
		margin: 0 20px;
	}

	#toppage #main .btn a {
		position: absolute;
		left: 50%;
		bottom: 15vw;
		width: 70%;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		background-color: #00a85f;
		color: #fff;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		padding-right: 10px;
		font-weight: bold;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}

	#toppage #group {
		height: auto;
	}

	#toppage #group .wrap {
		padding: 30px 0 20px;
	}

	#toppage #group h3 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}

	#toppage #group .map {
		margin-right: -20px;
		margin-left: -20px;
	}

	#toppage #group ul {
		margin-top: 25px;
	}

	#toppage #group ul li {
		width: 49%;
		font-size: 14px;
	}

	#toppage #group li a {
		width: 100%;
		min-height: 50px;
		line-height: 1.3;
		padding-top: 8px;
	}

	#toppage #group li.list a,
	#toppage #group li.line1 a {
		padding-top: 8px;
	}

	#toppage #group li.list a:before {
		/*白いひし型 */
		right: 17px;
		margin-top: -6px;
	}

	#toppage #group li.list a:after {
		right: 20px;
		margin-top: -6px;
	}

	#toppage #group li.canada a {
		font-size: 11px;
		line-height: 1.3;
		padding-top: 5px;
	}

	#toppage #group li.ns a {
		font-size: 14px;
		line-height: 1.3;
		padding-top: 8px;
	}
}

/* @end */


/* @group 企業理念 */
#philosophy {
	max-width: 100%;
	background: url(../company/img/philosophy_bg.jpg) no-repeat center 0;
	background-size: cover;
	padding: 200px 0;
}

#philosophy .box {
	width: 750px;
	padding: 50px 30px 80px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.65);
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

#philosophy .box h1 {
	font-size: 32px;
	margin-bottom: 30px;
}

@media screen and (max-width:760px) {
	#philosophy {
		padding: 50px 30px;
	}

	#philosophy .box {
		width: 100%;
		padding: 30px;
		font-size: 14px;
		line-height: 1.7;
	}

	#philosophy .box h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

/* @end */


/* @group トップメッセージ */
#message .photo {
	float: right;
	margin-left: 50px;
}

#message .photo {
	float: right;
	margin-left: 50px;
}

#message .w780 {
	width: 780px;
}

#message h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 25px;
}

#message .name {
	float: right;
	line-height: 1.3;
	margin: 50px 0;
}

#message .name img {
	margin-bottom: 5px;
}

#message .cap {
	font-size: 13px;
	margin-top: 5px;
}

@media screen and (max-width:760px) {
	#message {
		padding: 0 20px;
	}

	#message .photo {
		width: 40%;
		margin: 0 0 10px 20px;
	}

	#message .w780 {
		width: auto;
	}

	#message h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	#message .name {
		float: right;
		line-height: 1.3;
		margin: 30px 0;
		width: 12.5em;
	}

	#message .name img {
		width: 75%;
	}
}

/* @end */


/* @group グループ企業 */
#group #title p {
	margin-top: 40px;
}

#group #map {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 700px;
	overflow: hidden;
}

#map #world,
#map #japan {
	position: absolute;
	width: 1200px;
	height: 700px;
	overflow: hidden;
	top: 0;
}

#map #world div,
#map #japan div {
	height: 700px;
	overflow: hidden;
}

#map #world img,
#map #japan img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#map #world.animated {
	animation-duration: 3s;
	animation-delay: 4s;
}

#map #world .world01 {
	animation-delay: 0s;
}

#map #world .world02 {
	animation-delay: 2s;
}

#map #japan.japan {
	animation-duration: 3s;
	animation-delay: 9s;
}

#map #japan .japan01 {
	animation-delay: 5s;
}

#map #japan .japan02 {
	animation-delay: 7s;
}

#map .japan03 {
	animation-delay: 10s;
}

#group #map #marker .animated {
	animation-delay: 10s;
}

#group #map #marker ul,
#group #map #marker p {
	line-height: 1.2;
	font-size: 14px;
}

#group #map #marker a {
	text-decoration: none;
}

#group #map #marker a:hover {
	color: #00a85f;
}

#group #map .shimane01 {
	position: absolute;
	top: 271px;
	left: 17px;
}

#group #map .shimane01 li {
	margin-bottom: 11px;
}

#group #map .shimane02 {
	position: absolute;
	top: 22px;
	left: 195px;
}

#group #map .shimane03 {
	position: absolute;
	top: 72px;
	left: 130px;
}

#group #map .shimane04 {
	position: absolute;
	top: 164px;
	left: 177px;
}

#group #map .shimane05 {
	position: absolute;
	top: 193px;
	left: 146px;
}

#group #map .shimane02 li,
#group #map .shimane03 li,
#group #map .tottori02 li {
	line-height: 1.5;
}

#group #map .tottori01 {
	position: absolute;
	top: 22px;
	left: 441px;
}

#group #map .tottori02 {
	position: absolute;
	top: 65px;
	left: 441px;
}

#group #map .tokushima01 {
	position: absolute;
	top: 564px;
	left: 622px;
}

#group #map .mie01 {
	position: absolute;
	top: 490px;
	left: 850px;
}

#group #map .tokyo01 {
	position: absolute;
	top: 549px;
	left: 982px;
}

#group #map .tokyo01 li {
	margin-bottom: 3px;
}

#group #map .canada01 {
	position: absolute;
	top: 241px;
	left: 998px;
}

#group #list {
	padding-top: 50px;
}

#group #list .box {
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0;
}

#group #list .box:first-child {
	border-top: 1px solid #dcdcdc;
}

#group #list .box h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}

#group #list .box .textBox {
	padding-left: 400px;
}

#group #list .box h4 {
	font-weight: bold;
	color: #00a85f;
	margin-top: 10px;
}

#group #list .box .btn a {
	width: 200px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #00a85f;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-right: 10px;
	font-weight: bold;
}

#group #list .box .btn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 27px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#group #list .box .btn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 30px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #00a85f;
}

#group #list .box .btn a:hover {
	transition: .3s;
	opacity: 0.7;
}

#group #details {
	position: relative;
}

#group #details th {
	padding-right: 10px;
}

#group #details h2 {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px solid #c8c8c8;
	margin-bottom: 20px;
}

#group #details .date {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 13px;
}

#group .googleBtn a {
	width: 260px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #c1c4c1;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 10px;
}

#group .googleBtn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 67px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#group .googleBtn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 70px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #c1c4c1;
}

#group .googleBtn a:hover,
#group .jasBtn a:hover {
	transition: .3s;
	opacity: 0.7;
}

#group .jasBtn a {
	width: 260px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #72a8d7;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 10px;
}

#group .jasBtn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 11px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#group .jasBtn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 14px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #72a8d7;
}

#group .pdf {
	margin-top: 20px;
}

#group .pdf img {
	margin-right: 3px;
}

#group .link {
	text-align: right;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 10px 10px 0;
	position: relative;
}

#group .link:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #333;
}

#group .link:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 1px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#group #details .photo {
	float: right;
}

#group #details .photo .fl {
	margin-right: 15px;
	width: 350px;
}

#group #details .photo p {
	font-size: 13px;
}

#group #details .photo p.cap {
	margin-top: 10px;
}

#group #base {
	padding-top: 50px;
	border-bottom: 1px solid #c8c8c8;
}

#group #base h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	border-left: 8px solid #00a75e;
	padding-left: 10px;
	float: left;
}

#group #base .fr {
	width: 960px;
}

#group #base .box {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#group #base .box:last-child {
	border: none;
	margin: 0;
}

#group #base h4 {
	font-size: 20px;
	font-weight: bold;
}

#group #base .photo {
	float: right;
	width: 580px;
}

#group #base .photo .fl {
	margin-right: 15px;
	width: 350px;
}

#group #base .photo p {
	font-size: 13px;
	line-height: 1.5;
}

#group #base .photo p.cap {
	margin-top: 10px;
}

#group #jas .fl {
	width: 570px;
	margin-top: 40px;
}

#group #jas .fr {
	margin: 40px 0 50px;
}

#group #jas h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #00a75e;
}

#group #jas h3 {
	font-size: 18px;
	border-bottom: 1px solid #c8c8c8;
	font-weight: bold;
	line-height: 1.5;
}

#group #jas .system {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

#group #jas .system span {
	background-color: #00a75e;
	margin-right: 5px;
	padding: 0 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#group #jas .B .system span {
	background-color: #3583c5;
}

#group #jas li {
	position: relative;
	margin-left: 1.1em;
}

#group #jas li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -1.1em;
	width: 14px;
	height: 14px;
	background-color: #00a75e;
	border-radius: 100%;
}

#group #jas .B li::after {
	background-color: #3583c5;
}

#group #jas .certificate {
	float: right;
	margin-left: 40px;
}

#group #jas .certificate img {
	border: 1px solid #dcdcdc;
}

@media screen and (min-width:761px),
print {
	#group #mapSP {
		display: none;
	}

	#group #list .box {
		position: relative;
	}

	#group #list .box .btn a {
		left: 0;
		top: 80px;
		position: absolute;
	}

	#group #list .box.canada {
		min-height: 200px;
	}

	#group #list .box.canada .btn a {
		top: 110px;
	}

	#group #details .photo .fl.w280 {
		width: 280px;
	}
}

@media screen and (max-width:760px) {
	#group {
		padding: 0 20px;
	}

	#group #title p {
		text-align: left;
		margin-top: 20px;
	}

	#group #map {
		display: none;
	}

	#group #list {
		padding-top: 30px;
	}

	#group #list .box {
		padding: 20px 0;
	}

	#group #list .box .fl {
		float: none;
	}

	#group #list .box .textBox {
		width: auto;
		padding-left: 0;
	}

	#group #list .box h3 {
		margin-bottom: 15px;
		line-height: 1.3;
	}

	#group #list .box .btn a {
		margin-top: 15px;
		display: block;
		width: 100%;
	}

	#group #details h2 {
		font-size: 20px;
		font-weight: bold;
		border-bottom: 3px solid #c8c8c8;
		margin-bottom: 5px;
		line-height: 1.3;
		padding-bottom: 3px;
	}

	#group #details .date {
		position: relative;
		margin-bottom: 10px;
		text-align: right;
		top: auto;
		right: auto;
	}

	#group .googleBtn a,
	#group .jasBtn a {
		width: 100%;
	}

	#group .googleBtn a:before,
	#group .jasBtn a:before {
		/*白いひし型 */
		right: 37px;
	}

	#group .googleBtn a:after,
	#group .jasBtn a:after {
		right: 40px;
	}

	#group #details .fl {
		float: none;
	}

	#group #details .photo {
		float: none;
		margin-top: 20px;
	}

	#group #details .photo .mb20 {
		margin-bottom: 10px;
	}

	#group #details .photo .fl {
		margin-right: 10px;
		width: 50%;
		float: left;
	}

	#group #base h3 {
		font-size: 20px;
		line-height: 30px;
		float: none;
		margin-bottom: 15px;
	}

	#group #base .box {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#group #base .fr {
		width: auto;
		float: none;
	}

	#group #base .fl {
		float: none;
	}

	#group #base h4 {
		font-size: 18px;
	}

	#group #base .photo {
		float: none;
		width: auto;
		margin-top: 20px;
	}

	#group #base .photo .mb20 {
		margin-bottom: 10px;
	}

	#group #base .photo .fl {
		margin-right: 10px;
		width: 50%;
		float: left;
	}

	#group #jas .fl {
		width: auto;
		margin-top: 20px;
		float: none;
		margin-bottom: 10px;
	}

	#group #jas .fr {
		margin: 20px 0;
		float: none;
	}

	#group #jas h4 {
		font-size: 18px;
		margin-bottom: 0;
		margin-top: 10px;
	}

	#group #jas h3 {
		font-size: 16px;
	}

	#group #jas .system {
		margin-top: 15px;
	}

	#group #jas .certificate {
		float: none;
		width: auto;
		margin: 0;
		text-align: center;
	}

	#group #jas .certificate img {
		width: 50%;
		margin-bottom: 20px;
	}
}

/* @end */


/* @group プライバシーポリシー */
#privacypolicy .column {
	padding-top: 50px;
}

#privacypolicy h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	border-left: 8px solid #00a75e;
	padding-left: 10px;
	margin-bottom: 40px;
}

#privacypolicy dl {
	border-top: 1px solid #c8c8c8;
	margin-left: 20px;
}

#privacypolicy dt {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}

#privacypolicy dd {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 15px;
	padding-left: 1.5em;
}

#privacypolicy dd li {
	position: relative;
	margin-left: 1.1em;
}

#privacypolicy dd li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -1.1em;
	width: 14px;
	height: 14px;
	background-color: #c6c6c8;
	border-radius: 100%;
}

#privacypolicy .box {
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	padding: 20px 0;
	margin-left: 20px;
}

#privacypolicy .bold {
	font-size: 16px;
	margin-top: 20px;
}

@media screen and (max-width:760px) {
	#privacypolicy {
		padding: 0 20px;
	}

	#privacypolicy .column {
		padding-top: 30px;
	}

	#privacypolicy h2 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	#privacypolicy dl {
		margin-left: 0;
	}

	#privacypolicy dt {
		font-size: 16px;
		font-weight: bold;
		padding-top: 20px;
	}

	#privacypolicy dd {
		padding-left: 0;
	}

	#privacypolicy .box {
		margin-left: 0;
	}

	#privacypolicy .bold {
		font-size: 15px;
	}
}

/* @end */


/* @group お問い合わせ */
#contact .cautionUl {
	margin: 20px 0;
}

#contact .cautionUl li {
	text-indent: -1.1em;
	margin-left: 1.1em;
	margin-bottom: 10px;
}

#contact .cautionUl li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #00a75e;
	position: relative;
	top: 1px;
	border-radius: 50%;
	margin-right: 3px;
}

#contact .caution {
	color: #e60012;
}

#contact table {
	margin-top: 10px;
	border-top: 1px solid #c8c8c8;
}

#contact table th {
	font-weight: bold;
	padding-left: 0;
	vertical-align: middle;
}

#contact .btnBox {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 40px;
}

#contact .btnBox .privacy {
	margin-bottom: 30px;
}

#contact .btn {
	width: 300px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	background-color: #00a75e;
	border: none;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
	margin: 0 3px;
}

#contact .backBtn {
	width: 240px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	background-color: #b8b8b8;
	border: none;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
	margin: 0 3px;
}

#contact .btn:hover,
#contact .backBtn:hover {
	opacity: 0.7;
	transition: .3s;
}

input[disabled] {
	opacity: 0.3;
	pointer-events: none;
}

#contact select {
	font-size: 13px;
	padding: 2px;
}

#contact .box100 {
	border: 1px solid #b5b6b6;
	padding: 2px;
	width: 4em;
}

#contact .box350 {
	border: 1px solid #b5b6b6;
	padding: 2px;
	width: 350px;
}

#contact .box550 {
	border: 1px solid #b5b6b6;
	padding: 2px;
	width: 550px;
}

#contact textarea {
	border: 1px solid #b5b6b6;
	height: 150px;
	padding: 2px;
	width: 550px;
}

#contact .error,
#contact .attention {
	color: #e60012;
	font-size: 12px;
	font-weight: normal;
}

#contact .error {
	display: block;
}

#contact .wrap.send {
	padding-bottom: 50px;
}


@media (max-width:760px) {
	#contact {
		padding: 0 20px;
	}

	#contact .cautionUl {
		text-align: left;
	}

	#contact .caution {
		text-align: left;
	}

	#contact table {
		font-size: 14px;
	}

	#contact .btnBox {
		margin-top: 30px;
		padding: 0;
	}

	#contact .btnBox .privacy {
		margin-bottom: 20px;
	}

	#contact .btn {
		width: 80%;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
	}

	#contact .backBtn {
		width: 80%;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
		margin-bottom: 10px;
	}

	#contact select {
		width: 100%;
	}

	#contact input {
		font-size: 14px;
	}

	#contact .box100 {
		width: 4em;
	}

	#contact .box350 {
		width: 95%;
	}

	#contact .box550 {
		width: 95%;
	}

	#contact textarea {
		width: 95%;
	}

	#contact .wrap.send {
		padding: 0 20px 30px;
	}
}

.contact_result {
	padding-bottom: 100px;
}

.not_found {
	padding: 100px 20px;
	max-width: 1240px;
	margin: 0 auto;
}

/* @end */