@charset "UTF-8";
.bl_header__top {
	z-index: 999999;
}
.bl_articleContent {
	justify-content: flex-start;
}
.bl_article .bl_article_body .bl_card_ttl, .bl_article .bl_article_body .bl_servicePc {
	font-size: 1.6rem;
	font-weight: 500;
    overflow: initial;
    white-space: normal;
    text-overflow: initial;
}
/*
Theme Name: shinari
*/
.bl_works_imgWrapper img {
	height: auto;
}

.bl_post h2 {
	font-size: 2.2rem;
    margin-bottom: 5rem;
	position: relative;
	z-index: 999;
}
.bl_post h3 {
	font-size: 2rem;
	padding: 2rem 0 1rem;
}
.bl_post img {
	padding: 1rem 0;
}
.bl_post blockquote {
	border: .1rem solid #dcdde1;
	display: block;
	padding: 2rem;
	background: #fff!important;
	border-radius: .8rem;
}
@media screen and (min-width: 1024px) {
	.bl_post h2 {
		margin-bottom: 2rem;
	}
}
.bl_post h2::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #FFF474;
    border-radius: 50px;
    left: -15px;
    top: .25rem;
    z-index: -1;
}
.bl_post .ez-toc-container-direction {
    background-color: #F4F4F4;
    padding: 5rem 3rem!important;
    width: 100vw!important;;
    margin: 0 calc(50% - 50vw)!important;
    margin-bottom: 26vw!important;
}
@media screen and (min-width: 1024px) {
    .bl_post .ez-toc-container-direction {
        background-color: #F4F4F4;
        padding: 5rem 3rem;
        width: 720px !important;
        margin: 0 auto !important;
        margin-bottom: 10rem !important;
    }
}
.bl_post p {
    margin-bottom: 5rem;
    text-align: justify;
}
.bl_post em {
    color: #4858A4;
}
.bl_post ol, .bl_post ul {
    padding: 3rem 5rem;
    border: 1px solid #ffffff;
    background: #D5E3F0;
	margin-bottom: 5rem;
}
.bl_post ol {
	list-style-type: decimal;
}
.bl_post ul {
	list-style-type: disc;
}
.bl_post ol li, .bl_post ul li {
	margin-bottom: 8px;
}
.bl_post ol li:last-child, .bl_post ul li:last-child {
	margin-bottom: 0;
}
.bl_post .ez-toc-container-direction ol,.bl_post .ez-toc-container-direction ul {
border: none;
list-style-type: none;
}
.bl_articledetail #ez-toc-container {
    margin-bottom: 5rem!important;
}
#ez-toc-container li, #ez-toc-container ul {
	width: auto;
}
.bl_articleTop {
justify-content: flex-start!important;
}
@media screen and (min-width: 768px) {
	.bl_articleTop .bl_article {
		width: calc(50% - 60px);
		margin: 0 30px 5rem;
	}
}
@media screen and (min-width: 1024px) {
	.bl_articleTop .bl_article {
		width: calc(33.33% - 60px);
		margin: 0 30px 5rem;
	}
	.bl_worksUnder {
		padding-top: 100px;
	}
	.bl_worksUnder .bl_worksUnder_box {
		left: 0;
		top: 0;
	}
}
.bl_articleTop .bl_article {
    margin-bottom: 5rem;
}

.page-numbers .current:before {
    content: none;
}


/*index*/
.bl_mv_body{
    opacity: 0;
    z-index: 2;
}
.js_view_ttl {
    opacity: 0;
    z-index: 1;
}
.fadeIn {
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}
.fadeOut {
animation-name:fadeOutAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 1;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(0);
  }
}

/*VOICE*/
.bl_voicePage ul.bl_voicePage_relation {
border: none;
background: none;
list-style-type: none;
}

.bl_contactPage form .bl_contact_item input,
.bl_contactPage form .bl_contact_item textarea {
background: #fff;
}

.bl_post h2 b {
    position: relative;
    z-index: 2!important;
}
/*.bl_post h2::before {
	z-index: 0!important;
}*/

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #4858A4;
    transition: all 0.5s;
    color: #fff;
    height: 5rem;
    width: 280px;
    position: relative;
    height: 50px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    height: 5rem;
    width: 28rem;
    border: 2px solid #4858A4;
    display: inline-block;
    border-radius: 3rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    color: #4858A4;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding-left: 2.2rem;
}

/*20250603*/

/*20250317 contact form 7*/
.wpcf7-list-item input[type="checkbox"]{
display: none;
}
.wpcf7-list-item label {
display: inline-block;
line-height: 1.2;
}
.wpcf7-list-item input[type="checkbox"] + span {
padding-left: 28px;
display: inline-block;
position: relative;
}
.wpcf7-list-item input[type="checkbox"] + span::after,
.wpcf7-list-item input[type="checkbox"] + span::before {
content: '';
display: block;
position: absolute;
top: 0;
}
.wpcf7-list-item input[type="checkbox"] + span::before {
border: 1px solid #4858a4;
left: 0;
height: 20px;
width: 20px;
}
.wpcf7-list-item input[type="checkbox"] + span::after{
border: none;
border-right: 3px solid #4858a4;
border-bottom: 3px solid #4858a4;
height: 12px;
left: 6px;
opacity: 0;
top: 2px;
transform: rotate(45deg);
width: 7px;
}
.wpcf7-list-item input[type="checkbox"]:checked + span::after {
opacity: 1;
}

.page-template-page-lp-php .wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
	border-color: #fff;
	text-align: center;
	padding: 1rem;
}

.voice_wrap {
	max-width: 98rem;
	margin: auto;
}