@charset "UTF-8";
.desc span {
  display: inline-block;
}
.curriculum-table img {
  border: 5px solid #fff;
}
.levelup-guide div:first-child:after {
  content: url(/assets/img/lp/curriculum/img_levelup-guide-connect_pc.png);
  position: absolute;
  top: 120px;
  right: -20px;
  z-index: 1;
}

section {
  text-align: center;
  margin: auto;
}

h1 {
  color: #000000;
}

h2 {
  font-size:32px;
  font-weight:900;
  line-height: 34px;
}

h3 {
  font-size: 28px;
  font-weight: normal;
  padding: 4px;
}

h4 {
  font-size:18px;
  border-left: #337ab7 solid 8px;
  padding-left: 20px;
  text-align: left;
}

.section-contents {
  margin: 0 auto;
  position: relative;
  width: 978px;
}

.head_block {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
}

.head_block .inner_head_block {
  display: block;
  font-size: 30px;
  padding-top: 60px;
}

.breadcrumbs a {
  margin-left: 0;
}

.bold {
  font-weight: bold;
}

div.pickup-title {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  padding-top: 4px;
  padding-left: 20px;
  padding-bottom: 4px;
  color: #FFFFFF;
  background-color: #fb4a88;
  width: 100%;
}

div.pickup-title span {
  display: inline;
  font-size: 18px;
  color: rgb(255, 199, 28);
}

.lesson-box {
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}

.box-cell {
  text-align: center;
  height: 200px;
  border: 2px solid #0158b0;
  border-top: none;
  background-color: #FFFFFF;
  padding: 10px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.lesson-message-box {
  padding: 30px;
  padding-top: 50px;
  background-size: 100% 100%;
  font-size: 13px;
  line-height: 22px;
}

.lesson-message-box span {
  color: #ea2571;
  font-weight: bold;
}

h2.pickup-title {
  color: rgb(255, 199, 28);
}

.arrow-box {
  background-color: #FFF;
  border-radius: 5px;
  padding: 10px;
  height: 300px;
  position: relative;
}
.arrow-box:before {
  content: '';
  position: absolute;
  left: 85px;
  top: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 50px;
  border-color: transparent transparent #FFF;
}
.arrow-box p {
  font-size: 14px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 206px;
}

/* フォニックス訴求 */
#phonics-section {
  position: relative;
  width: 976px;
  height: 482px;
  margin: auto;
  background-image: url('/assets/img/lp/index/phonics_section_bg@2x.webp');
  background-size: 100%;
  background-repeat: no-repeat;
}

#phonics-section .phonics-section-content {
  position: absolute;
}

.text1 {
  top: 60px;
  left: 42px;
  font-weight: bold;
  font-size: 18px;
}

.text2 {
  top: 41px;
  left: 410px;
  font-weight: bold;
  font-size: 39px;
}

.text3 {
  top: 160px;
  left: 453px;
  font-weight: bold;
  font-size: 24px;
}

.text4 {
  top: 232px;
  left: 489px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}

.text5 {
  top: 423px;
  left: 415px;
  font-weight: bold;
  font-size: 12px;
}

.ai-app-more {
  text-align: right;
  margin-top: 20px;
}

.ai-app-more > a {
  color: #000;
  text-decoration: underline;
  text-decoration-style: dotted;
}

@media (hover: hover) {
  .ai-app-more > a:hover {
    text-decoration: none;
  }
}