@charset "UTF-8";
/*h2*/
/*h2*/
@media (max-width: 1023px) {
  .content-box {
    display: block; }
    .content-box__thumbnail, .content-box__body {
      position: static;
      width: 100% !important;
      max-width: 600px !important;
      margin: auto; }
    .content-box__thumbnail {
      margin-bottom: calc(8px * 4); } }
@media (max-width: 1023px) {
  #js-footer .column-4 {
    margin: 0; } }
@media (max-width: 1023px) and (min-width: 768px) {
  #js-footer .column-4 {
    width: calc((100% - calc(8px * 3)) / 2); } }
@media (max-width: 767px) {
  #js-footer .column-4 {
    width: 100%; } }

/*h2*/
@media (min-width: 768px) {
  .sp {
    display: none; } }

@media (max-width: 767px) {
  .no-sp {
    display: none; } }

@media (min-width: 1024px) {
  .tb {
    display: none; } }
@media (max-width: 767px) {
  .tb {
    display: none; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .no-tb {
    display: none; } }

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

@media (min-width: 1024px) {
  .no-pc {
    display: none; } }

@media (min-width: 376px) {
  .mini {
    display: none; } }

@media (max-width: 375px) {
  .no-mini {
    display: none; } }

/*h2*/
.imgSquare img,
.imgCircle img {
  width: 250px;
  height: 250px;
  object-fit: cover; }

.imgCircle img {
  border-radius: 50%; }

@media (max-width: 767px) {
  figure[class^="imgSize"] img {
    width: 80%; } }
@media (min-width: 768px) {
  figure.imgSize25 img {
    width: 25%; }
  figure.imgSize50 img {
    width: 50%; }
  figure.imgSize75 img {
    width: 75%; } }

/*h2*/
.center {
  text-align: center; }

.right {
  text-align: right !important; }

.ncNarrow {
  width: 100%;
  margin: auto; }
  @media (min-width: 768px) {
    .ncNarrow {
      max-width: 858px; } }

.flex {
  display: flex;
  flex-wrap: wrap; }

/*h2*/
.rice {
  font-size: 85%;
  line-height: 1.5 !important;
  margin-bottom: 0 !important; }
  .rice::before {
    content: "※"; }

.ico_c {
  position: relative;
  padding-left: calc(8px + 0.5em); }
  .ico_c::before {
    position: absolute;
    top: 0.8em;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FBFBFB;
    border-radius: 50%;
    content: ""; }
  .ico_c::before {
    top: 0.6em; }

.signature {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .signature span {
    display: block; }

.bgColor {
  background-color: #f77907;
  color: #fff; }

.lightBorder {
  background-color: #FAF8F2;
  border: solid 1px #FBFBFB; }

/*h2*/
.modified {
  color: #840000; }
  .modified::before, .modified::after {
    content: '｜'; }

.marker {
  background: linear-gradient(transparent 75%, #FBFBFB 75%); }

.red {
  color: #840000; }

.bold {
  font-weight: bold; }

@media (min-width: 768px) {
  .large {
    font-size: 24px; } }
@media (max-width: 767px) {
  .large {
    font-size: 20px; } }

.small {
  font-size: 80%; }

/*h2*/
.ncColumns {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(8px * 6);
  margin-bottom: calc(8px * 6); }
  .ncColumns > * {
    width: 100%; }
  .ncColumns h3 {
    margin-top: 0 !important; }
  @media (max-width: 767px) {
    .ncColumns__panel:not(:last-of-type) {
      margin-bottom: calc(8px * 4); } }
  .ncColumns__panel > figure {
    width: 100%; }
  .ncColumns__panel .ncColumns__title {
    order: 1;
    text-align: center;
    margin-bottom: calc(8px * 2); }
    .ncColumns__panel .ncColumns__title * {
      margin-bottom: 0; }
  .ncColumns__panel .ncColumns__text {
    order: 2; }
  .ncColumns__panel .ncColumns__image {
    order: 0;
    margin-bottom: calc(8px * 2); }
  .ncColumns__title {
    font-weight: bold; }
  .ncColumns__text p:last-child {
    margin-bottom: 0 !important; }
  .ncColumns__image {
    max-width: 500px; }
    @media (max-width: 767px) {
      .ncColumns__image {
        margin-right: auto;
        margin-left: auto; } }
  .ncColumns--half {
    justify-content: space-between; }
    @media (min-width: 768px) {
      .ncColumns--half > .ncColumns__panel {
        width: calc((100% - calc(8px * 4)) / 2); } }
    .ncColumns--half.alternate {
      flex-direction: row-reverse; }
  .ncColumns--bias {
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .ncColumns--bias__panelMini {
        width: 200px; }
      .ncColumns--bias__panelLarge {
        width: calc(100% - 200px - calc(8px * 4)); } }
    @media (max-width: 1023px) and (min-width: 768px) {
      .ncColumns--bias__panelMini {
        width: 150px; }
      .ncColumns--bias__panelLarge {
        width: calc(100% - 150px - calc(8px * 4)); } }
    .ncColumns--bias.alternate {
      flex-direction: row-reverse; }
  .ncColumns--three {
    justify-content: space-between; }
    @media (min-width: 768px) {
      .ncColumns--three .ncColumns__panel {
        width: calc((100% - calc(8px * 6)) / 3); } }
    @media (min-width: 768px) {
      .ncColumns--three .ncColumns__panel:nth-of-type(2), .ncColumns--three .ncColumns__panel:nth-of-type(3) {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .ncColumns--voice {
      align-items: center;
      justify-content: space-between; }
      .ncColumns--voice .ncColumns__text,
      .ncColumns--voice .ncColumns__image {
        margin: 0; } }
  @media (max-width: 767px) {
    .ncColumns--voice {
      flex-direction: column; } }
  .ncColumns--voice .ncColumns__text {
    position: relative;
    order: 1;
    padding: calc(8px * 2);
    border: calc(8px * 0.5) solid #fff3e4;
    border-radius: 8px; }
    @media (min-width: 768px) {
      .ncColumns--voice .ncColumns__text {
        width: calc(100% - 150px - calc(8px * 2));
        min-height: 150px; } }
    .ncColumns--voice .ncColumns__text::after {
      position: absolute;
      height: 0;
      width: 0;
      border: solid transparent 8px;
      content: ''; }
      @media (min-width: 768px) {
        .ncColumns--voice .ncColumns__text::after {
          top: 50%;
          left: calc(-1 * calc(8px * 2.5));
          border-right-color: #fff3e4;
          margin-top: calc(-1 * 8px); } }
      @media (max-width: 767px) {
        .ncColumns--voice .ncColumns__text::after {
          bottom: 100%;
          left: 50%;
          border-bottom-color: #fff3e4;
          margin-left: calc(-1 * 8px); } }
    @media (max-width: 767px) {
      .ncColumns--voice .ncColumns__text .bold {
        text-align: center; } }
  .ncColumns--voice .ncColumns__image {
    position: relative;
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 150px; }
    @media (max-width: 767px) {
      .ncColumns--voice .ncColumns__image {
        margin-bottom: calc(8px * 4); } }
    .ncColumns--voice .ncColumns__image::before {
      display: block;
      padding-top: 100%;
      content: ""; }
    .ncColumns--voice .ncColumns__image img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%; }
  @media (min-width: 768px) {
    .ncColumns--voice {
      align-items: center;
      justify-content: space-between; }
      .ncColumns--voice .columns__text,
      .ncColumns--voice .columns__image {
        margin: 0; } }
  @media (max-width: 767px) {
    .ncColumns--voice {
      flex-direction: column; } }
  .ncColumns--voice .columns__text {
    position: relative;
    order: 1;
    padding: calc(8px * 2);
    border: 2px solid #f77907;
    border-radius: calc(8px * 2); }
    @media (min-width: 768px) {
      .ncColumns--voice .columns__text {
        width: calc(100% - 150px - calc(8px * 2));
        min-height: 150px; } }
    .ncColumns--voice .columns__text::after {
      position: absolute;
      height: 0;
      width: 0;
      border: solid transparent 8px;
      content: ''; }
      @media (min-width: 768px) {
        .ncColumns--voice .columns__text::after {
          top: 50%;
          left: calc(-1 * calc(8px * 2.5));
          border-right-color: #f77907;
          margin-top: calc(-1 * 8px); } }
      @media (max-width: 767px) {
        .ncColumns--voice .columns__text::after {
          bottom: 100%;
          left: 50%;
          border-bottom-color: #f77907;
          margin-left: calc(-1 * 8px); } }
    @media (max-width: 767px) {
      .ncColumns--voice .columns__text .bold {
        text-align: center; } }
  .ncColumns--voice .columns__image {
    position: relative;
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 150px; }
    @media (max-width: 767px) {
      .ncColumns--voice .columns__image {
        margin-bottom: calc(8px * 4); } }
    .ncColumns--voice .columns__image::before {
      display: block;
      padding-top: 100%;
      content: ""; }
    .ncColumns--voice .columns__image img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%; }
  .ncColumns--grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: calc(8px * 2); }
    .ncColumns--grid .ncColumns__panel {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: calc(8px * 2);
      padding: 8px;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .ncColumns--grid .ncColumns__panel {
          width: calc((100% - calc(8px * 2)) / 2); } }
      @media (min-width: 768px) {
        .ncColumns--grid .ncColumns__panel:nth-of-type(2) {
          margin-top: 0 !important; } }
    .ncColumns--grid__image {
      position: relative;
      order: 1;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(8em + calc(8px * 2) * 2); }
      @media (min-width: 768px) {
        .ncColumns--grid__image {
          padding: calc(8px * 2); } }
      .ncColumns--grid__image figure {
        margin: auto;
        width: 8em;
        height: 8em;
        padding: 0;
        overflow: hidden; }
      .ncColumns--grid__image img {
        position: static;
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .ncColumns--grid__text {
      order: 2;
      width: calc(100% - calc(8em + calc(8px * 2) * 2));
      padding-left: 0; }
      .ncColumns--grid__text h3 {
        margin-top: 0 !important; }
      @media (min-width: 768px) {
        .ncColumns--grid__text {
          padding: calc(8px * 2); } }
      .ncColumns--grid__text > dt {
        margin-bottom: 8px;
        font-size: 120%;
        font-weight: bold; }
      .ncColumns--grid__text > dd > p:last-of-type {
        margin-bottom: 0; }
    @media (max-width: 767px) {
      .ncColumns--grid__text {
        width: calc(100% - 25vw - calc(8px * 2)); }
      .ncColumns--grid__image {
        width: 25vw; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .ncColumns--grid__image figure {
      width: 25vw;
      height: 25vw; } }

/*h2*/
.ncAccordion__switch {
  display: block;
  cursor: pointer; }
.ncAccordion__content {
  display: none; }

.ncAccordion {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .ncAccordion {
      max-width: 858px; } }
  .ncAccordion__panel {
    margin-bottom: calc(8px * 3); }
  .ncAccordion__switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FAF8F2;
    border: solid 1px #FBFBFB;
    font-weight: bold; }
    @media (min-width: 1024px) {
      .ncAccordion__switch {
        padding: calc(8px * 1.5) 8px;
        font-size: calc(8px * 2.5); } }
    @media (max-width: 1023px) and (min-width: 768px) {
      .ncAccordion__switch {
        padding: 8px;
        font-size: calc(8px * 2); } }
    @media (max-width: 767px) {
      .ncAccordion__switch {
        padding: calc(8px * 1.5); } }
    .ncAccordion__switch span {
      display: inline-block;
      width: 4em;
      font-family: "Noto JP", "gothic"; }
    .ncAccordion__switch p {
      width: calc(100% - 1em);
      margin-bottom: 0; }
    .ncAccordion__switch::after {
      width: 1em;
      font-family: "icomoon";
      font-weight: bold;
      content: "\e985";
      transition: .2s;
      text-align: right; }
    .ncAccordion__switch.open::after {
      content: "\e986";
      transition: .2s; }
  .ncAccordion__content {
    padding: calc(8px * 2); }
  .ncAccordion--numbering {
    counter-reset: number 0; }
    .ncAccordion--numbering__switch::before {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2em;
      height: 2em;
      margin-right: 0.5em;
      background-color: #f77907;
      color: #fff;
      border-radius: 50%;
      font-size: 90%;
      font-family: "Noto JP", "gothic";
      content: counter(number);
      counter-increment: number 1; }
    .ncAccordion--numbering__switch p {
      width: calc(100% - 2em -  0.5em - 1em); }

/*h2*/
.ncBox {
  width: 100%;
  margin: calc(8px * 2) auto calc(8px * 6);
  border: solid 1px #FBFBFB; }
  @media (min-width: 768px) {
    .ncBox {
      max-width: 858px; } }
  .ncBox > dt {
    padding: 8px calc(8px * 2);
    background-color: #FAF8F2;
    border-bottom: solid 1px #FBFBFB; }
    .ncBox > dt::before {
      margin-right: 8px;
      font-size: 110%;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f05a'; }
  .ncBox > dd {
    margin: 0 !important;
    padding: calc(8px * 2); }
    .ncBox > dd p {
      margin: 0 !important; }
  .ncBox--warning {
    border-color: #840000; }
    .ncBox--warning dt {
      background-color: #840000;
      border-bottom-color: #840000;
      color: #fff; }
      .ncBox--warning dt::before {
        content: '\f071'; }

/*h2*/
.ncButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #f77907;
  color: #fff;
  font-size: 0.88889rem;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.04em;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .ncButton {
      height: calc(8px * 6);
      width: 300px; } }
  @media (max-width: 767px) {
    .ncButton {
      height: calc(8px * 7);
      width: 80%;
      margin-top: 8px;
      margin-bottom: 8px; } }
  .ncButton::after {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all ease 0.2s;
    content: "\e94c";
    font-family: "icomoon" !important; }
  .ncButton--gross:hover {
    background-color: #baa05f;
    color: #fff !important; }
    .ncButton--gross:hover::before {
      content: "";
      position: absolute;
      top: -10%;
      left: -180%;
      width: 200%;
      height: 200%;
      background-color: rgba(249, 249, 249, 0.2);
      transform: rotate(-45deg);
      animation: lustre 0.7s forwards; }
    .ncButton--gross:hover::after {
      right: -2px; }
  .ncButton--white {
    background-color: #fff;
    border: 2px solid #FBFBFB;
    outline: 1px solid #FBFBFB;
    outline-offset: -6px;
    color: #FBFBFB !important; }
  .ncButton--high {
    flex-direction: column;
    height: calc(8px * 9);
    font-size: 18px; }
    .ncButton--high p {
      margin-bottom: 0; }
    .ncButton--high .micro {
      font-size: 10px; }
  .ncButton--arrow {
    justify-content: flex-start;
    width: 150px !important;
    height: auto;
    background-color: transparent;
    background-image: url("/wp-content/package/common/module/arrow.svg?u06stv6mv");
    background-size: 150px auto;
    background-position: bottom right 8px;
    background-repeat: no-repeat;
    color: #333;
    text-align: center; }
    .ncButton--arrow::before, .ncButton--arrow::after {
      content: none; }
    .ncButton--arrow:hover {
      background-color: transparent;
      background-position: bottom right;
      color: #333 !important; }
      .ncButton--arrow:hover::before, .ncButton--arrow:hover::after {
        content: none; }
  .ncButton__box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: calc(8px * 4);
    margin-bottom: calc(8px * 4); }
  .ncButton--right__box {
    justify-content: flex-end; }
  .ncButton--banner__box {
    margin-top: calc(8px * 6);
    margin-bottom: calc(8px * 6); }
    .ncButton--banner__box .ncButton {
      max-width: initial;
      width: 100%;
      height: auto; }
      .ncButton--banner__box .ncButton:hover {
        opacity: .6; }

/*h2*/
.ncH2 {
  margin-top: calc(8px * 8) !important;
  margin-bottom: calc(8px * 7) !important; }
  @media (min-width: 1024px) {
    .ncH2 {
      font-size: 26px; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .ncH2 {
      font-size: 160%; } }
  @media (max-width: 767px) {
    .ncH2 {
      font-size: 140%; } }
  @media (max-width: 375px) {
    .ncH2 {
      font-size: 120%; } }
  .ncH2--rich, .ncH2--richW {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(8px * 9) !important;
    margin-bottom: calc(8px * 8) !important;
    text-align: center;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat; }
    .ncH2--rich::before, .ncH2--rich::after, .ncH2--richW::before, .ncH2--richW::after {
      display: block;
      content: ""; }
    .ncH2--rich::before, .ncH2--richW::before {
      margin-right: 0.5em; }
    .ncH2--rich::after, .ncH2--richW::after {
      margin-left: 0.5em; }
    @media (min-width: 768px) {
      .ncH2--rich::before, .ncH2--rich::after, .ncH2--richW::before, .ncH2--richW::after {
        width: 90px;
        height: 1px; } }
    @media (max-width: 767px) {
      .ncH2--rich::before, .ncH2--rich::after, .ncH2--richW::before, .ncH2--richW::after {
        width: 1.5em;
        height: 1px; } }
  .ncH2--rich {
    color: #f77907; }
    .ncH2--rich::before {
      background: linear-gradient(45deg, transparent, #f77907 95%, transparent); }
    .ncH2--rich::after {
      background: linear-gradient(45deg, transparent, #f77907 5%, transparent); }
  .ncH2--richW {
    color: #fff; }
    .ncH2--richW::before {
      background: linear-gradient(45deg, transparent, #fff 95%, transparent); }
    .ncH2--richW::after {
      background: linear-gradient(45deg, transparent, #fff 5%, transparent); }

/*h2*/
.ncH3 {
  width: 100%;
  margin-top: 48px !important;
  margin-bottom: 2em !important;
  padding-bottom: calc(8px * 0.5);
  border-bottom: solid 1px #f77907;
  color: #f77907; }
  @media (min-width: 1024px) {
    .ncH3 {
      font-size: calc(8px * 2.5); } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .ncH3 {
      font-size: 150%; } }
  @media (max-width: 767px) {
    .ncH3 {
      font-size: 120%; } }
  @media (max-width: 375px) {
    .ncH3 {
      font-size: 100%; } }
  .ncH3--rich {
    display: flex;
    align-items: center; }
    .ncH3--rich::before {
      display: block;
      width: 70px;
      height: 1.8em;
      margin-right: 0.5em;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url("/wp-content/package/common/no-image.png?u06stv6my");
      content: ""; }
      @media (max-width: 767px) {
        .ncH3--rich::before {
          width: calc(8px * 5); } }
  .ncH3--miniLine {
    position: relative;
    padding-bottom: 0.5em;
    text-align: center;
    font-size: calc(8px * 3);
    border: 0; }
    .ncH3--miniLine::before {
      position: absolute;
      display: block;
      right: 0;
      left: 0;
      bottom: 0;
      width: calc(8px * 3);
      height: 2px;
      margin: auto;
      background-color: #9A7CB5;
      content: ""; }
  .ncH3--border {
    position: relative;
    padding-bottom: 0.5em;
    text-align: center;
    font-size: calc(8px * 3);
    border: 0; }
    .ncH3--border::before {
      position: absolute;
      display: block;
      right: 0;
      left: 0;
      bottom: 0;
      width: calc(8px * 3);
      height: 2px;
      margin: auto;
      background-color: #9A7CB5;
      content: ""; }

/*h2*/
ul[class^="ncList"] {
  margin-left: 0 !important;
  margin: calc(8px * 2) 0; }
  @media (min-width: 768px) {
    ul[class^="ncList"] {
      padding: 0 16px; } }
  ul[class^="ncList"] > li {
    list-style: none; }
  ul[class^="ncList"].ncNarrow {
    margin-left: auto !important; }

.ncList > li {
  width: 100%;
  position: relative;
  padding-left: calc(8px + 0.5em); }
  .ncList > li::before {
    position: absolute;
    top: 0.8em;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FBFBFB;
    border-radius: 50%;
    content: ""; }
.ncList.row {
  display: flex;
  flex-wrap: wrap; }
  .ncList.row > li {
    width: auto;
    margin-right: 1em; }
.ncList.row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .ncList.row2 > li {
      width: 49%; } }
.ncList.row3 {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .ncList.row3 > li {
      width: 32%; }
      .ncList.row3 > li:nth-of-type:not(:nth-of-type(3n)) {
        margin-right: calc((100% - 32% * 3) / 2); } }
.ncList.row4 {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .ncList.row4 > li {
      width: 24%; }
      .ncList.row4 > li:nth-of-type:not(:nth-of-type(4n)) {
        margin-right: calc((100% - 24% * 4) / 3); } }
.ncList--rice > li {
  margin-bottom: 0 !important;
  font-size: 85%;
  line-height: 1.5 !important; }
  .ncList--rice > li::before {
    top: 0;
    width: 1em;
    height: auto;
    font-family: inherit;
    content: "※";
    background-color: initial; }
.ncList--count {
  counter-reset: ncCount; }
  .ncList--count > li {
    padding-left: 0; }
    .ncList--count > li::before {
      position: static;
      display: inline-block;
      width: auto;
      margin-right: 1em;
      background-color: initial;
      color: inherit;
      font-size: inherit;
      content: counter(ncCount) ".";
      counter-increment: ncCount 1; }
.ncList--countT {
  counter-reset: ncCountT; }
  .ncList--countT > li {
    padding-left: 1.5em; }
    .ncList--countT > li::before {
      width: auto;
      color: inherit;
      font-size: inherit;
      font-weight: bold;
      content: counter(ncCountT) ".";
      counter-increment: ncCountT 1;
      background-color: initial; }
      @media (min-width: 768px) {
        .ncList--countT > li::before {
          top: 0.2em; } }
      @media (max-width: 767px) {
        .ncList--countT > li::before {
          top: 0; } }
  .ncList--countT__title {
    font-weight: bold;
    color: #f77907; }
    @media (min-width: 1024px) {
      .ncList--countT__title {
        font-size: calc(8px * 2.5); } }
    @media (max-width: 1023px) and (min-width: 768px) {
      .ncList--countT__title {
        font-size: 150%; } }
    @media (max-width: 767px) {
      .ncList--countT__title {
        font-size: 105%; } }
    @media (max-width: 375px) {
      .ncList--countT__title {
        font-size: 100%; } }
.ncList--countRich > li, .ncList--countRichT > li {
  position: relative;
  padding-left: 0; }
  .ncList--countRich > li::before, .ncList--countRichT > li::before {
    position: absolute;
    width: calc(8px * 5.5);
    height: calc(8px * 5.5);
    background-color: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    content: ""; }
    @media (min-width: 768px) {
      .ncList--countRich > li::before, .ncList--countRichT > li::before {
        top: -0.1em; } }
    @media (max-width: 767px) {
      .ncList--countRich > li::before, .ncList--countRichT > li::before {
        top: 0.2em; } }
  .ncList--countRich > li:nth-of-type(1)::before, .ncList--countRichT > li:nth-of-type(1)::before {
    background-image: url("/wp-content/package/common/module/no1.svg?u06stv6n3"); }
  .ncList--countRich > li:nth-of-type(2)::before, .ncList--countRichT > li:nth-of-type(2)::before {
    background-image: url("/wp-content/package/common/module/no2.svg?u06stv6n8"); }
  .ncList--countRich > li:nth-of-type(3)::before, .ncList--countRichT > li:nth-of-type(3)::before {
    background-image: url("/wp-content/package/common/module/no3.svg?u06stv6ne"); }
.ncList--countRich > li {
  padding-left: calc(8px * 7);
  color: #f77907; }
.ncList--countRichT__title {
  padding-left: calc(8px * 7);
  margin-bottom: 8px;
  color: #f77907; }
  @media (min-width: 768px) {
    .ncList--countRichT__title {
      font-size: 140%; } }
  @media (max-width: 767px) {
    .ncList--countRichT__title {
      font-size: 5.1vw; } }

/*h2*/
.ncMenu {
  margin-bottom: calc(8px * 4);
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .ncMenu span {
    position: relative;
    background-color: #fff;
    z-index: 10; }
  .ncMenu__title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: calc(8px * 2.5) 0 calc(8px * 1.5);
    font-size: 18px;
    font-weight: bold; }
    .ncMenu__title::before {
      position: absolute;
      top: 0.8em;
      z-index: 1;
      width: 100%;
      height: 3px;
      border-bottom: dotted 3px #D7B27A;
      content: ""; }
    .ncMenu__title.rcmd .menu__name::after {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 6em;
      height: 1.5rem;
      margin-left: 0.5em;
      background-color: #f77907;
      border-radius: 2em;
      color: #fff;
      font-size: 14px;
      content: "オススメ"; }
    @media (max-width: 375px) {
      .ncMenu__title.rcmd {
        margin-top: calc(1.5rem + calc(8px * 4)); }
        .ncMenu__title.rcmd .menu__name {
          padding-top: 1.5rem; }
          .ncMenu__title.rcmd .menu__name::after {
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 0; } }
  .ncMenu__lParts {
    margin-bottom: 0 !important;
    flex-grow: 1; }
  .ncMenu__rParts {
    text-align: right; }
  .ncMenu__name {
    padding-right: calc(8px * 0.5); }
  .ncMenu__time {
    padding-left: calc(8px * 0.5);
    padding-right: 0.5em; }
    @media (max-width: 375px) {
      .ncMenu__time {
        width: 100%; } }
  .ncMenu__time, .ncMenu__price {
    text-align: right;
    padding-left: 0.5em; }
  .ncMenu__text {
    margin: calc(8px * 1.5) 0;
    padding: 0 calc(8px * 2);
    font-size: 14px; }

/*h2*/
.ncPopup__btn {
  cursor: pointer;
  width: 100%; }
.ncPopup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; }
.ncPopup__contents {
  position: fixed;
  top: 10%;
  left: 50%;
  display: none;
  width: 95%;
  max-width: 800px;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000; }
.ncPopup__inner {
  padding: calc(8px * 3) calc(8px * 5);
  background: #fff;
  height: auto; }
.ncPopup i {
  cursor: pointer;
  position: absolute;
  top: calc(8px * 2);
  right: calc(8px * 2);
  z-index: 10000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(8px * 5);
  height: calc(8px * 5);
  background-color: #fff;
  border-radius: calc(8px * 0.5);
  font-size: calc(8px * 4); }

/*h2*/
.ncRowset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: 100%; }
  .ncRowset__title {
    order: 2;
    flex-grow: 2;
    margin-bottom: calc(8px * 2);
    font-size: 110%;
    font-weight: bold;
    text-align: center; }
  .ncRowset__text {
    order: 3;
    flex-grow: 3; }
  .ncRowset__image {
    order: 1;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto; }
    .ncRowset__title + .ncRowset__image, .ncRowset__text + .ncRowset__image {
      margin-bottom: calc(8px * 4); }
    @media (min-width: 1024px) {
      .ncRowset__image {
        width: 100%; } }
    @media (max-width: 1023px) and (min-width: 768px) {
      .ncRowset__image {
        width: 70%; } }
    .ncRowset__image figure {
      width: 100%; }

/*h2*/
@media (max-width: 767px) {
  .ncSche div[class^="columns--half__"] {
    margin-bottom: 0; } }

.ncSche--flow {
  counter-reset: ncIcoNum;
  margin-top: calc(8px * 4);
  margin-bottom: calc(8px * 4); }
  .ncSche--flow__panel {
    position: relative;
    z-index: 100;
    padding-left: calc(calc(calc(8px * 3.5) * 2) + 0.5em); }
    .ncSche--flow__panel:not(:last-of-type) {
      padding-bottom: calc(8px * 5); }
      .ncSche--flow__panel:not(:last-of-type)::after {
        position: absolute;
        top: 0;
        left: calc((calc(calc(8px * 3.5) * 2) - 0.3em) / 2);
        z-index: 0;
        display: block;
        width: 0.3em;
        height: 100%;
        margin: auto;
        background-color: #E4E4E4;
        content: ""; }
  .ncSche--flow__title {
    color: #F5B71A;
    font-weight: bold;
    padding-top: calc(8px * 2);
    padding-bottom: calc(8px * 2); }
    .ncSche--flow__title::before {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(calc(8px * 3.5) * 2);
      height: calc(calc(8px * 3.5) * 2);
      background-color: #f77907;
      border-radius: 50%;
      color: #fff;
      font-size: calc(8px * 3.5);
      line-height: 1;
      font-family: "M PLUS Rounded 1c", sans-serif !important;
      content: counter(ncIcoNum);
      counter-increment: ncIcoNum 1; }
  .ncSche--flow__content p:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .ncSche--flow.ncColumns--half .ncColumns__panel:first-of-type .ncSche--flow__panel:last-of-type::before {
    position: absolute;
    bottom: calc(-1 * 8px);
    left: calc((calc(calc(8px * 3.5) * 2) - 0.3em) / 2 - calc(8px * 2) + 0.3em);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(8px * 4) 0 0 calc(8px * 2);
    border-color: #ddd transparent transparent transparent;
    content: ""; } }
.ncSche--flow.ncColumns--half .ncColumns__panel:first-of-type .ncSche--flow__panel:last-of-type::after {
  position: absolute;
  top: 0;
  left: calc((calc(calc(8px * 3.5) * 2) - 0.3em) / 2);
  z-index: 0;
  display: block;
  width: 0.3em;
  height: 100%;
  margin: auto;
  background-color: #E4E4E4;
  content: ""; }

.ncSche--day__panel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: calc(8px * 2); }
  .ncSche--day__panel:not(:last-of-type)::before {
    position: absolute;
    top: 0.8em;
    left: calc(4.5em - 0.3em / 2);
    display: block;
    width: 0.3em;
    height: 100%;
    margin: auto;
    background-color: #E4E4E4;
    content: ""; }
.ncSche--day__time {
  position: relative;
  justify-content: flex-end;
  padding-right: 1em;
  width: 4.5em;
  text-align: right; }
  .ncSche--day__time::after {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: calc(-1 * 1em / 2);
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    border-radius: 50%;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ""; }
.ncSche--day__content {
  width: calc(100% - 4.5em);
  padding-left: 1em; }
  .ncSche--day__content figure {
    max-width: 300px; }
  .ncSche--day__content.columns {
    align-items: flex-start; }
.ncSche--day__title {
  color: #F5B71A;
  font-weight: bold; }

.ncSche--year {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: calc(8px * 4); }
  .ncSche--year__panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    margin: 0;
    border-bottom: dotted 2px #bbb; }
  .ncSche--year__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold; }
  .ncSche--year__time figure {
    display: flex;
    justify-content: center; }
  .ncSche--year__time img {
    width: auto;
    height: 6em; }
  @media (min-width: 768px) {
    .ncSche--year__time {
      width: 10em; }
    .ncSche--year__content {
      width: calc(100% - 8px - 10em);
      min-height: 11em; } }
  @media (max-width: 767px) {
    .ncSche--year__time {
      width: 8em; }
    .ncSche--year__content {
      width: calc(100% - 8px - 8em);
      min-height: 11em; } }
  @media (min-width: 768px) {
    .ncSche--year__panel {
      width: 50%; }
      .ncSche--year__panel:nth-of-type(even) {
        border-left: dotted 2px #bbb; } }
  @media (max-width: 767px) {
    .ncSche--year__panel {
      width: 100%; } }

/*h2*/
@media (min-width: 768px) {
  .ncSlider {
    padding-right: calc(8px * 2);
    padding-left: calc(8px * 2); } }
.ncSlider .slick-prev {
  left: 0; }
.ncSlider .slick-next {
  right: 0; }
.ncSlider .slick-prev::before, .ncSlider .slick-next::before {
  color: #f77907; }
.ncSlider .slick-dots {
  position: static;
  margin: 0 !important;
  padding: 0 !important; }
  .ncSlider .slick-dots li {
    line-height: inherit !important; }
    .ncSlider .slick-dots li button {
      border: #f77907 solid 1px;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .ncSlider .slick-dots li button {
          width: 8px;
          height: 8px; } }
      @media (max-width: 767px) {
        .ncSlider .slick-dots li button {
          width: 8px;
          height: 8px; } }
      .ncSlider .slick-dots li button-active {
        background: #f77907; }
@media (min-width: 768px) {
  .ncSlider .slick-slide {
    padding-right: 8px;
    padding-left: 8px; } }

/*h2*/
.ncTable {
  margin-bottom: calc(8px * 6);
  border: solid 1px #FBFBFB; }
  .ncTable__component {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .ncTable__component:not(:last-of-type) {
      border-bottom: solid 1px #FBFBFB; }
  .ncTable__dt, .ncTable__dd {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: calc(8px * 2); }
    .ncTable__dt:not(:last-child), .ncTable__dd:not(:last-child) {
      border-right: solid 1px #FBFBFB; }
  .ncTable__dt {
    background-color: #FAF8F2;
    justify-content: center;
    text-align: center; }
  .subject .ncTable__dd {
    justify-content: center; }
  .ncTable__dd.addSpan {
    position: relative; }
    .ncTable__dd.addSpan .rice {
      position: absolute;
      font-size: 75%;
      top: calc(50% + calc(8px * 0.5)); }
  .ncTable__dd p:last-child {
    margin-bottom: 0; }
  @media (max-width: 375px) {
    .ncTable {
      font-size: 85%; } }
  @media (min-width: 1024px) {
    .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dt {
      width: 13em; }
    .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dd {
      width: calc((100% - 13em) / 1); }
      .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dd.through2 {
        width: calc(calc((100% - 13em) / 1) * 2); } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dt {
      width: 13em; }
    .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dd {
      width: calc((100% - 13em) / 1); }
      .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dd.through2 {
        width: calc(calc((100% - 13em) / 1) * 2); } }
  @media (max-width: 767px) {
    .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dt {
      width: 9em; }
    .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dd {
      width: calc((100% - 9em) / 1); } }
  @media (max-width: 375px) {
    .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dt {
      width: 6em; }
    .ncTable:not(.ncTable--time):not(.ncTable--stack):not(.ncTable--tStack):not(.ncTable--col) .ncTable__dd {
      width: calc((100% - 6em) / 1); } }

@media (min-width: 1024px) {
  .ncTable--stack .ncTable__dt {
    width: 13em; }
  .ncTable--stack .ncTable__dd {
    width: calc((100% - 13em) / 1); } }
@media (max-width: 1023px) and (min-width: 768px) {
  .ncTable--stack .ncTable__dt {
    width: 13em; }
  .ncTable--stack .ncTable__dd {
    width: calc((100% - 13em) / 1); } }
@media (max-width: 767px) {
  .ncTable--stack .ncTable__dt {
    padding-top: 8px;
    padding-bottom: 8px; } }
.ncTable--stack__dd > * {
  width: 100%; }
@media (max-width: 767px) {
  .ncTable--stack__component {
    border-bottom: none; }
  .ncTable--stack__dt, .ncTable--stack__dd {
    width: 100% !important;
    border-right: none !important; }
  .ncTable--stack__dt {
    justify-content: center;
    border-bottom: solid 1px #FBFBFB; } }

.ncTable--time {
  border: none;
  padding: calc(8px * 1.5); }
  @media (min-width: 1024px) {
    .ncTable--time .ncTable--time__component.subject {
      width: 190px; }
    .ncTable--time .ncTable--time__component.data {
      width: calc((100% - 190px) / 7); }
    .ncTable--time .ncTable--time__dt {
      height: 70px; }
    .ncTable--time .ncTable--time__dd {
      height: 70px; }
      .ncTable--time .ncTable--time__dd.through2 {
        height: calc(70px * 2); }
      .ncTable--time .ncTable--time__dd.through3 {
        height: calc(70px * 3); } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .ncTable--time .ncTable--time__component.subject {
      width: 5em; }
    .ncTable--time .ncTable--time__component.data {
      width: calc((100% - 5em) / 7); }
    .ncTable--time .ncTable--time__dt {
      height: 3em; }
    .ncTable--time .ncTable--time__dd {
      height: 10.6vw; }
      .ncTable--time .ncTable--time__dd.through2 {
        height: calc(10.6vw * 2); }
      .ncTable--time .ncTable--time__dd.through3 {
        height: calc(10.6vw * 3); } }
  @media (max-width: 767px) {
    .ncTable--time .ncTable--time__component.subject {
      height: auto; }
    .ncTable--time .ncTable--time__component.data {
      min-height: 5em; }
    .ncTable--time .ncTable--time__dt {
      width: 5em; }
    .ncTable--time .ncTable--time__dd {
      width: calc((100% - 5em) / 3); }
      .ncTable--time .ncTable--time__dd.through2 {
        width: calc(calc((100% - 5em) / 3) * 2); }
      .ncTable--time .ncTable--time__dd.through3 {
        width: calc(calc((100% - 5em) / 3) * 3); } }
  @media (max-width: 375px) {
    .ncTable--time .ncTable--time__component {
      flex-wrap: nowrap; }
    .ncTable--time .ncTable--time__component.subject {
      height: auto; }
    .ncTable--time .ncTable--time__component.data {
      min-height: 5em; }
    .ncTable--time .ncTable--time__dt {
      width: 5em; }
    .ncTable--time .ncTable--time__dd {
      width: calc((100% - 5em) / 3); }
      .ncTable--time .ncTable--time__dd.through2 {
        width: calc(calc((100% - 5em) / 3) * 2); }
      .ncTable--time .ncTable--time__dd.through3 {
        width: calc(calc((100% - 5em) / 3) * 3); } }
  .ncTable--time .subject {
    font-weight: bold; }
  @media (max-width: 1023px) and (min-width: 768px) {
    .ncTable--time {
      font-size: 1.7vw; } }
  @media (max-width: 767px) {
    .ncTable--time {
      font-size: 2.5vw; } }
  .ncTable--time__dt, .ncTable--time__dd {
    justify-content: center;
    align-items: center; }
  .ncTable--time__dt {
    background-color: transparent; }
    @media (max-width: 767px) {
      .ncTable--time__dt {
        writing-mode: vertical-rl; } }
  .ncTable--time__dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .ncTable--time__dd > div {
      text-align: center; }
  @media (min-width: 768px) {
    .ncTable--time {
      display: flex; }
      .ncTable--time__component {
        display: block;
        border-bottom: none !important; }
        .ncTable--time__component:not(:last-of-type) {
          border-right: solid 1px #FBFBFB;
          border-color: #FBFBFB; }
      .ncTable--time__dt, .ncTable--time__dd {
        width: 100%;
        border-right: none !important;
        padding: 0; }
        .ncTable--time__dt:not(:last-child), .ncTable--time__dd:not(:last-child) {
          border-bottom: solid 1px #FBFBFB;
          border-color: #FBFBFB; } }
  @media (max-width: 767px) {
    .ncTable--time .ncTable__component:not(:last-of-type),
    .ncTable--time .ncTable__dt:not(:last-child),
    .ncTable--time .ncTable__dd:not(:last-child) {
      border-color: #FBFBFB; } }
  .ncTable--time .name {
    padding: 0 0.5em; }
    .ncTable--time .name:not(:last-of-type) {
      padding-left: 0; }
      .ncTable--time .name:not(:last-of-type)::after {
        content: "/";
        padding-left: 0.5em;
        color: #000; }
    .ncTable--time .name .or + .name {
      padding-left: 0.5em; }
      .ncTable--time .name .or + .name::before {
        content: none; }
  .ncTable--time .checkup::before {
    display: block;
    content: '≪1ヶ月検診≫'; }
    @media (min-width: 1024px) {
      .ncTable--time .checkup::before {
        font-size: 75%;
        line-height: 1; } }
    @media (max-width: 1023px) and (min-width: 768px) {
      .ncTable--time .checkup::before {
        font-size: 1.4vw; } }
    @media (max-width: 767px) {
      .ncTable--time .checkup::before {
        font-size: 2vw; } }

.ncTable--col {
  display: flex; }
  @media (min-width: 1024px) {
    .ncTable--col .ncTable--col__component.subject {
      width: 190px; }
    .ncTable--col .ncTable--col__component.data {
      width: calc((100% - 190px) / 2); }
    .ncTable--col .ncTable--col__dt {
      height: 3em; }
    .ncTable--col .ncTable--col__dd {
      height: 8em; }
      .ncTable--col .ncTable--col__dd.through2 {
        height: calc(8em * 2); }
      .ncTable--col .ncTable--col__dd.through3 {
        height: calc(8em * 3); } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .ncTable--col .ncTable--col__component.subject {
      width: 3em; }
    .ncTable--col .ncTable--col__component.data {
      width: calc((100% - 3em) / 2); }
    .ncTable--col .ncTable--col__dt {
      height: 3em; }
    .ncTable--col .ncTable--col__dd {
      height: 8em; }
      .ncTable--col .ncTable--col__dd.through2 {
        height: calc(8em * 2); }
      .ncTable--col .ncTable--col__dd.through3 {
        height: calc(8em * 3); } }
  @media (max-width: 767px) {
    .ncTable--col .ncTable--col__component.subject {
      width: 4em; }
    .ncTable--col .ncTable--col__component.data {
      width: calc((100% - 4em) / 2); }
    .ncTable--col .ncTable--col__dt {
      height: 3em; }
    .ncTable--col .ncTable--col__dd {
      height: 16em; }
      .ncTable--col .ncTable--col__dd.through2 {
        height: calc(16em * 2); }
      .ncTable--col .ncTable--col__dd.through3 {
        height: calc(16em * 3); } }
  @media (max-width: 375px) {
    .ncTable--col .ncTable--col__component.subject {
      width: 4em; }
    .ncTable--col .ncTable--col__component.data {
      width: calc((100% - 4em) / 2); }
    .ncTable--col .ncTable--col__dt {
      height: 3em; }
    .ncTable--col .ncTable--col__dd {
      height: 16em; }
      .ncTable--col .ncTable--col__dd.through2 {
        height: calc(16em * 2); }
      .ncTable--col .ncTable--col__dd.through3 {
        height: calc(16em * 3); } }
  .ncTable--col .subject {
    font-weight: bold; }
  .ncTable--col dt {
    align-items: center; }
  .ncTable--col dt,
  .ncTable--col dd {
    padding: 0.5em; }
  .ncTable--col__component {
    display: block;
    border-bottom: none !important; }
    .ncTable--col__component:not(:last-of-type) {
      border-right: solid 1px #FBFBFB;
      border-color: #FBFBFB; }
  .ncTable--col__dt, .ncTable--col__dd {
    width: 100%;
    border-right: none !important;
    padding: 0; }
    .ncTable--col__dt:not(:last-child), .ncTable--col__dd:not(:last-child) {
      border-bottom: solid 1px #FBFBFB;
      border-color: #FBFBFB; }

body {
  color: #333;
  font-size: 16px; }

img[src$=".svg"] {
  min-height: 1rem; }

picture,
picture img {
  display: block; }

picture,
figure {
  text-align: center; }
  picture img,
  figure img {
    width: 100%; }

dt {
  font-weight: bold; }

p {
  margin-bottom: 1em; }

*[class^="testMode"] {
  position: fixed;
  top: 80px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 300px;
  padding: 0.5em 1em;
  background: #f00;
  border-radius: 2em;
  color: #fff; }

.testMode--contents {
  left: 24px; }
.testMode--css {
  right: 24px; }

.wpcf7 {
  /*確認画面*/ }
  .wpcf7-form {
    /*ラジオボタン体裁*/
    /*PP了承*/ }
    .wpcf7-form label,
    .wpcf7-form .fieldset {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 1em; }
    .wpcf7-form fieldset {
      display: contents; }
    @media (min-width: 768px) {
      .wpcf7-form .form-title,
      .wpcf7-form legend {
        width: 13em; }
      .wpcf7-form-control-wrap {
        width: calc(100% - 13em); } }
    @media (max-width: 767px) {
      .wpcf7-form .form-title,
      .wpcf7-form legend, .wpcf7-form-control-wrap {
        width: 100%; } }
    .wpcf7-form .form-title,
    .wpcf7-form legend {
      display: flex;
      align-items: center; }
      .wpcf7-form .form-title.must::after,
      .wpcf7-form legend.must::after {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4em;
        height: 1.5em;
        margin-left: 0.5em;
        background-color: #840000;
        border-radius: 0.75em;
        color: #fff;
        font-size: 80%;
        line-height: 1;
        content: "必須"; }
    .wpcf7-form fieldset {
      border: none;
      padding: 0; }
      .wpcf7-form fieldset legend + p {
        margin-top: 0 !important; }
    .wpcf7-form .pp {
      display: block;
      width: 100%;
      text-align: center; }
  .wpcf7 #wpcf7cpcnf th {
    background-color: #f77907;
    color: #fff; }
  .wpcf7 #wpcf7cpcnf p {
    margin: 0 !important; }
  .wpcf7 input[type="submit"],
  .wpcf7 button[type="button"] {
    padding: 6px 48px;
    background-color: #f77907;
    border: 0;
    color: #fff;
    border-radius: 3px;
    font-size: 14px; }
  .wpcf7 .submit {
    margin: calc(8px * 2) auto;
    text-align: center; }
    .wpcf7 .submit .wpcf7-spinner {
      display: none; }

.grecaptcha-badge {
  display: none; }

.recaptcha {
  margin: 1em 0;
  text-align: center; }
  @media (min-width: 768px) {
    .recaptcha {
      font-size: 0.75rem; } }
  .recaptcha p {
    line-height: 1;
    margin: 0; }
  .recaptcha a {
    display: inline-block;
    margin: 0.5em;
    color: #FBFBFB;
    text-decoration: none; }
    .recaptcha a:hover {
      color: #b5b5b5; }

@media (max-width: 767px) {
  section > *:last-child,
  #intro > *:last-child {
    margin-bottom: 0 !important; }
    section > *:last-child .ncColumns__panel:last-child,
    #intro > *:last-child .ncColumns__panel:last-child {
      margin-bottom: 0 !important; } }
li > dl dd:last-of-type {
  margin-bottom: calc(8px * 3); }

.ncScrlHint {
  width: 100%;
  overflow-x: scroll; }
  .ncScrlHint_inner {
    min-height: 116px;
    width: 990px; }
