@charset "UTF-8";
/*
Author: あそびラボ
*/
/*=======================================================
MV
=======================================================*/
.bl_lower_mv {
  background: url(../images/hp-maintenance/mv_bg.jpg) top center/cover no-repeat;
  height: 750px;
  padding: 116px 0 64px;
}
.bl_lower_mv_ttl {
  width: 1020px;
  padding-top: 0;
  margin-bottom: 16px;
}
.bl_mv_txt_list {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 8px;
}
.bl_mv_txt_item {
  background: url(../images/hp-maintenance/mv_txt_bg.png) top center/contain no-repeat;
  width: 222px;
  padding: 50px 0;
}
.bl_mv_txt_item > dl > dt {
  width: 62px;
  margin: auto;
  margin-bottom: 16px;
}
.bl_mv_txt_item > dl > dd {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.6em;
  text-align: center;
}
.bl_mv_price {
  background: url(../images/hp-maintenance/mv_price_bg.png) top center/contain no-repeat;
  width: 230px;
  margin: auto;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  padding: 37px 0 22px;
  justify-content: center;
  gap: 8px;
}
.bl_mv_price > dt {
  background-color: #271818;
  color: #FFFFFF;
  height: 29px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.72px;
  padding: 0 6px 2px;
}
.bl_mv_price > dd {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.92px;
}
.bl_breadcrumbs {
  background-color: #000000;
}
.bl_breadcrumbs_inner > li {
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .bl_lower_mv {
    background: url(../images/hp-maintenance/mv_bg_sp.jpg) top center/cover no-repeat;
    height: 1140px;
    padding: 316px 0 90px;
  }
  .bl_lower_mv_ttl {
    width: 690px;
    margin-bottom: 8px;
  }
  .bl_mv_txt_list {
    margin-bottom: 16px;
  }
  .bl_mv_txt_item {
    background: url(../images/hp-maintenance/mv_txt_bg_sp.png) top center/contain no-repeat;
    width: 204px;
    padding: 48px 0;
  }
  .bl_mv_txt_item > dl > dt {
    width: 58px;
    margin-bottom: 8px;
  }
  .bl_mv_txt_item > dl > dd {
    font-size: 18px;
    line-height: 1.5em;
  }
  .bl_mv_price {
    background: url(../images/hp-maintenance/mv_price_bg_sp.png) top center/contain no-repeat;
    width: 420px;
    padding: 62px 0 42px;
    gap: 24px;
  }
  .bl_mv_price > dt {
    height: 48px;
    font-size: 28px;
    letter-spacing: 1.12px;
    padding: 3px 11px 4px;
  }
  .bl_mv_price > dd {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}
/*=======================================================
共通項目
=======================================================*/

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

}
/*=======================================================
about
=======================================================*/
.bl_about {
  background-color: #000000;
  padding: 64px 0 56px;
}
.bl_about .bl_sec_mainTtl {
	width: 480px;
	margin: 0 auto 48px;
	position: relative;
}
.bl_about .bl_sec_mainTtl::before,
.bl_about .bl_sec_mainTtl::after {
	position: absolute;
	content: "";
	height: 100px;
    top: 50%;
	transform: translateY(-50%);
}
.bl_about .bl_sec_mainTtl::before {
	background: url(../images/hp-maintenance/about_icon01.svg) top center/contain no-repeat;
	width: 106px;
	left: -162px;
}
.bl_about .bl_sec_mainTtl::after {
	background: url(../images/hp-maintenance/about_icon02.svg) top center/contain no-repeat;
	width: 116px;
	right: -172px;
}
.bl_about_list {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
	justify-content: center;
}
.bl_about_item {
	width: 473px;
	border: 1px solid #D8B95C;
	padding: 24px 0;
}
.bl_about_item > dl > dt {
	font-size: 24px;
	color: #F8E61D;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: 0px;
}
.bl_about_item > dl > dd {
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .bl_about {
    padding: 72px 0 80px;
  }
  .bl_about .bl_sec_mainTtl {
	  width: 690px;
	  margin: 0 auto 56px;
  }
  .bl_about .bl_sec_mainTtl::before,
  .bl_about .bl_sec_mainTtl::after {
	  display: none;
  }
  .bl_about_list {
	  gap: 56px;
  }
  .bl_about_item {
	  width: 100%;
	  padding: 40px 24px;
  }
  .bl_about_item > dl > dt {
	  font-size: 35px;
  }
  .bl_about_item > dl > dd {
	  font-size: 28px;
	  padding: 0;
  }
}
/*=======================================================
reason
=======================================================*/
.bl_reason {
  background: url(../images/hp-maintenance/reason_bg01.jpg) top center/cover no-repeat;
  height: 1057px;
  padding: 200px 0;
  overflow: hidden;
}
.bl_reason .ly_cont_inner {
  position: relative;
  z-index: 1;
}
.bl_reason .ly_cont_inner::after {
  position: absolute;
  content: "";
  background: url(../images/hp-maintenance/reason_bg02.png) top center/contain no-repeat;
  width: 1190px;
  height: 929px;
  top: -136px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.bl_reason .bl_sec_mainTtl {
  width: 464px;
  margin: 0 auto 48px;
  position: relative;
}
.bl_reason .bl_sec_mainTtl::before,
.bl_reason .bl_sec_mainTtl::after {
  position: absolute;
  content: "";
  height: 128px;
  top: 50%;
  transform: translateY(-50%);
}
.bl_reason .bl_sec_mainTtl::before {
  background: url(../images/hp-maintenance/reason_icon01.svg) top center/contain no-repeat;
  width: 144px;
  left: -200px;
}
.bl_reason .bl_sec_mainTtl::after {
  background: url(../images/hp-maintenance/reason_icon02.svg) top center/contain no-repeat;
  width: 78px;
  right: -134px;
}
.bl_reason_list {
  display: flex;
  flex-flow: wrap;
  gap: 40px 32px;
  justify-content: center;
}
.bl_reason_item {
  width: 473px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px #B77655;
  border-radius: 20px;
  padding: 22px 0 24px;
  position: relative;
}
.bl_reason_item:first-of-type::after,
.bl_reason_item:nth-of-type(2)::after,
.bl_reason_item:nth-of-type(3)::after,
.bl_reason_item:nth-of-type(4)::after {
  position: absolute;
  content: "";
  width: 158px;
  height: 100px;
}
.bl_reason_item:first-of-type::after {
  background: url(../images/hp-maintenance/reason_img01.svg) top center/contain no-repeat;
  top: 90px;
  right: 12px;
}
.bl_reason_item:nth-of-type(2)::after {
  background: url(../images/hp-maintenance/reason_img02.svg) top center/contain no-repeat;
  top: 93px;
  right: 6px;
}
.bl_reason_item:nth-of-type(3)::after {
  background: url(../images/hp-maintenance/reason_img03.svg) top center/contain no-repeat;
  top: 117px;
  right: 16px;
}
.bl_reason_item:nth-of-type(4)::after {
  background: url(../images/hp-maintenance/reason_img04.svg) top center/contain no-repeat;
  top: 96px;
  right: 12px;
}
.bl_reason_item > dl > dt {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
.bl_reason_item:nth-of-type(3) > dl > dt {
  margin-bottom: 32px;
}
.bl_reason_item:nth-of-type(4) > dl > dt {
  margin-bottom: 8px;
}
.bl_reason_item > dl > dd {
  font-size: 16px;
}
.bl_reason_item:first-of-type > dl > dd {
  padding: 0 70px;
}
.bl_reason_item:nth-of-type(2) > dl > dd {
  padding: 0 121px;
}
.bl_reason_item:nth-of-type(3) > dl > dd {
  padding: 0 54px;
}
.bl_reason_item:nth-of-type(4) > dl > dd {
  padding: 0 46px;
}
.bl_reason_item > dl > dd .bl_iconList > li {
  padding-left: 1.5em;
  position: relative;
}
.bl_reason_item > dl > dd .bl_iconList > li::before {
  position: absolute;
  content: "";
  background: url(../images/hp-maintenance/reason_icon03.svg) top center/contain no-repeat;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
}
.bl_reason_item .el_att {
	font-size: 14px;
	margin: 8px 40px 0;
	letter-spacing: 0.56px;
}
@media screen and (max-width: 750px) {
  .bl_reason {
    background: transparent linear-gradient(180deg, #D8B95C 0%, #5B4539 100%) 0% 0%;
    height: auto;
    padding: 80px 0;
  }
  .bl_reason .ly_cont_inner::after {
    display: none;
  }
  .bl_reason .bl_sec_mainTtl {
    width: 690px;
    margin: 0 auto 56px;
  }
  .bl_reason .bl_sec_mainTtl::before,
  .bl_reason .bl_sec_mainTtl::after {
    display: none;
  }
  .bl_reason_list {
    flex-flow: column;
    gap: 56px;
  }
  .bl_reason_item {
    width: 100%;
    padding: 32px 0 40px;
  }
  .bl_reason_item:first-of-type::after,
  .bl_reason_item:nth-of-type(2)::after,
  .bl_reason_item:nth-of-type(3)::after,
  .bl_reason_item:nth-of-type(4)::after {
    width: 230px;
    height: 146px;
  }
  .bl_reason_item:first-of-type::after {
    top: 153px;
    right: 19px;
  }
  .bl_reason_item:nth-of-type(2)::after {
    top: 139px;
    right: 10px;
  }
  .bl_reason_item:nth-of-type(3)::after {
    top: 155px;
    right: 26px;
  }
  .bl_reason_item:nth-of-type(4)::after {
    top: 163px;
    right: 17px;
  }
  .bl_reason_item > dl > dt {
    font-size: 40px;
  }
  .bl_reason_item:nth-of-type(3) > dl > dt,
  .bl_reason_item:nth-of-type(4) > dl > dt  {
    margin-bottom: 16px;
  }
  .bl_reason_item > dl > dd {
    font-size: 28px;
  }
  .bl_reason_item:first-of-type > dl > dd,
  .bl_reason_item:nth-of-type(2) > dl > dd,
  .bl_reason_item:nth-of-type(3) > dl > dd ,
  .bl_reason_item:nth-of-type(4) > dl > dd {
    padding: 0 40px 0 62px;
  }
  .bl_reason_item > dl > dd .bl_iconList > li::before {
    width: 28px;
    height: 28px;
  }
  .bl_reason_item .el_att {
	  font-size: 20px;
	  margin: 16px 64px 0;
	  letter-spacing: 0.56px;
  }
}
/*=======================================================
campaign
=======================================================*/
.bl_campaign {
  background: linear-gradient(180deg,rgba(39, 24, 24, 1) 0%, rgba(39, 24, 24, 1) 95%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
  padding: 48px 0 88px;
}
.bl_campaign .bl_sec_mainTtl {
  width: 480px;
  margin: auto;
  margin-bottom: 8px;
}
.bl_campaign_txt {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 117px;
}
.bl_campaign_list {
  display: flex;
  flex-flow: nowrap;
  gap: 102px;
  justify-content: center;
  position: relative;
}
.bl_campaign_list::before,
.bl_campaign_list::after {
  position: absolute;
  content: "";
  width: 482px;
  height: 494px;
  bottom: -60px;
}
.bl_campaign_list::before {
  background: url(../images/hp-maintenance/campaign_img01.svg) top center/contain no-repeat;
  left: 0;
}
.bl_campaign_list::after {
  background: url(../images/hp-maintenance/campaign_img02.svg) top center/contain no-repeat;
  right: 0;
}
.bl_campaign_item {
  width: 409px;
  background-color: #FFFFFF;
  border: 5px solid #D8B95C;
  border-radius: 20px;
  padding: 28px 24px 24px;
  position: relative;
  z-index: 1;
}
.bl_campaign_item_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.28px;
  margin-bottom: 8px;
}
.bl_campaign_price {
  display: flex;
  flex-flow: nowrap;
  gap: 48px;
  align-items: center;
  justify-content: center;
}
.el_campaign_price_bf {
  font-weight: bold;
  position: relative;
}
.el_campaign_price_bf::after {
  position: absolute;
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #222222;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
.bl_campaign_item_txt.bl_label {
  background-color: #271818;
  width: 217px;
  color: #FFFFFF;
  letter-spacing: 0.68px;
  margin: 0 auto 8px;
  padding: 3px 0 0;
  text-align: center;
}
.el_campaign_price_af {
  display: flex;
  flex-flow: column;
  color: #7C31E1;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.el_campaign_price_af > span {
  display: inline-block;
  background-color: #271818;
  width: 102px;
  font-size: 22px;
  letter-spacing: 0.88px;
  color: #F8E61D;
  padding: 4px 0 0;
  text-align: center;
}
.bl_campaign_item:last-of-type .bl_campaign_price {
  margin-bottom: 16px;
}
.bl_campaign_item_txt {
  font-size: 16px;
  letter-spacing: 0.64px;
}
.bl_campaign_item_txt > span {
  font-weight: bold;
  font-size: 20px;
}
.bl_campaign_item:last-of-type .bl_campaign_item_txt {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bl_campaign {
    background: unset;
    background-color: #271818;
    padding: 80px 0 160px;
  }
  .bl_campaign .bl_sec_mainTtl {
    width: 690px;
    margin-bottom: 8px;
  }
  .bl_campaign_txt {
    margin-bottom: 182px;
    z-index: 2;
    position: relative;
  }
  .bl_campaign_list {
    flex-flow: column;
    gap: 228px;
    z-index: 1;
  }
  .bl_campaign_list::before,
  .bl_campaign_list::after {
    width: 720px;
  }
  .bl_campaign_list::before {
    background: url(../images/hp-maintenance/campaign_img01_sp.svg) top center/contain no-repeat;
    height: 1362px;
    left: -32px;
    bottom: -160px;
  }
  .bl_campaign_list::after {
    background: url(../images/hp-maintenance/campaign_img02_sp.svg) top center/contain no-repeat;
    height: 738px;
    right: -32px;
    bottom: -160px;
  }
  .bl_campaign_item {
    width: 100%;
    padding: 32px 40px;
  }
  .bl_campaign_item_ttl {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  .bl_campaign_price {
    gap: 138px;
  }
  .el_campaign_price_bf::after {
    border-width: 20px 0 20px 27px;
    border-color: transparent transparent transparent #222222;
    right: -88px;
  }
  .bl_campaign_item_txt.bl_label {
    width: 366px;
    font-size: 28px;
    letter-spacing: 1.12px;
    margin: 0 auto 16px;
    padding: 4px 0;
  }
  .el_campaign_price_af {
    font-size: 50px;
    letter-spacing: 2px;
  }
  .el_campaign_price_af > span {
    width: 172px;
    font-size: 32px;
    letter-spacing: 1.28px;
    padding: 5px 0 3px;
  }
  .bl_campaign_item_txt {
    font-size: 22px;
    letter-spacing: 0.88px;
  }
  .bl_campaign_item_txt > span {
    font-size: 40px;
  }
}
/*=======================================================
price
=======================================================*/
.bl_price {
  padding: 64px 0 56px;
}
.bl_price .bl_sec_mainTtl {
  width: 100%;
  color: #F8E61D;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.12px;
  background-color: #222222;
  padding: 6px 0 4px;
  margin-bottom: 40px;
}
.bl_plan_table {
  border: 1px solid #222222;
  margin-bottom: 112px;
}
.bl_plan_table .bl_plan_tableTtl > tr > th,
.bl_plan_table > tbody > tr:not(:last-of-type) > th,
.bl_plan_table > tbody > tr:not(:last-of-type) > td {
  border-bottom: 1px solid #222222;
}
.bl_plan_table .bl_plan_tableTtl > tr > th:first-of-type,
.bl_plan_table > tbody > tr > th:first-of-type {
  width: 196px;
  font-weight: bold;
  background-color: #DDD5BB;
  letter-spacing: 0.68px;
  padding: 20px 0 19px;
  border-right: 1px solid #222222;
}
.bl_plan_table .bl_plan_tableTtl > tr > th:nth-of-type(2) {
  width: 412px;
  background-color: #3FB56C;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.68px;
  padding: 20px 0 19px;
  border-right: 1px solid #222222;
}
.bl_plan_table .bl_plan_tableTtl > tr > th:nth-of-type(3) {
  width: 412px;
  background-color: #1B51E5;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.68px;
  padding: 20px 0 19px;
}
.bl_plan_table > tbody > tr > td {
  text-align: center;
}
.bl_plan_table > tbody > tr > td:first-of-type {
  border-right: 1px solid #222222;
}
.bl_plan_table > tbody > tr:first-of-type > td {
  font-weight: bold;
  color: #7C31E1;
}
.bl_option_ttl {
  width: 774px;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.96px;
  background-color: #7C31E1;
  padding: 11px 0 6px;
  margin: 0 auto 24px;
}
.bl_option_txt {
  text-align: center;
  margin-bottom: 24px;
}
.bl_option_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.bl_option_item {
  width: 774px;
  background-color: #DDD5BB;
  border-radius: 10px;
  margin: auto;
  padding: 32px 32px 32px 48px;
}
.bl_option_item > dl {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
}
.bl_option_item > dl > dt {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.8px;
}
.bl_option_item > dl > dd {
  display: flex;
  flex-flow: column;
  align-items: end;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.8px;
}
.bl_option_item > dl > dt .el_att {
  margin-top: 8px;
}
.bl_option_item > dl > dt .el_att,
.bl_option_item > dl > dd > span {
  font-weight: lighter;
  font-size: 16px;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 750px) {
  .bl_price {
    padding: 80px 0;
  }
  .bl_price .bl_sec_mainTtl {
    font-size: 32px;
    letter-spacing: 1.28px;
    padding: 7px 0 5px;
  }
  .bl_price .el_att {
		display: block;
		font-size: 22px;
	}
  .bl_plan_table {
    margin-bottom: 80px;
    border: 2px solid #222222;
    min-width: 1020px;
		white-space: nowrap;
		border-collapse: collapse;
  }
  .bl_plan_table .bl_plan_tableTtl > tr > th,
  .bl_plan_table > tbody > tr:not(:last-of-type) > th,
  .bl_plan_table > tbody > tr:not(:last-of-type) > td {
    border-bottom: 2px solid #222222;
  }
  .bl_tableWrapper{
		position: relative;
    max-width: 690px;
    overflow-x: scroll;
  }
  .bl_plan_table .bl_plan_tableTtl > tr > th:first-of-type,
  .bl_plan_table > tbody > tr > th:first-of-type {
    width: 345px;
    letter-spacing: 1.12px;
    padding: 34px 0 32px;
    border-right: 2px solid #222222;
  }
  .bl_plan_table .bl_plan_tableTtl > tr > th:nth-of-type(2) {
    border-right: 2px solid #222222;
  }
  .bl_plan_table .bl_plan_tableTtl > tr > th:nth-of-type(2),
  .bl_plan_table .bl_plan_tableTtl > tr > th:nth-of-type(3) {
    width: 282px;
    letter-spacing: 1.12px;
    padding: 34px 0 32px;
  }
  .bl_plan_table > tbody > tr > td:first-of-type {
    border-right: 2px solid #222222;
  }
  .bl_option_ttl {
    width: 100%;
    font-size: 32px;
    letter-spacing: 1.28px;
    padding: 7px 0 5px;
    margin: 0 auto 40px;
  }
  .bl_option_txt {
    margin-bottom: 40px;
  }
  .bl_option_list {
    gap: 40px;
  }
  .bl_option_item {
    width: 100%;
    padding: 64px 32px 64px 24px;
  }
  .bl_option_item > dl > dt {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
  .bl_option_item > dl > dd {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
  .bl_option_item > dl > dt .el_att,
  .bl_option_item > dl > dd > span {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
/*=======================================================
achievement
=======================================================*/
.bl_achievement {
  background-color: #000000;
  padding: 56px;
}
.bl_achievement .bl_sec_mainTtl {
  width: 136px;
  margin: 0 auto 32px;
}
.bl_achievement_txt {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.bl_achievement .bl_cardUnit {
  gap: 30px;
  justify-content: center;
  margin-bottom: 32px;
}
.bl_achievement .bl_card {
  width: 320px;
  padding: 24px;
  background-color: #FFFFFF;
}
.bl_achievement .bl_card_imgWrapper {
  margin-bottom: 8px;
}
.bl_achievement .bl_card_ttl {
  font-size: 16px;
  font-weight: lighter;
}
.bl_achievement .el_btn {
  margin: auto;
}
@media screen and (max-width: 750px) {
  .bl_achievement {
    padding: 80px 0;
  }
  .bl_achievement .bl_sec_mainTtl {
    width: 204px;
    margin: 0 auto 40px;
  }
  .bl_achievement_txt {
    margin-bottom: 56px;
  }
  .bl_achievement .bl_cardUnit {
    margin-bottom: 64px;
    gap: 56px;
  }
  .bl_achievement .bl_card {
    width: 100%;
    padding: 32px;
  }
  .bl_achievement .bl_card_imgWrapper {
    margin-bottom: 24px;
  }
  .bl_achievement .bl_card_ttl {
    font-size: 28px;
  }
  .bl_achievement .el_btn {
    padding: 5px 16px 0 0;
  }
}
/*=======================================================
merit
=======================================================*/
.bl_merit {
  background: url(../images/hp-maintenance/merit_bg01.jpg) top center/cover no-repeat;
  height: 1323px;
  padding: 210px 0 214px;
}
.bl_merit .ly_cont_inner {
  position: relative;
  z-index: 1;
}
.bl_merit .ly_cont_inner::after {
  position: absolute;
  content: "";
  background: url(../images/hp-maintenance/merit_bg02.png) top center/contain no-repeat;
  width: 1300px;
  height: 1199px;
  top: -144px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.bl_merit .bl_sec_mainTtl {
  width: 450px;
  margin: auto;
  margin-bottom: 40px;
}
.bl_merit .bl_mediaList {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.bl_merit .bl_media_ttl {
  width: 100%;
  background-color: #271818;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.12px;
  text-align: center;
  padding: 6px;
  margin-bottom: 32px;
}
.bl_merit .bl_media_imgWrapper {
  width: 478px;
  border: 1px solid #1B51E5;
}
.bl_merit .bl_media_body {
  width: 510px;
}
.bl_merit .bl_media_txt + .bl_media_txt {
  margin-top: 1.3em;
}
@media screen and (max-width: 750px) {
  .bl_merit {
    background: transparent linear-gradient(180deg, #F7D68E 0%, #F3B852 100%) 0% 0%;
    height: auto;
    padding: 80px 0;
  }
  .bl_merit .ly_cont_inner::after {
    display: none;
  }
  .bl_merit .bl_sec_mainTtl {
    width: 674px;
    margin-bottom: 64px;
  }
  .bl_merit .bl_mediaList {
    gap: 80px;
  }
  .bl_merit .bl_media_ttl {
    font-size: 32px;
    letter-spacing: 1.28px;
    margin-bottom: 40px;
  }
  .bl_merit .bl_media_imgWrapper,
  .bl_merit .bl_media_body {
    width: 100%;
  }
  .bl_merit .bl_media_imgWrapper {
    margin-bottom: 32px;
  }
}
/*=======================================================
faq
=======================================================*/
.bl_faq {
  padding: 56px 0 112px;
}
.bl_faq .bl_sec_mainTtl {
  width: 238px;
  margin: 0 auto 40px;
}
.bl_faq_def {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.bl_faq_item > .bl_faq_dttl{
	width: 1020px;
	height: auto;
	background: #0F0F0F;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 12px 80px 9px;
	position: relative;
  cursor: pointer;
}
.bl_faq_item > .bl_faq_dttl::before{
	content: '';
	position: absolute;
	background: url(../images/line-marketing/icon_q.svg) top center / contain no-repeat;
	width: 24px;
	height: 24px;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.bl_faq_item > .bl_faq_dttl::after{
	content: '▼';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 4px 0 0 2px;
    background: #7C31E1;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
	transform: translateY(-50%);
    right: 22px;
}
.bl_faq_item > .bl_faq_dttl.active::after{
	content: '▲';
}
.bl_faq_item > .bl_faq_ddata{
  margin-top: 24px;
	display: none;
}
@media screen and (max-width: 750px) {
  .bl_faq {
    padding: 80px 0 104px;
  }
  .bl_faq .bl_sec_mainTtl {
    width: 356px;
    margin: 0 auto 64px;
  }
  .bl_faq_def {
    gap: 56px;
  }
  .bl_faq_item > .bl_faq_dttl{
	  width: 100%;
	  font-size: 32px;
	  padding: 9px 112px 9px 96px;
  }
  .bl_faq_item > .bl_faq_dttl::before{
	  width: 32px;
	  height: 32px;
	  left: 32px;
  }
  .bl_faq_item > .bl_faq_dttl::after{
    width: 48px;
    height: 48px;
    font-size: 24px;
    right: 32px;
  }
  .bl_faq_item > .bl_faq_ddata{
    margin-top: 32px;
  }
}