@charset "UTF-8";
body {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:link:hover, a:visited:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  a:link:hover, a:visited:hover {
    opacity: 1;
  }
}

a:link.txt_link, a:visited.txt_link {
  color: #009fe8;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img.pc {
  display: inline;
}

@media screen and (max-width: 768px) {
  img.pc {
    display: none;
  }
}

img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  img.sp {
    display: inline;
  }
}

img.round {
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  img.round {
    border-radius: 10px;
  }
}

img.tmb_upload {
  margin: 0 15px 0 0;
}

@media screen and (max-width: 428px) {
  img.tmb_upload {
    margin: 3px 0 8px;
    width: 60px;
  }
}

hr {
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

input,
select,
textarea {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 11px 18px;
  width: 100%;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input.half,
select.half,
textarea.half {
  width: 49%;
}

input.half:first-child,
select.half:first-child,
textarea.half:first-child {
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  input.half:first-child,
  select.half:first-child,
  textarea.half:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  input.half.address_input,
  select.half.address_input,
  textarea.half.address_input {
    margin-bottom: 0;
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 768px) {
  input.half,
  select.half,
  textarea.half {
    width: 100%;
  }
}

input.price,
select.price,
textarea.price {
  width: 140px;
}

@media screen and (max-width: 768px) {
  input,
  select,
  textarea {
    padding: 8px 14px;
    border-radius: 5px;
  }
}

textarea {
  min-height: 160px;
  max-height: 320px;
  resize: vertical;
}

.address_search {
  border: none;
  border-radius: 10px;
  padding: 11px 18px;
  width: 70px;
  background: #777;
  color: #fff;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .address_search {
    padding: 8px 14px;
    width: 60px;
    border-radius: 5px;
  }
}

.confirm_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.confirm_check label input[type=checkbox] {
  display: none;
}

.confirm_check label input[type=checkbox]:checked + span:after {
  display: block;
  border-right: 2px solid #009fe8;
  border-bottom: 2px solid #009fe8;
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -12px;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .confirm_check label input[type=checkbox]:checked + span:after {
    margin-top: -9px;
    width: 7px;
    height: 12px;
  }
}

.confirm_check label span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .confirm_check label span:before {
    margin-top: -1px;
    width: 19px;
    height: 19px;
  }
}

@media screen and (max-width: 768px) {
  .confirm_check label {
    padding-left: 25px;
  }
}

.search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_box input[type=search] {
  width: calc(100% - 50px);
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  .search_box input[type=search] {
    width: calc(100% - 45px);
    border-radius: 5px 0 0 5px;
  }
}

.search_box input[type=submit] {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 10px 10px 0;
  background: #009fe8;
  color: #fff;
  font-family: "Ionicons";
  font-size: 2.4rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .search_box input[type=submit] {
    width: 45px;
    height: 45px;
    border-radius: 0 5px 5px 0;
  }
}

.select_wrap {
  position: relative;
}

.select_wrap:after {
  content: "";
  z-index: 2;
  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;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 9px;
  background: url(../img/icn_select.svg) center no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

@media screen and (max-width: 768px) {
  .select_wrap:after {
    right: 10px;
    width: calc(16px / 1.5);
    height: calc(9px / 1.5);
  }
}

select {
  padding: 6px 45px 6px 15px;
  width: auto;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  select {
    padding: 6px 30px 6px 10px;
    border-radius: 5px;
  }
}

select::-ms-expand {
  display: none;
}

.radio_box {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

input[type="radio"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"] + span {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.4;
}

input[type="radio"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type="radio"] + span:before {
    width: 18px;
    height: 18px;
  }
}

input[type="radio"] + span:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  input[type="radio"] + span {
    padding: 0 0 0 25px;
  }
}

input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #007aff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  input[type="radio"]:checked + span:after {
    width: 10px;
    height: 10px;
  }
}

input[type="file"] {
  padding: 0;
  width: auto;
  border-radius: inherit;
  background: none;
}

input[type=button] {
  padding: 6px 15px;
  width: auto;
  border: 1px solid #999;
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  input[type=button] {
    padding: 6px 10px;
  }
}

.error {
  margin-bottom: 10px;
  color: #d40000;
  font-size: 1.3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .error {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
}

table {
  border-collapse: collapse;
}

.reservation_table {
  overflow: auto;
  max-height: 600px;
}

@media screen and (max-width: 768px) {
  .reservation_table.sp_swipe {
    overflow-x: scroll;
  }
  .reservation_table.sp_swipe table {
    min-width: 650px;
  }
}

.reservation_table table {
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 1;
}

.reservation_table table thead th {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.reservation_table table tr:first-child th {
  border-top: 1px solid #ccc;
}

.reservation_table table tr th {
  height: 34px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #daedf6;
  font-weight: 500;
  text-align: center;
}

.reservation_table table tr th:first-child {
  border-left: 1px solid #ccc;
}

.reservation_table table tr td {
  height: 34px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: center;
}

.reservation_table table tr td:first-child {
  border-left: 1px solid #ccc;
}

.reservation_table table tr td.time {
  width: 90px;
  background: #daedf6;
}

@media screen and (max-width: 768px) {
  .reservation_table table tr td.time {
    width: 70px;
  }
}

.reservation_table table tr td.available {
  color: #009fe8;
  font-weight: 700;
}

.reservation_table table tr td.unavailable {
  background: #f2f2f2;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .reservation_table table {
    font-size: 1.2rem;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder, textarea::placeholder {
  color: #ccc;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

.anim_content {
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.animated {
  visibility: visible;
}

.animated.opening_anim {
  -webkit-animation: opening_anim 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: opening_anim 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintotop {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(1) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(2) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 1.6s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 1.6s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(3) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 2.4s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 2.4s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(4) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 3.2s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 3.2s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(5) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 4s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 4s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(6) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 4.8s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 4.8s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(7) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 5.6s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 5.6s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(8) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 6.4s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 6.4s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(9) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 7.2s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 7.2s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(10) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 8s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 8s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(11) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 8.8s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 8.8s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(12) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 9.6s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 9.6s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(13) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 10.4s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 10.4s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(14) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 11.2s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 11.2s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(15) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 12s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 12s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(16) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 12.8s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 12.8s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(17) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 13.6s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 13.6s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(18) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 14.4s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 14.4s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(19) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 15.2s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 15.2s 1 normal both;
}

.animated.curtaintotop .delay:nth-child(20) {
  -webkit-animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 16s 1 normal both;
  animation: curtaintotop 1s cubic-bezier(0.7, 0, 0.17, 1) 16s 1 normal both;
}

.animated.curtaintobottom {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(1) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(2) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 1.6s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 1.6s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(3) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 2.4s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 2.4s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(4) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 3.2s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 3.2s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(5) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 4s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 4s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(6) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 4.8s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 4.8s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(7) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 5.6s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 5.6s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(8) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 6.4s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 6.4s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(9) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 7.2s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 7.2s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(10) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 8s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 8s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(11) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 8.8s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 8.8s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(12) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 9.6s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 9.6s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(13) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 10.4s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 10.4s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(14) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 11.2s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 11.2s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(15) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 12s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 12s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(16) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 12.8s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 12.8s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(17) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 13.6s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 13.6s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(18) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 14.4s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 14.4s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(19) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 15.2s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 15.2s 1 normal both;
}

.animated.curtaintobottom .delay:nth-child(20) {
  -webkit-animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 16s 1 normal both;
  animation: curtaintobottom 1s cubic-bezier(0.7, 0, 0.17, 1) 16s 1 normal both;
}

.animated.curtaintoright {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(1) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(2) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 1.6s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 1.6s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(3) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 2.4s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 2.4s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(4) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 3.2s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 3.2s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(5) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 4s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 4s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(6) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 4.8s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 4.8s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(7) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 5.6s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 5.6s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(8) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 6.4s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 6.4s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(9) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 7.2s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 7.2s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(10) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 8s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 8s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(11) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 8.8s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 8.8s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(12) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 9.6s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 9.6s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(13) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 10.4s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 10.4s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(14) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 11.2s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 11.2s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(15) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 12s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 12s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(16) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 12.8s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 12.8s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(17) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 13.6s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 13.6s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(18) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 14.4s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 14.4s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(19) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 15.2s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 15.2s 1 normal both;
}

.animated.curtaintoright .delay:nth-child(20) {
  -webkit-animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 16s 1 normal both;
  animation: curtaintoright 1s cubic-bezier(0.7, 0, 0.17, 1) 16s 1 normal both;
}

.animated.curtaintoleft {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(1) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 0.8s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(2) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 1.6s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 1.6s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(3) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 2.4s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 2.4s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(4) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 3.2s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 3.2s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(5) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 4s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 4s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(6) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 4.8s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 4.8s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(7) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 5.6s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 5.6s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(8) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 6.4s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 6.4s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(9) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 7.2s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 7.2s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(10) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 8s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 8s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(11) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 8.8s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 8.8s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(12) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 9.6s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 9.6s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(13) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 10.4s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 10.4s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(14) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 11.2s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 11.2s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(15) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 12s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 12s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(16) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 12.8s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 12.8s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(17) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 13.6s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 13.6s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(18) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 14.4s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 14.4s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(19) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 15.2s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 15.2s 1 normal both;
}

.animated.curtaintoleft .delay:nth-child(20) {
  -webkit-animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 16s 1 normal both;
  animation: curtaintoleft 1s cubic-bezier(0.7, 0, 0.17, 1) 16s 1 normal both;
}

@-webkit-keyframes opening_anim {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -35% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, -35% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes opening_anim {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -35% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, -35% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@-webkit-keyframes curtaintotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes curtaintotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes curtaintobottom {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes curtaintobottom {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes curtaintoright {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes curtaintoright {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes curtaintoleft {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes curtaintoleft {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.curtain_anim_text {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.curtain_anim_text.active {
  -webkit-animation: curtain_anim 1s cubic-bezier(0.7, 0, 0.17, 1) 0.2s 1 normal both running;
  animation: curtain_anim 1s cubic-bezier(0.7, 0, 0.17, 1) 0.2s 1 normal both running;
}

@-webkit-keyframes curtain_anim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes curtain_anim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@media screen and (max-width: 768px) {
  .no_animated {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1080px;
  width: 100%;
}

.inner.narrower {
  max-width: 780px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

.round {
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .round {
    border-radius: 10px;
  }
}

.bg {
  padding: 40px 50px 50px;
  background: #daedf6;
}

@media screen and (max-width: 768px) {
  .bg {
    padding: 30px 30px 40px;
  }
}

@media screen and (max-width: 428px) {
  .bg {
    padding: 25px 20px 30px;
  }
}

.bd {
  padding: 40px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .bd {
    padding: 30px;
  }
}

@media screen and (max-width: 428px) {
  .bd {
    padding: 25px 20px;
  }
}

.bg_gray {
  padding: 60px 0;
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .bg_gray {
    padding: 40px 0;
  }
}

@media screen and (max-width: 428px) {
  .bg_gray {
    padding: 30px 0;
  }
}

.bd_top_box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.mail_icon {
  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;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #009fe8;
  color: #fff;
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  .mail_icon {
    width: 60px;
    height: 60px;
    font-size: 3.5rem;
  }
}

.btn_link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 40px !important;
  min-width: 220px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background: #009fe8;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_link.white {
  background: #fff;
  color: #009fe8 !important;
}

.btn_link.white:after {
  color: #009fe8;
}

.btn_link.gray {
  background: #ccc;
}

.btn_link.red {
  background: #d40000;
}

.btn_link.back {
  margin: 0 20px 0 0;
  background: #777;
}

@media screen and (max-width: 768px) {
  .btn_link.back {
    margin: 0 auto 20px;
  }
}

.btn_link:after {
  content: '\f3d1';
  position: absolute;
  right: 20px;
  color: #fff;
  font-family: "Ionicons";
  font-weight: 500;
}

.btn_link[type=submit], .btn_link[type=button] {
  width: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_link[type=submit]:hover, .btn_link[type=button]:hover {
  opacity: .6;
  cursor: pointer;
}

.btn_link[type=submit]:disabled:hover, .btn_link[type=button]:disabled:hover {
  opacity: 1;
  cursor: auto;
}

@media screen and (max-width: 768px) {
  .btn_link {
    margin: 0 auto;
    height: 45px;
  }
}

#header {
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
}

#header.system {
  background: #000;
}

#header.system li {
  color: #fff;
}

#header.system a {
  color: #fff;
}

#header > .inner {
  height: 60px;
}

@media screen and (max-width: 768px) {
  #header > .inner .header_logo {
    width: 100px;
  }
}

#header > .inner .cmn_menu li {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #header > .inner .cmn_menu li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 428px) {
  #header > .inner .cmn_menu li {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 428px) {
  #header > .inner .cmn_menu {
    margin-top: 4px;
  }
}

#header > .inner .hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  background: #007ebe;
  cursor: pointer;
}

#header > .inner .hamburger.on .hamburger_line.hamburger_line_1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 28px;
}

#header > .inner .hamburger.on .hamburger_line.hamburger_line_2 {
  width: 0;
  left: 50%;
}

#header > .inner .hamburger.on .hamburger_line.hamburger_line_3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
}

#header > .inner .hamburger .hamburger_line {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#header > .inner .hamburger .hamburger_line.hamburger_line_1 {
  top: 21px;
}

#header > .inner .hamburger .hamburger_line.hamburger_line_2 {
  top: 29px;
}

#header > .inner .hamburger .hamburger_line.hamburger_line_3 {
  top: 37px;
}

#header > .inner .hamburger_menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#header > .inner .hamburger_menu.on {
  opacity: 1;
  pointer-events: all;
}

#header > .inner .hamburger_menu ul {
  padding: 20px 30px;
  background: #007ebe;
}

#header > .inner .hamburger_menu ul li {
  position: relative;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  line-height: 1.2;
}

#header > .inner .hamburger_menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#header > .inner .hamburger_menu ul li a {
  color: #fff;
}

@media screen and (max-width: 428px) {
  #header > .inner .hamburger_menu ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 428px) {
  #header > .inner .hamburger_menu ul {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  #header > .inner .hamburger_menu {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #header > .inner {
    padding: 0 0 0 15px;
  }
}

#footer {
  position: relative;
  margin-top: 140px;
  padding: 70px 0;
  background: #daedf6;
}

#footer .pagetop {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #009fe8;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .pagetop:hover {
  top: -45px;
}

@media screen and (max-width: 768px) {
  #footer .pagetop:hover {
    top: -25px;
  }
}

#footer .pagetop i {
  margin: -4px 0 -2px;
  font-size: 2rem;
  line-height: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  #footer .pagetop i {
    font-size: 1.6rem;
  }
}

#footer .pagetop .mp {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #footer .pagetop .mp {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  #footer .pagetop {
    top: -25px;
    width: 55px;
    height: 55px;
  }
}

#footer .inner > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .inner > .row nav ul:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  #footer .inner > .row nav ul:first-child {
    margin-right: 35px;
  }
}

#footer .inner > .row nav ul li {
  margin-top: 6px;
  font-size: 1.3rem;
}

#footer .inner > .row nav ul li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #footer .inner > .row nav ul li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  #footer .inner > .row .logo img {
    width: 170px;
  }
}

@media screen and (max-width: 428px) {
  #footer .inner > .row .logo img {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  #footer .inner > .row .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

#footer .inner > .row .copyright {
  margin-top: 40px;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #footer .inner > .row .copyright {
    margin-top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #footer .inner > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 70px;
    padding: 45px 0 35px;
  }
}

.top_body {
  position: fixed;
}

#opening_logo {
  z-index: 99;
  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;
  position: absolute;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  background: #fff;
  animation: opening_logo 1s cubic-bezier(0.7, 0, 0.17, 1) 3s 1 reverse both;
}

@-webkit-keyframes opening_logo {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -35% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, -35% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes opening_logo {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -35% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, -35% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

#opening_logo img {
  min-width: 300px;
  width: 300px;
  width: 21.96193vw;
}

@media screen and (max-width: 768px) {
  #opening_logo img {
    min-width: 180px;
  }
}

@media screen and (max-width: 768px) {
  #opening_logo {
    height: auto;
    min-height: calc(100vh - 0px);
    min-height: calc(var(--vh, 1vh) * 100 - 0px);
  }
}

#main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  background: #daedf6;
}

#main_visual > .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100vh;
  min-height: 768px;
}

#main_visual > .row .mv_stand img {
  width: 390px;
  width: 28.55051vw;
}

@media screen and (min-width: 1366px) {
  #main_visual > .row .mv_stand img {
    max-width: 390px;
  }
}

#main_visual > .row .mv_content {
  margin-right: 10px;
  margin-right: 0.73206vw;
  margin-left: 10px;
  margin-left: 0.73206vw;
}

@media screen and (min-width: 1366px) {
  #main_visual > .row .mv_content {
    margin-right: 10px;
    margin-left: 10px;
  }
}

#main_visual > .row .mv_content .logo img {
  margin: 0 auto;
  min-width: 300px;
  width: 300px;
  width: 21.96193vw;
}

@media screen and (min-width: 1366px) {
  #main_visual > .row .mv_content .logo img {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  #main_visual > .row .mv_content .logo img {
    min-width: 180px;
  }
}

#main_visual > .row .mv_content .mp {
  margin-top: 40px;
  margin-top: 2.92826vw;
  margin-bottom: 40px;
  margin-bottom: 2.92826vw;
  color: #009fe8;
  font-size: 22px;
  font-size: 1.61054vw;
  letter-spacing: .05em;
  line-height: 1.36364;
}

@media screen and (min-width: 1366px) {
  #main_visual > .row .mv_content .mp {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}

#main_visual > .row .mv_content .mp br {
  display: none;
}

@media screen and (max-width: 1000px) {
  #main_visual > .row .mv_content .mp br {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  #main_visual > .row .mv_content .mp {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  #main_visual > .row .mv_content .mp {
    margin: 15px 0;
    font-size: 1.7rem;
  }
}

#main_visual > .row .mv_content .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#main_visual > .row .mv_content .row .btn_link {
  min-width: inherit;
  max-width: 220px;
  max-width: 16.10542vw;
  width: 220px;
  width: 16.10542vw;
  height: 50px;
  height: 3.66032vw;
  border-radius: 25px;
  border-radius: 1.83016vw;
  font-size: 15px;
  font-size: 1.0981vw;
}

#main_visual > .row .mv_content .row .btn_link:first-child {
  margin-right: 30px;
  margin-right: 2.19619vw;
}

@media screen and (min-width: 1366px) {
  #main_visual > .row .mv_content .row .btn_link:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1000px) {
  #main_visual > .row .mv_content .row .btn_link:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #main_visual > .row .mv_content .row .btn_link:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1366px) {
  #main_visual > .row .mv_content .row .btn_link {
    max-width: 220px;
    width: 220px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.5rem;
  }
}

#main_visual > .row .mv_content .row .btn_link:after {
  right: 20px;
  right: 1.46413vw;
}

@media screen and (min-width: 1366px) {
  #main_visual > .row .mv_content .row .btn_link:after {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #main_visual > .row .mv_content .row .btn_link:after {
    right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #main_visual > .row .mv_content .row .btn_link {
    max-width: 100%;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  #main_visual > .row .mv_content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #main_visual > .row .mv_content {
    margin: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  #main_visual > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
    height: auto;
    min-height: calc(100vh - 0px);
    min-height: calc(var(--vh, 1vh) * 100 - 0px);
  }
}

#main_visual .scroll {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 70px;
  height: 30px;
  color: #009fe8;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: scroll 2.5s ease infinite;
  animation: scroll 2.5s ease infinite;
}

#main_visual .scroll i {
  margin: 0 0 -10px;
  font-size: 2rem;
  line-height: 0;
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

@media screen and (max-width: 768px) {
  #main_visual .scroll i {
    font-size: 1.6rem;
  }
}

#main_visual .scroll .mp {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  #main_visual .scroll .mp {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  50% {
    -webkit-transform: translate(0%, 40%);
    transform: translate(0%, 40%);
  }
  to {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  50% {
    -webkit-transform: translate(0%, 40%);
    transform: translate(0%, 40%);
  }
  to {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
}

@media screen and (max-width: 768px) {
  #main_visual {
    height: auto;
    min-height: calc(100vh - 0px);
    min-height: calc(var(--vh, 1vh) * 100 - 0px);
  }
}

#top_about .point {
  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;
}

#top_about .point span {
  margin-left: 10px;
  font-size: 2.4rem;
}

#top_about .image {
  position: absolute;
  top: 30px;
}

#top_about .image.left {
  left: -315px;
}

@media screen and (max-width: 768px) {
  #top_about .image.left img {
    width: calc(480px / 1.5);
  }
}

@media screen and (max-width: 920px) {
  #top_about .image.left {
    left: -365px;
  }
}

@media screen and (max-width: 768px) {
  #top_about .image.left {
    left: -210px;
  }
}

@media screen and (max-width: 428px) {
  #top_about .image.left {
    left: -270px;
  }
}

#top_about .image.right {
  right: 20px;
}

@media screen and (max-width: 768px) {
  #top_about .image.right img {
    width: calc(148px / 1.5);
  }
}

@media screen and (max-width: 920px) {
  #top_about .image.right {
    right: -80px;
  }
}

@media screen and (max-width: 768px) {
  #top_about .image.right {
    right: 15px;
  }
}

@media screen and (max-width: 428px) {
  #top_about .image.right {
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  #top_about .image {
    top: 95px;
  }
}

#top_separator {
  width: 100%;
  height: 270px;
  background: url(../img/top_separator.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 428px) {
  #top_separator {
    height: 180px;
  }
}

#top_introduction .bg {
  padding: 30px 20px;
  height: 100%;
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  #top_introduction .bg img {
    margin: 0;
    width: 80px;
  }
}

#top_introduction .bg figcaption {
  width: calc(100% - 120px);
}

@media screen and (max-width: 768px) {
  #top_introduction .bg figcaption {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  #top_introduction .bg {
    padding: 20px;
  }
}

.breadcrumb {
  margin-top: 60px;
  padding: 9px 0;
  background: #f2f2f2;
}

.breadcrumb li {
  position: relative;
  font-size: 1.2rem;
}

.breadcrumb li:after {
  content: '\f3d1';
  padding: 0 10px 0 6px;
  font-family: "Ionicons";
}

@media screen and (max-width: 428px) {
  .breadcrumb li:after {
    padding: 0 5px;
  }
}

.breadcrumb li:last-child:after {
  content: none;
}

@media screen and (max-width: 428px) {
  .breadcrumb li {
    font-size: 1rem;
  }
}

.member_menu {
  border-bottom: 1px solid #ccc;
}

.member_menu ul {
  padding: 20px 0;
}

.member_menu ul li {
  position: relative;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding-right: 20px;
  border-right: 1px solid #000;
  line-height: 1.2;
}

.member_menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.member_menu ul li a.active {
  color: #009fe8;
}

@media screen and (max-width: 428px) {
  .member_menu ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 428px) {
  .member_menu ul {
    padding: 10px 0;
  }
}

.admin_list_menu ul li {
  position: relative;
  margin-top: 5px;
  margin-right: 30px;
  line-height: 1.2;
}

.admin_list_menu ul li:last-child {
  margin-right: 0;
}

.admin_list_menu ul li a {
  text-decoration: underline;
}

@media screen and (max-width: 428px) {
  .admin_list_menu ul li {
    margin-right: 15px;
  }
}

.info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.info_list:first-child {
  margin-top: 0;
}

.info_list dt {
  width: 100px;
  background: #009fe8;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .info_list dt {
    width: 90px;
    font-size: 1.4rem;
  }
}

.info_list dd {
  width: calc(100% - 130px);
}

@media screen and (max-width: 768px) {
  .info_list dd {
    width: calc(100% - 110px);
  }
}

.pager a.page-numbers, .pager .current {
  display: block;
  margin: 5px;
  padding: 7px 16px;
  border-radius: 7px;
  background: #009fe8;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .pager a.page-numbers, .pager .current {
    margin: 3px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 1.2rem;
  }
}

.pager .dots {
  margin: 5px;
}

@media screen and (max-width: 768px) {
  .pager .dots {
    margin: 3px;
  }
}

.pager .current {
  background: #777;
}

body {
  color: #000;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86667;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.mp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: .05em;
}

.wh {
  color: #fff !important;
}

.blue {
  color: #009fe8 !important;
}

.red {
  color: #d40000;
}

.bold {
  font-weight: 700;
}

.note {
  font-size: 1.1rem;
}

.notice {
  display: block;
  width: 100%;
  color: #d40000;
}

.require {
  display: inline-block;
  margin-left: 10px;
  width: 35px;
  height: 20px;
  background: #d40000;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .require {
    width: 32px;
    height: 16px;
    font-size: 1rem;
    line-height: 16px;
  }
}

.operation_icon {
  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;
  margin-left: 20px;
  width: 60px;
  height: 27px;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
}

.operation_icon.pause {
  background: #ccc;
}

@media screen and (max-width: 768px) {
  .operation_icon {
    margin-left: 10px;
    width: 50px;
    height: 20px;
    font-size: 1.1rem;
  }
}

.section_page_ttl {
  position: relative;
  text-align: center;
}

.section_page_ttl .en {
  position: relative;
  color: #009fe8;
  font-size: 1.2rem;
}

.section_page_ttl .en:after {
  content: '';
  display: block;
  margin: 5px auto 0;
  width: 75px;
  height: 25px;
  background: url(../img/icn_ttl.svg) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .section_page_ttl .en:after {
    width: calc(75px / 1.2);
    height: calc(25px / 1.2);
  }
}

@media screen and (max-width: 768px) {
  .section_page_ttl .en {
    font-size: 1.1rem;
  }
}

.section_page_ttl .jp {
  margin-top: 5px;
  font-size: 3rem;
  line-height: 1.33333;
}

@media screen and (max-width: 768px) {
  .section_page_ttl .jp {
    margin-top: 8px;
    font-size: 2rem;
  }
}

.section_page_ttl .btn_link {
  position: absolute;
  top: -10px;
  right: 0;
  padding: 0 !important;
  min-width: 100px;
  height: 50px;
  border-radius: 10px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
}

.section_page_ttl .btn_link:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .section_page_ttl .btn_link {
    min-width: 75px;
    height: 35px;
    border-radius: 5px;
    font-size: 1.3rem;
  }
}

.section_ttl {
  color: #009fe8;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.45455;
}

@media screen and (max-width: 768px) {
  .section_ttl {
    font-size: 1.7rem;
  }
}

.section_child_ttl {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.64706;
}

@media screen and (max-width: 768px) {
  .section_child_ttl {
    font-size: 1.5rem;
  }
}

.cmn_ttl {
  line-height: 1.27778;
}

.cmn_ttl .en {
  display: inline-block;
  color: #d40000;
  font-size: 6rem;
}

@media screen and (max-width: 567px) {
  .cmn_ttl .en {
    font-size: 3.7rem;
    letter-spacing: 0;
  }
}

.cmn_ttl .mp {
  font-size: 2.2rem;
}

@media screen and (max-width: 567px) {
  .cmn_ttl .mp {
    font-size: 1.5rem;
  }
}

.cmn_ttl_wrap {
  position: relative;
  text-align: center;
}

.cmn_ttl_wrap .cmn_ttl_spacer {
  z-index: 2;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  background: #fff;
}

.cmn_ttl_wrap .cmn_ttl_spacer .cmn_ttl {
  padding-right: 10px;
}

@media screen and (max-width: 567px) {
  .cmn_ttl_wrap .cmn_ttl_spacer .cmn_ttl {
    padding-right: 5px;
  }
}

@media screen and (max-width: 567px) {
  .cmn_ttl_wrap .cmn_ttl_spacer {
    padding: 0 10px;
  }
}

.cmn_ttl_wrap .line {
  z-index: 1;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ccc;
}

@media screen and (max-width: 567px) {
  .cmn_ttl_wrap .line {
    top: 32px;
  }
}

.cmn_sub_ttl {
  color: #d40000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.4rem;
  font-style: italic;
  font-weight: 700 !important;
  letter-spacing: .025em;
  line-height: 1.19048;
}

.cmn_sub_ttl.wh {
  color: #fff;
}

.cmn_sub_ttl.ds {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 567px) {
  .cmn_sub_ttl.ds {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  }
}

.cmn_sub_ttl .en {
  font-weight: 600 !important;
}

.cmn_sub_ttl .large {
  font-size: 5rem;
}

@media screen and (max-width: 567px) {
  .cmn_sub_ttl .large {
    font-size: 3rem;
  }
}

@media screen and (max-width: 567px) {
  .cmn_sub_ttl {
    font-size: 2.7rem;
    line-height: 1.35714;
  }
}

.mt00 {
  margin-top: 0px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

@media screen and (max-width: 768px) {
  .mt05 {
    margin-top: 2.5px !important;
  }
  .pt05 {
    padding-top: 2.5px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .pt10 {
    padding-top: 5px !important;
  }
  .mt15 {
    margin-top: 7.5px !important;
  }
  .pt15 {
    padding-top: 7.5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .pt20 {
    padding-top: 10px !important;
  }
  .mt25 {
    margin-top: 12.5px !important;
  }
  .pt25 {
    padding-top: 12.5px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .pt30 {
    padding-top: 15px !important;
  }
  .mt35 {
    margin-top: 17.5px !important;
  }
  .pt35 {
    padding-top: 17.5px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .mt45 {
    margin-top: 22.5px !important;
  }
  .pt45 {
    padding-top: 22.5px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .pt50 {
    padding-top: 25px !important;
  }
  .mt55 {
    margin-top: 27.5px !important;
  }
  .pt55 {
    padding-top: 27.5px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .pt60 {
    padding-top: 30px !important;
  }
  .mt65 {
    margin-top: 32.5px !important;
  }
  .pt65 {
    padding-top: 32.5px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .pt70 {
    padding-top: 35px !important;
  }
  .mt75 {
    margin-top: 37.5px !important;
  }
  .pt75 {
    padding-top: 37.5px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .mt85 {
    margin-top: 42.5px !important;
  }
  .pt85 {
    padding-top: 42.5px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .pt90 {
    padding-top: 45px !important;
  }
  .mt95 {
    margin-top: 47.5px !important;
  }
  .pt95 {
    padding-top: 47.5px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .mt110 {
    margin-top: 55px !important;
  }
  .pt110 {
    padding-top: 55px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .pt120 {
    padding-top: 60px !important;
  }
  .mt130 {
    margin-top: 65px !important;
  }
  .pt130 {
    padding-top: 65px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .pt140 {
    padding-top: 70px !important;
  }
  .mt150 {
    margin-top: 75px !important;
  }
  .pt150 {
    padding-top: 75px !important;
  }
  .mt160 {
    margin-top: 80px !important;
  }
  .pt160 {
    padding-top: 80px !important;
  }
  .mt170 {
    margin-top: 85px !important;
  }
  .pt170 {
    padding-top: 85px !important;
  }
  .mt180 {
    margin-top: 90px !important;
  }
  .pt180 {
    padding-top: 90px !important;
  }
  .mt190 {
    margin-top: 95px !important;
  }
  .pt190 {
    padding-top: 95px !important;
  }
  .mt200 {
    margin-top: 100px !important;
  }
  .pt200 {
    padding-top: 100px !important;
  }
  .mt00_sp {
    margin-top: 0px !important;
  }
  .pt00_sp {
    padding-top: 0px !important;
  }
  .mt05_sp {
    margin-top: 5px !important;
  }
  .pt05_sp {
    padding-top: 5px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .pt10_sp {
    padding-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .pt15_sp {
    padding-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .pt20_sp {
    padding-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .pt25_sp {
    padding-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .pt30_sp {
    padding-top: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .pt35_sp {
    padding-top: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .pt40_sp {
    padding-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .pt45_sp {
    padding-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .pt50_sp {
    padding-top: 50px !important;
  }
  .mt55_sp {
    margin-top: 55px !important;
  }
  .pt55_sp {
    padding-top: 55px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .pt60_sp {
    padding-top: 60px !important;
  }
  .mt65_sp {
    margin-top: 65px !important;
  }
  .pt65_sp {
    padding-top: 65px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .pt70_sp {
    padding-top: 70px !important;
  }
  .mt75_sp {
    margin-top: 75px !important;
  }
  .pt75_sp {
    padding-top: 75px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .pt80_sp {
    padding-top: 80px !important;
  }
  .mt85_sp {
    margin-top: 85px !important;
  }
  .pt85_sp {
    padding-top: 85px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .pt90_sp {
    padding-top: 90px !important;
  }
  .mt95_sp {
    margin-top: 95px !important;
  }
  .pt95_sp {
    padding-top: 95px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .pt100_sp {
    padding-top: 100px !important;
  }
  .mt110_sp {
    margin-top: 110px !important;
  }
  .pt110_sp {
    padding-top: 110px !important;
  }
  .mt120_sp {
    margin-top: 120px !important;
  }
  .pt120_sp {
    padding-top: 120px !important;
  }
  .mt130_sp {
    margin-top: 130px !important;
  }
  .pt130_sp {
    padding-top: 130px !important;
  }
  .mt140_sp {
    margin-top: 140px !important;
  }
  .pt140_sp {
    padding-top: 140px !important;
  }
  .mt150_sp {
    margin-top: 150px !important;
  }
  .pt150_sp {
    padding-top: 150px !important;
  }
  .mt160_sp {
    margin-top: 160px !important;
  }
  .pt160_sp {
    padding-top: 160px !important;
  }
  .mt170_sp {
    margin-top: 170px !important;
  }
  .pt170_sp {
    padding-top: 170px !important;
  }
  .mt180_sp {
    margin-top: 180px !important;
  }
  .pt180_sp {
    padding-top: 180px !important;
  }
  .mt190_sp {
    margin-top: 190px !important;
  }
  .pt190_sp {
    padding-top: 190px !important;
  }
  .mt200_sp {
    margin-top: 200px !important;
  }
  .pt200_sp {
    padding-top: 200px !important;
  }
}

.mr00 {
  margin-right: 0px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 768px) {
  .mr00_sp {
    margin-right: 0px !important;
  }
  .pr00_sp {
    padding-right: 0px !important;
  }
  .mr05_sp {
    margin-right: 5px !important;
  }
  .pr05_sp {
    padding-right: 5px !important;
  }
  .mr10_sp {
    margin-right: 10px !important;
  }
  .pr10_sp {
    padding-right: 10px !important;
  }
  .mr15_sp {
    margin-right: 15px !important;
  }
  .pr15_sp {
    padding-right: 15px !important;
  }
  .mr20_sp {
    margin-right: 20px !important;
  }
  .pr20_sp {
    padding-right: 20px !important;
  }
  .mr25_sp {
    margin-right: 25px !important;
  }
  .pr25_sp {
    padding-right: 25px !important;
  }
  .mr30_sp {
    margin-right: 30px !important;
  }
  .pr30_sp {
    padding-right: 30px !important;
  }
  .mr35_sp {
    margin-right: 35px !important;
  }
  .pr35_sp {
    padding-right: 35px !important;
  }
  .mr40_sp {
    margin-right: 40px !important;
  }
  .pr40_sp {
    padding-right: 40px !important;
  }
  .mr45_sp {
    margin-right: 45px !important;
  }
  .pr45_sp {
    padding-right: 45px !important;
  }
  .mr50_sp {
    margin-right: 50px !important;
  }
  .pr50_sp {
    padding-right: 50px !important;
  }
  .mr55_sp {
    margin-right: 55px !important;
  }
  .pr55_sp {
    padding-right: 55px !important;
  }
  .mr60_sp {
    margin-right: 60px !important;
  }
  .pr60_sp {
    padding-right: 60px !important;
  }
  .mr65_sp {
    margin-right: 65px !important;
  }
  .pr65_sp {
    padding-right: 65px !important;
  }
  .mr70_sp {
    margin-right: 70px !important;
  }
  .pr70_sp {
    padding-right: 70px !important;
  }
  .mr75_sp {
    margin-right: 75px !important;
  }
  .pr75_sp {
    padding-right: 75px !important;
  }
  .mr80_sp {
    margin-right: 80px !important;
  }
  .pr80_sp {
    padding-right: 80px !important;
  }
  .mr85_sp {
    margin-right: 85px !important;
  }
  .pr85_sp {
    padding-right: 85px !important;
  }
  .mr90_sp {
    margin-right: 90px !important;
  }
  .pr90_sp {
    padding-right: 90px !important;
  }
  .mr95_sp {
    margin-right: 95px !important;
  }
  .pr95_sp {
    padding-right: 95px !important;
  }
  .mr100_sp {
    margin-right: 100px !important;
  }
  .pr100_sp {
    padding-right: 100px !important;
  }
}

.mb00 {
  margin-bottom: 0px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 768px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
  .pb00 {
    padding-bottom: 0px !important;
  }
  .mb05 {
    margin-bottom: 2.5px !important;
  }
  .pb05 {
    padding-bottom: 2.5px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 5px !important;
  }
  .mb15 {
    margin-bottom: 7.5px !important;
  }
  .pb15 {
    padding-bottom: 7.5px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .mb25 {
    margin-bottom: 12.5px !important;
  }
  .pb25 {
    padding-bottom: 12.5px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .mb35 {
    margin-bottom: 17.5px !important;
  }
  .pb35 {
    padding-bottom: 17.5px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .mb45 {
    margin-bottom: 22.5px !important;
  }
  .pb45 {
    padding-bottom: 22.5px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .pb50 {
    padding-bottom: 25px !important;
  }
  .mb55 {
    margin-bottom: 27.5px !important;
  }
  .pb55 {
    padding-bottom: 27.5px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .pb60 {
    padding-bottom: 30px !important;
  }
  .mb65 {
    margin-bottom: 32.5px !important;
  }
  .pb65 {
    padding-bottom: 32.5px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .pb70 {
    padding-bottom: 35px !important;
  }
  .mb75 {
    margin-bottom: 37.5px !important;
  }
  .pb75 {
    padding-bottom: 37.5px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb85 {
    margin-bottom: 42.5px !important;
  }
  .pb85 {
    padding-bottom: 42.5px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .mb95 {
    margin-bottom: 47.5px !important;
  }
  .pb95 {
    padding-bottom: 47.5px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 55px !important;
  }
  .pb110 {
    padding-bottom: 55px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .pb120 {
    padding-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 65px !important;
  }
  .pb130 {
    padding-bottom: 65px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pb140 {
    padding-bottom: 70px !important;
  }
  .mb150 {
    margin-bottom: 75px !important;
  }
  .pb150 {
    padding-bottom: 75px !important;
  }
  .mb160 {
    margin-bottom: 80px !important;
  }
  .pb160 {
    padding-bottom: 80px !important;
  }
  .mb170 {
    margin-bottom: 85px !important;
  }
  .pb170 {
    padding-bottom: 85px !important;
  }
  .mb180 {
    margin-bottom: 90px !important;
  }
  .pb180 {
    padding-bottom: 90px !important;
  }
  .mb190 {
    margin-bottom: 95px !important;
  }
  .pb190 {
    padding-bottom: 95px !important;
  }
  .mb200 {
    margin-bottom: 100px !important;
  }
  .pb200 {
    padding-bottom: 100px !important;
  }
  .mb00_sp {
    margin-bottom: 0px !important;
  }
  .pb00_sp {
    padding-bottom: 0px !important;
  }
  .mb05_sp {
    margin-bottom: 5px !important;
  }
  .pb05_sp {
    padding-bottom: 5px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .pb10_sp {
    padding-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .pb15_sp {
    padding-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .pb20_sp {
    padding-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .pb25_sp {
    padding-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .pb30_sp {
    padding-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .pb35_sp {
    padding-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .pb40_sp {
    padding-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .pb45_sp {
    padding-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .pb50_sp {
    padding-bottom: 50px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .pb55_sp {
    padding-bottom: 55px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .pb60_sp {
    padding-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .pb65_sp {
    padding-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .pb70_sp {
    padding-bottom: 70px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .pb75_sp {
    padding-bottom: 75px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .pb80_sp {
    padding-bottom: 80px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .pb85_sp {
    padding-bottom: 85px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .pb90_sp {
    padding-bottom: 90px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .pb95_sp {
    padding-bottom: 95px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .pb100_sp {
    padding-bottom: 100px !important;
  }
  .mb110_sp {
    margin-bottom: 110px !important;
  }
  .pb110_sp {
    padding-bottom: 110px !important;
  }
  .mb120_sp {
    margin-bottom: 120px !important;
  }
  .pb120_sp {
    padding-bottom: 120px !important;
  }
  .mb130_sp {
    margin-bottom: 130px !important;
  }
  .pb130_sp {
    padding-bottom: 130px !important;
  }
  .mb140_sp {
    margin-bottom: 140px !important;
  }
  .pb140_sp {
    padding-bottom: 140px !important;
  }
  .mb150_sp {
    margin-bottom: 150px !important;
  }
  .pb150_sp {
    padding-bottom: 150px !important;
  }
  .mb160_sp {
    margin-bottom: 160px !important;
  }
  .pb160_sp {
    padding-bottom: 160px !important;
  }
  .mb170_sp {
    margin-bottom: 170px !important;
  }
  .pb170_sp {
    padding-bottom: 170px !important;
  }
  .mb180_sp {
    margin-bottom: 180px !important;
  }
  .pb180_sp {
    padding-bottom: 180px !important;
  }
  .mb190_sp {
    margin-bottom: 190px !important;
  }
  .pb190_sp {
    padding-bottom: 190px !important;
  }
  .mb200_sp {
    margin-bottom: 200px !important;
  }
  .pb200_sp {
    padding-bottom: 200px !important;
  }
}

.ml00 {
  margin-left: 0px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 768px) {
  .ml00_sp {
    margin-left: 0px !important;
  }
  .pl00_sp {
    padding-left: 0px !important;
  }
  .ml05_sp {
    margin-left: 5px !important;
  }
  .pl05_sp {
    padding-left: 5px !important;
  }
  .ml10_sp {
    margin-left: 10px !important;
  }
  .pl10_sp {
    padding-left: 10px !important;
  }
  .ml15_sp {
    margin-left: 15px !important;
  }
  .pl15_sp {
    padding-left: 15px !important;
  }
  .ml20_sp {
    margin-left: 20px !important;
  }
  .pl20_sp {
    padding-left: 20px !important;
  }
  .ml25_sp {
    margin-left: 25px !important;
  }
  .pl25_sp {
    padding-left: 25px !important;
  }
  .ml30_sp {
    margin-left: 30px !important;
  }
  .pl30_sp {
    padding-left: 30px !important;
  }
  .ml35_sp {
    margin-left: 35px !important;
  }
  .pl35_sp {
    padding-left: 35px !important;
  }
  .ml40_sp {
    margin-left: 40px !important;
  }
  .pl40_sp {
    padding-left: 40px !important;
  }
  .ml45_sp {
    margin-left: 45px !important;
  }
  .pl45_sp {
    padding-left: 45px !important;
  }
  .ml50_sp {
    margin-left: 50px !important;
  }
  .pl50_sp {
    padding-left: 50px !important;
  }
  .ml55_sp {
    margin-left: 55px !important;
  }
  .pl55_sp {
    padding-left: 55px !important;
  }
  .ml60_sp {
    margin-left: 60px !important;
  }
  .pl60_sp {
    padding-left: 60px !important;
  }
  .ml65_sp {
    margin-left: 65px !important;
  }
  .pl65_sp {
    padding-left: 65px !important;
  }
  .ml70_sp {
    margin-left: 70px !important;
  }
  .pl70_sp {
    padding-left: 70px !important;
  }
  .ml75_sp {
    margin-left: 75px !important;
  }
  .pl75_sp {
    padding-left: 75px !important;
  }
  .ml80_sp {
    margin-left: 80px !important;
  }
  .pl80_sp {
    padding-left: 80px !important;
  }
  .ml85_sp {
    margin-left: 85px !important;
  }
  .pl85_sp {
    padding-left: 85px !important;
  }
  .ml90_sp {
    margin-left: 90px !important;
  }
  .pl90_sp {
    padding-left: 90px !important;
  }
  .ml95_sp {
    margin-left: 95px !important;
  }
  .pl95_sp {
    padding-left: 95px !important;
  }
  .ml100_sp {
    margin-left: 100px !important;
  }
  .pl100_sp {
    padding-left: 100px !important;
  }
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .al_sp {
    text-align: left;
  }
  .ar_sp {
    text-align: right;
  }
  .ac_sp {
    text-align: center;
  }
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.jc_fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.ai_fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.ai_fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.fd_c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.fd_rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.grids {
  margin-left: -20px;
  margin-left: -1.46413vw;
  margin-right: -20px;
  margin-right: -1.46413vw;
}

@media screen and (min-width: 1366px) {
  .row.grids {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.row.grids .col {
  padding-left: 20px;
  padding-left: 1.46413vw;
  padding-right: 20px;
  padding-right: 1.46413vw;
}

@media screen and (min-width: 1366px) {
  .row.grids .col {
    padding: 0 20px;
  }
}

.row.grids .col.grid1of1 {
  width: 100%;
}

.row.grids .col.grid1of2 {
  width: calc(100% / 2);
}

.row.grids .col.grid1of3 {
  width: calc(100% / 3);
}

.row.grids .col.grid1of4 {
  width: calc(100% / 4);
}

.row.grids .col.grid1of5 {
  width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .row.grids .col {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grids .col.grid1of2_sp {
    width: calc(100% / 2) !important;
  }
  .row.grids .col.grid1of2_sp:nth-child(2) {
    margin-top: 0;
  }
  .row.grids .col:first-child {
    margin-top: 0;
  }
  .row.grids .col img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .row.grids {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 768px) {
  .row .col {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .row.jc_fs_sp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row.jc_sb_sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.jc_c_sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.jc_fe_sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row.ai_c_sp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.ai_fe_sp {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.fd_c_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
