@charset "UTF-8";
/*========================================================================================
↓メインタイトル==========================================================================
========================================================================================*/
.main-contact {
    background: url("../img/main-img.png") right top no-repeat;
    background-size: cover;
    -moz-background-size:cover;
    height: 290px;
    width: 100%;
}
.main-tit-in { padding: 20px 100px 10px 100px;}
@media screen and (max-width: 768px) {
.main-contact {
    background: url("../img/main-img.png") -10em top no-repeat;
    background-size: cover;
    -moz-background-size:cover;
    height: 200px;
    width: 100%;
}
.main-tit-in { padding: 15px 50px 5px 50px;}
}
@media screen and (max-width: 640px) {
.main-contact {
    background: url("../img/main-img.png") -15em top no-repeat;
    background-size: cover;
    -moz-background-size:cover;
    height: 200px;
    width: 100%;
}
}
@media screen and (max-width: 480px) {
.main-contact {
    background: url("../img/main-img.png") -30em top no-repeat;
    background-size: cover;
    -moz-background-size:cover;
    height: 180px;
    width: 100%;
}
.main-tit-in { padding: 15px 40px 5px 40px;}
}
/*===========================================================================
↓フォーム===================================================================
===========================================================================*/
.formtable {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin-bottom: 30px;
	width: 100%;
}
.formtable tr {
	border-bottom: 1px solid #eeeeee;
	text-align: left;
}
.formtable th {
	box-sizing: border-box;
	font-size: 120%;
	font-weight: normal;
	padding: 1.2em 0;
	vertical-align: middle;
	width: 30%;
}
.formtable td {
	box-sizing: border-box;
	font-size: 120%;
	padding: 1.2em 0;
	width: 70%;
}
.txt-field {
	box-sizing: border-box;
	background-color: #f6f6f6;
	width: 100%;
}
.select-field {
	box-sizing: border-box;
	background-color: #f6f6f6;
	width: 50%;
}
.txt-area {
	background-color: #f6f6f6;
	box-sizing: border-box;
	height: 14em;
	padding: 0.8em;
	width: 100%;
}
.btn-submit {
	background:url(../../common/img/bg-btn.png) left center repeat-x;
	background-size: auto 100%;
	border: 0;
	cursor: pointer;
	color: #FFF;
	font-size: 140%;
	font-weight: normal;
	outline: none;
	padding-bottom: 1.2em;
	height: 70px;
	width: 100%;
    -webkit-transition: opacity 1.5s ease-out;
    -moz-transition: opacity 1.5s ease-out;
    -ms-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
}
.btn-submit:hover {
	cursor:pointer;
	filter: alpha(opacity=70);        
	-ms-filter: "alpha(opacity=70)";  
	-moz-opacity:0.7;                 
	-khtml-opacity: 0.7;             
	opacity:0.7;
	outline: none;
	zoom:1;
}
.submit-btn-area {
	margin: 20px 0 80px 0;
	text-align: center;
}
.button {
	border: 0;
	cursor: pointer;
	margin: 20px 0 80px 0;
	outline: none;
	position: relative;
	height: 70px;
	width: 100%;
}
.button span.shiny {
    position: absolute;
    bottom: 0;
    z-index: 30;
}
.button span.shiny img {
    height: 100px;
    width: 128px;
    vertical-align: bottom;
}
.button span.btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.rs {
	background-color: #666;
	color: #fff;
	margin: 1em;
	padding: 1em 3em;
}
.require {
	color: #ff0000;
	width: 100%;
}
.mail-form h3 {
	color: #d61826;
	font-size: 1.4em;
	text-align: center;
}
.notice {
	color: #d61826;
	text-align: center;
}
.error_messe {
	color: #d61826;
	text-align: center;
}
.mark { color: #e60012;}
.pulldwn {
	-moz-appearance: button;
	background: #f8f8f8 url("../img/ico-pulldown.png") no-repeat scroll right center / 15px 10px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	margin: 0.3em 0;
	padding: 0.3em 0.6em;
	vertical-align: middle;
}
.mgn-txt { margin-bottom: 20px;}
input.jpoff { ime-mode: disabled;} /* 英数字入力モード */
.checkbox-text { line-height: 140%;}
@media screen and (max-width: 1024px) {
.formtable th { width: 30%;}
.formtable td {
	padding: 1em 0;
	width: 70%;
}
}
@media screen and (max-width: 640px) {
.formtable tr {
	border-bottom: 1px solid #eeeeee;
	padding: 0;
	padding-bottom: 1.5em;
}
.formtable th {
	display: block;
	padding: 1.5em 0 0.5em 0;
	width: 100%;
}
.formtable td {
	display: block;
	padding: 0.5em 0 1.5em 0;
	width: 100%;
}
.txt-area {
	height: 10em;
	padding: 0.5em;
	width: 100%;
}
.select-field { width: 100%;}
.btn-submit {
	font-size: 130%;
	padding-bottom: 1em;
	height: 60px;
}
.button { height: 60px;}
}
@media screen and (max-width: 480px) {
.formtable th { font-size: 110%;}
.formtable td { font-size: 110%;}
.checkbox-text label {font-size: 90%;}
.btn-submit {
	font-size: 120%;
	height: 50px;
}
.txt-area {
	height: 10em;
	padding: 0.5em;
	width: 100%;
}
.button { margin: 20px 0 0 0;}
}
/*===========================================================================
↓プライバシーポリシー=======================================================
===========================================================================*/
.privacy-box { width: 100%;}
.privacy-head {
	border: 1px dashed #666666;
	cursor: pointer;
	display: block;
	font-size: 120%;
	font-weight: normal;
	line-height: 130%;
	padding: 15px 0;
	position: relative;
	text-align: center;
}
.privacy-head:hover {
	background: #f6f6f6;
}
.privacy-head:after {
	content: "▼";
}
.privacy-inner {
	background: #f6f6f6;
	padding: 25px;
}
.privacy-att {
	line-height: 180%;
}
.privacy-col {
	margin-top: 30px;
}
.privacy-col .privacy-txt {
	cursor: pointer;
	line-height: 180%;
}
.privacy-col h4.headline {
	color: #009e00;
	font-size: 110%;
	margin-bottom: 10px;
}
.privacy-col ul.privacy-list li {
	line-height: 180%;
	list-style: inside;
	list-style-type: disc;
}
.privacy-col ol.privacy-list li {
	line-height: 180%;
	list-style: inside;
	list-style-type: decimal;
}
@media screen and (max-width: 480px) {
.privacy-head {
	font-size: 100%;
	padding: 10px 0;
}
}



/* //  ! Maintenance */
.Maintenance{}
.Maintenance > a{
	color: #009e00;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 240%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 30px;
}
.Maintenance .min{
	font-size: 78%;
}

.Maintenance li{
	color: #009e00;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 240%;
    vertical-align: middle;
    display: block;
    margin-top: 30px;
}
.Maintenance li a{
	color: #009e00;
}


.Maintenance .mail_btn a{
	border: 2px solid #009e00;
	display: block;
	max-width: 300px;
	width: 90%;
	margin: 30px auto 0;
	padding: 20px 0;
	font-size: 14px;
	color: #009e00;
	transition: ease .3s;

}
.Maintenance .mail_btn a::before{
	content: url(/common/img/icon-mail.png);
    position: relative;
    bottom: -0.14em;
    margin-right: 0.4em;
}

.Maintenance .mail_btn a:hover{
	text-decoration: none;
	color: #fff;
	background: #009e00;
}
.Maintenance .mail_btn a:hover::before{
	content: url(/common/img/icon-mail-on.png);
    position: relative;
    bottom: -0.14em;
    margin-right: 0.4em;

}