@charset "utf-8";
/*
Theme Name:テンプレート__01
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/

/*============================
トップページ
============================*/
/* ----- メインビジュアル -----*/
.bl_mv_cont {
	display: grid;
	grid-template-columns: 600px 1fr;
	gap: 30px;
	margin-left: calc(calc(100% - 1200px) / 2);
	padding: 120px 60px 50px 0;
	align-items: center;
}
.bl_mv_btn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;	
}
.bl_mv_subTtl {
	background:#F7FED9;	
	color: #019B4D;
	font-weight: 600;
	line-height: 1;
	padding: 5px;
	text-align: center;
	font-size: 1.125rem;
}
.bl_mv h1 {
	font-size: 3.375rem;
	color: #123b4d;
	font-weight: 800;
	margin: 20px 0;
	text-align: center;
}
.bl_mv_desc {
	font-weight: 600;
	text-align: center;
	margin: 0 0 40px;
	line-height: 1.9;
}
.bl_mv_btn .el_btn a {
	line-height: 70px;
}
@media screen and (max-width: 1279px){
	.bl_mv_cont {
    	margin-left: 0;
    	padding: 130px 30px 50px;
	    gap: 30px;
	}
	.bl_mv h1 {
    	font-size: 3rem;
		margin: 10px 0;
	}
}
@media screen and (max-width: 1023px){
	.bl_mv_cont {
    	display: block;
	    padding: 120px 30px 0;
	}
	.bl_mv_box.hp_img {
		position: relative;
    	margin: -45% 0 0;
    	z-index: -1;
    	opacity: .3;		
	}
}
@media screen and (max-width: 767px){
	.bl_mv_subTtl {
    	line-height: 1.3;
		font-size: 1rem;
	}
	.bl_mv h1 {
        font-size: 1.75rem;
    }
	.bl_mv_cont {
        padding: 80px 15px 0;
    }
	.bl_mv_btn .el_btn a {
    	line-height: 60px;
		font-size: .9375rem;
	}
	.bl_mv_desc {
		font-size: .9375rem;
        text-align: left;
        margin: 0 0 20px;
        line-height: 1.6;
	}
	.bl_mv_btn {
    	gap: 15px;
	}
}

@media screen and (max-width: 320px){
    .bl_mv h1 {
        font-size: 1.375rem;
    }
	.bl_mv_box.hp_img {
        margin: -120px 0 0;
    }
}
/* ----- スケジュール -----*/
.bl_top_schedule {
	position: relative;
	background: linear-gradient(to bottom, #fff 40%, #019B4D 40%);
}

.bl_top_schedule_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:  40px;
	border: 3px solid #019B4D;
	border-radius: 30px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 4px 4px #00000040;
}
.bl_top_schedule_num {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}
.bl_top_schedule_subTtl {
	font-weight: 600;
	font-size: .9375rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #019B4D;
    border-radius: 30px;
    padding: 10px 5px;
    margin: 20px auto;
    max-width: 80%;
}
.bl_top_schedule_box h2 {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 20px;
	align-items: center;
	text-align:center;
}
.bl_top_schedule_box h2 .hp_ttl {
    font-size: 1.875rem;
    color: #123b4d;
    font-weight: 800;	
}
.bl_top_schedule_ttl  {
	display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.bl_top_schedule_date {
	background: #f1f9f5;
    padding: 25px 14px;
	border-radius: 20px;
	text-align: center;
	margin: 20px 0 0;
}
.bl_top_schedule_date h3 {
	color: #019B4D;
	font-weight: bold;
	font-size: 1.125rem;
}
.bl_top_schedule_date h3 span {
	position: relative;
	padding: 0 22px;
}
.bl_top_schedule_date h3 span:before,
.bl_top_schedule_date h3 span:after {
	content: '';
	width: 14px;
	height: 24px;
	border: 1.5px solid #019B4D;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bl_top_schedule_period {
	color: #123b4d;
	font-weight: 700;
	font-size: 1.25rem;
	margin: 12px 0;
}
.bl_top_schedule_date h3 span:before {
	left: 0;
	border-right: none;
}
.bl_top_schedule_date h3 span:after {
	right: 0;
	border-left: none;
}
.bl_top_schedule_app span {
	display: inline-block;
	vertical-align: middle;
	font-size: .9375rem;
    color: #123b4d;
}
.bl_top_schedule_app .hp_ttl {
    background: #019B4D;
    color: #fff;
    padding: 0 11px 1px 13px;
    border-radius: 4px;
    margin: 0 6px 0 0;
}
.bl_top_schedule_box table {
	border-top: 1px solid #CCDDD5;
	margin: 20px 0 0;
}
.bl_top_schedule_box table th,
.bl_top_schedule_box table td {
	border-bottom: 1px solid #CCDDD5;
	font-size: .9375rem;
}
.bl_top_schedule_box table th {
    width: 110px;
    padding: 15px 0 15px 20px;
	color: #123b4d;
	font-weight: 600;
}
.bl_top_schedule_box table td {
	width: calc(100% - 110px);
	padding: 15px 15px 15px 20px;
}
.bl_top_schedule_box table th p {
	border-right: #D9D9D9 4px solid;
}
.bl_venue_link a {
	position: relative;
	color: #019B4D;
	font-weight: 600;
}
.bl_venue_link {
	margin: 6px 0 0;
}
.bl_venue_link a:hover .el_arrow {
	right: -26px;
}
.bl_no_post p {
    padding: 20px 12px;
    text-align: center;
    background: #f5f5f5;
    width: 80%;
    font-weight: 600;
    font-size: 1.125rem;	
}
@media screen and (max-width: 1023px) {
	.bl_top_schedule_cont {
    	display: block;
	}
}
@media screen and (max-width: 767px) {
	.bl_top_schedule_cont {
		padding: 20px 15px;
	}
	.bl_top_schedule_subTtl {
        font-size: .9375rem;
        line-height: 1.2;
        padding: 5px 5px 6px 5px;
		margin: 10px auto;
	}
	.bl_top_schedule_box h2 .hp_ttl {
    	font-size: 1.125rem;
	    font-weight: 600;
	}
	.bl_top_schedule_box h2 {
    	grid-template-columns: 60px 1fr;
    	gap: 10px;
	}
	.bl_top_schedule_period {
    	font-size: 1.125rem;
	    margin: 12px 0 15px;
	}
	.bl_top_schedule_app .hp_ttl {
    	margin: 0 0 10px;
	}
	.bl_top_schedule_app span {
    	font-size: 1.125rem;
	    font-weight: 600;
	}
	.bl_top_schedule_box table th {
    	width: 80px;
    	padding: 15px 0 15px 0;
	}
	.bl_top_schedule_box table td {
    	width: calc(100% - 80px);
    	padding: 15px 0 15px 15px;
	}
	.bl_no_post p {
    	font-size: 1rem;
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	.bl_top_schedule_box h2 .hp_ttl {
    	font-size: 1rem;
	}
	.bl_top_schedule_subTtl {
		max-width: 100%;
	}
}
/* ----- グリーンマイスター検定について -----*/
.bl_about {
	background: #F5F5F5;
}
.bl_about_cont {
	display: grid;
	grid-template-columns: 510px 1fr;
    gap: 60px;
	align-items: center;
}
.bl_about_cont h3 {
	font-weight: 600;
	font-size: 1.0625rem;
	margin: 0 0 30px;
	text-align: center;
	color: #019B4D;
}
.bl_about_movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.bl_about_movie iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bl_about_desc {
	line-height: 1.8;
}
.bl_about_desc ul {
	margin: 15px 0;
}
.bl_about_detail {
	margin: 60px auto 0;
	max-width: 900px;
	padding: 45px;
	background: #fff;
    box-shadow: 0 0 10px #00000040;
	border-radius: 10px;
}
.bl_about_detail h3  span:before,
.bl_about_detail h3  span:after {
	content: '';
	width: 14px;
	height: 24px;
	border: 1.5px solid #019B4D;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bl_about_detail h3 {
    color: #019B4D;
    font-weight: bold;
    font-size: 1.125rem;
	text-align: center;
	margin: 0 0 24px;
}
.bl_about_detail h3 span {
    position: relative;
    padding: 0 22px;
}
.bl_about_detail h3  span:before {
	left: 0;
	border-right: none;
}
.bl_about_detail h3 span:after {
	right: 0;
	border-left: none;
}
.bl_about_detail p {
	line-height: 1.9;
}
.bl_about_item .hp_adj1 {
	padding-right: 14px;
}
.bl_about_item .hp_adj2 {
	padding-right: 46.5px;
}
@media screen and (max-width: 1023px) {
	.bl_about_cont {
    	display: block;
	}
	.bl_about_desc {
		margin: 20px 0 0;
	}
	.bl_about_detail {
    	margin: 30px auto 0;
    	padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.bl_about_desc {
    	font-size: 1rem;
    	line-height: 1.8;
	}
	.bl_about_detail h3 {
    	margin: 0 0 14px;
	}
	.bl_about_detail h3 span {
    	display: block;
	}
	.bl_about_detail {
        margin: 20px auto 0;
        padding: 25px 18px 20px;
    }
	.bl_about_detail p {
    	line-height: 1.8;
	}
}
@media screen and (max-width: 320px) {
	.bl_about_detail h3 {
		font-size: 1rem;
	}
}
/* ----- グリーンマイスター検定について -----*/
.bl_features {
	background: #019B4D;
}
.bl_features_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:  40px;	
}
.bl_features_item {
	background: #fff;
	padding: 50px 24px 24px;
	border-radius: 10px;
	position: relative;
}
.bl_features_item h3 {
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
}
.bl_features_item h3 span {
	color: #019B4D;
}
.bl_features_num {
	font-size: 1.75rem;
	font-weight: 600;
    line-height: 1;
	color: #d9d9d9;
	position: absolute;
    left: 19px;
    top: 15px;
}
.bl_features_img {
	max-width: 150px;
	margin: 25px auto;
}
.bl_features_desc {
	line-height: 1.75;
}
.bl_features_point {
	text-align: center;
	background: #F7FED9;
	color: #019B4D;
	font-weight: 600;
	font-size: 1.125rem;
	padding: 8px 5px;
    margin: 15px 0 0;
    line-height: 1.75;
	border-radius: 10px;
}
@media screen and (max-width: 1279px) {
	.bl_features_cont {
    	gap: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_features_cont {
    	display: block;
	}
	.bl_features_cont .bl_features_item:not(:last-of-type) {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.bl_features_item h3 {
    	font-size: 1.25rem;
	}
	.bl_features_point {
    	font-size: 1rem;
    	line-height: 1.6;
	}
	.bl_features_desc {
    	line-height: 1.6;
	}
	.bl_features_cont .bl_features_item:not(:last-of-type) {
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 320px) {
    .bl_features_item h3 {
        font-size: 1.125rem;
    }
}
/* ----- 検定の概要  -----*/
.bl_outline table {
	border-top: 1px solid #CCDDD5;
	margin: 0 auto;
	max-width: 1020px;
}
.bl_outline table th,
.bl_outline table td {
	border-bottom: 1px solid #CCDDD5;
	vertical-align: top;
	line-height: 1.9;
}
.bl_outline table th {
    width: 210px;
    padding: 15px 0 15px 20px;
	color: #123b4d;
	font-weight: 600;
}
.bl_outline table td {
	width: calc(100% - 210px);
	padding: 15px 15px 15px 25px;
}
.bl_outline table th p {
	border-right: #D9D9D9 4px solid;
}
.bl_outline table .hp_asterisk {
	line-height: 1.6;
	margin: 15px 0 0;
	font-size: .9375rem;
}
.bl_outline table .hp_en {
	font-weight: 600;
}
.bl_outline table td .bl_outline_theme:not(:last-of-type) {
	margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
	.bl_outline table th, 
	.bl_outline table td {
		width: 100%;
		display: block;
	}
	.bl_outline table th{
        border: none;
        padding: 20px 0 10px;
	}
	.bl_outline table td {
    	padding: 0 10px 15px 14px;
	}
	.bl_outline table th p {
		border-right: none;
    	border-left: #D9D9D9 4px solid;
    	padding: 0 0 0 10px;
		line-height: 1.2;
	}
}
/* ----- 協力パートナーのご紹介  -----*/
.bl_partners {
	background: #C9E7D8;
}
.bl_partners_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:  60px;	
}
.bl_partners_item {
	background: #fff;
	position: relative;
    padding: 50px 40px 40px;
	box-shadow: 0 0 10px #00000040;
    border-radius: 10px;
}
.bl_partners_name h3 {
	font-weight: 600;
	font-size: 1.875rem;
    color: #019B4D;	
}
.bl_partners_box {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 30px;	
	align-items: center;
	margin: 0 0 25px;
}
.bl_partners_item h4 {
	padding: 0 0 0 8px;
	color: #019B4D;	
	border-left: 5px solid #019B4D;	
	font-weight: 600;
	margin: 0 0 8px;
	line-height: 1;
}
.bl_partners_desc {
	line-height: 1.7;
	font-size: .9375rem;
}
.bl_partners_ctgr {
	position: absolute;
	top: 15px;
	right: 15px;
}
.bl_partners_ctgr span {
	display: inline-block;
	color: #019B4D;	
    border: 2px solid #019B4D;
    border-radius: 30px;
    padding: 4px 30px;
    font-weight: 600;
    font-size: .875rem;
}
@media screen and (max-width: 1279px) {
	.bl_partners_cont {
		gap: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_partners_cont {
    	display: block;
	}
	.bl_partners_cont .bl_partners_item:not(:last-of-type) {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.bl_partners_item {
    	padding: 50px 20px 20px;
	}
	.bl_partners_box {
    	grid-template-columns: 75px 1fr;
    	gap: 15px;
	}
	.bl_partners_ttl {
		font-size: .875rem;
	}
	.bl_partners_name h3 {
    	font-size: 1.5rem;
	}
	.bl_partners_ctgr span {
    	padding: 1px 20px;
    	font-size: .875rem;
	}
	.bl_partners_ctgr {
    	top: 10px;
    	right: 10px;
	}
	.bl_partners_item h4 {
    	font-size: 1.0625rem;
	}
	.bl_partners_cont .bl_partners_item:not(:last-of-type) {
		margin: 0 0 15px;
	}
}
/* ----- 事前学習について  -----*/
.bl_preparation {
	background: #f5f5f5;
}
.bl_preparation_cont {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap:  60px;	
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 10px #00000040;
    border-radius: 10px;
}
.bl_preparation_cont.hp_book {
	margin: 0 0 40px;
}
.bl_preparation_cont.hp_book  .bl_preparation_img {
	max-width: 180px;
	margin: 0 auto;
	border: 1px solid #019b4d;
}
.bl_preparation_item h3 {
	color:#019B4D;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 5px 0 18px;
}
.bl_preparation_desc {
	line-height: 1.7;
	margin: 0 0 20px;
}
.bl_preparation_item li:not(:last-child) {
	margin: 0 0 5px;
}
@media screen and (max-width: 1023px) {
	.bl_preparation_cont {
    	grid-template-columns: 150px 1fr;
    	gap: 40px;
	}
	.bl_preparation_item h3 {
    	font-size: 1.25rem;
    	margin: 0 0 12px;
	}
	.bl_preparation_desc {
    	line-height: 1.6;
    	margin: 0 0 15px;
	}
	.bl_preparation_item li:not(:last-child) {
    	margin: 0 0 3px;
	}
}
@media screen and (max-width: 767px) {
	.bl_preparation_cont {
    	display: block;
		padding: 30px 20px;
	}
	.bl_preparation_cont.hp_book .bl_preparation_img {
    	max-width: 140px;
		margin: 0 auto 20px;
	}
	.bl_preparation_item h3 {
        font-size: 1.125rem;
        text-align: center;
	    margin: 16px 0 12px;
	}
}
/* ----- 推薦図書 -----*/
.bl_book {
	background: #518876;
}
.bl_book_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:  60px;	
}
.bl_book_item {
	background: #fff;
	padding: 40px 50px;
	box-shadow: 0 0 10px #00000040;
    border-radius: 10px;	
}
.bl_book_box {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap:  50px;	
}
.bl_book_txt h3 {
	font-size: 1.125rem;
	font-weight: 600;
	color: #019b4d;
	margin: 15px 0;
}
.bl_book_txt ul li {
	line-height: 1.8;
}
@media screen and (max-width: 1279px) {
	.bl_book_cont {
    	gap: 30px;
	}
	.bl_book_box {
		grid-template-columns: 110px 1fr;
		gap: 30px;
	}
	.bl_book_item {
    	padding: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.bl_book_box {
		grid-template-columns: 80px 1fr;
		gap: 20px;
	}
	.bl_book_item {
    	padding: 20px;
	}
	.bl_book_txt h3 {
    	font-size: 1.125rem;
    	margin: 0 0 10px;
	}
	.bl_book_txt ul li {
    	line-height: 1.6;
	}
}
@media screen and (max-width: 767px) {
	.bl_book_cont {
    	display: block;
	}
	.bl_book_cont .bl_book_item:not(:last-of-type) {
		margin: 0 0 15px;
	}
	.bl_book_txt ul li {
        line-height: 1.5;
        font-size: .875rem;
    }
	.bl_book_box {
        grid-template-columns: 70px 1fr;
        gap: 18px;
    }
	.bl_book_txt h3 {
        margin: 0 0 6px;
    }
}
/* ----- よくある質問 -----*/
.bl_faq {
	background: #f5f5f5;
}
.bl_faq_cont {
	margin: 40px 0 0;
}
.bl_faq_cont h3 {
	font-weight: 600;
	font-size: 1.125rem;
	margin: 0 0 20px;
}
.bl_faq_cont .bl_faq_item:not(:last-of-type) {
    margin-bottom: 15px;
}
.bl_faq_item {
	box-shadow: 0 0 10px #00000040;	
	border-radius: 10px;
}
.bl_faq_header {
    background: #fff;
    padding: 18px 80px 18px 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 10px;	
}
.bl_faq_header.open {
    border-radius: 10px 10px 0 0;
}
.bl_faq_txt {
    transition-duration: 0.2s;
}
.bl_faq_header:hover .bl_faq_txt {
	color: #019B4D;	
}
.bl_faq_header .hp_q {
    font-size: 1.375rem;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	color: #019B4D;
    transition-duration: 0.2s;
    line-height: 1;
}
.bl_faq_icon {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 22px;
    height: 22px;
    margin-top: -15px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    border-radius: 40px;
}
.bl_faq_icon .hp_i {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.bl_faq_header.open .bl_faq_icon {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.bl_faq_icon .hp_i:before, 
.bl_faq_icon .hp_i:after {
	display: flex;
    content: '';
    background: #A9B6B0;
    border-radius: 10px;
    width: 22px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: -2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.bl_faq_icon .hp_i:before {
    width: 3px;
    height: 22px;
    top: 0px;
    left: 7px;
}
.bl_faq_header.open .bl_faq_icon .hp_i:before {
	content: none;
}
.bl_faq_header.open .bl_faq_icon .hp_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bl_faq_inner {
    display: none;
    background: #fff;
    padding: 5px 30px 18px;
    border-radius: 0 0 10px 10px;
}
.bl_faq_ans {
	position: relative;
}
.bl_faq_ans .hp_a{
    font-size: 1.375rem;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
    content: 'A．';
	color: #1278D0;
	line-height: 1;
}
.bl_faq_txt,
.bl_faq_ans {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap:  10px;		
}
@media screen and (max-width: 767px) {
	.bl_faq_header {
		padding: 15px 40px 15px 15px;
	}	
	.bl_faq_header .bl_faq_txt,
	.bl_faq_ans {
    	font-size: .9375rem;
	}
	.bl_faq_header .hp_q,
	.bl_faq_ans .hp_a {
		font-size: 1rem;
		line-height: 1.4;
	}
	.bl_faq_inner {
    	padding: 15px;
	}
	.bl_faq_txt, .bl_faq_ans {
    	gap: 5px;
    	grid-template-columns: 28px 1fr;
	}
	.bl_faq_icon {
    	right: 10px;
    	width: 14px;
    	height: 14px;
    	margin-top: -10px;
	}
	.bl_faq_icon .hp_i:after {
   		width: 14px;
    	top: 5px;
    	left: 1px;
}
	.bl_faq_icon .hp_i:before {
    	height: 14px;
    	top: 0px;
    	left: 7px;
	}
}
/* ----- 法人・団体のお申込みについて-----*/
.bl_corporat {
	background: #C9E7D8;
}
.bl_corporat_desc {
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.8;
}
.bl_corporat_wrap {
	margin: 50px 0 0;
}
.bl_corporat_wrap h3 {
	font-weight: 700;
	color: #019B4D;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1;
}
.bl_corporat_wrap h3 span {
    position: relative;
    padding: 0 22px;
	display: inline-block;
}
.bl_corporat_wrap h3 span:before,
.bl_corporat_wrap h3 span:after {
	content: '';
	width: 14px;
	height: 24px;
	border: 1.5px solid #019B4D;
	position: absolute;
	top: 2px;
}
.bl_corporat_wrap h3 span:before {
	left: 0;
	border-right: none;
}
.bl_corporat_wrap h3 span:after {
	right: 0;
	border-left: none;
}
.bl_corporat_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:  90px;	
	margin: 50px 0 0;
}
.bl_corporat_img {
	max-width: 150px;
	margin: 0 auto 20px;
}
.bl_corporat_item h4 {
	font-weight: 600;
	color: #019B4D;
	font-size: 1.25rem;
	text-align: center;	
	margin: 0 auto 20px;
}
.bl_corporat .el_btn  {
	max-width: 400px;
	margin: 100px auto 0;
}
.bl_corporat .el_btn a {
	line-height: 78px;
}
@media screen and (max-width:1279px) {
	.bl_corporat_cont {
		gap: 30px;
	}
}
@media screen and (max-width:1023px) {
	.bl_corporat_item h4 {
    	font-size: 1.125rem;
	}
}
@media screen and (max-width:767px) {
	.bl_corporat_desc {
    	text-align: left;
    	font-size: 1rem;
	}
	.bl_corporat_wrap {
    	margin: 30px 0 0;
	}
	.bl_corporat_wrap h3 {
		font-size: 1.125rem;
	}
	.bl_corporat_wrap h3 span:before,
	.bl_corporat_wrap h3 span:after {
    	top: -2px;
	}
	.bl_corporat_cont {
    	display: block;
    	margin: 30px 0 0;
	}
	.bl_corporat_img {
    	max-width: 110px;
	}
	.bl_corporat_cont .bl_corporat_item:not(:last-of-type) {
		margin: 0 0 40px;
	}
	.bl_corporat_txt {
		padding: 0 15px;
	}
	.bl_corporat_item h4 {
    	margin: 0 auto 10px;
	}
	.bl_corporat .el_btn {
    	margin: 30px auto 0;
	}
	.bl_corporat .el_btn a {
    	line-height: 60px;
	}
}