@charset "UTF-8";
/*
Contact
-----------------------------------------------------*/
.c-contact__heading {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 auto 2.5rem;
}

.c-contact__heading.-title {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 0.5rem;
}

.c-contact__heading.-title:before {
	content: "";
	display: block;
	width: 0.2rem;
	height: 22px;
	margin-right: 0.5em;
	position: absolute;
	left: 0;
	background-color: #df3232;
}

.c-contact__heading.-subtitle {
	font-size: 1rem;
	font-weight: bold;
}

.c-contact__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -1rem;
	margin-left: -1rem;
}

.c-contact__inner {
	width: 100%;
	border: 1rem transparent solid;
	background: rgba(255, 255, 255, 0.8);
	background-clip: padding-box;
	border-radius: 1rem;
	padding: 1rem;
}

@media screen and (min-width: 960px) {
	.c-contact__inner {
		width: 50%;
	}
}

.c-contact__inner:hover {
	opacity: 0.5;
	-webkit-filter: opacity(50);
	filter: opacity(50);
	cursor: pointer;
}

.c-contact__txt {
	display: block;
	line-height: 1.5;
}

.c-contact__txt.-head {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 auto 2.5rem;
	text-align: center;
}

.c-contact__txt.-thanks {
	text-align: center;
}

.c-contact__txt + .c-contact__txt {
	margin-top: 1.5rem;
}

.c-contact__font.-keycolor {
	color: #df3232;
	font-weight: bold;
}

.c-contact__font.-keycolor:before {
	content: "『";
	margin-right: 0.1rem;
	margin-left: 0.25rem;
}

.c-contact__font.-keycolor:after {
	content: "』";
	margin-left: 0.1rem;
	margin-right: 0.25rem;
}

.c-contact__list.-index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0 0 20px;
	border-top: 2px #df3232 solid;
	border-bottom: 2px #df3232 solid;
}

.c-contact__list-wrap {
	padding: 0 0.5rem;
	margin-bottom: 5rem;
}

.c-contact__menu {
	height: 2rem;
}

.c-contact__menu.-index {
	position: relative;
}

.c-contact__menu.-index:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: -20px;
	top: 4px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-contact__menu.-index:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: -20px;
	top: 2px;
	background-color: #f5f5f5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-contact__menu.-index + .c-contact__menu.-index {
	margin-left: 5rem;
}

.c-contact__menu {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.c-contact__link {
	border-bottom: 1px #000 solid;
}

.c-contact__link:hover {
	opacity: 0.8;
	-webkit-filter: opacity(80);
	filter: opacity(80);
}

.c-contact__definition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
}

/*
Contact　各問い合わせフォーム
-----------------------------------------------------*/
/*
Contact　下層ページ
-----------------------------------------------------*/
.c-contact {
	padding-top: 0;
	background-image: none;
}

.c-contact__section.-detail {
	max-width: 960px;
	margin: auto;
	background: white;
	padding: 2.5rem;
	margin-bottom: 5rem;
}

.c-contact__section.-detail:last-of-type {
	margin-bottom: 0;
}

.c-contact__section.-second {
	max-width: 960px;
	margin: auto;
}

.c-contact__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.5rem;
}

.c-contact__heading {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 auto 2.5rem;
}

.c-contact__heading.-intro {
	text-align: center;
	line-height: 1.5;
}

.c-contact__heading.-creative {
	text-align: left;
}

.c-contact__category {
	font-size: 0.75rem;
	display: inline-block;
}

.c-contact__category.-big {
	padding-top: 0.5rem;
	font-size: 1.25rem;
	text-indent: 0.5rem;
	width: 100%;
	font-weight: bold;
}

@media screen and (min-width: 960px) {
	.c-contact__category.-big {
		width: auto;
	}
}

.c-contact__category.-big.-contact {
	color: #df3232;
}

.c-contact__category.-small {
	padding: 0.5rem 0;
	font-size: 0.9rem;
	text-indent: 0.5rem;
	width: 100%;
}

@media screen and (min-width: 960px) {
	.c-contact__category.-small {
		width: auto;
	}
}

.c-contact__category.-small.-contact {
	color: #df3232;
}

.c-contact__category.-catch {
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.75;
	padding: 0 0.5rem 13.625rem;
}

.c-contact__txt-wrap.-intro {
	margin-bottom: 5rem;
}

.c-contact__txt-wrap.-detail {
	margin-right: 2rem;
}

.c-contact__txt {
	line-height: 1.5;
	padding-left: 0.5rem;
}

.c-contact__txt.-intro {
	width: 80%;
	text-align: center;
	margin: auto;
}

.c-contact__txt.-catch.-contact {
	border-top: 2px #df3232 solid;
}

.c-contact__txt + .c-contact__txt {
	margin-top: 1rem;
}

.c-contact__form-wrap {
	margin-top: 1.5rem;
}

.c-contact__definition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
}

.c-contact__dt {
	width: 100%;
	padding: 1rem 0;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.c-contact__dt {
		width: 20%;
		border-top: 1px #707070 solid;
	}
}

@media screen and (min-width: 768px) {
	.c-contact__dt:first-of-type {
		border-top: none;
	}
}

@media screen and (min-width: 768px) {
	.c-contact__dt:last-of-type {
		border-bottom: 1px #707070 solid;
	}
}

.c-contact__dd {
	width: 100%;
	padding: 1rem 0;
	border-bottom: 1px #707070 solid;
}

@media screen and (min-width: 768px) {
	.c-contact__dd {
		width: 80%;
		border-bottom: none;
		border-top: 1px #707070 solid;
		padding: 1rem 0 1rem 1rem;
	}
}

.c-contact__dd:first-of-type {
	border-top: none;
}

.c-contact__dd:last-of-type {
	border-bottom: 1px #707070 solid;
}

.c-contact__select {
	width: 100%;
	height: 2rem;
	border: none;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
}

@media screen and (min-width: 768px) {
	.c-contact__select {
		width: 50%;
	}
}

.c-contact__textarea {
	width: 100%;
	border: none;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
}

.c-contact__input-txt {
	width: 100%;
	height: 2rem;
	border: none;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
}

@media screen and (min-width: 768px) {
	.c-contact__input-txt {
		width: 50%;
	}
}

.c-button.-contact {
	display: block;
	font-size: 1rem;
	width: 19.4375rem;
	height: 2.6875rem;
	text-align: center;
	margin: auto auto .5em;
	border-radius: 3.125rem;
	border: none;
	color: #fff;
}

.c-button.-contact:hover {
	cursor: pointer;
}

.c-button.-contact.-submit,
.c-button.-contact.-confirm {
	background-color: #cb1b1b;
}

.c-button.-contact.-back {
	background-color: #676767;
}

.confirm_form,
.err_wrap {
	background: #fff;
	width: 80%;
	padding: 3%;
	border-radius: 1rem;
	margin: 2rem auto;
}

.err_wrap>.wrap_button {
    display: block;
}

table.formTable {
	display: inline-table;
	width: 100%;
}

th {
	text-align: left;
	height: 3rem;
	padding: 1rem 0;
	border-bottom: 1px #707070 solid;
	width: 30%;
}

td {
	text-align: left;
	height: 3rem;
	padding: 1rem 0;
	border-bottom: 1px #eee solid;
	width: 70%;
}

.attention,
.notice {
	text-align: center;
	font-weight: bold;
}

.attention {
	color: #df3232;
}

.error_messe {
	text-align: center;
}

.error_messe + .error_messe {
	margin-top: 1.5rem;
}

input[type="submit"],
input[type="button"] {
	width: 8rem;
	height: 3rem;
	border: 1px #707070 solid;
}

input[type="submit"] {
	margin-right: 3rem;
}
