@charset "utf-8";
/*******************************************************
MeySen Academy Copyright(c) All Rights Reserved.
*******************************************************/
/* Main Visual */
#pg-donate { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/meaning/lg-mainVisual.jpg);}
#pg-friendsSQ { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/friends_square/mainVisual.jpg);}
#pg-awwl { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/awaywelearn/mainVisual.jpg);}
#pg-tdhouse { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/td-house/mainVisual.jpg);}
#pg-private { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/interview_private/mainVisual.jpg);}
#pg-corporate { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/interview_corporate/mainVisual.jpg);}
#pg-student { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/interview_student/mainVisual.jpg);}
#pg-education { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/education/mainVisual.jpg);}
#pg-incentives { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/incentives/mainVisual.jpg);}
#pg-apply { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/apply/mainVisual.jpg);}

@media screen and (max-width : 1400px) {
  #pg-donate { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/meaning/mainVisual.jpg);}
}
@media screen and (max-width : 640px) {
  #pg-donate { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/meaning/sp-mainVisual.jpg);}
  #pg-friendsSQ { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/friends_square/sp-mainVisual.jpg);}
  #pg-awwl { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/awaywelearn/sp-mainVisual.jpg);}
  #pg-tdhouse { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/td-house/sp-mainVisual.jpg);}
  #pg-private { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/interview_private/sp-mainVisual.jpg);}
  #pg-corporate { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/interview_corporate/sp-mainVisual.jpg);}
  #pg-student { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/interview_student/sp-mainVisual.jpg);}
  #pg-education { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/education/sp-mainVisual.jpg);}
  #pg-incentives { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/incentives/sp-mainVisual.jpg);}
  #pg-apply { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), url(/img/donate/apply/sp-mainVisual.jpg);}
}

/* Common */
.el-sideNav-ul {
	position: sticky;
	top: 14rem;
}
/***********************************************
Donation TOP
***********************************************/
/* Local menu*/
.hp-bg-sub {
	padding: 0 calc((var(--window-width) - 1400px) / 2) 0;
	background: rgb(var(--season-sub-color));
	border-bottom: 0;
}

.hp-bg-sub .el-tabSelector {
	display: flex;
	flex-direction: column;
	width: calc(100% / 4);
	justify-content: center;
	align-items: center;
	color: #fff;
	min-width: auto;
}

.hp-bg-sub .el-tabSelector:not(:last-of-type) {
	border-right: solid 1px #fff;
}

.hp-bg-sub .el-tabSelector span{
  font-size: .9em;
	padding-top: .3rem;
}
.hp-bg-sub .js-active, .hp-bg-sub .el-tabSelector:hover{
	background: rgb(var(--season-main-color));
	color: #fff;
}
/* Meadning */
.bl-donate-meaning {
  width: 100%;
  margin:auto;
  padding:4rem 0;
  text-align: center;
}
  .bl-donate-meaning h2 {
    width: 90%;
    margin: auto auto 2rem;
    color:rgb(var(--season-main-color));
    font-size: 25px;
    text-align: center;
  }
  .bl-donate-meaning p {
	  width: 90%;
	  margin: auto;
	  font-size: 18px;
	  text-align: center;
	}

/* Donate Type */
.bl-dualRow-textBox-inner {
	margin:40px auto;
	text-align: center;
}
  .bl-dualRow-textBox-inner p {
	  width: 100%;
	  max-width: 500px;
	  margin: 48px 0;
	  text-align: center;
	}

.el-donateType-title {
	width: 100%;
    max-width: 375px;
    margin: auto;
    font-size: 2rem;
    text-align: center;
}

/* Request */
.ly-request-wrap {
  padding:5%;
  background:#F0F0F0;
}
  .ly-request-title {
    margin-bottom: 4rem;
    font-size: 2rem;
    text-align: center;
    line-height: 1em;
    color:rgb(var(--season-main-color));
  }
  #chairman { margin-bottom: 8rem; }
  .ly-request-block {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8em;
  }
    .ly-request-portrait {
      width: 30%;
      position: relative;
      margin-bottom: auto;
    }
    .ly-request-portrait-img {
      display: flex;
      width: 100%;
      height: auto;
      margin-top: auto;
      object-fit: contain;
    }
    .ly-request-portrait-name {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0;
      padding: 2rem 1.5rem 1rem;
      text-align: right;
      font-size: 1.1rem;
      font-weight: lighter;
      color: #fff;
      line-height: 1.4em;
      background: rgb(var(--season-sub-color), .45);
    }
    .ly-request-text-block { width: 65%; }
    .ly-request-text-title {
      font-size: 1.6rem;
      margin-bottom: 1.7rem;
    }

.el-logo-slideImg {width: 100%;}

/* Interview */
.ly-interview-wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 0 5rem;
}
.ly-interview-title {
  margin-bottom: 4rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1em;
}
.ly-interview-card-wrap {
  display: flex;
  justify-content: space-between;
}
  .ly-interview-card {
    width: 32%;
    background: #eee;
	transition: .3s;
  }
  .hp-bg-gray .ly-interview-card { background: #fff; }
  .ly-interview-card .el-interview-photo {
	  position: relative;
	  display: inline-block;
	  width: 100%;
	  line-height: 0;
	}
  .ly-interview-card .el-interview-photo::after {
	  content:"";
	  position: absolute;
	  top:0;
	  left:0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, .2);
	  transition: .3s;
  }
  .ly-interview-card:hover { text-decoration: underline; }
  .ly-interview-card:hover .el-interview-photo::after { background: rgba(0, 0, 0, .0); }

  .ly-card-2row .ly-interview-card { width: 48%; }

    .ly-interview-card h4 {
      width: 88%;
      margin: 2rem auto 1.5rem;
      font-size: 1.2rem;
      line-height: 1.8rem;
    }
    .ly-interview-card h5 {
      display: flex;
      flex-wrap: wrap;
      width: 88%;
      margin: 0rem auto 1.5rem;
      font-size: 0.85rem;
      font-weight: normal;
    }
    .ly-interview-card p {
      width: 88%;
      margin: 0 auto 1rem;
    }
    .line-elipse3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
    .ly-interview-card img { width: 100%; }
	.bl-top-img {width: 100%;}

	.bl-interview-section #first,.bl-interview-section #second, .bl-interview-section #third {
		margin-top:-14rem;
		padding-top: 14rem;
	}

.bl-interview-section #first {
  position: relative;
  z-index: -1;
}

/* Apply Link */
.ly-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 5rem;
  background-color: rgb(var(--season-main-color));
  color: #fff;
}
  .ly-detail h2 {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
  }
  .detail__anchor { margin:auto; }

/* Privacy */
.ly-privacy {
  display: flex;
  justify-content: center;
  padding: 3.5rem 40px;
  background-color: #fff;
}
.ly-privacy p {
  width: 85%;
  max-width: 1000px;
  margin: 1.5rem 0;
}
/* Parts */
.icon-arrow-left2{
  position: relative;
  padding: .6rem 1rem;
  font-size: .85rem;
}
.icon-arrow-left2:before {
  content: "\ea40";
  padding-right: 16px;
}
.icon-arrow-right2{ position: relative; }
.icon-arrow-right2:after {
  content: "\ea3c";
  padding-left: 16px;
}
.el-backto-page {
  margin:0 auto;
  padding:3.5rem 1rem 0;
  text-align: center;
}

@media screen and (max-width: 768px){
 /*local menu*/
	.hp-bg-sub .el-tabSelector {
		width: 100%;
		height: 90px;
		}

.hp-bg-sub .el-tabSelector:not(:last-of-type) {
	border-right: solid 0px #fff;
	border-left: solid 0px #fff;
	border-top: solid 0px #fff;
	border-bottom: solid 1px #fff;
}

  /* Request */
  .ly-request-wrap { padding: 4rem 1.5rem; }
  .ly-request-block {
      flex-direction: column;
      padding-bottom: 0;
  }
  .ly-request-portrait {
    width: 70%;
    margin: auto;
    text-align: center;
}
	.ly-request-text-block { text-align: center; }
  .ly-request-text-title { text-align: center; }
  .ly-request-portrait-img { width: 100%; }
  .ly-request-text-block {
      width: 100%;
      max-width: 100%;
      padding: 2rem 0;
  }
  /* Interview */
    .ly-interview-card-wrap {
      flex-wrap: wrap;
      width: 90%;
      margin: auto;
  }
  .ly-interview-card {
    width: 48%;
    margin-bottom: 2rem;
  }
  /* Privacy */
  .ly-privacy { padding: 3.5rem 0; }

  /* Detail */
  .ly-detail h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .ly-detail .hp-btnOutline-white { padding: 1.1rem 1rem; }
}
@media screen and (max-width : 640px) {

  /* Request */
  #chairman { margin-bottom: 5rem; }

  /* Detail */
  .ly-detail {
    width: 100%;
    padding: 2rem;
  }
    /* Interview */
	.ly-interview-card, .ly-interview-card-2row .ly-interview-card { width: 100%; }
	.ly-interview-wrap { padding: 3rem 0 2rem; }

	.ly-request-title, .ly-interview-title { margin-bottom: 2rem; }
	.ly-request-text-title { font-size: 1.5rem; margin-bottom: 1.2rem; }
}
@media screen and (max-width :480px) {

	.el-donateType-title { font-size: 1.8rem; }

  /* meaning */
  .bl-donate-meaning { padding: 2rem 0; }
    .bl-donate-meaning h2 {
        width: 90%;
        margin: auto auto 2rem;
        font-size: 5.5vw;
    }
	.bl-donate-meaning p { font-size: 15px; text-align: justify; }

  /* Type */
  .bl-dualRow-textBox-inner { margin: 0 auto; }
    .bl-dualRow-textBox-inner p { margin: 24px 0; }

  /* Request */
  .ly-request-title { font-size: 1.6rem; }
  .ly-request-portrait { width: 90%; }
  .ly-request-text-title {
      font-size: 1.4rem;
      margin-bottom: 1rem;
  }

  /* Interview */
  .ly-interview-wrap { padding: 3rem 0; }
  .ly-interview-title {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  /* Privacy */
	.ly-privacy { padding: 2rem 0; }
}
@media screen and (max-width :375px) {
	.el-donateType-title { font-size: 1.6rem; }
	/* Detail */
	.ly-detail h2 {	font-size: 1.2rem; }
}
/***********************************************
InterView
***********************************************/
.bl-interview-body { position: relative; }
.bl-interview-section {
  position: relative;
  margin: 0 7.5%;
  padding: 5% 0;
}
 .bl-interview-section img { width: 100%; }
 .bl-interview-section figure {
    margin: 0 auto 3rem;
    max-width: 1200px;
 }
 .bl-interview-section figcaption {
   margin-top: 1.5rem;
   text-align: right;
 }
 .bl-interview-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.bl-interview-section:not(:first-child) { border-top: solid 1px rgb(var(--season-main-color)); }
.bl-interview-section p{ line-height: 1.8em;}
/***********************************************
税制上の優遇措置
***********************************************/
.ly-incentives {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding:4rem 0;
}
	.ly-incentives-title {
		margin-bottom: 3rem;
		font-size: clamp(22px, 2.6vw, 28px);
		color:var(--season-main-color);
		text-align: center;
	}
.bl-personal {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2rem 0;
}
.bl-personal__main-title { display: flex; }
.bl-personal-title {
	position: relative;
	width: 10%;
	background-color: rgb(var(--season-main-color));
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}
.bl-personal-content-title { font-size: 1.5rem; margin-bottom: .5rem; }
.type-a {
	display: inline-flex;
	width: 1.7rem;
	height: 1.7rem;
	margin-left: 0.5rem;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background: #46ACF6;
	border-radius: 50%;
	font-weight: bold;
}
.type-b {
	display: inline-flex;
	width: 1.7rem;
	height: 1.7rem;
	margin-left: 0.5rem;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background: #83C840;
	border-radius: 50%;
	font-weight: bold;
}
.type-c {
	display: inline-flex;
	width: 1.7rem;
	height: 1.7rem;
	margin-right: 0.5rem;
	margin-left: -2.25rem;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background: #367157;
	border-radius: 50%;
	font-weight: bold;
}

.bl-personal-title h3 {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	white-space: nowrap;
}
.bl-adjust-box {
    position: relative;
    width: 150px;
    height: auto;
	margin-right: 5%;
}
.bl-adjust-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.bl-personal-content {width: 80%;  text-align: left;}
.text-wrap__flow {
	margin: 0.5rem 0;
	padding: 1.5rem;
	background: #f8ebe4;
}
.text-wrap__options {line-height: 1.5rem;}
#corporate .bl-personal-title {
	position: relative;
	width: 10%;
	background-color: rgb(var(--season-sub-color));
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}
.bl-koujo-option {
	width: 100%;
	text-align: left;
}
.red-title{
	display: block;
	color: #852D23;
	border-bottom: solid 1px #852d23;
	margin-bottom: 2rem;
    padding-bottom: 0.7rem;
    font-size: 2rem;
}
.notice:last-of-type{
	width: 90%;
	margin: 1rem auto;
	text-align: left;
  line-height: 1.5em;
}
.notice li {
	margin-left: 2em;
	text-indent: -2em;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}
.hp-notice-15rem {margin: 1rem 0 0; padding: 0; text-align: center;}

.hp-notice-15rem li {
	margin-left: auto;
	font-size: 0.9rem;
	text-align: left;
}
.hp-notice-15rem.bl-borTop {
	margin: 1rem 2rem 0;
	padding-top: 1rem;
	padding-left: 1rem;
	border-top: solid 1px #666;
	font-size: .85rem;
}

.option-a__point {margin-top: 1.5rem;}

.point-title__a {
	width: 100%;
	padding: 0.5rem;
	background: #852D23;
	color: #fff;
	text-align: center;
}
.point-text {
	width: 100%;
	padding: 2rem 2rem 1rem;
	background: #eeeef7;
	justify-content: center;
	font-size: 1.3rem;
}
.red {color: #852D23;}
.el-option-b-detail {
	width: 80%;
	margin:1rem 0 .5rem;
	padding: 2rem 2rem;
	background: #D3EFFF;
	line-height: 2rem;
}
.el-option-b-detail:last-child { margin-top:2rem; }
.bg-green {	background: #E1F2D0; }
.bg-pink { background: #F8EEDA; }

.el-option-b-detail h3{
	font-size: 1.23rem;
	text-align: center;
}
.point span {
	display: flex;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: .5rem;
}
.option-a__point, .option-b__point { margin-top: 1.5rem; }

.point-title__b {
	width: 100%;
	padding: 0.5rem;
	background: #00604F;
	color: #fff;
	text-align: center;
	justify-content: center;
}
.green {color: #00604F;}
.blue {color: #385C95; line-height: 2rem;}

.bl-koujo { margin:4rem 0 0; }
.bl-koujo .el-option-b-detail {
	width: 100%;
	padding: 2rem 1rem 2rem;
}
.el-option-b-detail.bg-green {margin-bottom: 1rem;}

.full-width .el-option-b-detail h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.full-width .el-option-b-detail h3 span{
  font-size: 0.8em;
	padding-right: 2rem;
}
.bl-personal-content-textWrap{
	display: flex;
	flex-direction: column;
}
.bl-personal-content .bl-personal-detail {
	margin: 2rem auto;
	padding-left: 5rem;
}
.bl-personal-content .bl-personal-detail-c { margin:2rem 0; padding-left: 6.5rem; }
.bl-personal-type {	margin-bottom:1rem; margin-left: -3.5rem; }

.bl-personal-type .type-a,.bl-personal-type .type-b {
  	padding: 1.2rem;
	margin-right: 0.5rem;
}
.bl-note h2 {
	margin-bottom: .6rem;
	font-size: 20px;
}
.ly-contact { width: 100%; }
	.ly-contact-inner{
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
		padding:3rem 0;
	}
	.ly-contact-inner h2 { margin-bottom:1.5rem; font-size: 22px; }

/* #corporate, .ly-contact-inner {
	padding-left: 3rem;
	padding-right: 3rem;
} */
.hp-tel { margin-right: 2rem; }

/* ///////////////////////////////////////////////////

	Mobile View Settings

//////////////////////////////////////////////////// */
@media screen and (max-width:1200px) {
	.bl-personal, .ly-incentives, #corporate.ly-contact, .ly-contact-inner { padding: 2rem; }
}
@media screen and (max-width:960px) {
	.bl-personal-content-textWrap {	margin-bottom: 3rem; }
	.bl-personal-type {
		text-align: left;
		margin: 0 0 1rem;
	}
	.el-option-b-detail {width: 100%;}
	.bl-personal, .corporate{padding-top: 0;}
	.bl-personal__main-title , .corporate__main-title, .important__wrap{
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.bl-adjust-box {
		width: 100%;
		margin: 0 auto 3rem;
	}
	.bl-personal-title, #corporate .bl-personal-title {
		width: 100%;
		height: 100%;
		padding: 1.8rem;
		font-size: 1.3rem;
	}
	.bl-adjust-box:before {padding-top: 10%;}
	.bl-adjust-box__important {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 3rem;
	}
	.bl-adjust-box__important:before {padding-top: 10%;}
	.bl-personal-content {width: 100%;margin: 0;}
	.bl-personal-content .bl-personal-detail { padding-left: 0; }
	.bl-personal-content .btn-blue {
		display: flex;
    	margin: 3rem auto 0;
	}
	h2 {text-align: center; margin-bottom: 2rem;}
	.bl-koujo-option{
		width: 100%;
		margin:0 0 2rem;
		padding-right: 0rem;
		border-right: none;
	}
	.option-b , .option-b-3{width: 100%; margin:0 0 2rem; padding: 0rem;}
	.option-b-3 , .option-b3 p{margin: 0;}

	.bl-personal-content .bl-personal-detail-c {
		margin: 2rem 0;
		padding-left: 2rem;
	}
}
@media screen and (max-width:667px) {
	.bl-adjust-box {
		width: 100%;
		max-width: 100%;
	}
	.bl-adjust-box__important {
		width: 100%;
		max-width: 100%;
	}
	.bl-personal , .corporate  {
		border: none;
		width: 100%;
		padding: 0;
	}
	h3 {
		width: auto;
		margin: auto;
		text-align: left;
	}
	.hp-notice-15rem.bl-borTop {
		margin: 1rem 0 0;
		font-size: .9rem;
	}
}
@media screen and (max-width:480px) {
	.ly-incentives { width: 88%; padding:2rem 0; }
	.ly-incentives-title,
	.bl-personal-content-title h2 { font-size: 20px; line-height: 1.2; }
	.el-option-b-detail h3 { font-size: 100%; }
	.bl-personal-content .bl-personal-detail-c {
		margin: 2rem 0;
		padding-left: 0;
	}
	.type-c {
		margin-left: 0;
		margin-bottom: 1rem;
	}
	.bl-personal-type:last-child { margin-top: 2rem; }
	.ly-contact-inner {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.hp-tel { display: block; margin-right: 0; }
}

/***********************************************
お申し込み
***********************************************/
.ly-applyPrivate {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 6rem 0;
}
	.ly-applyPrivate-title {
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}
.ly-applyCorporate {
	margin-right: auto;
	margin-left: auto;
}
	.ly-applyCorporate-title {
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}
	.ly-applyCorporate-wrap {
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
		padding: 6rem 0;
	}
	.ly-applyCorporate-inner {
		display: flex;
	}

.bl-card-information {margin-bottom: 5rem;}
.bl-card-information, .ly-bank-information {display: flex;}
.ly-bank-information { padding: 0;}

.icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	background: rgb(var(--season-main-color));
	padding: 2rem;
	text-align: left;
	margin-right: auto;
}
.bank.icon-wrap {background: rgb(var(--season-sub-color));}
.corporate.icon-wrap {	background: #559A83;}

.el-card-icon {width: 100%; height: auto; max-width: 130px;}
.el-card-icon_wrap {width: 35%; white-space: nowrap; margin-right: auto;}
.el-bank-icon {width: 100%; height: auto; max-width: 130px;}
.el-bank-icon_wrap {width: 35%; white-space: nowrap; margin-right: auto;}
.el-corp-icon {width: 100%; height: auto; max-width: 130px;}
.el-corp-icon_wrap {width: 35%; white-space: nowrap; margin-right: auto;}


.text-wrap {
	display: flex;
	flex-direction: column;
	width: calc(100% - (130px + 2rem));
	text-align: left;
}
.form-information {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 2.5rem;
}

.bl-bankNotice-wrap {display: flex; width: 50%; justify-content: center;}
.bl-bankList {
	display: flex;
	flex-direction: column;
	width: 45%;
	margin-right: 5%;
	text-align: left;
	justify-content: center;
}
.el-type-title {text-align: left; margin-bottom: 2rem;}
.el-credit-card-img {margin-bottom: 1.5rem;}

.flex-wrap {display: flex;}
.notice-wrap {text-align: left;}

.el-card-notice {padding: 0 0 0 1rem;}
.el-card-notice li {margin-bottom: 0.5rem;}
.el-card-notice li{list-style-type: disc;}

.bl-bankNotice-box {
  display: flex;
  flex-direction: column;
  align-items: center;
	width: 100%;
	background: rgb(var(--season-bg-color));
	padding:2rem;
}
#bank-anchor {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	line-height: 1.5rem;
	border-radius: 3.5rem;
}
.el-type-text {margin-bottom: 1.5rem;}
.el-payee-title {margin-bottom: 1rem;}

.el-banks {
	border-collapse: separate;
    border-spacing: 0px 0px 0rem;
	white-space: nowrap;
	border-bottom:solid 1px #ccc;
	margin-right: 1rem;
	margin-bottom:.8em;
}
.el-banks td {
	max-width: 350px;
    min-width: 150px;
	padding:.5rem;
}
.el-payee p { font-weight: 600; }
.ly-corporate {
	display: flex;
	flex-direction: column;
	padding: 3rem;
	z-index: 100;
	position: relative;
}
	.ly-corporate-wrap { display: flex; }

.download-wrap {
	display: flex;
	flex-wrap: wrap;
  	/* justify-content: center; */
	gap: 1rem;
	margin: 3rem 0 1rem;
}
	.download-wrap a { margin: 0 .8rem 1.5rem; padding:1rem 1.7rem; }
	.icon-download { position: relative; }
	.icon-download::before {
		content:"";
		width: 30px;
		height: 30px;
		margin-right: .8rem;
		background-image: url(../img/donate/apply/icon/download.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
.ly-applyNotice {
	width: 100%;
	background-color: rgb(var(--season-main-color));
}
	.ly-applyNotice-inner {
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
		padding:3rem 0;
		color: #fff;
		text-align: left;
	}
		.ly-applyNotice-inner h2 {
			color: #fff;
			margin-bottom: 2rem;
		}
		.ly-applyNotice-inner ul { margin-left: 1rem; }
		.ly-applyNotice-inner ul:first-of-type {  margin-bottom: 3rem; }
		.ly-applyNotice-inner li {
			list-style: disc;
			margin-bottom: .5rem;
		}
/* Parts */
.hp-vertical-line {
    display: block;
    height: 1.75rem;
    width: 2px;
    background: #fff;
	margin-left: 0.7rem;
	margin-right: 0.7rem;
}
.hp-font-small { font-size: 85%; }
.info-text { margin-bottom: 2rem; margin-left: 1.5rem; }
.bl-dualRow-img.hp-objfit-fill { object-fit: fill; }

/* ///////////////////////////////////////////////////
	Mobile View Settings
//////////////////////////////////////////////////// */
@media screen and (max-width:1200px) {
	.form-information {flex-direction: column;}
	.bl-bankList, .bl-bankNotice-wrap{width: 100%;}
	.el-card-icon_wrap {display: flex; width: 45%; margin: auto;}
	.btn-wrap{width: 50%;}
	.jcb {margin-left: 0.5rem;}
	.flex-wrap {display: flex;flex-direction: column;}

	.bl-bankNotice-wrap {flex-wrap: wrap; margin-bottom: 3rem;}
	.el-type-text {margin-bottom: 2rem;}
	.el-payee { margin-bottom: 3rem; }
	.bl-bankList {
		display: flex;
		flex-direction: column;
		width: 45%;
		margin-right: 5%;
		text-align: left;
		justify-content: center;
	}
	.ly-applyPrivate, .ly-applyCorporate-wrap, .ly-applyNotice-inner { padding: 6rem 3rem; }
}
@media screen and (max-width:960px) {
	.bl-bankNotice-wrap {justify-content: center;}

	.el-card-icon_wrap {min-width: 220px; width: auto;}
	.bl-card-information, .ly-bank-information {flex-direction: column;}
	.icon-wrap {
		width: 3rem;
		height: 3rem;
		padding: 10px;
	}
	.text-wrap {width: 100%; margin-left: 0;}
	.text-wrap, .el-type-title, .corporate-wrap {padding-top: 0;}

	.el-type-title {
	    margin-top: -2.5rem;
    	margin-left: 4rem;
	}
	.corporate-wrap { flex-direction: column; }
	.corporate-wrap .icon-wrap {
		margin-top: -5.5rem;
		margin-bottom: 2rem;
	}
	#corporate .section-title {
		width: calc(100% - 3rem);
		margin-left: 4rem;
	}
	.download-wrap { margin: 1rem 0 0; }
	.download-wrap a:last-child {
		/* margin: 0 .8rem; */
		padding: 1rem 1.7rem;
	}
	.bl-bankList { width: 100%; }

  .bl-bankNotice-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

    .bl-bankNotice-box p{
    margin-left: 0;
  }
}
@media screen and (max-width:768px) {
	.personal {	margin-top: 2rem; }
	.bl-bankNotice-wrap {flex-direction: column;}
	.el-card-icon_wrap {margin-bottom: 1.5rem;}
	.btn-wrap {margin: auto;}
	.ly-applyCorporate-inner { flex-direction: column; margin-top: -4rem; }
	.ly-applyCorporate-title { margin-left:4rem; }
	.ly-applyCorporate-inner .icon-wrap { margin-bottom:1rem; }
}

@media screen and (max-width:640px) {
	.ly-applyPrivate, .ly-applyCorporate-wrap, .ly-applyNotice-inner {
		padding: 4rem 3rem 1rem;
	}
	.bl-dualRow-textBox { margin-bottom: 0;	}
	.personal, .corporate {
		border: none;
		padding: 2rem 0 0;
		padding-left: 0;
		padding-right: 0;
	}
	.bl-card-information, .ly-bank-information {padding: 0;}
	.content-wrap {
		padding-top: 0;
		text-align: center;
	}
	.bl-bankNotice-box .btn-blue {
		 display: flex;
		 padding: 1rem 1rem;
		line-height: 1.5rem;
		border-radius: 5rem;
	}
	.download-wrap a {
		margin: 0 auto 1.5rem;
		line-height: 1.5rem;
		border-radius: 5rem;
	}
	.bl-bankNotice-wrap { margin-bottom: 3rem; }
	.corporate-wrap .icon-wrap {
		margin-top: -4.5rem;
		margin-bottom: 2rem;
	}

  .ly-applyCorporate-inner .icon-wrap { padding: 5px; }

  .el-corp-icon {
    width: 36px;
    max-height: 30px;
  }
}
@media screen and (max-width:480px) {
	.ly-applyPrivate, .ly-applyCorporate-wrap, .ly-applyNotice-inner { padding: 2.5rem 1.5rem; }
	.ly-applyCorporate-title { font-size: 1.4rem; }

	.el-payee { font-size: .9rem; }
	.el-banks td {
		min-width: 50px;
		padding:0 0 .5rem 0;
	}

	.hp-btnSolid { display: block; margin: auto; text-align: center; }
	.hp-btnSolid .hp-vertical-line {
		display: block;
		height: 2px;
		width: 90%;
		margin: .5em .5em 0;
	}

	#bank-anchor { padding: .8rem 1.5rem; }
	.info-text { margin-left: 0; }
	.download-wrap a:last-child {
		margin: 0;
		padding: 1rem 1.5rem;
	}

	.ly-applyNotice-inner h2 { margin-bottom: 1rem; }
}

@media screen and (max-width:375px) {
	.download-wrap a:last-child { padding: 1rem; }
}