@charset "UTF-8";
main {
  background: #f5f5f5;
}

.line {
  padding: 0 0 35px;
}
.line__inner {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 32px 64px;
}
@media only screen and (max-width: 719px) {
  .line__inner {
    padding: 30px 16px;
  }
}
.line__txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.line__txt.txt01 {
  margin-bottom: 16px;
}
.line__txt.txt02 {
  margin-bottom: 32px;
}
.line__txt.txt03 {
  margin-bottom: 16px;
}
.line__block01 {
  margin: 0 0 32px;
}
.line__block01 .line__list01 {
  margin-bottom: 32px;
}
.line__block01 .line__list01 .line__item {
  margin-bottom: 16px;
}
.line__block01 .line__list01 .line__item:last-child {
  margin-bottom: 0;
}
.line__block01 .line__list01 .line__item .img {
  max-width: 320px;
  margin: 0 auto 7px;
}
.line__block01 .line__list01 .line__item .img img {
  border-radius: 8px;
}
.line__block01 .line__list01 .line__item .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.line__block01 .line__stl01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.line__block01 .line__stl02 {
  font-size: 30px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
.line__block01 .line__list02 {
  margin-bottom: 32px;
}
.line__block01 .line__list02 .line__item {
  margin-bottom: 32px;
}
.line__block01 .line__list02 .line__item:last-child {
  margin-bottom: 0;
}
.line__block01 .line__list02 .line__item .ttl {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 16px;
  text-align: center;
}
.line__block01 .line__list02 .line__item .img {
  max-width: 120px;
  margin: 0 auto 15px;
}
.line__block01 .line__list02 .line__item .img img {
  border-radius: 50%;
}
.line__block01 .line__list02 .line__item .txt {
  font-size: 14px;
  text-align: center;
}
.line__block01 .line__list02 .line__item .txt strong {
  color: var(--color-primary);
  font-weight: 700;
}
.line__block01 .line__stl03 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.line__block01 .line__stl04 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.line__block01 .onayami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 348px;
  margin: 0 auto 16px;
}
.line__block01 .onayami .img {
  width: 36.2%;
}
.line__block01 .onayami ul {
  width: 63.8%;
}
.line__block01 .onayami ul li {
  font-size: 14px;
  line-height: 1.6;
  background: #f5f5f5;
  padding: 8px 16px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.line__block01 .onayami ul li:last-child {
  margin-bottom: 0;
}
.line__block02 .line__ttl {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  background: -webkit-gradient(linear, right top, left top, from(#701dde), to(var(--color-primary)));
  background: linear-gradient(-90deg, #701dde, var(--color-primary));
  margin-bottom: 2px;
}
.line__block02 .line__stl {
  text-align: center;
  margin-bottom: 32px;
}
.line__block02 .line__stl span {
  font-size: 12px;
  font-weight: 800;
  background: -webkit-gradient(linear, right top, left top, from(#701dde), to(var(--color-primary)));
  background: linear-gradient(-90deg, #701dde, var(--color-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2;
  display: inline-block;
}
.line__block02 .line__img {
  max-width: 420px;
  margin: 0 auto 32px;
}
.line__block02 .line__stl05 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.line__block02 .line__list {
  margin-bottom: 32px;
}
.line__block02 .line__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 17px;
}
.line__block02 .line__item:last-child {
  margin-bottom: 0;
}
.line__block02 .line__item dl {
  width: calc(100% - 53px);
  padding-right: 20px;
}
@media only screen and (max-width: 719px) {
  .line__block02 .line__item dl {
    padding-right: 8px;
  }
}
.line__block02 .line__item dl dt {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.line__block02 .line__item dl dt strong {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  width: calc(100% - 24px);
  padding-left: 8px;
}
.line__block02 .line__item dl dt span {
  font-size: 17px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.line__block02 .line__item dl dd {
  font-size: 14px;
  line-height: 1.6;
}
.line__block02 .line__item .img {
  width: 53px;
}
.line__block02 .line__stl06 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.line__block02 .example {
  padding: 24px 24px;
  border: 1px solid var(--color-primary);
  border-radius: 16px;
  margin: 32px 0;
}
@media only screen and (max-width: 719px) {
  .line__block02 .example {
    padding: 24px 16px;
  }
}
.line__block02 .example .ttl {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
}
.line__block02 .example ul li {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}
.line__block02 .example ul li:before {
  content: "・";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.line__block02 .c-btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 204px;
}