/*====================================
 * 新テンプレート
 * ==================================*/
@charset "utf-8";
.page-template-page-new-template .service_add .wrapper {
	width: 1200px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

.page-template-page-new-template .service_key {
	position: relative;
	background: linear-gradient(120deg, rgba(236, 251, 255, 1) 0%, rgba(219, 252, 253, 1) 100%);
	margin-bottom: 140px;
}

.page-template-page-new-template .service_key .wrapper {
	display: flex;
	align-items: center;
	min-height: 360px;
}

.page-template-page-new-template .service_key .page_title {
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 0 45% 0 0;
}

.page-template-page-new-template .service_key .page_title .small {
	display: block;
	font-size: 20px;
	line-height: 2;
	letter-spacing: .1em;
}

.page-template-page-new-template .service_key .page_keyimg {
	position: absolute;
	width: 800px;
	max-width: 43%;
	height: 100%;
	object-fit: cover;
	left: 55%;
	top: 60px;
}

@media (max-width: 1200px) {
	.page-template-page-new-template .service_key .page_title {
		font-size: 28px;
	}

	.page-template-page-new-template .service_key .page_title .small {
		font-size: 16px;
	}

	.page-template-page-new-template .service_key .wrapper {
		min-height: 240px;
	}
}

@media (max-width: 767px) {
	.page-template-page-new-template .service_key .page_title {
		font-size: 24px;
		padding: 0;
	}

	.page-template-page-new-template .service_key .page_title .small {
		font-size: 16px;
	}

	.page-template-page-new-template .service_key .wrapper {
		min-height: 0;
		display: block;
		padding: 30px 0 160px;
	}

	.page-template-page-new-template .service_key .page_keyimg {
		top: calc(100% - 140px);
		right: calc(50% - 50vw);
		left: auto;
		max-width: 73%;
		height: 200px;
	}
}


/*====================================
 * FAQ
 * ==================================*/
.faq-page{
	background-color: #E2F1FF;
	padding-top: 50px;
	padding-bottom: 100px;
}

.faq-page.sec-pageNav{
	background-color: #fff;
	padding-top: 30px;
}

.faq-page.sec-pageNav ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.4%;
}

.faq-page.sec-pageNav li{
	text-align: center;
	width: 31.5%;
}

.faq-page.sec-pageNav a{
	background-color: #fff;
	color:#0093c6;
	height: 100%;
    width: 100%;
    padding: 25px 35px 25px 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #0093c6;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

.faq-page.sec-pageNav a:hover{
	background-color: #0093c6;
	color: #fff;
	opacity: 1;
}

.faq-page.sec-pageNav a::before,
.faq-page.sec-pageNav a::after{
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.faq-page.sec-pageNav a::before{
	background-color: #0093c6;
    border-radius: 50%;
	height: 15px;
	right: 15px;
	width: 15px;
}

.faq-page.sec-pageNav a:hover::before{
	background-color: #fff;
}

.faq-page.sec-pageNav a::after{
	height: 6px;
	margin-top: -8px;
    margin-bottom: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    transform: rotate(135deg) translateY(-50%);
	right: 21px;
	width: 6px;
}

.faq-page.sec-pageNav a:hover::after{
	border-top: solid 2px #0093c6;
    border-right: solid 2px #0093c6;
}

.faq-page .normal_hl{
	font-size: 36px;
    font-weight: bold;
	letter-spacing: .1em;
    line-height: 1.7;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.faq-page .faq_item{
	margin-bottom: 30px;
	padding-bottom: 1px !important;
}

.faq-page .faq_item .faq_a p{
	line-height: 1.8em;
}


.faq-page .faq_item .faq_a p a{
	text-decoration: underline;
}


@media (max-width: 767px) {
	.faq-page{
		padding-bottom: 70px;
	}
	
	.faq-page.sec-pageNav li{
		font-size: 3.125vw;
		margin-bottom: 10px;
		width: 48.5%;
	}
	
	.faq-page.sec-pageNav li a{
		padding: 3.906vw 5.468vw 3.906vw 5.468vw;
	}
	
	.faq-page.sec-pageNav a::before{
		height: 2.929vw;
		right: 2.343vw;
		width: 2.929vw;
	}
	
	.faq-page.sec-pageNav a::after{
		height: 1.171vw;
		margin-top: -1.8vw;
        margin-bottom: 0;
		right: 3.58vw;
		width: 1.171vw;
	}
	
	.faq-page .normal_hl{
		font-size: 20px;
		padding-bottom: 30px;
	}
}