.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top_box {
  position: relative;
}

.desktop_photo {
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2% 5% auto;
}

.ep_link_box {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.main_title {
  z-index: 2;
  position: absolute;
  inset: 45% auto 0% 5%;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.subtitle {
  color: #fff;
  padding-right: 50%;
  font-size: 20px;
  line-height: 150%;
}

.mobi {
  display: none;
}

.pream-sec {
  padding-bottom: 0;
}

.cont {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  color: #08255c;
  font-weight: 600;
}

.date-text {
  text-align: right;
}

.sp-date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp-text {
  color: #08255c;
  text-transform: uppercase;
  font-weight: 600;
}

.pream-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text1 {
  margin-bottom: 20px;
}

.ch-lbl {
  background-image: linear-gradient(101deg, #08255c, #2b79fd);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 40px;
}

.ch-lbl.opil {
  margin-top: 60px;
}

.chapter-sec {
  padding-bottom: 0;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.heading-2.addi {
  padding-left: 10%;
  padding-right: 10%;
}

.chapter-box {
  padding-bottom: 40px;
}

.link-3 {
  color: #123c88;
  font-weight: 600;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.photo-box.nosee {
  display: none;
}

.accent {
  background-color: #f3f1b4;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.pindif {
  width: 40px;
  margin-bottom: 10px;
}

.accent-text {
  font-style: italic;
}

.link-4 {
  color: #08255c;
  font-weight: 600;
}

.photor_box {
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.photor_box.notsaw {
  display: none;
}

.image-2 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-5 {
  color: #123c88;
}

.area {
  background-color: #dbe7ff;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.area-text {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.in-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.in-area.four {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.area-item {
  text-align: center;
  border: 1px dashed #b0b4ff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.pin {
  justify-content: center;
  align-items: center;
  width: 40.7988px;
  margin-bottom: 5px;
  display: flex;
}

.arsimp-text {
  text-align: left;
  font-size: 14px;
  line-height: 135%;
}

.fin-sec {
  background-image: linear-gradient(254deg, #0b2963, #2973f1);
}

.fin-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fin-text {
  color: #fff;
  font-size: 13px;
}

.link-6, .link-7 {
  color: #123c88;
  font-weight: 600;
}

.newsp_bold {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .h1 {
    font-size: 44px;
  }

  .subtitle {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .h1 {
    font-size: 56px;
  }

  .subtitle {
    font-size: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .h1 {
    font-size: 80px;
  }

  .subtitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 32px;
  }

  .subtitle {
    font-size: 16px;
  }

  .cont {
    max-width: 700px;
  }

  .heading-2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 26px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-2 {
    font-size: 20px;
  }

  .chapter-box {
    padding-bottom: 40px;
  }

  .area {
    padding: 20px;
  }

  .in-area, .in-area.four {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .desktop_photo {
    display: none;
  }

  .main_title {
    top: 19%;
    right: 5%;
  }

  .h1 {
    text-align: left;
  }

  .subtitle {
    padding-right: 0%;
  }

  .mobi {
    object-fit: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sp-date {
    margin-bottom: 40px;
  }

  .pream-box {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .ch-lbl {
    margin-bottom: 20px;
    padding: 20px;
  }

  .ch-lbl.opil {
    margin-top: 20px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .chapter-box {
    padding-bottom: 0;
  }

  .accent {
    padding: 20px;
  }

  .area-text {
    text-align: center;
  }

  .in-area, .in-area.four {
    grid-template-columns: 1fr;
  }

  .area-item {
    justify-content: center;
    align-items: center;
  }
}

#w-node-de973f4b-bb5a-8dda-4af3-d277428f967b-fc12ab96, #w-node-de973f4b-bb5a-8dda-4af3-d277428f9680-fc12ab96, #w-node-de973f4b-bb5a-8dda-4af3-d277428f9685-fc12ab96, #w-node-_3ebca4ec-f0bc-4e48-704b-92162ed188f7-fc12ab96, #w-node-_3ebca4ec-f0bc-4e48-704b-92162ed188fc-fc12ab96, #w-node-_3ebca4ec-f0bc-4e48-704b-92162ed18901-fc12ab96, #w-node-_3ebca4ec-f0bc-4e48-704b-92162ed18906-fc12ab96, #w-node-_3ebca4ec-f0bc-4e48-704b-92162ed1890b-fc12ab96, #w-node-_3bec4922-81aa-c10d-bbfe-2c044bda8c84-fc12ab96, #w-node-_3bec4922-81aa-c10d-bbfe-2c044bda8c89-fc12ab96, #w-node-_3bec4922-81aa-c10d-bbfe-2c044bda8c8e-fc12ab96, #w-node-_3bec4922-81aa-c10d-bbfe-2c044bda8c93-fc12ab96, #w-node-_3bec4922-81aa-c10d-bbfe-2c044bda8c98-fc12ab96 {
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-de973f4b-bb5a-8dda-4af3-d277428f9685-fc12ab96, #w-node-_3ebca4ec-f0bc-4e48-704b-92162ed1890b-fc12ab96, #w-node-_3bec4922-81aa-c10d-bbfe-2c044bda8c98-fc12ab96 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de973f4b-bb5a-8dda-4af3-d277428f9685-fc12ab96, #w-node-_3ebca4ec-f0bc-4e48-704b-92162ed1890b-fc12ab96, #w-node-_3bec4922-81aa-c10d-bbfe-2c044bda8c98-fc12ab96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


