@charset "utf-8";
/* CSS Document */

/*------------------------

お問い合わせ

------------------------*/

.contact-page .inner-contents {
	background-color: #f3fcff;
	padding: 30px 0;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-position: center top;
}
.contact .inner {
	margin-bottom: 20px;
	padding: 23px 30px 17px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #d5e4ec 1px 1px 1px;
	-moz-box-shadow: #d5e4ec 1px 1px 1px;
	box-shadow: #d5e4ec 1px 1px 1px;
	background: #fff;
	position: relative;
}
.contact .inner:after, .contact .inner:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.contact .inner:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.contact .inner:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.button.back {
	position: relative;
	display: inline-block;
	padding: 24px 100px;
	transition: all 0.3s;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	background-color: #ffffff;
	color: #051923;
	font-size: 16px;
	font-weight: 700;
}
/*------------------------

フォーム

------------------------*/

textarea {
	font-size: 1.6rem;
}
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="phone"], input[type="tel"], input[type="number"], input[type="datetime"], input[type="date"], input[type="month"], input[type="color"], input[type="time"], input[type="search"], input[type="datetime-local"] {
	min-height: 30px;
	border: 1px solid #bbe4f9;
	background-color: #eaf4fb;
	border-radius: 3px;
}
input:focus, textarea:focus, select:focus {
	background-color: #eaf4fb;
	border-color: #bbe4f9;
	box-shadow: 0 0 1px #1c86f2 inset;
}
.red textarea, .red input[type="text"], .red input[type="password"], .red input[type="email"], .red input[type="url"], .red input[type="phone"], .red input[type="tel"], .red input[type="number"], .red input[type="datetime"], .red input[type="date"], .red input[type="month"], .red input[type="color"], .red input[type="time"], .red input[type="search"], .red input[type="datetime-local"] {
	min-height: 30px;
	border: 1px solid #ffe1e4;
	background-color: #ffffff;
	border-radius: 3px;
}
.red input:focus, .red textarea:focus, .red select:focus {
	background-color: #ffffff;
	border-color: #ffe1e4;
	box-shadow: 0 0 1px #f59fa7 inset;
}
input[type="file"] {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
.button {
	display: block;
	width: 100%;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 100%;
	-webkit-appearance: button;
}
}
.form {
	width: 100%;
	table-layout: fixed;	/*IEバグ対策 */
	background-color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 767px) {
.form {
	margin-bottom: 1.65em;
}
}
.form th, .form td {
	padding: 10px 0 10px 20px;
	text-align: left;
	vertical-align: middle;
	word-wrap: break-word;
	border-bottom: 1px solid #e3eff5;
}
.check .form th, .check .form td {
	padding: 20px 0;
	text-align: left;
	vertical-align: middle;
	word-wrap: break-word;
	border-bottom: 1px solid #e3eff5;
}
.form th {
	width: 230px;
}
.form th.min {
	width: 100px;
}
.form th.red {
	color: #000;
	background-color: #ffe1e4;
}
.form td.red {
	overflow: hidden;
	background-color: #fff4f5;
}

@media (max-width: 1023px) {
.form th, .form td {
	display: block;
	width: 100%;
	margin-top: -1px;
	padding: 1em 0;
}
.form th.red, .form td.red {
	padding: 1em;
}
.check .form th {
	background-color: #eaf4fb;
	padding: 1em;
}
.form th {
	border-bottom: 0;
}
.form td {
	padding: 0 0 1em 0;
}
.form td .width-50 {
	width: 50%;
}
}
.form ul {
	margin: 0;
}
.form .list-flat li {
	margin: 0 0 1em;
}
.form .list-flat li:last-child {
	margin: 0;
}
.btn-area {
	margin: 0 auto;
	text-align: center;
}
.btn-area input {
	margin-right: 10px;
}

@media (max-width: 767px) {
.btn-area .button {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
}
label, select {
	max-width: 100%;
	cursor: pointer;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	width: auto;
	-webkit-appearance: button;
}

@media (max-width: 767px) {
input[type="submit"], input[type="reset"], input[type="button"] {
	width: 100%;
}
}
input[type="submit"].btn.send {
	width: 40%;
}
input[type="submit"].btn.back, .popup-modal-dismiss {
	background: #727272;
}
.popup-modal-dismiss {
	margin-right: 1em;
}

@media (max-width: 767px) {
input[type="submit"].btn.send {
	width: 100%;
}
input[type="submit"].btn.back {
	margin-bottom: 1em;
}
.popup-modal-dismiss {
	margin-bottom: 1em;
}
}
th .req {
	font-size: 18px;
}
td .req {
	font-size: 14px;
}
form, .form-item {
	margin-bottom: 0;
}
.form-list input, .form-list select {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
.w10, .w15 {
	width: 33%;
}
.w20 {
	width: 50%;
}
}
.thanks-text {
	padding: 50px 0;
	padding-bottom: 50px;
}
.form .label {
	float: right;
	margin-right: 10px;
	padding: 3px 10px 4px 10px;
	vertical-align: 2px;
	color: #fff;
	border-radius: 0;
	background-color: #c20029;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}

@media only screen and (max-width: 1023px) {
.form .label {
	margin-right: 0;
}
}
/*------------------------

入力内容確認ページ

------------------------*/

.error {
	margin: 0 0 10px;
	padding: 1.25em;
	border: 2px solid #f36;
}
.error li {
	list-style: none;
	color: #f36;
}
.error li:before {
	margin-right: 0.35em;
	content: "\e64d";
	font-family: 'themify';
}
/*------------------------

サンクス画面

------------------------*/

.thanks-text {
	font-size: 16px;
	line-height: 2;
}

@media (max-width: 767px) {
.thanks-text {
	font-size: 14px;
}
}
