@charset "UTF-8";
.tcenter {
  text-align: center !important;
}

@media all and (max-width: 896px) {
  .tcenter.tablet {
    text-align: left !important;
  }
}

@media all and (max-width: 639px) {
  .tcenter.sp {
    text-align: left !important;
  }
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left !important;
}

@media all and (max-width: 896px) {
  .tleft.sp {
    text-align: center !important;
  }
}

.list_setup li {
  max-width: 242px;
  padding: 0 0 10px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media all and (max-width: 639px) {
  .list_setup li {
    max-width: 100%;
  }
}

.list_setup li:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: -20px;
  background-color: #ededee;
  width: 247px;
  height: 212px;
}

.list_setup li h3 {
  background-color: #22ac38;
  color: #fff;
  font-size: 18px;
  padding: 6px0;
  text-align: center;
}

.list_setup li .picture {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 0;
  margin-bottom: 15px;
}

@media all and (max-width: 639px) {
  .list_setup li .picture {
    height: 100px;
  }
}

.list_setup li .picture picture {
  width: 100%;
}

.list_setup li .picture source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ol_list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}

.ol_list.type1 {
  font-size: 120%;
}

@media all and (max-width: 639px) {
  .ol_list.type1 {
    font-size: 100%;
  }
}

.ol_list.white li {
  color: #fff;
}

.ol_list.white li:before {
  color: #333;
  border-left: #f2f2f2;
  border-top: #f2f2f2;
  background: #fff;
}

.ol_list li {
  line-height: 1.8em;
  padding: 2px 0 2px 2em;
  margin-bottom: 0px;
  position: relative;
  font-weight: bold;
}

.ol_list li .point {
  width: 9em;
  margin-right: 5px;
  display: inline-block;
}

@media all and (max-width: 639px) {
  .ol_list li .point {
    display: block;
  }
}

.ol_list li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #e9f7eb;
}

@media all and (max-width: 639px) {
  .ol_list li {
    margin-bottom: 5px;
    padding: 0px 0 2px 2em;
  }
  .ol_list li span {
    font-size: 0.9em;
  }
  .ol_list li:before {
    top: 0;
  }
}

.ol_list_terms {
  counter-reset: number;
  list-style: none;
  padding: 5px 0 10px;
}

.ol_list_terms li {
  line-height: 1.8em;
  padding: 2px 0 2px 2em;
  margin-bottom: 0px;
  position: relative;
}

.ol_list_terms li p {
  font-size: 90%;
  margin-top: 5px;
}

.ol_list_terms li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #111;
  text-align: center;
  margin-right: 10px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media all and (max-width: 639px) {
  .ol_list_terms li {
    margin-bottom: 5px;
    padding: 0px 0 2px 2em;
  }
  .ol_list_terms li span {
    font-size: 0.9em;
  }
  .ol_list_terms li:before {
    top: 0;
  }
}

.underline_y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ecde49));
  background: linear-gradient(transparent 70%, #ecde49 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.sbox {
  width: 100%;
  max-width: 680px;
  margin: auto;
}

.lbox {
  width: 100%;
  max-width: 730px;
  margin: auto;
  padding: 30px 0 50px;
}

@media all and (max-width: 639px) {
  .lbox {
    padding: 30px 10px;
  }
}

.mbox {
  padding: 20px 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.mbox.max {
  max-width: 100%;
}

@media all and (max-width: 639px) {
  .mbox {
    padding: 10px 10px;
  }
}

.bold {
  font-weight: bold;
}

.border_box {
  border: 1px solid #22ac38;
}

.text_box {
  line-height: 2;
}

@media all and (max-width: 639px) {
  .text_box {
    line-height: 1.6;
  }
}

.bg_gray {
  background-color: #ededee;
}

@media all and (max-width: 639px) {
  .pconly {
    display: none !important;
  }
}

.tabletonly {
  display: none;
}

@media all and (max-width: 896px) {
  .tabletonly {
    display: block !important;
  }
}

.sponly {
  display: none;
}

@media all and (max-width: 639px) {
  .sponly {
    display: block !important;
  }
}

.base_color {
  color: #22ac38;
}

.base_color02 {
  color: #22ac38;
}

.base_color03 {
  color: #22ac38;
}

.base_color04 {
  color: #3c9677;
}

.sub_color {
  color: #e9f7eb;
}

.red {
  color: #ff0000 !important;
}

.orange02 {
  color: #ff7f61 !important;
}

.blue {
  color: #0049d2 !important;
}

.fs_size_s {
  font-size: 80%;
}

.section_box {
  padding: 30px 0;
}

@media all and (max-width: 639px) {
  .section_box {
    padding: 20px 16px;
  }
}

.section {
  padding: 30px 0;
}

@media all and (max-width: 639px) {
  .section {
    padding: 20px 0;
  }
}

.page_title_text {
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3em;
  text-shadow: black 0px 0px 10px;
}

.page_title_text span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media all and (max-width: 639px) {
  .page_title_text {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
  .page_title_text span {
    font-size: 12px;
  }
}

@media all and (max-width: 639px) {
  .page_title_text.type_2 {
    letter-spacing: 0;
    font-size: 20px;
  }
}

.title_main {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: bold;
  background: url(../img/title_main_bg.png) no-repeat center;
  background-size: 415px 12px;
}

.title_main span {
  display: block;
  color: #22ac38;
  font-weight: normal;
  font-size: 14px;
}

@media all and (max-width: 639px) {
  .title_main {
    font-size: 20px;
    letter-spacing: 0.2em;
    background-size: 330px 9px;
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  .title_main span {
    font-size: 12px;
  }
}

.title_main_white {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
  background: url(../img/title_main_bg_white.png) no-repeat center;
  background-size: 415px 12px;
}

.title_main_white span {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

@media all and (max-width: 639px) {
  .title_main_white {
    font-size: 20px;
    letter-spacing: 0.2em;
    background-size: 320px 9px;
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  .title_main_white span {
    font-size: 12px;
  }
}

.title_icon {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 5px 0;
  border-bottom: 2px solid #9c9c9c;
  position: relative;
  font-weight: bold;
}

.title_icon .icon {
  margin-right: 15px;
}

.title_icon::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  border-bottom: 2px solid #22ac38;
}

@media all and (max-width: 639px) {
  .title_icon {
    font-size: 16px;
  }
  .title_icon::before {
    width: 100px;
  }
}

.page_title {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  margin-top: 19px;
}

.page_title > .photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}

.page_title > .photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 639px) {
  .page_title > .photo img {
    height: 100px;
  }
}

.page_title:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgba(17, 17, 17, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}

.page_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
}

@media all and (max-width: 639px) {
  .page_title {
    margin-top: 0;
  }
}

.white {
  color: #fff !important;
}

.pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  margin: 0px auto;
}

@media all and (max-width: 639px) {
  .pagelink {
    display: block;
  }
  .pagelink li {
    margin: 0 auto 10px;
  }
  .pagelink li img {
    display: none;
  }
}

.pagelink.type2 li a {
  color: #4f968a;
  border: 1px solid #4f968a;
}

.pagelink.type2 li a:hover {
  background: #4f968a;
}

.pagelink li {
  max-width: 200px;
  width: 100%;
}

.pagelink li a {
  color: #559f79;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  max-width: 300px;
  background: #fff;
  position: relative;
  z-index: 10;
  font-weight: bold;
  border: 1px solid #559f79;
  background: #fff;
  /* 
            &::before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: -2;
                content: "";
                background: $base_color;
                transform-origin: right top;
                transform: scale(0, 1);
                transition: transform 0.3s;
            } */
}

.pagelink li a:hover {
  color: #fff;
  background: #559f79;
  /*  &::before {
                    transform-origin: left top;
                    transform: scale(1, 1);
                } */
}

.list_nouki.type2 li {
  border: 1px solid #4f968a;
}

.list_nouki.type2 li .list_nouki_title {
  background-color: #4f968a;
}

.list_nouki li {
  border: 1px solid #22ac38;
}

.list_nouki li .list_nouki_title {
  color: #fff;
  background-color: #22ac38;
  font-size: 18px;
  padding: 5px 0;
  text-align: center;
}

.list_nouki li img {
  margin-bottom: 10px;
  width: 100%;
}

@media all and (max-width: 639px) {
  .list_nouki li img {
    display: none;
  }
}

.list_items li {
  border: 1px solid #559f79;
}

.list_items li a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.list_items li a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.8;
}

.list_items li .list_items_title {
  color: #fff;
  background-color: #559f79;
  font-size: 18px;
  padding: 5px 0;
  text-align: center;
}

.list_items li p {
  padding: 10px 10px 20px;
}

.list_items li .picture {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 0;
  margin-bottom: 15px;
}

@media all and (max-width: 639px) {
  .list_items li .picture {
    height: 100px;
    margin-bottom: 0px;
  }
}

.list_items li .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list_items li img {
  margin-bottom: 10px;
  width: 100%;
}

@media all and (max-width: 639px) {
  .list_items li a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 128px 1fr;
        grid-template-columns: 128px 1fr;
    -ms-grid-rows: 35px 93px;
        grid-template-rows: 35px 93px;
  }
  .list_items li a:before {
    content: url(../img/cursol.png);
    width: 10px;
    height: 17px;
    position: absolute;
    bottom: 10px;
    right: 5px;
  }
  .list_items li a .picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 128px;
    height: 128px;
  }
  .list_items li a .list_items_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    font-size: 16px;
  }
  .list_items li a p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    text-align: justify;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    padding: 10px;
    font-size: 80%;
  }
}

.list_special.type1 li .list_items_title {
  background-color: #4f968a;
}

.list_special li {
  max-width: 345px;
  width: 100%;
  position: relative;
  padding: 20px 10px;
  margin: 0 auto;
}

.list_special li > a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.list_special li > a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.list_special li .list_items_title {
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  background-color: #22ac38;
  font-size: 18px;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}

.list_special li p {
  padding: 10px 10px 20px;
  text-align: justify;
}

.list_special li .picture {
  width: 100%;
  max-width: 220px;
  text-align: center;
  margin: 0 auto 10px;
}

@media all and (max-width: 639px) {
  .list_special li .list_items_title {
    left: 30px;
    font-size: 16px;
    width: 100px;
    height: 100px;
  }
  .list_special li p {
    padding: 0 0;
  }
  .list_special li .picture {
    width: 180px;
  }
}

.list_shrink li a {
  display: -ms-grid;
  display: grid;
  height: 167px;
  margin-bottom: 30px;
  -ms-grid-columns: 185px 167px 1fr;
      grid-template-columns: 185px 167px 1fr;
  -ms-grid-rows: 1fr auto;
      grid-template-rows: 1fr auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.list_shrink li a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.list_shrink li a .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 167px;
  height: 167px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.list_shrink li a .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #22ac38;
  font-size: 18px;
  width: 167px;
  height: 167px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  border: 2px solid #22ac38;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_shrink li a .text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  text-align: justify;
  font-size: 14px;
  height: 100%;
}

.list_shrink li a .about {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  background-color: #22ac38;
  color: #fff;
  padding: 6px 20px;
  line-height: 1.4;
  font-size: 90%;
}

@media all and (max-width: 639px) {
  .list_shrink li a {
    width: 100%;
    -ms-grid-columns: 1;
        grid-template-columns: 1;
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    height: auto;
    margin-bottom: 50px;
  }
  .list_shrink li a .icon {
    width: auto;
    height: auto;
    margin-right: 20px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    text-align: right;
  }
  .list_shrink li a .icon img {
    width: 130px;
  }
  .list_shrink li a .title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 22px;
    border: 0px;
    text-align: left;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .list_shrink li a .text {
    padding: 15px 5px;
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  .list_shrink li a .about {
    padding: 8px 10px;
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
}

.tbl_guide {
  margin: 10px 0;
}

.tbl_guide th {
  padding: 5px 10px 5px 0;
  position: relative;
  width: 250px;
}

@media all and (max-width: 639px) {
  .tbl_guide th {
    padding: 0;
  }
}

.tbl_guide th .dot {
  position: absolute;
  top: 5px;
  right: 0;
}

@media all and (max-width: 639px) {
  .tbl_guide th .dot {
    position: relative;
    top: 0;
  }
}

.tbl_guide td {
  padding: 5px 0 5px 10px;
}

@media all and (max-width: 639px) {
  .tbl_guide td {
    padding: 5px 0 5px 0px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 639px) {
  .tbl_guide th,
  .tbl_guide td {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }
}

.tbl {
  width: 100%;
}

@media all and (max-width: 639px) {
  .tbl {
    font-size: 80%;
  }
}

.tbl b {
  color: #22ac38;
}

.tbl.tcenter th {
  text-align: center !important;
}

.tbl.set3 th {
  width: 30% !important;
}

.tbl.color {
  background-color: rgba(34, 172, 56, 0.1);
}

.tbl.color th,
.tbl.color td {
  padding: 10px;
  border: 2px solid #fff;
}

.tbl.color th {
  background-color: rgba(34, 172, 56, 0.8);
  color: #fff;
}

.tbl.color td {
  background-color: rgba(34, 172, 56, 0.1);
}

.tbl th,
.tbl td {
  padding: 10px;
  vertical-align: middle;
}

.tbl th {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.27%, #22ac38), to(#22ac38));
  background: linear-gradient(90deg, #22ac38 60.27%, #22ac38 100%);
  width: 20%;
  color: #fff;
  border: 1px solid #aaa;
}

.tbl th.top {
  vertical-align: top;
  width: 20% !important;
}

.tbl td {
  border: 1px solid #aaa;
}

.tbl.nouki tr th {
  width: 15% !important;
}

.tbl.nouki tr td {
  padding: 5px 5px;
}

.tbl.nouki tr td span {
  font-size: 11px;
}

.tbl.nouki tr:first-child td {
  width: 14.16% !important;
  text-align: center;
}

.tbl.nouki tr:first-child td span.tleft {
  text-align: left !important;
  display: block;
  line-height: 1.6;
}

@media all and (max-width: 639px) {
  .tbl.nouki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbl.nouki th {
    background: -webkit-gradient(linear, left top, right top, color-stop(60.27%, #22ac38), to(#22ac38)) !important;
    background: linear-gradient(90deg, #22ac38 60.27%, #22ac38 100%) !important;
  }
  .tbl.nouki tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbl.nouki tr th {
    width: 100% !important;
    display: block;
    background-color: linear-gradient(45deg, #22ac38 -0.27%, #22ac38 100%) !important;
  }
  .tbl.nouki tr td {
    padding: 10px 10px;
    display: block;
    width: 100%;
  }
  .tbl.nouki tr td span {
    font-size: 11px;
  }
  .tbl.nouki tr td .red {
    color: #333 !important;
  }
  .tbl.nouki tr:first-child th {
    width: 100% !important;
  }
  .tbl.nouki tr:first-child td {
    width: 33.33% !important;
    border-left: 1px solid #22ac38;
    border-bottom: 1px solid #22ac38;
    border-top: 0px solid #22ac38;
    border-right: 0px solid #22ac38;
  }
  .tbl.nouki tr:first-child td:nth-child(4), .tbl.nouki tr:first-child td:nth-child(7) {
    border-right: 1px solid #22ac38;
  }
}

.tbl a {
  text-decoration: underline;
}

@media all and (max-width: 639px) {
  .tbl.sp th,
  .tbl.sp td {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }
}

@media all and (max-width: 639px) {
  .tbl th {
    width: 35%;
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 10px;
  }
}

.tbl_dl {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.tbl_dl b {
  color: #fff;
}

.tbl_dl button a {
  background-color: #d6893c;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  padding: 5px 35px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 90%;
}

@media all and (max-width: 639px) {
  .tbl_dl button a {
    padding: 5px 15px;
  }
}

.tbl_dl button a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.tbl_dl button a:after {
  content: url(../img/icon_dl.png);
  margin: 0 5px;
}

.tbl_dl tr:nth-child(odd) {
  background-color: #f3f9f7;
}

.tbl_dl th,
.tbl_dl td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

@media all and (max-width: 639px) {
  .tbl_dl th:nth-child(2n),
  .tbl_dl td:nth-child(2n) {
    display: none;
  }
}

.tbl_dl th {
  background: #559479;
  width: 20%;
  color: #fff;
  border-right: 1px solid #fff;
}

.tbl_dl th span {
  font-size: 80%;
}

.tbl_dl th:last-child {
  border-right: 1px solid #559479;
}

.tbl_dl th.top {
  vertical-align: top;
  width: 20% !important;
}

.tbl_dl td {
  border: 1px solid #22ac38;
}

.tbl_dl a {
  text-decoration: underline;
}

.text_bold {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #c3807c;
}

@media all and (max-width: 639px) {
  .text_bold {
    font-size: 16px;
  }
}

.text_bold01 {
  font-size: 25px;
  text-align: center;
}

@media all and (max-width: 639px) {
  .text_bold01 {
    font-size: 16px;
  }
}

.text_bold02 {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}

@media all and (max-width: 639px) {
  .text_bold02 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
}

.title_line {
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 3px solid #22ac38;
  margin-bottom: 20px;
}

.title_line02 {
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 3px solid #9d9d9d;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 20px;
}

.title_line02:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 200px;
  height: 3px;
  background-color: #22ac38;
}

.title_line02.type2:after {
  background-color: #22ac38;
}

.title_line02 span {
  font-size: 90%;
}

@media all and (max-width: 639px) {
  .title_line02 {
    font-size: 18px;
  }
}

.bg_grd {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.27%, #22ac38), to(#22ac38));
  background: linear-gradient(90deg, #22ac38 60.27%, #22ac38 100%);
}

.title_grd {
  padding: 6px 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(60.27%, #22ac38), to(#22ac38));
  background: linear-gradient(90deg, #22ac38 60.27%, #22ac38 100%);
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.8em;
  position: relative;
}

.title_grd.type2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.27%, #22ac38), to(#22ac38));
  background: linear-gradient(90deg, #22ac38 60.27%, #22ac38 100%);
}

.title_grd02 {
  padding: 8px 12px;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(60.27%, #008281), to(#3b9776));
  background: linear-gradient(90deg, #008281 60.27%, #3b9776 100%);
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
}

.title_grd02 b {
  font-weight: normal;
  margin: 0 10px;
}

.title_grd02.type1 {
  margin-bottom: 20px;
}

@media all and (max-width: 639px) {
  .title_grd02.type1 {
    width: 90%;
    margin: 0 auto 20px 0;
  }
}

.title_grd02 span {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 80%;
  letter-spacing: 0em;
  font-weight: normal;
}

@media all and (max-width: 639px) {
  .title_grd02 {
    display: block;
    text-align: center;
  }
}

.title_grd_mini {
  padding: 8px 12px;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(60.27%, #22ac38), to(#22ac38));
  background: linear-gradient(90deg, #22ac38 60.27%, #22ac38 100%);
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  display: inline;
}

.title_grd_mini span {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 80%;
  letter-spacing: 0em;
  font-weight: normal;
}

@media all and (max-width: 639px) {
  .title_grd_mini {
    display: block;
    text-align: center;
  }
}

.topItemCardsBtn.left {
  text-align: left !important;
}

@media all and (max-width: 639px) {
  .topItemCardsBtn.left {
    text-align: center !important;
  }
}

.title_box01 {
  padding: 6px 12px;
  margin-bottom: 15px;
  background: #e9f7eb;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 300px;
}

.title_box01 span {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 80%;
  letter-spacing: 0em;
  font-weight: normal;
}

@media all and (max-width: 639px) {
  .title_box01 {
    display: block;
    text-align: center;
  }
}

.title_box02 {
  padding: 2px 12px;
  border: 1px solid #22ac38;
  border-bottom: 0px;
  text-align: center;
  color: #22ac38;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 300px;
}

.title_box02 span {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 80%;
  letter-spacing: 0em;
  font-weight: normal;
}

@media all and (max-width: 639px) {
  .title_box02 {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

.title_radius01 {
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 15px;
  margin: 10px 0;
  background: #e9f7eb;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  /* letter-spacing: 0.1em; */
  display: inline-block;
}

.title_radius01 span {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 80%;
  letter-spacing: 0em;
  font-weight: normal;
}

.title_mini {
  padding: 0px 12px;
  margin-bottom: 15px;
  text-align: left;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  border-left: 8px solid #559479;
}

.title_mini span {
  font-size: 80%;
}

.puton {
  position: absolute !important;
  z-index: 10;
}

.puton.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.puton.center {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.puton.center.vw {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.puton.left {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (max-width: 639px) {
  .puton.left_sp {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}

.puton.right {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

@media screen and (max-width: 639px) {
  .puton.right_sp {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    text-align: right !important;
  }
}

.puton.bottom {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 639px) {
  .puton.bottom_sp {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.puton.vw {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  width: auto;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  line-height: 1.4;
}

.puton.vw p {
  margin-top: 1.5em;
  line-height: 1.6;
}

.puton.vw p span.box {
  padding: 2rem 0.8rem;
}

@media screen and (max-width: 639px) {
  .puton.vw p {
    margin-top: 5.5em;
  }
}

@media screen and (max-width: 639px) {
  .puton.sp_none {
    position: relative !important;
  }
}

.puton.t0 {
  top: 0px !important;
}

.puton.t1 {
  top: 10px !important;
}

.puton.t2 {
  top: 20px !important;
}

.puton.t3 {
  top: 30px !important;
}

.puton.t4 {
  top: 40px !important;
}

.puton.t5 {
  top: 50px !important;
}

.puton.t6 {
  top: 60px !important;
}

.puton.t7 {
  top: 70px !important;
}

.puton.t8 {
  top: 80px !important;
}

.puton.t9 {
  top: 90px !important;
}

.puton.t10 {
  top: 100px !important;
}

.puton.t-1 {
  top: -10px !important;
}

.puton.t-2 {
  top: -20px !important;
}

.puton.t-3 {
  top: -30px !important;
}

.puton.t-4 {
  top: -40px !important;
}

.puton.t-5 {
  top: -50px !important;
}

.puton.t-6 {
  top: -60px !important;
}

.puton.t-7 {
  top: -70px !important;
}

.puton.t-8 {
  top: -80px !important;
}

.puton.t-9 {
  top: -90px !important;
}

.puton.t-10 {
  top: -100px !important;
}

.puton.l0 {
  left: 0px !important;
  margin-right: auto;
}

.puton.l1 {
  left: 10px !important;
  margin-right: auto;
}

.puton.l2 {
  left: 20px !important;
  margin-right: auto;
}

.puton.l3 {
  left: 30px !important;
  margin-right: auto;
}

.puton.l4 {
  left: 40px !important;
  margin-right: auto;
}

.puton.l5 {
  left: 50px !important;
  margin-right: auto;
}

.puton.l6 {
  left: 60px !important;
  margin-right: auto;
}

.puton.l7 {
  left: 70px !important;
  margin-right: auto;
}

.puton.l8 {
  left: 80px !important;
  margin-right: auto;
}

.puton.l9 {
  left: 90px !important;
  margin-right: auto;
}

.puton.l10 {
  left: 100px !important;
  margin-right: auto;
}

.puton.l-1 {
  left: -10px !important;
  margin-right: auto;
}

.puton.l-2 {
  left: -20px !important;
  margin-right: auto;
}

.puton.l-3 {
  left: -30px !important;
  margin-right: auto;
}

.puton.l-4 {
  left: -40px !important;
  margin-right: auto;
}

.puton.l-5 {
  left: -50px !important;
  margin-right: auto;
}

.puton.l-6 {
  left: -60px !important;
  margin-right: auto;
}

.puton.l-7 {
  left: -70px !important;
  margin-right: auto;
}

.puton.l-8 {
  left: -80px !important;
  margin-right: auto;
}

.puton.l-9 {
  left: -90px !important;
  margin-right: auto;
}

.puton.l-10 {
  left: -100px !important;
  margin-right: auto;
}

.puton.r0 {
  right: 0px !important;
  margin-left: auto;
}

.puton.r1 {
  right: 10px !important;
  margin-left: auto;
}

.puton.r2 {
  right: 20px !important;
  margin-left: auto;
}

.puton.r3 {
  right: 30px !important;
  margin-left: auto;
}

.puton.r4 {
  right: 40px !important;
  margin-left: auto;
}

.puton.r5 {
  right: 50px !important;
  margin-left: auto;
}

.puton.r6 {
  right: 60px !important;
  margin-left: auto;
}

.puton.r7 {
  right: 70px !important;
  margin-left: auto;
}

.puton.r8 {
  right: 80px !important;
  margin-left: auto;
}

.puton.r9 {
  right: 90px !important;
  margin-left: auto;
}

.puton.r10 {
  right: 100px !important;
  margin-left: auto;
}

.puton.r-1 {
  right: -10px !important;
  margin-left: auto;
}

.puton.r-2 {
  right: -20px !important;
  margin-left: auto;
}

.puton.r-3 {
  right: -30px !important;
  margin-left: auto;
}

.puton.r-4 {
  right: -40px !important;
  margin-left: auto;
}

.puton.r-5 {
  right: -50px !important;
  margin-left: auto;
}

.puton.r-6 {
  right: -60px !important;
  margin-left: auto;
}

.puton.r-7 {
  right: -70px !important;
  margin-left: auto;
}

.puton.r-8 {
  right: -80px !important;
  margin-left: auto;
}

.puton.r-9 {
  right: -90px !important;
  margin-left: auto;
}

.puton.r-10 {
  right: -100px !important;
  margin-left: auto;
}

.puton.b0 {
  bottom: 0px !important;
  margin-top: auto;
}

.puton.b1 {
  bottom: 10px !important;
  margin-top: auto;
}

.puton.b2 {
  bottom: 20px !important;
  margin-top: auto;
}

.puton.b3 {
  bottom: 30px !important;
  margin-top: auto;
}

.puton.b4 {
  bottom: 40px !important;
  margin-top: auto;
}

.puton.b5 {
  bottom: 50px !important;
  margin-top: auto;
}

.puton.b6 {
  bottom: 60px !important;
  margin-top: auto;
}

.puton.b7 {
  bottom: 70px !important;
  margin-top: auto;
}

.puton.b8 {
  bottom: 80px !important;
  margin-top: auto;
}

.puton.b9 {
  bottom: 90px !important;
  margin-top: auto;
}

.puton.b10 {
  bottom: 100px !important;
  margin-top: auto;
}

.puton.b-1 {
  bottom: -10px !important;
  margin-top: auto;
}

.puton.b-2 {
  bottom: -20px !important;
  margin-top: auto;
}

.puton.b-3 {
  bottom: -30px !important;
  margin-top: auto;
}

.puton.b-4 {
  bottom: -40px !important;
  margin-top: auto;
}

.puton.b-5 {
  bottom: -50px !important;
  margin-top: auto;
}

.puton.b-6 {
  bottom: -60px !important;
  margin-top: auto;
}

.puton.b-7 {
  bottom: -70px !important;
  margin-top: auto;
}

.puton.b-8 {
  bottom: -80px !important;
  margin-top: auto;
}

.puton.b-9 {
  bottom: -90px !important;
  margin-top: auto;
}

.puton.b-10 {
  bottom: -100px !important;
  margin-top: auto;
}

@media screen and (max-width: 639px) {
  .puton.t_sp0 {
    top: 0px !important;
  }
  .puton.t_sp1 {
    top: 10px !important;
  }
  .puton.t_sp2 {
    top: 20px !important;
  }
  .puton.t_sp3 {
    top: 30px !important;
  }
  .puton.t_sp4 {
    top: 40px !important;
  }
  .puton.t_sp5 {
    top: 50px !important;
  }
  .puton.t_sp6 {
    top: 60px !important;
  }
  .puton.t_sp7 {
    top: 70px !important;
  }
  .puton.t_sp8 {
    top: 80px !important;
  }
  .puton.t_sp9 {
    top: 90px !important;
  }
  .puton.t_sp10 {
    top: 100px !important;
  }
  .puton.t_sp-1 {
    top: -10px !important;
  }
  .puton.t_sp-2 {
    top: -20px !important;
  }
  .puton.t_sp-3 {
    top: -30px !important;
  }
  .puton.t_sp-4 {
    top: -40px !important;
  }
  .puton.t_sp-5 {
    top: -50px !important;
  }
  .puton.t_sp-6 {
    top: -60px !important;
  }
  .puton.t_sp-7 {
    top: -70px !important;
  }
  .puton.t_sp-8 {
    top: -80px !important;
  }
  .puton.t_sp-9 {
    top: -90px !important;
  }
  .puton.t_sp-10 {
    top: -100px !important;
  }
  .puton.l_sp0 {
    left: 0px !important;
    margin-right: auto;
  }
  .puton.l_sp1 {
    left: 10px !important;
    margin-right: auto;
  }
  .puton.l_sp2 {
    left: 20px !important;
    margin-right: auto;
  }
  .puton.l_sp3 {
    left: 30px !important;
    margin-right: auto;
  }
  .puton.l_sp4 {
    left: 40px !important;
    margin-right: auto;
  }
  .puton.l_sp5 {
    left: 50px !important;
    margin-right: auto;
  }
  .puton.l_sp6 {
    left: 60px !important;
    margin-right: auto;
  }
  .puton.l_sp7 {
    left: 70px !important;
    margin-right: auto;
  }
  .puton.l_sp8 {
    left: 80px !important;
    margin-right: auto;
  }
  .puton.l_sp9 {
    left: 90px !important;
    margin-right: auto;
  }
  .puton.l_sp10 {
    left: 100px !important;
    margin-right: auto;
  }
  .puton.l_sp-1 {
    left: -10px !important;
    margin-right: auto;
  }
  .puton.l_sp-2 {
    left: -20px !important;
    margin-right: auto;
  }
  .puton.l_sp-3 {
    left: -30px !important;
    margin-right: auto;
  }
  .puton.l_sp-4 {
    left: -40px !important;
    margin-right: auto;
  }
  .puton.l_sp-5 {
    left: -50px !important;
    margin-right: auto;
  }
  .puton.l_sp-6 {
    left: -60px !important;
    margin-right: auto;
  }
  .puton.l_sp-7 {
    left: -70px !important;
    margin-right: auto;
  }
  .puton.l_sp-8 {
    left: -80px !important;
    margin-right: auto;
  }
  .puton.l_sp-9 {
    left: -90px !important;
    margin-right: auto;
  }
  .puton.l_sp-10 {
    left: -100px !important;
    margin-right: auto;
  }
  .puton.r_sp0 {
    right: 0px !important;
    margin-left: auto;
  }
  .puton.r_sp1 {
    right: 10px !important;
    margin-left: auto;
  }
  .puton.r_sp2 {
    right: 20px !important;
    margin-left: auto;
  }
  .puton.r_sp3 {
    right: 30px !important;
    margin-left: auto;
  }
  .puton.r_sp4 {
    right: 40px !important;
    margin-left: auto;
  }
  .puton.r_sp5 {
    right: 50px !important;
    margin-left: auto;
  }
  .puton.r_sp6 {
    right: 60px !important;
    margin-left: auto;
  }
  .puton.r_sp7 {
    right: 70px !important;
    margin-left: auto;
  }
  .puton.r_sp8 {
    right: 80px !important;
    margin-left: auto;
  }
  .puton.r_sp9 {
    right: 90px !important;
    margin-left: auto;
  }
  .puton.r_sp10 {
    right: 100px !important;
    margin-left: auto;
  }
  .puton.r_sp-1 {
    right: -10px !important;
    margin-left: auto;
  }
  .puton.r_sp-2 {
    right: -20px !important;
    margin-left: auto;
  }
  .puton.r_sp-3 {
    right: -30px !important;
    margin-left: auto;
  }
  .puton.r_sp-4 {
    right: -40px !important;
    margin-left: auto;
  }
  .puton.r_sp-5 {
    right: -50px !important;
    margin-left: auto;
  }
  .puton.r_sp-6 {
    right: -60px !important;
    margin-left: auto;
  }
  .puton.r_sp-7 {
    right: -70px !important;
    margin-left: auto;
  }
  .puton.r_sp-8 {
    right: -80px !important;
    margin-left: auto;
  }
  .puton.r_sp-9 {
    right: -90px !important;
    margin-left: auto;
  }
  .puton.r_sp-10 {
    right: -100px !important;
    margin-left: auto;
  }
  .puton.b_sp0 {
    bottom: 0px;
    margin-top: auto;
  }
  .puton.b_sp1 {
    bottom: 10px !important;
    margin-top: auto;
  }
  .puton.b_sp2 {
    bottom: 20px !important;
    margin-top: auto;
  }
  .puton.b_sp3 {
    bottom: 30px !important;
    margin-top: auto;
  }
  .puton.b_sp4 {
    bottom: 40px !important;
    margin-top: auto;
  }
  .puton.b_sp5 {
    bottom: 50px !important;
    margin-top: auto;
  }
  .puton.b_sp6 {
    bottom: 60px !important;
    margin-top: auto;
  }
  .puton.b_sp7 {
    bottom: 70px !important;
    margin-top: auto;
  }
  .puton.b_sp8 {
    bottom: 80px !important;
    margin-top: auto;
  }
  .puton.b_sp9 {
    bottom: 90px !important;
    margin-top: auto;
  }
  .puton.b_sp10 {
    bottom: 100px !important;
    margin-top: auto;
  }
  .puton.b_sp-1 {
    bottom: -10px !important;
    margin-top: auto;
  }
  .puton.b_sp-2 {
    bottom: -20px !important;
    margin-top: auto;
  }
  .puton.b_sp-3 {
    bottom: -30px !important;
    margin-top: auto;
  }
  .puton.b_sp-4 {
    bottom: -40px !important;
    margin-top: auto;
  }
  .puton.b_sp-5 {
    bottom: -50px !important;
    margin-top: auto;
  }
  .puton.b_sp-6 {
    bottom: -60px !important;
    margin-top: auto;
  }
  .puton.b_sp-7 {
    bottom: -70px !important;
    margin-top: auto;
  }
  .puton.b_sp-8 {
    bottom: -80px !important;
    margin-top: auto;
  }
  .puton.b_sp-9 {
    bottom: -90px !important;
    margin-top: auto;
  }
  .puton.b_sp-10 {
    bottom: -100px !important;
    margin-top: auto;
  }
}

.t_m_auto {
  margin-top: auto !important;
}

.b_m_auto {
  margin-bottom: auto !important;
}

.r_m_auto {
  margin-right: auto !important;
}

.l_m_auto {
  margin-left: auto !important;
}

.m0 {
  margin: 0px !important;
}

.t_m0 {
  margin-top: 0px !important;
}

.r_m0 {
  margin-right: 0px !important;
}

.b_m0 {
  margin-bottom: 0px !important;
}

.l_m0 {
  margin-left: 0px !important;
}

.h_m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.w_m0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.t_p0 {
  padding-top: 0px !important;
}

.r_p0 {
  padding-right: 0px !important;
}

.b_p0 {
  padding-bottom: 0px !important;
}

.l_p0 {
  padding-left: 0px !important;
}

.h_p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.w_p0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.m5 {
  margin: 8px !important;
}

.t_m5 {
  margin-top: 8px !important;
}

.r_m5 {
  margin-right: 8px !important;
}

.b_m5 {
  margin-bottom: 8px !important;
}

.l_m5 {
  margin-left: 8px !important;
}

.h_m5 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.w_m5 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.p5 {
  padding: 8px !important;
}

.t_p5 {
  padding-top: 8px !important;
}

.r_p5 {
  padding-right: 8px !important;
}

.b_p5 {
  padding-bottom: 8px !important;
}

.l_p5 {
  padding-left: 8px !important;
}

.h_p5 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.w_p5 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.m10 {
  margin: 16px !important;
}

.t_m10 {
  margin-top: 16px !important;
}

.r_m10 {
  margin-right: 16px !important;
}

.b_m10 {
  margin-bottom: 16px !important;
}

.l_m10 {
  margin-left: 16px !important;
}

.h_m10 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.w_m10 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.p10 {
  padding: 16px !important;
}

.t_p10 {
  padding-top: 16px !important;
}

.r_p10 {
  padding-right: 16px !important;
}

.b_p10 {
  padding-bottom: 16px !important;
}

.l_p10 {
  padding-left: 16px !important;
}

.h_p10 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w_p10 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.m15 {
  margin: 24px !important;
}

.t_m15 {
  margin-top: 24px !important;
}

.r_m15 {
  margin-right: 24px !important;
}

.b_m15 {
  margin-bottom: 24px !important;
}

.l_m15 {
  margin-left: 24px !important;
}

.h_m15 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.w_m15 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.p15 {
  padding: 24px !important;
}

.t_p15 {
  padding-top: 24px !important;
}

.r_p15 {
  padding-right: 24px !important;
}

.b_p15 {
  padding-bottom: 24px !important;
}

.l_p15 {
  padding-left: 24px !important;
}

.h_p15 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w_p15 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.m20 {
  margin: 32px !important;
}

.t_m20 {
  margin-top: 32px !important;
}

.r_m20 {
  margin-right: 32px !important;
}

.b_m20 {
  margin-bottom: 32px !important;
}

.l_m20 {
  margin-left: 32px !important;
}

.h_m20 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.w_m20 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.p20 {
  padding: 32px !important;
}

.t_p20 {
  padding-top: 32px !important;
}

.r_p20 {
  padding-right: 32px !important;
}

.b_p20 {
  padding-bottom: 32px !important;
}

.l_p20 {
  padding-left: 32px !important;
}

.h_p20 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w_p20 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.m25 {
  margin: 40px !important;
}

.t_m25 {
  margin-top: 40px !important;
}

.r_m25 {
  margin-right: 40px !important;
}

.b_m25 {
  margin-bottom: 40px !important;
}

.l_m25 {
  margin-left: 40px !important;
}

.h_m25 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.w_m25 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.p25 {
  padding: 40px !important;
}

.t_p25 {
  padding-top: 40px !important;
}

.r_p25 {
  padding-right: 40px !important;
}

.b_p25 {
  padding-bottom: 40px !important;
}

.l_p25 {
  padding-left: 40px !important;
}

.h_p25 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.w_p25 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.m30 {
  margin: 48px !important;
}

.t_m30 {
  margin-top: 48px !important;
}

.r_m30 {
  margin-right: 48px !important;
}

.b_m30 {
  margin-bottom: 48px !important;
}

.l_m30 {
  margin-left: 48px !important;
}

.h_m30 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.w_m30 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.p30 {
  padding: 48px !important;
}

.t_p30 {
  padding-top: 48px !important;
}

.r_p30 {
  padding-right: 48px !important;
}

.b_p30 {
  padding-bottom: 48px !important;
}

.l_p30 {
  padding-left: 48px !important;
}

.h_p30 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w_p30 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.m35 {
  margin: 56px !important;
}

.t_m35 {
  margin-top: 56px !important;
}

.r_m35 {
  margin-right: 56px !important;
}

.b_m35 {
  margin-bottom: 56px !important;
}

.l_m35 {
  margin-left: 56px !important;
}

.h_m35 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.w_m35 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.p35 {
  padding: 56px !important;
}

.t_p35 {
  padding-top: 56px !important;
}

.r_p35 {
  padding-right: 56px !important;
}

.b_p35 {
  padding-bottom: 56px !important;
}

.l_p35 {
  padding-left: 56px !important;
}

.h_p35 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.w_p35 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.m40 {
  margin: 64px !important;
}

.t_m40 {
  margin-top: 64px !important;
}

.r_m40 {
  margin-right: 64px !important;
}

.b_m40 {
  margin-bottom: 64px !important;
}

.l_m40 {
  margin-left: 64px !important;
}

.h_m40 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.w_m40 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.p40 {
  padding: 64px !important;
}

.t_p40 {
  padding-top: 64px !important;
}

.r_p40 {
  padding-right: 64px !important;
}

.b_p40 {
  padding-bottom: 64px !important;
}

.l_p40 {
  padding-left: 64px !important;
}

.h_p40 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w_p40 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.m45 {
  margin: 72px !important;
}

.t_m45 {
  margin-top: 72px !important;
}

.r_m45 {
  margin-right: 72px !important;
}

.b_m45 {
  margin-bottom: 72px !important;
}

.l_m45 {
  margin-left: 72px !important;
}

.h_m45 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.w_m45 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.p45 {
  padding: 72px !important;
}

.t_p45 {
  padding-top: 72px !important;
}

.r_p45 {
  padding-right: 72px !important;
}

.b_p45 {
  padding-bottom: 72px !important;
}

.l_p45 {
  padding-left: 72px !important;
}

.h_p45 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.w_p45 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.m50 {
  margin: 80px !important;
}

.t_m50 {
  margin-top: 80px !important;
}

.r_m50 {
  margin-right: 80px !important;
}

.b_m50 {
  margin-bottom: 80px !important;
}

.l_m50 {
  margin-left: 80px !important;
}

.h_m50 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.w_m50 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.p50 {
  padding: 80px !important;
}

.t_p50 {
  padding-top: 80px !important;
}

.r_p50 {
  padding-right: 80px !important;
}

.b_p50 {
  padding-bottom: 80px !important;
}

.l_p50 {
  padding-left: 80px !important;
}

.h_p50 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.w_p50 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.t_m-1 {
  margin-top: -10px !important;
}

.r_m-1 {
  margin-right: -10px !important;
}

.b_m-1 {
  margin-bottom: -10px !important;
}

.l_m-1 {
  margin-left: -10px !important;
}

.t_m-2 {
  margin-top: -20px !important;
}

.r_m-2 {
  margin-right: -20px !important;
}

.b_m-2 {
  margin-bottom: -20px !important;
}

.l_m-2 {
  margin-left: -20px !important;
}

.t_m-3 {
  margin-top: -30px !important;
}

.r_m-3 {
  margin-right: -30px !important;
}

.b_m-3 {
  margin-bottom: -30px !important;
}

.l_m-3 {
  margin-left: -30px !important;
}

.t_m-4 {
  margin-top: -40px !important;
}

.r_m-4 {
  margin-right: -40px !important;
}

.b_m-4 {
  margin-bottom: -40px !important;
}

.l_m-4 {
  margin-left: -40px !important;
}

.t_m-5 {
  margin-top: -50px !important;
}

.r_m-5 {
  margin-right: -50px !important;
}

.b_m-5 {
  margin-bottom: -50px !important;
}

.l_m-5 {
  margin-left: -50px !important;
}

.t_m-6 {
  margin-top: -60px !important;
}

.r_m-6 {
  margin-right: -60px !important;
}

.b_m-6 {
  margin-bottom: -60px !important;
}

.l_m-6 {
  margin-left: -60px !important;
}

.t_m-7 {
  margin-top: -70px !important;
}

.r_m-7 {
  margin-right: -70px !important;
}

.b_m-7 {
  margin-bottom: -70px !important;
}

.l_m-7 {
  margin-left: -70px !important;
}

.t_m-8 {
  margin-top: -80px !important;
}

.r_m-8 {
  margin-right: -80px !important;
}

.b_m-8 {
  margin-bottom: -80px !important;
}

.l_m-8 {
  margin-left: -80px !important;
}

.t_m-9 {
  margin-top: -90px !important;
}

.r_m-9 {
  margin-right: -90px !important;
}

.b_m-9 {
  margin-bottom: -90px !important;
}

.l_m-9 {
  margin-left: -90px !important;
}

.t_m-10 {
  margin-top: -100px !important;
}

.r_m-10 {
  margin-right: -100px !important;
}

.b_m-10 {
  margin-bottom: -100px !important;
}

.l_m-10 {
  margin-left: -100px !important;
}

@media screen and (max-width: 896px) {
  .t_m_tablet-0 {
    margin-top: 0px !important;
  }
  .r_m_tablet-0 {
    margin-right: 0px !important;
  }
  .b_m_tablet-0 {
    margin-bottom: 0px !important;
  }
  .l_m_tablet-0 {
    margin-left: 0px !important;
  }
  .t_m_tablet-1 {
    margin-top: -10px !important;
  }
  .r_m_tablet-1 {
    margin-right: -10px !important;
  }
  .b_m_tablet-1 {
    margin-bottom: -10px !important;
  }
  .l_m_tablet-1 {
    margin-left: -10px !important;
  }
  .t_m_tablet-2 {
    margin-top: -20px !important;
  }
  .r_m_tablet-2 {
    margin-right: -20px !important;
  }
  .b_m_tablet-2 {
    margin-bottom: -20px !important;
  }
  .l_m_tablet-2 {
    margin-left: -20px !important;
  }
  .t_m_tablet-3 {
    margin-top: -30px !important;
  }
  .r_m_tablet-3 {
    margin-right: -30px !important;
  }
  .b_m_tablet-3 {
    margin-bottom: -30px !important;
  }
  .l_m_tablet-3 {
    margin-left: -30px !important;
  }
  .t_m_tablet-4 {
    margin-top: -40px !important;
  }
  .r_m_tablet-4 {
    margin-right: -40px !important;
  }
  .b_m_tablet-4 {
    margin-bottom: -40px !important;
  }
  .l_m_tablet-4 {
    margin-left: -40px !important;
  }
  .t_m_tablet-5 {
    margin-top: -50px !important;
  }
  .r_m_tablet-5 {
    margin-right: -50px !important;
  }
  .b_m_tablet-5 {
    margin-bottom: -50px !important;
  }
  .l_m_tablet-5 {
    margin-left: -50px !important;
  }
  .t_m_tablet-6 {
    margin-top: -60px !important;
  }
  .r_m_tablet-6 {
    margin-right: -60px !important;
  }
  .b_m_tablet-6 {
    margin-bottom: -60px !important;
  }
  .l_m_tablet-6 {
    margin-left: -60px !important;
  }
  .t_m_tablet-7 {
    margin-top: -70px !important;
  }
  .r_m_tablet-7 {
    margin-right: -70px !important;
  }
  .b_m_tablet-7 {
    margin-bottom: -70px !important;
  }
  .l_m_tablet-7 {
    margin-left: -70px !important;
  }
  .t_m_tablet-8 {
    margin-top: -80px !important;
  }
  .r_m_tablet-8 {
    margin-right: -80px !important;
  }
  .b_m_tablet-8 {
    margin-bottom: -80px !important;
  }
  .l_m_tablet-8 {
    margin-left: -80px !important;
  }
  .t_m_tablet-9 {
    margin-top: -90px !important;
  }
  .r_m_tablet-9 {
    margin-right: -90px !important;
  }
  .b_m_tablet-9 {
    margin-bottom: -90px !important;
  }
  .l_m_tablet-9 {
    margin-left: -90px !important;
  }
  .t_m_tablet-10 {
    margin-top: -100px !important;
  }
  .r_m_tablet-10 {
    margin-right: -100px !important;
  }
  .b_m_tablet-10 {
    margin-bottom: -100px !important;
  }
  .l_m_tablet-10 {
    margin-left: -100px !important;
  }
}

@media screen and (max-width: 639px) {
  .t_m_sp-0 {
    margin-top: 0px !important;
  }
  .r_m_sp-0 {
    margin-right: 0px !important;
  }
  .b_m_sp-0 {
    margin-bottom: 0px !important;
  }
  .l_m_sp-0 {
    margin-left: 0px !important;
  }
  .t_m_sp-1 {
    margin-top: -10px !important;
  }
  .r_m_sp-1 {
    margin-right: -10px !important;
  }
  .b_m_sp-1 {
    margin-bottom: -10px !important;
  }
  .l_m_sp-1 {
    margin-left: -10px !important;
  }
  .t_m_sp-2 {
    margin-top: -20px !important;
  }
  .r_m_sp-2 {
    margin-right: -20px !important;
  }
  .b_m_sp-2 {
    margin-bottom: -20px !important;
  }
  .l_m_sp-2 {
    margin-left: -20px !important;
  }
  .t_m_sp-3 {
    margin-top: -30px !important;
  }
  .r_m_sp-3 {
    margin-right: -30px !important;
  }
  .b_m_sp-3 {
    margin-bottom: -30px !important;
  }
  .l_m_sp-3 {
    margin-left: -30px !important;
  }
  .t_m_sp-4 {
    margin-top: -40px !important;
  }
  .r_m_sp-4 {
    margin-right: -40px !important;
  }
  .b_m_sp-4 {
    margin-bottom: -40px !important;
  }
  .l_m_sp-4 {
    margin-left: -40px !important;
  }
  .t_m_sp-5 {
    margin-top: -50px !important;
  }
  .r_m_sp-5 {
    margin-right: -50px !important;
  }
  .b_m_sp-5 {
    margin-bottom: -50px !important;
  }
  .l_m_sp-5 {
    margin-left: -50px !important;
  }
  .t_m_sp-6 {
    margin-top: -60px !important;
  }
  .r_m_sp-6 {
    margin-right: -60px !important;
  }
  .b_m_sp-6 {
    margin-bottom: -60px !important;
  }
  .l_m_sp-6 {
    margin-left: -60px !important;
  }
  .t_m_sp-7 {
    margin-top: -70px !important;
  }
  .r_m_sp-7 {
    margin-right: -70px !important;
  }
  .b_m_sp-7 {
    margin-bottom: -70px !important;
  }
  .l_m_sp-7 {
    margin-left: -70px !important;
  }
  .t_m_sp-8 {
    margin-top: -80px !important;
  }
  .r_m_sp-8 {
    margin-right: -80px !important;
  }
  .b_m_sp-8 {
    margin-bottom: -80px !important;
  }
  .l_m_sp-8 {
    margin-left: -80px !important;
  }
  .t_m_sp-9 {
    margin-top: -90px !important;
  }
  .r_m_sp-9 {
    margin-right: -90px !important;
  }
  .b_m_sp-9 {
    margin-bottom: -90px !important;
  }
  .l_m_sp-9 {
    margin-left: -90px !important;
  }
  .t_m_sp-10 {
    margin-top: -100px !important;
  }
  .r_m_sp-10 {
    margin-right: -100px !important;
  }
  .b_m_sp-10 {
    margin-bottom: -100px !important;
  }
  .l_m_sp-10 {
    margin-left: -100px !important;
  }
}

@media screen and (max-width: 639px) {
  .t_m_sp_auto {
    margin-top: auto !important;
  }
  .b_m_sp_auto {
    margin-bottom: auto !important;
  }
  .r_m_sp_auto {
    margin-right: auto !important;
  }
  .l_m_sp_auto {
    margin-left: auto !important;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: 45px 45px;
}

.grid.type_line li {
  position: relative;
}

.grid.type_line li:last-child:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -23px;
  border-left: 1px solid #ff7f61;
}

@media all and (max-width: 639px) {
  .grid.type_line li:last-child:before {
    display: none;
  }
}

.grid > li,
.grid > .child {
  position: relative;
}

.grid.set1 {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

@media all and (max-width: 639px) {
  .grid.set1 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media all and (max-width: 639px) {
  .grid.set2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media all and (max-width: 639px) {
  .grid.set3 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media all and (max-width: 639px) {
  .grid.set4 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media all and (max-width: 639px) {
  .grid.set5 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

@media all and (max-width: 639px) {
  .grid.set6 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

@media all and (max-width: 639px) {
  .grid.set7 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

@media all and (max-width: 639px) {
  .grid.set8 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid.p_center {
  place-items: center;
}

.grid.reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.grid.center {
  -ms-grid-columns: (46%)[auto-fit];
      grid-template-columns: repeat(auto-fit, 46%);
  row-gap: 24px;
  -webkit-column-gap: 4%;
          column-gap: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 896px) {
  .grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .grid > li,
  .grid .child {
    margin-bottom: 8px;
  }
}

@media all and (max-width: 639px) {
  .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .grid > li,
  .grid .child {
    margin-bottom: 8px;
  }
}

@media all and (max-width: 896px) {
  .grid.tablet1 {
    -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid.tablet1 > li,
  .grid.tablet1 .child {
    margin-bottom: 8px;
  }
  .grid.tablet2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .grid.tablet2 > li,
  .grid.tablet2 .child {
    margin-bottom: 0px;
  }
  .grid.tablet3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .grid.tablet3 > li,
  .grid.tablet3 .child {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 639px) {
  .grid.sp1 {
    -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid.sp1 > li,
  .grid.sp1 .child {
    margin-bottom: 0px;
  }
  .grid.sp2 {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid.sp2 > li,
  .grid.sp2 .child {
    margin-bottom: 0px;
  }
  .grid.sp3 {
    -ms-grid-columns: (1fr)[3] !important;
        grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid.sp3 > li,
  .grid.sp3 .child {
    margin-bottom: 0px;
  }
  .grid.sp4 {
    -ms-grid-columns: (1fr)[4] !important;
        grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid.sp4 > li,
  .grid.sp4 .child {
    margin-bottom: 0px;
  }
}

.gap_none {
  gap: 0px 0px !important;
}

@media all and (max-width: 639px) {
  .gap_none {
    gap: 0px 0px !important;
  }
  .gap_none > li,
  .gap_none .child {
    margin-bottom: 0px;
  }
}

.gap1 {
  gap: 10px 10px;
}

@media all and (max-width: 639px) {
  .gap1 {
    gap: 10px 10px !important;
  }
  .gap1 > li,
  .gap1 .child {
    margin-bottom: 10px;
  }
}

.gap2 {
  gap: 20px 20px !important;
}

@media all and (max-width: 639px) {
  .gap2 {
    gap: 10px 10px !important;
  }
  .gap2 > li,
  .gap2 .child {
    margin-bottom: 10px;
  }
}

.gap8 {
  gap: 10px 80px !important;
}

@media all and (max-width: 639px) {
  .gap8 {
    gap: 5px 10px !important;
  }
}

.auto_fit {
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.topbtn_base__link {
  padding: 18px 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #22ac38;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  margin-top: 20px;
}

@media all and (max-width: 639px) {
  .topbtn_base__link {
    padding: 18px 80px;
  }
}

.topbtn_base__link:hover {
  background: var(--gradBtnHover);
  background-size: 200% auto;
  background-position: right center;
  border-color: transparent;
}

.topbtn_base__txt {
  color: #22ac38;
  font-size: 18px;
  letter-spacing: 0.1em;
  -webkit-transition: var(--transition-0dot3);
  transition: var(--transition-0dot3);
}

@media all and (max-width: 639px) {
  .topbtn_base__txt {
    font-size: 14px;
  }
}

.topbtn_base__link:hover .topbtn_base__txt {
  color: var(--white);
}

.topbtn_base__arrow {
  width: 24px;
  height: 10px;
  margin-left: 8px;
  background: url(../img/btnarrow-green.svg) no-repeat;
  background-size: 100%;
  -webkit-transition: var(--transition-0dot3);
  transition: var(--transition-0dot3);
}

.topbtn_base__link:hover .topbtn_base__arrow {
  background: url(../img/btnarrow-white.svg) no-repeat;
  background-size: 100%;
}

.topbtn_white__link {
  padding: 12px 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  margin-top: 20px;
}

@media all and (max-width: 639px) {
  .topbtn_white__link {
    padding: 8px 30px;
  }
}

.topbtn_white__link:hover {
  background: var(--gradBtnHover);
  background-size: 200% auto;
  background-position: right center;
  border-color: transparent;
}

.topbtn_white__txt {
  color: #fff;
  font-size: 16px;
  -webkit-transition: var(--transition-0dot3);
  transition: var(--transition-0dot3);
}

@media all and (max-width: 639px) {
  .topbtn_white__txt {
    font-size: 14px;
  }
}

.topbtn_white__link:hover .topbtn_white__txt {
  color: var(--white);
}

.topbtn_white__arrow {
  width: 24px;
  height: 10px;
  margin-left: 8px;
  background: url(../img/btnarrow-white.svg) no-repeat;
  background-size: 100%;
  -webkit-transition: var(--transition-0dot3);
  transition: var(--transition-0dot3);
}

.topbtn_white__link:hover .topbtn_white__arrow {
  background: url(../img/btnarrow-white.svg) no-repeat;
  background-size: 100%;
}

@media all and (max-width: 639px) {
  .grid .topItemCardsBtn {
    margin-top: 0px;
  }
  .grid .topbtn_base__link {
    margin-top: 0px;
  }
}

.list_disc {
  margin: 10px 0 30px;
}

.list_disc a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.list_disc a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.8;
}

.list_disc.sub_color li:before {
  color: #e9f7eb;
}

.list_disc.sub_color li {
  color: #333;
}

.list_disc.radius li:before {
  content: "●";
  color: #e9f7eb;
}

.list_disc.radius a {
  color: #e9f7eb;
}

.list_disc li {
  position: relative;
  line-height: 1.8em;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.list_disc li:before {
  content: "■";
  color: #22ac38;
  position: absolute;
  top: 0;
  left: 0;
}

.page_contents {
  overflow: hidden;
}

@media all and (max-width: 639px) {
  .page_contents picture {
    width: 100%;
    display: inline-block;
  }
}

.list_disc_ib {
  margin: 10px 0 10px;
}

.list_disc_ib li {
  position: relative;
  line-height: 1.6em;
  padding-left: 1.3em;
}

.list_disc_ib li:before {
  content: "●";
  color: #3c9777;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 639px) {
  .list_disc_ib li {
    display: block;
  }
}

.btn_slim {
  margin: 15px 0;
}

.btn_slim.type_dl li {
  border-bottom: 1px solid #3c9677;
}

.btn_slim.type_dl li a {
  color: #3c9677;
}

.btn_slim.type_dl li a:before {
  border-top: 2px solid #3c9677;
  border-right: 2px solid #3c9677;
}

.btn_slim.type_dl li a:hover {
  background-color: #3c9677;
}

.btn_slim li {
  border-bottom: 1px solid #559479;
}

.btn_slim li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #22ac38;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media all and (max-width: 639px) {
  .btn_slim li a {
    font-size: 14px;
  }
}

.btn_slim li a:before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  margin: auto;
  right: 18px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #559479;
  border-right: 2px solid #559479;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.12s ease-in 0s;
  transition: all 0.12s ease-in 0s;
}

.btn_slim li a:hover {
  background-color: #559479;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn_slim li a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media all and (max-width: 639px) {
  .btn_slim li a span {
    display: block;
    font-size: 12px;
  }
}

.list_flow_cursol {
  padding: 50px 0;
  display: -ms-grid;
  display: grid;
  gap: 45px 45px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.list_flow_cursol > li {
  padding: 15px 20px;
  background-color: #22ac38;
  position: relative;
  width: calc(100% - 30px);
  height: 60px;
  color: #fff;
  font-weight: bold;
}

.list_flow_cursol > li:before {
  content: "";
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #22ac38;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}

.list_flow_cursol > li:nth-child(2n) {
  background-color: #e9f7eb;
}

.list_flow_cursol > li:nth-child(2n):before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e9f7eb;
}

@media all and (max-width: 639px) {
  .list_flow_cursol {
    padding: 10px 0 30px;
    gap: 5px;
  }
  .list_flow_cursol > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 5px;
    font-size: 12px;
    white-space: nowrap;
    background-color: #fff;
    color: #22ac38;
    border-top: 1px solid #22ac38;
    border-left: 1px solid #22ac38;
    border-bottom: 1px solid #22ac38;
  }
  .list_flow_cursol > li:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-width: 29px 0 29px 29px;
    right: -29px;
  }
  .list_flow_cursol > li:after {
    content: "";
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #22ac38;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: -2;
  }
  .list_flow_cursol > li:nth-child(2n) {
    background-color: #fff;
    color: #e9f7eb;
    border-top: 1px solid #e9f7eb;
    border-left: 1px solid #e9f7eb;
    border-bottom: 1px solid #e9f7eb;
  }
  .list_flow_cursol > li:nth-child(2n):before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  }
  .list_flow_cursol > li:nth-child(2n):after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e9f7eb;
  }
}

.commonPagetop {
  text-align: center;
}

.commonPagetop img {
  width: auto;
  margin: 0 auto;
}

.list_number li:last-child a::after {
  display: none;
}

@media all and (max-width: 639px) {
  .list_number li:nth-child(2n) a::after {
    display: none;
  }
}

.list_number.type1 li a .number .num {
  color: #22ac38;
}

.list_number.type1 li a:after {
  color: #22ac38;
}

.list_number li a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.list_number li a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.6;
}

.list_number li a:after {
  content: "▶";
  color: #559479;
  font-size: 15px;
  position: absolute;
  right: -12px;
  margin: auto;
}

@media all and (max-width: 639px) {
  .list_number li a:after {
    font-size: 12px;
    right: -5px;
  }
}

.list_number li a .number {
  font-weight: bold;
  width: 50px;
  height: 50px;
  font-size: 13px;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  text-transform: uppercase;
}

.list_number li a .number span {
  line-height: 1;
}

.list_number li a .number .num {
  font-size: 30px;
  color: #559479;
  line-height: 1;
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .list_number li a .number .num {
    font-size: 200%;
  }
}

.list_number li a .textarea {
  font-weight: bold;
  line-height: 1.4;
  font-size: 15px;
}

@media all and (max-width: 639px) {
  .list_number li a .textarea {
    font-size: 14px;
  }
}

@media all and (max-width: 639px) {
  .list_number.sp1 li a {
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .list_number.sp1 li a:after {
    content: "▼";
    color: #22ac38;
    font-size: 15px;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin: auto;
  }
  .list_number.sp1 li a:nth-child(2n)::after {
    display: block;
  }
  .list_number.sp1 li a:last-child::after {
    display: none;
  }
}

.list_number_contents > li {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.list_number_contents > li:after {
  content: "";
  border-left: 2px dashed #9d9d9d;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: -1;
}

.list_number_contents > li .number {
  z-index: 1;
  font-weight: bold;
  margin: 0 auto;
  background-color: #e9f7eb;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 13px;
  letter-spacing: 0;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  text-transform: uppercase;
  color: #fff;
}

.list_number_contents > li .number span {
  line-height: 1;
}

.list_number_contents > li .number .num {
  font-size: 30px;
  line-height: 1;
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .list_number_contents > li .number .num {
    font-size: 200%;
  }
}

.list_number_contents > li .number .title {
  display: none;
}

@media all and (max-width: 639px) {
  .list_number_contents > li .number {
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-radius: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 1fr;
        grid-template-columns: 60px 1fr;
    -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
  }
  .list_number_contents > li .number span {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    -ms-grid-row: 1;
    grid-row: 1 / 1;
  }
  .list_number_contents > li .number .num {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    -ms-grid-row: 2;
    grid-row: 2 / 2;
  }
  .list_number_contents > li .number .title {
    display: block;
    text-align: left;
    -ms-grid-column: 2;
    grid-column: 2 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    font-size: 16px;
  }
}

.list_number_contents > li .contents {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 30px;
}

.list_number_contents > li .contents.a_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_number_contents > li .contents .picture,
.list_number_contents > li .contents .textarea {
  width: 50%;
  padding: 60px 20px;
}

.list_number_contents > li .contents .picture img {
  width: 100%;
  height: auto;
}

.list_number_contents > li .contents .picture.contain {
  text-align: center;
}

.list_number_contents > li .contents .picture.contain img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

@media all and (max-width: 639px) {
  .list_number_contents > li:after {
    display: none;
  }
  .list_number_contents > li .contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0px;
  }
  .list_number_contents > li .contents .picture,
  .list_number_contents > li .contents .textarea {
    width: 100%;
    padding: 0 0;
  }
  .list_number_contents > li .contents .textarea {
    padding: 15px 0 5px;
  }
  .list_number_contents > li .contents .picture {
    padding: 0 0 60px;
  }
}

.table_deadline table thead tr:nth-child(odd) th {
  background-color: #fff !important;
  color: #333;
  font-weight: bold;
}

.table_deadline table tr.tdttl02:nth-child(2n) {
  background: #fff !important;
  font-weight: bold;
}

.table_deadline table thead tr:nth-child(2n) th {
  font-weight: bold;
}

.table_deadline table tbody tr.tdttl th {
  color: #333;
  background-color: #fff;
  border: 1px solid #b2b2b2;
}

.table_deadline table tbody tr.tdttl th:first-child {
  text-align: center;
}

.table_deadline table tbody tr th {
  color: #333;
  border: 1px solid #b2b2b2;
  background: #fff;
}

.table_deadline {
  margin: 20px 0;
  width: 100%;
  width: 100%;
}

.table_deadline table {
  width: 100%;
  background-color: #fff;
  overflow: clip;
  position: relative;
  table-layout: fixed;
}

.table_deadline table thead {
  position: sticky;
  -webkit-position: -webkit-sticky;
  top: 0;
  z-index: 5;
}

.table_deadline table thead .tdttl {
  background-color: #fff !important;
  color: #333;
  font-weight: bold;
  text-align: right;
}

.table_deadline table thead .tdttl02 {
  background-color: #fff;
  color: #333;
  font-weight: bold;
  text-align: right !important;
  border-bottom: 1px solid #b2b2b2;
}

.table_deadline table thead tr th {
  border: none;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  padding: 10px;
}

@media all and (max-width: 639px) {
  .table_deadline table thead tr th {
    font-size: 12px;
  }
}

.table_deadline table thead tr th:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}

.table_deadline table thead tr th:first-child {
  width: 11em;
}

.table_deadline table thead tr th:last-child {
  border-right: 1px solid #b2b2b2;
  border-top: 0px solid #b2b2b2;
}

.table_deadline table thead tr td {
  border: none;
  font-weight: normal;
  text-align: right;
}

.table_deadline table thead tr:nth-child(odd) th {
  background-color: #fff;
}

.table_deadline table thead tr:nth-child(2n) th {
  background-color: #fff;
  border-bottom: 1px solid #b2b2b2;
}

.table_deadline table tr {
  /*  position: relative;
            z-index: 0;
            &:hover {
                background-color: rgba(#e3f1fa, 0.1);
                transition: 0.2s;
            } */
}

.table_deadline table tr:first-child td {
  border-top: 0px solid #b2b2b2 !important;
}

.table_deadline table tr:last-child td {
  border-bottom: 1px solid #b2b2b2 !important;
}

.table_deadline table tr td:first-child {
  text-align: right;
  padding: 10px;
}

.table_deadline table th,
.table_deadline table td {
  vertical-align: middle;
  position: relative;
  z-index: 0;
}

.table_deadline table th {
  background: #fff;
  text-align: right;
}

.table_deadline table td {
  position: relative;
  z-index: 4;
  text-align: right;
  line-height: 1.3;
  padding: 0;
}

.table_deadline table td a {
  color: #0049d2;
  line-height: 1.6;
  font-weight: bold;
  padding: 20px 0;
}

.table_deadline table td a span {
  font-size: 80%;
  display: block;
}

.table_deadline table td:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}

.table_deadline table td:last-child {
  border-right: 1px solid #b2b2b2;
  border-top: 0px solid #b2b2b2;
}

.table_deadline table td a {
  z-index: 5;
  word-break: break-all;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  padding: 15px;
}

.table_deadline table td:hover {
  background-color: #a3d8fc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.table_deadline table td:hover:after {
  content: "";
  background-color: rgba(227, 241, 250, 0.1);
  width: 100%;
  height: 200vh;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: -100;
  overflow: hidden;
}

.table_deadline table td:first-child {
  padding: 15px 0;
}

.table_deadline table td:first-child:hover {
  background: none !important;
}

.table_deadline table td:first-child:hover:after {
  content: "";
  background: none !important;
}

.table_deadline table td:last-child {
  border-right: 1px solid #b2b2b2;
}

@media all and (max-width: 639px) {
  .table_deadline table thead tr th:first-child {
    width: 6.5em;
  }
  .table_deadline {
    overflow-x: scroll;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .table_deadline td {
    font-size: 80%;
  }
  .table_deadline table {
    width: 800px !important;
  }
  .table_deadline .sitemap {
    width: 500px !important;
  }
  .table_deadline::-webkit-scrollbar {
    height: 5px;
  }
  .table_deadline::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table_deadline::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .table_deadline::-webkit-scrollbar-piece {
    background: #eee;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

.flexbox.a_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexbox.reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flexbox > .figure,
.flexbox > figure {
  max-width: 310px;
  max-height: auto;
  position: relative;
  overflow: hidden;
}

.flexbox > .figure.type1,
.flexbox > figure.type1 {
  max-width: 420px;
}

@media all and (max-width: 639px) {
  .flexbox > .figure.type1,
  .flexbox > figure.type1 {
    max-width: 90%;
    margin: 0 auto 0 0;
  }
}

.flexbox > .figure.contain,
.flexbox > figure.contain {
  width: 30%;
  height: 380px;
  text-align: center;
}

@media all and (max-width: 639px) {
  .flexbox > .figure.contain,
  .flexbox > figure.contain {
    width: 100%;
    max-height: 300px;
  }
}

.flexbox > .figure.contain img,
.flexbox > figure.contain img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.flexbox > .figure img,
.flexbox > figure img {
  width: 100%;
}

.flexbox > .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

@media all and (max-width: 896px) {
  .flexbox > .txtarea {
    margin-bottom: 2rem;
  }
}

.flexbox > .txtarea.radius:before {
  border-radius: 20px;
}

.flexbox > .txtarea.line {
  z-index: 1;
}

.flexbox > .txtarea.line:before {
  content: "";
  position: absolute;
  border: 2px solid #22ac38;
  top: -10%;
  left: -22%;
  right: 0;
  width: 140%;
  height: 125%;
  z-index: 0;
}

@media all and (max-width: 639px) {
  .flexbox > .txtarea.line:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.flexbox > .txtarea.type_m {
  max-width: 700px;
  margin: 0 auto;
}

.flexbox > .txtarea.type_m p {
  text-align: justify;
}

@media all and (max-width: 639px) {
  .flexbox > .txtarea.type_m {
    padding: 40px 20px;
  }
}

.flexbox > .txtarea.type_s {
  max-width: 500px;
  margin: 0 auto;
}

.flexbox > .txtarea.type_s p {
  text-align: justify;
}

@media all and (max-width: 639px) {
  .flexbox > .txtarea.type_s {
    padding: 40px 20px;
  }
}

@media all and (max-width: 639px) {
  .flexbox {
    display: block;
    gap: 2% 0;
  }
  .flexbox > .figure {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .flexbox > figure {
    margin: 0 auto;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 100%;
    max-height: 450px;
  }
  .flexbox > figure.contain {
    max-width: inherit;
    max-height: 260px;
  }
  .flexbox > figure.contain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media all and (max-width: 639px) {
  .flexbox.res_none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 20px 20px !important;
  }
}

.flexbox_sp > .figure,
.flexbox_sp > figure {
  max-width: 100px;
  margin: 0 auto;
}

.flexbox_sp > .figure img,
.flexbox_sp > figure img {
  width: 100%;
}

@media all and (max-width: 639px) {
  .flexbox_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flexbox_sp > .figure,
  .flexbox_sp > figure {
    width: 100px !important;
    max-width: 100px !important;
  }
  .flexbox_sp > .figure img,
  .flexbox_sp > figure img {
    width: 100%;
  }
  .flexbox_sp > .txtarea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
}

.select_area {
  margin: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

@media all and (max-width: 639px) {
  .select_area {
    margin: 25px 10px;
  }
}

.select_area > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.select_area > li > label {
  width: 130px;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  padding: 7px 0;
  text-align: left;
}

@media all and (max-width: 639px) {
  .select_area > li > label {
    width: 80px;
  }
}

.select_area > li > .select_box {
  width: calc(100% - 140px);
  position: relative;
}

@media all and (max-width: 639px) {
  .select_area > li > .select_box {
    width: calc(100% - 90px);
  }
}

.select_area > li > .select_box .select_box_icon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  pointer-events: painted;
}

.select_area > li > .select_box .select_box_icon > select {
  padding: 7px 20px;
  width: 100%;
  max-width: 400px;
  background: #fff;
  display: inline-block;
  border: 1px solid #111;
  border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

@media all and (max-width: 639px) {
  .select_area > li > .select_box .select_box_icon > select {
    padding: 7px 10px;
  }
}

.select_area > li > .select_box .select_box_icon::before {
  content: "▼";
  font-size: 60%;
  position: absolute;
  display: block;
  top: 20px;
  right: 12px;
  pointer-events: none;
  z-index: 1;
}

.select_area > li > .select_box .select_box_icon::after {
  content: "▲";
  font-size: 60%;
  position: absolute;
  display: block;
  top: 5px;
  right: 12px;
  pointer-events: none;
  z-index: 1;
}

.select_area > li > .select_box .select_box_text {
  display: inline;
  color: #ff7f61;
  padding: 0 10px;
}

@media all and (max-width: 639px) {
  .select_area > li > .select_box .select_box_text {
    display: block;
  }
}

.select_area > li > .text_box {
  width: 85%;
  margin-left: 15%;
  color: #8a8a8a;
  padding: 10px 0px;
  line-height: 1.6;
}

.deco01 {
  position: relative;
  overflow: inherit !important;
  z-index: 0;
}

.deco01:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -50px;
  right: -50px;
  background-color: #ededee;
  width: 300px;
  height: 210px;
}

.deco02 {
  position: relative;
  overflow: inherit !important;
  z-index: 0;
}

.deco02:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: -50px;
  background-color: #ededee;
  width: 300px;
  height: 210px;
}

@media all and (max-width: 639px) {
  .deco01,
  .deco02 {
    position: relative;
    overflow: inherit !important;
    z-index: 0;
  }
  .deco01:before,
  .deco02:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -80px;
    right: -30px;
    left: inherit;
    background-color: #ededee;
    width: 300px;
    height: 210px;
  }
}

.space_0 {
  height: 0px !important;
}

.space_1 {
  height: 40px !important;
}

.space_2 {
  height: 80px !important;
}

.space_3 {
  height: 120px !important;
}

.space_4 {
  height: 160px !important;
}

.space_5 {
  height: 200px !important;
}

.space_6 {
  height: 240px !important;
}

.space_7 {
  height: 280px !important;
}

.space_8 {
  height: 320px !important;
}

.space_9 {
  height: 360px !important;
}

.space_10 {
  height: 400px !important;
}

@media screen and (max-width: 896px) {
  .space_tablet0 {
    height: 0px !important;
  }
  .space_tablet1 {
    height: 10px !important;
  }
  .space_tablet2 {
    height: 20px !important;
  }
  .space_tablet3 {
    height: 30px !important;
  }
  .space_tablet4 {
    height: 40px !important;
  }
  .space_tablet5 {
    height: 50px !important;
  }
  .space_tablet6 {
    height: 60px !important;
  }
  .space_tablet7 {
    height: 70px !important;
  }
  .space_tablet8 {
    height: 80px !important;
  }
  .space_tablet9 {
    height: 90px !important;
  }
  .space_tablet10 {
    height: 100px !important;
  }
}

@media screen and (max-width: 639px) {
  .space_sp0 {
    height: 0px !important;
  }
  .space_sp1 {
    height: 10px !important;
  }
  .space_sp2 {
    height: 20px !important;
  }
  .space_sp3 {
    height: 30px !important;
  }
  .space_sp4 {
    height: 40px !important;
  }
  .space_sp5 {
    height: 50px !important;
  }
  .space_sp6 {
    height: 60px !important;
  }
  .space_sp7 {
    height: 70px !important;
  }
  .space_sp8 {
    height: 80px !important;
  }
  .space_sp9 {
    height: 90px !important;
  }
  .space_sp10 {
    height: 100px !important;
  }
}

.width_1 {
  width: 10% !important;
  margin: 0 auto;
}

.width_2 {
  width: 20% !important;
  margin: 0 auto;
}

.width_3 {
  width: 30% !important;
  margin: 0 auto;
}

.width_4 {
  width: 40% !important;
  margin: 0 auto;
}

.width_5 {
  width: 50% !important;
  margin: 0 auto;
}

.width_6 {
  width: 60% !important;
  margin: 0 auto;
}

.width_7 {
  width: 70% !important;
  margin: 0 auto;
}

.width_8 {
  width: 80% !important;
  margin: 0 auto;
}

.width_9 {
  width: 90% !important;
  margin: 0 auto;
}

.width_10 {
  width: 100% !important;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .width_tablet1 {
    width: 10% !important;
    margin: 0 auto;
  }
  .width_tablet2 {
    width: 20% !important;
    margin: 0 auto;
  }
  .width_tablet3 {
    width: 30% !important;
    margin: 0 auto;
  }
  .width_tablet4 {
    width: 40% !important;
    margin: 0 auto;
  }
  .width_tablet5 {
    width: 50% !important;
    margin: 0 auto;
  }
  .width_tablet6 {
    width: 60% !important;
    margin: 0 auto;
  }
  .width_tablet7 {
    width: 70% !important;
    margin: 0 auto;
  }
  .width_tablet8 {
    width: 80% !important;
    margin: 0 auto;
  }
  .width_tablet9 {
    width: 90% !important;
    margin: 0 auto;
  }
  .width_tablet10 {
    width: 100% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .width_sp1 {
    width: 10% !important;
    margin: 0 auto;
  }
  .width_sp2 {
    width: 20% !important;
    margin: 0 auto;
  }
  .width_sp3 {
    width: 30% !important;
    margin: 0 auto;
  }
  .width_sp4 {
    width: 40% !important;
    margin: 0 auto;
  }
  .width_sp5 {
    width: 50% !important;
    margin: 0 auto;
  }
  .width_sp6 {
    width: 60% !important;
    margin: 0 auto;
  }
  .width_sp7 {
    width: 70% !important;
    margin: 0 auto;
  }
  .width_sp8 {
    width: 80% !important;
    margin: 0 auto;
  }
  .width_sp9 {
    width: 90% !important;
    margin: 0 auto;
  }
  .width_sp10 {
    width: 100% !important;
    margin: 0 auto;
  }
}

.table_deadline table tr.tdttl th {
  padding: 10px;
}

.title_privacy {
  font-weight: bold;
  color: #22ac38;
}

.title_privacy + p {
  margin: 10px 0 10px 20px;
}

.title_green {
  font-weight: bold;
  color: #22ac38;
}

.title_green + p {
  margin: 10px 0 20px;
}

.list_check {
  margin: 10px 0 30px;
}

.list_check li {
  position: relative;
  line-height: 1.6;
  padding-left: 2.5em;
  margin-bottom: 3px;
}

.list_check li:before {
  content: url(../img/icon_check.png);
  position: absolute;
  top: 0;
  left: 0;
}

.list_link li a {
  padding: 5px 0 5px 35px;
  display: block;
  text-decoration: none;
  margin: 5px auto;
  color: #333;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}

@media all and (max-width: 639px) {
  .list_link li a {
    padding: 5px 10px;
  }
}

.list_link li a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.list_link li a:after {
  content: url(../img/icon_right.png);
  position: absolute;
  top: 5px;
  right: 1px;
}

.title_guide {
  font-weight: bold;
  padding: 0 0;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.title_guide::after {
  content: "";
  z-index: 0;
  width: calc(100% - 30px);
  bottom: 0px;
  right: 0;
  position: absolute;
  border-bottom: 2px solid #22ac38;
}

.title_guide span {
  font-size: 90%;
}

@media all and (max-width: 639px) {
  .title_guide {
    font-size: 18px;
  }
}

.title_guide img {
  width: 60px !important;
  display: inline-block;
  z-index: 1;
}

.btn_print.brown a {
  background: #8c6239;
}

.btn_print.blue a {
  background: #0088a5;
}

.btn_print.blue2 a {
  background: #04bfd0;
  width: 100%;
}

.btn_print.orange a {
  background: #ff7f61;
  width: 100%;
}

.btn_print.green a {
  background: #82be50;
  width: 100%;
}

.btn_print a {
  color: #fff;
  width: 380px;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border-radius: 50px;
  letter-spacing: 0.1px;
  line-height: 1;
  padding: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  max-width: 480px;
  background: #41378c;
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 20px;
  opacity: 1;
  margin: 25px 0 10px;
}

.btn_print a:hover {
  opacity: 0.8;
}

.btn_print a img {
  height: 20px;
  width: auto;
  display: block;
  margin: auto;
}

@media all and (max-width: 639px) {
  .btn_print {
    width: 100%;
  }
  .btn_print a {
    width: 100%;
    font-size: inherit;
  }
}

.step2_title.navy {
  color: #41378c;
}

.step2_title.brown {
  color: #8c6239;
}

.step2_title.lightblue {
  color: #0088a5;
}

.step2_topimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.step2_topimg img {
  width: 40%;
}

@media all and (max-width: 639px) {
  .step2_topimg img {
    width: 80%;
  }
}

.title_text_line_l {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 30px;
  border-left: #22ac38 10px solid;
  color: #22ac38;
  padding: 5px 15px;
}

@media all and (max-width: 639px) {
  .title_text_line_l {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.title_text_line_l.blue2 {
  color: #04bfd0;
  border-left: #04bfd0 10px solid;
}

.title_text_line_l.orange {
  color: #ff7f61;
  border-left: #ff7f61 10px solid;
}

.title_text_line_l.green {
  color: #82be50;
  border-left: #82be50 10px solid;
}

.title_text {
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 30px;
}

@media all and (max-width: 639px) {
  .title_text {
    font-size: inherit;
    letter-spacing: 0;
  }
}

.title_text.type_s {
  font-size: 20px;
}

.osusume {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  top: 3px;
}

.osusume img {
  margin-top: 5px;
  width: 65px;
}

.title_img {
  width: 400px;
  margin-bottom: 20px;
}

@media all and (max-width: 639px) {
  .title_img {
    width: 90%;
    margin-top: 10px;
  }
}

.step2_title {
  font-size: 44px;
  margin-bottom: 10px;
}

@media all and (max-width: 639px) {
  .step2_title {
    font-size: 30px;
  }
}

.box_print {
  background-color: #f2f1f7;
  border-left: 5px solid #41378c;
  padding: 15px;
  position: relative;
  margin: 10px 0 20px;
}

.box_print.brown {
  background-color: #f9f7f5;
  border-left: 5px solid #8c6239;
}

.box_print.blues {
  background-color: #f2f9fa;
  border-left: 5px solid #0088a5;
}

.box_print_img {
  position: absolute;
  top: 90px;
  right: 0;
  text-align: right;
}

@media all and (max-width: 639px) {
  .box_print_img {
    position: relative;
    text-align: center;
    top: 0;
    margin-top: 10px;
  }
}

.printFlow__heading__original {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.printFlow__wrap__original {
  margin: 5px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

@media all and (max-width: 639px) {
  .printFlow__wrap__original {
    margin: 5px 0 10px;
  }
}

.printFlow__wrap__original li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.printFlow__item__original {
  padding: 2px 46px 2px 12px;
  background: rgba(34, 172, 56, 0.3);
  -webkit-clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}

@media all and (max-width: 639px) {
  .printFlow__item__original {
    display: none;
    padding: 8px 46px 8px 12px;
  }
}

.printFlow__item__original--current {
  background: var(--main500);
}

@media all and (max-width: 639px) {
  .printFlow__item__original--current {
    display: block !important;
  }
}

@media all and (max-width: 639px) {
  .img_scroll {
    overflow-x: scroll;
    height: 160px;
  }
  .img_scroll img {
    width: 830px;
  }
}

@media all and (max-width: 639px) {
  .img_scroll.type2 {
    overflow-y: hidden;
    overflow-x: scroll;
    height: 280px;
  }
  .img_scroll.type2 img {
    width: 600px;
  }
}

.guide_box {
  border-radius: 10px;
  padding: 20px 20px;
  background-color: #fffff5;
  border: 1px solid #ff7f61;
}

.guide_box.green {
  border: 1px solid #22ac38;
}

.guide_box.green h3 {
  color: #22ac38;
}

.guide_box h3 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  color: #ff7f61;
  margin-bottom: 15px;
  text-align: center;
}

@media all and (max-width: 639px) {
  .guide_box h3 {
    font-size: 20px;
  }
}

.guide_box a {
  color: #0049d2;
  text-decoration: underline;
}

.guide_box a:hover {
  text-decoration: none;
}

.title_box {
  background-color: #22ac38;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 0;
}

@media all and (max-width: 639px) {
  .title_box {
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 8px 0;
  }
}

@media all and (max-width: 639px) {
  .title_box.wide_sp {
    overflow: hidden;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 30px;
  }
}

.title_radius {
  background-color: #ff7f61;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 10px;
}

@media all and (max-width: 639px) {
  .title_radius {
    margin-bottom: 15px;
  }
}

.title_radius img {
  height: 25px;
  width: auto;
  display: block;
  margin: auto;
}

.title_radius.blue {
  background-color: #04bfd0;
  padding: 10px 0;
}

.title_radius.orange {
  background-color: #ff7f61;
  padding: 10px 0;
}

.title_radius.green {
  background-color: #82be50;
  padding: 10px 0;
}

.gide_flow {
  margin: 0 auto 10px;
  text-align: center;
  display: block;
}

.gide_flow img {
  width: 74px;
  display: inline-block;
}

.template_box a {
  color: #0049d2;
  text-decoration: underline;
}

.template_box a:hover {
  text-decoration: none;
}

.tbl_template {
  width: 100%;
  max-width: 560px;
  margin: 20px 0;
}

.tbl_template tr {
  border-top: 1px solid #111;
}

.tbl_template tr:last-child {
  border-bottom: 1px solid #111;
}

.tbl_template th,
.tbl_template td {
  padding: 10px 0;
  font-weight: normal;
}

.mainClm {
  max-width: 940px;
  width: 100%;
}

.link_template_main {
  max-width: 786px;
}

.link_template_main .btn_print a {
  margin: 0 !important;
}

@media all and (max-width: 639px) {
  .link_template_main {
    width: 80%;
    margin: 0 auto;
  }
}

.link_template {
  margin: 30px 0;
  max-width: 860px;
}

.link_template.orange li .img {
  background-color: #fff2ef;
}

.link_template.green li .img {
  background-color: #f2f8ed;
}

.link_template li {
  text-align: center;
}

.link_template li .img {
  background-color: #e6f9fa;
  padding: 10px;
  margin-bottom: 10px;
}

.link_template li .img img {
  width: 125px;
  height: 186px;
  margin: 0 auto;
  opacity: 1;
}

.link_template li p {
  line-height: 1.6;
}

.link_template li a {
  color: #0049d2;
  text-decoration: underline;
}

.link_template li a:hover {
  text-decoration: none;
}

.link_template li a:hover .img {
  opacity: 0.8;
}

.newpaper_printing_img {
  text-align: center;
  margin: 20px 0;
}

.newpaper_printing_img img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

@media all and (max-width: 639px) {
  .newpaper_printing_img {
    overflow: hidden;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.topSize__item.link a {
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.topSize__item.link a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.link_text a {
  color: #0049d2;
  text-decoration: underline;
}

.link_text a:hover {
  text-decoration: none;
}

.link_text a:hover .img {
  opacity: 0.8;
}

.contents01 {
  margin: 10px 0;
}

.contents02 {
  margin: 10px 0;
}

.contents_list_title {
  color: #22AC38;
  font-weight: bold;
}

.contents_list {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  margin-bottom: 8px 0 20px 0;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media all and (max-width: 639px) {
  .contents_list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.contents_list li {
  background-color: #E9F7EB;
  padding: 5px;
}

.contents_list li p span {
  font-size: 80%;
}

@media all and (max-width: 639px) {
  .contents_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents_list li .contents_list_title {
    width: 8em;
  }
}

.contents_list li:first-child {
  border-radius: 0 0 0 10px;
}

.contents_list li:last-child {
  border-radius: 0 0 10px 0;
}

@media all and (max-width: 639px) {
  .contents_list li:first-child {
    border-radius: 0 0 0 0px;
  }
  .contents_list li:last-child {
    border-radius: 0 0 0px 0;
  }
}

.contents_list_ul {
  margin: 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 639px) {
  .contents_list_ul {
    display: block;
  }
}

.contents_list_ul li {
  position: relative;
  min-width: 8em;
  line-height: 1.8em;
  padding-left: 1.5em;
  margin-bottom: 3px;
  font-weight: bold;
}

.contents_list_ul li span {
  font-size: 80%;
  font-weight: normal;
}

@media all and (max-width: 639px) {
  .contents_list_ul li span {
    display: block;
  }
}

.contents_list_ul li:before {
  content: "●";
  color: #22AC38;
  position: absolute;
  top: 0;
  left: 0;
}

.side_text {
  font-size: 80%;
  padding-top: 5px;
}

.category_flow_area_guide {
  margin: 20px 0 40px 0;
}

.category_flow_area_guide .category_flow_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  width: 100%;
  gap: 0;
}

.category_flow_area_guide .category_flow_list li .category_flow_icon {
  width: 130px;
  height: 160px;
  background-color: #fffae5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.category_flow_area_guide .category_flow_list li .category_flow_icon:after {
  content: "";
  width: -100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -160px;
  display: block;
  border-bottom: 0px solid rgba(255, 250, 229, 0.3);
  margin: 0 auto;
  border-style: solid;
  border-width: 25px 80px 0 80px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  border-color: #fffae5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: 1;
}

.category_flow_area_guide .category_flow_list li img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
}

.category_flow_area_guide .category_flow_list li p {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 100px;
  line-height: 20px;
}

.category_flow_area_guide .category_flow_list li .point01 {
  width: 65px;
  font-size: 12px;
  position: absolute;
  top: 150px;
  text-align: center;
  color: #fff;
  background: #ff7f61;
  border-radius: 10px;
}

.category_flow_area_guide .category_flow_list li .point02 {
  width: 65px;
  font-size: 12px;
  position: absolute;
  top: 150px;
  text-align: center;
  color: #fff;
  background: #22ac38;
  border-radius: 10px;
}

@media all and (max-width: 639px) {
  .category_flow_area_guide {
    overflow-x: scroll;
    height: 180px;
  }
  .category_flow_area_guide .category_flow_list {
    width: 830px;
    gap: 30px;
  }
}
/*# sourceMappingURL=original.css.map */