@charset "UTF-8";

/*===============================================
  問い合わせページ
===============================================*/
 .toiawase_body{
	background-color: white;
}
#contents {
	width: 1100px;
    margin: 80px auto 130px;
}

@media screen and (max-width: 640px){
	#contents {
		width: 100%;
		margin: 2rem auto 4rem;
		padding: 0 4%;
	}
}

#contents #contactArea .leadArea {
	text-align: center;
    margin: 0 0 0;
	padding: 100px 0 0 0;
}

#contactArea p{
	text-align: center;
}

@media screen and (max-width: 640px){
	#contents #contactArea .leadArea {
		text-align: left;
		padding: 150px 4% 0;
	}
}

#contactArea .leadArea .secTit{
	font-size: 36px;
    letter-spacing: 0.2em;
    display: table;
    padding: 0 55px 0 60px;
    margin: 0 auto 40px;
    line-height: 1.3;
    position: relative;
	color: #000000;
	
}

#contactArea .leadArea .secTit:before {
	content: "";
    background: url(../img/common/before.svg) no-repeat;
    width: 23px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 30px;
}

@media screen and (max-width: 640px){
	#contactArea .leadArea .secTit:before {
		background-size: 100%;
		width: 35px;
		height: 28px;
		top: calc(50% - 14px);
		left: -10px;
	}
}

#contactArea .leadArea .secTit:after {
	content: "";
    background: url(../img/common/after.svg) no-repeat;
    width: 23px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 12px;
}

@media screen and (max-width: 640px){
#contactArea .leadArea .secTit:after {
		background-size: 100%;
		width: 35px;
		height: 28px;
		top: calc(50% - 14px);
		left: 285px;
	}
}

@media screen and (max-width: 640px){
	#contactArea .leadArea .secTit{
		font-size: 35px;
		padding: 0 28px 0 32px;
		margin: 0 auto 20px;
		font-weight: 600;
		text-align: center;
	}
}

@media screen and (max-width: 640px){
	#contactArea p{
		font-size: 25px;
		text-align: inherit;
		line-height: 40px;
	}
}

#contactArea .partnerBox {
	background: #ebeae9;
    padding: 50px 45px 60px;
}

@media screen and (max-width: 640px){
	#contactArea .partnerBox {
		padding: 20px;
	}	
}

#contactArea .block {
	margin: 70px 0 70px;
}

@media screen and (max-width: 640px){
	#contactArea .block {
	margin: 30px 0 70px;
	}
}

.greenBoxWrap {
	padding: 0 50px;
}

@media screen and (max-width: 640px){
	.greenBoxWrap {
    padding: 0;
	}
}

.greenBox {
	border: solid 5px #65ad9e;
    text-align: center;
    padding: 60px 60px 55px;
}

@media screen and (max-width: 640px){
	.greenBox {
		padding: 20px 20px 20px;
	}
}

.greenBox .tel {
	color: #65ad9e;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 10px 0 18px;
}

@media screen and (max-width: 640px){
	.greenBox .tel {
		font-size: 34px;
		letter-spacing: normal;
		margin: 5px 0 7px;
	}	
}

.greenBox .tel, .greenBox .tel a {
	color: #333;
    text-decoration: none;
    outline: none;}
@media screen and (max-width: 640px){
	.greenBox .tel, .greenBox .tel a {
		color: #65ad9e;
		font-size: 34px;
		font-weight: bold;
		letter-spacing: normal;
		line-height: 1.4;
		margin: 5px 0 7px;
	}
}

@media screen and (max-width: 640px){
	.greenBox p.time {
		font-size: 13px;
	}
}

.formBox {
    padding: 0 50px;
}
@media screen and (max-width: 640px){
	.formBox {
		padding: 0;
	}
}

.formBox .secTit {
    padding: 0;
    margin: 0 auto 60px;
}

@media screen and (max-width: 640px){
	.formBox .secTit {
		padding: 0;
		margin: 0 auto 20px;
	}
}

.formArea {
    margin: 30px 0 0;
}

@media screen and (max-width: 640px){
	.formArea {
		margin: 30px 0 0;
	}
}

.formTable {
	width: 100%;
    margin: 0 0 20px;
    border-top: solid 1px #ccc;
}

@media screen and (max-width: 640px){
	.formTable {
		width: 100%;
		margin: 0 0 20px;
		border-top: solid 1px #ccc;
		table-layout: fixed;
	}
}

.formTable tr {
    display: block;
    border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 640px){
	.formTable tr {
		display: inherit;
		border-bottom: solid 1px #ccc;
	}
}

.formTable th {
	width: 310px;
    background: #f5f5f5;
    padding: 28px 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    vertical-align: top;
}

@media screen and (max-width: 640px){
	.formTable th {
		width: 160px;
		padding: 10px 12px;
		font-size: 25px;
		line-height: 1.6;
		font-weight: unset;
	}
}

.require {
    color: #fff;
    display: inline-block;
    background: #d23c0a;
    border-radius: 3px;
    text-align: center;
    padding: 7px 13px;
    line-height: 1;
    font-size: 12px;
    float: right;
}

@media screen and (max-width: 640px){
	.require {
		padding: 3px 7px;
		font-size: 10px;
		float: none;
		display: block;
		width: 34px;
	}
}

.formTable td {
    width: 690px;
    padding: 28px 30px;
    line-height: 1.6;
}

@media screen and (max-width: 640px){
	.formTable td {
		padding: 15px 0 15px 15px;
		line-height: 1.6;
		width: auto;
	}
}

input[type="text"], input[type="tel"], textarea {
    border: solid 1px #ddd;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

@media screen and (max-width: 640px){
	input[type="text"], input[type="tel"], textarea {
		border: solid 1px #ddd;
		font-size: 14px;
		padding: 5px;
		width: 175%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		outline: none;
	}
}

.policyArea {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 640px){
	.policyArea {
		padding: 20px;
	}
}

.policyArea p {
    font-size: 14px;
}

@media screen and (max-width: 640px){
	.policyArea p {
		font-size: 14px;
	}
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 640px){
	input[type="checkbox"] {
		width: 18px;
		height: 18px;
	}
}

.policyArea a {
    font-size: 14px;
    text-decoration: underline;
	color: black;
}

@media screen and (max-width: 640px){
	.policyArea a {
		font-size: 25px;
		text-decoration: underline;
	}
}

.redBtn {
    color: #fff;
    background: #d23c0a;
    background-size: 6px auto;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 23px 60px;
    border: solid 1px #d23c0a;
}

@media screen and (max-width: 640px){
	.redBtn {
		background: #d23c0a;
		background-size: 6px auto;
		font-size: 16px;
		padding: 23px 60px;
		border: solid 1px #d23c0a;
	}
}

.redBtn {
    width: 500px;
    margin: 50px auto 0;
}

@media screen and (max-width: 640px){
	.redBtn {
		width: 100%;
		margin: 20px auto 0;
		font-size: 25px;
	}
}

/*===============================================
  align
===============================================*/
.cont_center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.center {
  text-align: center !important;
  margin: 0 auto !important;
}
.textleft {
  text-align: left !important;
}
.textright {
  text-align: right !important;
}
.pcenter {
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}

form#mail_form * {
	margin: 0;
	padding: 0;
}

form#mail_form {
	width: 100%;
    margin: 50px auto;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 7px;
    font-size: 95%;
}

form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

form#mail_form dl dt {
	clear: both;
	width: 35%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: center;
	overflow: hidden;
}

form#mail_form dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}

form#mail_form dl dt span.required {
	background: #d23c0a;
	border: 1px solid #d43f3a;
	
}


form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}

form#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}

form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}

form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}

form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form input#address {
	width: 90%;
}

form#mail_form p#form_submit {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	border-top: 1px solid #cccccc;
	text-align: center;
}

form#mail_form input[type="button"] {
	padding: 7px 20px;
	border: 1px solid #65ad9e;
	border-radius: 3px;
	background: #65ad9e;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

form#mail_form input#form_submit_button {
	text-align: center;
	margin: 10px 0 0 750px;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

form#mail_form {
	width: 95%;
	font-size: 100%;
}

form#mail_form dl {
	overflow: visible;
}

form#mail_form dl dt {
	width: auto;
	height: 60px;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
	font-weight: bold;
	font-size: 25px;
}

form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 15px 0 20px 0px;
}

form#mail_form dl dt span {
	font-weight: normal;
}

form#mail_form input[type="button"] {
    padding: 7px 190px;
}

form#mail_form textarea {
    width: 100%; 
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	margin-right: 1em;
	margin-bottom: 2em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	margin-top: 0px;
}

form#mail_form input#postal + a {
	padding: 6px 15px 5px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	font-size: 16px;
	margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
	width: 50%;
}

}
/* 1000pixel end */
