* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 639px) {
	#header .sp-menu-nav.header--fixed {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	#header .sp-menu-nav.header--fixed #sp-menu {
		position: relative;
		margin: 0;
		padding: 0;
		width: 48px;
		height: 48px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#header .sp-menu-nav.header--fixed .sp-menu .icon-nav {
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 639px) {
	#header h1 {
		width: 177px;
	}
}
@media only screen and (max-width: 639px) {
	#header .sp-menu-nav > :not(.sp-menu) {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.contents-other #header .sp-menu-nav > :not(.sp-menu) {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	#header .header-inner {
		padding-right: 55px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media only screen and (max-width: 639px) {
	#header .header-logo {
		width: 192px;
	}
}
#header .header-tel {
	display: none;
}
@media only screen and (max-width: 639px) {
	#header .header-tel {
		width: 113px;
		height: auto;
		display: block;
	}
	#header .header-tel img {
		width: 113px;
		height: auto;
		display: block;
	}
}

.fixed-chat-area {
	display: none;
}

.wcl-fixed-cv {
	background: #FFFFC8;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	text-align: center;
	position: fixed;
	bottom: -160px;
	left: 0;
	z-index: 99999;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv {
		height: 53px;
	}
}
.wcl-fixed-cv.show {
	bottom: 0;
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
}
.wcl-fixed-cv__wrap {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__wrap {
		padding-right: 53px;
		height: 53px;
	}
}
.wcl-fixed-cv ul {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 40px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv ul {
		padding: 0 6px;
		gap: 6px;
	}
}
.wcl-fixed-cv__contact, .wcl-fixed-cv__request {
	max-width: 334px;
	width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact, .wcl-fixed-cv__request {
		max-width: unset;
		width: calc((100% - 6px) / 2);
	}
}
.wcl-fixed-cv__contact a, .wcl-fixed-cv__request a {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 48px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a, .wcl-fixed-cv__request a {
		padding-right: 20px;
		max-width: 152px;
		height: 38px;
		font-size: 14px;
		letter-spacing: 0;
		display: block;
	}
}
.wcl-fixed-cv__contact a::after, .wcl-fixed-cv__request a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a::after, .wcl-fixed-cv__request a::after {
		width: 10px;
		height: 10px;
		right: 6px;
	}
}
.wcl-fixed-cv__contact a .small, .wcl-fixed-cv__request a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a .small, .wcl-fixed-cv__request a .small {
		margin-left: 0;
		font-size: 10px;
	}
}
.wcl-fixed-cv__contact p {
	color: #E65440;
}
.wcl-fixed-cv__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a {
		padding-top: 10px;
	}
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact .pc {
		display: none;
	}
}
.wcl-fixed-cv__contact .sp {
	display: none;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact .sp {
		display: block;
	}
}
.wcl-fixed-cv__request p {
	color: #1D3994;
}
.wcl-fixed-cv__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__request a .small {
		margin: 0 0 0;
		line-height: 10px;
		display: block;
	}
}
.wcl-fixed-cv__line {
	background: #06C755;
	width: 80px;
	height: 80px;
	display: block;
	padding: 20px 5px 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.09em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line {
		padding-top: 14px;
		width: 53px;
		height: 53px;
		font-size: 11px;
	}
}
.wcl-fixed-cv__line span:nth-child(1) {
	font-size: 13px;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line span:nth-child(1) {
		font-size: 9px;
	}
}
.wcl-fixed-cv__line span:nth-child(2) {
	font-size: 15px;
	letter-spacing: 0;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line span:nth-child(2) {
		font-size: 10px;
	}
}

@media only screen and (max-width: 639px) {
	#header.header_min {
		border-bottom: solid 1px #ccc;
	}
}
@media print, screen and (min-width: 640px) {
	#header.header_min .header-inner {
		height: 102px;
	}
}
@media only screen and (max-width: 639px) {
	#header.header_min .header-inner {
		padding-right: 10px;
	}
}
@media print, screen and (min-width: 640px) {
	#header.header_min .nav-local {
		width: 400px;
		display: block;
	}
}
@media print, screen and (min-width: 640px) {
	#header.header_min .nav-local-info {
		display: block;
		position: relative;
	}
}

@media only screen and (max-width: 639px) {
	#footer.footer_min {
		border-top: solid 1px #ccc;
		padding-top: 8px;
	}
}
@media only screen and (max-width: 639px) {
	#footer.footer_min .footer-info dl {
		border: none;
	}
}
#footer.footer_min .footer-info p {
	text-align: left;
}

#main.request_wcl {
	margin: 0 auto;
	float: none;
}
@media only screen and (max-width: 639px) {
	#main.request_wcl {
		margin: 32px 8px;
	}
}
#main.request_wcl h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.36;
	color: #0099CC;
	text-align: center;
}
@media only screen and (max-width: 639px) {
	#main.request_wcl h1 {
		font-size: 22px;
	}
}
#main.request_wcl h1 + * {
	margin-top: 25px;
}
@media only screen and (max-width: 639px) {
	#main.request_wcl h1 + * {
		margin-top: 16px;
	}
}

.request_wcl__read {
	margin-top: 25px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 2.16;
	text-align: center;
}
@media only screen and (max-width: 639px) {
	.request_wcl__read {
		margin-top: 16px;
		font-size: 14px;
	}
}
.request_wcl__read a {
	color: #357EBD;
	text-decoration: underline;
}
.request_wcl__read + * {
	margin-top: 40px;
}
.request_wcl__notes {
	margin-top: 25px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.36;
	text-align: center;
}
@media only screen and (max-width: 639px) {
	.request_wcl__notes {
		margin-top: 16px;
		font-size: 14px;
	}
}
.request_wcl__notes a {
	color: #357EBD;
	text-decoration: underline;
}
.request_wcl__aside {
	margin-top: 25px;
	background: #E7E7E7;
	padding: 10px;
	text-align: center;
}
@media only screen and (max-width: 639px) {
	.request_wcl__aside {
		margin: 16px 10px 0;
	}
}
.request_wcl__aside p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.17;
	color: #333;
}
@media only screen and (max-width: 639px) {
	.request_wcl__aside p {
		font-size: 12px;
	}
}/*# sourceMappingURL=request_wcl.css.map */