/*--------------------------------------------------
  = ly_pageTtl
--------------------------------------------------*/
.is-area-sogo.is-level-lower .ly_pageTtl {
	background: #f9f9fc;
}
.is-area-zennichi.is-level-lower .ly_pageTtl {
	background: #f9f9fc;
}
.is-area-tsushin.is-level-lower .ly_pageTtl {
	background: #f9f9f7;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.is-level-lower .ly_pageTtl {
		margin-top: 100px;
	}
	.ly_pageTtl__ctr {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 20px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.ly_pageTtl__ctr {
		padding: 0 18px;
	}
}
/*--------------------------------------------------
  = ly_main
--------------------------------------------------*/
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.ly_main {
		padding: 75px 0 60px;
	}
	.ly_main__ctr {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.ly_ctr__col {
		display: flex;
		padding: 10px 20px 150px;
	}
	.ly_ctr__main {
		flex: 1;
	}
	.ly_ctr__side {
		width: 270px;
		margin-left: 50px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.ly_main {
		padding: 45px 0 10px;
	}
	.ly_main__ctr {
		padding: 0 18px;
	}
	.ly_ctr__col {
		padding-bottom: 80px;
	}
	.ly_ctr__side {
		margin-top: 50px;
	}
}
/*--------------------------------------------------
  = bl_pageTtl
--------------------------------------------------*/
.bl_pageTtl {
	text-align: center;
}
.bl_pageTtl__ctr {
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-family: var(--font-mincho);
	box-sizing: border-box;
}
.bl_pageTtl__enTtl {
	border-top: 1px solid rgba(255, 255, 255, .15);
	color: #dbdef4;
	font-family: var(--font-english);
	letter-spacing: .15em;
}
.is-area-sogo .bl_pageTtl__ctr {
	background-image: linear-gradient(120deg, #234589 0%, #2f3387 100%);
}
.is-area-zennichi .bl_pageTtl__ctr {
	background-image: linear-gradient(120deg, #2e1c6e 0%, #2d89a8 100%);
}
.is-area-tsushin .bl_pageTtl__ctr {
	background-image: linear-gradient(120deg,rgba(226,97,118,.9) 0%, rgba(231,128,85,.9) 100%);
}
.is-area-tsushin .bl_pageTtl__enTtl {
	color: #fbf3f3;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pageTtl__ctr {
		max-width: 1100px;
		min-width: 500px;
		min-height: 180px;
		margin-bottom: -30px;
		padding: 32px 50px 27px;
	}
	.bl_pageTtl__ttl {
		line-height: 1.4;
		font-size: 40px;
	}
	.bl_pageTtl__enTtl {
		margin-top: 20px;
		padding-top: 20px;
		font-size: 16px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pageTtl__ctr {
		min-width: 270px;
        min-height: 90px;
        margin-bottom: -14px;
        padding: 10px 25px 8px;
	}
	.bl_pageTtl__ttl {
		line-height: 1.4;
		font-size: 22px;
	}
	.bl_pageTtl__enTtl {
        margin-top: 8px;
        padding-top: 8px;
		font-size: 12px;
	}
}
/* -----------------------------------------------
= bl_breadcrumbs
----------------------------------------------- */
.bl_breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bl_breadcrumbs li {
	position: relative;
	font-family: var(--font-gothic);
}
.bl_breadcrumbs li + li::before,
.bl_breadcrumbs li + li::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/shared/icon-breadcrumbs.svg) no-repeat center/100%;
}
.bl_breadcrumbs li + li::before {
	left: 0;
}
.bl_breadcrumbs li + li::after {
	left: 0;
}
.bl_breadcrumbs li > a {
	display: block;
	color: #283075;
}
.is-area-tsushin .bl_breadcrumbs li::before,
.is-area-tsushin .bl_breadcrumbs li + li::after {
	background-image: url(../img/shared/icon-breadcrumbs_tsushin.svg);
}
.is-area-tsushin .bl_breadcrumbs li > a {
	color: #d63c4d;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_breadcrumbs {
		padding: 15px 0;
	}
	.bl_breadcrumbs li {
		font-size: 15px;
	}
	.bl_breadcrumbs li + li {
		margin-left: 12px;
		padding-left: 20px;
	}
	.bl_breadcrumbs li + li::before,
	.bl_breadcrumbs li + li::after {
		top: 5.5px;
		width: 6px;
		height: 10px;
	}
	/* hover */
	.bl_breadcrumbs li a:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_breadcrumbs {
		padding: 15px 0;
	}
	.bl_breadcrumbs li {
		font-size: 10px;
	}
	.bl_breadcrumbs li + li {
		margin-left: 10px;
		padding-left: 12px;
	}
	.bl_breadcrumbs li + li::before,
	.bl_breadcrumbs li + li::after {
		top: 2.5px;
		width: 5px;
		height: 8px;
	}
}
/*--------------------------------------------------
  = bl_newsPost
--------------------------------------------------*/
.bl_newsPost {
	display: block;
	position: relative;
	color:#0d0d0d;
}
.bl_newsPost__ttl {
	position: relative;
  	color:#283075;
	line-height: 1.5;
	transition: .2s ease-in-out;
}
.bl_newsPost__ttl::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.bl_newsPost__imgWpr {
	overflow: hidden;
}
.bl_newsPost__imgWpr img {
	width: 100%;
	object-fit: cover;
	transition: .2s ease-in-out;
}
.bl_newsPost__data {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	line-height: 1;
}
.bl_newsPost__txt {
	font-family: var(--font-gothic);
}
.bl_newsPosts + .bl_pagenavi_archive:has(.page-numbers) {
	border-top: 1px solid #ececec;
}
/* tsushin */
.is-area-tsushin .bl_newsPost__ttl {
	color: #d63c4d;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_newsPost + .bl_newsPost {
		margin-top: 55px;
	}
	.bl_newsPost__ttl {
        margin-bottom: 30px;
        padding-bottom: 22px;
		font-size: 22px;
	}
	.bl_newsPost__ttl::after {
        background: linear-gradient(90deg, #4c99bd 0%, #4c99bd 190px, #d4d6e3 190px, #d4d6e3 100%);
    }
	.bl_newsPost__body {
		display: flex;
		justify-content: space-between;
	}
	.bl_newsPost__imgWpr {
		width: 340px;
		margin-right: 30px;
	}
	.bl_newsPost__imgWpr img {
		height: 220px;
	}
	.bl_newsPost__txtWpr {
		flex: 1;
	}
	.bl_newsPost__data {
        margin-bottom: 30px;
	}
	.bl_newsPost__data .el_postCat {
		margin-left: 20px;
	}
	.bl_newsPost__data .el_postCat:nth-child(n+4) {
		margin-top: 15px;
	}
	.bl_newsPost__txt {
  		line-height: 1.875;
		font-size: 16px;
	}
	.bl_newsPosts + .bl_pagenavi_archive:has(.page-numbers) {
		margin-top: 60px;
		padding-top: 40px;
	}
	.is-area-tsushin .bl_newsPost__ttl::after {
        background: linear-gradient(90deg, #e78055 0%, #e78055 190px, #f7d8db 190px, #f7d8db 100%);
    }
	/* hover */
	.bl_newsPost:hover {
		text-decoration: none;
	}
	.bl_newsPost:hover .bl_newsPost__ttl {
		text-decoration: underline;
	}
	.bl_newsPost:hover .bl_newsPost__imgWpr img {
		transform: scale(1.1);
	}
}
@media print, screen and (max-width: 1000px) and (min-width: 768px) {
	.bl_newsPost__imgWpr {
		width: 240px;
	}
	.bl_newsPost__imgWpr img {
        height: 150px;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_newsPost + .bl_newsPost {
		margin-top: 35px;
	}
	.bl_newsPost__ttl {
        margin-bottom: 14px;
		padding: 0 5px 14px;
		line-height: 1.438;
		font-size: 16px;
	}
	.bl_newsPost__ttl::after {
        background: linear-gradient(90deg, #4c99bd 0%, #4c99bd 95px, #d4d6e3 95px, #d4d6e3 100%);
    }
	.bl_newsPost__data {
        margin-bottom: 14px;
	}
	.bl_newsPost__data .el_postCat {
		margin-left: 10px;
		padding: 5px 8px;
	}
	.bl_newsPost__data .el_postCat:nth-child(n+4) {
		margin-top: 10px;
	}
	.bl_newsPost__imgWpr {
		margin-bottom: 15px;
		width: 100%;
	}
	.bl_newsPost__imgWpr img {
		height: 220px;
	}
	.bl_newsPost__txt {
  		line-height: 1.923;
		font-size: 13px;
	}
	.bl_newsPosts + .bl_pagenavi_archive:has(.page-numbers) {
		margin-top: 35px;
		padding-top: 32px;
	}
	.is-area-tsushin .bl_newsPost__ttl::after {
		background: linear-gradient(90deg, #e78055 0%, #e78055 95px, #f7d8db 95px, #f7d8db 100%);
    }
}
/*--------------------------------------------------
  = bl_newsDetail
--------------------------------------------------*/
.bl_newsDetail {
	display: block;
	position: relative;
}
.bl_newsDetail__ttl {
	position: relative;
	color: #0d0d0d;
}
.bl_newsDetail__ttl::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.bl_newsDetail__data {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	line-height: 1;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_newsDetail__ttl {
		margin-bottom: 30px;
        padding: 0 7px 18px;
		line-height: 1.5;
		font-size: 22px;
	}
	.bl_newsDetail__ttl::after {
        background: linear-gradient(90deg, #4c99bd 0%, #4c99bd 190px, #d4d6e3 190px, #d4d6e3 100%);
    }
	.bl_newsDetail__cont {
		min-height: 200px;
        margin-top: 30px;
	}
	.bl_newsDetail__data .el_postCat {
		margin-left: 20px;
	}
	.bl_newsDetail__data .el_postCat:nth-child(n+6) {
		margin-top: 15px;
	}
	.is-area-tsushin .bl_newsDetail__ttl::after {
		background: linear-gradient(90deg, #e78055 0%, #e78055 190px, #f7d8db 190px, #f7d8db 100%);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_newsDetail__ttl {
		margin-bottom: 15px;
        padding: 0 5px 14px;
		line-height: 1.438;
		font-size: 16px;
	}
	.bl_newsDetail__ttl::after {
        background: linear-gradient(90deg, #4c99bd 0%, #4c99bd 95px, #d4d6e3 95px, #d4d6e3 100%);
    }
	.bl_newsDetail__cont {
        margin-top: 15px;
	}
	.bl_newsDetail__data .el_postCat {
		margin-left: 10px;
	}
	.bl_newsDetail__data .el_postCat:nth-child(n+4) {
        margin-top: 7px;
	}
	.is-area-tsushin .bl_newsDetail__ttl::after {
		background: linear-gradient(90deg, #e78055 0%, #e78055 95px, #f7d8db 95px, #f7d8db 100%);
	}
}
/*--------------------------------------------------
  = bl_sideNavPost
--------------------------------------------------*/
.bl_sideNavPost__ttl {
	position: relative;
	background: #f3f4f9;
	color: #0d0d0d;
	font-weight: 600;
}
.bl_sideNavPost__ttl::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.bl_sideNavPost__link {
	position: relative;
	display: block;
	border-bottom: 1px solid #ececec;
	color: #0d0d0d;
    font-family: var(--font-gothic);
}
.bl_sideNavPost__item.is-current .bl_sideNavPost__link {
	color: #3e4798;
}
.is-area-tsushin .bl_sideNavPost__ttl {
	background: #faf5f6;
}
.is-area-tsushin .bl_sideNavPost__item.is-current .bl_sideNavPost__link {
	color: #d63c4d;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_sideNavPost__archive + .bl_sideNavPost__archive {
		margin-top: 40px;
	}
	.bl_sideNavPost__ttl {
		padding: 13px 27px;
		line-height: 1.5;
		font-size: 22px;
	}
	.bl_sideNavPost__ttl::before {
		width: 4px;
        background: linear-gradient(90deg, #283075 0px, #283075 1px, transparent 1px, transparent 3px, #4c99bd 3px, #4c99bd 4px);
	}
	.bl_sideNavPost__link {
		padding: 17px 14px;
		line-height: 1.5;
		font-size: 16px;
	}
	.is-area-tsushin .bl_sideNavPost__ttl::before {
		background: linear-gradient(90deg, #d63c4d 0px, #d63c4d 1px, transparent 1px, transparent 3px, #e78055 3px, #e78055 4px);
	}
	/* hover */
	.bl_sideNavPost__link:hover {
		color: #283075;
		text-decoration: underline;
	}
	.is-area-tsushin .bl_sideNavPost__link:hover {
		color: #d63c4d;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_sideNavPost__archive + .bl_sideNavPost__archive {
		margin-top: 40px;
	}
	.bl_sideNavPost__ttl {
		padding: 13px 15px;
		line-height: 1.5;
		font-size: 16px;
	}
	.bl_sideNavPost__ttl::before {
		width: 2px;
        background: linear-gradient(90deg, #283075 0px, #283075 1px, #4c99bd 1px, #4c99bd 2px);
	}
	.bl_sideNavPost__link {
		padding: 15px 14px;
		line-height: 1.5;
		font-size: 13px;
	}
	.is-area-tsushin .bl_sideNavPost__ttl::before {
		background: linear-gradient(90deg, #d63c4d 0px, #d63c4d 1px, #e78055 1px, #e78055 2px);
	}
}
/*--------------------------------------------------
  = bl_pagenavi_archive
--------------------------------------------------*/
.bl_pagenavi_archive {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bl_pagenavi_archive .page-numbers:not(.prev, .next) {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-sizing: border-box;
	background: #f3f4f9;
}
.bl_pagenavi_archive a.page-numbers {
	transition: .2s ease-in-out;
}
.bl_pagenavi_archive a.page-numbers:not(.prev, .next), .bl_pagenavi_archive .page-numbers.dots {
	color: #283075;
}
.bl_pagenavi_archive .page-numbers.current {
	background-color: #283075;
	color: #fff;
}
.bl_pagenavi_archive .page-numbers.prev, .bl_pagenavi_archive .page-numbers.next {
	position: relative;
	color: #0d0d0d;
	line-height: 1;
	font-family: var(--font-cormorantReg);
}
.bl_pagenavi_archive .page-numbers.prev::after, .bl_pagenavi_archive .page-numbers.next::after {
	content: "";
    display: block;
    position: absolute;
	top: 50%;
    background: url(../img/shared/icon-pagenavi.svg) no-repeat center/100%;
}
.bl_pagenavi_archive .page-numbers.prev::after {
	left: 0;
	transform: scale(-1, 1) translateY(-50%);
}
.bl_pagenavi_archive .page-numbers.next::after {
	right: 0;
	transform: translateY(-50%);
}
/* tsushin */
.is-area-tsushin .bl_pagenavi_archive .page-numbers:not(.prev, .next) {
	background: #faf5f6;
}
.is-area-tsushin .bl_pagenavi_archive a.page-numbers:not(.prev, .next), .is-area-tsushin .bl_pagenavi_archive .page-numbers.dots {
	color: #d63c4d;
}
.is-area-tsushin .bl_pagenavi_archive .page-numbers.current {
	background-color: #d63c4d;
}
.is-area-tsushin .bl_pagenavi_archive .page-numbers.prev::after, .is-area-tsushin .bl_pagenavi_archive .page-numbers.next::after {
	background-image: url(../img/shared/icon-pagenavi_tsushin.svg);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pagenavi_archive .page-numbers:not(.prev, .next) {
		width: 40px;
		height: 40px;
		margin: 0 7.5px;
		font-size: 18px;
	}
	.bl_pagenavi_archive .page-numbers.prev,
	.bl_pagenavi_archive .page-numbers.next {
		font-size: 24px;
	}
	.bl_pagenavi_archive .page-numbers.prev {
		margin-right: 23px;
		padding-left: 40px;
	}
	.bl_pagenavi_archive .page-numbers.next {
		margin-left: 23px;
		padding-right: 40px;
	}
	.bl_pagenavi_archive .page-numbers.prev::after, .bl_pagenavi_archive .page-numbers.next::after {
        width: 28px;
        height: 11px;
	}
	/* hover */
	.bl_pagenavi_archive a.page-numbers:not(.prev, .next):hover {
		background-color: #e2e4f6;
		text-decoration: none;
	}
	.bl_pagenavi_archive .page-numbers.prev:hover, .bl_pagenavi_archive .page-numbers.next:hover {
		color: #283075;
		text-decoration: underline;
	}
	.is-area-tsushin .bl_pagenavi_archive a.page-numbers:not(.prev, .next):hover {
		background-color: #f7ecee;
	}
	.is-area-tsushin .bl_pagenavi_archive .page-numbers.prev:hover, .is-area-tsushin .bl_pagenavi_archive .page-numbers.next:hover {
		color: #d63c4d;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pagenavi_archive .page-numbers:not(.prev, .next) {
		width: 26px;
		height: 26px;
		margin: 0 4.5px;
		font-size: 12px;
	}
	.bl_pagenavi_archive .page-numbers.prev,
	.bl_pagenavi_archive .page-numbers.next {
		font-size: 16px;
	}
	.bl_pagenavi_archive .page-numbers.prev {
		margin-right: 15px;
		padding-left: 27px;
	}
	.bl_pagenavi_archive .page-numbers.next {
		margin-left: 15px;
		padding-right: 27px;
	}
	.bl_pagenavi_archive .page-numbers.prev::after, .bl_pagenavi_archive .page-numbers.next::after {
        width: 17px;
        height: 8px;
	}
}
/*--------------------------------------------------
  = bl_pagenavi_single
--------------------------------------------------*/
.bl_pagenavi_single {
    border-top: 1px solid #ececec;
}
.bl_pagenavi_single__list {
	position: relative;
	width: 100%;
}
.bl_pagenavi_single__prev,
.bl_pagenavi_single__return,
.bl_pagenavi_single__next {
	position: absolute;
	top: 0;
}
.bl_pagenavi_single__prev {
	left: 0;
}
.bl_pagenavi_single__next {
	right: 0;
}
.bl_pagenavi_single__prev a,
.bl_pagenavi_single__return a,
.bl_pagenavi_single__next a {
	position: relative;
	display: block;
	color: #0d0d0d;
	line-height: 1;
	font-weight: 600;
    font-family: var(--font-cormorantReg);
}
.bl_pagenavi_single__prev a::before,
.bl_pagenavi_single__next a::before {
	content: "";
    display: block;
    position: absolute;
	top: 50%;
    background: url(../img/shared/icon-pagenavi.svg) no-repeat center/100%;
}
.bl_pagenavi_single__prev a::before {
	left: 0;
	transform: scale(-1,1) translateY(-50%);
}
.bl_pagenavi_single__next a::before {
	right: 0;
	transform: translateY(-50%);
}
.bl_pagenavi_single__return {
	left: 50%;
	transform: translateX(-50%);
}
.is-area-tsushin .bl_pagenavi_single__prev a::before,
.is-area-tsushin .bl_pagenavi_single__next a::before {
	background-image: url(../img/shared/icon-pagenavi_tsushin.svg);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pagenavi_single {
		padding-top: 50px;
	}
	.bl_pagenavi_single__list {
		min-height: 30px;
	}
	.bl_pagenavi_single__prev,
	.bl_pagenavi_single__return,
	.bl_pagenavi_single__next {
		font-size: 24px;
	}
	.bl_pagenavi_single__prev a {
		padding-left: 40px;
	}
	.bl_pagenavi_single__next a {
		padding-right: 40px;
	}
	.bl_pagenavi_single__prev a::before,
	.bl_pagenavi_single__next a::before {
		width: 27px;
		height: 11px;
	}
	.bl_pagenavi_single__prev {
		margin-left: 30px;
	}
	.bl_pagenavi_single__next {
		margin-right: 30px;
	}
	/* hover */
	.bl_pagenavi_single a:hover {
		color: #283075;
		text-decoration: underline;
	}
	.is-area-tsushin .bl_pagenavi_single a:hover {
		color: #d63c4d;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pagenavi_single {
		padding-top: 40px;
	}
	.bl_pagenavi_single__list {
		min-height: 20px;
	}
	.bl_pagenavi_single__prev,
	.bl_pagenavi_single__return,
	.bl_pagenavi_single__next {
		font-size: 16px;
	}
	.bl_pagenavi_single__prev a {
		padding-left: 25px;
	}
	.bl_pagenavi_single__next a {
		padding-right: 25px;
	}
	.bl_pagenavi_single__prev a::before,
	.bl_pagenavi_single__next a::before {
		width: 17px;
		height: 8px;
	}
}
/*--------------------------------------------------
  = bl_404
--------------------------------------------------*/
.bl_404 {
	font-family: var(--font-gothic);
	text-align: center;
}
.bl_404__ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  	color:#283075;
  	line-height: 1;
	font-weight: 400;
    font-family: var(--font-mincho);
	text-align: center;
}
.bl_404__ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/shared/pars_404.png) no-repeat center / 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.bl_404__btn a {
    position: relative;
    display: block;
	color: #fff;
    font-weight: 500;
    font-family: var(--font-mincho);
    transition: .2s ease-in;
    background-position: 1% 50%;
    background-size: 200% auto;
    background-image: linear-gradient(90deg, #2f3387 0%, #234589 50%, #234589 51%, #2f3387 100%);
}
.bl_404__btn a::before,
.bl_404__btn a::after {
	content: "";
    display: block;
    position: absolute;
}
.bl_404__btn a::before {
	left: 50%;
    height: 100%;
    background: #e9eaf1;
    transform: translateX(-50%);
    z-index: -1;
}
.bl_404__btn a::after {
    top: 50%;
    background: url(../img/shared/qu-parts-button.svg) no-repeat center / 100%;
    transform: translateY(-50%);
    z-index: 1;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_404 {
		padding: 40px 0;
	}
	.bl_404__ttl {
		margin-bottom: 30px;
		padding: 70px 0;
		font-size: 50px;
	}
	.bl_404__ttl::before {
        width: 151px;
        height: 184px;
    }
	.bl_404__txt {
		line-height: 1.875;
		font-size: 16px;
	}
	.bl_404__btn {
		width: 340px;
		margin: 40px auto 0;
	}
	.bl_404__btn a {
        padding: 17px 65px 17px 50px;
        line-height: 1.6;
        font-size: 22px;
	}
	.bl_404__btn a::before {
		top: 5px;
        width: calc(100% - 20px);
	}
	.bl_404__btn a::after {
        right: 24px;
        width: 27px;
        height: 10px;
	}
	/* hover */
	.bl_404__btn a:hover {
        background-position-x: 100%;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_404 {
		padding: 20px 0 50px;
	}
	.bl_404__ttl {
		margin-bottom: 20px;
		padding: 35px 0;
		font-size: 30px;
	}
	.bl_404__ttl::before {
        width: 87px;
        height: 106px;
    }
	.bl_404__txt {
  		line-height: 1.923;
		font-size: 13px;
	}
	.bl_404__btn {
		width: 100%;
		max-width: 300px;
		margin: 30px auto 0;
	}
	.bl_404__btn a {
		padding: 13px 50px;
        line-height: 1.5;
        font-size: 16px;
	}
	.bl_404__btn a::before {
        top: 3px;
        width: calc(100% - 10px);
	}
	.bl_404__btn a::after {
		right: 17px;
        width: 21px;
        height: 8px;
	}
}
/*--------------------------------------------------
  = bl_form
--------------------------------------------------*/
.bl_form_list li {
	border-bottom: 1px solid #ececec;
}
.bl_form_ttl {
	display: flex;
    align-items: flex-start;
  	color: #283075;
	font-family: var(--font-mincho);
    font-weight: 500;
	box-sizing: border-box;
}
.bl_form_required {
	display: inline-block;
	background: #b62a32;
	color: #fff;
	text-align: center;
}
.bl_form input[type="text"],
.bl_form input[type="email"],
.bl_form input[type="tel"],
.bl_form textarea,
.bl_form select {
	border: 1px solid #e9eaef;
	background-color: #f9f9fc;
	color: #0d0d0d;
	box-sizing: border-box;
}
.bl_form_cnt.__name {
	display: flex;
	align-items: center;
}
.bl_form_cnt.__name div p {
	display: flex;
	align-items: baseline;
}
.bl_form_select_menu {
	position: relative;
}
.bl_form_select_menu::after {
	content: "";
	position: absolute;
	pointer-events: none;
	background-color: #b62a32;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.bl_form_select_menu select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
.bl_form span.wpcf7-list-item {
	display: block;
	margin: 0;
}
/* radio / checkbox */
.bl_form_cnt.__radio label,
.bl_form_cnt.__checkbox label {
	display: inline-flex;
	align-items: center;
}
.bl_form input[type="radio"],
.bl_form input[type="checkbox"] {
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid #eaeaef;
	background-color: #f9f9fc;
	-webkit-appearance: none;
	-moz-appearance: none;
		 appearance: none;
}
/* radio */
.bl_form input[type="radio"] {
	border-radius: 50%;
}
.bl_form input[type="radio"]:checked:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #b62a32;
}
/* checkbox */
.bl_form input[type="checkbox"]::after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    opacity: 0;
}
.bl_form input[type=checkbox]:checked::after {
    opacity: 1;
}
.bl_form .cf7-min2-error {
	color: #b62a32;
    font-weight: normal;
    display: block;
}
/* __address */
.bl_form_cnt.__address > div {
	display: flex;
	align-items: center;
}
.bl_form_cnt.__address .bl_form_txt {
	display: inline-block;
}
/* = PC (1101px以上)
----------------------------------------------- */
@media print, screen and (min-width: 1101px) {
	.bl_form {
		margin: -25px 0 65px;
	}
	.bl_form_list {
		margin-bottom: 65px;
	}
	.bl_form_list li {
		display: flex;
	}
	.bl_form_ttl {
		width: 330px;
		padding: 28px 18px;
		line-height: 1.667;
		font-size: 20px;
	}
	.bl_form_required {
        width: 40px;
		margin: 7px 0 0 15px;
        line-height: 1.539;
		font-size: 13px;
	}
	.bl_form_cnt {
		flex: 1;
		padding: 25px 0;
	}
	.bl_form_cnt.__row div + div {
		margin-top: 20px;
	}
	.bl_form input[type="text"],
	.bl_form input[type="email"],
	.bl_form input[type="tel"],
	.bl_form textarea,
	.bl_form select {
		padding: 7px;
		border-radius: 5px;
		line-height: 1.5;
		font-size: 16px;
	}
	.bl_form textarea {
        width: calc(100% - 50px);
		height: 150px;
	}
	.bl_form .wpcf7-not-valid-tip,
	.bl_form .cf7-min2-error {
        margin-top: 5px;
        font-size: 15px;
	}
	.bl_form_input_s {
		width: 140px;
	}
	.bl_form_input_sm {
		width: 160px;
	}
	.bl_form_input_m {
		width: 360px;
	}
	.bl_form_input_l {
		width: 550px;
	}
	.bl_form_cnt label + label {
		margin-left: 17px;
	} 
	.wpcf7-form-control-wrap + .bl_form_txt {
		margin-left: 17px;
	}
	.bl_form_txt + .wpcf7-form-control-wrap {
		margin-left: 17px;
	}
	/* select */
	.bl_form_select_menu {
		width: 200px;
	}
	.bl_form_select_menu::after {
		top: 14px;
		right: 17px;
		width: 14px;
		height: 12px;
	}
	.bl_form_select_menu select {
		padding: 7px 40px 7px 18px;
	}
	/* radio / checkbox */
	.bl_form input[type="radio"],
	.bl_form input[type="checkbox"] {
		width: 20px;
		height: 20px;
		margin-right: 13px;
	}
	/* radio */
	.bl_form .wpcf7-radio {
		display: flex;
		flex-wrap: wrap;
		margin: -1px -12px -4px;
	}
	.bl_form .wpcf7-radio .wpcf7-list-item {
		margin: 5px 12px;
	}
	.bl_form input[type="radio"]:checked:before {
		width: 10px;
		height: 10px;
	}
	/* checkbox */
	.bl_form .wpcf7-checkbox {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin: -1px -12px -4px;
	}
	.bl_form .wpcf7-checkbox .wpcf7-list-item {
        margin: 5px 12px;
    }
	.bl_form input[type="checkbox"] {
		border-radius: 3px;
	}
	.bl_form input[type="checkbox"]::after {
        left: 6px;
        width: 5px;
        height: 9px;
        margin-top: -8px;
		border-right: 3px solid #b62a32;
		border-bottom: 3px solid #b62a32;
	}
	/* __name */
	.bl_form_cnt.__name div + div {
		margin-left: 30px;
	}
	.bl_form_cnt.__name input {
		width: 200px;
	}
	/* __address */
	.bl_form_cnt.__address .bl_form_txt {
		min-width: 110px;
	}
	.bl_form_cnt.__address .bl_form_select_menu {
		margin-left: 17px;
	}
	.bl_form_cnt.__center {
		display: flex;
		align-items: center;
	}
}
/* = SP (1100px以下)
----------------------------------------------- */
@media screen and (max-width: 1100px) {
	.bl_form {
		margin-top: -25px;
	}
	.bl_form_list {
		margin-bottom: 30px;
	}
	.bl_form_list li {
		padding: 0 10px;
	}
	.bl_form_ttl {
		padding: 17px 0;
		line-height: 1.5;
		font-size: 15px;
	}
	.bl_form_required {
        width: 40px;
		margin: 2px 0 0 10px;
        line-height: 1.539;
		font-size: 12px;
	}
	.bl_form_cnt {
		padding-bottom: 20px;
	}
	.bl_form_cnt.__row div + div {
		margin-top: 15px;
	}
	.bl_form input[type="text"],
	.bl_form input[type="email"],
	.bl_form input[type="tel"],
	.bl_form textarea,
	.bl_form select {
		max-width: 400px;
		padding: 5px 7px;
		border-radius: 2.5px;
		line-height: 1.5;
		font-size: 13px;
	}
	.bl_form textarea {
        width: 100%;
		max-width: 100%;
		height: 150px;
	}
	.bl_form .wpcf7-not-valid-tip,
	.bl_form .cf7-min2-error {
        margin-top: 5px;
        font-size: 12px;
	}
	.bl_form_input_s {
		width: 140px;
	}
	.bl_form_input_sm {
		width: 160px;
	}
	.bl_form_input_m {
		width: 100%;
	}
	.bl_form_input_l {
		width: 100%;
	}
	.bl_form_cnt label {
		display: block;
	}
	.bl_form_cnt label + label {
		margin-top: 15px;
	} 
	.wpcf7-form-control-wrap + .bl_form_txt {
        display: block;
        margin-top: 5px;
	}
	.bl_form_txt {
		margin-right: 10px;
	}
	/* select */
	.bl_form_select_menu {
        width: 170px;
	}
	.bl_form_select_menu::after {
        top: 12px;
        right: 14px;
        width: 11px;
        height: 9px;
	}
	.bl_form_select_menu select {
		padding: 5px 35px 5px 10px;
	}
	/* radio / checkbox */
	.bl_form input[type="radio"],
	.bl_form input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-right: 7px;
	}
	/* radio */
	.bl_form input[type="radio"],
	.bl_form input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-right: 7px;
	}
	.bl_form input[type="radio"]:checked:before {
		width: 7px;
		height: 7px;
	}
	/* checkbox */
	.bl_form input[type="checkbox"] {
		border-radius: 2.5px;
	}
	.bl_form input[type="checkbox"]::after {
        left: 5px;
        width: 5px;
        height: 9px;
        margin-top: -6px;
        border-right: 2px solid #004ea2;
        border-bottom: 2px solid #004ea2;
	}
	/* __name */
	.bl_form_cnt.__name {
		margin: -5px 0;
		flex-wrap: wrap;
	}
	.bl_form_cnt.__name div {
		margin: 5px 0;
	}
	.bl_form_cnt.__name div:first-child {
		margin-right: 10px;
	}
	.bl_form_cnt.__name .bl_form_txt {
        width: 28px;
        text-align: center;
	}
	.bl_form_cnt.__name .wpcf7-form-control-wrap {
		width: 150px;
	}
	.bl_form_cnt.__name input {
		width: 100%;
	}
	/* __address */
	.bl_form_cnt.__address > div:not(:nth-child(2)) > p {
		width: 100%;
	}
}
/* = SP (900px以下 768px以上)
----------------------------------------------- */
@media screen and (max-width: 1000px) and (min-width: 768px) {
	/* __name */
	.bl_form_cnt.__name .bl_form_txt {
        width: 40px;
	}
}
/*--------------------------------------------------
  = bl_formBtn
--------------------------------------------------*/
.bl_formBtn {
	position: relative;
    display: block;
    margin: 0 auto;
	color: #fff;
    font-weight: 500;
    font-family: var(--font-mincho);
	text-align: center;
    transition: .2s ease-in;
    background-position: 1% 50%;
    background-size: 200% auto;
    background-image: linear-gradient(90deg, #2f3387 0%, #234589 50%, #234589 51%, #2f3387 100%);
}
.bl_formBtn::before,
.bl_formBtn::after {
	content: "";
    display: block;
    position: absolute;
}
.bl_formBtn::before {
    left: 50%;
    height: 100%;
    background: #e9eaf1;
    transform: translateX(-50%);
    z-index: -1;
}
.bl_formBtn::after {
	top: 50%;
    background: url(../img/shared/qu-parts-button.svg) no-repeat center / 100%;
    transform: translateY(-50%);
    z-index: 1;
}
.bl_formBtn input {
    position: relative;
    display: block;
	width: 100%;
    overflow: hidden;
    transition: .2s ease-in;
	box-sizing: border-box;
}
.bl_formBtn .wpcf7-spinner {
	display: none;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_formBtn {
		max-width: 340px;
	}
	.bl_formBtn::before {
        top: 5px;
        width: calc(100% - 20px);
	}
	.bl_formBtn::after {
		right: 24px;
        width: 27px;
        height: 10px;
	}
	.bl_formBtn input {
        padding: 17px 65px 17px 65px;
        line-height: 1.6;
        font-size: 22px;
	}
	/* hover */
	.bl_formBtn:hover {
        background-position-x: 100%;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_formBtn {
		width: 100%;
		max-width: 250px;
	}
	.bl_formBtn::before {
        top: 3px;
        width: calc(100% - 10px);
	}
	.bl_formBtn::after {
        right: 17px;
        width: 21px;
        height: 8px;
	}
	.bl_formBtn input {
        padding: 13px 50px 13px 50px;
        line-height: 1.5;
        font-size: 16px;
	}
}
/*--------------------------------------------------
  = post-password-form
--------------------------------------------------*/
.post-password-form input[type="password"] {
	background: #f5f5f5;
	outline: none;
}
.post-password-form input[type="submit"] {
	background-position: 1% 50%;
    background-size: 200% auto;
    transition: .2s ease-in;
    background-image: linear-gradient(90deg, rgba(58, 35, 115, 1) 0%, rgba(55, 159, 180, 1) 50%, rgba(55, 159, 180, 1) 51%, rgba(58, 35, 115, 1) 100%);
	color: #fff;
	font-family: var(--font-gothic);
	text-align: center;
}
.is-area-tsushin .post-password-form input[type="submit"] {
    background-image: linear-gradient(90deg, rgba(226, 97, 118, 1) 0%, rgba(231, 127, 85, 1) 50%, rgba(231, 127, 85, 1) 51%, rgba(226, 97, 118, 1) 100%);
}
.post-password-form p + p {
	display: flex;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.post-password-form p + p {
		margin-top: 15px;
	}
	.post-password-form input[type="password"] {
		margin-left: 3px;
		padding: 3px 7px;
	}
	.post-password-form input[type="submit"] {
        width: 60px;
		font-size: 15px;
	}
	.post-password-form input[type="submit"]:hover {
        background-position-x: 100%;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.post-password-form {
		padding-bottom: 40px;
	}
	.post-password-form p + p {
		margin-top: 15px;
	}
	.post-password-form input[type="password"] {
		margin-left: 3px;
		padding: 3px 7px;
	}
	.post-password-form input[type="submit"] {
		width: 60px;
		font-size: 13px;
	}
}