@charset "UTF-8";

/*================================================

　メールフォーム

=================================================*/
.wrap-form {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
}
.list-tab {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 0;
}
.list-tab li {
	margin: 0 1.315789% !important;
	width: 47.368421%;
}
.list-tab li span {
	display: block;
	width: 100%;
    padding: 20px 1%;
	color: #FFF;
    text-align: center;
    background: #CCC;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.list-tab li a,
.list-tab li span:hover,
.list-tab li span.current {
    background: #7CCDE0;
	opacity: 1;
}
.wrap-form .wrap-tab {
	border: none;
	border-top: 1px solid #cccccc;
	padding-top: 50px;
}
.tbl-form {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
}
.tbl-form th {
	width: 30%;
	padding: 11px 0 30px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.tbl-form th span {
	display: inline-block;
	background-color: #7CCDE0;
	font-weight: normal;
    font-size: 1.3rem;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	width: 3em;
	margin-right: 5px;
}
.tbl-form td {
	width: 70%;
	padding: 11px 0 30px;
}

.wrap-form-finish {
	width: 100%;
	max-width: 800px;
	margin: 80px auto 0;
	text-align: center;
	font-size: 1.6rem;
}
.wrap-form-finish p {
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
	.wrap-form {
		padding: 0 20px;
	}
	.tbl-form {
		display: block;
		margin: 0;
		padding: 0;
	}
	.tbl-form tbody {
		display: block;
	}
	.tbl-form tbody tr {
		display: block;
	}
	.tbl-form th {
		display: block;
		width: 100%;
		padding: 11px 0 0;
		vertical-align: top;
	}
	.tbl-form th .null {
		width: auto;
		margin-right: 0;
	}
	.tbl-form td {
		display: block;
		width: 100%;
		padding: 11px 0 0;
	}
	.tbl-form tr:last-child td {
		padding: 11px 0 30px;
	}
	.list-tab li span {
		width: 100%;
		padding: 15px 10px;
		border-radius: 5px 5px 0 0;
	}
	.wrap-form .wrap-tab {
		padding-top: 30px;
	}
	.wrap-form-finish {
		padding: 0 20px;
		font-size: 1.4rem;
	}

}

input[type="text"],
input[type="email"],
input[type="tel"],
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
  	text-overflow: '';
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 15px 10px;
	width: 100%;
	box-sizing: border-box;
}
.tbl-form input::-ms-expand,
.tbl-form button::-ms-expand,
.tbl-form textarea::-ms-expand,
.tbl-form select::-ms-expand {
    display: none;
}

:placeholder-shown { color: #ccc; opacity: 1; }
::-webkit-input-placeholder { color: #ccc; opacity: 1; }
:-moz-placeholder { color: #ccc; opacity: 1; }
::-moz-placeholder { color: #ccc; opacity: 1; }
:-ms-input-placeholder { color: #ccc; opacity: 1; }

.tbl-form select {
	padding: 15px 30px 15px 10px;
	border: 1px solid #ccc;
	background: #f5f5f5 url(/assets2/images/btn_select.png) right center no-repeat;
	background-size: 23px 22px;
	border-radius: 5px;
}
.tbl-form select::-ms-expand {
    display: none;
}
.select1 select {
	width: 12em;
}
.select2 select {
	width: 100%;
}

.wrap-contactform p {
	margin-top: 15px;
}
.privacy-box {
	display: flex;
	justify-content: center;
}
.error {
	color: #F00;
}

.btn-form {
	margin: 0 auto;
	width: 25em;
}
input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus {
  outline-offset: -2px;
}
input[type="submit"],
button.ok,
button.cancel {
    font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background-color: #4F93C4;
	border-radius: 5px;
	padding: 20px 0;
	width: 100%;
	cursor: pointer;
}
button.cancel {
	background-color: #CCC;
}
.form_button {
	display: flex;
	justify-content: space-around;
	margin: 40px auto 0;
}
.form_button button {
	width: 30%;
}
.form_button button:hover {
	opacity: .7;
}

input[type="submit"][disabled]{
    background:#cccccc;
    cursor:not-allowed; /* 禁止カーソル */
}

input[type="submit"]:hover {
	opacity: .7;
}
input[type="submit"][disabled]:hover {
    opacity: 1;
}


.radiobutton input {
    display: none;
}
.radiobutton label {
    cursor: pointer;
    padding: 5px;
	margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #CCC;
    background: #F5F5F5;
	border-radius: 6px;
	width: 120px;
	box-sizing: border-box;
	text-align: center;
}
.radiobutton label:hover {
	opacity: .8;
}
.radiobutton input:checked+label {
    color: #fff;
    border: 1px solid #48A2AD;
    background: #48A2AD;
}

.tbl-form .code .mark {
    font-size: 1.8rem;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
}
.tbl-form .code input {
	display: inline-block;
	width: 10em;
}
.other-box {
	display: flex;
	align-items: center;
}
.other-box label {
	white-space: nowrap;
}

.sent .wrap-contactform,
.sent .wrap-entryform {
    display: none;
}

@media screen and (max-width: 768px) {
	.btn-form {
		margin: 0 auto;
		width: 80%;
	}
	input[type="submit"] {
		font-size: 1.4rem;
		padding: 15px 0;
	}

	.form_button {
		display: block;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	.form_button button {
		width: 80%;
	}

}

