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

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

#about .container {
	margin-bottom: 60px;
	text-align: justify;
	font-size: 18px;
}

#about h3 {
	font-weight: 700;
	font-size: 20px;
}

#about em {
	color: #f24405;
}

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

#confirm em {
	color: #ce0202;
}

#contact .top {
	margin-bottom: 30px;
	text-align: left;
}

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

#contact .table {
	display: table;
	width: 100%;
	margin-bottom: 60px;
	border-top: solid 1px #CECECE;
}

#contact .table dl {
	display: table-row;
}

#contact .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 290px;
	height: 109px;
	padding: 40px 0;
	border-bottom: solid 1px #CECECE;
	text-align: left;
	font-weight: 500;
	line-height: 1.5em;
	position: relative;
}

#contact .table dt em {
	height: 1.4em;
	padding: 0 0.2em 0 0.3em;
	border-radius: 3px;
	background: #DB5331;
	text-align: center;
	font-size: 13px;
	line-height: 1.4em;
	color: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

#contact .table dt span {
	display: block;
	font-size: 13px;
	color: rgba(31, 31, 31, 0.5);
}

#contact .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	border-bottom: solid 1px #CECECE;
	text-align: left;
}

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

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

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

#contact dd .partner span {
	margin-right: 0.5em;
}

#contact dd .flex label {
	height: 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
}

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

#contact dd label.w400 {
	margin-top: 15px;
}

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

#contact dd .dt {
	width: 100px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

#contact dd .dd {
	width: calc(100% - 100px);
	line-height: 18px;
}

/* ---------------------------------------------------------
	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: 20px;
	height: 20px;
	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 .w400 {
	width: 100%;
}

#contact .w280 {
	width: 280px;
}

#contact .w130 {
	width: 130px;
}

#contact .w30 {
	width: 33.3333333%;
}

#contact .w25 {
	width: 25%;
}

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

#contact .download {
	margin-bottom: 60px;
	padding: 2em;
	background: #F0EFE3;
	text-align: justify;
	font-size: 14px;
}

#contact .download h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
}

#contact .download p {
	margin-bottom: 15px;
}

#contact .download .btn a {
	display: inline-block;
	vertical-align: top;
	height: 41px;
	padding: 0 1.5em;
	border-radius: 40px;
	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: 36px;
	color: #fff;
}

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

#contact .notice {
	margin-bottom: 60px;
	text-align: justify;
	font-size: 14px;
}

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

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

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

#contact #privacy h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	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: 120px;
}

#contact .submit li {
	margin: 0 25px;
}

#contact .submit .confirm a,
#contact .submit .confirm button {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 60px;
	border-radius: 60px;
	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-size: 20px;
	line-height: 56px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#contact .submit .send button {
	vertical-align: top;
	width: 200px;
	height: 60px;
	border-radius: 60px;
	background: linear-gradient(to bottom, #25A571 0%, #208E61 100%);
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#contact .submit .back button {
	vertical-align: top;
	width: 200px;
	height: 60px;
	border-radius: 60px;
	background: linear-gradient(to bottom, #CECECE 0%, #B9B8B8 28%, #B1B0B0 100%);
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

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