@charset "UTF-8";
/*
Theme Name:
Theme URI:
Author: imatomi
Author URI: http://shincode.com
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,700");
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    /*max-width: 33.3333333333%;*/ }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    /*max-width: 66.6666666667%;*/ }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
:root {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "貂ｸ繧ｴ繧ｷ繝け Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  line-height: 1.75;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-rendering: optimizeLegibility; }

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

html {
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section {
  display: block; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

nav ol, nav ul {
  list-style: none; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #FFEE55;
  color: #111111; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

::-moz-selection, ::selection {
  background-color: #a1c6f4;
  color: #111111;
  text-shadow: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg {
  fill: currentColor; }
  svg:not(:root) {
    overflow: hidden; }

table {
  border-collapse: collapse; }

button, input, optgroup, select, textarea {
  margin: 0; }

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

[hidden] {
  display: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[aria-disabled] {
  cursor: default; }

html {
  font-size: 62.5%; }
  @media (max-width: 576px) {
    html {
      font-size: 54.7%; } }

body {
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",  Meiryo, sans-serif;
  font-size: 16px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400; }

p {
  margin: 0 0 1.6rem;
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.5;
  font-weight: 600; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-size: 75%;
    font-weight: normal; }

h1 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 2rem; }

h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 2rem; }

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 2rem; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.6rem; }

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.6rem; }

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.6rem; }

small {
  font-size: 75%; }

pre {
  font-family: "Osaka咲ｭ牙ｹ", Osaka-mono, "ｭｳ 繧ｴ繧ｷ繝け", "MS Gothic", monospace;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto; }

code {
  font-family: "Osaka咲ｭ牙ｹ", Osaka-mono, "ｭｳ 繧ｴ繧ｷ繝け", "MS Gothic", monospace;
  word-break: break-all;
  word-wrap: break-word; }

a {
  color: #3BAFDA;
  transition: all 0.25s;
  text-decoration: none; }
  a:hover {
    color: #2494be; }
  a:focus {
    outline: 0; }

a[href^="http"]:empty::before {
  content: attr(href); }

dl {
  margin-bottom: 1.6rem; }

dt {
  font-weight: bold; }

dd {
  margin-left: 4rem; }

ul,
ol {
  margin-bottom: 1.6rem;
  padding-left: 1.6rem; }
  ul > li > ul,
  ol > li > ul {
    padding-left: .5em;
    font-size: 75%; }

cite {
  font-style: italic; }
  cite::before {
    content: "-";
    letter-spacing: .1em; }

blockquote {
  font-family: Georgia, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-style: italic;
  margin: 1.6rem 0;
  padding-left: 1.6rem; }
  blockquote cite {
    font-size: 75%;
    line-height: 2; }

figcaption {
  font-size: 75%;
  line-height: .5; }

samp {
  font-size: 75%;
  font-weight: bold; }

strong {
  font-weight: 600; }

em {
  font-style: normal; }

/*---------------------------------------------------------

繝輔か繝ｼ繝

---------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
textarea,
select {
  border: 0.1rem solid #E6E9ED;
  border-radius: 0;
  display: inline-block;
  padding: 1.6rem 0.8rem;
  vertical-align: middle;
  outline: 0;
  background: #fff;
  color: #111111;
  width: 100%; }
  input[type="text"]:placeholder-shown,
  input[type="password"]:placeholder-shown,
  input[type="email"]:placeholder-shown,
  input[type="url"]:placeholder-shown,
  input[type="date"]:placeholder-shown,
  input[type="month"]:placeholder-shown,
  input[type="time"]:placeholder-shown,
  input[type="datetime"]:placeholder-shown,
  input[type="datetime-local"]:placeholder-shown,
  input[type="week"]:placeholder-shown,
  input[type="number"]:placeholder-shown,
  input[type="search"]:placeholder-shown,
  input[type="tel"]:placeholder-shown,
  textarea:placeholder-shown,
  select:placeholder-shown {
    color: #AAB2BD; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #AAB2BD; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: #AAB2BD;
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #AAB2BD;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #AAB2BD; }

input:not([type]) {
  -webkit-appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 0.1rem solid #E6E9ED;
  border-radius: 0;
  color: #E6E9ED;
  display: inline-block;
  padding: 0.8rem;
  text-align: left; }

select {
  height: 42px; }

[type="file"] {
  padding: 0.8rem;
  border: 0.1rem solid #E6E9ED;
  background: #fff; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  border-color: #8bb8f1; }

input:not([type]):focus {
  border-color: #8bb8f1; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0.1rem solid thin #E6E9ED; }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  background-color: #8bb8f1;
  color: #111111;
  cursor: not-allowed; }

input:not([type])[disabled] {
  background-color: #E6E9ED;
  color: #111111;
  cursor: not-allowed; }

input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #8bb8f1;
  border-color: #E6E9ED;
  color: #111111; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  border-color: #DA4453;
  color: #DA4453; }

input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #DA4453; }

input[type="button"], input[type="submit"], input[type="reset"], button {
  -webkit-appearance: none;
  transition: all 0.25s; }

select {
  background-color: #fff;
  border: 0.1rem solid #E6E9ED; }

select[multiple] {
  height: auto; }

label {
  line-height: 2; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0.8rem 0; }

legend {
  border-bottom: 0.1rem solid #E6E9ED;
  color: #111111;
  display: block;
  margin-bottom: 0.8rem;
  padding: 0.8rem 0;
  width: 100%; }

textarea {
  border: 0.1rem solid #E6E9ED;
  border-radius: 0;
  display: block;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
  vertical-align: middle;
  background-color: #fff; }

.form-item {
  margin-bottom: 2rem; }
  .form-item > label {
    margin-right: 1em;
    color: #111111;
    font-weight: bold;
    display: block; }
  .form-item .label {
    display: inline;
    padding: 2px 3px;
    margin-left: .5em;
    background-color: #DA4453;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal; }

.radio label,
.checkbox label {
  display: inline-block;
  margin-left: 0.8rem;
  margin-right: 2rem; }

/*---------------------------------------------------------

繝懊ち繝ｳ

---------------------------------------------------------*/
.btn {
  display: inline-block;
  background: #ED5565;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "貂ｸ繧ｴ繧ｷ繝け Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  border: solid 1px #ED5565;
  padding: 1.6rem;
  outline: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #ED5565;
  border-color: #ED5565;
  color: #fff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 16px;
  font-size: 1.6rem; }
  .btn img {
    max-width: 400px; }
  .btn:hover {
    background: #e8273b;
    border-color: #e8273b;
    color: #fff; }
  .btn:focus, .btn:active {
    -webkit-transform: translateY(0.1em);
    -moz-transform: translateY(0.1em);
    -ms-transform: translateY(0.1em);
    transform: translateY(0.1em); }
  .btn i.arrow_carrot-right {
    display: inline-block;
    padding-left: 0.2em;
    font-size: 1.6em;
    vertical-align: text-bottom; }
  .btn.sm-btn {
    font-size: 80%;
    padding: 0.5rem 1.5rem; }
  .btn.lg-btn {
    font-size: 125%;
    padding: 2rem 4rem; }

.btn-block {
    display: block;
    background-color: #4ea23d;
    padding: 3%;
    border-radius: 50px;
    width: 80%;
    margin: 3% auto;
    color: white;
    font-weight: bold; }

.btn-group {
  display: inline-block; }
  .btn-group .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-right-color: #e8273b;
    padding: 0.6em 0.8rem; }
  .btn-group .btn:first-child {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0; }
  .btn-group .btn:last-child {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-right-color: #ED5565; }

/*---------------------------------------------------------



---------------------------------------------------------*/
.bo {
  font-weight: 600; }

.lg {
  font-size: 125%; }

.accent {
  color: #DA4453; }

.bar {
  border-bottom: solid 1px; }

.mark {
  -webkit-box-shadow: inset 0 -0.4em 0 #a1ffee;
  -moz-box-shadow: inset 0 -0.4em 0 #a1ffee;
  box-shadow: inset 0 -0.4em 0 #a1ffee; }

.notes {
  font-size: 12px;
  font-size: 1.2rem; }
  @media (max-width: 576px) {
    .notes {
      font-size: 12px;
      font-size: 1.2rem; } }

.frame-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0 0.1rem 2rem rgba(17, 17, 17, 0.45);
  -moz-box-shadow: 0 0.1rem 2rem rgba(17, 17, 17, 0.45);
  box-shadow: 0 0.1rem 2rem rgba(17, 17, 17, 0.45); }
  .frame-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 576px) {
  #map {
    padding-bottom: 150%; } }

.lead {
  font-size: 125%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em; }
  @media (max-width: 576px) {
    .lead {
      font-size: 100%; } }
  .lead small {
    font-weight: normal; }

.sentence {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

html, body, .site-wrap {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

html {
  overflow-x: hidden; }

body {
  background-color: #F5F7FA;
  /* overflow-x: hidden; */ }

img {
  max-width: 100%; }

.block {
  padding: 3rem 0; }
/*  @media (max-width: 576px) {
    .block {
      padding: 4rem 0; } }
  .block.even {
    background-color: #F5F7FA; }
  .block.full {
    padding: 0; } */

.box {
  background-color: #fff;
  padding: 1.6rem; }

/*---------------------------------------------------------



---------------------------------------------------------*/
.site-footer {
  background-color: #b4da9e;
  padding: 0.8rem 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem; }
  .site-footer ul {
    list-style: none; }
    .site-footer ul li {
      display: inline-block; }
      .site-footer ul li a {
        color: #111111; }
        .site-footer ul li a:hover {
          text-decoration: underline; }
  .site-footer .copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem; }

/*---------------------------------------------------------

陬懷勧繧ｹ繧ｿ繧､繝ｫ

---------------------------------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignnone {
  width: 100%; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.alignright:after, .alignleft:after {
  content: '';
  display: block;
  clear: both; }

.t-l {
  text-align: left; }

.t-r {
  text-align: right; }

.t-c {
  text-align: center; }

i.icon-left {
  margin-right: 0.3em; }

i.icon-right {
  margin-left: 0.3em; }

.clearfix {
  min-height: 1px; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

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

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

table.pc {
  display: table; }
@media (max-width: 576px) {
  table.sp {
    display: table; } }

.mb-br {
  margin-bottom: 0; }

.mb-xs {
  margin-bottom: 0.4rem; }

.mb-sm {
  margin-bottom: 0.8rem; }

.mb-md {
  margin-bottom: 1.6rem; }

.mb-lg {
  margin-bottom: 2rem; }

.mb-xlg {
  margin-bottom: 4rem; }

.pb-xs {
  padding-bottom: 0.4rem; }

.pb-sm {
  padding-bottom: 0.8rem; }

.pb-md {
  padding-bottom: 1.6rem; }

.pb-lg {
  padding-bottom: 2rem; }

.pb-xlg {
  padding-bottom: 4rem; }

.check-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  font-family: Georgia, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif; }
  .check-list li {
    line-height: 1.4;
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    font-size: 24px;
    font-size: 2.4rem; }
    .check-list li:last-of-type {
      margin-bottom: 0; }
    .check-list li i, .check-list li .i {
      margin-right: 1.6rem;
      font-size: 1.4em; }
      @media (max-width: 576px) {
        .check-list li i, .check-list li .i {
          margin-right: 0.8rem; } }
    .check-list li .ion-ios-checkmark-outline {
      color: #ED5565; }
  .check-list.element {
    padding: 1.6rem;
    margin-bottom: 1.6rem; }

.hero {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 1% 0;
  font-size: 1.6rem; }
  /* @media (max-width: 768px) {
    .hero {
      padding: 20% 0; } } */

.s01_img01{
	width: 40%;}
@media (max-width: 768px) {
    .s01_img01{
	width: 49%;} }

#s01 {
  background: #3a952a;
  /* background: -moz-linear-gradient(top, #27292b 0%, #828c95 50%, #28343b 100%);
  background: -webkit-linear-gradient(top, #27292b 0%, #828c95 50%, #28343b 100%);
  background: linear-gradient(to bottom, #27292b 0%, #828c95 50%, #28343b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27292b', endColorstr='#28343b',GradientType=0 ); }
  #s01 .frame-wrap {
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 4rem rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0 0 4rem rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 4rem rgba(255, 255, 255, 0.45); */ }

#s02 {
  background-color: #bc8c3a;
  background-size: cover;
  background-position: right top; }
  #s02 .inner {
    width: 60%;
    max-width: 650px; }
  @media (max-width: 768px) {
    #s02 {
      background-position: 80% top; }
      #s02 .inner {
        width: 80%;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 0.8rem; } }

#s02-2{
  text-align:center;
  font-weight: bold;
  padding: 3% 0;
}

#s02-2 a{
    color: red;
}

#s02-2 a:hover{
    text-decoration: underline;
    color: #ff651b;
}


#s03{
  background-color: #442a19;
}

#s04 {
  position: relative; }
<!--  #s04:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 15%;
    background-image: url(../images/s04-bg.png);
    background-size: 100%;
    z-index: 0;
    opacity: 0.6;
    filter: alpha(opacity=60); }
  #s04 .sentence {
    position: relative;
    z-index: 1; } -->

.s04_div1{
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    padding: 4% 0 2% 0;
    line-height: 4vw;
}

.s04_div2{
    background-color: #ec3a3a;
    font-size: 1.4em;
    padding: 2%;
    color: white;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 2px 2px #a20000;
    
    @media (max-width: 768px){
   background-color: #ec3a3a;
    font-size: 3.7vw;
    padding: 2%;
    color: white;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 2px 2px #a20000;
}
}

.s04_div2 p{
    margin: 0 2% 0 0;
}
.s04_div2 img{
    width: 15%;
}

.s04_div3{
    border: solid #eb3b3a 3px;
    border-top: 0px;
    padding: 3%;
}

.s04_div3 p{
	float: right;
    width: 35%;
    margin: 0 0 0 10px;
}

.s04_div5{
    background-color: #3ba712;
    font-size: 1.4em;
    padding: 2%;
    color: white;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 2px 2px #1c6700;
    
    @media (max-width: 768px){
   background-color: #3ba712;
    font-size: 3.7vw;
    padding: 2%;
    color: white;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 2px 2px #1c6700;
}
}

.s04_div5 p{
    margin: 0 2% 0 0;
}
.s04_div5 img{
    width: 15%;
}

.s04_div6{
    border: solid #3ba712 3px;
    border-top: 0px;
    padding: 3%;
}

.s04_div6 p{
	float: right;
    width: 35%;
    margin: 0 0 0 10px;
}


.cta {
  background-image: url(../images/cta-bg.jpg);
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .cta {
      background-attachment: fixed; } }
  .cta .box h3 {
    color: #ED5565;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.6rem; }
  .cta .box ul li {
    margin-bottom: 0.8rem; }

#s05 {
  background-color: #9ce8d9; }
  #s05 h2 img {
    max-width: 350px; }
  #s05 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s05 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s05 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s05 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s05 h2 {
      width: 65%; } }

#s05-2 {
  background-color: #ffe85e; }
  #s05-2 h2 img {
    max-width: 350px; }
  #s05-2 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s05-2 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s05-2 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s05-2 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s05-2 h2 {
      width: 65%; } }


#s05-2 img{
    width: 49%;
}
@media (max-width: 576px) {
#s05-2 img{
    width: 100%;
}
}


#s06 {
  /*background-color: #9ce8d9;*/ }
  #s06 h2 img {
    max-width: 350px; }
  #s06 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s06 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s06 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s06 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s06 h2 {
      width: 65%; } }


#s07 {
  background-color: #ffefc0; }
  #s07 h2 img {
    max-width: 350px; }
  #s07 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s07 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s07 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s07 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s07 h2 {
      width: 65%; } }

.s07_div01 {
  text-align: center;
  font-size: 2.7vw;
  font-weight: bold;
  color: #581313;
  text-decoration: underline;
  line-height: 5vw;
  margin-bottom: 3%;
}

/* X}z\i768pxȉjɂKp */
@media screen and (max-width: 768px) {
  .s07_div01 {
    font-size: 5.2vw;
    line-height: 6vw; /*  sԂL */
  }
}

#s07 ul,
#s09 ul,
#s10 ul,
#s10-2 ul,
#s11 ul{
    list-style-type: none;
    padding-left: 0rem;
}

#s07 li,
#s09 li,
#s10 li,
#s10-2 li,
#s11 li {
    font-weight: bold;
    border-bottom: dotted #a5a5a5 2px;
        max-width: 800px;
    margin-bottom: 10px;
    background-image: url(check.jpg);
    background-position: left center;
    padding: 1% 0 1% 40px;
}

#s09 li,
#s10 li,
#s11 li {
    color: red;
}


#s08 {
  /*background-color: #ffefc0;*/ }
  #s08 h2 img {
    max-width: 350px; }
  #s08 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s08 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s08 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s08 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s08 h2 {
      width: 65%; } }

.s08_div01{
    background-color: #bdecd9;
    padding: 5%;
}

.s08_div02{
    float:right;
    margin: 0 0 10px 10px;
    width: 40%;
    line-height: 0.6em;
    text-align: center;
}
@media (max-width: 768px) {
    .s08_div02 {
      float:none;
      margin: 0;
      width: 100%;
      line-height: 0.6em;
      text-align: center; } }


.s08_div03{
    background-color: #f8fffa;
    padding: 2%;
    text-align: center;
    margin: 0 0 3%;
}

.s08_span01{
    font-size: 0.6em;
}


#s09-2 {
  background-color: #8e5a37; }
  #s09-2 h2 img {
    max-width: 350px; }
  #s09-2 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s09-2 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s09-2 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s09-2 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s09-2 h2 {
      width: 65%; } }

.s09-2_div01{
    color: white;
    font-size: 1.3em;
    width: 100%;
    text-align: center;
}



#s10 {
  /*background-color: #9ce8d9;*/ }
  #s10 h2 img {
    max-width: 350px; }
  #s10 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s10 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s10 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s10 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s10 h2 {
      width: 65%; } }

.s10_p01{
    text-align: center;
    padding: 3% 0;
    text-decoration: underline;
    font-size: 1.1em;
    }

.s10_p02{
    background-color: #c0d5ea;
    color: #313a3a;
    padding: 2%;
    font-size: 0.8em;
}

.s10_img01{

}

.s10_span01{
    color: #8e6926;
    font-size: 1.3em;
    font-weight: bold;
}

.s10_div1{
    border: red solid 4px;
    padding: 5% 3%;
}

.s10_div2{
    background-image: url(img072_q.png);
    padding: 0px 0 0 50px;
    min-height: 54px;
    vertical-align: bottom;
    font-size: 1.2em;
    color: #fe0000;
    font-weight: bold;
    margin: 0 0 1%;
}

.s10_div3{
    background-image: url(img072_a.png);
    padding: 0px 0 15px 50px;
    min-height: 54px;
    margin: 0 0 3%;
    border-bottom: solid 1px #aaaaaa;
}



#s11 {
  background-image: url(support_bg.jpg);
    background-repeat: repeat; }
  #s11 h2 img {
    max-width: 350px; }
  #s11 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s11 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s11 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s11 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s11 h2 {
      width: 90%; } }


.s11_div01 {
    background-color: orangered;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 90%;
    padding: 0.5%;
    font-size: 1.1em;
    border-radius: 10px;
    margin: 0 auto 1em;
}

.s11_div02 {
    font-size: 2.7vw;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    @media screen and (max-width: 560px) {
        font-size: 5.2vw;
    }
}

.s11_p01{
    text-shadow: 1px 1px 3px white;
}


#s12 {
  background-color: #f3ffea; }
  #s12 h2 img {
    max-width: 350px; }
  #s12 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s12 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s12 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s12 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s12 h2 {
      width: 65%; } }

.s12_div01{
    background-color: white;
    padding: 3%;
    border: #ff9948 5px solid;
    margin: 3% 0;
}

.s12_div02{
    margin: 0 0 1% 0;
}

.s12_div03{
    width: 78%;
    float: left;
    font-size: 3.3vw;
    font-weight: bold; }
  @media (max-width: 768px) {
  .s12_div03{
    width: 100%;
    float: none;
    font-size: 3.3vw;
    font-weight: bold; } }

.s12_div04{
    width: 20%;
    float: right;
    font-size: 0.7em; }
  @media (max-width: 768px) {
  .s12_div04{
    width: 80%;
    margin: 0 auto;
    float: none;
    font-size: 1em;
    border-bottom: 1px solid black; } }

.s12_div04 img{ }
  @media (max-width: 768px) {
  .s12_div04 img{
    max-width: 30%;
    float: left; } }

.s12_div05{
    text-align: center;
    border-top: solid 1px black;
    padding: 2% 0;
    margin: 5% 0 0 0; }
  @media (max-width: 768px) {
  .s12_div05{
    text-align: center;
    border-top: none;
    padding: 2% 0;
    margin: 5% 0 0 0; } }

.s12_div06{
    text-align: center;
    font-size: 1.3em;
    color: #ff9948;
    margin: 0 0 3%;
    font-weight: bold;
    border-bottom: 1px #ff9948 solid; }

.s12_div07{
    background-color: #f3f0ec;
    padding: 2%;
    margin-top: 3%;
    color: #2d2b2b;
}

.s12_table01{
    font-size: 1em;
    width: 100%;
    text-align: center;
}

.s12_table01 td{
    padding: 1% 0;
}

.s12_td01{
    background-color: #696969;
    width: 50%;
    color: white;
}

.s12_td02{
    background-color: #ff5e00;
    color: white;
    font-weight: bold;
}

.s12_td03{
    background-color: #e6e6e6;
    color: dimgrey;
    font-weight: bold;
    border-bottom: #696969 solid 1px;
}

.s12_td04{
    background-color: #ffe3b0;
    color: #ff5e01;
    font-weight: bold;
    border-bottom: #ff5e01 solid 1px;
}


#s13 {
  background-color: #ff8036; }
  #s13 h2 img {
    max-width: 350px; }
  #s13 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s13 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s13 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s13 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s13 h2 {
      width: 88%; } }

.s13_div01{
    background-color: white;
    padding: 2%;
}

.s13_red{
    color:red;
}

.s13_strong{
    font-size: 1.6em;
    font-weight: bold;
}

.s13_div02{
    margin: 0 auto;
    position: relative;
    width: 70%;
    height: auto;
}
.box-1x1:before {
    content: "";
    display: block;
    padding-top: 70%;
}

.s13_iframe1{
    border: outset #a09999 3px;
    display: block;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.s13_div03{
    padding: 2% 1%;
    border-radius: 15px;
    margin: 0 0 3%;
}

.creditform{
    background-color: #fffbc6;
    border: solid #ffb01f 2px;
}

.bankform{
    background-color: #d1eaff;
    border: solid #4187ef 2px;
}

.g-recaptcha div {
    margin: 0 auto;
}

.tokyo{
    color: red;
}

.osaka1{
    color: green;
}

.osaka2{
    color: blue;
}

.s13_div04{
    border: 3px solid red;
    border-radius: 15px;
    padding: 3%;
    background-color: #fffada;
}

#s13 ul{
    font-size: 0.8em;
    list-style: decimal;
    width: 95%;
    margin: 0 auto;
}

#s13 li{
    margin: 0 0 3%;
}


#s14 {
  background-color: #885341; }
  #s14 h2 img {
    max-width: 350px; }
  #s14 .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 576px) {
      #s14 .container {
        padding-top: 4rem;
        padding-bottom: 0; } }
    #s14 .container:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      background-image: url(../images/s05.png);
      background-position: top right;
      background-size: contain; }
      @media (max-width: 992px) {
        #s14 .container:before {
          height: auto;
          top: 15px;
          padding-top: 30%;
          right: 15px;
          background-size: 60%; } }
  @media (max-width: 768px) {
    #s14 h2 {
      width: 65%; } }

.s14_div01{
    background-color: #fff6f1;
    background-image: url(img073.png);
    background-position: right bottom;
    padding: 3%;
    border: solid #e8a65e 2px;
    color: #503218;
}


.step_midashi {
	background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    color: brown;
    border: 2px solid;
    margin: 0 0 1em;
}

.step1{
	background-color: #ffff98;
    padding: 3%;
}

.step2{
	background-color: #b8ff98;
    padding: 3%;
    background-image: url(sankaku1.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.step3{
	background-color: #ffdad5;
    padding: 3%;
    background-image: url(sankaku2.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.step4{
	background-color: #ffff98;
    padding: 3%;
    background-image: url(sankaku3.png);
    background-repeat: no-repeat;
    background-position: right top;
}


.Label {		/*^Cg*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#49b862;
}
.Label::before{		/*^Cg̖*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*{*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*J*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.rank-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -ms-flex-wrap: no-wrpa;
  -webkit-flex-wrap: no-wrpa;
  flex-wrap: no-wrpa;
  margin-bottom: 1.6rem; }
  .rank-item .head, .rank-item .body {
    background-color: #fffcb2;
    line-height: 1.5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center; }
  .rank-item .head {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    padding: 1em 0.5em;
    color: #fa891b; }
    .rank-item .head span {
      display: block;
      font-size: 14px;
      font-size: 1.4rem; }
  .rank-item .body {
    width: 100%;
    margin-left: 0.8rem;
    padding: 0.5em; }
    .rank-item .body span {
      display: block;
      font-size: 16px;
      font-size: 1.6rem; }
    .rank-item .body .title {
      font-size: 26px;
      font-size: 2.3rem;
      font-weight: bold; }


.font_m{
	font-size: 0.9em;}
@media (max-width: 768px) {
    .font_m{
	font-size: 1.5em;} }


.sp_on { display: none;}
@media (max-width:576px){
.sp_on { display: unset;}
}
/*# sourceMappingURL=style.css.map */


.curriculum_midashi {
	width: 94%;
	margin: 0 auto 10px;
}
	@media (max-width: 992px){
		.curriculum_midashi{
			width: 100%;
		}
	}

table.curriculum{
	border-top: 1px dotted #000000;
	font-size: 1.5em;
	width: 94%;
	margin: 0 auto;
	}
	@media (max-width: 992px){
		table.curriculum{
			font-size: 1em;
			width: 100%;
		}
	}

.curriculum tr{
	border-bottom: 1px dotted #000000;
}

.curriculum tr.tr1{
	background-color: #bceabc;
}

.curriculum tr.tr2{
	background-color: #ffe5e5;
}

.curriculum tr.tr3{
	background-color: #ffffe7;
}

.curriculum td.td1{
	width: 29%;
	padding: 5px 0 5px 1%;
	}

.curriculum td.td2{
	padding: 0 0 0 1%;
	width: 69%;
	}

@media (max-width: 768px){
.curriculum td.td1{
	width: 96%;
    padding: 5px 2%;
    float: left;
    display: block;
    font-weight: bold;
	}

.curriculum td.td2{
	padding: 0 2%;
    width: 96%;
    clear: both;
    display: block;
	}


.responsive-video {
  position: relative !important;
  padding-bottom: 56.25% !important; /* 16:9 䗦 */
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.responsive-video iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}


.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

}



/* p\RŌƂ"pc"class摜\ */
.pc { display: block !important; 
      font-size: 28px;
      line-height: 1.6;
      color:black;}
.sp { display: none !important; }
 
/* X}[gtHŌƂ"sp"class摜\ */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}




.sp_on { display: none;}
@media (max-width:576px){
.sp_on { display: unset;}
}
/*# sourceMappingURL=style.css.map */
