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

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

#about {
	margin-bottom: 50px;
}

#about h3 {
	margin-bottom: 40px;
	padding-top: 40px;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

#about .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

#about figure img {
	height: 280px;
}

#about dl {
	padding: 20px 40px 40px;
	font-size: 15px;
	line-height: 1.7;
}

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

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

#outline {
	width: 920px;
	margin-bottom: 90px;
}

#outline h3 {
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 36px;
}

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

#outline dl {
	display: table-row;
}

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

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

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

#faq {
	margin-bottom: 100px;
}

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

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

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

#contact .article {
	padding: 70px 0 80px;
	background: #f8f8f8;
}

#contact .flex {
	display: flex;
	justify-content: space-between;
}

#contact .section {
	width: 600px;
}

#contact .section:nth-of-type(2) {
	width: 575px;
}

#contact h3 {
	margin-bottom: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 36px;
}

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

#contact dl {
	display: table;
	margin-bottom: 25px;
	text-align: left;
	letter-spacing: 0.05em;
}

#contact dt {
	display: table-cell;
	vertical-align: top;
	width: 170px;
	padding: 16px 0;
	line-height: 12px;
	position: relative;
}

#contact .section:nth-of-type(2) dt {
	width: 150px;
}

#contact dt em {
	width: 32px;
	height: 19px;
	background: #49b1bc;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	position: absolute;
	top: 14px;
	right: 10px;
}

#contact dd {
	display: table-cell;
	vertical-align: top;
}

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

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

#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 textarea {
	width: 100%;
	padding: 15px;
}

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

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

#contact .w400 {
	width: 100%;
}

#contact .w90 {
	width: 90px;
}

#contact .w280 {
	width: 280px;
}

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

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

#contact .submit button {
	vertical-align: top;
	width: 210px;
	height: 67px;
	border-radius: 6px;
	background: linear-gradient(to bottom, #8a73ba 0%, #573c90 100%);
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#contact .submit button:hover {
	opacity: 0.6;
}

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

#privacy {
	height: 19em;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	margin: 60px 0 20px;
	padding: 50px;
	border: solid 1px #d5d5d5;
	background: #fff;
	text-align: justify;
	font-size: 14px;
}

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