main {
  margin: 0 auto;
  background: #ffffff;
}
section {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
  margin: 0 auto;
  padding-top: 0;
}
.ly_cont_form .el_lv1Heading {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.ly_cont_form .el_lv1Heading:after {
  content: none;
}
.bl_sect.bl_sect_lpForm {
  padding-top: 0 !important;
}
.f-size-s {
  font-size: .8rem;
}
.marker{
  background: linear-gradient(transparent 40%, #ffe200 0%);
  font-weight: bold;
}
.lead-sec {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.lead-txt {
  width: 950px;
  max-width: 98%;
  margin: 2em auto;
}
.lead-txt-deco {
  line-height: 3em;
  border-bottom: dashed 4px #e85377;
  padding-bottom: .5em;
}
.lead-txt p:before {
  content: "“";
  font-size: 2em;
  font-weight: bold;
  color: #e85377;
}
.lead-txt p:after {
  content: "”";
  font-size: 2em;
  font-weight: bold;
  color: #e85377;
}
.h2-sec {
  width: 750px;
  max-width: 95%;
  margin: 4em auto 0;
  position: relative;
  background: rgba(182,217,252,0.7);
  box-shadow: 0px 0px 0px 5px rgba(182,217,252,0.7);
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #000064;
  text-align: center;
  font-weight: bold;
}
.h3-sec {
  width: 750px;
  max-width: 95%;
  margin: 3em auto 0;
  position: relative;
  background: rgba(249,143,122,0.7);
  box-shadow: 0px 0px 0px 5px rgba(249,143,122,0.7);
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  text-align: center;
  font-weight: bold;
}
.cont-wrap {
  width: 980px;
  max-width: 100%;
  margin: -.5em auto 2em;
  background: rgba(255,255,255,0.5);
  box-shadow: 5px 3px 15px -5px rgba(237,133,153,0.5);
  padding: 1.5em 20px;
  text-align: center;
}
.cont-wrap p {
  margin-top: 1em;
}
.step-num {
  width: 6em;
  margin-top: 0 !important;
  margin-left: 4em;
  padding: 1em 1em .5em;
  background: #fff;
  border-radius: 50%;
  border: 8px solid #a8d4ff;
  box-shadow: 5px 3px 5px -5px #2f64aa;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  line-height: 1.6rem;
}
.step-num span {
  font-size: 1.5em;
}
.step-detail {
  width: 750px;
  max-width: 100%;
  padding-left: 2em;
  margin: -4em auto 2em;
}
.step-txt {
  background: #a8d4ff;
  padding: 2em 1em;
  border-radius: 10px;
}
.step-txt p:first-child {
  margin-top: 0;
}
label {
  display: block !important;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 220px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: 16rem;
  content: '続きをよむ ▼';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 20px;
  background-color: #68a4d9;
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 300px;
  transition: all 0.5s;
}
/*.cp_box input:checked + label {
  display: none !important;
}*/
.cp_box input:checked + label:after {
  content: '閉じる ▲';
} 
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 60px;
  transition: all 0.5s;
} 
.apply-flow-wrap {
  margin: 1.5em auto 2em;
  width: 960px;
  max-width: 100%;
  display: flex;
  gap: 0;
  justify-content: center;
}
.apply-flow {
  width: 240px;
  max-width: 100%;
  background: #f5f5f5;
}
.apply-num {
  color: #000064;
  margin: 0 auto;
  padding: 0 1em 1em;
  text-align: left;
}
.apply-num span {
  color: #fff;
  font-weight: bold;
  background: #000064;
  padding: 3px 5px;
}
.apply-txt {
  font-size: .9em;
  padding: 1em;
  text-align: left;
}
.apply-flow-arrow {
 display: flex;
 align-items: center;
}
.apply-flow-arrow img {
  transform: rotate(-90deg);
}
.notice-sec {
  padding: .5em 1em;
}
.notice-sec li {
  margin-top: 1em;
  text-align: left;
  list-style-type: disc !important;
}
.notice-sec li::marker {
  color: #e85377;
}
.btn-wrap {
  margin: 2em auto 0;
}
div.btn--passive,
a.btn--link {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 430px;
  max-width: 98%;
  margin: auto;
  padding: 1rem 0;
  background: #0079a9;
  border: 2px solid #0079a9;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: bold;
}
div.btn--passive{
  background: #ddd;
  border: 2px solid #ddd;
}
a.btn--link:hover {
  color: #0079a9;
  background: #fff;
}
div.btn--passive:after,
a.btn--link:after {
  content: "＞";
  position: absolute;
  right: 20px;
}
.a-login {
  padding-right: .2em;
}
.a-login:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(https://www.iibc-global.org/hubfs/icon_window-3.png);
  background-size: contain;
  vertical-align: middle;
}
.table-schedule {
  width: 100%;
  border-collapse:collapse;
  border: 1px solid #ccc;
  border-width: 1px;
  margin: 1em 0;
}
.table-schedule th,
.table-schedule td {
  border: 1px solid #ccc;
  border-width: 1px;
  vertical-align: middle;
  text-align: center;
  padding: 12px 10px;
}
.table-schedule thead th {
  background: #eeeeee;
  font-weight: bold;
}
@media screen and (min-width:981px) {
.only-sp {
  display: none;
}
div.apply-flow-wrap:last-of-type {
  justify-content: start;
  margin-left: 32px;
}
}
@media screen and (max-width:980px) {
.ly_cont_form .el_lv1Heading {
  margin-left: -15px;
  margin-right: -15px;
}
.only-pc {
  display: none;
}
.step-num {
  margin-left: 0;
  border: 5px solid #a8d4ff;
  line-height: 1.3rem;
}
.step-detail {
  padding-left: 0;
  margin: -2em auto 2em;
}
.lead-txt-deco {
  line-height: 2.5em;
  border-bottom: dashed 1px #e85377;
  padding-bottom: .3em;
}
.apply-flow-wrap {
  display: block;
  text-align: center !important;
  margin: 0 auto;
}
.apply-flow {
  margin: 0 auto;
  padding-top: 1em;
}
.apply-flow-arrow {
  display: block;
  margin: 1em auto;
}
.apply-flow-arrow img {
  transform: rotate(0);
}
.txt-position {
  text-align: left;
}
.table-schedule th,
.table-schedule td {
  padding: 7px 5px;
}
.cp_box .cp_container {
  height: 250px;
}
}