/* トップメニュー　*/

#menublock{
	margin: 140px 0;
}
#menuwrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.e_menu{
	width: 46%;
	border: solid 4px #5cad86;
	margin-bottom: 50px;
	text-align: center;
	padding: 25px 0;
}
.menu_icon{
	width: 30%;
	margin: 30px auto;
}
.menu_icon img{
	width: 100%;
}
.menu_title{

	padding: 25px 0;
	width: 90%;
	margin: 0 auto 25px auto;
	position: relative;
}
.e_menu h3{
	font-size: 22px;
	font-weight: bold;
	color: #242424;
	line-height: 130%;
}
.arrow1{
    width: 9px;
    height: 9px;
    border-top: 2px solid #5cad86;
    border-right: 2px solid #5cad86;
    transform: rotate(45deg);
    transition:.2s;
    margin-right: 6px;
    margin-top: -9px;
    position: absolute;
    right: 10px;
    top:50%;
}
a:hover .arrow1{
    margin-right: 0px;
}
.menu_desc{
	width: 88%;
	margin: 0 auto;
	text-align: left;
	color: #242424;
}



@media screen and (max-width:640px) {

#menublock{
	margin: 60px 0;
}
#menuwrap{
	display: block;
}
.e_menu{
	width: 90%;
	margin: 0 auto 20px auto;
	padding: 15px 0;
}
.menu_icon{
	width: 30%;
	margin: 0px auto;
}

.menu_title{
	padding: 15px 0;
}
.e_menu h3{
	font-size: 17px;
}




}


/* リスト　*/

#column_menu{
	margin: 80px 0 120px 0;
}
#column_category{
	display: flex;
	justify-content:space-between;

}
#column_category li {
	width: 18%;

}
#column_category li a{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #242424;
	line-height: 130%;
	border: solid 1px #5cad86;
	position: relative;
	height: 60px;
}
#column_category li a span{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	text-align: center;
}
#column_category li a.active{
	background-color: #5cad86;
	color: #fff;
}
#column_category li a:hover{
	background-color: #5cad86;
	color: #fff;
}

.top_column{
	text-align: center;
	margin-top: 70px;
	line-height: 200%;
}
.top_column_cat{
	text-align: center;
	margin-top: 0px;
	line-height: 200%;
}

#column_list{
	margin: 80px 0 120px 0;
}
.column_block {
	position: relative;
}

.column_block a{
	display: flex;
	padding: 30px 0;
	border-bottom: solid 1px #c7c7c7;
	margin-bottom: 30px;
	color: #242424;
}

.column_img{
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 160px;
	margin-bottom: 18px;
}
.column_img img{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.column_info{
	width: 70%;
	margin-left: 30px;
}
.column_tag{
	border: solid 1px #5cad86;
	font-size: 12px;
	padding: 0 30px;
	color: #5cad86;
	text-align: center;
	display: inline-block;
}
.list_date{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #8f8f8f;
	margin-left: 20px;
}
.column_info h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
a:hover .column_info h3{
	color: #5cad86;
}
.column_exc{
	font-size: 15px;
}

@media screen and (max-width:640px) {

#column_menu{
	margin: 50px 0 80px 0;
}
#column_category{
	display: block;

}
#column_category li {
	width: 100%;
	margin-bottom: 10px;
}
#column_category li a{
	padding: 15px 0;
	height: auto;
}
#column_category li a span{
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
}

.column_block a{
	padding: 18px 0;
	margin-bottom: 18px;
}
.column_tag{
	padding: 0 10px;
	letter-spacing: -0.01em;
}
.list_date{
	display: block;
	font-size: 12px;
	margin-left: 0px;
}
.column_img{
	width: 80px;
	height: 70px;
}
.column_info h3{
	font-size: 15px;
}
.column_exc{
	font-size: 13px;
	line-height: 150%;
}
.column_info{
	width: 70%;
	margin-left: 20px;
}
.column_block .arrow1{
    top:45px;
}

.top_column{
	letter-spacing: -0.01em;
	text-align: left;
	margin-top: 40px;
	margin-bottom: auto;
}
.top_column_cat{
	letter-spacing: -0.01em;
	text-align: left;
	margin-bottom: auto;
}

#column_list{
	margin: 50px 0 60px 0;
}
#pagenavi{
	margin-bottom: 80px;
}
.wp-pagenavi .current {
    font-size: 13px;
    padding: 20px 0;
    width: 30px;

}
.wp-pagenavi a.page {
    font-size: 13px;
    padding: 20px 0;
    width: 30px;
}
}


/*  追加 リスト  */

.column_list{
	margin: 50px 0 180px 0;
}

.list_title{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: solid 6px #5cad86;
	margin-bottom: 40px;
}
.btn_margin{
	margin-bottom: 150px;
}
.tag_howto{
	background-color: #f568a0;
	color: #fff;
	border-color: transparent;
}
.tag_other{
	background-color: #3c92e3;
	color: #fff;
	border-color: transparent;
}
.tag_kawara{
	background-color: #a0d715;
	color: #fff;
	border-color: transparent;
}


@media screen and (max-width:640px) {
	
.column_list{
	margin: 40px 0 100px 0;
}

.list_title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: solid 5px #5cad86;
	margin-bottom: 40px;
}
.btn_margin{
	margin-bottom: 120px;
}

}



/*  追加 2カラム用  */

#column_wrap{
	display: flex;
	justify-content: space-between;	
}
.column_main{
	width: 68%;
}
.column_side{
	width: 25%;
}

.side_navi{
	margin-bottom: 50px;
}
.side_head_title{
	background-color: #5cad86;
	color: #fff;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.side_list_block{
	border-bottom: solid 1px #dadada;
	padding: 10px 0;
	width: 100%;
}
.side_list_block a{
	display: flex;
	justify-content: space-between;
	color: #242424;
}
.side_list_block a:hover{
	color: #1fbf2c;
}
.side_thum{
	position: relative;
    overflow: hidden;
    width: 85px;
    height: 85px;
}
.side_thum img{
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.side_title{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 5px 0;
}
.side_detail{
	width: 60%;
}
.side_date{
	font-size: 10px;
	color: #7d7d7d;
}

@media screen and (max-width:640px) {

#column_wrap{
	display: block;
}
.column_main{
	width: 100%;
}
.column_side{
	width: 100%;
}

.side_navi{
	margin-bottom: 50px;
}
.side_head_title{
	background-color: #5cad86;
	color: #fff;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.side_list_block{
	border-bottom: solid 1px #dadada;
	padding: 10px 0;
	width: 100%;
}
.side_list_block a{
	display: flex;
	justify-content: space-between;
	color: #242424;
}

.side_list_block a:hover{
	color: #1fbf2c;
}
.side_thum{
	position: relative;
    overflow: hidden;
    height: 85px;
    width: 25%;
}

.side_detail{
	width: 65%;
}
}


/* その他 読み物カテゴリ　*/

#child_title{
	font-size: 25px;
	font-weight: 500;
	padding: 45px 0 10px 0;
	width: 100%;
	text-align: center;
	letter-spacing: -0.1px
}
#other_category{
	display: flex;
	justify-content:space-between;
	margin-bottom: -4em;
}
#other_category li{
	width: 18%;
}
#other_category li+li{
    position: relative;
}
#other_category li+li::after{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #5c5c5c;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#other_category li a{
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #242424;
	line-height: 130%;
	position: relative;
	height: 60px;
}
#other_category li a span{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	text-align: center;
}
#other_category li a.active span:after{
	content: "";
	width: 30px;
	border-bottom: solid 2px #5cad86;
	display: block;
	margin: 0 auto;
	margin-top: 4px;
}
#other_category li a.active{
	font-weight: 900;
}
#other_category li a:hover{
	color: #5cad86;
}

@media screen and (max-width:640px) {

	#child_title{
		font-size: 22px;
	}
	#other_category{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: -3em;
	}
	#other_category li{
		margin-right: 15px;
		width: auto;
	}
	#other_category li a{
		padding: 10px 0 4px 0;
		height: auto;
	}
	#other_category li a span{
		position: relative;
		top: auto;
		left: auto;
	}
	#other_category li:nth-child(1)::after,
	#other_category li:nth-child(6)::after{
		display: none;
	}
	#other_category li+li::after{
		left: -8px;
	}
}

@media screen and (max-width:541px) {
	#other_category li:nth-child(5)::after{
		display: none;
	}
	#other_category li:nth-child(6)::after{
		display: block;
	}
}
@media screen and (max-width:404px) {
	#other_category li:nth-child(4)::after{
		display: none;
	}
	#other_category li:nth-child(5)::after{
		display: block;
	}
}

/* 20241206_【CRO】No.6 コラムページ｜ CTA 検証結果 */
.cta_block{
	background-color: #5cad86;
	border-radius: 5px;
	width: 43%;
	text-align: center;
	margin: 60px auto;
	padding-bottom: 20px;
}
.cta_img img{
	width: 100%;
	border-radius: 5px 5px 90px 90px;
}
.cta_block p{
	font-size: 16.5px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.001em;
    margin: 10px 15px 30px 15px!important;
}
.cta_block p span{
	font-size: 15px;
	display: block;
	margin-top: -22px;
}
.cta_block .cro_cta_top{
	margin-top: -28px;
}
.cta_block .cro_cta_top span{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #ed832e;
    border-radius: 5px;
    display: block;
	margin: 0 auto;
	padding: 15px 0;
	width: 95%;
	letter-spacing: 0.001em;
}
.cta_block:hover{
    opacity: 0.8;
}


@media screen and (max-width:1200px) {
.cta_block{
	width: 345px;
}
.cta_block p{
	font-size: 16px;
}
}

@media screen and (max-width:767px) {
.cta_block{
	width: 320px;
}
.cta_img img{
	border-radius: 5px 5px 90px 90px;
}
.cta_block p{
	font-size: 15px;
}
.cta_block p span,
.cta_block .cro_cta_top span{
	font-size: 14px;
}
}

@media screen and (min-width:1024px) and (max-width:1200px) {
.cta_img img{
	min-width: 45%!important;
	width: 117%!important;
}
.cta_block p{
	letter-spacing: 0.003em!important;
}
.cta_info{
	margin: 10px 0px 0px 10px!important;
}
.cta_block .cro_cta_top span{
	width: 93%!important;
}
.cta_block p span{
	margin-top: -25px!important;
}
}

@media screen and (min-width: 1024px) {
.cta_block__inner{
	display: flex;
}
.cta_block{
	background-color: #5cad86;
	width: 100%;
	padding-bottom: 0px;
	height: 157px;
}
.cta_img{
	width: 75%;
}
.cta_img img{
	border-radius: 5px 0px 95px 95px;
}
.cta_info{
	width: 100%;
	margin: 25px auto;
}
.cta_block p{
	letter-spacing: 0.03em;
	margin: 0px auto 30px auto!important;
}
.cta_block .cro_cta_top span{
	padding: 15px 0;
	width: 70%;
}
}

/* 20250129_【CRO】No.12 コラムページ｜ファーストビュー検証結果 */
#news_top_cta{
    width: 100%;
    border: solid 1px #5cad86;
	border-radius: 8px;
	text-align: center;
	margin: 0px auto 60px auto;
}
.news_top_cta__pc{
	display: flex;
    justify-content: space-between;
}
.news_top_cta__sp{
	display: none;
}

.news_top_cta__pc .cta_img{
	width: 15%;
    position:relative;
}
.news_top_cta__pc .cta_img img{
	width: 100%;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.news_top_cta__pc .cta_info{
    width: 45%;
    margin: auto;
    margin-left: 5px;
}
.news_top_cta__pc .cta_info p{
    color: #242424;
    font-weight: bold;
	font-size: 15px;
    text-align: left;
    letter-spacing: 0.03em;
}
.news_top_cta__pc .cta_head{
    width: 40%;
    background-color: #5cad86;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
    padding: 10px 0 15px 0;
}
.news_top_cta__pc .cta_head p{
	font-size: 16px;
    padding-bottom: 8px;
}

#news_top_cta .cta_btn span{
    font-size: 16px;
    background-color: #ed832e;
    border-radius: 5px;
    display: block;
	margin: 0 20px;
	padding: 10px 0;
}
#news_top_cta:hover{
    opacity: 0.8;
}

@media screen and (max-width:1200px) {
.news_top_cta__pc .cta_img {
  width: 15%;
  position: relative;
  display: flex;           /* Flexboxで中央寄せ */
  align-items: center;     /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え（必要なら） */
}

.news_top_cta__pc .cta_img img {
  width: 100%;
  position: static; /* 絶対位置指定を解除 */
  display: block;
}
.news_top_cta__pc .cta_info{
    width: 58%;
	margin: 10px 0 0 0;
}
.news_top_cta__pc .cta_info p{
	font-size: 13px;
}
.news_top_cta__pc .cta_head{
    width: 44%;
}
.news_top_cta__pc .cta_head p{
	font-size: 13.5px;
	padding-bottom: 3px;
}
#news_top_cta .cta_btn span{
	font-size: 14px;
	margin: 0 5px;
	padding: 5px 0;
}
}

@media screen and (max-width:767px) {
#news_top_cta{
    width: 390px;
}
.news_top_cta__pc{
	display: none;
}
.news_top_cta__sp{
	display: block;
}
.news_top_cta__sp .cta_head{
    background-color: #5cad86;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
    padding: 10px 0;
}
.news_top_cta__sp .cta_head p{
	font-size: 16px;
}
.news_top_cta__sp .cta_info{
    padding: 15px 20px;
}
.news_top_cta__sp .cta_info p{
    color: #242424;
    font-weight: bold;
	font-size: 15px;
    text-align: left;
    letter-spacing: 0.001em;
}
.news_top_cta__sp .cta_btn{
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 10px 35px 0 35px;
}
.news_top_cta__sp .cta_btn span{
    padding: 8px 0!important;
	font-size: 15px!important;
}
}

@media screen and (max-width:420px) {
#news_top_cta{
    width: 100%;
}
.news_top_cta__sp .cta_btn{
    padding: 8px 30px 0 30px;
}
.news_top_cta__sp .cta_info{
    padding: 15px 10px;
}
.news_top_cta__sp .cta_info p{
	font-size: 14.5px;
}
}