body.blog  {
	font-size: 19px;
	line-height: 1.9;
	color: #555;
	font-weight: 400;
}
body.blog  .container.main_blog {
	max-width: 1080px !important;
}

/* 本文の文字揃え */
.mainWrap {
	text-align: justify;
	text-rendering: geometricPrecision;
}




.main_blog h1 {
	color: #000;
	font-size: 32px;
	line-height: 1.2;
	border: none;
	font-weight: 600;
}
.main_blog h1 a{
	color: #000;
	text-decoration: none;
}

.main_blog .blog_intro_text {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 3px #DDD;
	border-bottom: solid 3px #DDD;
	font-weight:400;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 600;
	color: #111;
}



.main_blog h2 {
	margin: 0 0 25px 0;
	padding: 5px 10px 5px 20px;
	font-size: 30px;
	color: #000;
	border-left: 11px solid #942410;
	font-weight: 600;
}
.main_blog h3 {
	margin: 0 0 20px 0;
	padding: 5px 0 11px;
	font-size: 26px;
	color: #49a71d;
	border-bottom: solid 1px #AAA;
}
.entry-column h3.kadai {
	color: #000;
    border-bottom: solid 1px #AAA;
    font-weight: 500;
	color: #111;

}

.main_blog h4 {
	font-size: 20px;
    font-weight: 500;
	padding-left: 8px;
	border-left: solid 6px #AAA;
	color: #111;
}
.main_blog .blog_cta_box_wrap h4 {
	border-left: none;
	color: #111;
}

.main_blog h5 {
	font-size: 18px;
    font-weight: 500;
}
.main_blog h5:before {
	content: "▶︎";
    margin-right: 4px;
    color: #AAA;
}

.main_blog a.goto_link {
	padding: 15px 10px;
	border: 1px #e6e4e4 solid;
	display: flex;
	background-color: #FFF;
	font-size: 90%;
	text-align: center;
	align-items: center;
	line-height: 110%;
	transition: .5s;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0 1px 1px, rgba(0,0,0,0.05) 0 1px 2px 2px;
	color: #000;
	text-decoration: none;
}
.main_blog a.goto_link:visited {
	color: #000;
	text-decoration: none;
}
.main_blog a.goto_link:hover {
	color: #000;
	text-decoration: none;
	background-color: rgba(228,230,192,1.00);
}
.main_blog h2.toocurate {
	border-left: 11px solid #3296C8;
}


/* リスト */
.main_blog ul, .main_blog li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main_blog ul {
	margin-left: 36px;
}
.main_blog li {
	text-indent: -16px;
	font-weight: 500;
	color: #444;
}
.main_blog li::before {
	content: "●";
	color: #D5E5D9;
	display: inline-block;
	margin-right: 6px;
}


/*後半三角形*/
.toocurete_delta {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 25px 0 25px;
	border-color: #3296C8 transparent transparent transparent;
	display: inline-block;
	animation: blinking 4s ease 0s 1 normal forwards;
	animation-iteration-count:infinite;
}
@keyframes blinking {
	0%,
	50%,
	100% {
		opacity: 1;
		border-color: #3296C8  transparent transparent transparent;
	}

	25%,
	75% {
		opacity: 0;
		border-color: #49a71d transparent transparent transparent;
	}
}

/* タグ */
.entry-tag {
	display: flex;
	column-gap: 16px;
	align-items: center;
}
.entry-tag-icon {
	display: flex;
	column-gap: 8px;
	align-items: center;
	font-size: 14px;
}
.entry-tag a {
	color: #444;
	text-decoration: none;
	font-size: 14px;
}
.entry-tag dd {
	margin-bottom: 3px;
}




/*　カスタムユニット：ポップアップビデオ*/
/*Xの位置がずれるので修正*/
.modal-video-close-btn {
	top: -45px !important;
	right: -45px !important;
	width: 45px !important;
	height: 45px !important;
}
.video_popup_wrap {
    cursor: pointer;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    border-radius: 18px;
}
.video_popup_size_SS {
    max-width: 320px;
    position: relative;
}
.video_popup_size_S {
    max-width: 480px;
    position: relative;
}
.video_popup_size_M {
    max-width: 640px;
    position: relative;
}
.video_popup_size_L {
    max-width: 100%;
    position: relative;
}
.caption_play_video_label {
    display: inline-block;
    padding: 5px 7px;
    background: rgba(221,221,221,1.00);
    margin-right: 5px;
    border-radius: 5px;
    font-size: 80%;
}
.modal-video-body {
    max-width: calc( 100% - 60px ) !important;
}
[class*=column-video] .acms-admin-icon-youtube {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	font-size: 100px;
	color: #ff0000;
	text-shadow: 0 3px 4px rgba(0,0,0,0.6);
}
[class*=column-video] .acms-admin-icon-youtube {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	font-size: 60px;
	color: #b31217;
}





/* CTボックスA */
.blog_cta_box {
    border-radius: 10px;
    border: solid 1px #DDD;
    background-color: #FFF;
    padding: 40px;
}
.blog_cta_box_wrap h4 {
    font-size: 160% !important;
}
.blog_cta_box_inner {
    display: flex;
    column-gap: 20px;
}
.blog_cta_box_inner * {
    margin: 0 !important;
}
.blog_cta_box_inner > div:nth-of-type(1){
    width: 40%;
}
.blog_cta_box_inner > div:nth-of-type(2) {
    width: 60%;
}
.blog_cta_box_inner .blog_cta_text {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.blog_cta_box_inner .blog_cta_text p {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

@media screen and (max-width: 767px) {
    .blog_cta_box {
        padding: 20px;
    }
  .blog_cta_box_inner {
    display: block;
    }
    .blog_cta_box_inner > div:nth-of-type(1){
        width: 100%;
        margin-bottom: 10px !important;
    }
    .blog_cta_box_inner > div:nth-of-type(2) {
        width: 100%;
    }
    .cta_btn {
        text-align: center;
    }
}


.blog_gta_box{
    box-shadow: rgba(0,0,0,0.2) 0 1px 1px, rgba(0,0,0,0.05) 0 1px 2px 2px;
    border-radius: 6px;
    background-color: #FFF;
    margin-left: 0;
    margin-right: 0;
	display: block;
	transition: 0.5s;
	cursor: pointer;
}
a.blog_gta_box:hover {
    text-decoration: none;
	background-color:  rgba(251,250,238,1.00);
}
.blog_gta_box .blog_gta_box_inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.blog_gta_box .blog_cta_text p {
    font-size: 14px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {

    .blog_gta_box .blog_gta_box_inner{
        display: block;
     }
}

.main_blog p.miniText {
    font-size: 12px;
    color: #888;
}

.interview_name {
    display: block;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    font-size: 80%;
    margin-bottom: 4px;
    color: #222;
}



/* CTAボックス */
.blog_gta_box{
    box-shadow: rgba(0,0,0,0.2) 0 1px 1px, rgba(0,0,0,0.05) 0 1px 2px 2px;
    border-radius: 6px;
    background-color: #FFF;
    margin-left: 0;
    margin-right: 0;
	display: block;
	transition: 0.5s;
	cursor: pointer;
}
a.blog_gta_box:hover {
    text-decoration: none;
	background-color:  rgba(251,250,238,1.00);
}
.blog_gta_box .blog_gta_box_inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.blog_gta_box .blog_cta_text p {
    font-size: 14px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {

    .blog_gta_box .blog_gta_box_inner{
        display: block;
     }
}

.acms-entry p.miniText {
    font-size: 12px;
    color: #888;
}

.interview_name {
    display: block;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    font-size: 80%;
    margin-bottom: 4px;
    color: #222;
}






/*次のアクション*/
.next_action_wrap {
    background-color:#fff;
    padding: 50px 15px 30px;
}
.next_action_wrap h3 {
    font-size: 220%;
}
.next_action_wrap_inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 480px));
    gap: 80px;
    margin-left: auto;
    margin-right: auto;
	place-content: center;
}
@media screen and (max-width: 767px) {
    .next_action_wrap_inner {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.next_action_wrap h4 {
    margin-bottom: 0;
    font-family: var(--font-family);
    font-weight: va(--font-weight-bold);
    font-size: 20px;
    padding-bottom: 8px;
    border-bottom: solid 1px #CCC;
}
.next_action_wrap .blog_deltablog_delta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #a4c730 transparent transparent transparent;
    display: inline-block;
    margin-bottom: 25px;
}
.next_action_wrap a {
	text-decoration: none;
}
.related_blog{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    font-size: 14px;
    color: #222;
}
.related_blog > div {
    margin-bottom: 30px;
}
.blog_related_product {
    color: #222;
} 






