@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
.green {
  color: #01c250; }

.blue {
  color: #0055a2; }

.red {
  color: #cc0000; }

.orange {
  color: #0055a2; }

.green-bk {
  background-color: #01c250; }

.blue-bk {
  background-color: #0055a2; }

.red-bk {
  background-color: #cc0000; }

.orange-bk {
  background-color: #0055a2; }

/***  font-size  ***/
/***  screen  ***/
/***  font(NotoSansJP)  ***/
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 400;
  src: url(./font/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 500;
  src: url(./font/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 700;
  src: url(./font/NotoSansJP-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 900;
  src: url(./font/NotoSansJP-Black.otf) format("opentype"); }
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }
.add-animation {
  -webkit-animation: fadezoom 2.0s 0s forwards;
          animation: fadezoom 2.0s 0s forwards; }

/*-------------------------------------------
 style
-------------------------------------------*/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  width: 100%; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }

button {
  background: none;
  border: none; }

a {
  color: #cc0000;
  text-decoration: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  a:hover {
    opacity: 0.6;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
    @media screen and (max-width: 767px) {
      a:hover {
        opacity: 1.0; } }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem; }

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.75);
  display: none; }

.mask {
  overflow: hidden;
  position: relative;
  height: 100%; }

.wide {
  max-width: 100%;
  width: 100%; }

.pb00 {
  padding-bottom: 0; }

.pb05 {
  padding-bottom: 0.5rem; }

.pb10 {
  padding-bottom: 1.0rem; }

.pb15 {
  padding-bottom: 1.5rem; }

.pb20 {
  padding-bottom: 2.0rem; }

.pb25 {
  padding-bottom: 2.5rem; }

.pb30 {
  padding-bottom: 3.0rem; }

.pb35 {
  padding-bottom: 3.5rem; }

.pb40 {
  padding-bottom: 4.0rem; }

.pb45 {
  padding-bottom: 4.5rem; }

.pb50 {
  padding-bottom: 5.0rem; }

.mt00 {
  margin-top: 0; }

.mt05 {
  margin-top: 0.5rem; }

.mt10 {
  margin-top: 1.0rem; }

.mt15 {
  margin-top: 1.5rem; }

.mt20 {
  margin-top: 2.0rem; }

.mt25 {
  margin-top: 2.5rem; }

.mt30 {
  margin-top: 3.0rem; }

.mt35 {
  margin-top: 3.5rem; }

.mt40 {
  margin-top: 4.0rem; }

.mt45 {
  margin-top: 4.5rem; }

.mt50 {
  margin-top: 5.0rem; }

.mb00 {
  margin-bottom: 0; }

.mb05 {
  margin-bottom: 0.5rem; }

.mb10 {
  margin-bottom: 1.0rem; }

.mb15 {
  margin-bottom: 1.5rem; }

.mb20 {
  margin-bottom: 2.0rem; }

.mb25 {
  margin-bottom: 2.5rem; }

.mb30 {
  margin-bottom: 3.0rem; }

.mb35 {
  margin-bottom: 3.5rem; }

.mb40 {
  margin-bottom: 4.0rem; }

.mb45 {
  margin-bottom: 4.5rem; }

.mb50 {
  margin-bottom: 5.0rem; }

.tc {
  text-align: center; }

/*** header  ***/
header {
  background-color: #fff4f4;
  width: 100%; }
  header .nav-wrap {
    width: 100%;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      header .nav-wrap {
        padding-left: 1.0rem;
        padding-right: 1.0rem; } }
    header .nav-wrap a {
      display: block; }
    header .nav-wrap .left {
      width: 20.0rem; }
      header .nav-wrap .left h1 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
        header .nav-wrap .left h1 img {
          width: 100%;
          height: auto; }
    header .nav-wrap .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(100% - 20.0rem);
      height: 100%;
      padding-left: 5.0rem; }
      @media screen and (max-width: 767px) {
        header .nav-wrap .right {
          padding-left: 1.0rem; } }
      header .nav-wrap .right .cap {
        background-color: #01c250;
        padding: 1.0rem 0 1.0rem 2.0rem;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          header .nav-wrap .right .cap {
            padding-right: 1.0rem; } }
        header .nav-wrap .right .cap a {
          color: #ffffff;
          font-size: 2.4rem;
          line-height: 1.0;
          padding: 1.0rem 2.0rem 1.0rem 2.6rem;
          position: relative; }
          @media screen and (max-width: 767px) {
            header .nav-wrap .right .cap a {
              font-size: 2rem;
              padding-right: 0; } }
          header .nav-wrap .right .cap a::before {
            content: '';
            position: absolute;
            background-image: url(./../img/icon_phone_02.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center bottom;
            width: 22px;
            height: 30px;
            bottom: 6px;
            left: 0; }
          header .nav-wrap .right .cap a span {
            font-size: 1.6rem;
            font-weight: 500; }
            @media screen and (max-width: 767px) {
              header .nav-wrap .right .cap a span {
                display: none; } }

.nav-sp {
  background-color: #fff4f4;
  max-width: 960px;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  position: fixed;
  top: 90px;
  z-index: 999; }
  .nav-sp.open {
    display: block; }

ul.nav-sp-list {
  background: #e8a8a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 959px) {
    ul.nav-sp-list li a {
      color: #ffffff;
      font-size: 1.6rem;
      text-align: left;
      display: block;
      padding: 2.0rem;
      border-bottom: 1px dashed #ffffff;
      position: relative; }
      ul.nav-sp-list li a::after {
        content: '';
        width: 1.0rem;
        height: 1.0rem;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 0.5rem);
        right: 1.5rem; } }
  @media screen and (max-width: 767px) {
    ul.nav-sp-list li a {
      font-size: 1.8rem; } }

.exit {
  display: none; }
  @media screen and (max-width: 959px) {
    .exit {
      background: #e8a8a9;
      color: #ffffff;
      display: inline-block;
      padding: 2.0rem 2.0rem 2.0rem 2.0rem;
      border-radius: 0.2rem;
      margin-top: 2.0rem;
      margin-left: 2.0rem;
      margin-bottom: 12.0rem;
      cursor: pointer; }
      .exit span {
        font-size: 2rem;
        padding-left: 1.0rem;
        position: relative;
        top: 0.2rem; } }

ul.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 2.0rem auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 767px) {
    ul.bread {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  ul.bread li {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-right: 3.0rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      ul.bread li {
        line-height: 1.6; } }
    ul.bread li::after {
      content: '';
      width: 0.6rem;
      height: 0.6rem;
      border-top: solid 1px #ffffff;
      border-right: solid 1px #ffffff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 1.3rem;
      margin-top: -0.2rem; }
    ul.bread li:nth-last-of-type(1)::after {
      content: none; }
    ul.bread li a {
      color: #FFF100;
      font-weight: 500; }

/*** footer  ***/
footer {
  background-color: #189587;
  padding-top: 10.0rem; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 5.0rem; } }
  footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.0rem; }
    @media screen and (max-width: 767px) {
      footer .wrap {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
  footer .top {
    text-align: center;
    width: 100%;
    margin-bottom: 3.0rem; }
    footer .top a h2 {
      margin-bottom: 3.0rem; }
      footer .top a h2 img {
        max-width: 540px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          footer .top a h2 img {
            padding-left: 2.0rem;
            padding-right: 2.0rem; } }
    footer .top h3 {
      color: #ffffff;
      font-size: 2rem;
      font-weight: bold;
      margin-top: 3.0rem;
      margin-bottom: 1.0rem; }
    footer .top .cap {
      background-color: #ffffff;
      color: #189587;
      margin-bottom: 1.5rem; }
      footer .top .cap a {
        color: #189587;
        font-size: 2.8rem;
        padding-left: 3.0rem;
        position: relative; }
        footer .top .cap a::before {
          content: '';
          position: absolute;
          background-image: url(./../img/icon_phone_01.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center bottom;
          width: 26px;
          height: 30px;
          bottom: 2px;
          left: 0; }
    footer .top p {
      color: #ffffff; }
  footer ul.bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      footer ul.bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer ul.bottom li {
      width: 300px; }
      @media screen and (max-width: 767px) {
        footer ul.bottom li {
          width: 100%;
          margin-left: 0; } }
      footer ul.bottom li:nth-of-type(1) {
        margin-bottom: 1.0rem; }
      footer ul.bottom li div {
        background-color: #f6ffed;
        padding: 2.5rem 1.0rem;
        border-radius: 1.0rem; }
      footer ul.bottom li h3 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: normal;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 0.5rem; }
      footer ul.bottom li p {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.6; }
  footer ul.nav {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.0rem; }
    footer ul.nav li {
      border-right: 1px dashed #f3f3f3;
      margin-bottom: 1.0rem; }
      footer ul.nav li:nth-last-of-type(1) {
        border-right: none; }
      footer ul.nav li a {
        color: #ffffff;
        line-height: 1.3;
        text-decoration: underline;
        padding: 1.0rem 1.5rem; }
  footer small {
    background-color: #009c8f;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block; }

/*** content  ***/
body.page, body.single, body.error404 {
  background-color: #009c8f;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #009588), color-stop(50%, transparent));
  background-image: linear-gradient(-90deg, #009588 50%, transparent 50%);
  background-size: 6.0rem 6.0rem; }

.head {
  background: #01c250;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.0rem;
  padding: 2.0rem;
  border-radius: 1.0rem;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2); }

.cap {
  background-color: #009c8f;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  padding: 1.0rem 3.0rem;
  border-radius: 5.0rem;
  margin-bottom: 1.0rem; }

h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.0rem; }

h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

p {
  line-height: 1.6; }
  p a {
    text-decoration: underline; }

u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #dff2fc));
  background: linear-gradient(transparent 60%, #dff2fc 60%);
  text-decoration: none; }

i {
  color: #cc0000;
  font-style: normal; }

img {
  height: auto; }

article {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 767px) {
    article {
      margin-bottom: 4.0rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.pattern {
  background-color: #009c8f;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #009588), color-stop(50%, transparent));
  background-image: linear-gradient(-90deg, #009588 50%, transparent 50%);
  background-size: 6.0rem 6.0rem;
  padding-top: 6.0rem;
  padding-bottom: 10.0rem; }
  @media screen and (max-width: 767px) {
    .pattern {
      padding-top: 4.0rem;
      padding-left: 1.0rem;
      padding-right: 1.0rem;
      padding-bottom: 5.0rem; } }
  .pattern article {
    background: #ffffff;
    padding: 4.0rem;
    border-radius: 1.0rem; }
    @media screen and (max-width: 767px) {
      .pattern article {
        padding-top: 3.0rem;
        padding-right: 2.0rem;
        padding-bottom: 3.0rem;
        padding-left: 2.0rem; } }

article.visual-wrap {
  background: url(../img/bk_01.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position-x: center;
  background-position-y: center;
  padding-bottom: 0;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 6.0rem; }
  @media screen and (max-width: 767px) {
    article.visual-wrap {
      padding-bottom: 2.0rem; } }
  article.visual-wrap .visual {
    max-width: 1200px;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    article.visual-wrap .visual img {
      width: 100%;
      height: auto; }
    article.visual-wrap .visual .chara {
      position: absolute;
      left: 0;
      bottom: 2.0rem; }
  article.visual-wrap .summary {
    max-width: 960px;
    width: 100%;
    margin: auto; }
    article.visual-wrap .summary .summary-masu {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 1.0rem;
      margin-bottom: 1.0rem; }
      article.visual-wrap .summary .summary-masu figure {
        width: 50%; }
        article.visual-wrap .summary .summary-masu figure:nth-of-type(odd) {
          padding-right: 1.0rem; }
          @media screen and (max-width: 767px) {
            article.visual-wrap .summary .summary-masu figure:nth-of-type(odd) {
              padding-right: 0.5rem; } }
          article.visual-wrap .summary .summary-masu figure:nth-of-type(odd) img {
            background-color: #FFF100; }
        article.visual-wrap .summary .summary-masu figure:nth-of-type(even) {
          padding-left: 1.0rem; }
          @media screen and (max-width: 767px) {
            article.visual-wrap .summary .summary-masu figure:nth-of-type(even) {
              padding-left: 0.5rem; } }
          article.visual-wrap .summary .summary-masu figure:nth-of-type(even) img {
            background-color: #01c250; }
        article.visual-wrap .summary .summary-masu figure a {
          display: block; }
        article.visual-wrap .summary .summary-masu figure img {
          width: 100%;
          height: auto;
          border-radius: 2.0rem;
          padding: 3.0rem; }
          @media screen and (max-width: 767px) {
            article.visual-wrap .summary .summary-masu figure img {
              padding: 1.0rem; } }

.comb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  .comb.column1 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 2.0rem;
    margin-top: 2.0rem;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 767px) {
      .comb.column1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .comb.column1 > figure + div {
      padding-left: 2.0rem; }
      @media screen and (max-width: 767px) {
        .comb.column1 > figure + div {
          padding-left: 0; } }
    .comb.column1 > figure {
      width: 60%; }
      @media screen and (max-width: 767px) {
        .comb.column1 > figure {
          width: 100%;
          margin-bottom: 1.0rem; } }
    .comb.column1 > div {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .comb.column1 > div {
          width: 100%; } }
      .comb.column1 > div figure {
        margin-top: 1.0rem; }
  .comb.column2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .comb.column2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .comb.column2 > figure + div {
      padding-left: 2.0rem; }
      @media screen and (max-width: 767px) {
        .comb.column2 > figure + div {
          padding-left: 0; } }
    .comb.column2 > div + figure {
      padding-left: 2.0rem; }
      @media screen and (max-width: 767px) {
        .comb.column2 > div + figure {
          margin-top: 1.0rem;
          padding-left: 0; } }
    .comb.column2 > figure {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .comb.column2 > figure {
          width: 100%; } }
    .comb.column2 > div {
      width: 60%; }
      @media screen and (max-width: 767px) {
        .comb.column2 > div {
          width: 100%; } }
      .comb.column2 > div figure {
        margin-top: 1.0rem; }
  .comb.column3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.0rem;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 767px) {
      .comb.column3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .comb.column3 > figure + div {
      padding-left: 2.0rem; }
      @media screen and (max-width: 767px) {
        .comb.column3 > figure + div {
          padding-left: 0; } }
    .comb.column3 > div + figure {
      padding-left: 2.0rem; }
      @media screen and (max-width: 767px) {
        .comb.column3 > div + figure {
          padding-left: 0; } }
    .comb.column3 > figure {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .comb.column3 > figure {
          width: 100%; } }
    .comb.column3 > div {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .comb.column3 > div {
          width: 100%;
          margin-top: 2.0rem; } }
      .comb.column3 > div figure {
        margin-top: 1.0rem; }
  .comb figure img {
    width: 100%;
    height: auto; }

.masu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  @media screen and (max-width: 767px) {
    .masu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .masu > figure {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .masu > figure {
        width: 100%; } }
    .masu > figure:nth-of-type(odd) {
      padding-right: 1.0rem; }
      @media screen and (max-width: 767px) {
        .masu > figure:nth-of-type(odd) {
          padding-right: 0;
          margin-bottom: 1.0rem; } }
    .masu > figure:nth-of-type(even) {
      padding-left: 1.0rem; }
      @media screen and (max-width: 767px) {
        .masu > figure:nth-of-type(even) {
          padding-left: 0; } }
    .masu > figure img {
      width: 100%;
      height: auto; }
  .masu > div {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .masu > div {
        width: 100%; } }
    .masu > div:nth-of-type(odd) {
      padding-right: 1.0rem; }
      @media screen and (max-width: 767px) {
        .masu > div:nth-of-type(odd) {
          padding-right: 0; } }
      .masu > div:nth-of-type(odd) img {
        background-color: #FFF100; }
    .masu > div:nth-of-type(even) {
      padding-left: 1.0rem; }
      @media screen and (max-width: 767px) {
        .masu > div:nth-of-type(even) {
          padding-left: 0; } }
      .masu > div:nth-of-type(even) img {
        background-color: #01c250; }
    .masu > div img {
      width: 100%;
      height: auto;
      border-radius: 2.0rem;
      padding: 3.0rem; }
  .masu .hp, .masu .yubin {
    margin-top: 1.5rem; }
    .masu .hp .cap, .masu .yubin .cap {
      width: 100%; }
    .masu .hp .frame, .masu .yubin .frame {
      padding: 1.5rem 2.0rem 1.5rem;
      border-radius: 1.0rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    .masu .hp .message, .masu .yubin .message {
      background-color: #cc0000;
      border-radius: 1.0rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2); }
      .masu .hp .message a, .masu .yubin .message a {
        color: #ffffff;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        display: block;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
  .masu > div.hp {
    padding-right: 3.0rem;
    border-right: 1px dashed #cccccc; }
    @media screen and (max-width: 767px) {
      .masu > div.hp {
        padding-right: 0;
        border-right: none; } }
    .masu > div.hp .cap {
      background-color: #01c250; }
  .masu > div.yubin {
    padding-left: 3.0rem; }
    @media screen and (max-width: 767px) {
      .masu > div.yubin {
        padding-left: 0; } }
    .masu > div.yubin .cap {
      background-color: #0055a2; }

.bframe {
  background-color: #fffeef;
  padding: 2.0rem 0 2.0rem 2.0rem;
  border: 4px solid #e8a8a9;
  border-radius: 1.0rem; }
  .bframe h5 {
    color: #ca0041;
    text-align: center;
    margin-bottom: 1rem; }
  .bframe .place-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-left: 3.0rem;
    list-style: disc; }
    @media screen and (max-width: 767px) {
      .bframe .place-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .bframe .place-list li {
      font-size: 1.6rem;
      line-height: 1.6;
      width: 50%;
      padding-right: 3.0rem;
      list-style: inherit; }
      @media screen and (max-width: 767px) {
        .bframe .place-list li {
          width: 100%; } }

.tab-wrap {
  margin-bottom: 4.0rem; }
  @media screen and (max-width: 767px) {
    .tab-wrap {
      margin-bottom: 1.0rem; } }
  .tab-wrap .tab-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
    margin-bottom: 1.0rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      .tab-wrap .tab-cat {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .tab-wrap .tab-cat li {
      color: #01c250;
      font-weight: 700;
      background-color: #ffffff;
      display: inline-block;
      padding: 1.0rem 2.0rem;
      border: 2px solid #01c250;
      border-radius: 5.0rem;
      -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
      margin-right: 1.0rem;
      margin-bottom: 1.0rem;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .tab-wrap .tab-cat li {
          margin-right: 0.5rem; } }
      .tab-wrap .tab-cat li.orange {
        color: #ed6c00;
        border: 2px solid #ed6c00; }
      .tab-wrap .tab-cat li.green {
        color: #598f34;
        border: 2px solid #598f34; }
      .tab-wrap .tab-cat li.blue {
        color: #0055a2;
        border: 2px solid #0055a2; }
      .tab-wrap .tab-cat li.purple {
        color: #895899;
        border: 2px solid #895899; }
      .tab-wrap .tab-cat li.active {
        color: #ffffff;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none; }
        .tab-wrap .tab-cat li.active.orange {
          background-color: #ed6c00; }
        .tab-wrap .tab-cat li.active.green {
          background-color: #598f34; }
        .tab-wrap .tab-cat li.active.blue {
          background-color: #0055a2; }
        .tab-wrap .tab-cat li.active.purple {
          background-color: #895899; }
  .tab-wrap .list-wrap .list {
    display: none; }
    .tab-wrap .list-wrap .list.active {
      display: block; }
    .tab-wrap .list-wrap .list .tab-cat-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 2.0rem; }
      .tab-wrap .list-wrap .list .tab-cat-child li {
        background-color: #ffffff;
        color: #009c8f;
        font-size: 1.8rem;
        font-weight: 700;
        margin-right: 1.0rem;
        padding: 1.0rem;
        border-radius: 100%;
        -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
        border: 2px solid #009c8f;
        position: relative;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .tab-wrap .list-wrap .list .tab-cat-child li {
            margin-bottom: 1.0rem; } }
        .tab-wrap .list-wrap .list .tab-cat-child li.active {
          background-color: #009c8f;
          color: #ffffff;
          -webkit-box-shadow: none;
                  box-shadow: none; }
    @media screen and (max-width: 767px) {
      .tab-wrap .list-wrap .list .wrap {
        overflow: auto; } }
    @media screen and (max-width: 767px) {
      .tab-wrap .list-wrap .list .wrap .inner {
        width: 100%;
        min-width: 500px; } }
    .tab-wrap .list-wrap .list .wrap ul.item {
      background-color: #009c8f;
      border-top-left-radius: 1.0rem;
      border-top-right-radius: 1.0rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tab-wrap .list-wrap .list .wrap ul.item li {
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4;
        vertical-align: middle;
        width: 50%;
        padding: 1.0rem; }
        @media screen and (max-width: 767px) {
          .tab-wrap .list-wrap .list .wrap ul.item li {
            padding-left: 0.5rem;
            padding-right: 0.5rem; } }
        .tab-wrap .list-wrap .list .wrap ul.item li:nth-of-type(1) {
          width: 40%; }
          @media screen and (max-width: 767px) {
            .tab-wrap .list-wrap .list .wrap ul.item li:nth-of-type(1) {
              width: 40%;
              padding-right: 1.0rem; } }
        .tab-wrap .list-wrap .list .wrap ul.item li:nth-of-type(2) {
          width: 20%; }
          @media screen and (max-width: 767px) {
            .tab-wrap .list-wrap .list .wrap ul.item li:nth-of-type(2) {
              width: 25%; } }
        .tab-wrap .list-wrap .list .wrap ul.item li:nth-of-type(3) {
          width: 40%; }
          @media screen and (max-width: 767px) {
            .tab-wrap .list-wrap .list .wrap ul.item li:nth-of-type(3) {
              width: 35%; } }
        .tab-wrap .list-wrap .list .wrap ul.item li:nth-of-type(4) {
          width: 100px; }
          @media screen and (max-width: 767px) {
            .tab-wrap .list-wrap .list .wrap ul.item li:nth-of-type(4) {
              width: 80px; } }
    .tab-wrap .list-wrap .list .wrap .item-cont {
      display: none; }
      .tab-wrap .list-wrap .list .wrap .item-cont.active {
        display: block; }
      .tab-wrap .list-wrap .list .wrap .item-cont.not {
        display: none !important; }
      .tab-wrap .list-wrap .list .wrap .item-cont ul {
        border-bottom: 1px dashed #598f34;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .tab-wrap .list-wrap .list .wrap .item-cont ul li {
          font-size: 1.4rem;
          line-height: 1.4;
          padding: 1.0rem; }
          @media screen and (max-width: 767px) {
            .tab-wrap .list-wrap .list .wrap .item-cont ul li {
              padding-left: 0.5rem;
              padding-right: 0.5rem; } }
          .tab-wrap .list-wrap .list .wrap .item-cont ul li:nth-of-type(1) {
            width: 40%; }
            @media screen and (max-width: 767px) {
              .tab-wrap .list-wrap .list .wrap .item-cont ul li:nth-of-type(1) {
                width: 40%;
                padding-right: 1.0rem; } }
          .tab-wrap .list-wrap .list .wrap .item-cont ul li:nth-of-type(2) {
            width: 20%; }
            @media screen and (max-width: 767px) {
              .tab-wrap .list-wrap .list .wrap .item-cont ul li:nth-of-type(2) {
                width: 25%; } }
          .tab-wrap .list-wrap .list .wrap .item-cont ul li:nth-of-type(3) {
            width: 40%; }
            @media screen and (max-width: 767px) {
              .tab-wrap .list-wrap .list .wrap .item-cont ul li:nth-of-type(3) {
                width: 35%; } }
          .tab-wrap .list-wrap .list .wrap .item-cont ul li:nth-of-type(4) {
            text-align: right;
            width: 100px; }
            @media screen and (max-width: 767px) {
              .tab-wrap .list-wrap .list .wrap .item-cont ul li:nth-of-type(4) {
                width: 80px; } }
          .tab-wrap .list-wrap .list .wrap .item-cont ul li a {
            background-color: #009c8f;
            color: #FFF100;
            font-size: 1.2rem;
            font-weight: 700;
            word-break: keep-all;
            padding: 0.5rem 1.0rem 0.5rem 1.0rem;
            border-radius: 0.4rem;
            -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); }

.notice {
  color: #cc0000;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.5rem; }
  .notice b {
    font-size: 2.4rem;
    font-weight: 700;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.list-limit {
  width: 100%;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  .list-limit.big th b {
    background-color: #cc0000;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0.5rem 2.0rem;
    border: none;
    border-radius: 1.0rem; }
  .list-limit.big td b {
    font-weight: 700; }
  .list-limit th, .list-limit td {
    font-size: 1.8rem;
    line-height: 1.6;
    vertical-align: middle;
    padding-top: 1.0rem;
    border: none; }
  .list-limit tr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .list-limit tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .list-limit th {
    padding-right: 1.5rem; }
    @media screen and (max-width: 767px) {
      .list-limit th {
        padding-top: 2.0rem; } }
    .list-limit th b {
      background-color: #fff4f4;
      color: #cc0000;
      font-weight: 500;
      white-space: pre;
      display: block;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      min-width: 140px;
      border: 2px solid #cc0000; }
  .list-limit td {
    font-size: 2.4rem;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .list-limit td {
        font-size: 2rem; } }
    .list-limit td b {
      font-size: 3.4rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem; }
      @media screen and (max-width: 767px) {
        .list-limit td b {
          font-size: 3rem; } }

.place-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-left: 3.0rem;
  list-style: disc; }
  .place-list li {
    font-size: 1.6rem;
    line-height: 1.3;
    width: 100%;
    margin-bottom: 1.0rem;
    list-style: inherit; }

.point-list li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  padding-left: 3.0rem;
  position: relative; }
  .point-list li::before {
    content: '';
    background: #009c8f;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 5px; }

.method-list {
  margin-top: 1.0rem; }
  .method-list li {
    background: #fffeef;
    line-height: 1.6;
    padding: 1.0rem 1.5rem;
    border: 2px solid #009c8f;
    border-radius: 1.0rem;
    margin-bottom: 5.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .method-list li:nth-last-of-type(1)::after {
      content: none; }
    .method-list li::after {
      content: '';
      border-color: #009c8f;
      border-style: solid;
      border-width: 20px;
      border-bottom-color: transparent;
      border-left-color: transparent;
      border-right-color: transparent;
      position: absolute;
      top: calc(100% + 2rem);
      left: calc(50% - 20px);
      opacity: 0.25; }
    .method-list li .num span {
      background: #009c8f;
      color: #ffffff;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
      border-radius: 100%;
      display: inline-block;
      width: 22px;
      height: 22px; }
    .method-list li .cont {
      padding-left: 1.0rem; }

.img-map {
  text-align: center;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  .img-map img {
    max-width: 500px;
    width: 100%; }

table.exchange-list {
  width: 100%;
  margin-bottom: 2.0rem; }
  table.exchange-list thead th {
    text-align: left; }
    table.exchange-list thead th:nth-of-type(1) {
      text-align: center;
      width: 10%;
      border-top-left-radius: 1.0rem; }
      @media screen and (max-width: 767px) {
        table.exchange-list thead th:nth-of-type(1) {
          width: 5%; } }
    table.exchange-list thead th:nth-of-type(2) {
      width: 25%; }
    table.exchange-list thead th:nth-of-type(3) {
      width: 30%; }
    table.exchange-list thead th:nth-of-type(4) {
      width: 25%;
      border-top-right-radius: 1.0rem; }
      @media screen and (max-width: 767px) {
        table.exchange-list thead th:nth-of-type(4) {
          width: 30%; } }
  table.exchange-list tr {
    background-color: #fffeef; }
  table.exchange-list tr:nth-of-type(odd) {
    background-color: #fff4f4; }
  table.exchange-list th, table.exchange-list td {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.3;
    vertical-align: middle;
    padding: 1.0rem 1.0rem; }
  table.exchange-list th {
    background-color: #009c8f;
    color: #ffffff;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
  table.exchange-list td {
    color: #333333;
    vertical-align: middle; }
    table.exchange-list td span {
      background-color: #009c8f;
      color: #ffffff;
      font-size: 1.4rem;
      font-weight: 700;
      text-align: center;
      width: 24px;
      height: 24px;
      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: 2.0rem;
      margin-left: auto;
      margin-right: auto; }
    table.exchange-list td a {
      color: #cc0000;
      text-decoration: underline; }

.kome {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  position: relative; }
  .kome::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0; }
  .kome a {
    text-decoration: underline; }

.btn {
  position: fixed;
  bottom: 10px;
  right: 10px; }
  .btn img {
    width: 40px; }

@media screen and (max-width: 959px) {
  .anchor {
    opacity: 0;
    display: block;
    margin-top: -9.0rem;
    padding-top: 9.0rem;
    z-index: 1;
    position: relative; } }

.lower {
  background-color: #ffffff;
  width: 100%;
  max-width: 960px;
  padding: 4.0rem;
  border-radius: 1.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem; }
  .lower.policy h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4.0rem; }
  .lower.policy h3 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 3.0rem;
    margin-bottom: 1.0rem; }
  .lower.policy ul {
    list-style: disc;
    padding-left: 3.0rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem; }
    .lower.policy ul li {
      font-size: 1.6rem;
      line-height: 1.6;
      text-align: justify;
      list-style: inherit; }
  .lower ul.dl-list {
    border-top: 1px dashed #cccccc; }
    .lower ul.dl-list li {
      font-size: 1.6rem;
      line-height: 1.6;
      border-bottom: 1px dashed #cccccc; }
      .lower ul.dl-list li a {
        color: #cc0000;
        padding: 1.0rem;
        display: block;
        position: relative; }
        .lower ul.dl-list li a::after {
          content: '';
          width: 6px;
          height: 6px;
          border-top: solid 1px #cc0000;
          border-right: solid 1px #cc0000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: calc(50% - 3px);
          right: 6px; }

/* トクトク */
.covid {
  background-color: #fffeef;
  color: #cc0000;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.0rem 2.5rem;
  border-radius: 1.0rem;
  border: 3px solid #cc0000;
  margin-bottom: 1.5rem; }

.post {
  background-color: #ffffff;
  width: 100%;
  max-width: 960px;
  padding: 4.0rem 4.0rem 4.0rem 4.0rem;
  border-radius: 1.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.0rem; }
  .post ul.meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .post ul.meta li.cats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .post ul.meta li.cats .cat {
        background-color: #009c8f;
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: 500;
        padding: 1.0rem 1.5rem;
        border-radius: 1.0rem;
        margin-right: 1.0rem;
        margin-bottom: 1.0rem; }
    .post ul.meta li.date {
      color: #cccccc;
      font-size: 1.8rem; }
  .post .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .post .copy figure {
      background-color: #f3f3f3;
      text-align: center;
      width: 100%;
      padding: 2.0rem;
      border-radius: 1.0rem; }
      .post .copy figure img {
        width: 100%; }
    .post .copy p {
      background-color: #fff4f4;
      color: #EA6067;
      font-size: 1.8rem;
      font-weight: 500;
      text-align: center;
      padding: 1.5rem 1.5rem;
      border: 2px solid #e8a8a9;
      border-radius: 1.0rem;
      width: 100%;
      margin-top: 1.0rem;
      margin-bottom: 1.0rem; }
  .post .special {
    background-color: #fff4f4;
    width: 100%;
    padding: 2.0rem; }
    .post .special figure {
      width: 60%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .post .special figure {
          width: 100%; } }
      .post .special figure .logo {
        width: 200px;
        position: absolute;
        top: 0;
        left: 0; }
    .post .special > div {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .post .special > div {
          width: 100%; } }
      .post .special > div .logo {
        margin-bottom: 0.5rem; }
      .post .special > div h3 {
        color: #333333;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.3; }
      .post .special > div .price {
        color: #cc0000;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: right;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        margin-bottom: 1.0rem; }
        .post .special > div .price sub {
          font-size: 1.4rem; }
      .post .special > div p {
        background-color: #fffeef;
        color: #333333;
        font-size: 1.4rem;
        padding: 1.0rem 1.5rem;
        border-radius: 1.0rem; }
  .post .content h2 {
    background-color: #01c250;
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 3.0rem;
    padding: 2.0rem;
    border-radius: 1.0rem;
    -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2); }
  .post .content h3 {
    background-color: #ffffff;
    color: #01c250;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
    padding: 1.0rem 1.0rem 1.0rem;
    position: relative; }
    .post .content h3::before {
      content: '';
      width: calc(100% - 8px);
      height: 2px;
      border-bottom: 2px solid #01c250;
      position: absolute;
      bottom: -2px;
      left: 0; }
    .post .content h3::after {
      content: '';
      width: calc(100% - 8px);
      height: 2px;
      border-bottom: 2px solid #01c250;
      position: absolute;
      bottom: -7px;
      left: 8px; }
  .post .content h4 {
    color: #333333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
    padding: 0.8rem 1.0rem 0.8rem 1.5rem;
    border-left: 4px solid #01c250;
    position: relative; }
  .post .content h5 {
    background-color: #01c250;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    padding: 1.0rem 2.0rem;
    border-radius: 5.0rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem; }
  .post .content h6 {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 2.0rem;
    margin-bottom: 1.0rem; }
  .post .content p {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem; }
  .post .content b {
    font-weight: 700; }
  .post .content i {
    color: #598f34; }
  .post .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 3.0rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
    list-style: disc; }
    .post .content ul li {
      font-size: 1.6rem;
      line-height: 1.6;
      padding-right: 3.0rem;
      list-style: inherit;
      margin-bottom: 0.5rem; }
  .post .content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
    border-spacing: 0; }
    .post .content table th, .post .content table td {
      font-size: 1.4rem;
      line-height: 1.6;
      padding: 1.0rem 1.5rem;
      border: 1px solid #dddddd; }
    .post .content table th {
      background-color: #ECEFE8;
      font-weight: 400; }
    .post .content table td a {
      text-decoration: underline; }
  .post .content .gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .post .content .gallery.gallery-columns-3 figure {
      width: 33.3%;
      padding-left: 1.0rem;
      padding-bottom: 1.0rem; }
    .post .content .gallery figure {
      margin-bottom: 1.0rem; }
    .post .content .gallery img {
      width: 100%; }

.tokutoku ul.tokutoku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }
  .tokutoku ul.tokutoku-list li {
    background-color: #ffffff;
    width: 25%;
    padding: 1.0rem;
    border-radius: 1.0rem;
    margin-bottom: 1.0rem; }
    .tokutoku ul.tokutoku-list li figure {
      width: 100%;
      position: relative; }
      .tokutoku ul.tokutoku-list li figure img {
        width: 100%; }
    .tokutoku ul.tokutoku-list li .name {
      color: #333333;
      font-size: 1.2rem;
      font-weight: 500;
      margin-top: 1.0rem;
      margin-bottom: 0.5rem; }
    .tokutoku ul.tokutoku-list li h3 {
      color: #333333;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 0.5rem; }
    .tokutoku ul.tokutoku-list li .price {
      color: #cc0000;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.3;
      text-align: right;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt"; }
      .tokutoku ul.tokutoku-list li .price sub {
        font-size: 1.4rem; }

/**/
