@charset "UTF-8";

@import url("../formplate.css");


section {
	margin: 0;
	padding-bottom: 0;
	width: 100%;
}

#contact p {
	margin: 0;
	padding: 0;
}

#contact .warning {
	padding: 8px 10px 6px!important;
	margin-bottom: 1.5em;
}

/* Form layout */
#contact form {
	margin-top: 15px;
}

#contact dl {
	overflow: hidden;
}

#contact dl dt {
	
	min-height: 1em;
	padding: 1em 1.5%;
	position: absolute;
	left: 1em;
}

#contact dl dd {
	min-height: 1em;
	
	padding: 1em 1.5% 1em 27%;
	border-bottom: 1px solid #dce0e3;
}

#contact dl dt:before {/*-------------------------------------------------------------------------------------------------------------------------------------------------[色　dt:before]-- */
	content: "";
	width: 10px;
	height: 10px;
	background-color: #5cc56f; /* d96161 */
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: .3em;
}

.p-country-name {
	display: none;
}

.p-postal-code, .p-region, .p-locality {
	margin-bottom: 0.5em;
}

#mail {
	margin-bottom: 1em;
}


/* Form */
.formplate {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.formplate dd {
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.formplate dd:hover {/*-------------------------------------------------------------------------------------------------------------------------------------------------[色　dd:hover]-- */
	background-color: #effaf4;
}

.input-group-responsive {
	display: inline;
}

.formplate input.inline[type="text"] {
	display: inline;
}

.formplate input[type="text"]::-webkit-input-placeholder {
	font-size: 13px;
}

.formplate input[type="text"]:-ms-input-placeholder {
	font-size: 13px;
}

.formplate input[type="text"]::-moz-placeholder {
	font-size: 13px;
}

.formplate textarea::-webkit-input-placeholder {
	font-size: 13px;
}

.formplate textarea:-ms-input-placeholder {
	font-size: 13px;
}

.formplate textarea::-moz-placeholder {
	font-size: 13px;
}

.formplate .one-third, .formplate .one-3 .fp-select {
	width: 33.333%;
}

.formplate .two-third, .formplate .two-3 .fp-select {
	width: 66.666%;
}

.formplate .two-fifth, .formplate .two-5 .fp-select {
	width: 40%;
}

.formplate .four-fifth, .formplate .four-5 .fp-select {
	width: 80%;
}

.formplate .one-third-fixed {
	width: 33.333%;
	width: calc(100% / 3);
}

.formplate .two-third-fixed {
	width: 66.666%;
	width: calc(100% / 3 * 2);
}

.formplate .four-fifth-fixed {
	width: 80%;
	width: calc(100% / 5 * 4);
}

.formplate .three-em {
	width: 3.5em;
}

.formplate .eight-em {
	width: 8.5em;
}

.formplate .mail-1 {
	width: 30%;
}

.formplate .mail-2 {
	width: 40%;
}

.formplate #submit {
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
	margin-top: 25px;
}

.formplate #submit-2 {
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
	margin-top: 0;
}

.formplate #submit input, .formplate #submit button {/*---------------------------------------------------------------------------------------------------------------------------------[色　button]-- */
	font: 15px meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	color: #fff;
	letter-spacing: normal;
	width: 40%;
	margin-right: 20px;
	padding: 10px;
	display: inline;
	background-color: #5cc56f;
	border-color: #4bb25d;
	box-shadow: 0 3px 0 rgba(100,160,80,1);
	border-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.formplate #submit-2 input, .formplate #submit-2 button {/*---------------------------------------------------------------------------------------------------------------------------------[色　button]-- */
	font-size: 15px;
	color: #fff;
	letter-spacing: normal;
	width: 100%;
	height: 30px;
	margin-right: 20px;
	padding: 1px 10px;
	display: inline;
	background-color: #5cc56f;
	border-color: #4bb25d;
	box-shadow: 0 3px 0 rgba(100,160,80,1);
	border-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.formplate #submit input:hover, .formplate #submit-2 input:hover, .formplate #submit button:hover, .formplate #submit-2 button:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

.formplate #submit input:last-child, .formplate #submit-2 input:last-child, formplate button:last-child, .formplate #submit-2 button:last-child {
	margin-right: 0;
}

/* Thanks */
.complete {
	padding: 2em;
	border: 1px solid #e2e7ea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.complete h4 {
	font-size: 138.5%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
	color: #149698;
}

.complete p {
	font-size: 116%;
	text-align: center;
	margin-bottom: 2em!important;
}

.complete a {/*---------------------------------------------------------------------------------------------------------------------------------[色　complete]-- */
	font-size: 100%;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
	text-decoration: none;
	width: 40%;
	margin: 0 auto;
	padding: 10px;
	display: block;
	background-color: #5cc56f;
	box-shadow: 0 3px 0 rgba(100,160,80,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.complete a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/* form php */
#contact .error h4 {
	font-size: 15px;
	margin-bottom: 1em;
}

#contact .error ul {
	padding: 1.5em;
	background-color: #fcf7ea;
	border: 1px solid #f9edd3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 1.5em;
}

#contact .error ul li {
	font-size: 15px;
	margin-left: 1.5em;
	margin-bottom: 1em;
	list-style-type: square;
	list-style-position: outside;
}

#contact .error ul li:last-child {
	margin-bottom: 0;
}

#contact .haco-contact {
	margin-bottom: 2em;
}

#contact .waku-formbtn .submit {
	text-align: center;
}

#contact .waku-formbtn .submit input {/*---------------------------------------------------------------------------------------------------------------------------------[色　button]-- */
	font-size: 14px;
	color: #fff;
	letter-spacing: normal;
	width: 40%;
	margin: 0 2%;
	padding: .5em;
	display: inline;
	background-color: #5cc56f;
	box-shadow: 0 3px 0 rgba(100,160,80,1);
	border-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#contact .waku-formbtn .submit input:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/*---------------------------------------------------- */
/* 住所を入力 */
/*---------------------------------------------------- */
.waku-postal {
	padding: 0;
	margin: 0 0 4px 0;
	height: auto;
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	overflow: hidden;
}

.waku-postal .left-postal {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline;
	float: left;
}

.waku-postal .right-postal {
	padding: 0;
	margin: 0 0 0 5px;
	height: auto;
	display: inline;
	float: left;
}

.btn-address {
	padding: 0;
	margin: 0;
	width: 100%;
}

.btn-address input {
	padding: 0 1.5%;
	margin: 0;
	width: 96%;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
	background-color: #5cc56f;
	box-shadow: 0 3px 0 rgba(100,160,80,1);
	border-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}

.btn-address input:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}



/* PC */
@media screen and (min-width: 981px) {
/*---------------------------------------------------- */
/* inquiry */
/*---------------------------------------------------- */
#inquiry {
	padding: 0 0 60px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#inquiry .waku-inquiry {
	margin: 0 auto;
	width: 980px;
	height: auto;
	position:relative;
}

/*---------------------------------------------------- */
/* dl */
/*---------------------------------------------------- */
#contact dl dt {
	width: 25%;
}

/*---------------------------------------------------- */
/* 住所を入力 */
/*---------------------------------------------------- */
.waku-postal .right-postal {
	width: 14%;
}

.btn-address input {
	height: 24px;
}


}


/* Tablet */
@media screen and (max-width: 980px) and (min-width: 641px)  {
/*---------------------------------------------------- */
/* inquiry */
/*---------------------------------------------------- */
#inquiry {
	padding: 0 0 50px 0;
	margin: 0 auto;
	width: 94%;
	height: auto;
}

#inquiry .waku-inquiry {
	margin: 0;
	width: 100%;
	height: auto;
	position:relative;
}

/*---------------------------------------------------- */
/* dl */
/*---------------------------------------------------- */
#contact dl dt {
	width: 35%;
}



/*---------------------------------------------------- */
/* 入力部品 */
/*---------------------------------------------------- */
.formplate #name {
	height: 40px;
}

.formplate #name-kana {
	height: 40px;
}

.formplate #zip-code {
	height: 40px;
}

.formplate #addr-pref {
	height: 40px;
}

.formplate #address-01 {
	height: 40px;
}

.formplate #address-02 {
	height: 40px;
}

.formplate #phone-num {
	height: 40px;
}

.formplate #mail {
	height: 40px;
}

.formplate #confirmation {
	height: 40px;
}

/*---------------------------------------------------- */
/* 住所を入力 */
/*---------------------------------------------------- */
.waku-postal .right-postal {
	width: 18%;
}

.btn-address input {
	height: 36px;
}

}

/* SP */
@media screen and (max-width: 640px) {
/*---------------------------------------------------- */
/* inquiry */
/*---------------------------------------------------- */
#inquiry {
	padding: 0 0 40px 0;
	margin: 0 auto;
	width: 94%;
	height: auto;
}

#inquiry .waku-inquiry {
	margin: 0;
	width: 100%;
	height: auto;
	position:relative;
}

/*---------------------------------------------------- */
/* contact */
/*---------------------------------------------------- */
/* Form layout */
#contact dl {
	width: 100%;
	overflow: hidden;
}

#contact dl dt {
	width: 100%;
	padding: 1em 1.5% .3em;
	position: static;
	left: 0;
	display: block;
}

#contact dl dd {
	padding: 0 1.5% 1em;
}


/* Form */
.formplate {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.formplate dd:hover {
	background-color: transparent;
}

.formplate .inline-block {
	display: inline-block!important;
}

.input-group-responsive {
	display: block;
}

.formplate input[type="text"]::-webkit-input-placeholder {
	font-size: 13px;
}

.formplate input[type="text"]:-ms-input-placeholder {
	font-size: 13px;
}

.formplate input[type="text"]::-moz-placeholder {
	font-size: 13px;
}

.formplate textarea::-webkit-input-placeholder {
	font-size: 13px;
}

.formplate textarea:-ms-input-placeholder {
	font-size: 13px;
}

.formplate textarea::-moz-placeholder {
	font-size: 13px;
}

.formplate .one-third, .formplate .two-third, .formplate .two-fifth, .formplate .four-fifth, .formplate .one-3 .formplate-select, .formplate .two-3 .formplate-select, .formplate .two-5 .formplate-select, .formplate .four-5 .formplate-select {
	width: 100%;
}

.formplate .mail-1 {
	width: 42%;
}

.formplate .mail-2 {
	width: 50%;
}

.formplate #submit {
	margin-top: 15px;
}

.formplate #submit-2 {
	margin-top: 0;
}

.formplate #submit input, .formplate #submit button {
	font-size: 14px;
	width: 45%;
	margin-right: 10%;
}

.formplate #submit-2 input, .formplate #submit-2 button {
	font-size: 14px;
}


/* Thanks */
.complete {
	padding: 1.5em;
}

.complete h4 {
	font-size: 138.5%;
}

.complete p {
	font-size: 108%;
	text-align: left;
}

.complete a {
	width: 100%;
}

/*---------------------------------------------------- */
/* 入力部品 */
/*---------------------------------------------------- */
.formplate #name {
	height: 40px;
}

.formplate #name-kana {
	height: 40px;
}

.formplate #zip-code {
	height: 40px;
}

.formplate #addr-pref {
	height: 40px;
}

.formplate #address-01 {
	height: 40px;
}

.formplate #address-02 {
	height: 40px;
}

.formplate #phone-num {
	height: 40px;
}

.formplate #mail {
	height: 40px;
}

.formplate #confirmation {
	height: 40px;
}

/*---------------------------------------------------- */
/* 住所を入力 */
/*---------------------------------------------------- */
.waku-postal .right-postal {
	width: 26%;
}

.btn-address input {
	height: 36px;
}


}