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

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

#about {
	margin: 5vw 5vw 15vw;
}

#about h3 {
	margin-bottom: 5vw;
	padding-top: 5vw;
	font-weight: 500;
	font-size: 6vw;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

#about .section {
	margin-bottom: 5vw;
	box-shadow: 0 0 0 1px #cfcfcf inset;
	text-align: justify;
}

#about figure {
	height: 60vw;
	overflow: hidden;
}

#about figure img {
	max-width: 400%;
	height: 60vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#about dl {
	padding: 5vw;
	line-height: 1.7;
}

#about dt {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.4;
	color: #8a73ba;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 5vw 15vw
}

#outline h3 {
	margin-bottom: 5vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 7vw;
	line-height: 10vw;
}

#outline .table {
	display: table;
	width: 100%;
	text-align: left;
}

#outline dl {
	display: table-row;
}

#outline dt {
	display: table-cell;
	vertical-align: top;
	width: 7em;
	padding: 5vw 0;
	border-bottom: solid 1px #8a73ba;
}

#outline dl:first-of-type dt {
	border-top: solid 1px #8a73ba;
}

#outline dd {
	display: table-cell;
	vertical-align: top;
	padding: 5vw 0;
	border-bottom: solid 1px #cfcfcf;
}

#outline dl:first-of-type dd {
	border-top: solid 1px #cfcfcf;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#faq {
	margin-bottom: 20vw;
}

#faq h3 {
	margin-bottom: 15px;
}

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

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

#contact .article {
	padding: 15vw 5vw;
	background: #f8f8f8;
}

#contact h3 {
	margin-bottom: 5vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 7vw;
	line-height: 10vw;
}

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

#contact dl {
	margin-top: 40px;
	text-align: left;
	letter-spacing: 0.05em;
}

#contact dt {
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 14px;
}

#contact dt em {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	margin-left: 0.5em;
	background: #49b1bc;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

#contact dd p {
	margin-top: 10px;
}

#contact .notice {
	text-align: center;
}

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

#contact input[type='tel'],
#contact input[type='email'],
#contact input[type='text'],
#contact select,
#contact textarea {
	padding: 0 15px;
	border-radius: 4px;
	border: solid 1px #d5d5d5;
	background: #fff;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08) inset;
	letter-spacing: 0.05em;
}

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

#contact select {
	padding: 0 0 0 10px;
}

#contact textarea {
	width: 100%;
	padding: 15px;
}

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

#contact .w400 {
	width: 100%;
}

#contact .w90 {
	width: 90px;
}

#contact .w280 {
	width: 100%;
}

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

#contact .submit {
	margin-top: 10vw;
}

#contact .submit button {
	vertical-align: top;
	width: 50vw;
	height: 14vw;
	border-radius: 6px;
	background: linear-gradient(to bottom, #8a73ba 0%, #573c90 100%);
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 0.05em;
	color: #fff;
}

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

#privacy {
	height: 14.5em;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	margin: 10vw 0 5vw;
	padding: 5vw;
	border: solid 1px #d5d5d5;
	background: #fff;
	text-align: justify;
	font-size: 3vw;
}

#privacy p:not(:last-of-type) {
	margin-bottom: 2em;
}
