

/*-------------------------------*/

#contact01{
	width: 100%;
	margin: 0 auto 3em;
	color: #1F1616;
}
.contactBlock{
	width: 1000px;
	padding: 0 1em;
	margin: auto;
	text-align: center;
}
@media only screen and (max-width: 759.9px) {
.contactBlock{ width: 90%; }
}



/*---FORM----------------------------*/

.required{ 
	color: #fff; 
	font-size: 0.8rem;
    background: #D14040;
    padding: 0 0.3em;
	margin-left: 1em;
}/*必須*/

#formWrap {
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	font-size: 0.9rem;
}
table.formTable{
	width: 100%;
	margin: 2em auto;
	border-collapse: collapse;
	text-align: left;
}
table.formTable p{
	margin: 0.5em 0
}
table.formTable td ul li {
	margin: 0 1rem;
}
.flatpickr-calendar.hasTime .flatpickr-time {
	background: beige;
}

table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 20px;
}
table.formTable th{
	/*width: 30%;*/
	width: 220px;
	background: #e9f0f3;
	text-align: left;
	vertical-align: middle;
}
@media only screen and (max-width: 759.9px) {

table.formTable th{
	text-align: left;
	/*width: 30%;*/
	width: 50%;
}
}
/* iPad用のスタイルを追加 
@media only screen and (min-device-width: 759px) and (max-device-width: 1024px) {
table.formTable th{
	width: 300px;
}
}
*/

input, select {
    vertical-align: middle;
    /*height: 25px;
	/*background: #F17C7E;*/
}

label{
  margin-right:10px;
}
input,textarea,select {
  /*width: 200px;*/
  line-height: 30px;
  padding: 0.5em 1em;
  font-size: 16px;
}
::placeholder {
  color: #cdd;
}
select{
	height: 38px;
}





/*PCボタンの色設定*/
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	background: #D14040;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 2em 0.5em 2.5em;
    font-size: 1.1rem;
    border-radius: 3px;
    border: 1px solid #737373;
    letter-spacing: 3px;
}
@media screen and (max-width: 759px) {

#formWrap {
	width: 95%;
	margin: 0 auto;
}
table.formTable th, table.formTable td {
	width: auto;
	display: block;
}
table.formTable th {
	margin-top: 5px;
	border-bottom: 0;

}

form input[type="text"], form textarea {
	width: 96%;
	padding: 5px;
	font-size: 110%;
	display: block;
}
.cta_btn {
	display: flex;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display: block;
	height: 40px;
	background: #D14040;
    color: #fff;
    border-radius: 3px;
		font-size: 1rem;
		padding: 0;
		width: 50%;
}
}

button{/*エラー画面で前に戻る*/
	/*width: 100%;*/
	height: 40px;
	background: #7099b1;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
	padding: 0.5em 2em 2em 2.5em;
    font-size: 1.2rem;
	border-width: 1px;
}


span.list_label {
	display: block;
    padding: 5px 20px 0 0;
}
.agree_check{
	background: #F1F1F1;
	text-align: left;
    padding: 2em;
	margin-bottom: 3em;
}
.agree_check a{
	color: #130D59;
}
.agree_check a:hover{
	color: #cc292a;
}

h2.title{
	font-size: 1.5rem;
}
h2.thanks{
	font-size: 1.5rem;
    margin-bottom: 2em;
}
.thanks02{
	margin: 2em auto 7em;
}





