@charset "utf-8";

/* === #mv === */
#mv div img {
  display: block;
  margin: 0 auto;
}
#mv dl.period {
  background-color: #dff1f8;
}
@media screen and (min-width: 768px) {
  #mv dl.period {
    padding-bottom: 32px;
  }
  #mv dl.period dt {
    display: block;
    width: 800px;
    margin: 0 auto;
  }
  #mv dl.period dd {
    font-size: calc(20 / 16 * 1rem);
    text-align: center;
    padding: 0 36px;
  }
}
@media not all and (min-width: 768px) {
  #mv .container__under02 {
    padding: 0;
  }
  #mv dl.period {
    padding-bottom: 16px;
  }
  #mv dl.period dd {
    font-size: calc(16 / 16 * 1rem);
    padding: 0 12px;
  }
}

/* === #outline === */
#outline h2 span {
  color: #00a0e9;
  padding: 0 4px;
}
#outline ol {
  background-color: #ffe200;
}
#outline ol li {
  display: block;
  background-color: #fff;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#outline ol li span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #e74290;
  border-radius: 200px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #outline ol {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-radius: 20px;
    padding: 28px;
  }
  #outline ol li {
    font-size: calc(20 / 16 * 1rem);
    border-radius: 20px;
    width: calc((100% - 40px) / 3);
    margin: 0 20px;
    padding: 20px;
  }
  #outline ol li span {
    font-size: calc(28 / 16 * 1rem);
    width: 50px;
    height: 50px;
    top: -15px;
    left: -15px;
  }
}
@media not all and (min-width: 768px) {
  #outline ol {
    border-radius: 16px;
    padding: 24px;
  }
  #outline ol li {
    border-radius: 16px;
    font-size: calc(16 / 16 * 1rem);
    margin-top: 20px;
    padding: 12px;
  }
  #outline ol li:first-child {
    margin-top: 0;
  }
  #outline ol li span {
    font-size: calc(18 / 16 * 1rem);
    width: 40px;
    height: 40px;
    top: -8px;
    left: -8px;
  }
}

/* === #notes === */
#notes h3 {
  background-color: #e74290;
  color: #fff;
  line-height: 1.35;
}
#notes h4 {
  color: #e4007f;
}
#notes .icn__01::before {
  color: #e37a71;
}
#notes .colBK {
  background-color: #fff09c;
}

@media (min-width: 768px) {
  #notes h3 {
    margin-bottom: 40px;
    padding: 4px 20px 6px;
    border-radius: 50px;
  }
  #notes h4 {
    font-size: calc(18 / 16 * 1rem);
  }
  #notes .colBK {
    padding: 20px;
  }
  #notes .colBK .colBK_inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  #notes .colBK .colBK_inner dl {
    width: calc((100% - 24px) / 2);
  }
  #notes .colBK .colBK_inner dl + dl {
    margin-left: 24px;
  }
}
@media not all and (min-width: 768px) {
  #notes h3 {
    margin-bottom: 18px;
    padding: 4px 8px;
    border-radius: 8px;
  }
  #notes h4 {
    font-size: calc(16 / 16 * 1rem);
  }
  #notes ul li,
  #notes dl,
  #notes p {
    font-size: calc(15 / 16 * 1rem);
  }
  #notes .colBK {
    padding: 12px;
  }
  #notes .colBK .colBK_inner {
    margin-bottom: 12px;
  }
  #notes .colBK .colBK_inner dl + dl {
    margin-top: 12px;
  }
}

/* === #contact === */
.contact .box ul {
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact .box {
    width: 50%;
    margin: 0 auto;
  }
  .contact .box ul li {
    width: 340px;
    height: auto;
  }
}
