@charset 'UTF-8';

.w39p { width: 39% !important; }
.w61p { width: 61% !important; }
.mt0 { margin-top: 0 !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.va-mdl { vertical-align: middle !important; }
img { max-width: 100%; }
.title-inner h1 {
  line-height: 1.5;
}
.eolprogram-detail-section h3:not(:first-of-type) {
  margin-top: 54px;
}
.center-ttl,
.simple-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.center-ttl {
  text-align: center;
  color: #33465E;
  margin-top: 40px;
}
.layoutC {
  text-align: center;
}
ul + .simple-ttl {
  margin-top: 24px;
}
.note-list {
  margin-top: 20px;
}
.note-list > li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.eolprogram-detail-section .table-style-01 {
  margin-bottom: 0;
}
.label-bd-box {
  padding: 24px 20px;
  border: 1px solid #ccc;
  margin-top: 30px;
}
.label-bd-box + .label-bd-box {
  margin-top: 20px;
}
.label-txt-list .item + .item {
  margin-top: 20px;
}
.label-txt-list .item p {
  line-height: 1.5;
}
.label-txt-list .item .box-ttl {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.label-txt-list .item .box-ttl .label {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #2DB4A9;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 12px;
  padding-top: 1px;
}
.label-txt-list .item .box-ttl .ttl {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.label-txt-list .item .txt-box {
  padding-left: 42px;
}
.label-bd-flow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
}
.label-bd-flow > li {
  width: calc(25% - 32px);
  margin-right: 32px;
  margin-top: 0;
  position: relative;
}
.label-bd-flow > li + li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #D9DADB;
  position: absolute;
  left: -21px;
  top: calc(50% - 12px);
}
.label-bd-flow .label-bd-box {
  padding: 20px 16px 18px;
}
.label-bd-flow .label-bd-box + .label-bd-box {
  margin-top: 0;
}
.label-bd-flow .label-txt-list .item .box-ttl {
  margin-bottom: 8px;
}
.label-bd-flow .label-txt-list .item .box-ttl .label {
  margin-right: 8px;
}
.btn-wrap {
  margin-top: 50px;
  display:flex;
  justify-content: center;
}
.btn.cv {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2db4a9;
  color: #fff;
  font-size:21px;
  width:80%;
  max-width:450px;
}
.btn.cv:hover {
  background-color: #fff;
  color: #2db4a9;
}
.img_program_a_contents {
	width:700px;
	margin:20px auto;
	border:1px solid #cccccc;
}
 .img_program_timing {
	width:739px;
	margin:20px auto;
 }



/*  SP  */
@media (max-width: 750px) {
  
  .sp_w100p { width: 100% !important; }
  .main-visual {
    background-image: url(/eolprogram/images/img_eolprogram_title_bg_sp_02.png), url(/eolprogram/images/img_eolprogram_title_bg_sp_01.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 140px auto, cover;
    background-position: calc(100% + 10%) 15%, center;
  }
  .page-title-wrap {
    padding: 20px 0 30px !important;
  }
  .page-title-wrap img {
    display: none;
  }
  .page-title {
    position: static;
  }
  .eolprogram-detail-section h3:not(:first-of-type) {
    margin-top: 45px;
  }
  .label-bd-flow {
    margin-right: 0;
    margin-bottom: -32px;
  }
  .label-bd-flow > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .label-bd-flow > li + li::before {
    left: calc(50% - 12px);
    top: -28px;
    transform: rotate(90deg);
  }
  .label-bd-flow .label-bd-box {
    padding: 20px 20px 15px;
  }
  
  .img_program_a_contents {
	width:100%;
	margin:20px auto;
	border: none;
	}
	
	 .img_program_timing {
	width:100%;
	margin:20px 10px;
 }
  
}