@charset "UTF-8";
/* Scss Document */
@import url(reset.css);
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GenJyuuGothic-Regular.woff") format("woff"), url("../fonts/GenJyuuGothic-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GenJyuuGothic-Bold.woff") format("woff"), url("../fonts/GenJyuuGothic-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/GenJyuuGothic-Heavy.woff") format("woff"), url("../fonts/GenJyuuGothic-Heavy.ttf") format("truetype"); }

/*=======================================================
    css
========================================================*/
/*-------------- ブレークポイント作成 ここから ----------------*/
/*-------------- ブレークポイント作成 ここまで ----------------*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: 'GENJ';
  color: #333333;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

main {
  display: block;
  position: relative; }

.fade, a {
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  filter: alpha(opacity=100);
  vertical-align: top;
  zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fade:hover, a:hover {
    visibility: visible;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: inline-block;
    zoom: 1; }

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  zoom: 1; }

img {
  max-width: 100%; }

.txt_center {
  text-align: center; }

.txt_right {
  text-align: right; }

.txt_left {
  text-align: left; }

.wrapper {
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.content_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .content_inner {
      padding: 0 5.33%; } }

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

@media screen and (min-width: 768px) {
  .pc {
    display: block; } }

@media screen and (max-width: 767px) {
  .sp {
    display: block; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none; } }

/*=======================================================

     header

========================================================*/
.wrapper.open .header {
  position: inherit;
  z-index: auto; }

.header {
  background: #52B447;
  padding: 0px 1% 1% 15px;
  border-top: 7px solid #37962C;
  position: relative;
  z-index: 9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 1440px;*/
  height: 156px;
  background: #52b447; }
  @media screen and (min-width: 768px) {
    .header {
      height: 156px;
      -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } }
  @media screen and (max-width: 767px) {
    .header {
      border-top: 0px;
      height: 60px;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); } }
  @media screen and (min-width: 768px) {
    .header .content_inner {
      position: relative;
      height: 136px; } }
  @media screen and (max-width: 1199px) {
    .header .content_inner {
      padding: 0px; } }
  .header .content_inner h1 {
    width: 332px;
    height: 120px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      .header .content_inner h1 {
        width: 300px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        /* Safari用 */
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (max-width: 767px) {
      .header .content_inner h1 {
        width: 138px;
        height: auto; } }
    .header .content_inner h1 a {
      display: block; }
  @media screen and (min-width: 768px) {
    .header .content_inner .gNavi {
      z-index: 1; } }
  @media screen and (max-width: 767px) {
    .header .content_inner .gNavi {
      border-top: 5px solid #006254;
      background: #52B447;
      min-height: 100vh;
      width: 250px;
      height: 100%;
      top: 0px;
      position: absolute;
      left: 0;
      -webkit-transform: translate(-300px);
      -ms-transform: translate(-300px);
      transform: translate(-300px);
      z-index: 1000;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      display: none;
      -webkit-overflow-scrolling: touch; }
      .header .content_inner .gNavi.open {
        -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
        transform: translate(0px);
        display: block; } }
  @media screen and (min-width: 768px) {
    .header .content_inner .gNavi-01 {
      position: absolute;
      bottom: 0;
      right: 0; } }
  .header .content_inner .gNavi-01 li {
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .header .content_inner .gNavi-01 li {
        display: inline-block;
        border-left: 1px dashed #ffffff;
        height: 68px; } }
    @media screen and (max-width: 980px) {
      .header .content_inner .gNavi-01 li {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .header .content_inner .gNavi-01 li {
        display: block;
        border-bottom: 1px solid #37962C; } }
    .header .content_inner .gNavi-01 li a {
      color: #ffffff;
      padding: 40px 20px 20px;
      display: block;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 980px) {
        .header .content_inner .gNavi-01 li a {
          padding: 30px 10px 10px;
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .header .content_inner .gNavi-01 li a {
          text-align: left;
          padding: 16px 10px 16px 50px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .header .content_inner .gNavi-01 li a::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 20px; }
        @media screen and (min-width: 768px) {
          .header .content_inner .gNavi-01 li a::after {
            top: 10px;
            right: 0;
            left: 0;
            margin: 0px auto; } }
        @media screen and (max-width: 1199px) {
          .header .content_inner .gNavi-01 li a::after {
            top: 10px;
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .header .content_inner .gNavi-01 li a::after {
            top: 15px;
            left: 18px;
            font-size: 16px; } }
      .header .content_inner .gNavi-01 li a span {
        display: block; }
        @media screen and (max-width: 767px) {
          .header .content_inner .gNavi-01 li a span {
            display: inline-block; } }
    .header .content_inner .gNavi-01 li.gNavi_item-01 a::after {
      content: "\f015"; }
    .header .content_inner .gNavi-01 li.gNavi_item-02 a::after {
      content: "\f518"; }
    .header .content_inner .gNavi-01 li.gNavi_item-03 a::after {
      content: "\f2bd"; }
    .header .content_inner .gNavi-01 li.gNavi_item-04 a::after {
      content: "\f2bb"; }
    @media screen and (min-width: 768px) {
      .header .content_inner .gNavi-01 li.gNavi_item-05 {
        border-right: 1px dashed #ffffff; } }
    .header .content_inner .gNavi-01 li.gNavi_item-05 a::after {
      content: "\f52b"; }
  @media screen and (min-width: 768px) {
    .header .content_inner .gNavi-02 {
      position: absolute;
      right: 0;
      top: -7x; } }
  .header .content_inner .gNavi-02 li {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .header .content_inner .gNavi-02 li {
        display: block;
        border-bottom: 1px solid #37962C; } }
    .header .content_inner .gNavi-02 li a {
      color: #ffffff;
      padding: 13px 45px 13px 25px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #ffffff;
      border-radius: 0px 0px 6px 6px;
      border-top: 0; }
      @media screen and (max-width: 767px) {
        .header .content_inner .gNavi-02 li a {
          border: 0px;
          border-radius: 0;
          padding: 15px 10px 15px 50px; } }
      .header .content_inner .gNavi-02 li a span {
        position: relative; }
        @media screen and (max-width: 767px) {
          .header .content_inner .gNavi-02 li a span {
            text-align: left; } }
        .header .content_inner .gNavi-02 li a span::after {
          font-size: 15px;
          position: absolute;
          font-family: "Font Awesome 5 Free";
          font-weight: 700; }
          @media screen and (min-width: 768px) {
            .header .content_inner .gNavi-02 li a span::after {
              right: -23px; } }
          @media screen and (max-width: 767px) {
            .header .content_inner .gNavi-02 li a span::after {
              left: -35px;
              font-size: 16px; } }
    .header .content_inner .gNavi-02 li.gNavi_item-06 {
      border-bottom: 0px; }
      @media screen and (min-width: 768px) {
        .header .content_inner .gNavi-02 li.gNavi_item-06 a {
          background: #007564; } }
      @media screen and (max-width: 767px) {
        .header .content_inner .gNavi-02 li.gNavi_item-06 a {
          display: none; } }
      .header .content_inner .gNavi-02 li.gNavi_item-06 a span {
        position: relative; }
        .header .content_inner .gNavi-02 li.gNavi_item-06 a span::after {
          content: "\f2f6"; }
    .header .content_inner .gNavi-02 li.gNavi_item-08 {
      background: #007564; }
      @media screen and (min-width: 768px) {
        .header .content_inner .gNavi-02 li.gNavi_item-08 a {
          display: none; } }
      @media screen and (max-width: 767px) {
        .header .content_inner .gNavi-02 li.gNavi_item-08 a {
          width: 100%;
          display: block; } }
      .header .content_inner .gNavi-02 li.gNavi_item-08 a span {
        position: relative; }
        .header .content_inner .gNavi-02 li.gNavi_item-08 a span::after {
          content: "\f2f6"; }
    @media screen and (max-width: 767px) {
      .header .content_inner .gNavi-02 li.gNavi_item-07 {
        border-bottom: 1px solid #006254;
        width: 100%;
        display: block; } }
    @media screen and (min-width: 768px) {
      .header .content_inner .gNavi-02 li.gNavi_item-07 a {
        background: #F68D00; } }
    .header .content_inner .gNavi-02 li.gNavi_item-07 a span {
      position: relative; }
      .header .content_inner .gNavi-02 li.gNavi_item-07 a span::after {
        content: "\f0e0"; }
      @media screen and (max-width: 767px) {
        .header .content_inner .gNavi-02 li.gNavi_item-07 a span {
          left: 3%; } }
  .header-01 {
    position: relative; }
    @media screen and (max-width: 767px) {
      .header-01 {
        padding: 0px; } }
    @media screen and (max-width: 767px) {
      .header-01 #btn_open {
        font-family: 'GENJ';
        left: 0px;
        position: absolute;
        top: 0; } }
    .header-01 #btn_open:hover {
      cursor: pointer; }
    @media screen and (max-width: 767px) {
      .header-01 .btn_close {
        font-family: 'GENJ';
        right: -50px;
        position: absolute;
        top: -5px; } }
    .header-01 .btn_close:hover {
      cursor: pointer; }
    @media screen and (max-width: 767px) {
      .header-01 h1 {
        margin-left: 60px;
        width: 138px; } }
    .header-01 #btn_loginAfter {
      position: absolute; }
      @media screen and (min-width: 768px) {
        .header-01 #btn_loginAfter {
          right: 200px;
          top: 13px;
          padding: 0px 20px 0px 0px; } }
      @media screen and (max-width: 767px) {
        .header-01 #btn_loginAfter {
          right: 3%;
          top: 50%;
          line-height: 0;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      .header-01 #btn_loginAfter p {
        line-height: 1.6;
        color: #ffffff;
        position: relative;
        font-size: 1.6rem; }
        .header-01 #btn_loginAfter p span {
          font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .header-01 #btn_loginAfter p {
            font-size: 1.0rem; }
            .header-01 #btn_loginAfter p span {
              font-size: 1.2rem; } }
        .header-01 #btn_loginAfter p::after {
          font-size: 15px;
          position: absolute;
          font-family: "Font Awesome 5 Free";
          font-weight: 700;
          right: -1px;
          bottom: -3px;
          content: "\f2f6"; }
          @media screen and (min-width: 768px) {
            .header-01 #btn_loginAfter p::after {
              right: -20px;
              bottom: 1px; } }
    .header-01 #btn_login {
      position: absolute;
      right: 1%;
      top: 50%;
      line-height: 0;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .header-01 #btn_login a {
        display: block;
        color: #ffffff;
        background: #37962C;
        width: 46px;
        height: 46px;
        text-align: center;
        border-radius: 4px; }
        .header-01 #btn_login a span {
          position: relative;
          display: block;
          padding-top: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 8px; }
          .header-01 #btn_login a span::after {
            font-size: 20px;
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            left: 0;
            right: 0;
            top: 3px;
            content: "\f2f6"; }

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }
  .overlay.open {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    opacity: 1; }

@media screen and (max-width: 767px) {
  .header-02 h1 {
    margin-left: 0px; } }

/*=======================================================

     footer

========================================================*/
.footer {
  position: relative;
  padding: 2%;
  background: #007564;
  color: #ffffff;
  font-size: 1.4rem;
  border-top: 2px solid #006254; }
  @media screen and (max-width: 767px) {
    .footer {
      border-top: 1px solid #006254;
      text-align: center;
      padding: 0px; } }
  @media screen and (min-width: 768px) {
    .footer_nav {
      float: left;
      /*padding:15px 0px 10px;*/
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .footer_nav {
      line-height: 1;
      display: block; } }
  .footer_nav a {
    color: #ffffff;
    margin-left: 1.5rem; }
    @media screen and (max-width: 767px) {
      .footer_nav a {
        font-size: 1.1rem;
        margin-left: 0px;
        padding: 15px 0px 10px;
        display: block; } }
    .footer_nav a span {
      position: relative;
      display: inline-block; }
      .footer_nav a span::before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        width: 10px;
        height: 10px;
        left: -1rem;
        font-weight: 700; }
  @media screen and (min-width: 768px) {
    .footer_copy {
      float: right;
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .footer_copy {
      background: #006254;
      font-size: 1.0rem;
      padding: 8px; } }

#btn-top {
  position: fixed;
  right: 3%;
  bottom: 140px;
  text-align: right;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    #btn-top {
      bottom: 100px; }
      #btn-top img {
        width: 48px;
        height: 48px; } }

.home #btn-top {
  bottom: 150px; }
  @media screen and (max-width: 767px) {
    .home #btn-top {
      bottom: 120px; } }

/*=======================================================

     トップ

========================================================*/
.home .hero {
  border-bottom: 2px solid #FBD59C;
  line-height: 0;
  text-align: center; }
  @media screen and (min-width: 1021px) {
    .home .hero {
      height: 260px;
      background: url(../img/home/hero.jpg) no-repeat center center, #bae3f9;
      background-size: 2350px,#bae3f9; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .home .hero {
      height: 260px;
      background: url(../img/home/hero_tab.jpg) no-repeat center center, #bae3f9; } }
  .home .hero img {
    max-width: none; }
    @media screen and (min-width: 768px) {
      .home .hero img {
        display: none; } }
    @media screen and (max-width: 767px) {
      .home .hero img {
        width: 100%; } }

.home .content .wrap {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .home .content .wrap {
      padding-top: 30px; } }
  .home .content .wrap .point {
    position: relative;
    padding: 0px 2rem; }
    .home .content .wrap .point::before {
      position: absolute;
      font-family: "Font Awesome 5 Free";
      content: "\f103";
      left: -10px;
      top: 0px;
      font-weight: 600; }
    .home .content .wrap .point::after {
      position: absolute;
      font-family: "Font Awesome 5 Free";
      content: "\f103";
      right: -10px;
      top: 0px;
      font-weight: 600; }
  .home .content .wrap .box_img {
    text-align: center; }
    .home .content .wrap .box_img img {
      width: auto;
      max-width: 100%;
      margin: 0px auto; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .box_img img {
          max-width: 110.66%;
          margin-left: -5.33%; } }
  .home .content .wrap .btn_box {
    margin: 30px auto 70px; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .btn_box {
        margin: 15px auto 35px; } }
    .home .content .wrap .btn_box > p {
      font-size: 2.2rem;
      letter-spacing: 0.1em;
      position: relative; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .btn_box > p {
          text-align: center;
          font-size: 1.2rem; } }
    .home .content .wrap .btn_box .point::before {
      color: #C93803; }
    .home .content .wrap .btn_box .point::after {
      color: #C93803; }
    .home .content .wrap .btn_box .btn {
      max-width: 400px;
      margin: 10px auto 0px; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .btn_box .btn {
          max-width: 100%; } }
  .home .content .wrap .btn.btn-06 {
    max-width: 610px; }
    .home .content .wrap .btn.btn-06 .btn_style {
      padding: 30px 10px;
      max-width: 610px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 60px; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .btn.btn-06 .btn_style {
          padding: 15px 10px; } }
      .home .content .wrap .btn.btn-06 .btn_style span {
        font-size: 3.2rem;
        padding: 0px 40px 0px 0px; }
        @media screen and (max-width: 767px) {
          .home .content .wrap .btn.btn-06 .btn_style span {
            font-size: 1.5rem; } }
  .home .content .wrap .box {
    padding: 3%; }
  @media screen and (min-width: 768px) {
    .home .content .wrap .news {
      margin-top: 80px; } }
  @media screen and (max-width: 767px) {
    .home .content .wrap .news {
      margin-top: 30px; } }
  .home .content .wrap .news .txt_date {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .news .txt_date {
        margin-bottom: 5px; } }
  .home .content .wrap .news h3 {
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .news h3 {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 10px; } }
    .home .content .wrap .news h3 .point::before {
      left: -20px;
      color: #52B447; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .news h3 .point::before {
          left: 0px; } }
    .home .content .wrap .news h3 .point::after {
      right: -20px;
      color: #52B447; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .news h3 .point::after {
          right: 0px; } }
  .home .content .wrap .news li {
    border-top: 2px dotted #D1E3C8;
    padding: 25px 20px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .news li {
        padding: 15px 0px; } }
    .home .content .wrap .news li a {
      color: #37962C;
      text-decoration: underline;
      position: relative;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .news li a {
          font-size: 1.1rem;
          padding-left: 13px; } }
      .home .content .wrap .news li a::before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f138";
        left: 0px;
        top: 0px;
        font-weight: 600; }
      .home .content .wrap .news li a:hover {
        text-decoration: none;
        opacity: 1; }
  .home .content .wrap .news .txt_red {
    color: #C93803;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .news .txt_red {
        font-size: 1.1rem; } }
  .home .content .wrap .box_bnr {
    margin: 70px auto; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .box_bnr {
        margin: 20px auto;
        display: block; }
        .home .content .wrap .box_bnr img {
          width: 100%; } }
  .home .content .wrap .member {
    border-top: 6px solid #F68D00;
    border-bottom: 6px solid #FBD59C; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .member {
        text-align: center;
        border-top: 2px solid #F68D00;
        border-bottom: 2px solid #FBD59C;
        padding: 3% 3% 4%; } }
    .home .content .wrap .member .btn_box {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .member .btn_box {
          margin-bottom: 20px; } }
    .home .content .wrap .member h3 {
      font-size: 3.0rem;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .member h3 {
          font-size: 1.3rem;
          text-align: center; } }
      .home .content .wrap .member h3 .point::before {
        color: #F68D00;
        left: -20px; }
        @media screen and (max-width: 767px) {
          .home .content .wrap .member h3 .point::before {
            left: 0; } }
      .home .content .wrap .member h3 .point::after {
        color: #F68D00;
        right: -20px; }
        @media screen and (max-width: 767px) {
          .home .content .wrap .member h3 .point::after {
            right: 0; } }
  .home .content .wrap .box.box_bottom {
    border-top: 6px solid #007564;
    border-bottom: 6px solid #A7C1A9; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .box.box_bottom {
        border-top: 2px solid #007564;
        border-bottom: 2px solid #A7C1A9; } }
    .home .content .wrap .box.box_bottom .btn {
      margin-top: 20px; }
  .home .content .wrap .layout {
    max-width: 820px;
    margin: 20px auto 0px; }
    @media screen and (max-width: 767px) {
      .home .content .wrap .layout {
        margin: 10px auto 0px; }
        .home .content .wrap .layout p.btn {
          margin-top: 15px; } }
    .home .content .wrap .layout .btn-05 .btn_style {
      -webkit-box-shadow: 0 5px 0 #888888;
      box-shadow: 0 5px 0 #888888; }
      @media screen and (max-width: 767px) {
        .home .content .wrap .layout .btn-05 .btn_style {
          -webkit-box-shadow: 0 4px 0 #888888;
          box-shadow: 0 4px 0 #888888; } }
    .home .content .wrap .layout .hover_style:hover .btn_style {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .home .content .wrap .layout .btn_style {
      width: 100%;
      max-width: 100%; }

.home #home_logo {
  position: absolute;
  right: 3%;
  z-index: 9;
  bottom: 0;
  display: none; }
  @media screen and (max-width: 767px) {
    .home #home_logo img {
      width: 50px;
      height: auto; } }

/*=======================================================

     入会申込

========================================================*/
.box_txt {
  margin: 20px auto 0px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .box_txt {
      font-size: 1.3rem !important;
      margin: 10px auto 0px; } }

.box dl {
  text-align: center; }
  .box dl dt {
    font-size: 3.6rem;
    font-weight: bold;
    color: #007564; }
    @media screen and (max-width: 767px) {
      .box dl dt {
        font-size: 2.0rem; } }
    .box dl dt span {
      font-size: 3.0rem; }
      @media screen and (max-width: 767px) {
        .box dl dt span {
          font-size: 1.4rem; } }
  .box dl dd {
    color: #007564;
    margin: 2px auto 20px; }
    @media screen and (max-width: 767px) {
      .box dl dd {
        margin: 0px auto 10px;
        font-size: 1.1rem; } }

.box .btn-03 {
  margin: 10px auto 0px;
  text-align: center;
  display: block;
  max-width: 400px; }
  @media screen and (max-width: 767px) {
    .box .btn-03 .btn_style {
      max-width: 100%; } }
  .box .btn-03 .btn_style span {
    padding: 0px 0px 0px 30px; }
  @media screen and (max-width: 767px) {
    .box .btn-03 {
      max-width: 100%; } }

.box-1 .box_top {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .box-1 .box_top {
      margin-bottom: 15px; } }
  .box-1 .box_top > p {
    color: #C93803;
    font-size: 2.0rem;
    font-weight: bold; }
  .box-1 .box_top .btn {
    max-width: auto;
    margin: 20px auto 30px; }
    @media screen and (max-width: 767px) {
      .box-1 .box_top .btn {
        margin: 10px auto 15px; } }
    @media screen and (max-width: 767px) {
      .box-1 .box_top .btn .btn_style {
        max-width: 100%; } }
    @media screen and (min-width: 768px) {
      .box-1 .box_top .btn-02 {
        max-width: 400px;
        margin: 0px auto; } }
    @media screen and (min-width: 768px) {
      .box-1 .box_top .btn-02 .btn_style {
        padding: 20px; } }
    .box-1 .box_top .btn-02 .btn_style span {
      padding: 0px 0px 0px 30px; }
    .box-1 .box_top .btn-05 .btn_style {
      display: block;
      -webkit-box-shadow: 0 5px 0 #888888;
      box-shadow: 0 5px 0 #888888; }
      @media screen and (min-width: 768px) {
        .box-1 .box_top .btn-05 .btn_style {
          min-width: 400px; } }
      @media screen and (max-width: 767px) {
        .box-1 .box_top .btn-05 .btn_style {
          -webkit-box-shadow: 0 4px 0 #888888;
          box-shadow: 0 4px 0 #888888; } }
      .box-1 .box_top .btn-05 .btn_style span {
        padding: 0px 30px 0px 0px; }
      .box-1 .box_top .btn-05 .btn_style:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
  .box-1 .box_top .box_txt p {
    font-size: 1.6rem;
    text-align: left; }

.link_style {
  text-decoration: underline;
  color: #007564;
  position: relative;
  padding-left: 2rem; }
  @media screen and (max-width: 767px) {
    .link_style {
      padding-left: 1.4rem; } }
  .link_style::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    left: 2px;
    top: 0px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .link_style::before {
        left: 2px; } }
  .link_style:hover {
    text-decoration: none;
    opacity: 1; }

.admission .fa-external-link-alt {
  color: #007564; }

.admission .txt_note {
  margin-bottom: 1em; }

.admission .btn-01 .btn_style span {
  padding-right: 30px; }

@media screen and (max-width: 767px) {
  .admission .btn-02 {
    margin-top: 10px; } }

.admission .btn-02 .btn_style {
  display: block; }
  .admission .btn-02 .btn_style span {
    padding-right: 30px; }

.admission .layout {
  max-width: 800px;
  margin: 2.5% auto 5%; }

/*=======================================================

     新規入会申し込み

========================================================*/
.branch-office .btn_icon-07 {
  display: block;
  right: 5%;
  padding: 0px 10px 0px 30px !important;
  text-align: left; }

.chiiki .wrap {
  padding-top: 20px; }
  .chiiki .wrap .content_inner > p {
    margin: 0px auto 20px; }
  .chiiki .wrap .box table .input_wrap label {
    float: left; }
    .chiiki .wrap .box table .input_wrap label input {
      margin: 0px 0.5em;
      line-height: 1.6;
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        .chiiki .wrap .box table .input_wrap label input {
          font-size: 1.1rem;
          line-height: 1.3;
          width: 100px; } }
  .chiiki .wrap .box table .input_wrap .btn {
    float: left;
    display: block;
    width: 230px;
    margin-left: 1rem; }
    @media screen and (max-width: 767px) {
      .chiiki .wrap .box table .input_wrap .btn {
        width: 127px;
        margin-left: 0.5em; } }
    @media screen and (max-width: 349px) {
      .chiiki .wrap .box table .input_wrap .btn {
        width: 122px;
        margin-left: 0.2em; } }
    .chiiki .wrap .box table .input_wrap .btn_style {
      padding: 0px; }
      .chiiki .wrap .box table .input_wrap .btn_style button {
        margin-top: -0.5rem;
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
        letter-spacing: 0.1em;
        padding: 12px 20px 12px 20px; }
        @media screen and (max-width: 767px) {
          .chiiki .wrap .box table .input_wrap .btn_style button {
            font-size: 1.3rem;
            padding: 10px 10px 10px 10px; } }
        .chiiki .wrap .box table .input_wrap .btn_style button span.btn_icon-07 {
          padding: 0px 20px 0px 0px; }
          @media screen and (max-width: 767px) {
            .chiiki .wrap .box table .input_wrap .btn_style button span.btn_icon-07 {
              padding: 0px 15px 0px 0px; }
              .chiiki .wrap .box table .input_wrap .btn_style button span.btn_icon-07::after {
                margin-top: 1px; } }
  .chiiki .wrap .box_txt {
    background: #FFFBE0;
    padding: 20px;
    margin-top: 30px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .chiiki .wrap .box_txt {
        margin-top: 15px;
        padding: 12px 16px; } }
    .chiiki .wrap .box_txt > p {
      font-size: 1.6rem; }
    .chiiki .wrap .box_txt .btn-04 {
      display: block; }
      @media screen and (min-width: 768px) {
        .chiiki .wrap .box_txt .btn-04 {
          float: left; } }
      @media screen and (max-width: 767px) {
        .chiiki .wrap .box_txt .btn-04 {
          display: inline-block;
          margin-top: 10px; } }
      .chiiki .wrap .box_txt .btn-04 .btn_style {
        font-size: 1.4rem;
        font-weight: normal;
        position: relative;
        padding: 15px 50px 15px 30px; }
        @media screen and (max-width: 767px) {
          .chiiki .wrap .box_txt .btn-04 .btn_style {
            font-size: 1.1rem;
            padding: 12px 35px 12px 23px; } }
        .chiiki .wrap .box_txt .btn-04 .btn_style::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f35d";
          width: 20px;
          height: 21px;
          right: 20px;
          font-weight: 600; }
          @media screen and (max-width: 767px) {
            .chiiki .wrap .box_txt .btn-04 .btn_style::after {
              right: 10px;
              height: 18px; } }
    @media screen and (min-width: 768px) {
      .chiiki .wrap .box_txt .box_txtBottom {
        margin-top: 10px; } }
    @media screen and (min-width: 768px) {
      .chiiki .wrap .box_txt .box_txtBottom p:last-child {
        font-size: 1.4rem;
        float: left;
        margin: 15px 0px 0px 2rem; } }
    @media screen and (max-width: 767px) {
      .chiiki .wrap .box_txt .box_txtBottom p:last-child {
        font-size: 1.0rem;
        margin: 10px 0px 0px 0px; } }
  .chiiki .wrap .btn-01 .btn_style {
    padding: 35px;
    display: block;
    position: relative; }
    @media screen and (max-width: 767px) {
      .chiiki .wrap .btn-01 .btn_style {
        padding: 22px; } }
    .chiiki .wrap .btn-01 .btn_style button {
      color: #ffffff;
      font-size: 2.0rem; }
      @media screen and (max-width: 767px) {
        .chiiki .wrap .btn-01 .btn_style button {
          font-size: 1.3rem; } }

.chiiki #chiiki-2 table th {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .chiiki #chiiki-2 table th {
      padding: 10px 0px; } }
  @media screen and (min-width: 768px) {
    .chiiki #chiiki-2 table th.box_width {
      width: 150px; } }

.chiiki #chiiki-2 table td {
  text-align: left;
  padding-left: 0px;
  padding: 10px 0px; }
  @media screen and (max-width: 767px) {
    .chiiki #chiiki-2 table td {
      padding: 0px 0px 10px; } }
  .chiiki #chiiki-2 table td .layout_wrap {
    width: 100%; }
  .chiiki #chiiki-2 table td .layout {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .chiiki #chiiki-2 table td .layout {
        margin-top: 10px; } }
    @media screen and (min-width: 768px) {
      .chiiki #chiiki-2 table td .layout li {
        width: 49%; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .chiiki #chiiki-2 table td .layout li:not(:nth-of-type(2n)) {
      margin-right: 2%; } }
    @media screen and (max-width: 767px) {
      .chiiki #chiiki-2 table td .layout li {
        margin-bottom: 15px; }
        .chiiki #chiiki-2 table td .layout li:last-child {
          margin-bottom: 0px; } }
    .chiiki #chiiki-2 table td .layout li .btn_style {
      max-width: 100%;
      width: 100%;
      position: relative;
      padding: 30px;
      text-align: left; }
      @media screen and (max-width: 850px) {
        .chiiki #chiiki-2 table td .layout li .btn_style {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          max-width: auto;
          width: 100%;
          padding: 20px 10px; } }
      .chiiki #chiiki-2 table td .layout li .btn_style button {
        color: #ffffff;
        display: block; }
        @media screen and (min-width: 768px) {
          .chiiki #chiiki-2 table td .layout li .btn_style button {
            font-size: 1.8rem; } }
        @media screen and (max-width: 1199px) {
          .chiiki #chiiki-2 table td .layout li .btn_style button {
            font-size: 1.6rem; } }
        @media screen and (max-width: 850px) {
          .chiiki #chiiki-2 table td .layout li .btn_style button {
            font-size: 1.3rem; } }
        @media screen and (max-width: 349px) {
          .chiiki #chiiki-2 table td .layout li .btn_style button {
            font-size: 1.2rem; } }

.chiiki #chiiki-2 .box_bottom .btn-05 {
  max-width: 400px;
  margin: 40px auto; }
  @media screen and (max-width: 767px) {
    .chiiki #chiiki-2 .box_bottom .btn-05 {
      max-width: 100%;
      margin: 20px auto; } }
  .chiiki #chiiki-2 .box_bottom .btn-05 .btn_style {
    padding: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all  0.5s ease;
    -o-transition: all  0.5s ease;
    transition: all  0.5s ease; }
    .chiiki #chiiki-2 .box_bottom .btn-05 .btn_style:hover {
      background: #555; }
    @media screen and (max-width: 767px) {
      .chiiki #chiiki-2 .box_bottom .btn-05 .btn_style {
        padding: 23px 0px; } }

.capacity-overs .wrap.admission_box,
.not-applicable .wrap.admission_box {
  padding-top: 4.5%; }
  .capacity-overs .wrap.admission_box .btn-02,
  .not-applicable .wrap.admission_box .btn-02 {
    margin: 20px auto; }
    @media screen and (max-width: 767px) {
      .capacity-overs .wrap.admission_box .btn-02,
      .not-applicable .wrap.admission_box .btn-02 {
        margin: 7px auto 15px; } }
  .capacity-overs .wrap.admission_box .btn-05,
  .not-applicable .wrap.admission_box .btn-05 {
    max-width: 400px; }
    @media screen and (max-width: 767px) {
      .capacity-overs .wrap.admission_box .btn-05,
      .not-applicable .wrap.admission_box .btn-05 {
        max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .capacity-overs .wrap.admission_box .btn-03 .btn_icon-02,
    .not-applicable .wrap.admission_box .btn-03 .btn_icon-02 {
      padding: 0px 0px 0px 20px; } }

.capacity-overs .box_top .btn-05 {
  margin: 20px auto 35px; }
  @media screen and (max-width: 767px) {
    .capacity-overs .box_top .btn-05 {
      margin: 10px auto 20px; } }

.capacity-overs .box_txt {
  font-weight: 700; }

.not-applicable .box-1 .txt_note {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .not-applicable .box-1 .txt_note {
      margin-bottom: 0px; } }
  .not-applicable .box-1 .txt_note-1 {
    color: #000; }
  .not-applicable .box-1 .txt_note-2 {
    margin-top: 0px; }

.not-applicable .box-1 .btn {
  margin: 20px auto 50px; }
  @media screen and (max-width: 767px) {
    .not-applicable .box-1 .btn {
      margin: 0px auto !important; } }

.not-applicable .box-1 .btn-04 {
  max-width: 400px; }
  @media screen and (max-width: 767px) {
    .not-applicable .box-1 .btn-04 {
      max-width: 100%; } }
  .not-applicable .box-1 .btn-04 .btn_style {
    display: inline-block;
    margin: 10px auto 0; }

.not-applicable .box-1 .btn-02 .btn_style {
  padding: 35px; }
  @media screen and (max-width: 767px) {
    .not-applicable .box-1 .btn-02 .btn_style {
      padding: 22px; } }
  .not-applicable .box-1 .btn-02 .btn_style button {
    color: #ffffff;
    font-size: 2.0rem; }
    @media screen and (max-width: 767px) {
      .not-applicable .box-1 .btn-02 .btn_style button {
        font-size: 1.3rem;
        padding: 13px; } }

/*===新規登録=========================================*/
span.txt_required {
  background: #C93803;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 2px 5px !important;
  text-align: center;
  font-size: 1.6rem;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    span.txt_required {
      font-size: 1.0rem; } }
  span.txt_required::before {
    content: "";
    display: none;
    width: 0px; }

.entry .wrap .box, .confirm .wrap .box {
  padding: 0px; }
  .entry .wrap .box .box_style1, .confirm .wrap .box .box_style1 {
    padding: 4%; }
    .entry .wrap .box .box_style1:last-child, .confirm .wrap .box .box_style1:last-child {
      border-top: 6px solid #FBD59C;
      background: #ffffff; }
      .entry .wrap .box .box_style1:last-child td, .confirm .wrap .box .box_style1:last-child td {
        padding-bottom: 0px; }
      @media screen and (max-width: 767px) {
        .entry .wrap .box .box_style1:last-child, .confirm .wrap .box .box_style1:last-child {
          border-top: 2px solid #FBD59C !important; } }
    .entry .wrap .box .box_style1 th, .confirm .wrap .box .box_style1 th {
      vertical-align: top;
      padding: 30px 0px;
      width: 330px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .entry .wrap .box .box_style1 th, .confirm .wrap .box .box_style1 th {
          padding: 10px 0px 0px;
          width: 100%; } }
      .entry .wrap .box .box_style1 th p, .confirm .wrap .box .box_style1 th p {
        line-height: 1.8; }
    .entry .wrap .box .box_style1 .last tr, .confirm .wrap .box .box_style1 .last tr {
      border-bottom: 0px; }
    .entry .wrap .box .box_style1 .last th, .confirm .wrap .box .box_style1 .last th {
      padding: 0px; }
    .entry .wrap .box .box_style1 .last td, .confirm .wrap .box .box_style1 .last td {
      font-size: 1.8rem; }
      .entry .wrap .box .box_style1 .last td p, .confirm .wrap .box .box_style1 .last td p {
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .entry .wrap .box .box_style1 .last td p, .confirm .wrap .box .box_style1 .last td p {
            font-size: 1.1rem; } }
      @media screen and (min-width: 768px) {
        .entry .wrap .box .box_style1 .last td li, .confirm .wrap .box .box_style1 .last td li {
          float: left;
          margin-right: 3rem; } }
      @media screen and (max-width: 767px) {
        .entry .wrap .box .box_style1 .last td li, .confirm .wrap .box .box_style1 .last td li {
          margin-bottom: 1px; }
          .entry .wrap .box .box_style1 .last td li:last-child, .confirm .wrap .box .box_style1 .last td li:last-child {
            margin-bottom: 0px; } }
  .entry .wrap .box .box_style2, .confirm .wrap .box .box_style2 {
    padding: 0px 4%;
    background: #FFFBE0; }
    @media screen and (min-width: 768px) {
      .entry .wrap .box .box_style2:last-child, .confirm .wrap .box .box_style2:last-child {
        border-bottom: 6px solid #FBD59C; } }
    @media screen and (min-width: 768px) {
      .entry .wrap .box .box_style2 tr, .confirm .wrap .box .box_style2 tr {
        border-bottom: 1px dashed #FBD59C; }
        .entry .wrap .box .box_style2 tr:last-child, .confirm .wrap .box .box_style2 tr:last-child {
          border-bottom: 0px; } }
    .entry .wrap .box .box_style2 th, .confirm .wrap .box .box_style2 th {
      vertical-align: top;
      padding: 30px 0px;
      width: 330px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .entry .wrap .box .box_style2 th, .confirm .wrap .box .box_style2 th {
          padding: 10px 0px 0px;
          display: block;
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .entry .wrap .box .box_style2, .confirm .wrap .box .box_style2 {
        padding: 0px 4% 4%; } }
    @media screen and (max-width: 767px) {
      .entry .wrap .box .box_style2 td, .confirm .wrap .box .box_style2 td {
        padding-top: 5px !important;
        display: block;
        width: 100%; } }

.entry .wrap h3, .confirm .wrap h3 {
  padding: 20px 4%;
  background: #FFF2B8;
  border-top: 6px solid #FBD59C;
  text-align: left;
  font-weight: bold;
  color: #666666;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .entry .wrap h3, .confirm .wrap h3 {
      border-bottom: 0px !important;
      border-top: 2px solid #FBD59C; } }
  .entry .wrap h3 p.error_txt, .confirm .wrap h3 p.error_txt {
    display: inline; }
    @media screen and (max-width: 767px) {
      .entry .wrap h3 p.error_txt, .confirm .wrap h3 p.error_txt {
        display: block;
        margin-left: 0;
        margin: 2px 0px; } }
  .entry .wrap h3.active, .confirm .wrap h3.active {
    /*border-bottom:0px; */ }
  .entry .wrap h3:hover, .confirm .wrap h3:hover {
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .entry .wrap h3, .confirm .wrap h3 {
      border-bottom: 2px solid #FBD59C;
      font-size: 1.2rem;
      padding: 10px 4%; } }
  .entry .wrap h3 span, .confirm .wrap h3 span {
    top: 50%;
    right: 4%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    background: none; }
    .entry .wrap h3 span::after, .confirm .wrap h3 span::after {
      font-family: "Font Awesome 5 Free";
      background: none;
      content: "\f146";
      width: 24px;
      height: 25px;
      font-size: 24px;
      font-weight: 600;
      color: #E09634;
      display: block;
      margin-top: -0.6rem; }
      @media screen and (max-width: 767px) {
        .entry .wrap h3 span::after, .confirm .wrap h3 span::after {
          font-size: 14px;
          width: 14px;
          height: 15px; } }
  .entry .wrap h3.active span::after, .confirm .wrap h3.active span::after {
    content: "\f0fe"; }

.entry .wrap table, .confirm .wrap table {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .entry .wrap table tr, .confirm .wrap table tr {
      border-bottom: 1px dashed #D1E3C8; } }
  .entry .wrap table tr:last-child, .confirm .wrap table tr:last-child {
    border-bottom: 0px; }
  .entry .wrap table th, .confirm .wrap table th {
    text-align: left; }
  .entry .wrap table td, .confirm .wrap table td {
    padding: 20px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .entry .wrap table td, .confirm .wrap table td {
        padding: 6px 0px 0px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .entry .wrap table td input[type="text"], .confirm .wrap table td input[type="text"] {
      width: 100%;
      font-size: 100%;
      background: #ffffff; }
      @media screen and (max-width: 767px) {
        .entry .wrap table td input[type="text"], .confirm .wrap table td input[type="text"] {
          line-height: 1;
          font-size: 11px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
    .entry .wrap table td.error input[type="text"], .confirm .wrap table td.error input[type="text"] {
      background: #FFEFEA; }
    .entry .wrap table td p.disabled_txt, .confirm .wrap table td p.disabled_txt {
      background: #EEEEEE;
      padding: 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .entry .wrap table td p.disabled_txt, .confirm .wrap table td p.disabled_txt {
          font-size: 1.1rem;
          margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .entry .wrap table td label, .confirm .wrap table td label {
        font-size: 11px; } }
    @media screen and (max-width: 767px) {
      .entry .wrap table td .input_wrap, .confirm .wrap table td .input_wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .entry .wrap table td .input_wrap input, .confirm .wrap table td .input_wrap input {
      margin-bottom: 0px; }
    .entry .wrap table td .input_wrap input[type="text"]:nth-child(3), .confirm .wrap table td .input_wrap input[type="text"]:nth-child(3) {
      margin-top: 10px; }
    .entry .wrap table td.input_width input[type="text"]:first-child, .confirm .wrap table td.input_width input[type="text"]:first-child {
      width: 20%; }
      @media screen and (max-width: 767px) {
        .entry .wrap table td.input_width input[type="text"]:first-child, .confirm .wrap table td.input_width input[type="text"]:first-child {
          width: 25%; } }
    .entry .wrap table td.input_width input[type="text"], .confirm .wrap table td.input_width input[type="text"] {
      width: 10%;
      margin-right: 1rem;
      margin-left: 1rem; }
      @media screen and (max-width: 767px) {
        .entry .wrap table td.input_width input[type="text"], .confirm .wrap table td.input_width input[type="text"] {
          width: 15%;
          margin-right: 0.5rem;
          margin-left: 0.5rem; } }
    .entry .wrap table td.input_width p, .confirm .wrap table td.input_width p {
      margin-top: 5px; }

.entry .wrap .login_txt, .confirm .wrap .login_txt {
  color: #37962C;
  font-size: 1.6rem;
  margin-left: 2rem; }
  @media screen and (max-width: 767px) {
    .entry .wrap .login_txt, .confirm .wrap .login_txt {
      display: inline;
      margin-left: 0.5rem; } }

.entry .box_bottom, .confirm .box_bottom {
  max-width: 800px;
  margin: 0px auto; }
  .entry .box_bottom .btn-05, .confirm .box_bottom .btn-05 {
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .entry .box_bottom .btn-05, .confirm .box_bottom .btn-05 {
        margin-bottom: 15px; } }
    .entry .box_bottom .btn-05 .btn_style, .confirm .box_bottom .btn-05 .btn_style {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all  0.5s ease;
      -o-transition: all  0.5s ease;
      transition: all  0.5s ease;
      padding: 35px; }
      @media screen and (max-width: 767px) {
        .entry .box_bottom .btn-05 .btn_style, .confirm .box_bottom .btn-05 .btn_style {
          padding: 23px; } }
      .entry .box_bottom .btn-05 .btn_style:hover, .confirm .box_bottom .btn-05 .btn_style:hover {
        background: #555;
        opacity: 1; }
      .entry .box_bottom .btn-05 .btn_style span, .confirm .box_bottom .btn-05 .btn_style span {
        position: relative;
        display: inline-block; }
  .entry .box_bottom .btn-01 .btn_style, .confirm .box_bottom .btn-01 .btn_style {
    position: relative;
    padding: 35px; }
    @media screen and (max-width: 767px) {
      .entry .box_bottom .btn-01 .btn_style, .confirm .box_bottom .btn-01 .btn_style {
        padding: 22px; } }
    .entry .box_bottom .btn-01 .btn_style button, .confirm .box_bottom .btn-01 .btn_style button {
      color: #ffffff;
      font-size: 2.0rem; }
      @media screen and (max-width: 767px) {
        .entry .box_bottom .btn-01 .btn_style button, .confirm .box_bottom .btn-01 .btn_style button {
          font-size: 1.3rem; } }
      .entry .box_bottom .btn-01 .btn_style button .btn_icon-07, .confirm .box_bottom .btn-01 .btn_style button .btn_icon-07 {
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .entry .box_bottom .btn-01 .btn_style button .btn_icon-07::after, .confirm .box_bottom .btn-01 .btn_style button .btn_icon-07::after {
            margin-top: 2px; } }

.entry .box_bottom, .confirm .box_bottom {
  margin: 40px auto 0px; }
  @media screen and (max-width: 767px) {
    .entry .box_bottom, .confirm .box_bottom {
      margin: 20px auto 0px; } }

.privacypolicy {
  text-align: center;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ECF5DA;
  margin: 40px auto 0px; }
  @media screen and (max-width: 767px) {
    .privacypolicy {
      padding: 14px 15px;
      margin: 20px auto 0px; } }
  .privacypolicy p {
    line-height: 1.8;
    text-align: left;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .privacypolicy p {
        line-height: 1.7;
        font-size: 1.0rem;
        text-align: left;
        margin-bottom: 15px; } }
    .privacypolicy p a {
      text-decoration: underline;
      color: #006254; }
      .privacypolicy p a:hover {
        text-decoration: none; }

/*===登録内容確認=========================================*/
@media screen and (min-width: 768px) {
  .confirm .box table td {
    padding: 30px 0px; } }

@media screen and (max-width: 767px) {
  .confirm .box table td {
    padding-left: 1.5rem; } }

.confirm .box table td p {
  font-size: 1.8rem; }

.confirm .box_bottom .btn-02 .btn_style {
  background: #C93803;
  -webkit-box-shadow: 0 5px 0 #952800;
  box-shadow: 0 5px 0 #952800;
  padding: 35px; }
  @media screen and (max-width: 767px) {
    .confirm .box_bottom .btn-02 .btn_style {
      -webkit-box-shadow: 0 4px 0 #952800;
      box-shadow: 0 4px 0 #952800;
      padding: 23px; } }
  .confirm .box_bottom .btn-02 .btn_style button {
    color: #ffffff;
    padding: 0;
    font-size: 2.0rem; }
    @media screen and (max-width: 767px) {
      .confirm .box_bottom .btn-02 .btn_style button {
        font-size: 1.3rem; } }

.confirm .box_bottom .btn:hover .btn_style {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*===新規登録完了=========================================*/
.complete .box_txt p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .complete .box_txt p {
      margin-bottom: 15px; } }

@media screen and (min-width: 768px) {
  .complete .box .btn-02 {
    margin: 20px auto 0px;
    display: inline-block;
    min-width: 400px; } }

.entry.contact_entry .box .box_style1:last-child,
.entry.contact_confirm .box .box_style1:last-child {
  border-top: 0px !important; }
  @media screen and (min-width: 768px) {
    .entry.contact_entry .box .box_style1:last-child td,
    .entry.contact_confirm .box .box_style1:last-child td {
      padding-bottom: 20px !important; } }
  .entry.contact_entry .box .box_style1:last-child .input_wrap input,
  .entry.contact_confirm .box .box_style1:last-child .input_wrap input {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .entry.contact_entry .box .box_style1:last-child .input_wrap input,
      .entry.contact_confirm .box .box_style1:last-child .input_wrap input {
        margin-bottom: 5px; } }
  .entry.contact_entry .box .box_style1:last-child .input_wrap input:nth-child(3),
  .entry.contact_confirm .box .box_style1:last-child .input_wrap input:nth-child(3) {
    margin-bottom: 0px; }
  .entry.contact_entry .box .box_style1:last-child .input_wrap .txt_note_1,
  .entry.contact_confirm .box .box_style1:last-child .input_wrap .txt_note_1 {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .entry.contact_entry .box .box_style1:last-child .input_wrap .txt_note_1,
      .entry.contact_confirm .box .box_style1:last-child .input_wrap .txt_note_1 {
        margin-bottom: 0px; } }
  .entry.contact_entry .box .box_style1:last-child .input_wrap .error_txt,
  .entry.contact_confirm .box .box_style1:last-child .input_wrap .error_txt {
    margin-top: 0px; }
  .entry.contact_entry .box .box_style1:last-child .input_wrap .select-box,
  .entry.contact_confirm .box .box_style1:last-child .input_wrap .select-box {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .entry.contact_entry .box .box_style1:last-child .input_wrap .select-box,
      .entry.contact_confirm .box .box_style1:last-child .input_wrap .select-box {
        margin-bottom: 5px; } }
  .entry.contact_entry .box .box_style1:last-child .input_wrap select::-ms-expand,
  .entry.contact_confirm .box .box_style1:last-child .input_wrap select::-ms-expand {
    display: none; }
  .entry.contact_entry .box .box_style1:last-child .error_txt,
  .entry.contact_confirm .box .box_style1:last-child .error_txt {
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .entry.contact_entry .box .box_style1:last-child .error_txt,
      .entry.contact_confirm .box .box_style1:last-child .error_txt {
        margin-top: 5px; } }

/*=======================================================

     会員情報変更

========================================================*/
@media screen and (min-width: 768px) {
  .change .layout {
    max-width: 820px;
    margin: 30px auto 40px; } }

@media screen and (max-width: 767px) {
  .change .layout {
    margin: 10px auto 30px;
    max-width: auto; }
    .change .layout .btn-01 {
      margin-bottom: 15px; } }

.change .box {
  padding: 0px; }
  .change .box .box_style1:last-child {
    border-top: 0px !important; }
  .change .box .ico_note {
    position: relative;
    padding: 0px 0px 0px 30px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .change .box .ico_note {
        padding: 0px 0px 0px 20px; } }
    .change .box .ico_note::before {
      position: absolute;
      font-family: "Font Awesome 5 Free";
      content: "\f071";
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 600; }
  .change .box h3.title_style {
    background: #ECF5DA;
    padding: 15px 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
    color: #555555; }
    @media screen and (max-width: 767px) {
      .change .box h3.title_style {
        font-size: 1.2rem;
        padding: 10px 15px; } }
    .change .box h3.title_style .ico_note::before {
      color: #37962C; }
  @media screen and (max-width: 1080px) {
    .change .box h4.title_style {
      padding: 0px; } }
  .change .box_inner {
    padding: 4%; }
  .change .box .btn-05 {
    margin: 20px auto; }
    @media screen and (min-width: 768px) {
      .change .box .btn-05 {
        max-width: 400px; } }
    @media screen and (max-width: 767px) {
      .change .box .btn-05 {
        margin: 10px auto 20px; } }
    .change .box .btn-05.hover_style:hover .btn_style {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .change .box .btn-05 .btn_style {
      -webkit-box-shadow: 0 5px 0 #888888;
      box-shadow: 0 5px 0 #888888; }
      @media screen and (max-width: 767px) {
        .change .box .btn-05 .btn_style {
          -webkit-box-shadow: 0 4px 0 #888888;
          box-shadow: 0 4px 0 #888888; } }
  .change .box_txt h4.title_style {
    color: #C93803;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .change .box_txt h4.title_style {
        margin-top: 25px;
        margin-bottom: 5px;
        font-size: 1.4rem;
        text-align: left;
        padding: 0px; } }
  .change .box_txt p {
    text-align: left;
    font-size: 1.6rem; }

.change.not-applicable .wrap .btn-02 {
  margin: 20px auto; }
  @media screen and (max-width: 767px) {
    .change.not-applicable .wrap .btn-02 {
      margin: 15px auto; } }

.change.change-area .wrap .box_inner {
  border-bottom: 6px solid #D1E3C8; }
  @media screen and (max-width: 767px) {
    .change.change-area .wrap .box_inner {
      border-bottom: 2px solid #D1E3C8; } }
  .change.change-area .wrap .box_inner:last-of-type {
    border-bottom: 0px; }
  .change.change-area .wrap .box_inner .txt_note {
    margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .change.change-area .wrap .layout {
    max-width: 820px; } }

@media screen and (max-width: 767px) {
  .change.change-area .wrap .layout {
    margin-bottom: 0px; } }

.change.change-area .wrap .layout .btn-05 {
  margin: auto; }
  .change.change-area .wrap .layout .btn-05 .btn_style {
    max-width: auto;
    min-width: auto; }

.change.change-area .wrap .layout .btn-02 {
  max-width: auto;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .change.change-area .wrap .layout .btn-02 {
      margin-top: 15px; } }
  .change.change-area .wrap .layout .btn-02 .btn_style {
    padding: 35px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .change.change-area .wrap .layout .btn-02 .btn_style {
        padding: 22px; } }

.change.complete .wrap .box {
  padding: 4% 4% 5%; }
  .change.complete .wrap .box .btn {
    margin-top: 40px;
    max-width: 400px;
    margin: 0px auto; }
    .change.complete .wrap .box .btn .btn_style {
      display: block; }
  .change.complete .wrap .box_txt {
    margin-top: 0px; }
    @media screen and (max-width: 767px) {
      .change.complete .wrap .box_txt p {
        margin-bottom: 10px; } }

.change.complete .wrap .btn-05 {
  margin-top: 40px;
  max-width: 400px;
  margin: 40px auto; }
  @media screen and (max-width: 767px) {
    .change.complete .wrap .btn-05 {
      margin: 20px auto; } }
  .change.complete .wrap .btn-05:hover .btn_style {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .change.complete .wrap .btn-05 .btn_style {
    -webkit-box-shadow: 0 5px 0 #888888;
    box-shadow: 0 5px 0 #888888; }
    @media screen and (max-width: 767px) {
      .change.complete .wrap .btn-05 .btn_style {
        -webkit-box-shadow: 0 4px 0 #888888;
        box-shadow: 0 4px 0 #888888; } }

.change.zipcode .wrap .box {
  padding: 4%; }

.change.branch-office .wrap .box {
  padding: 4%; }

.change.branch-office .wrap table {
  text-align: left; }
  .change.branch-office .wrap table th {
    padding: 10px 0px; }
    .change.branch-office .wrap table th.box_width {
      width: 150px; }
  .change.branch-office .wrap table td {
    padding: 0px;
    vertical-align: middle; }
    .change.branch-office .wrap table td .layout {
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .change.branch-office .wrap table td .layout {
          margin-top: 10px; } }
      @media screen and (min-width: 768px) {
        .change.branch-office .wrap table td .layout li {
          width: 49%; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .change.branch-office .wrap table td .layout li:not(:nth-of-type(2n)) {
      margin-right: 2%; } }
      @media screen and (max-width: 767px) {
        .change.branch-office .wrap table td .layout li {
          margin-bottom: 15px; }
          .change.branch-office .wrap table td .layout li:last-child {
            margin-bottom: 0px; } }
      .change.branch-office .wrap table td .layout li .btn_style {
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 30px;
        text-align: left; }
        @media screen and (max-width: 850px) {
          .change.branch-office .wrap table td .layout li .btn_style {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            max-width: auto;
            width: 100%;
            padding: 20px 10px; } }
        .change.branch-office .wrap table td .layout li .btn_style button {
          color: #ffffff;
          display: block; }
          @media screen and (min-width: 768px) {
            .change.branch-office .wrap table td .layout li .btn_style button {
              font-size: 1.8rem; } }
          @media screen and (max-width: 1199px) {
            .change.branch-office .wrap table td .layout li .btn_style button {
              font-size: 1.6rem; } }
          @media screen and (max-width: 850px) {
            .change.branch-office .wrap table td .layout li .btn_style button {
              font-size: 1.3rem; } }
          @media screen and (max-width: 349px) {
            .change.branch-office .wrap table td .layout li .btn_style button {
              font-size: 1.2rem; } }

.change.branch-office .wrap .box_bottom .btn-05 {
  max-width: 400px;
  margin: 40px auto; }
  @media screen and (max-width: 767px) {
    .change.branch-office .wrap .box_bottom .btn-05 {
      width: 100%; } }
  .change.branch-office .wrap .box_bottom .btn-05 .btn_style {
    padding: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all  0.5s ease;
    -o-transition: all  0.5s ease;
    transition: all  0.5s ease; }
    .change.branch-office .wrap .box_bottom .btn-05 .btn_style:hover {
      background: #555; }
    @media screen and (max-width: 767px) {
      .change.branch-office .wrap .box_bottom .btn-05 .btn_style {
        padding: 25px 0px; } }

.change.entry .wrap th {
  color: #666666; }

@media screen and (max-width: 767px) {
  .change.entry .wrap td {
    padding-top: 10px; } }

.change.entry .wrap .disabled_txt {
  background: #EEEEEE;
  padding: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .change.entry .wrap .disabled_txt {
      font-size: 1.1rem;
      margin-bottom: 10px; } }

.change.entry .wrap .btn-01 {
  max-width: 400px;
  margin: 40px auto; }
  @media screen and (max-width: 767px) {
    .change.entry .wrap .btn-01 {
      margin: 20px auto; } }

.change.confirm .box .box_style1:last-child {
  border-top: 0px !important; }
  @media screen and (max-width: 767px) {
    .change.confirm .box .box_style1:last-child table th {
      padding-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    .change.confirm .box .box_style1:last-child table td p {
      font-size: 1.2rem; } }

@media screen and (min-width: 768px) {
  .change.confirm .box table th {
    padding: 30px 0px !important; } }

.change.confirm .box table td {
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .change.confirm .box table td {
      padding: 30px 0px; } }

.change.user .box table th {
  vertical-align: top; }

.change.user .accordion_wrap {
  margin-top: 15px; }
  .change.user .accordion_wrap .box_accordion {
    background: #ffffff; }
  .change.user .accordion_wrap:first-child h3:first-child, .change.user .accordion_wrap:last-child h3:first-child {
    border-top: 6px solid #52B447; }
    @media screen and (max-width: 767px) {
      .change.user .accordion_wrap:first-child h3:first-child, .change.user .accordion_wrap:last-child h3:first-child {
        border-top: 2px solid #52B447; } }
  .change.user .accordion_wrap:first-child .box_style1, .change.user .accordion_wrap:last-child .box_style1 {
    border-top: 0px; }
  .change.user .accordion_wrap:first-child h3, .change.user .accordion_wrap:last-child h3 {
    border-top: 0px; }
    .change.user .accordion_wrap:first-child h3 span, .change.user .accordion_wrap:last-child h3 span {
      position: absolute;
      background: none; }
      .change.user .accordion_wrap:first-child h3 span::after, .change.user .accordion_wrap:last-child h3 span::after {
        font-family: "Font Awesome 5 Free";
        background: none;
        content: "\f0fe";
        width: 24px;
        height: 25px;
        font-size: 24px;
        font-weight: 600;
        color: #37962C;
        display: block;
        margin-top: -0.6rem; }
        @media screen and (max-width: 767px) {
          .change.user .accordion_wrap:first-child h3 span::after, .change.user .accordion_wrap:last-child h3 span::after {
            font-size: 14px;
            width: 14px;
            height: 15px; } }
    .change.user .accordion_wrap:first-child h3.active span::after, .change.user .accordion_wrap:last-child h3.active span::after {
      font-family: "Font Awesome 5 Free";
      background: none;
      content: "\f146";
      width: 24px;
      height: 25px;
      font-weight: 600;
      color: #37962C;
      display: block; }
      @media screen and (max-width: 767px) {
        .change.user .accordion_wrap:first-child h3.active span::after, .change.user .accordion_wrap:last-child h3.active span::after {
          background-size: 14px;
          width: 14px;
          height: 15px; } }
  .change.user .accordion_wrap:nth-child(2) h3 {
    border-top: 4px solid #FBD59C; }
    .change.user .accordion_wrap:nth-child(2) h3 span::after {
      content: "\f0fe"; }
    .change.user .accordion_wrap:nth-child(2) h3.active span::after {
      content: "\f146"; }
    @media screen and (max-width: 767px) {
      .change.user .accordion_wrap:nth-child(2) h3 {
        border-bottom: 2px solid #FBD59C !important; } }
  .change.user .accordion_wrap:nth-child(2) h3:first-child {
    border-top: 6px solid #F68D00; }
    @media screen and (max-width: 767px) {
      .change.user .accordion_wrap:nth-child(2) h3:first-child {
        border-top: 2px solid #F68D00; } }
  .change.user .accordion_wrap:last-child h3:first-child {
    border-top: 6px solid #52B447; }
    @media screen and (max-width: 767px) {
      .change.user .accordion_wrap:last-child h3:first-child {
        border-top: 2px solid #52B447; } }

.change.user .box {
  border-top: 0px;
  border-bottom: 0px;
  background: none; }
  .change.user .box .title_accordion {
    border-bottom: 4px solid #D1E3C8;
    background: #ECF5DA; }
    @media screen and (max-width: 767px) {
      .change.user .box .title_accordion {
        border-bottom: 2px solid #D1E3C8 !important; } }
    .change.user .box .title_accordion.active {
      border-bottom: 0px; }
  .change.user .box .box_style1 {
    padding: 2% 4%;
    border-bottom: 4px solid #D1E3C8; }
    @media screen and (max-width: 767px) {
      .change.user .box .box_style1 {
        border-bottom: 2px solid #D1E3C8 !important; } }
  .change.user .box .box_style2:last-child {
    border-bottom: 0; }
  .change.user .box .accordion_wrap:nth-child(2) h3:last-of-type {
    border-bottom: 4px solid #FBD59C; }
  .change.user .box .accordion_wrap:nth-child(2) h3.active:last-of-type {
    border-bottom: 0px; }
    .change.user .box .accordion_wrap:nth-child(2) h3.active:last-of-type + .box_style2 {
      border-bottom: 4px solid #FBD59C; }

.change.confirm .wrap .box .box_style1 th {
  padding: 0px; }
  @media screen and (max-width: 767px) {
    .change.confirm .wrap .box .box_style1 th {
      padding-top: 0px;
      padding-bottom: 10px; } }

.change.confirm .wrap .box .box_style1 td {
  vertical-align: top; }

.change.confirm .box_bottom {
  margin: 20px auto; }
  .change.confirm .box_bottom .btn-06 .btn_style {
    padding: 35px; }
    @media screen and (max-width: 767px) {
      .change.confirm .box_bottom .btn-06 .btn_style {
        padding: 22px; } }
    .change.confirm .box_bottom .btn-06 .btn_style .btn_icon-03 {
      display: inline-block; }

.change.user.confirm .wrap .box {
  margin-top: 15px; }
  .change.user.confirm .wrap .box table tr {
    border: 0px; }
    @media screen and (min-width: 768px) {
      .change.user.confirm .wrap .box table tr th {
        vertical-align: auto;
        padding: 20px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 200px; } }
    @media screen and (max-width: 767px) {
      .change.user.confirm .wrap .box table tr th {
        padding: 10px 0px 0px; } }
    .change.user.confirm .wrap .box table tr td {
      width: calc(100% - 200px); }
      @media screen and (max-width: 767px) {
        .change.user.confirm .wrap .box table tr td {
          width: 100%;
          padding: 5px 0px 10px 1.5rem; } }
  .change.user.confirm .wrap .box .box_style1 {
    border: 0px;
    border-bottom: 0px !important; }
    .change.user.confirm .wrap .box .box_style1 th, .change.user.confirm .wrap .box .box_style1 td {
      border: 0px; }

.change.user.confirm .accordion_wrap {
  margin: 0px; }
  .change.user.confirm .accordion_wrap:first-child {
    border-top: 6px solid #52B447; }
    @media screen and (max-width: 767px) {
      .change.user.confirm .accordion_wrap:first-child {
        border-top: 2px solid #52B447; } }
    .change.user.confirm .accordion_wrap:first-child h3.title_accordion {
      border-top: 0px !important; }
  .change.user.confirm .accordion_wrap:nth-child(2) h3:last-of-type {
    border-top: 4px solid #FBD59C;
    border-bottom: 0; }
    @media screen and (max-width: 767px) {
      .change.user.confirm .accordion_wrap:nth-child(2) h3:last-of-type {
        border-top: 2px solid #FBD59C;
        border-bottom: 0 !important; } }
  @media screen and (max-width: 767px) {
    .change.user.confirm .accordion_wrap:nth-child(2) {
      border-bottom: 2px solid #FBD59C; } }
  .change.user.confirm .accordion_wrap:nth-child(2) .box_accordion {
    background: #FFFBE0; }
  .change.user.confirm .accordion_wrap:nth-child(2) .box_style2 {
    padding: 2% 4% 0px; }
    @media screen and (max-width: 767px) {
      .change.user.confirm .accordion_wrap:nth-child(2) .box_style2 {
        padding: 2% 4% 0px; } }
    .change.user.confirm .accordion_wrap:nth-child(2) .box_style2:nth-child(2) {
      border-bottom: 0px; }
    .change.user.confirm .accordion_wrap:nth-child(2) .box_style2 .child_table {
      border-top: 1px solid #FBD59C; }
    .change.user.confirm .accordion_wrap:nth-child(2) .box_style2:first-of-type .child_table {
      border-top: none !important; }
    .change.user.confirm .accordion_wrap:nth-child(2) .box_style2:first-child .child_table + th {
      padding-top: 0px; }
    .change.user.confirm .accordion_wrap:nth-child(2) .box_style2:last-child {
      padding: 2% 4%; }
      @media screen and (max-width: 767px) {
        .change.user.confirm .accordion_wrap:nth-child(2) .box_style2:last-child {
          padding: 4% 4% 0px; } }
      @media screen and (max-width: 767px) {
        .change.user.confirm .accordion_wrap:nth-child(2) .box_style2:last-child .child_table {
          padding-top: 20px; } }
  .change.user.confirm .accordion_wrap:nth-child(2) h3 {
    border: 0px; }
  .change.user.confirm .accordion_wrap:last-child {
    border-bottom: 6px solid #D1E3C8;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .change.user.confirm .accordion_wrap:last-child {
        border-bottom: 2px solid #D1E3C8 !important; } }

@media screen and (max-width: 767px) {
  .change.user .accordion_wrap:nth-child(2) h3 {
    border-top: 2px solid #FBD59C; } }

@media screen and (max-width: 767px) {
  .change.user .accordion_wrap:nth-child(2) h3 {
    border-top: 0px; } }

@media screen and (min-width: 768px) {
  .change.confirm .layout {
    max-width: 820px; } }

@media screen and (max-width: 767px) {
  .change.entry .wrap .box .box_style1 .last th,
  .change.confirm .wrap .box .box_style1 .last th {
    padding-bottom: 2%;
    padding-top: 2%; } }

@media screen and (min-width: 768px) {
  .change.confirm .box .box_style1:last-child td {
    padding-left: 2rem; } }

.change.entry.user .wrap .box .box_style1:last-child {
  border-top: 0px !important; }
  @media screen and (min-width: 768px) {
    .change.entry.user .wrap .box .box_style1:last-child th {
      padding-bottom: 1%; } }
  @media screen and (min-width: 768px) {
    .change.entry.user .wrap .box .box_style1:last-child td {
      padding-bottom: 1%; } }
  @media screen and (max-width: 767px) {
    .change.entry.user .wrap .box .box_style1:last-child td {
      padding-bottom: 4%; } }
  @media screen and (max-width: 767px) {
    .change.entry.user .wrap .box .box_style1:last-child {
      padding-bottom: 0%; }
      .change.entry.user .wrap .box .box_style1:last-child td {
        padding-top: 0px !important; } }

@media screen and (min-width: 768px) {
  .last td {
    padding-top: 0px !important; } }

@media screen and (min-width: 768px) {
  .change.user.confirm .wrap .box .accordion_wrap:last-child .box_style1 {
    border-top: 4px solid #FBD59C !important; } }

@media screen and (min-width: 768px) {
  .change.user.confirm .box_bottom {
    margin: 40px auto; } }

@media screen and (max-width: 767px) {
  .change.entry.chiiki .wrap .box .box_style1:last-child,
  .change.confirm.chiiki .wrap .box .box_style1:last-child {
    border-top: 0px !important; } }

@media screen and (min-width: 768px) {
  .change.confirm.user .box .accordion_wrap:first-child .parent_table th,
  .change.confirm.user .box .accordion_wrap .box_style2 .child_table th {
    padding: 30px 0px 20px !important; } }

@media screen and (min-width: 768px) {
  .change.confirm.user .box .accordion_wrap:first-child .parent_table td,
  .change.confirm.user .box .accordion_wrap .box_style2 .child_table td {
    padding: 30px 0px 20px !important; } }

@media screen and (min-width: 768px) {
  .change.confirm.user .box .accordion_wrap:first-child .parent_table:last-child th {
    padding: 30px 0px !important; } }

@media screen and (min-width: 768px) {
  .change.confirm.user .box .accordion_wrap:first-child .parent_table:last-child td {
    padding: 30px 0px !important; } }

@media screen and (min-width: 768px) {
  .change.confirm .wrap .box .box_style1:last-child td {
    padding-bottom: 30px; } }

/*=======================================================

     ログイン

========================================================*/
@media screen and (max-width: 767px) {
  .login .box {
    padding: 4% 4% 6%; } }

.login .box table {
  margin: 0px auto; }
  @media screen and (max-width: 767px) {
    .login .box table {
      width: 100%; } }
  .login .box table th {
    text-align: left;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .login .box table th {
        padding-top: 5px;
        width: 30%; }
        .login .box table th span.ico_circle {
          margin-right: 0px; } }
    @media screen and (max-width: 767px) {
      .login .box table th {
        display: block;
        font-size: 1.1rem; } }
  .login .box table td {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .login .box table td .error_txt {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .login .box table td .error_txt {
        margin-bottom: 6%; } }
    @media screen and (max-width: 767px) {
      .login .box table td {
        display: block; } }
    .login .box table td input {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .login .box table td input {
          font-size: 14px; } }

.login .box tr:last-child td .error_txt {
  margin-bottom: 0px; }

.login .box_bottom {
  margin: 20px auto 0px; }
  @media screen and (max-width: 767px) {
    .login .box_bottom {
      margin: 10px auto 0px; } }
  .login .box_bottom > p {
    color: #007564;
    text-align: right;
    margin-bottom: 20px; }
    .login .box_bottom > p a {
      color: #007564;
      text-decoration: underline; }
      .login .box_bottom > p a:hover {
        text-decoration: none; }
  .login .box_bottom .btn {
    margin: 0px auto;
    max-width: 400px; }
    .login .box_bottom .btn .btn_style {
      padding: 30px; }
      @media screen and (max-width: 767px) {
        .login .box_bottom .btn .btn_style {
          padding: 22px; } }
      .login .box_bottom .btn .btn_style button {
        color: #ffffff;
        font-size: 2.0rem; }
        @media screen and (max-width: 767px) {
          .login .box_bottom .btn .btn_style button {
            font-size: 1.3rem; } }

/*=======================================================

     メールアドレス忘れ

========================================================*/
.password-forget_entry .box table {
  width: 100%; }
  .password-forget_entry .box table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .password-forget_entry .box table th {
        width: 340px;
        vertical-align: top;
        padding: 15px 0px 15px 0px; } }
  .password-forget_entry .box table td {
    display: block; }
    .password-forget_entry .box table td input {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.password-forget_entry .box .btn {
  margin: 30px auto; }
  @media screen and (max-width: 767px) {
    .password-forget_entry .box .btn {
      margin: 15px auto;
      max-width: 100%; } }

.password-forget_entry .box p {
  text-align: left;
  color: #333333; }

.password-forget_complete .box .btn {
  margin: 30px auto;
  max-width: 400px; }
  @media screen and (max-width: 767px) {
    .password-forget_complete .box .btn {
      margin: 15px auto;
      max-width: 100%; } }

.password-forget_complete .box p {
  text-align: left; }

.password-forget_complete .box_txt {
  text-align: center !important; }

/*=======================================================

     退会手続き

========================================================*/
@media screen and (min-width: 768px) {
  .withdrawal_entry .box p {
    text-align: center;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .withdrawal_entry .box p {
    text-align: left; } }

.withdrawal_entry .box_txt {
  margin-top: 0px;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .withdrawal_entry .box_txt {
      margin-bottom: 10px; } }

.withdrawal_entry .box .btn-06 {
  max-width: 400px;
  margin: 20px auto 40px; }
  @media screen and (max-width: 767px) {
    .withdrawal_entry .box .btn-06 {
      margin: 10px auto 20px;
      max-width: 100%; } }
  .withdrawal_entry .box .btn-06 .btn_style {
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .withdrawal_entry .box .btn-06 .btn_style {
        padding: 25px; } }
    .withdrawal_entry .box .btn-06 .btn_style button {
      color: #ffffff;
      font-size: 2.0rem; }
      @media screen and (max-width: 767px) {
        .withdrawal_entry .box .btn-06 .btn_style button {
          font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  .withdrawal_entry .box .btn-01 {
    margin: 10px auto 15px; } }

.withdrawal_entry .box .btn-01 .btn_style {
  max-width: none; }
  .withdrawal_entry .box .btn-01 .btn_style span {
    padding: 0px 30px 0px 0px; }

.withdrawal_entry .box .btn-02 .btn_style {
  max-width: none; }
  .withdrawal_entry .box .btn-02 .btn_style span {
    padding: 0px 30px 0px 0px; }

.withdrawal_complete .box_top p {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .withdrawal_complete .box_top p {
      text-align: center;
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .withdrawal_complete .box_top p {
      text-align: left; } }

/*=======================================================

     お問い合わせ

========================================================*/
.contact .box {
  padding: 0px 0px 20px; }
  @media screen and (max-width: 767px) {
    .contact .box {
      padding: 0px 0px 10px; } }
  .contact .box h3 {
    background: #ECF5DA;
    font-size: 2.4rem;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: #555555;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .contact .box h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
        padding: 10px; } }
  .contact .box .box_txt {
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .contact .box .box_txt {
        margin-top: 30px; } }

.contact .btn-03 {
  max-width: 400px;
  margin: 20px auto 60px; }
  @media screen and (max-width: 767px) {
    .contact .btn-03 {
      margin: 20px auto 40px; } }
  .contact .btn-03 .btn_style {
    -webkit-box-shadow: 0 5px 0 #006254;
    box-shadow: 0 5px 0 #006254; }
    @media screen and (max-width: 767px) {
      .contact .btn-03 .btn_style {
        -webkit-box-shadow: 0 4px 0 #006254;
        box-shadow: 0 4px 0 #006254; } }
    .contact .btn-03 .btn_style .btn_icon-02 {
      padding: 0px 30px 0px 0px; }

.contact_entry .wrap .box {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .contact_entry .wrap .box {
      margin-top: 15px; } }
  @media screen and (min-width: 768px) {
    .contact_entry .wrap .box .box_style1 table th {
      width: 310px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

@media screen and (min-width: 768px) {
  .contact_entry .wrap .btn-01 {
    margin: 0px auto;
    display: inline-block;
    min-width: 400px; } }

.contact_entry .wrap textarea {
  width: 100%;
  resize: none;
  font-size: 100%; }
  @media screen and (max-width: 767px) {
    .contact_entry .wrap textarea {
      font-size: 1.1rem; } }

.contact_entry .wrap .select-box {
  position: relative;
  width: 80%; }
  @media screen and (max-width: 767px) {
    .contact_entry .wrap .select-box {
      width: 100%; } }
  .contact_entry .wrap .select-box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    width: 20px;
    height: 21px;
    right: 3%;
    top: 50%;
    margin-top: -1.2rem;
    font-weight: 600;
    color: #37962C; }
    @media screen and (max-width: 767px) {
      .contact_entry .wrap .select-box::after {
        right: 10px; } }
  .contact_entry .wrap .select-box select {
    width: 100%;
    font-size: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #ffffff;
    background-size: 20px, 100%; }
    @media screen and (max-width: 767px) {
      .contact_entry .wrap .select-box select {
        font-size: 1.1rem; } }

.contact_entry td .input_inner label {
  display: inline; }
  .contact_entry td .input_inner label span {
    display: inline;
    float: left;
    margin-top: 15px; }

.contact_entry td .input_inner #input_zip {
  width: 130px;
  float: left;
  margin-left: 1rem; }
  @media screen and (max-width: 767px) {
    .contact_entry td .input_inner #input_zip {
      width: 100px;
      margin-left: 0.5rem; } }

.contact_entry td .input_inner .btn {
  display: inline-block;
  width: 200px;
  margin-left: 1rem; }
  @media screen and (max-width: 767px) {
    .contact_entry td .input_inner .btn {
      width: 120px; } }
  .contact_entry td .input_inner .btn_style {
    position: relative;
    padding: 0px; }
    .contact_entry td .input_inner .btn_style button {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: bold;
      position: relative;
      letter-spacing: 0.1em;
      padding: 13px 20px 13px 18px; }
      @media screen and (max-width: 767px) {
        .contact_entry td .input_inner .btn_style button {
          font-size: 1.2rem;
          padding: 12px 13px 12px 12px; } }

.contact_confirm .wrap .box {
  margin-top: 30px;
  padding: 4%; }
  @media screen and (max-width: 767px) {
    .contact_confirm .wrap .box {
      margin-top: 15px; } }
  .contact_confirm .wrap .box th {
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .contact_confirm .wrap .box th {
        width: 30%;
        padding: 30px 0px; } }
  @media screen and (max-width: 767px) {
    .contact_confirm .wrap .box td {
      padding: 5px 0px 15px 1.5rem; }
      .contact_confirm .wrap .box td p {
        font-size: 1.2rem; } }

.contact_complete .box_txt p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .contact_complete .box_txt p {
      margin-bottom: 15px; } }

@media screen and (min-width: 768px) {
  .contact_complete .box .btn-02 {
    margin: 20px auto 0px;
    display: inline-block;
    min-width: 400px; } }

/*=======================================================

     コラム

========================================================*/
.column .wrap .layout {
  margin-top: 15px; }
  .column .wrap .layout .btn_style {
    max-width: 100%;
    display: block; }
    @media screen and (max-width: 767px) {
      .column .wrap .layout .btn_style {
        margin-bottom: 10px; } }

.column_list .wrap h3, .column_detail .wrap h3 {
  background: #52B447;
  border-top: 2px solid #37962C;
  padding: 12px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  text-align: left;
  font-size: 2.0rem;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .column_list .wrap h3, .column_detail .wrap h3 {
      font-size: 1.3rem; } }

.column_list .wrap ul, .column_detail .wrap ul {
  border-bottom: 6px solid #D1E3C8; }
  @media screen and (max-width: 767px) {
    .column_list .wrap ul, .column_detail .wrap ul {
      border-bottom: 2px solid #D1E3C8; } }
  @media screen and (max-width: 767px) {
    .column_list .wrap ul li, .column_detail .wrap ul li {
      border-bottom: 1px dashed #CCCCCC; } }
  @media screen and (max-width: 767px) {
    .column_list .wrap ul li:last-child, .column_detail .wrap ul li:last-child {
      border-bottom: 0px; } }
  @media screen and (min-width: 768px) {
    .column_list .wrap ul li:last-child dl, .column_detail .wrap ul li:last-child dl {
      border-bottom: 0px; } }
  .column_list .wrap ul li a, .column_detail .wrap ul li a {
    display: block;
    padding: 0px 25px;
    text-align: left;
    color: #333333;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .column_list .wrap ul li a, .column_detail .wrap ul li a {
        padding: 0px 4%; } }
    .column_list .wrap ul li a:hover, .column_detail .wrap ul li a:hover {
      background: #ECF5DA;
      opacity: 1; }

.column_list .box_bottom, .column_detail .box_bottom {
  max-width: 400px;
  margin: 40px auto 0px; }
  @media screen and (max-width: 767px) {
    .column_list .box_bottom, .column_detail .box_bottom {
      margin: 20px auto 0px; } }

.column_list dl, .column_detail dl {
  padding: 25px 30px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .column_list dl, .column_detail dl {
      border-bottom: 1px dashed #CCCCCC; } }
  @media screen and (max-width: 767px) {
    .column_list dl, .column_detail dl {
      padding: 15px 15px 15px 20px; } }
  .column_list dl::before, .column_detail dl::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    left: 0px;
    font-weight: 600;
    color: #37962C;
    top: 30px; }
    @media screen and (max-width: 767px) {
      .column_list dl::before, .column_detail dl::before {
        top: 15px; } }
  .column_list dl dt, .column_detail dl dt {
    font-size: 2.0rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .column_list dl dt, .column_detail dl dt {
        font-size: 1.3rem; } }
  .column_list dl dd, .column_detail dl dd {
    color: #37962C; }
    @media screen and (max-width: 767px) {
      .column_list dl dd, .column_detail dl dd {
        font-size: 1.1rem; } }

.column_detail .box {
  padding: 0px;
  border-top: 0px; }
  .column_detail .box dl {
    border: 0px;
    text-align: left;
    padding: 25px 20px 10px 40px; }
    @media screen and (max-width: 767px) {
      .column_detail .box dl {
        padding: 15px 20px 5px 30px; } }
    .column_detail .box dl::before {
      position: absolute;
      font-family: "Font Awesome 5 Free";
      content: "\f138";
      left: 15px;
      font-weight: 600;
      color: #37962C;
      top: 30px; }
      @media screen and (max-width: 767px) {
        .column_detail .box dl::before {
          top: 15px; } }
  .column_detail .box_img {
    padding: 0px 4% 20px; }
    .column_detail .box_img img {
      width: 100%; }

.column.column_list-1 .wrap h3,
.column_detail.column_detail-1 .wrap h3 {
  background: #F68D00;
  border-top: 2px solid #C47000;
  padding: 12px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  text-align: left; }

.column.column_list-1 .wrap ul,
.column_detail.column_detail-1 .wrap ul {
  border-bottom: 6px solid #FBD59C; }
  @media screen and (max-width: 767px) {
    .column.column_list-1 .wrap ul,
    .column_detail.column_detail-1 .wrap ul {
      border-bottom: 2px solid #FBD59C; } }
  .column.column_list-1 .wrap ul a:hover,
  .column_detail.column_detail-1 .wrap ul a:hover {
    background: #FFFBE0 !important; }
  .column.column_list-1 .wrap ul dl::before,
  .column_detail.column_detail-1 .wrap ul dl::before {
    color: #F68D00; }
  .column.column_list-1 .wrap ul dl dd,
  .column_detail.column_detail-1 .wrap ul dl dd {
    color: #F68D00; }

.column_detail .box dl dt {
  color: #333333; }

.column_detail-1 .wrap .box dl {
  padding: 25px 20px 10px 20px; }
  @media screen and (max-width: 767px) {
    .column_detail-1 .wrap .box dl {
      padding: 15px 20px 5px 20px; } }
  .column_detail-1 .wrap .box dl::before {
    position: relative;
    content: "";
    /*color: $color-orange;
					position: absolute;
					font-family: "Font Awesome 5 Free";
					content: "\f138";
					left: 15px;
					font-weight: 600;
					top:30px;
					@include mq-down(md){
						top:15px;
					}*/ }
  .column_detail-1 .wrap .box dl dt {
    color: #333333; }
  .column_detail-1 .wrap .box dl dd {
    color: #F68D00; }

/*=======================================================

     会員規約

========================================================*/
.membership-agreement .box dl {
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .membership-agreement .box dl {
      margin-bottom: 10px; } }
  .membership-agreement .box dl:last-child {
    margin-bottom: 0px; }
  .membership-agreement .box dl:last-child dd {
    margin-bottom: 0px; }
  .membership-agreement .box dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .membership-agreement .box dl dt {
        font-size: 1.2rem; } }
  .membership-agreement .box dl dd {
    font-size: 1.6rem;
    text-align: left;
    color: #333333;
    margin: 0px auto 20px; }
    @media screen and (max-width: 767px) {
      .membership-agreement .box dl dd {
        margin: 0px auto 10px;
        font-size: 1.1rem; } }
    .membership-agreement .box dl dd a {
      color: #37962C;
      text-decoration: underline;
      position: relative;
      margin-right: 20px;
      display: inline; }
      .membership-agreement .box dl dd a:hover {
        text-decoration: none;
        margin-right: 15px;
        opacity: 1; }
      .membership-agreement .box dl dd a::after {
        color: #37962C;
        position: absolute;
        display: inline;
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
        right: -25px;
        font-weight: 600; }
  .membership-agreement .box dl span {
    color: #C93803; }

/*=======================================================

     プライバシーポリシー

========================================================*/
.privacy .box {
  text-align: left; }
  .privacy .box .box_txt {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .privacy .box .box_txt {
        margin: 0px auto 20px; } }
    .privacy .box .box_txt p {
      color: #444444;
      margin-bottom: 20px;
      text-align: left;
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .privacy .box .box_txt p {
          margin-bottom: 10px; } }
  .privacy .box dl {
    text-align: left; }
    .privacy .box dl dt {
      color: #333333;
      font-size: 2.0rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .privacy .box dl dt {
          font-size: 1.2rem; } }
    .privacy .box dl a {
      color: #37962C;
      text-decoration: underline;
      position: relative;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .privacy .box dl a {
          font-size: 1.1rem;
          display: inline; } }
      .privacy .box dl a::after {
        color: #37962C;
        position: absolute;
        display: inline;
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
        right: -25px;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .privacy .box dl a::after {
            right: -15px; } }
      .privacy .box dl a:hover {
        text-decoration: none;
        opacity: 1; }

/*=======================================================

     共通パーツ

========================================================*/
.box {
  background: #ffffff;
  padding: 4%;
  border-top: 6px solid #52B447;
  border-bottom: 6px solid #D1E3C8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .box {
      border-top: 2px solid #52B447;
      border-bottom: 2px solid #D1E3C8; } }
  .box table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    .box table th {
      vertical-align: middle;
      font-size: 1.8rem; }
      .box table th span.ico_circle {
        position: relative;
        padding-left: 30px;
        color: #666666;
        margin-right: 1rem; }
        @media screen and (max-width: 767px) {
          .box table th span.ico_circle {
            padding-left: 1.5rem;
            margin-right: 0.5rem; } }
        .box table th span.ico_circle::before {
          position: absolute;
          width: 1rem;
          height: 1rem;
          content: "●";
          left: 0;
          color: #D1E3C8; }
      @media screen and (max-width: 767px) {
        .box table th {
          display: block;
          font-size: 1.1rem; } }
    @media screen and (min-width: 768px) {
      .box table td {
        padding-left: 2rem; } }
    @media screen and (max-width: 767px) {
      .box table td {
        display: block;
        padding-top: 10px; } }
  .box .box_style2 th span.ico_circle {
    position: relative; }
    .box .box_style2 th span.ico_circle::before {
      position: absolute;
      width: 1rem;
      height: 1rem;
      content: "●";
      left: 0;
      color: #FBD59C; }

.content .wrap {
  background: url(../img/bg_content.jpg) repeat left top;
  background-size: 690px;
  position: relative;
  padding-top: 3.6%;
  padding-bottom: 220px; }
  @media screen and (max-width: 767px) {
    .content .wrap {
      background: url(../img/bg_content.jpg) repeat left top;
      background-size: 750px;
      padding-bottom: 24%; } }
  .content .wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 132px;
    background: url(../img/bg_footer.png) repeat-x left bottom;
    bottom: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .content .wrap::after {
        background: url(../img/bg_footer.png) repeat-x left bottom;
        background-size: auto 76px;
        height: 76px; } }
  .content .wrap .content_inner {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .content .wrap .content_inner {
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .content .wrap .content_inner p {
        font-size: 1.1rem; } }

.title {
  border-bottom: 2px solid #FBD59C;
  padding: 30px 0px 20px;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .title {
      padding: 11px 0px 9px; } }
  .title_style {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #007564; }
    @media screen and (max-width: 1080px) {
      .title_style {
        padding: 0 5.33%; } }
    @media screen and (max-width: 767px) {
      .title_style {
        font-size: 1.6rem; } }

input[type="text"], input[type="password"], select, textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border-radius: 4px;
  border: 1px solid #AAAAAA;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (max-width: 767px) {
    input[type="text"], input[type="password"], select, textarea {
      padding: 10px 8px; } }

input[type="text"],
input[type="password"],
select,
textarea::-webkit-input-placeholder {
  color: #aaa; }

input[type="text"], input[type="password"], select, textarea {
  color: #aaa; }

input[type="text"], input[type="password"], select, textarea {
  color: #000;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    input[type="text"], input[type="password"], select, textarea {
      font-size: 1.6rem; } }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc; }

::-ms-input-placeholder {
  /* Others */
  color: #ccc; }

::placeholder {
  /* Others */
  color: #ccc; }

input[type="password"] {
  font-size: 1.8rem;
  width: 100%; }
  @media screen and (max-width: 767px) {
    input[type="password"] {
      font-size: 11px; } }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    padding-left: 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      input[type="radio"] + label {
        background: #ECF5DA;
        display: block;
        padding: 13px 15px 13px 30px; }
        input[type="radio"] + label:hover {
          background: #D1E3C8; } }
  input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    margin-top: 2px;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      input[type="radio"] + label::before {
        width: 10px;
        height: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        /* Safari用 */
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -0.1em;
        left: 15px; } }
  input[type="radio"] + label:checked {
    color: #009a9a; }
  @media screen and (max-width: 767px) {
    input[type="radio"]:checked + label {
      background: #D1E3C8; } }
  input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3.2px;
    width: 11px;
    height: 11px;
    background: #009a9a;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      input[type="radio"]:checked + label::after {
        width: 6px;
        height: 6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        /* Safari用 */
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -0.1em;
        left: 18px; } }

.error td input[type="text"] {
  background: #FFEFEA !important; }

@media screen and (max-width: 767px) {
  .error td {
    padding: 0; } }

.error_txt {
  color: #C93803;
  margin-left: 1rem;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .error_txt {
      font-size: 1.1rem;
      margin-top: 5px;
      margin-bottom: 5px; } }

.input_checkbox {
  display: inline-block;
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .input_checkbox {
      display: block;
      margin-top: 10px; } }
  .input_checkbox label {
    padding: 10px;
    display: block; }
    @media screen and (max-width: 767px) {
      .input_checkbox label {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px; } }
  .input_checkbox input {
    display: none; }
    .input_checkbox input:checked + span,
    .input_checkbox input:checked + span:hover {
      background: #D1E3C8; }
    .input_checkbox input + span:hover {
      background: #D1E3C8; }
    .input_checkbox input:checked + span::after {
      content: "";
      display: block;
      position: absolute;
      top: 15px;
      left: 44px;
      width: 7px;
      height: 14px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 3px solid #007564;
      border-right: 3px solid #007564; }
      @media screen and (max-width: 767px) {
        .input_checkbox input:checked + span::after {
          top: 15px;
          left: 20px;
          border-bottom: 2px solid #007564;
          border-right: 2px solid #007564; } }
  .input_checkbox span {
    position: relative;
    padding: 15px 50px 15px 70px;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .input_checkbox span {
        padding: 15px 0px 15px 40px;
        font-size: 1.1rem;
        display: block;
        text-align: left; } }
    .input_checkbox span::before {
      content: "";
      display: block;
      position: absolute;
      top: 18px;
      left: 40px;
      width: 15px;
      height: 15px;
      border: 1px solid #999;
      border-radius: 4px; }
      @media screen and (max-width: 767px) {
        .input_checkbox span::before {
          top: 15px;
          left: 15px; } }

.pagenav {
  background: #ECF5DA;
  border-top: 1px solid #ffffff; }
  .pagenav ul {
    width: 100%;
    max-width: 670px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 40px 0px; }
    @media screen and (max-width: 767px) {
      .pagenav ul {
        padding: 20px 0px; } }
    .pagenav ul::after {
      content: "";
      position: absolute;
      background: #D1E3C8;
      height: 12px;
      width: 80%;
      left: 0;
      right: 0;
      display: block;
      margin: 0px auto;
      top: 50%;
      margin-top: -1.5rem; }
      @media screen and (max-width: 767px) {
        .pagenav ul::after {
          height: 5px;
          margin-top: -0.8rem;
          width: 75%; } }
    .pagenav ul li {
      text-align: center;
      width: 25%;
      float: left;
      position: relative; }
      .pagenav ul li p {
        color: #D1E3C8;
        font-size: 1.8rem;
        position: absolute;
        left: 0;
        right: 0; }
        @media screen and (min-width: 768px) {
          .pagenav ul li p {
            top: 60px; } }
        @media screen and (max-width: 767px) {
          .pagenav ul li p {
            font-size: 1.1rem; } }
      .pagenav ul li span {
        width: 52px;
        height: 52px;
        background: #D1E3C8;
        border-radius: 35px;
        display: block;
        margin: 0px auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .pagenav ul li span {
            width: 19px;
            height: 19px; } }
      .pagenav ul li.active p {
        color: #006254;
        font-size: 2.0rem;
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          .pagenav ul li.active p {
            top: auto; } }
        @media screen and (max-width: 767px) {
          .pagenav ul li.active p {
            font-size: 1.2rem; } }
      .pagenav ul li.active span {
        position: relative;
        background: #007564;
        width: 92px;
        height: 92px;
        z-index: 10;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 100px;
        margin-top: -20px; }
        @media screen and (max-width: 767px) {
          .pagenav ul li.active span {
            width: 45px;
            height: 45px;
            margin-top: -15px; } }
        .pagenav ul li.active span::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f5a0";
          right: 22px;
          font-weight: 600;
          font-size: 40px;
          color: #ffffff;
          z-index: 10;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: 0px auto; }
          @media screen and (max-width: 767px) {
            .pagenav ul li.active span::after {
              font-size: 22px;
              right: 9px; } }
      .pagenav ul li:nth-child(2).active span::after {
        font-family: "Font Awesome 5 Free";
        content: "\f303"; }
      .pagenav ul li:nth-child(3).active span::after {
        font-family: "Font Awesome 5 Free";
        content: "\f00c"; }
      .pagenav ul li:last-child.active span::after {
        font-family: "Font Awesome 5 Free";
        content: "\f1d8"; }
        @media screen and (min-width: 768px) {
          .pagenav ul li:last-child.active span::after {
            right: 25px; } }
        @media screen and (max-width: 767px) {
          .pagenav ul li:last-child.active span::after {
            right: 12px; } }
  .pagenav.pagenav-1 ul::after {
    width: 70%; }
  .pagenav.pagenav-1 ul li {
    text-align: center;
    width: 33.3333%;
    float: left;
    position: relative; }
    .pagenav.pagenav-1 ul li:nth-child(1).active span::after {
      font-family: "Font Awesome 5 Free";
      content: "\f303"; }
    .pagenav.pagenav-1 ul li:nth-child(2).active span::after {
      font-family: "Font Awesome 5 Free";
      content: "\f00c"; }
    .pagenav.pagenav-1 ul li:nth-child(3).active span::after {
      font-family: "Font Awesome 5 Free";
      content: "\f1d8"; }

.txt_note {
  color: #C93803;
  text-align: left; }
  .txt_note span {
    float: left;
    display: inline-block;
    width: 2rem; }
  .txt_note p {
    float: left;
    width: calc(100% - 2.5rem); }

.txt_note_1 {
  position: relative;
  padding: 0px 0px 0px 2rem;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .txt_note_1 {
      padding: 0px 0px 0px 1.5rem; } }
  .txt_note_1::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f102";
    left: 0px;
    font-weight: 600;
    top: 50%;
    color: #37962C;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .txt_note_1::before {
        left: 0%; } }

.error td input[type="text"], .error td input {
  background: #C93803; }

.error_txt {
  margin-left: 1rem;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .error_txt {
      font-size: 1.1rem;
      margin-top: 5px;
      margin-bottom: 5px; } }

.btn {
  padding: 0;
  color: #ffffff;
  position: relative; }
  .btn button {
    position: absolute;
    display: block;
    outline: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    background: none;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #ffffff;
    font-size: 2.0rem; }
    @media screen and (max-width: 767px) {
      .btn button {
        font-size: 1.3rem; } }
    .btn button span {
      padding: 20px; }
    .btn button:hover {
      cursor: pointer; }
  .btn_style {
    text-align: center;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2.0rem;
    border-radius: 45px;
    letter-spacing: 0.05em;
    color: #ffffff;
    display: block; }
    @media screen and (min-width: 768px) {
      .btn_style {
        max-width: 400px; } }
    .btn_style button {
      padding: 0px; }
    @media screen and (max-width: 767px) {
      .btn_style {
        font-size: 1.3rem;
        max-width: auto;
        padding: 12px;
        display: block; } }
    .btn_style span {
      letter-spacing: 0.05em; }
      .btn_style span.btn_icon-01 {
        position: relative;
        display: inline-block; }
        .btn_style span.btn_icon-01::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f137";
          left: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .btn_style span.btn_icon-01::after {
              left: 0%; } }
      .btn_style span.btn_icon-02 {
        position: relative; }
        .btn_style span.btn_icon-02::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f0e0";
          left: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .btn_style span.btn_icon-02::after {
              left: 0%; } }
      .btn_style span.btn_icon-03 {
        position: relative;
        padding: 0px 30px 0px 0px;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-03 {
            padding: 0px 20px 0px 0px; } }
        .btn_style span.btn_icon-03::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f1d8";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-04 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-04 {
            padding: 0px 20px 0px 0px; } }
        .btn_style span.btn_icon-04::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f015";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-05 {
        position: relative;
        padding: 0px 0px 0px 30px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-05 {
            padding: 0px 0px 0px 20px; } }
        .btn_style span.btn_icon-05::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f137";
          left: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-06 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-06 {
            padding: 0px 20px 0px 0px; } }
        .btn_style span.btn_icon-06::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f107";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-07 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-07 {
            padding: 0px 20px 0px 0px; } }
        .btn_style span.btn_icon-07::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f105";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-08 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-08 {
            padding: 0px 20px 0px 0px; } }
        .btn_style span.btn_icon-08::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f138";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-09 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-09 {
            padding: 0px 20px 0px 0px !important; } }
        .btn_style span.btn_icon-09::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f015";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-10 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-10 {
            padding: 0px 20px 0px 0px !important; } }
        .btn_style span.btn_icon-10::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f2f6";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-11 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-11 {
            padding: 0px 20px 0px 0px !important; } }
        .btn_style span.btn_icon-11::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f303";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-12 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-12 {
            padding: 0px 20px 0px 0px !important; } }
        .btn_style span.btn_icon-12::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f52b";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-13 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-13 {
            padding: 0px 20px 0px 0px !important; } }
        .btn_style span.btn_icon-13::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f5a0";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-14 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-14 {
            padding: 0px 20px 0px 0px !important; } }
        .btn_style span.btn_icon-14::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f518";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .btn_style span.btn_icon-15 {
        position: relative;
        padding: 0px 30px 0px 0px; }
        @media screen and (max-width: 767px) {
          .btn_style span.btn_icon-15 {
            padding: 0px 20px 0px 0px !important; } }
        .btn_style span.btn_icon-15::after {
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f2bd";
          right: 0px;
          font-weight: 600;
          top: 50%;
          -webkit-transform: translateY(-50%);
          /* Safari用 */
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .btn-01 .btn_style {
    background: #F68D00;
    -webkit-box-shadow: 0 5px 0 #c47000;
    box-shadow: 0 5px 0 #c47000; }
    @media screen and (max-width: 767px) {
      .btn-01 .btn_style {
        -webkit-box-shadow: 0 4px 0 #c47000;
        box-shadow: 0 4px 0 #c47000; } }
  .btn-02 .btn_style {
    background: #52B447;
    -webkit-box-shadow: 0 5px 0 #37962c;
    box-shadow: 0 5px 0 #37962c; }
    @media screen and (max-width: 767px) {
      .btn-02 .btn_style {
        -webkit-box-shadow: 0 4px 0 #37962c;
        box-shadow: 0 4px 0 #37962c; } }
    .btn-02 .btn_style span {
      position: relative; }
  .btn-02.active .btn_style {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #37962C; }
  .btn-03 .btn_style {
    background: #007564; }
  .btn-04 .btn_style {
    background: #FBD59C;
    color: #555555; }
  .btn-05 .btn_style {
    background: #AAAAAA;
    color: #ffffff; }
  .btn-06 .btn_style {
    background: #C93803;
    -webkit-box-shadow: 0 5px 0 #952800;
    box-shadow: 0 5px 0 #952800; }
    @media screen and (max-width: 767px) {
      .btn-06 .btn_style {
        -webkit-box-shadow: 0 4px 0 #952800;
        box-shadow: 0 4px 0 #952800; } }
  .btn-06.active .btn_style {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #37962C; }

.hover_style {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  -webkit-transition: 0.2s all ease 0s;
  -o-transition: 0.2s all ease 0s;
  transition: 0.2s all ease 0s;
  top: -5px; }
  .hover_style .btn_style {
    opacity: 1;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden; }
  .hover_style:hover {
    cursor: pointer;
    top: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    visibility: visible;
    /*top:5px;*/ }
    .hover_style:hover .btn_style {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      display: block;
      opacity: 1;
      cursor: pointer;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      visibility: visible;
      /*transform: translate3d(0px, 5px, 0px);
			-webkit-transform: translate3d(0px, 5px, 0px);
			cursor: pointer;
			-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
			overflow: hidden;
			visibility:visible;*/ }
      @media screen and (max-width: 767px) {
        .hover_style:hover .btn_style {
          /*transform: translate3d(0px, 4px, 0px);
				-webkit-transform: translate3d(0px, 4px, 0px);*/ } }
    .hover_style:hover::before, .hover_style:hover::after {
      /*transform: translate3d(0px, 5px, 0px);
			-webkit-transform: translate3d(0px, 5px, 0px);
			-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
			overflow: hidden;*/ }
      @media screen and (max-width: 767px) {
        .hover_style:hover::before, .hover_style:hover::after {
          /*transform: translate3d(0px, 4px, 0px);
				-webkit-transform: translate3d(0px, 4px, 0px);*/ } }

@media screen and (min-width: 768px) {
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .layout-2 > div,
  .layout-2 > li,
  .layout-2 > p {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .layout-2 > div,
  .layout-2 > li,
  .layout-2 > p {
    width: 100%;
    display: block; } }

@media screen and (min-width: 768px) {
  .layout-2-offset > div,
  .layout-2-offset > li,
  .layout-2-offset > p {
    width: 48%; }
    .layout-2-offset > div:nth-of-type(n+3),
    .layout-2-offset > li:nth-of-type(n+3),
    .layout-2-offset > p:nth-of-type(n+3) {
      margin-top: 3.18%; } }

@media screen and (min-width: 768px) {
  .layout-2-offset > div:not(:nth-of-type(2n)),
  .layout-2-offset > li:not(:nth-of-type(2n)),
  .layout-2-offset > p:not(:nth-of-type(2n)) {
    margin-right: 4%; } }

.layout-3 > div,
.layout-3 > li .layout-3 > p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .layout-3 > div,
    .layout-3 > li .layout-3 > p {
      width: 33.33%; }
      .layout-3 > div:nth-of-type(n+4),
      .layout-3 > li .layout-3 > p:nth-of-type(n+4) {
        margin-top: 3.18%; } }

@media screen and (min-width: 768px) {
  .layout-3-offset > div,
  .layout-3-offset > li {
    width: 30.4%; }
    .layout-3-offset > div:nth-of-type(n+4),
    .layout-3-offset > li:nth-of-type(n+4) {
      margin-top: 3.18%; } }

@media screen and (min-width: 768px) {
  .layout-3-offset > div:not(:nth-of-type(3n)),
  .layout-3-offset > li:not(:nth-of-type(3n)) {
    margin-right: 4.4%; } }

@media screen and (min-width: 768px) {
  .layout-4 > div,
  .layout-4 > li {
    width: 25%; } }

@media screen and (min-width: 768px) {
  .layout-4-offset > div,
  .layout-4-offset > li {
    width: 21.73%;
    margin-right: 4.36%; }
    .layout-4-offset > div:nth-of-type(4n),
    .layout-4-offset > li:nth-of-type(4n) {
      margin-right: 0; } }

.contact .btn_style .btn_icon-02 {
  position: relative; }
  .contact .btn_style .btn_icon-02::after {
    right: 0px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    left: auto; }

@media screen and (max-width: 767px) {
  .admission .box .btn-03 .btn_style span.btn_icon-02 {
    padding: 0px 0px 0px 20px; } }
