/* width -------------------
---------------------------*/
/* mixin -------------------
---------------------------*/
@font-face {
  font-family: "youko";
  src: url("/font/youko.eot#iefix") format("embedded-opentype"), url("/font/youko.ttf") format("truetype"), url("/font/youko.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* color -------------------
---------------------------*/
.einfo {
  padding: 4px 0 0 60px;
  background: url(/image/parts/einfo/icon.svg) no-repeat left center;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .einfo {
    font-size: 0.875rem;
    padding: 4px 0 0 68px;
  }
}

.title-block {
  position: relative;
  text-align: center;
}
.title-block div {
  position: absolute;
  top: 20px;
  left: 39%;
  max-width: 58%;
}
@media (max-width: 979px) {
  .title-block div {
    left: 41%;
  }
}
@media (max-width: 768px) {
  .title-block div {
    max-width: none;
    width: 92%;
    left: 4%;
    top: 50%;
  }
}
.title-block div img {
  margin-bottom: 8px;
}
.title-block h1 {
  font-size: clamp(26px, 4.4vw, 36px);
  margin: 0;
}
@media (max-width: 768px) {
  .title-block h1 {
    font-size: 8vw;
  }
}

#junior.coodinate .chart {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  background: #fff8ec;
  border-radius: 6px;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  #junior.coodinate .chart {
    display: none;
  }
}
#junior.coodinate .chart .title-dotline {
  margin-bottom: 16px;
}
#junior.coodinate .chart ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
#junior.coodinate .chart li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  background: white;
  border-radius: 6px;
  border: 3px solid transparent;
  font-weight: bold;
  position: relative;
}
#junior.coodinate .chart li::after {
  content: "\ea34";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  font-size: 1.4em;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(8px, -50%);
}
#junior.coodinate .chart li.step01 {
  border-color: #362a14;
}
#junior.coodinate .chart li.step01 i {
  background: #362a14;
}
#junior.coodinate .chart li.step02 {
  border-color: #266280;
}
#junior.coodinate .chart li.step02 i {
  background: #266280;
}
#junior.coodinate .chart li.step03 {
  border-color: #2ca12c;
}
#junior.coodinate .chart li.step03 i {
  background: #2ca12c;
}
#junior.coodinate .chart li.step04 {
  border-color: rgb(126.145971564, 119.0663507109, 9.654028436);
}
#junior.coodinate .chart li.step04 i {
  background: rgb(126.145971564, 119.0663507109, 9.654028436);
}
#junior.coodinate .chart li.step05 {
  border-color: #f1a04e;
}
#junior.coodinate .chart li.step05 i {
  background: #f1a04e;
}
#junior.coodinate .chart li.step06 {
  border-color: #dd5231;
}
#junior.coodinate .chart li.step06 i {
  background: #dd5231;
}
#junior.coodinate .chart li.step06::after {
  content: none;
}
#junior.coodinate .chart li i {
  font-size: 0.875rem;
  padding: 8px;
  color: white;
}
#junior.coodinate .chart li span {
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  padding: 8px;
}
#junior.coodinate .title-step {
  border: 3px solid transparent;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #junior.coodinate .title-step {
    position: relative;
  }
  #junior.coodinate .title-step::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/image/icon/touch.svg) no-repeat center/contain;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#junior.coodinate .title-step i {
  display: block;
  color: white;
  line-height: 1;
  padding: 12px;
  margin-right: 16px;
  font-size: 1.125rem;
}
#junior.coodinate > section {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
}
#junior.coodinate > section.step01 .title-step {
  border-color: #362a14;
}
#junior.coodinate > section.step01 .title-step i {
  background: #362a14;
}
#junior.coodinate > section.step02 .title-step {
  border-color: #266280;
}
#junior.coodinate > section.step02 .title-step i {
  background: #266280;
}
#junior.coodinate > section.step03 .title-step {
  border-color: #2ca12c;
}
#junior.coodinate > section.step03 .title-step i {
  background: #2ca12c;
}
#junior.coodinate > section.step04 .title-step {
  border-color: rgb(126.145971564, 119.0663507109, 9.654028436);
}
#junior.coodinate > section.step04 .title-step i {
  background: rgb(126.145971564, 119.0663507109, 9.654028436);
}
#junior.coodinate > section.step05 .title-step {
  border-color: #f1a04e;
}
#junior.coodinate > section.step05 .title-step i {
  background: #f1a04e;
}
#junior.coodinate > section.step06 .title-step {
  border-color: #dd5231;
}
#junior.coodinate > section.step06 .title-step i {
  background: #dd5231;
}
#junior.coodinate .flowbox {
  margin-top: 0;
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  #junior.coodinate .flowbox {
    display: none;
    padding-bottom: 64px;
  }
}

#high .wish {
  padding: 16px 32px;
}
#high .wish > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 768px) {
  #high .wish > div {
    flex-direction: column;
  }
}
#high .wish > div p {
  flex: 1;
}
@media (max-width: 768px) {
  #high .wish > div p {
    text-align: center;
  }
}
#high .wish ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
#high .wish ul li {
  border-radius: 6px;
  width: calc(50% - 4px);
  padding: 8px 16px;
  background: #e7f5f5;
}
@media (max-width: 768px) {
  #high .wish ul li {
    width: 100%;
  }
}
#high .wish ul li p {
  margin: 0;
  padding: 8px 0;
}
#high .wish ul li p.title {
  font-weight: bold;
}
@media (max-width: 768px) {
  #high .wish ul li p.small {
    font-size: 1em;
  }
}
#high .assist-list {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
#high .assist-list li {
  width: calc(50% - 4px);
}
#high .assist-list a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: #362a14;
  padding: 16px;
  padding-right: 32px;
  background: #e7f5f5;
  position: relative;
}
#high .assist-list a:after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  color: #362a14;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 8px;
}
#high .assist-list a:hover {
  background: #9fd7d7;
}
#high .usp {
  background: url(/image/content/page/trial/high/bg_head.webp) no-repeat center top/contain, url(/image/content/page/trial/high/bg_foot.webp) no-repeat center bottom/contain, url(/image/content/page/trial/high/bg.webp);
  padding: 72px 0 64px 0;
}
#high .usp .twobtns {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  margin: 16px auto 0;
}

.refusallist {
  width: 92%;
  margin: 0 auto;
}
.refusallist div {
  background: #f9f5d9;
  border-radius: 10px;
  margin-top: 16px;
  padding: 0.6em 1em;
}
.refusallist div:nth-of-type(1) dt {
  color: #266280;
}
.refusallist div:nth-of-type(2) dt {
  color: #2ca12c;
}
.refusallist div:nth-of-type(3) dt {
  color: #f1a04e;
}
.refusallist div:nth-of-type(4) dt {
  color: #ffb0a9;
}
.refusallist dt {
  font-weight: bold;
}
.refusallist dt span {
  font-size: 0.8em;
}
.refusallist dd {
  font-size: 0.875rem;
}

h1 {
  font-size: 1.125rem;
}
h1 span {
  display: block;
  background: #2ca12c;
  color: white;
  font-weight: bold;
  padding: 8px;
}

.online .lead {
  text-align: center;
  position: relative;
}
.online .lead h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  font-size: 3.25rem;
}
@media (max-width: 768px) {
  .online .lead h1 {
    font-size: 7.1428571429vw;
  }
}
.online .qa dt {
  margin-top: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.online .qa dt:hover {
  color: #dd5231;
}
.online .qa dd {
  display: none;
}
.online ul.voice {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
}
@media (max-width: 960px) {
  .online ul.voice {
    width: 100%;
    margin: 24px auto;
    max-width: 1120px;
    border-radius: 0px;
  }
}
.online ul.voice li {
  border-radius: 6px;
  margin: 16px 0;
  padding-bottom: 32px;
  background: #fcf4f4;
  overflow: hidden;
}
.online ul.voice li h3 {
  padding: 8px;
  background: #ffb0a9;
  color: white;
  text-align: center;
}
.online ul.voice p {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  margin: 0 auto;
  line-height: 1.4;
}/*# sourceMappingURL=page.css.map */