/*--------------------------------------------------

  = Block（bl_）

--------------------------------------------------*/
/*--------------------------------------------------
  = bl_pageTtl
--------------------------------------------------*/
.bl_pageTtl {
	position: relative;
	background: #eef6f8;
}
.bl_pageTtl_body {
	position: relative;
}
.bl_pageTtl_main {
	position: relative;
    display: flex;
	align-items: center;
	color: #004ea2;
  	font-weight: bold;
	z-index: 2;
}
.bl_pageTtl_imgWpr {
	position: relative;
	z-index: 1;
}
.bl_pageTtl_imgWpr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pageTtl {
		height: 300px;
	}
	.bl_pageTtl::before,
	.bl_pageTtl_body::before,
	.bl_pageTtl_body::after {
		content: "";
		display: block;
		position: absolute;
		background: no-repeat top/100%;
	}
	.bl_pageTtl::before {
		top: 0;
		left: calc(50% - 825px);
		width: 397px;
		height: 167px;
		background-image: url(../img/page/pageTtl_parts01.png);
	}
	.bl_pageTtl_imgWpr {
		position: absolute;
		top: 0;
        right: 0;
		width: 50%;
		height: calc(100% + 40px);
		border-radius: 0 0 0 10px;
		overflow: hidden;
	}
	.bl_pageTtl_body {
		height: 100%;
		width: 50%;
	}
	.bl_pageTtl_body::before {
		right: 104px;
		width: 123px;
		height: 60px;
		background-image: url(../img/page/pageTtl_parts02.png);
	}
	.bl_pageTtl_body::after {
		bottom: 0;
		right: -160px;
		width: 396px;
		height: 145px;
		background-image: url(../img/page/pageTtl_parts03.png);
	}
	.bl_pageTtl_main {
        max-width: 626px;
		height: 100%;
		margin: 0 0 0 auto;
		padding: 40px 30px 40px;
		text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
		line-height: 1.5;
		font-size: calc(4rem / 1.6);
	}
}
/* = PC (901px以上)
----------------------------------------------- */
@media print, screen and (min-width: 901px) {
	.bl_pageTtl {
		margin-top: -30px;
	}
	.bl_pageTtl_body {
		width: calc(50% + 46px);
	}
	.bl_pageTtl_body::before {
		top: 30px;
	}
	.bl_pageTtl_main {
		padding: 70px 30px 40px;
	}
	.bl_pageTtl_imgWpr {
		width: calc(50% - 46px);
	}
}
/* = SP (900px以下)
----------------------------------------------- */
@media print, screen and (max-width: 900px) {
	.bl_pageTtl_body::before {
        top: 0;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pageTtl_body {
		padding: 22px 20px 18px;
		overflow: hidden;
	}
	.bl_pageTtl_body::before,
	.bl_pageTtl_body::after {
		content: "";
		display: block;
		position: absolute;
		background: no-repeat top/100%;
	}
	.bl_pageTtl_body::before {
        top: -75px;
        left: -1px;
		width: 75px;
		height: 97px;
		background-image: url(../img/page/pageTtl_parts04.png);
	}
	.bl_pageTtl_body::after {
        top: -5px;
        right: -5px;
		width: 81px;
		height: 165px;
		background-image: url(../img/page/pageTtl_parts05.png);
	}
	.bl_pageTtl_main {
		text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
		line-height: 1.4;
		font-size: calc(2.5rem / 1.6);
	}
}
/* -----------------------------------------------
  = bl_breadcrumbs
----------------------------------------------- */
.bl_breadcrumbs_ctr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bl_breadcrumbs li {
	line-height: 1.5;
}
.bl_breadcrumbs li a {
	color: #004ea2;
}
.bl_breadcrumbs li + li {
	position: relative;
}
.bl_breadcrumbs li + li::before {
	content: '';
	position: absolute;
	left: 0;
	background: url(../img/shared/icon-breadcrumbs.png) no-repeat center/100%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_breadcrumbs {
		width: 50%;
		margin-bottom: 40px;
	}
	.bl_breadcrumbs_ctr {
        max-width: 627px;
		padding: 13px 20px 13px 30px;
		margin: 0 0 0 auto;
	}
	.bl_breadcrumbs li {
		padding: 3px 0;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_breadcrumbs li:not(:last-child) {
        margin-right: 23px;
	}
	.bl_breadcrumbs li + li {
        padding-left: 32px;
	}
	.bl_breadcrumbs li + li::before {
        top: 9px;
		width: 12px;
		height: 12px;
	}
	.bl_breadcrumbs a:hover {
		text-decoration: underline;
	}
}
/* = PC (901px以上)
----------------------------------------------- */
@media print, screen and (min-width: 901px) {
	.bl_breadcrumbs {
		width: calc(50% + 46px);
		margin-bottom: 70px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_breadcrumbs {
		margin-bottom: 20px;
		padding: 0 18px;
	}
	.bl_breadcrumbs_ctr {
		padding: 8px 0;
	}
	.bl_breadcrumbs li {
		padding: 2px 0;
		font-size: calc(1.1rem / 1.6);
	}
	.bl_breadcrumbs li:not(:last-child) {
        margin-right: 12px;
	}
	.bl_breadcrumbs li + li {
        padding-left: 18px;
	}
	.bl_breadcrumbs li + li::before {
        top: 6px;
		width: 8px;
		height: 8px;
	}
}
/*--------------------------------------------------
  = bl_newsPost
--------------------------------------------------*/
.bl_newsPost {
	display: block;
	position: relative;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: linear-gradient(to right, #69a8eb, #69a8eb 2px, transparent 2px);
	background-size: 4px 1px;
	color: #595959;
}
.bl_newsPost_imgWpr {
	overflow: hidden;
}
.bl_newsPost_imgWpr img {
	width: 100%;
	object-fit: cover;
	transition: .2s ease-in;
}
.bl_newsPost_data {
	display: flex;
	align-items: center;
	line-height: 1;
}
.bl_newsPost_ttl {
	position: relative;
	color: #004ea2;
	font-weight: bold;
	transition: .2s ease-in;
}
.bl_newsPost_txt {
	color: #0d0d0d;
}
.bl_newsPostUnits {
	background-repeat: repeat-x;
	background-position: top left;
	background-image: linear-gradient(to right, #69a8eb, #69a8eb 2px, transparent 2px);
	background-size: 4px 1px;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_newsPostUnits {
		margin-bottom: 60px;
	}
	.bl_newsPost {
		padding: 30px 0;
	}
	.bl_newsPost_imgWpr {
		width: 100%;
		margin-bottom: 10px;
	}
	.bl_newsPost_imgWpr img {
        height: 250px;
	}
	.bl_newsPost_data {
        margin-bottom: 5px;
		padding: 10px 0;
	}
	.bl_newsPost .el_postCat {
		margin-left: 17px;
	}
	.bl_newsPost_ttl {
        margin-bottom: 12px;
		line-height: 1.5;
		font-size: calc(2rem / 1.6);
	}
	.bl_newsPost_txt {
  		line-height: 1.923;
		font-size: calc(1.6rem / 1.6);
	}
	/* hover */
	.bl_newsPost:hover .bl_newsPost_imgWpr img {
		transform: scale(1.1);
	}
	.bl_newsPost:hover .bl_newsPost_ttl {
		text-decoration: underline;
	}
}
/* = PC (901px以上)
----------------------------------------------- */
@media print, screen and (min-width: 901px) {
	.bl_newsPost {
		display: flex;
		justify-content: space-between;
	}
	.bl_newsPost_body {
		flex: 1;
	}
	.bl_newsPost_imgWpr {
		width: 280px;
		margin: 0 30px 0 0;
	}
	.bl_newsPost_imgWpr img {
		height: 200px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_newsPostUnits {
		margin-bottom: 30px;
	}
	.bl_newsPost {
		padding: 20px 0;
	}
	.bl_newsPost_imgWpr {
		width: 100%;
		margin-bottom: 15px;
	}
	.bl_newsPost_imgWpr img {
		height: 245px;
	}
	.bl_newsPost_data {
        margin-bottom: 10px;
	}
	.bl_newsPost .el_postCat {
		margin-left: 12px;
	}
	.bl_newsPost_ttl {
        margin-bottom: 10px;
		line-height: 1.5;
		font-size: calc(1.5rem / 1.6);
	}
	.bl_newsPost_txt {
		line-height: 1.923;
		font-size: calc(1.3rem / 1.6);
	}
}
/*--------------------------------------------------
  = bl_newsDetail
--------------------------------------------------*/
.bl_newsDetail {
	display: block;
	position: relative;
}
.bl_newsDetail_ttl {
	position: relative;
	background-repeat: repeat-x;
    background-position: bottom left;
    background-image: linear-gradient(to right, #69a8eb, #69a8eb 2px, transparent 2px);
    background-size: 4px 1px;
	color: #0d0d0d;
	font-weight: bold;
	transition: .3s ease-in;
}
.bl_newsDetail_data {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_newsDetail_ttl {
		margin-bottom: 20px;
        padding-bottom: 15px;
        line-height: 1.5;
		font-size: calc(2.4rem / 1.6);
	}
	.bl_newsDetail .el_postCat {
		margin-left: 18px;
	}
	.bl_newsDetail_cont {
		min-height: 250px;
		margin-top: 30px;
		padding-bottom: 60px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_newsDetail_ttl {
		margin-bottom: 15px;
        padding-bottom: 10px;
        line-height: 1.5;
		font-size: calc(1.7rem / 1.6);
	}
	.bl_newsDetail .el_postCat {
		margin-left: 12px;
	}
	.bl_newsDetail_cont {
		margin-top: 20px;
		padding-bottom: 30px;
	}
}
/*--------------------------------------------------
  = bl_sideNavPost
--------------------------------------------------*/
.bl_sideNavPost_ttl {
	position: relative;
	border-bottom: solid #004ea2;
	font-weight: bold;
}
.bl_sideNavPost_ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
	height: 100%;
    background: #9ae3f2;
}
.bl_sideNavPost_item {
	background-image: linear-gradient(to right, #cccccc, #cccccc 2px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bl_sideNavPost_link {
	position: relative;
	display: block;
	transition: .3s ease;
}
.bl_sideNavPost_link::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background: url(../img/shared/icon-sideNavPost.svg) no-repeat center/100%;
	transition: .3s ease;
	transform: translateY(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_sideNavPost_archive + .bl_sideNavPost_archive {
		margin-top: 50px;
	}
	.bl_sideNavPost_ttl {
        padding: 0 10px 10px 25px;
		border-bottom-width: 2px;
		line-height: 1.5;
		font-size: calc(2.4rem / 1.6);
	}
	.bl_sideNavPost_ttl::before {
        width: 2px;
	}
	.bl_sideNavPost_link {
		padding: 18px 50px 18px 14px;
        line-height: 1.5;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_sideNavPost_link::after {
		right: 16px;
		width: 17px;
		height: 17px;
	}
	/* hover */
	.bl_sideNavPost_item:hover a {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_sideNavPost_archive + .bl_sideNavPost_archive {
		margin-top: 40px;
	}
	.bl_sideNavPost_ttl {
        padding: 2px 5px 8px 12px;
		border-bottom-width: 1px;
		line-height: 1.5;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_sideNavPost_ttl::before {
        width: 1px;
	}
	.bl_sideNavPost_link {
		padding: 15px 35px 15px 12px;
        line-height: 1.5;
		font-size: calc(1.3rem / 1.6);
	}
	.bl_sideNavPost_link::after {
		right: 10px;
		width: 15px;
		height: 15px;
	}
}
/*--------------------------------------------------
  = bl_pagenavi_archive
--------------------------------------------------*/
.bl_pagenavi_archive ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bl_pagenavi_archive ul .page-numbers:not(.prev, .next) {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-sizing: border-box;
}
.bl_pagenavi_archive ul a.page-numbers:not(.prev, .next) {
	transition: .2s ease-in;
}
.bl_pagenavi_archive ul a.page-numbers:not(.prev, .next), .bl_pagenavi_archive ul .page-numbers.dots {
	border: 1px solid #7daad8;
	background: #fff;
	color: #0d0d0d;
}
.bl_pagenavi_archive ul a.page-numbers:not(.prev, .next)::before,
.bl_pagenavi_archive ul .page-numbers.dots:not(.prev, .next)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccdcec;
    z-index: -1;
}
.bl_pagenavi_archive ul .page-numbers:not(.prev, .next).current {
  	background:#004ea2;
	border-radius: 5px;
	color: #fff;
}
.bl_pagenavi_archive ul .page-numbers.prev, .bl_pagenavi_archive ul .page-numbers.next {
    position: relative;
	display: block;
	color: #004ea2;
    line-height: 1;
	font-family: 'lineseed_Bd';
	font-weight: bold;
}
.bl_pagenavi_archive ul .page-numbers.prev::after, .bl_pagenavi_archive ul .page-numbers.next::after {
    content: "";
    display: block;
    position: absolute;
	top: 50%;
	background: url(../img/shared/icon-pagenavi.svg) no-repeat center/100%;
    transition: .2s ease-in;
}
.bl_pagenavi_archive ul .page-numbers.prev::after {
	left: 0;
	transform: scale(-1, 1) translateY(-50%);
}
.bl_pagenavi_archive ul .page-numbers.next::after {
	right: 0;
	transform: translateY(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pagenavi_archive ul .page-numbers:not(.prev, .next),
	.bl_pagenavi_archive ul .page-numbers.dots {
		width: 40px;
		height: 40px;
		margin: 0 7.5px;
		border-radius: 5px;
		font-size: calc(1.8rem / 1.6);
	}
	.bl_pagenavi_archive ul a.page-numbers:not(.prev, .next)::before,
	.bl_pagenavi_archive ul .page-numbers.dots::before {
		top: 3px;
        border-radius: 5px;
	}
	.bl_pagenavi_archive ul .page-numbers.prev,
	.bl_pagenavi_archive ul .page-numbers.next {
		margin-top: 2px;
	}
	.bl_pagenavi_archive ul .page-numbers.prev {
		margin-right: 20px;
		padding-left: 30px;
	}
	.bl_pagenavi_archive ul .page-numbers.next {
		margin-left: 20px;
		padding-right: 30px;
	}
	.bl_pagenavi_archive ul .page-numbers.prev, .bl_pagenavi_archive ul .page-numbers.next {
		font-size: calc(1.8rem / 1.6);
	}
	.bl_pagenavi_archive ul .page-numbers.prev::after, .bl_pagenavi_archive ul .page-numbers.next::after {
        width: 17px;
        height: 17px;
	}
	/* hover */
	.bl_pagenavi_archive ul a.page-numbers:not(.prev, .next):hover {
		background-color: #1366bf;
		border-color: #1366bf;
		color: #fff;
	}
	.bl_pagenavi_archive ul .page-numbers.prev:hover,
	.bl_pagenavi_archive ul .page-numbers.next:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pagenavi_archive ul .page-numbers:not(.prev, .next),
	.bl_pagenavi_archive ul .page-numbers.dots {
		width: 28px;
        height: 28px;
		margin: 0 5px;
		border-radius: 3.58px;
		font-size: calc(1.4rem / 1.6);
	}
	.bl_pagenavi_archive ul a.page-numbers:not(.prev, .next)::before,
	.bl_pagenavi_archive ul .page-numbers.dots::before {
		top: 3px;
        border-radius: 3.58px;
	}
	.bl_pagenavi_archive ul .page-numbers.prev,
	.bl_pagenavi_archive ul .page-numbers.next {
		margin-top: 1px;
	}
	.bl_pagenavi_archive ul .page-numbers.prev {
		margin-right: 14px;
		padding-left: 20px;
	}
	.bl_pagenavi_archive ul .page-numbers.next {
		margin-left: 14px;
		padding-right: 20px;
	}
	.bl_pagenavi_archive ul .page-numbers.prev, .bl_pagenavi_archive ul .page-numbers.next {
		font-size: calc(1.3rem / 1.6);
	}
	.bl_pagenavi_archive ul .page-numbers.prev::after, .bl_pagenavi_archive ul .page-numbers.next::after {
        width: 12px;
        height: 12px;
	}
}
/*--------------------------------------------------
  = bl_pagenavi_single
--------------------------------------------------*/
.bl_pagenavi_single {
    background-repeat: repeat-x;
    background-position: top left;
    background-image: linear-gradient(to right, #69a8eb, #69a8eb 2px, transparent 2px);
    background-size: 4px 1px;
}
.bl_pagenavi_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 a,
.bl_pagenavi_single_return a,
.bl_pagenavi_single_next a {
	position: relative;
	display: block;
	color: #004ea2;
	line-height: 1;
	font-weight: bold;
	font-family: 'lineseed_Bd';
	transition: .2s ease-in;
}
.bl_pagenavi_single_prev a::before,
.bl_pagenavi_single_return a::before,
.bl_pagenavi_single_next a::before {
	content: "";
    display: block;
    position: absolute;
	top: 50%;
}
.bl_pagenavi_single_next a::before,
.bl_pagenavi_single_prev a::before {
	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%);
}
.bl_pagenavi_single_return a::before {
	left: 0;
	transform: translateY(-50%);
	background: url(../img/shared/icon-pagenavi_return.svg) no-repeat center/100%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pagenavi_single {
        padding-top: 40px;
	}
	.bl_pagenavi_list {
		min-height: 20px;
	}
	.bl_pagenavi_single_prev,
	.bl_pagenavi_single_return,
	.bl_pagenavi_single_next {
		font-size: calc(1.8rem / 1.6);
	}
	.bl_pagenavi_single_prev {
		left: 32px;
	}
	.bl_pagenavi_single_next {
		right: 32px;
	}
	.bl_pagenavi_single_prev a {
		padding-left: 30px;
	}
	.bl_pagenavi_single_next a {
		padding-right: 30px;
	}
	.bl_pagenavi_single_prev a::before,
	.bl_pagenavi_single_next a::before {
		width: 17px;
		height: 17px;
	}
	.bl_pagenavi_single_return a {
		padding-left: 35px;
	}
	.bl_pagenavi_single_return a::before {
		width: 21px;
		height: 15px;
	}
	/* hover */
	.bl_pagenavi_single a:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pagenavi_single {
		margin-bottom: 50px;
		padding-top: 20px;
	}
	.bl_pagenavi_list {
        min-height: 15px;
	}
	.bl_pagenavi_single_prev,
	.bl_pagenavi_single_return,
	.bl_pagenavi_single_next {
		font-size: calc(1.3rem / 1.6);
	}
	.bl_pagenavi_single_prev {
		left: 0;
	}
	.bl_pagenavi_single_next {
		right: 0;
	}
	.bl_pagenavi_single_prev a {
		padding-left: 20px;
	}
	.bl_pagenavi_single_next a {
		padding-right: 20px;
	}
	.bl_pagenavi_single_prev a::before,
	.bl_pagenavi_single_next a::before {
		width: 12px;
		height: 12px;
	}
	.bl_pagenavi_single_return a {
		padding-left: 22px;
	}
	.bl_pagenavi_single_return a::before {
		width: 14px;
		height: 10px;
	}
}
/*--------------------------------------------------
  = bl_form
--------------------------------------------------*/
.bl_form_list li {
	background-image: linear-gradient(to right, #69a8eb, #69a8eb 2px, transparent 2px);
	background-repeat: repeat-x;
	background-size: 4px 1px;
	background-position: bottom left;
}
.bl_form_ttl {
  	color: #004ea2;
    font-weight: bold;
}
.bl_form input[type="text"],
.bl_form input[type="email"],
.bl_form input[type="tel"],
.bl_form textarea,
.bl_form select {
	border: 1px solid #d1dde8;
	background-color: #fafcff;
	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: #004ea2;
	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 #d1dde8;
	background-color: #fafcff;
	-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: #004ea2;
}
/* 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: #dc3232;
    font-weight: normal;
    display: block;
}
/* = PC (901px以上)
----------------------------------------------- */
@media print, screen and (min-width: 901px) {
	.bl_form {
		margin-top: -25px;
	}
	.bl_form_list {
		margin-bottom: 40px;
	}
	.bl_form_list li {
		display: flex;
	}
	.bl_form_ttl {
		width: 295px;
		padding: 35px 14px;
		line-height: 1.667;
		font-size: calc(1.8rem / 1.6);
	}
	.bl_form_cnt {
		flex: 1;
		padding: 30px 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 10px;
		border-radius: 5px;
		line-height: 1.5;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_form textarea {
        width: calc(100% - 60px);
		height: 150px;
	}
	.bl_form .wpcf7-not-valid-tip,
	.bl_form .cf7-min2-error {
        margin-top: 5px;
        font-size: calc(1.5rem / 1.6);
	}
	.bl_form_input_s {
		width: 100px;
	}
	.bl_form_input_sm {
		width: 200px;
	}
	.bl_form_input_m {
		width: 300px;
	}
	.bl_form_input_l {
		width: 400px;
	}
	.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 input[type="radio"]:checked:before {
		width: 10px;
		height: 10px;
	}
	/* checkbox */
	.bl_form input[type="checkbox"] {
		border-radius: 3px;
	}
	.bl_form input[type="checkbox"]::after {
		left: 6px;
		width: 7px;
		height: 11px;
		margin-top: -7px;
		border-right: 3px solid #004ea2;
		border-bottom: 3px solid #004ea2;
	}
	/* __name */
	.bl_form_cnt.__name div + div {
		margin-left: 30px;
	}
	.bl_form_cnt.__name input {
		width: 200px;
	}
}
/* = SP (900px以下)
----------------------------------------------- */
@media screen and (max-width: 900px) {
	.bl_form {
		margin-top: -25px;
	}
	.bl_form_list {
		margin-bottom: 30px;
	}
	.bl_form_list li {
		padding: 0 10px;
	}
	.bl_form_ttl {
		padding: 15px 0;
		line-height: 1.5;
		font-size: calc(1.5rem / 1.6);
	}
	.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: calc(1.3rem / 1.6);
	}
	.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: calc(1.2rem / 1.6);
	}
	.bl_form_input_s {
		width: 80px;
	}
	.bl_form_input_sm {
		width: 100px;
	}
	.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 {
		margin-left: 10px;
	}
	.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%;
	}
}
/* = SP (900px以下 768px以上)
----------------------------------------------- */
@media screen and (max-width: 900px) and (min-width: 768px) {
	/* __name */
	.bl_form_cnt.__name .bl_form_txt {
        width: 40px;
	}
}
/*--------------------------------------------------
  = bl_submit
--------------------------------------------------*/
.bl_submit {
	text-align: center;
}
.bl_submit_ttl {
	line-height: 1.5;
	font-weight: bold;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_submit_ttl {
		margin-bottom: 5px;
		font-size: calc(2rem / 1.6);
	}
	.bl_submit_note {
		margin-bottom: 45px;
		line-height: 1.75;
		font-size: calc(1.6rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_submit_ttl {
		margin-bottom: 10px;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_submit_note {
		margin-bottom: 30px;
        line-height: 1.65;
        font-size: calc(1.2rem / 1.6);
	}
}
/*--------------------------------------------------
  = bl_formBtn
--------------------------------------------------*/
.bl_formBtn {
	position: relative;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.bl_formBtn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(204, 220, 236);
}
.bl_formBtn p {
	position: relative;
	overflow: hidden;
}
.bl_formBtn p::before,
.bl_formBtn p::after {
    content: "";
    display: block;
    position: absolute;
	z-index: 1;
}
.bl_formBtn p::before {
    top: 0;
    left: 0;
    background: #0078c0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    transition: .2s ease-in;
}
.bl_formBtn p::after {
    top: 50%;
    background: url(../img/shared/icon-arrow_btn.svg) no-repeat center / 100%;
    transform: translateY(-50%);
}
.bl_formBtn input {
    position: relative;
    display: block;
	width: 100%;
    background: #004ea2;
    overflow: hidden;
    transition: .2s ease-in;
}
.bl_formBtn .wpcf7-spinner {
	display: none;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_formBtn {
		max-width: 340px;
		font-size: calc(2rem / 1.6);
	}
	.bl_formBtn::before {
		top: 3px;
		border-radius: 5px;
	}
	.bl_formBtn p {
		border-radius: 5px;
	}
	.bl_formBtn p::before {
        width: 30px;
        height: 30px;
    }
	.bl_formBtn p::after {
        right: 20px;
        width: 20px;
        height: 20px;
    }
	.bl_formBtn input {
		padding: 20px 55px;
	}
	/* hover */
	.bl_formBtn:hover p::before {
		background: #0b86d2;
	}
	.bl_formBtn:hover input {
        background: #1366bf;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_formBtn {
		max-width: 400px;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_formBtn::before {
		top: 3px;
		border-radius: 2.5px;
	}
	.bl_formBtn p {
		border-radius: 2.5px;
	}
	.bl_formBtn p::before {
        width: 25px;
        height: 25px;
    }
	.bl_formBtn p::after {
        right: 20px;
        width: 15px;
        height: 15px;
    }
	.bl_formBtn input {
		padding: 20px 55px;
	}
}
/*--------------------------------------------------
  = bl_404
--------------------------------------------------*/
.bl_404 {
	text-align: center;
}
.bl_404_ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0d0d0d;
	line-height: 1;
	font-weight: bold;
}
.bl_404_ttl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: linear-gradient(90deg, #004ea2 0%, #004ea2 50%, #8bdaef 50%, #8bdaef 100%);
    transform: translateX(-50%);
}
.bl_404_ttl > span {
	color: #004ea2;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_404 {
		padding: 20px 0 60px;
	}
	.bl_404_ttl {
		margin-bottom: 40px;
		padding-bottom: 40px;
		font-size: calc(4.6rem / 1.6);
	}
	.bl_404_ttl::after {
        width: 80px;
        height: 5px;
    }
	.bl_404_ttl > span {
		margin-right: 20px;
	}
	.bl_404_txt {
  		line-height: 1.875;
	} 
	.bl_404_btn {
		max-width: 340px;
		margin: 50px auto 0;
	}
	.bl_404_btn > span {
		font-size: calc(2rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_404 {
		padding: 20px 0;
	}
	.bl_404_ttl {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: calc(2.8rem / 1.6);
	}
	.bl_404_ttl::after {
        width: 40px;
        height: 3px;
    }
	.bl_404_ttl > span {
		margin-right: 12px;
	}
	.bl_404_txt {
		line-height: 1.923;
	} 
	.bl_404_btn {
		max-width: 250px;
		margin: 25px auto 0;
	}
	.bl_404_btn > span {
		font-size: calc(1.7rem / 1.6);
	}
}
/*--------------------------------------------------
  = パスワード保護(WP機能)
--------------------------------------------------*/
.post-password-form input {
	border: 1px solid #d1dde8;
	background-color: #fafcff;
	color: #0d0d0d;
	box-sizing: border-box;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.post-password-form {
		padding-bottom: 50px;
	}
	.post-password-form p + p {
		margin-bottom: 20px;
	}
	.post-password-form input {
		padding: 7px 10px;
        border-radius: 5px;
        line-height: 1.5;
        font-size: calc(1.6rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.post-password-form p + p {
		margin-bottom: 20px;
	}
	.post-password-form input {
        padding: 5px 7px;
        border-radius: 2.5px;
        line-height: 1.5;
        font-size: calc(1.3rem / 1.6);
	}
}
/*--------------------------------------------------
  = 
--------------------------------------------------*/
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
}
/*--------------------------------------------------
  = 
--------------------------------------------------*/
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
}