@charset "utf-8";

.mr10{
	margin-right: 10px;
}

.mb5{
	margin-bottom: 5px;
}

.mb40{
	margin-bottom: 40px!important;
}

.select_customize{
	position: relative;
	display: inline-block;
}

.select_customize::after{
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	border-top: 2px solid #005bac;
	border-right: 2px solid #005bac;
	content: "";
	width: 10px;
	height: 10px;
	pointer-events: none;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	box-sizing: border-box;
}

.c-nav-global__body{
	width: 1000px;
}

.c-nav-breadcrumb{
	margin: 15px auto 30px;
	padding: 0 20px;
}

.c-nav-breadcrumb li a:hover{
	color: #005bac;
	text-decoration: none;
}

/* ヘッダーリンク */
.c-header__subnav nav ul li a{
	background: none!important;
	min-width: auto;
	padding: 0;
}

.c-header__subnav nav.idex_link ul li a{
	transition: 0.3s;
}

.c-header__subnav nav.idex_link ul li a:hover{
	transition: 0.4s;
	opacity: 0.6;
}

.c-header__subnav nav ul li a::before{
	content: none;
}

.c-title-page h1{
	min-height: auto;
}

/* サブヘッダー */
.c-nav-global__pc-nav > ul{
	height: 63px;
	line-height: 63px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.c-nav-global__pc-nav > ul li,
.c-nav-global__pc-nav > ul li a{
	padding: 0;
	height: 100%;
}

.c-nav-global__pc-nav ul li.sub-link-only > ul{
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	box-sizing: border-box;
}

.c-nav-global__pc-nav ul li.sub-link-only > ul a{
	font-size: 14px;
}

.c-nav-global__pc-nav ul li.sub-link-only:hover > ul{
	visibility: visible;
	opacity: 1;
}


.c-nav-global__pc-nav ul li:nth-child(1){
	width: 135px;
	cursor: pointer;
}

.c-nav-global__pc-nav ul li:nth-child(2){
	width: 100px;
}

.c-nav-global__pc-nav ul li:nth-child(3){
	width: 160px;
}

.c-nav-global__pc-nav ul li.sub-link-only:not(.no_line)::after,
.c-nav-global__pc-nav ul li.nav-changeColor:not(.no_line)::after{
	position: absolute;
	top: 13px;
	right: 0;
	content: "";
	display: block;
	width: 1px;
	height: 35px;
	background-color: #1a7ad0;
}

/* フォーム領域 */
#estimatesPage,
#estimatesPage input,
#estimatesPage select,
#estimatesPage textarea,
#estimatesPage button{
	font-size: 16px;
}

#estimatesPage .form_input_area{
	width: 960px;
	margin: auto;
}

#estimatesPage .form_input_area .c-page-form{
	width: 100%;
	display: table;
}

#estimatesPage .form_input_area .c-page-form li > div{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	border-collapse: collapse;
}

#estimatesPage .form_input_area .c-page-form li:first-child div.fieldName{
	border-top: 2px solid #005bac;
}

#estimatesPage .form_input_area .c-page-form li:first-child div.input_field{
	border-top: 2px solid #cfcfcf;
}

#estimatesPage .form_input_area .c-page-form li div.fieldName{
	width: 288px;
	font-weight: 700;
	border-bottom: 2px solid #005bac;
	padding: 30px 0px 30px 40px;
}

#estimatesPage .form_input_area .c-page-form li div.input_field{
	width: 672px;
	border-bottom: 2px solid #cfcfcf;
	padding: 30px 0px 30px 16px;
}

#estimatesPage .icon-required {
	background: #eb5e26;
	border-radius: 4px;
	margin-left: 10px;
	padding: 2px 4px 1px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	vertical-align: middle;
}

#estimatesPage input[type=text]{
	width: 600px;
}

#estimatesPage select{
	width: 200px;
	text-transform: none;
}

#estimatesPage input[type=text],
#estimatesPage select,
#estimatesPage textarea{
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	padding: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#estimatesPage input[type="checkbox"],
#estimatesPage input[type="radio"]{
	margin-right: 3px;
	box-sizing: border-box;
	padding: 0;
}

#estimatesPage textarea{
	display: block;
	width: 600px;
	height: 160px;
	resize: none;
	box-sizing: border-box;
}

#estimatesPage .trigger_field label input[type=checkbox]{
	margin-right: 8px;
}

#estimatesPage div.text_info{
	margin: 16px 0;
}

#estimatesPage .postNumArea{
	margin-bottom: 12px;
}

#estimatesPage .postNumArea .postNum1{
	width: 100px;
}

#estimatesPage .postNumArea.validate .postNum1{
	width: 30px;
	text-align: center;
}

#estimatesPage .postNumArea .postNum2{
	width: 150px;
}

#estimatesPage .postNumArea.validate .postNum2{
	width: 40px;
	text-align: center;
}

#estimatesPage .postNumArea .postBtn{
	padding: 5px 15px;
	display: inline-block;
	background-color: #f3f3f3;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
}

#estimatesPage .error{
	margin: 10px 0 0;
	color: #eb5e26;
}

/* 送信ボタンまわり */
#estimatesPage .submit_area{
	margin: 40px 0;
	text-align: center;
	box-sizing: border-box;
	color: #222222;
}

#estimatesPage .submit_area .page-form_text{
	margin-bottom: 40px;
}

#estimatesPage .submit_area a{
	color: #222222;
	text-decoration: underline;
}

#estimatesPage .submit_area a:hover{
	color:#005bac;
}

#estimatesPage .submit_area a:after{
	background: url(/_common/img/ico/icon-other-link-01.png) no-repeat 0 100%;
	background-size: 15px 15px;
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
}

#estimatesPage .submit_area .form-submit{
	min-width: 260px;
	display: block;
	background: url(/_common/img/bg/bg-stripe-blue-01.png) repeat 0 0;
	color: #fff;
	border: 2px solid #005bac;
	margin: 20px auto;
	padding: 22px 50px 20px;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-transition: 300ms;
	transition: 300ms;
}

#estimatesPage .submit_area .form-submit.validate_ok{
	display: inline-block;
	margin: 10px auto;
}

#estimatesPage .submit_area .form-submit.validate_ok.back{
	background-image: none;
	background-color: #fff;
	color: #005bac;
	position: relative;
	margin-right: 12px;
}

#estimatesPage .submit_area .form-submit:hover{
	background: url(/_common/img/bg/bg-stripe-blue-02.png) repeat 0 0;
}

#estimatesPage .submit_area .form-submit:after{
	width: 14px;
	height: 16px;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	background: url(/_common/img/arw/icon-arrow-white.png) no-repeat;
	background-size: contain;
}

#estimatesPage .submit_area .form-submit.validate_ok.back::after{
	left: 20px;
	transform: rotate(180deg);
	background: url(/_common/img/arw/icon-arrow-blue.png) no-repeat;
	background-size: contain;
}

#estimatesPage .submit_area .form-submit.validate_ok.back:hover{
	background: #005bac;
	color: #fff;
}

#estimatesPage .submit_area .form-submit.validate_ok.back:hover::after{
	background: url(/_common/img/arw/icon-arrow-white.png) no-repeat;
	background-size: contain;
}

/* バリデートOKの場合 */
#estimatesPage.confirm input[type=text],
#estimatesPage.confirm textarea,
#estimatesPage.confirm input[type=text]:focus,
#estimatesPage.confirm textarea:focus{
	height: auto;
	border: none;
	outline: none;
	padding: 0;
	cursor: default;
}

#estimatesPage.confirm .trigger::before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-color: #005bac;
	border-radius: 50%;
}

/* お問い合わせ完了ページ */
#estimatesThanksPage{
	font-size: 16px;
}

#estimatesThanksPage .message_area{
	width: 850px;
	line-height: 26px;
	border: 4px solid #005bac;
	border-radius: 10px;
	padding: 40px 25px;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}

#estimatesThanksPage .message_area .thanks{
	padding: 10px 0 20px;
}

#estimatesThanksPage .message_area a{
	color: #333333;
	text-decoration: underline;
}

/* エラーメッセージ用 */
#errorArea{
	width: 960px;
	margin: auto;
	font-size: 16px;
}

#errorArea .errorTitle{
	background: url(/_common/img/bg/bg-h3-car.png), #005bac;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 0;
	border-radius: 5px;
	margin: 0 0 40px;
	padding: 12px 20px 9px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

#errorArea .link_area{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

#errorArea a.top_link{
	padding: 20px 50px 16px;
	border-radius: 10px;
	border: 2px solid #005bac;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	position: relative;
	-webkit-transition: 300ms;
	transition: 300ms;
	background: #fff;
	color: #005bac;
	box-sizing: border-box;
}

#errorArea a.top_link:hover{
	background: #005bac;
	color: #fff;
}

#errorArea a.top_link::after{
	content: "";
	width: 14px;
	height: 16px;
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: 20px;
	background: url(/_common/img/arw/icon-arrow-blue.png) no-repeat 0 0;
	background-size: 14px 16px;
}

#errorArea a.top_link:hover::after{
	background: url(/_common/img/arw/icon-arrow-white.png) no-repeat 0 0;
	background-size: 14px 16px;
}