@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title p a {
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin: 0 5vw 50px;
	scroll-margin-top: 80px;
}

#contact .h2_white img {
	height: 24px;
}

#contact .em,
#contact em {
	color: #ce0202;
}

#contact .table {
	text-align: left;
}

#contact dl {
	margin-bottom: 50px;
}

#contact dt {
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e8eef1;
	font-weight: 600;
}

#contact dt em {
	display: inline-block;
	vertical-align: 0.15em;
	width: 34px;
	height: 18px;
	border-radius: 4px;
	background: var(--orange);
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

#contact dd p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5;
}

#contact dd label {
	display: block;
	line-height: 20px;
}

#contact dd label:not(:last-of-type) {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */


::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
	color: var(--gray);
}

:-ms-input-placeholder {
	color: #ccc;
}

#contact input[type='tel'],
#contact input[type='email'],
#contact input[type='text'],
#contact textarea {
	width: 100%;
	padding: 0 0.8em;
	border-radius: 6px;
	border: solid 1px #cbd5da;
	box-shadow: none;
	font-family: "Zen Maru Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	font-size: 16px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	color: var(--text-color);
}

#contact input[type='tel'],
#contact input[type='email'],
#contact input[type='text']{
	height: 56px;
}

#contact input[type='radio'] {
	vertical-align: top;
	width: 5vw;
	height: 5vw;
	margin-right: 0.5em;
}

#contact textarea {
	padding: 0.8em;
}

#contact .privacy textarea {
	margin-bottom: 15px;
	font-size: 3vw;
}

#contact .err {
	box-shadow: 0 0 6px 0 #f00 !important;
	background: #ffe6e6;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	margin-top: 40px;
	text-align: center;
}

ul.submit {
	display: flex;
	justify-content: center;
}

ul.submit li {
	margin: 0 2%;
}

.submit button {
	justify-content: center;
	align-items: center;
	height: 46px;
	padding: 0 62px 0 35px;
	border-radius: 46px;
	border: solid 1px #fff;
	background: var(--blue);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	font-size: 16px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	color: #fff;
	position: relative;
}

.submit .confirm button {
	width: 70vw;
}

.submit .back button {
	padding: 0 10vw;
	background: #97abae;
}

.submit .send button:after,
.submit .confirm button:after {
	content: '';
	width: 46px;
	height: 100%;
	background: url(../images/btn.svg) no-repeat left / 100% auto;
	position: absolute;
	top: 0;
	right: 15px;
}

/* ---------------------------------------------------------
	CSS Document confirm
--------------------------------------------------------- */

#confirm {
	padding: 10vw 5vw 50px;
	background: #fff;
}

#confirm .h2_blue img {
	height: 24px;
}

#confirm .em,
#confirm em {
	color: var(--orange);
}

#confirm .about {
	margin-bottom: 10vw;
}

#confirm .table {
	text-align: left;
}

#confirm dl {
	margin-bottom: 30px;
}

#confirm dt {
	margin-bottom: 10px;
	font-weight: 600;
	color: var(--blue);
}

#confirm dt em {
	display: inline-block;
	vertical-align: 0.15em;
	width: 34px;
	height: 18px;
	border-radius: 4px;
	background: var(--orange);
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

#confirm .notice {
	text-align: left;
	font-size: 3vw;
	color: var(--blue);
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#complete {
	padding: 10vw 5vw 50px;
	background: #fff;
}

#complete .h2_blue img {
	height: 24px;
}

#complete h3 {
	text-align: left;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
	color: var(--blue);
}

#complete p {
	text-align: left;
	margin-bottom: 15px;
}
