@charset "UTF-8";

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

#title p a {
	color: #fff;
}

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

#contact {
	padding: 0 50px 20px;
	scroll-margin-top: 50px;
}

#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: 16px;
	line-height: 1.5;
}

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

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

/* ---------------------------------------------------------
	CSS Document input
--------------------------------------------------------- */

::-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: 18px;
	-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: 20px;
	height: 20px;
	margin-right: 0.5em;
}

#contact textarea {
	padding: 1em;
}

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

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

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

.submit {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.submit button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	padding: 0 72px 0 45px;
	border-radius: 48px;
	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: 18px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

.submit .back button {
	background: #b5c2c9;
}

.submit button:hover {
	opacity: 0.6;
}

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

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

#confirm {
	padding: 40px 50px 80px;
	background: #fff;
}

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

#confirm .about {
	margin-bottom: 30px;
}

#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 {
	margin: 50px 0 30px;
	text-align: left;
	font-size: 16px;
	color: var(--blue);
}

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

#complete {
	padding: 40px 50px 80px;
	background: #fff;
}

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

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

#complete .btn {
	margin-top: 40px;
}
