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

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

#about {
	margin: 0 5vw 10vw;
	text-align: justify;
}

#about h3 {
	margin-bottom: 0.5em;
	font-weight: 700;
	font-size: 4.5vw;
}

#about em {
	color: #f24405;
}

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

#contact {
	margin: 0 5vw 5vw;
}

#contact .top {
	text-align: left;
}

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

#contact .table {
	margin-bottom: 15vw;
	border-top: solid 1px #CECECE;
}

#contact .table dl {
	padding: 5vw 0;
	border-bottom: solid 1px #CECECE;
	text-align: left;
}

#contact .table dt {
	margin-bottom: 10px;
	font-weight: 700;
}

#contact .table dt em {
	display: inline-block;
	vertical-align: 0.1em;
	height: 1.4em;
	margin-left: 0.5em;
	padding: 0 0.2em 0 0.3em;
	border-radius: 3px;
	background: #DB5331;
	text-align: center;
	font-weight: 500;
	font-size: 3vw;
	line-height: 1.4em;
	color: #fff;
}

#contact .table dt span {
	margin-left: 2em;
	font-size: 3vw;
	color: rgba(31, 31, 31, 0.5);
}

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

#contact dd .dl + .dl {
	margin-top: 5vw;
}

#contact dd .flex {
	display: flex;
	flex-wrap: wrap;
}

#contact dd .flex label {
	display: inline-block;
	vertical-align: top;
	line-height: 5vw;
}

#contact dd label.w30:nth-of-type(n + 3) {
	margin-top: 3vw;
}

#contact dd label.w400 {
	margin-top: 3vw;
}

#contact dd label.w400:first-of-type {
	margin-top: 0;
}

#contact dd label.w280 {
	margin-top: 3vw;
}

#contact dd label.w280:first-of-type {
	margin-top: 0;
}

#contact dd .dl .dt {
	margin-bottom: 2vw;
	font-weight: 700;
}

#contact dd .flex .dt {
	width: 5em;
	font-weight: 700;
}

#contact dd .partner + .partner {
	margin-top: 15px;
}

#contact dd .partner input {
	margin-top: 0.5em;
}

#contact dd .tel_input {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#contact dd .tel_input input {
	width: 29%;
}

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

#contact textarea,
#contact input[type='tel'],
#contact input[type='email'],
#contact input[type='text'] {
	padding: 0 1em;
	background: rgba(31, 31, 31, 0.08);
}

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

#contact textarea {
	padding: 1em;
}

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

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

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

#contact .w30 {
	width: 50%;
}

#contact .w400 {
	width: 100%;
}

#contact .w280 {
	width: 100%;
}

#contact .w280 {
	width: 100%;
}

/* ---------------------------------------------------------
	CSS Document download
--------------------------------------------------------- */

#contact .download {
	margin-bottom: 10vw;
	padding: 2em;
	background: #F0EFE3;
	text-align: justify;
	word-break: break-all;
}

#contact .download h3 {
	margin-bottom: 3vw;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1;
}

#contact .download p {
	margin-bottom: 3vw;
}

#contact .download .btn a {
	display: block;
	border-radius: 12vw;
	border: solid 2px #fff;
	background: linear-gradient(to bottom, #25A571 0%, #208E61 100%);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	text-align: center;
	text-decoration: none;
	line-height: 12vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document notice
--------------------------------------------------------- */

#contact .notice {
	margin-bottom: 10vw;
	text-align: justify;
	font-size: 3vw;
}

#contact .notice li {
	margin-left: 1em;
	text-indent: -1em;
}

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

#contact #privacy .row {
	margin-bottom: 10vw;
	padding: 2em;
	border: solid 1px #CECECE;
	text-align: justify;
	font-size: 3vw;
}

#contact #privacy h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 1;
}

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

/* ---------------------------------------------------------
	CSS Document memo
--------------------------------------------------------- */

#contact .memo {
	margin-bottom: 50px;
	font-size: 14px;
}

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

#contact .submit {
	display: flex;
	justify-content: center;
	margin-bottom: 15vw;
}

#contact .submit .send {
	width: 45%;
	margin-left: 4%;
}

#contact .submit .back {
	width: 45%;
}

#contact .submit .confirm a,
#contact .submit .confirm button {
	display: inline-block;
	vertical-align: top;
	width: 60vw;
	height: 14vw;
	border-radius: 14vw;
	border: solid 2px #fff;
	background: linear-gradient(to bottom, #25A571 0%, #208E61 100%);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 4vw;
	line-height: 13vw;
	color: #fff;
}

#contact .submit .send button {
	vertical-align: top;
	width: 100%;
	height: 14vw;
	border-radius: 14vw;
	background: linear-gradient(to bottom, #25A571 0%, #208E61 100%);
	text-align: center;
	font-weight: 500;
	font-size: 4vw;
	line-height: 13vw;
	color: #fff;
}

#contact .submit .back button {
	vertical-align: top;
	width: 100%;
	height: 14vw;
	border-radius: 14vw;
	background: linear-gradient(to bottom, #CECECE 0%, #B9B8B8 28%, #B1B0B0 100%);
	font-size: 4vw;
	line-height: 13vw;
	color: #fff;
}
