@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */

#lead {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.telno {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 4rem;
	margin-bottom: 0px;
}
.telno .tit {
	font-size: 50%;
}

/*FORM*/

.red {
	color: #dd1f1f;
}
.form {
	width: 90%;
	box-shadow:0px 0px 8px 3px #cae2f3 inset;
	border: solid 1px #9fcbe9;
	padding: 60px;
	margin: 0 auto;
}

.form dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px auto;
}
.form dl.form-last {
	margin-bottom: 80px;
}
.form dl dt {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	border-right: dotted 1px #ccc;
	padding: 20px;
}
.form dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}
.form dl dd li {
	float: left;
	margin-bottom: 10px;
}
.hissu {
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	background-color: #d82a3f;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 10px;
}
.form dl input {
	background-color: #eee;
	border: solid 1px #eee;
	padding: 15px;
}
.input01 input {
	width: 50%;
}
.input02 input {
	width: 100%;
}
.input03 input {
	width: 25%;
}
textarea {
	width: 100%;
	background-color: #eee;
	border: solid 1px #eee;
	box-sizing: border-box;
	padding: 10px;
}

.bt-form {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 20px auto;
}
.bt-form li {
	display: inline-block;
	width: 100%;
	padding: 0 5%;
}
.bt-form li button {
	display: inline-block;
	color: #fff;
	width: 25%;
	background-color: #689ad1;
	border: solid 1px #689ad1;
	border-bottom: solid 3px #306db1;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 0;
	margin: 0 10px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-form li button:hover {
	background-color: #4880be;
}
.bt-form li input {
	display: inline-block;
	color: #fff;
	width: 25%;
	background-color: #ec7e65;
	border: solid 1px #ec7e65;
	border-bottom: solid 3px #ae4229;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 0;
	margin: 0 10px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-form li input:hover {
	background-color: #e35b3d;
}
.bt-form li.reset input {
	color: #fff;
	background-color: #ec7e65;
	border: solid 1px #ec7e65;
	border-bottom: solid 3px #ae4229;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 0;
	margin: 0 10px;
}

/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
	color: #cecece;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #cecece;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #cecece;
}

/*チェックボックス*/

.checkbox01-input{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
	background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}
.checkbox01-input:checked + .mwform-checkbox-field-text{
  color: #3bbe9e;
}
.checkbox01-input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3bbe9e;
  border-right: 3px solid #3bbe9e;
}

.form-bt {
	width: 60%;
	margin: 0 auto;
}
.form-bt li {
	width: 48%;
}
.form-bt li input {
	width: 100%;
}
.bt-submit input {
	color: #fff;
	background-color: #f78b97;
	border: solid 1px #f78b97;
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}
.bt-reset input {
	color: #fff;
	background-color: #727272;
	border: solid 1px #727272;
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}

.form-bt02 {
	width: 40%;
	margin: 0 auto;
}
.form-bt02 li input {
	width: 100%;
}

.thanks {
	margin-bottom: 50px;
}
.back-top {
	color: #ffc721;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.back-top a {
	color: #ffc721;
}

.table-form{
	width: 100%;
	margin: 0 auto 40px auto;
}
.table-form th {
	width: 30%;
	text-align: left;
	border-bottom: dotted 1px #ccc;
	padding: 20px;
}
.table-form td {
	text-align: left;
	border-bottom: dotted 1px #ccc;
	padding: 20px;
}

.privacy {
	text-align: center;
}
.privacy a {
	text-decoration: underline;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

/*FORM*/

.form {
	width: 100%;
	padding: 40px 20px;
}

.form dl dl {
	display: block;
}
.form dl dt {
	display: block;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	padding: 0 20px;
}
.form dl dd {
	display: block;
	width: 100%;
	padding: 5px 20px;
}

.bt-form li button {
	width: 50%;
}

/*ios用（フォーム部分）*/

input[type="submit"] {
   border-radius: 0;
   -webkit-appearance: none;
}
input[type="reset"] {
   border-radius: 0;
   -webkit-appearance: none;
}
input[type="text"] {
   border-radius: 0;
   -webkit-appearance: none;
}
input[type="email"] {
   border-radius: 0;
   -webkit-appearance: none;
}
input[type="button"] {
   border-radius: 0;
   -webkit-appearance: none;
}
textarea {
   border-radius: 0;
   -webkit-appearance: none;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

#lead {
	width: 100%;
}
.telno {
	font-size: 3.5rem;
}

/*FORM*/

.form {
	padding: 30px 10px;
}
.form dl dt {
	font-weight: bold;
}
.form dl dd li {
	float: none;
}
.input01 input {
	width: 70%;
}
.input03 input {
	width: 35%;
}


}

