/* CSS Document */




/* ----------フォーム--------- */

form table {
	/*border-top: #c0c0c0 solid 1px;*/
	/*border-bottom: #c0c0c0 solid 1px;*/
	width: 100%;
	margin-bottom: 60px;
	background: #fff;
}
form table th{
	padding:16px 20px 16px;
	/*border-bottom: #c0c0c0 solid 1px;*/
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.6em;
	color: #000;
	width: 250px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
form table td{
	padding:16px 20px;
	/*border-bottom: #c0c0c0 solid 1px;*/
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.6em;
}
input::placeholder,
textarea::placeholder {
  color: #b2b2b2;
}
form table th span {
	display: block;
	float: right;
	padding: 0 6px;
	color: #fff;
	background-color: #e85888;
	font-size: 12px;
	letter-spacing: .2em;
	border-radius: 4px;
}
form table tbody th {
	background: #ffebeb;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form textarea
{
	background-color: #fff;
	color: #333;
	max-width: 100%;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	-moz-appearance:textfield;
  box-sizing: border-box;
}
form td small{ color: #666; }
/*input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/
form .short{
	width: 80px!important;
}
form select{
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em 20px 0.5em 1em;
	-webkit-border-radius : 0;
	border-radius: 1px !important;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	height: 2.5em;
	background: url(../img/ico_spin.svg) center right no-repeat, #fff;
	background-position: right 10px center;
}

form form-group {
	width: 280px;
	margin: 0 auto;
	height: 60px;
}
form label{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
form input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
	vertical-align: 1px;
}
form p:not(:last-child) {
    margin-bottom: 5px;
}

form .tableformTable th{
	width:30%;
}
form p.error_messe{
	margin:5px 0;
	color:red;
}
.form .submit {
	font-size: 14px;
    border: none;
    padding: 10px 30px;
    width: 280px;
    cursor: pointer;
    border: 1px solid #4d4d4d;
    border-radius: 30px;
    background: none;
    color: #4d4d4d;
    background: url(../img/ico_arrow_right.svg) no-repeat left 20px center;
	transition: .3s all;
	margin: 0 auto;
}
.form .submit:hover{
	background-position: left 25px center;
}
.form .submit a{
	font-size: 14px;
}
.form .submit02 {
	font-size: 14px;
    border: none;
    padding: 10px 30px;
    width: 280px;
    cursor: pointer;
    border: 1px solid #ff7692;
    border-radius: 30px;
    color: #fff;
    background: url(../img/ico_mail.svg) no-repeat left 20px center,#ff7692;
	transition: .3s all;
	margin: 0 auto;
}
.form .submit02:hover{
	background-position: left 25px center;
}
.form .formInner{
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
  }
  
/* ----------確認画面--------- */
.confirm .ti{
	font-size: 17px;
	color: #4d4d4d;
	text-align: center;
	letter-spacing:1px;
	margin-bottom: 40px;
}
.confirm{
	max-width: 945px;
	margin: 0 auto;
}
.confirm .formInner{
	padding: 140px 50px;
  }
.confirm table.formTable{
	width: 100%;
	margin-bottom: 50px;
}
.confirm table.formTable tr{
	border-bottom: 1px solid #cbcbcb;
}
.confirm table.formTable tr:first-child{
	border-top: 1px solid #cbcbcb;
}
.confirm table.formTable th{
	width: 30%;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	background: none;
}
.confirm table.formTable td{
	width: 70%;
	font-size: 14px;
	color: #333333;
}
.confirm .btnArea{
	max-width: 530px;
	margin: 0 auto;
	overflow: hidden;
}
.confirm .btnArea li{
	float: left;
	padding: 0 5px;
	width: 50%;
}
.confirm button{
	width: 100% !important;
	border:none;
	background: none;
}

/* ----------サンクスページ--------- */
.form .thanks.formInner{
	padding: 260px 15px;
  }


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


form h3{ padding: 25px 15px;  margin-bottom: 30px; }
form h3:after {
	border-width: 10px;
	margin-left: -10px;
}
form .read { padding-bottom:25px;}
form .read p{ font-size: 14px; padding-bottom: 10px;}


form { margin-bottom:30px;
}
form table {
    margin-bottom: 20px;
    border-top:none;
    border-right: #c0c0c0 solid 1px;
    border-left: #c0c0c0 solid 1px;
}
.form_red{ font-size: 14px; }
form table th {
    display: block;
    width: 100% !important;
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 13px;
    border-top: #c0c0c0 solid 1px;
    border-bottom: #c0c0c0 solid 1px;
}
form table td {
    display: block;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 13px;
}

/* ----------確認画面--------- */
.confirm .formInner{
	padding: 50px 15px;
  }
  .confirm table.formTable th {
	background: #ffebeb;
  }
  .confirm .btnArea li{
	float: none;
	width: 100%;
}
.confirm .btnArea li .submit{
	margin-bottom: 10px;

}

/* ----------サンクスページ--------- */
.form .thanks.formInner{
	padding: 50px 15px;
  }

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



}
