@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_flow, .con_form, .f-form__box-thanks {
	max-width: 1260px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

/* -----------------------------------------------------------
	con_firstview
----------------------------------------------------------- */
.con_firstview .box_slide .slide1 {
	background-image: url(../contact/images/img_slide1-pc.jpg);
}

/* -----------------------------------------------------------
	con_flow
----------------------------------------------------------- */
.con_flow {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_flow {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow {
		margin-bottom: 3em;
	}
}

.con_flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.con_flow ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 28%;
	margin-left: 8%;
	text-align: center;
	background: #c1cbd5;
	padding: 1em .5em;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_flow ul li {
		font-size: 88%;
	}
}

.con_flow ul li:first-child {
	margin-left: 0;
}

.con_flow ul li:not(.last):after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2e3e4d;
	border-right: 2px solid #2e3e4d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -16%;
	top: 50%;
	margin-top: -5px;
	z-index: 1;
	line-height: 1em;
	pointer-events: none;
}

.con_flow ul li.active {
	color: #fff;
	background: #23384b;
}

/* -----------------------------------------------------------
	con_form
----------------------------------------------------------- */
.con_form {
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_form {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_form {
		margin-bottom: 3em;
	}
}

.con_form .notice {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.con_form .notice {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_form .notice {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 88%;
	}
}

.con_form .notice .required {
	margin-right: .5em;
}

@media only screen and (max-width: 767px) {
	.con_form .notice .required {
		width: 3.5em;
		font-size: 86%;
	}
}

.con_form table {
	margin-bottom: 45px;
	width: 100%;
	border: 1px solid #a99a54;
}

@media only screen and (max-width: 767px) {
	.con_form table {
		margin-bottom: 2em;
	}
}

.con_form table tr th, .con_form table tr td {
	font-weight: normal;
	padding: 1em 1.25em;
}

@media only screen and (max-width: 767px) {
	.con_form table tr th, .con_form table tr td {
		display: block;
	}
}

.con_form table tr th {
	width: 30%;
	background: #e8e2d6;
	border-bottom: 1px solid #a99a54;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_form table tr th {
		width: 100%;
	}
}

.con_form table tr th .required {
	position: absolute;
	top: 50%;
	right: 1.75em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_form table tr td {
	width: 70%;
	border-bottom: 1px solid #a99a54;
}

@media only screen and (max-width: 767px) {
	.con_form table tr td {
		width: 100%;
	}
}

.con_form table tr td .text_s, .con_form table tr td .text_m {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.con_form table tr td .text_s input, .con_form table tr td .text_m input {
	font-size: 88%;
	width: 100%;
	border: 1px solid #f5f1e9;
	background-color: #fdf9f2;
	padding: .5em;
}

.con_form table tr td .text_s input:focus, .con_form table tr td .text_m input:focus {
	outline: none;
	border: 1px solid #c5baa5;
}

.con_form table tr td .text_s .postcode, .con_form table tr td .text_m .postcode {
	margin-right: .5em;
}

.con_form table tr td .text_s {
	width: 30%;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_form table tr td .text_s {
		width: 100%;
	}
}

.con_form table tr td .text_s .ic {
	fill: #c5baa5;
	position: absolute;
	top: 50%;
	right: .5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_form table tr td .text_m {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_form table tr td .text_m {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_form table tr td .text_sp {
		width: 10em;
	}
}

.con_form table tr td .text {
	margin: .5em 0;
}

@media only screen and (min-width: 768px) {
	.con_form table tr td .text {
		font-size: 94%;
	}
}

@media print {
	.con_form table tr td .text {
		font-size: 94%;
	}
}

.ie8 .con_form table tr td .text {
	font-size: 94%;
}

@media only screen and (max-width: 767px) {
	.con_form table tr td .text {
		font-size: 82%;
	}
}

.con_form table tr td .select_s, .con_form table tr td .select_m {
	position: relative;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.con_form table tr td .select_s, .con_form table tr td .select_m {
		width: 100%;
	}
}

.con_form table tr td .select_s select, .con_form table tr td .select_m select {
	font-size: 88%;
	width: 100%;
	border: 1px solid #c5baa5;
	background: none;
	padding: .5em;
	padding-right: 2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fdf9f2;
}

.con_form table tr td .select_s select:focus, .con_form table tr td .select_m select:focus {
	outline: none;
}

.con_form table tr td .select_s:after, .con_form table tr td .select_m:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #a99a54;
	border-right: 2px solid #a99a54;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: .6em;
	top: 50%;
	margin-top: -5px;
	z-index: 1;
	line-height: 1em;
	pointer-events: none;
}

.con_form table tr td textarea {
	font-size: 88%;
	border: 1px solid #f5f1e9;
	background-color: #fdf9f2;
	padding: 1em;
	min-height: 10em;
	width: 100%;
}

.con_form table tr td textarea:focus {
	outline: none;
	border: 1px solid #c5baa5;
}

.con_form table tr td .error {
	font-size: 88%;
	color: #bb2738;
	line-height: 1;
	margin-top: .75em;
}

.con_form table tr td .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.con_form table tr td .inner .select_s {
	margin-left: 1em;
}

@media only screen and (max-width: 767px) {
	.con_form table tr td .inner .select_s {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_form table tr td .inner .select_s {
		margin-top: .5em;
	}
}

.con_form table tr td.policy {
	text-align: center;
	background: #e8e2d6;
}

.con_form table tr td.policy .box_policy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.con_form table tr td.policy .box_policy .mark {
	width: 14px;
	height: 14px;
	margin-right: .5em;
	position: relative;
}

.con_form table tr td.policy .box_policy .mark input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.con_form table tr td.policy .box_policy .mark input:checked + span {
	background: #000;
	border-color: #000;
}

.con_form table tr td.policy .box_policy .mark input:checked + span:before {
	border-color: #fff;
}

.con_form table tr td.policy .box_policy .mark span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-transition: .4s background-color ease-out , .4s border-color ease-out;
	transition: .4s background-color ease-out , .4s border-color ease-out;
	cursor: pointer;
}

.con_form table tr td.policy .box_policy .mark span:before {
	content: "";
	width: 4px;
	height: 4px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	-webkit-transition: border .3s ease-out;
	transition: border .3s ease-out;
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	.con_form table tr td.policy .box_policy p {
		width: calc(100% - 14px - .5em);
		font-size: 94%;
	}
}

.con_form table tr td.policy .box_policy label {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.con_form table tr td.policy .box_policy label {
		display: block;
	}
}

.con_form table tr td.policy .box_policy a {
	text-decoration: underline;
}

.con_form table tr td.policy .box_policy svg {
	width: 1em;
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

.con_form table tr:last-child th, .con_form table tr:last-child td {
	border-bottom: none;
}

.con_form .box_btn {
	width: 300px;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.con_form .box_btn {
		width: 50%;
	}
}

.con_form .confirmation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.con_form .confirmation .btn_normal--white {
	border-color: #23384b;
}

.con_form .confirmation .box_btn {
	margin: 0;
}

.con_form .confirmation .box_btn:nth-of-type(2) {
	margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_form .confirmation .box_btn:nth-of-type(2) {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_form .confirmation .box_btn:nth-of-type(2) {
		margin-left: 1em;
	}
}

.required {
	font-size: 75%;
	display: inline-block;
	line-height: 1;
	background: #bb2738;
	color: #fff;
	padding: .5em .5em;
}

body .ui-widget-header {
	border: 0;
	background-color: #2e3e4d;
	color: #fff;
}

body .ui-state-active {
	background-color: #aa002b !important;
	border: 1px solid #aa002b !important;
	color: #fff !important;
}

body .ui-widget-header .ui-icon {
	background-image: url(../images/common/ui-icons_ffffff_256x240.png) !important;
}

.f-form__box-thanks h3 {
	font-size: 188%;
	margin-bottom: 60px;
	text-align: center;
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.f-form__box-thanks h3 {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.f-form__box-thanks h3 {
		margin-bottom: 1em;
	}
}

.f-form__box-thanks .txt {
	margin-bottom: 60px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.f-form__box-thanks .txt {
		font-size: 125%;
	}
}

@media print {
	.f-form__box-thanks .txt {
		font-size: 125%;
	}
}

.ie8 .f-form__box-thanks .txt {
	font-size: 125%;
}

@media only screen and (max-width: 767px) {
	.f-form__box-thanks .txt {
		font-size: 107%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.f-form__box-thanks .txt {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.f-form__box-thanks .txt {
		margin-bottom: 4em;
	}
}

@media only screen and (max-width: 767px) {
	.f-form__box-thanks .txt {
		text-align: left;
	}
}

.f-form__box-thanks .f-btn--primary--white {
	margin: auto;
	margin-bottom: 120px;
	width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.f-form__box-thanks .f-btn--primary--white {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.f-form__box-thanks .f-btn--primary--white {
		margin-bottom: 4em;
	}
}

@media only screen and (max-width: 767px) {
	.f-form__box-thanks .f-btn--primary--white {
		width: 80%;
	}
}
