@charset "UTF-8";
/* ======================================================
 * PC
====================================================== */
/* ------------------------------------------------------
 * Fonts
------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
#fmvaiplus {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #232b35;
  font-size: 16px;
  line-height: 1.75;
}
#fmvaiplus *::before,
#fmvaiplus *::after {
  box-sizing: border-box;
}
#fmvaiplus img {
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#fmvaiplus .pcOnly {display: block;}
#fmvaiplus .spOnly {display: none;}

.footer {
  margin-top: 0;
}

/* ------------------------------------------------------
  * main
------------------------------------------------------ */
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.main-ttl .type-label {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 10px;
  padding: 3px 15px;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  background-color: #c50529;
  border-radius: 10px;
}

/* ------------------------------------------------------
  * period
------------------------------------------------------ */
.period {
  background-color: #f2f2f2;
}
.period-txt {
  padding: 10px 0;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}

/* ------------------------------------------------------
  * mainvisual
------------------------------------------------------ */
.mainvisual {
  width: 100%;
  overflow: hidden;
  background-color: #dbeefb;
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ------------------------------------------------------
  * summary
------------------------------------------------------ */
.summary {
  margin-top: 70px;
}
.summary-listWrap {
  margin-top: 40px;
}
.summary-itemWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.summary-itemWrap:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.summary-head {
  width: 40%;
  max-width: 290px;
  margin-right: 30px;
  padding: 5px 15px;
  font-size: 20px;
  text-align: center;
  background-color: #fbeeb4;
}
.summary-detail {
  flex-grow: 1;
  width: 100%;
  font-size: 14px;
}
.summary-detail > *:first-child {
  margin-top: 0;
}
.summary-txt {
  margin-top: 5px;
}
.summary-list {
  margin-top: 5px;
}
.summary-item {
  position: relative;
  padding-left: 1em;
}
.summary-item:not(:first-child) {
  margin-top: 5px;
}
.summary-item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.pattern-number .summary-item {
  padding-left: 2.5em;
  text-indent: 0;
  counter-increment: number;
}
.pattern-number .summary-item::before {
content: "（" counter(number, decimal) "）";
}
.summary-note {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.book {
  display: flex;
  margin-top: 20px;
}
.book-thumb {
  flex-shrink: 0;
  margin-right: 30px;
}
.book-detail + .book-detail {
  margin-top: 20px;
}


/* ------------------------------------------------------
  * transition
------------------------------------------------------ */
.transition .main-section {
  padding: 90px 20px;
}
.transition-lead {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.transition-item {
  max-width: 500px;
  margin: 15px auto 0;
}
a.transition-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #1a51ac;
  border-radius: 50px;
}
a.transition-btn:visited {
  color: #fff;
}
a.transition-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.transition-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}


/* ------------------------------------------------------
  * footermenu
------------------------------------------------------ */
.footermenu {
  background-color: #f7f7f7;
}
.footermenu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.footermenu-list {
  display: flex;
  justify-content: center;
}
.footermenu-item {
  margin: 0 20px;
  font-size: 14px;
}
a.footermenu-link {
  position: relative;
  padding-right: 20px;
  color: #232b35;
  text-decoration: none;
}
a.footermenu-link:visited {
  color: #232b35;
}
a.footermenu-link:hover {
  text-decoration: underline;
}
a.footermenu-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}


/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 767px) {
  #fmvaiplus {
    font-size: 16px;
    line-height: 1.75;
  }
  #fmvaiplus .pcOnly {display: none;}
  #fmvaiplus .spOnly {display: block;}
  /* ------------------------------------------------------
    * main
  ------------------------------------------------------ */
  .main-section {
    padding: 0 15px;
  }
  .main-ttl {
    font-size: 19px;
  }
  .main-ttl .type-label {
    display: table;
    top: 0;
    margin: 10px 0 0;
    margin-left: 10px;
    font-size: 14px;
  }
  /* ------------------------------------------------------
    * period
  ------------------------------------------------------ */
  .period-txt {
    padding: 12px 0;
    font-size: 13px;
    text-align: left;
  }
  /* ------------------------------------------------------
    * mainvisual
  ------------------------------------------------------ */
  .mainvisual-main {
    max-width: 550px;
    padding: 0;
  }
  /* ------------------------------------------------------
    * summary
  ------------------------------------------------------ */
  .summary {
    margin-top: 50px;
  }
  .mainvisual + .summary {
    margin-top: 30px;
  }
  .summary-listWrap {
    margin-top: 30px;
  }
  .summary-itemWrap {
    display: block;
  }
  .summary-itemWrap:not(:first-child) {
    margin-top: 30px;
    padding-top: 0;
    border-top: none;
  }
  .summary-head {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 5px 15px;
    font-size: 16px;
  }
  .summary-detail {
    margin-top: 15px;
  }
  .book-thumb {
    max-width: 90px;
    margin-right: 15px;
  }
  .book-detail + .book-detail {
    margin-top: 15px;
  }
  /* ------------------------------------------------------
    * transition
  ------------------------------------------------------ */
  .transition .main-section {
    padding: 45px 15px;
  }
  .transition-lead {
    font-size: 16px;
  }
  a.transition-btn {
    min-height: 48px;
    padding: 10px 35px;
    font-size: 18px;
  }
  a.transition-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
  /* ------------------------------------------------------
    * footermenu
  ------------------------------------------------------ */
  .footermenu {
    margin-top: 110px;
    background-color: #fff;
  }
  .footermenu-inner {
    padding: 0;
  }
  .footermenu-list {
    display: block;
  }
  .footermenu-item {
    margin: 0;
    line-height: 1.4;
  }
  .footermenu-item:not(:first-child) {
    border-top: 1px solid #4d4d4d;
  }
  a.footermenu-link {
    display: block;
    padding: 12px 15px;
  }
  a.footermenu-link::after {
    content: none;
  }
}