html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-Thin.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-Thin.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-Thin.eot") format("eot");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-Regular.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-Regular.eot") format("eot");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-Medium.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-Medium.eot") format("eot");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-SemiBold.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-SemiBold.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-SemiBold.eot") format("eot");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-Bold.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-Bold.eot") format("eot");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../wp-includes/fonts/Montserrat-Bold.woff2") format("woff2"), url("../../../../../wp-includes/fonts/Montserrat-Bold.woff") format("woff"), url("../../../../../wp-includes/fonts/Montserrat-Bold.eot") format("eot");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../wp-includes/fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../../../../../wp-includes/fonts/RobotoCondensed-Bold.woff") format("woff"), url("../../../../../wp-includes/fonts/RobotoCondensed-Bold.eot") format("eot");
}
:root {
  --white: #FFFFFF;
  --red: #F8D3DC;
  --red2: #EA5A5F;
  --green: #E3F0E4;
  --yellow: #FEF5E3;
  --blue: #CFE6F5;
  --brown: #845A5D;
  --gray: #F7F7F7;
  --gray2: #CBCBCB;
  --black: #727272;
  --black2: #3C3C3C;
  --font-family: "M PLUS Rounded 1c", sans-serif;
  --font-weight__thin: 100;
  --font-weight__extralight: 200;
  --font-weight__light: 300;
  --font-weight__regular: 400;
  --font-weight__medium: 500;
  --font-weight__semibold: 600;
  --font-weight__bold: 700;
  --font-weight__extrabold: 800;
  --font-weight__black: 900;
  --width-base: calc(100% - 48px);
  --width-content1: 1024px;
  --width1: min(var(--width-base), var(--width-content1));
  --full-width1: min(100% , var(--width-content1));
  --n-margin-width1: calc(-1 * max(((100cqw - var(--width-content1)) / 2), 20px));
  --width-content2: 768px;
  --width2: min(var(--width-base), var(--width-content2));
  --full-width2: min(100% , var(--width-content2));
  --n-margin-width2: calc(-1 * max(((100cqw - var(--width-content2)) / 2), 20px));
  --width-content3: 327px;
  --width3: min(var(--width-base), var(--width-content3));
  --full-width3: min(100% , var(--width-content3));
  --n-margin-width3: calc(-1 * max(((100cqw - var(--width-content3)) / 2), 20px));
  --height__adminbar: 32px;
  --height__header: 96px;
  --zindex__header: 100;
  --zindex__hamburger: 200;
  --zindex__menu: 300;
  --content-padding__top: 90px;
  --content-padding__bottom: 140px;
}

@media (max-width: 1024px) {
  :root {
    --height__header: 90px;
    --content-padding__top: 45px;
    --content-padding__bottom: 70px;
  }
}
@media (max-width: 782px) {
  :root {
    --height__adminbar: 46px;
  }
}
/* standard-inner */
.standard-inner {
  margin: 0 auto;
}

.standard-inner.type1 {
  width: var(--width1);
}

.standard-inner.type1.fullwidth {
  width: var(--full-width1);
}

.standard-inner.type2 {
  width: var(--width2);
}

.standard-inner.type2.fullwidth {
  width: var(--full-width2);
}

.standard-inner.type3 {
  width: var(--width3);
}

.standard-inner.type3.fullwidth {
  width: var(--full-width3);
}

.standard-inner.type4 {
  width: var(--width4);
}

.standard-inner.type4.fullwidth {
  width: var(--full-width4);
}

.standard-inner.type5 {
  width: var(--width5);
}

.standard-inner.type5.fullwidth {
  width: var(--full-width5);
}

.standard-inner.type6 {
  width: var(--width6);
}

.standard-inner.type6.fullwidth {
  width: var(--full-width6);
}

.standard-inner.type7 {
  width: var(--width7);
}

.standard-inner.type7.fullwidth {
  width: var(--full-width7);
}

.standard-inner.type8 {
  width: var(--width8);
}

.standard-inner.type8.fullwidth {
  width: var(--full-width8);
}

.standard-inner.type9 {
  width: var(--width9);
}

.standard-inner.type9.fullwidth {
  width: var(--full-width9);
}

.standard-inner.type10 {
  width: var(--width10);
}

.standard-inner.type10.fullwidth {
  width: var(--full-width10);
}

html {
  font-size: 62.5%;
  scroll-padding-top: var(--height__header);
}

body {
  font-size: 1.6rem;
  font-family: var(--font-family);
  font-weight: var(--font-weight__regular);
  color: var(--black);
  background-color: var(--white);
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=submit] {
  cursor: pointer;
}

input[type=submit]:hover {
  opacity: 0.5;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.header__dummy {
  height: var(--height__header);
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--height__header);
  position: fixed;
  width: 100%;
  background-color: var(--white);
  z-index: var(--zindex__header);
  top: 0;
}

.header-logo {
  padding-left: 24px;
  padding-top: 18px;
}

.header-logo__description {
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--font-weight__bold);
}

.header-logo__h1 {
  font-size: 32px;
  line-height: 40px;
}

.header__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
}

.header-btn {
  width: 84px;
  height: 100%;
  margin-left: auto;
  position: relative;
}

.header-btn__bar {
  display: block;
  position: absolute;
  width: 36px;
  height: 3px;
  background-color: var(--black);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.header-btn__bar::after,
.header-btn__bar::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--black);
}

.header-btn__bar::before {
  top: -12px;
}

.header-btn__bar::after {
  top: 12px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer-navi__lists {
  display: flex;
  justify-content: space-between;
  height: 80px;
  background-color: var(--white);
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.16);
  padding: 0 15px;
}

.footer-navi__link {
  display: block;
  position: relative;
  width: 80px;
  height: 100%;
  text-align: center;
  font-size: 8px;
  padding-top: 55px;
}

.footer-navi__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
  margin: auto;
}

.icon-home .footer-navi__link::before {
  width: 27px;
  height: 25px;
  background-image: url("../img/icon-home.svg");
}

.icon-faq .footer-navi__link::before {
  width: 32.85px;
  height: 25px;
  background-image: url("../img/icon-faq.svg");
}

.icon-mypage .footer-navi__link::before {
  width: 30.45px;
  height: 24px;
  background-image: url("../img/icon-mypage.svg");
}

.swpm_error {
  font-size: 14px;
  line-height: 20px;
  color: var(--red2);
  padding-bottom: 20px;
}

.swpm-form .swpm-form-label-wrap {
  font-size: 18px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 8px;
}

.swpm-form .swpm-form-input-wrap input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  font-weight: var(--font-weight__bold);
  color: var(--black);
}

.swpm-form .swpm-form-row {
  margin-bottom: 20px !important;
}

.swpm-form .swpm-firstname-row,
.swpm-form .swpm-lastname-row,
.swpm-form .swpm-membership-level-row {
  display: none;
}

.swpm-submit-btn-default-style {
  width: 93px;
  min-width: auto;
  height: 40px;
  display: block;
  background-color: var(--white);
  color: var(--black);
  border: none;
  margin-top: 60px;
}

.swpm-login-widget-form label,
.swpm-pw-reset-widget-form label {
  font-size: 18px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 8px;
}

.swpm-login-widget-form input[type=text],
.swpm-login-widget-form input[type=password],
.swpm-pw-reset-widget-form input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  font-weight: var(--font-weight__bold);
  color: var(--black);
}

.swpm-pw-reset-widget-form .swpm-submit-btn-default-style {
  width: auto;
}

.swpm-edit-profile-form input[type=password]::-moz-placeholder {
  font-size: 10px;
}

.swpm-edit-profile-form input[type=password]::placeholder {
  font-size: 10px;
}

.swpm-logged-username {
  display: none;
}

.br-sm {
  display: none;
}
@media (max-width: 600px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 1024px) {
  .br-md {
    display: block;
  }
}

.br-mdn {
  display: block;
}
@media (max-width: 1024px) {
  .br-mdn {
    display: none;
  }
}

.br-lg {
  display: block;
}
@media (max-width: 1024px) {
  .br-lg {
    display: none;
  }
}

.br-ftsm {
  display: none;
}
@media (max-width: 980px) {
  .br-ftsm {
    display: block;
  }
}

/****************************************************/
/* type1                                            */
/****************************************************/
.h2-type1 {
  font-family: var(--font-montserrat);
  font-weight: var(--font-weight__bold);
  font-size: 30px;
  color: var(--blue);
  line-height: 1;
  text-align: center;
}

.h2-type1.white {
  color: var(--white);
}

.h2-type1.left {
  text-align: left;
}

@media (max-width: 1024px) {
  .h2-type1 {
    font-size: 20px;
  }
}
/****************************************************/
/* type2                                            */
/****************************************************/
.h2-type2 {
  font-weight: var(--font-weight__bold);
  font-size: 35px;
  color: var(--orange);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  background-image: url("../img/h2-type2.svg");
  width: min(100%, 344px);
  margin: 0 auto;
  line-height: 61px;
  padding-bottom: 16px;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .h2-type2 {
    width: min(100%, 274px);
    line-height: 49px;
    font-size: 24px;
    padding-bottom: 12px;
  }
}
/****************************************************/
/* type3                                            */
/****************************************************/
.h2-type3 {
  text-align: center;
}

.h2-type3__h2 {
  display: inline-block;
  font-weight: var(--font-weight__bold);
  font-size: 36px;
  color: var(--blue);
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 40px;
  line-height: 1;
  padding-bottom: 4px;
}

.h2-type3__h2::before,
.h2-type3__h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/h2-type3.svg");
  width: 22px;
  height: 38px;
  top: 0;
}

.h2-type3__h2::before {
  left: 0;
}

.h2-type3__h2::after {
  right: 0;
  transform: scale(-1, 1);
}

@media (max-width: 1024px) {
  .h2-type3__h2 {
    font-size: 24px;
    padding: 0 29px;
    padding-bottom: 2px;
  }
  .h2-type3__h2::before,
.h2-type3__h2::after {
    width: 15px;
    height: 26px;
  }
}
/****************************************************/
/* type4                                            */
/****************************************************/
.h2-type4 {
  text-align: center;
}

.h2-type4__en {
  font-size: 18px;
  font-family: var(--font-montserrat);
  color: var(--blue);
  line-height: 1;
  padding-bottom: 9px;
}

.h2-type4__ja {
  font-size: 30px;
  font-family: var(--font-mincho);
  letter-spacing: 0.1em;
  color: var(--orange);
  line-height: 1;
  padding-bottom: 27px;
  position: relative;
  font-weight: var(--font-weight__demibold);
}

.h2-type4__ja::after {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 7px;
  border-radius: 3.5px;
  background-color: var(--orange);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  .h2-type4__en {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .h2-type4__ja {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .h2-type4__ja::after {
    width: 46px;
    height: 5px;
    border-radius: 2.5px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
.h3-type1__figure img {
  border-radius: 30px;
}

.h3-type1__h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 445px);
  height: 72px;
  background-color: var(--orange);
  font-size: 30px;
  font-weight: var(--font-weight__bold);
  color: var(--white);
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: -36px;
  position: relative;
}

.h3-type1__text {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding-top: 50px;
}

.h3-type1 {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .h3-type1__figure img {
    border-radius: 20px;
  }
  .h3-type1__h3 {
    width: 280px;
    height: 50px;
    margin-top: -25px;
    border-radius: 10px;
    font-size: 20px;
  }
  .h3-type1__text {
    padding-top: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  .h3-type1 {
    padding-bottom: 50px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
.p-type1 {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

/****************************************************/
/* type3                                            */
/****************************************************/
.p-type3 {
  font-size: 20px;
  line-height: 35px;
}

.page-content h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 15px;
}

.page-content p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
}

.top-mv__figure {
  padding-bottom: 63px;
}

.top-title {
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  padding-bottom: 45px;
  font-weight: var(--font-weight__bold);
}

.top-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 80px;
}

.top-link__list {
  padding-bottom: 32px;
}

.top-link {
  padding-bottom: 160px;
}

.top-link__link {
  display: flex;
  width: var(--width3);
  height: 72px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.top-link__link.red {
  background-color: var(--red);
}

.top-link__link.blue {
  background-color: var(--blue);
}

.top-link__link.green {
  background-color: var(--green);
}

@media (max-width: 1024px) {
  .top-mv__figure {
    padding-bottom: 24px;
  }
  .top-title {
    font-size: 21px;
    line-height: 24px;
    text-align: left;
    padding-bottom: 30px;
  }
  .top-text {
    line-height: 24px;
    padding-bottom: 50px;
  }
  .top-link__list {
    padding-bottom: 24px;
  }
}
/****************************************************/
/* app top                                          */
/****************************************************/
.main.app {
  background-color: var(--red);
  min-height: calc(100vh - var(--height__header));
}

.app-top {
  padding-top: 32px;
}

.app-top__title {
  font-size: 32px;
  text-align: center;
  font-weight: var(--font-weight__bold);
  line-height: 40px;
  padding-bottom: 16px;
}

.app-top__text {
  font-size: 20px;
  line-height: 34px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 25px;
}

.app-top__menu {
  padding-bottom: 140px;
}

.app-top__menu-list {
  padding-bottom: 24px;
}

.app-top__menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 20px;
  font-weight: var(--font-weight__bold);
  background-color: var(--white);
}

/****************************************************/
/* app overview                                     */
/****************************************************/
.appov {
  padding-top: 20px;
  padding-bottom: 130px;
}

.appov__title {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 20px;
  font-weight: var(--font-weight__bold);
}

.appov__text {
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 20px;
  font-weight: var(--font-weight__bold);
}

.appov__point {
  padding-bottom: 23px;
}

.appov__point-lists {
  counter-set: cnt 0;
}

.appov__point-list {
  counter-increment: cnt 1;
  padding-top: 65px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
  font-weight: var(--font-weight__bold);
}

.appov__point-list::before {
  content: "Point " counter(cnt);
  background-image: url(../img/appov__point-list.svg);
  display: block;
  position: absolute;
  width: 112px;
  height: 59.37px;
  top: 0;
  left: -8px;
  font-size: 14px;
  font-weight: var(--font-weight__black);
  line-height: 28px;
  padding-top: 30px;
  padding-left: 37px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}

.appov__link {
  text-align: center;
}

.appov__link-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 20px;
  margin-bottom: 45px;
  font-weight: var(--font-weight__bold);
  background-color: var(--white);
}

.appov__link-back {
  font-size: 20px;
  font-weight: var(--font-weight__bold);
}

/****************************************************/
/* app learning                                     */
/****************************************************/
.appln {
  padding-top: 22px;
  padding-bottom: 130px;
}

.appln__title {
  font-size: 24px;
  line-height: 40px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 8px;
}

.appln__content-list {
  padding-bottom: 30px;
}

.appln__content-movie {
  width: 100%;
  aspect-ratio: 16/9;
}

.appln__content-movie iframe {
  width: 100%;
  height: 100%;
}

.appln__content-movie video {
  width: 100%;
}

.appln__content-h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 8px;
}

.appln__content-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: var(--font-weight__bold);
}

.appln__link {
  text-align: center;
}

.appln__link-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 20px;
  margin-bottom: 45px;
  font-weight: var(--font-weight__bold);
  background-color: var(--white);
}

.appln__link-back {
  font-size: 20px;
  font-weight: var(--font-weight__bold);
}

/****************************************************/
/* app work                                         */
/****************************************************/
.appwk {
  padding-top: 22px;
  padding-bottom: 130px;
}

.appwk__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 3px;
}

.appwk__subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 8px;
}

.appwk__content-title {
  font-size: 25px;
  font-weight: var(--font-weight__bold);
  line-height: 30px;
  padding-bottom: 8px;
}

.appwk__content-subtitle {
  font-size: 20px;
  font-weight: var(--font-weight__bold);
  line-height: 27px;
  padding-bottom: 8px;
}

.appwk__content-text {
  font-size: 20px;
  font-weight: var(--font-weight__bold);
  line-height: 27px;
  position: relative;
  padding-left: 36px;
  padding-bottom: 8px;
  cursor: pointer;
}

.appwk__content-text span {
  font-size: 16px;
  font-weight: va(--font-weight__regular);
}

.appwk__content-list {
  padding-bottom: 5px;
}

.appwk__content-text::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 4px;
  top: 1.5px;
  border: solid 1px var(--black);
  background-color: var(--white);
  border-radius: 50%;
}

.appwk__content-image {
  padding-left: 36px;
}

.appwk__content-input {
  padding-left: 36px;
}

.appwk__content-input label {
  font-size: 16px;
  font-weight: var(--font-weight__bold);
  line-height: 23px;
}

.appwk__content-input input {
  display: inline-block;
  width: calc(100% - 42px);
  line-height: 23px;
  border: none;
  height: 23px;
  padding: 0 5px;
  font-family: var(--font-family);
  font-weight: var(--font-weight__bold);
  color: var(--black);
}

.appwk__content-input button {
  display: block;
  width: 128px;
  height: 40px;
  margin-left: auto;
  margin-top: 8px;
  background-color: var(--white);
  border: none;
  font-size: 16px;
  font-weight: var(--font-weight__bold);
  color: var(--black);
}

.appwk__content-list[data-finished="1"] .appwk__content-text::after {
  content: "";
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  border-left: solid 6px var(--black);
  border-bottom: solid 6px var(--black);
  transform: rotate(-45deg);
  left: 5px;
  top: -2px;
}

/****************************************************/
/* faq list                                         */
/****************************************************/
.main.faq {
  background-color: var(--green);
  min-height: calc(100vh - var(--height__header));
  padding-top: 40px;
  padding-bottom: 130px;
}

.faq-new__text1 {
  font-size: 20px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 25px;
}

.faq-new__text2 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 50px;
}

.faq-new-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 40px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: var(--font-weight__bold);
  margin-bottom: 34px;
}

.faq-question__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 38px;
}

.faq-question__content-date {
  font-size: 16px;
  line-height: 24px;
}

.faq-question__content-h2 {
  line-height: 24px;
  font-size: 18px;
  font-weight: var(--font-weight__bold);
}

.faq-question__content-link {
  font-size: 16px;
  line-height: 24px;
}

.faq-question__content-list {
  padding-bottom: 20px;
}

/****************************************************/
/* faq answer                                       */
/****************************************************/
.faq-answer__date {
  font-size: 16px;
  line-height: 23px;
}

.faq-answer__question-title {
  font-size: 18px;
  font-weight: var(--font-weight__bold);
  padding-bottom: 24px;
}

.faq-answer__question-text {
  padding: 10px;
  font-size: 16px;
  line-height: 23px;
  background-color: var(--white);
  margin-bottom: 55px;
}

.faq-answer__answer-title {
  font-size: 18px;
  font-weight: var(--font-weight__bold);
  line-height: 25px;
  padding-bottom: 24px;
}

.faq-answer__answer-text {
  padding: 10px;
  font-size: 16px;
  line-height: 23px;
  background-color: var(--white);
  margin-bottom: 55px;
}

/****************************************************/
/* faq new                                          */
/****************************************************/
.faq-new__form textarea {
  width: 100%;
  height: 240px;
  padding: 10px;
  color: var(--black);
  font-family: var(--font-family);
  line-height: 24px;
  border: none;
  margin-bottom: 50px;
  border-radius: 3px;
}

.faq-new__form button {
  display: block;
  width: 93px;
  height: 40px;
  background-color: var(--white);
  border: none;
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--black);
  font-weight: var(--font-weight__bold);
}

/****************************************************/
/* mypage                                           */
/****************************************************/
.main.mypage {
  background-color: var(--gray);
  min-height: calc(100vh - var(--height__header));
  padding-top: 40px;
  padding-bottom: 130px;
}

/****************************************************/
/* admin list                                       */
/****************************************************/
.main.admin {
  background-color: var(--gray2);
  min-height: calc(100vh - var(--height__header));
  padding-top: 40px;
  padding-bottom: 130px;
}

.faq-admin__title {
  font-size: 32px;
  font-weight: var(--font-weight__bold);
  color: var(--white);
  padding-bottom: 38px;
}

.faq-admin__subtitle {
  font-size: 18px;
  font-weight: var(--font-weight__bold);
  color: var(--white);
  padding-bottom: 26px;
}

.faq-admin__notice {
  color: var(--red2);
  font-size: 14px;
  padding-bottom: 19px;
  font-weight: var(--font-weight__bold);
  letter-spacing: 0.1em;
}

.faq-admin__table tr {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
}

.faq-admin__table tr th {
  font-size: 18px;
  font-weight: var(--font-weight__bold);
  color: var(--white);
}

.faq-admin__table-header.status, .faq-admin__table-data.status {
  width: 117px;
}

.faq-admin__table-header.name, .faq-admin__table-data.name {
  width: 139px;
}

.faq-admin__table-header.question, .faq-admin__table-data.question {
  width: 656px;
  margin-left: 18px;
  text-align: left;
}

.faq-admin__table-header.link, .faq-admin__table-data.link {
  width: 95px;
}

.faq-admin__table-data.status {
  text-align: center;
  padding-top: 12px;
  background-color: var(--red);
}

.faq-admin__table-data.status.is_finish {
  background-color: var(--blue);
}

.faq-admin__table-data.name {
  background-color: var(--white);
  padding: 12px;
  font-size: 16px;
  line-height: 20px;
}

.faq-admin__table-data.question {
  background-color: var(--white);
  font-size: 16px;
  padding: 12px;
  min-height: 107px;
}

.faq-admin__table-data.link a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: var(--font-weight__bold);
  background-color: var(--yellow);
}

.faq-admin__table-data.answer {
  width: 100%;
  height: 240px;
}

.faq-admin__table-data.answer textarea {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  padding: 16px 23px;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
}

.faq-admin__table-data.answer form {
  height: 100%;
  width: 100%;
}

.faq-admin__table-data.question.col2 {
  flex: 1;
}

.faq-admin__table-btn input,
.faq-admin__table-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border: none;
  font-size: 20px;
  font-weight: var(--font-weight__bold);
  color: var(--black);
}

.faq-admin__table-btn {
  width: calc((100% - 44px) / 3);
  height: 72px;
}

.post-type-archive-news .mv-type2__inner {
  background-color: var(--orange);
}

.post-type-archive-news .pagetype1-content {
  background-color: var(--orange2);
  padding-bottom: 100px;
}

.post-type-archive-news .footer-contact {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */