@charset "utf-8";

.contBox3 {
	width: 100%;
	padding: 50px 0;
}

.subTtl04 span img {
	height: auto;
	width: auto;
}

.subtxt {
	text-align: left;
	line-height: 1.8em;
	padding-bottom: 1em;
}

.mb1 {
	margin-bottom: 1em;
}

.mt7 {
	margin-top: 50px;
}

#junctionMv {
	background-image: url(../../img/junction/junction_bg_pc.jpg);
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subMv {
	width: 100%;
	height: 20vh;
	position: relative;
}

.innerSub2 h1 {
	text-align: center;
}

.innerSub2 h1 img {
	width: auto;
	height: 39px;
}

.innerSub2 span {
	display: block;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
}

.subTtl04 h2 {
	line-height: 1.3;
}

/*ボディコンテンツ*/


#sliderWrap {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0 0 50px;
	overflow: hidden;
}

.slick-initialized .slick-slide.sliderImg {
	width: 160px !important;
	height: auto;
	margin-right: 10px;
}

.slick-initialized .slick-slide.sliderImg img {
	width: 100%;
	height: auto;
}

.sliderTop {
	height: 120px;
	margin-bottom: 10px;
	overflow: hidden;
}

#service {
	margin-bottom: 60px;
}

.figureBox {
	text-align: center;
}

.figureBox img {
	width: 100%;
}

#innerJunction {
	text-align: center;
	width: 100%;
	padding: 60px 0;
	background: url(../../img/junction/junction_bg.jpg) no-repeat center;
	background-size: auto auto;
	background-size: cover;
}

.innerJunctionBox {
	width: 92.5%;
	margin: 0 auto;
	padding: 40px 20px;
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.innerJunctionBox h3 {
	margin-bottom: 20px;
	color: #004ea0;
	font-weight: bold;
}

.innerJunctionBox .figureBox {
	margin: 10px 0 30px;
}

.junctionTxt {
	display: inline-block;
	color: #e99f11;
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
	z-index: 10;
	line-height: 1.5;
}

.junctionTxt span {
	display: block;
	position: relative;
}

.junctionTxt span:after {
	content: "";
	background: #e8f4ff;
	width: 100%;
	height: 10px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 5px;
	z-index: -1;
}

#voice {
	padding: 50px 0;
}

.voiceBox {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding: 30px 20px;
	/*	background: url(../../img/junction/voice01.jpg) no-repeat center right;*/
	background: rgba(255, 255, 255, 0.8);
	background-size: cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.voiceBox:nth-child(3n) {
	/*	background: url("../../img/junction/voice02.jpg") no-repeat;*/
	background-size: cover;
	display: block;
	justify-content: flex-end;
}

.innerVoiceBox {
	width: 100%;
	box-sizing: border-box;
	/*	background: rgba(255, 255, 255, 0.8);*/
	padding: 0 20px;
	position: relative;
}

.innerVoiceBox p {
	font-size: 1.3rem;
	letter-spacing: .01em;
	line-height: 1.6;
}

.innerVoiceBox p.voiceName {
	margin-bottom: 30px;
	color: #004ea0;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
}

.voiceName:after {
	content: "";
	border-bottom: 2px solid #004ea0;
	width: 94%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 60px;
}

.innerVoiceBox p.voiceName span {
	display: block;
	font-size: 1.4rem;
}

#flow {
	padding: 60px 0;
}

dl {
	background: #fff;
	border: 2px solid #004ea0;
}

dd {
	background: #004ea0;
	padding: 20px 25px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
}

dt {
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#step1 {
	width: 100%;
	/*	display: flex;*/
	position: relative;
}

#step1:before {
	content: "or";
	background: #004ea0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#step1 dt {
	width: 100%;
}

#step1 dt:first-child {
	border-bottom: 2px solid #004ea0;
}

.flowInnerTit {
	margin-bottom: 10px;
	color: #004ea0;
	font-size: 1.8rem;
	font-weight: bold;
}

#step1 .telLink a {
	padding: 0 0 0 35px;
	background: url(../../img/common/icon_tel.svg) no-repeat 0 center;
	background-size: 24px 24px;
	color: #af0316;
	font-size: 2.8rem;
	justify-content: flex-start;
}

#step1 .telLink a:before {
	content: none;
}

#step1 .telTime {
	margin: 5px 0 10px;
	color: #333;
	text-align: left;
}

#step1 a {
	margin-bottom: 10px;
	padding: 20px 0;
	background: #af0316;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
}

#step1 a:hover {
	transform: scale(1.05, 1.05)
}

#step1 a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../../img/common/icon_mail.svg) no-repeat 0 center;
	background-size: contain;
	margin-right: 10px;
}

#faqArea {
	padding: 50px 0;
}

.faq_col {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.open_faq {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}

.open_faq:before {
	content: "";
	background: url(../../img/faq/ques_icon.png) no-repeat 0 0;
	background-size: contain;
	width: 25px;
	height: 25px;
	margin-right: 20px
}

.open_faq::after {
	display: none;
}

.answer {
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: flex-start;
}

.answer:before {
	content: "";
	background: url(../../img/faq/ans_icon.png) no-repeat 0 0;
	background-size: contain;
	width: 25px;
	height: 25px;
	margin-right: 20px
}

.answer.open_ans p {
	width: 93%;
}

.answer.open_ans a {
	padding-bottom: 3px;
	color: #004ea0;
	border-bottom: 1px solid;
}

#contactBox {
	width: 100%;
	padding: 10px;
	background: #173864;
	color: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	z-index: 111;
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
	box-sizing: border-box;
}

#contactBox.on {
	transform: translateY(0);
	opacity: 1.0;
}

.contactBoxInner {
	margin-top: 5px;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

#contactBox .telLink a {
	padding: 0 0 0 18px;
	font-size: 1.5rem;
	background: url(../../img/common/tel_icon.png) no-repeat 0 center;
	background-size: 12px 12px;
}

#contactBox .telLink a:before {
	content: none;
}

#contactBox .telTime {
	font-size: 1.0rem;
	text-align: left;
}

#contactBox a {
	padding: 8px 12px;
	background: #af0316;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
}

#contactBox a:hover {
	transform: scale(1.05, 1.05)
}

#contactBox a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../../img/common/icon_mail.svg) no-repeat 0 center;
	background-size: contain;
	margin-right: 10px;
}

/*
#footer {
	padding-bottom: 90px;
}*/
