@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 8vw 15vw;
}

#about .title {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 4.5vw;
	color: var(--orange);
}

#about p {
	margin-bottom: 9vw;
	text-align: justify;
}

#about dt {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.5em;
	padding: 0 1.5em;
	border-radius: 10vw;
	background: linear-gradient(to bottom, var(--black) 0%, #1a1a1a 100%);
	line-height: 10vw;
	color: #fff;
}

#about dd a {
	display: inline-block;
	vertical-align: -0.1em;
	text-decoration: none;
	font-size: 5.5vw;
	color: var(--orange);
}

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

#contact .box {
	margin: 0 8vw 20vw;
}

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

#contact em.required {
	display: inline-block;
	vertical-align: 0.1em;
	margin-left: 0.5em;
	padding: 0 0.5em;
	border-radius: 4px;
	background: var(--orange);
	font-size: 2.5vw;
	line-height: 4.5vw;
	color: #fff;
}

#contact p {
	margin-bottom: 10vw;
	text-align: justify;
}

#contact dl {
	margin-bottom: 8vw;
	text-align: left;
}

#contact dt {
	margin-bottom: 1vw;
	font-weight: 600;
}

#contact dd .mark {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
	font-size: 18px;
	line-height: 50px;
}

#contact .note {
	margin-bottom: 8vw;
	font-weight: 600;
	line-height: 5vw;
	color: var(--gray);
}

#contact.preview .table {
	margin-bottom: 10vw;
}

#contact.preview dl {
	margin-bottom: 5vw;
	border: solid 1px var(--silver);
}

#contact.preview dt {
	margin-bottom: 0;
	padding: 0.5em 1em;
	border-bottom: solid 1px var(--silver);
	background: #f0f0f0;
}

#contact.preview dd {
	padding: 1em;
}

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

::-webkit-input-placeholder {
	color: var(--gray);
}

::-moz-placeholder {
	opacity: 1;
	color: var(--gray);
}

:-ms-input-placeholder {
	color: var(--gray);
}

#contact input[type='tel'],
#contact input[type='email'],
#contact input[type='text'],
#contact textarea {
	vertical-align: top;
	outline: 0;
	padding: 0 1em;
	border-radius: 4px;
	border: 0;
	background: #f4f4f4;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 3.5vw;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

#contact input[type='tel'],
#contact input[type='url'],
#contact input[type='email'],
#contact input[type='text']{
	height: 13vw;
}

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

#contact textarea {
	width: 100%;
	padding: 1em;
}

#contact .err {
	box-shadow: 0 0 5px 0 var(--orange) !important;
}

#contact .w280 {
	width: 100%;
}

#contact .w400 {
	width: 100%;
}

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

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

.submit li:nth-of-type(2) {
	margin-left: 4vw;
}

.submit button {
	vertical-align: top;
	width: 35vw;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: var(--black);
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	font-size: 4vw;
	line-height: 14vw;
	color: #fff;
	position: relative;
}

.submit button:after {
	content: '';
	width: 4vw;
	height: 14vw;
	background: url(../images/arrow_right.svg) no-repeat left / 100% auto;
	position: absolute;
	top: 0;
}

.submit .confirm button:after {
	right: 4vw;
}

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

.submit .send button {
	padding-right: 0.5em;
}

.submit .send button:after {
	right: 4vw;
}

.submit .back button {
	padding-left: 0.5em;
	background: var(--gray);
}

.submit .back button:after {
	background-image: url(../images/arrow_left.svg);
	left: 4vw;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy .container {
	margin: 0 8vw 15vw;
}

#privacy p {
	margin-top: 0.5em;
	text-align: justify;
}

#privacy h3 {
	margin-top: 2em;
	text-align: left;
	font-weight: 600;
	font-size: 4vw;
}

#privacy h3:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 8px;
	height: 1px;
	margin-right: 10px;
	background: var(--black);
}

#privacy address {
	margin-top: 0.8em;
	text-align: left;
}
