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

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	margin-bottom: 20px;
}

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

#about {
	margin-bottom: 70px;
}

#about.complete {
	margin-bottom: 130px;
}

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

#about p {
	margin-bottom: 30px;
}

#about dl {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 30px;
}

#about dt {
	height: 41px;
	border-radius: 3px;
	margin-right: 2em;
	padding: 0 1.5em;
	border-radius: 40px;
	background: linear-gradient(to bottom, var(--black) 0%, #1a1a1a 100%);
	line-height: 40px;
	color: #fff;
}

#about dd {
	text-align: left;
}

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

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

#contact .h4 {
	margin-top: 60px;
}

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

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

#contact p {
	margin-bottom: 40px;
}

#contact .box {
	margin-bottom: 130px;
	padding: 50px 0 80px;
	background: #f0f0f0;
}

#contact .container {
	padding: 30px 100px 70px;
	border-radius: 4px;
	background: #fff;
}

#contact .table {
	display: table;
	width: 100%;
	margin-bottom: 60px;
}

#contact dl {
	display: table-row;
	border-bottom: solid 1px var(--silver);
}

#contact dt {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding: 30px 0;
	text-align: left;
	font-weight: 600;
	line-height: 50px;
}

#contact dd {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
	text-align: left;
}

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

#contact .note {
	margin-bottom: 40px;
	line-height: 20px;
	color: var(--gray);
}

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

::-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;
	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: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

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

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

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

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

#contact .w280 {
	width: 280px;
}

#contact .w400 {
	width: 100%;
}

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

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

.submit li {
	margin: 0 25px;
}

.submit button {
	vertical-align: top;
	width: 220px;
	height: 70px;
	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: 18px;
	line-height: 58px;
	letter-spacing: 0.08em;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

.submit button:hover {
	opacity: 0.6;
}

.submit button:after {
	content: '';
	width: 21px;
	height: 65px;
	background: url(../images/arrow_right.svg) no-repeat left;
	position: absolute;
	top: 0;
}

.submit .confirm button:after {
	right: 20px;
}

.submit .confirm button {
	width: 320px;
}

.submit .send button:after {
	right: 20px;
}

.submit .back button {
	padding-left: 0.5em;
	background: #c3c3c3;
}

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

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

#privacy .container {
	width: 900px;
	margin-bottom: 130px;
}

#privacy p {
	margin-top: 0.5em;
	text-align: justify;
	font-size: 14px;
}

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

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

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