@charset "UTF-8";
.sp {
  display: none !important;
}

/* ---------------
  ★共通
--------------- */
html {
  font-size: 62.5%;
}

body {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  background: #fff;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: 500;
  max-width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.line_maka {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #fdfda8)
  );
  background: -webkit-linear-gradient(transparent 60%, #fdfda8 60%);
  background: linear-gradient(transparent 60%, #fdfda8 60%);
}

object {
  pointer-events: none;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #464646;
}

.no_link {
  pointer-events: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bdr_ra {
  border-radius: 20px;
  overflow: hidden;
}

.bder_solids {
  border: solid 1px;
}

.m_auto {
  margin: 0 auto;
}

.max_none {
  max-width: unset;
}

.box_shadow {
  -webkit-box-shadow: 4px 4px 7px 1.5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 7px 1.5px rgba(0, 0, 0, 0.25);
}

.orenji_box {
  border: solid 5px #d7822d;
  border-radius: 10px;
  background-color: #fff;
}

@media (min-width: 901px) {
  .ul50x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul50x > a,
  .ul50x > li {
    margin-bottom: 4%;
    width: 48%;
  }
  .ul50x > a:not(:nth-child(2n)),
  .ul50x > li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .ul33x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul33x > li,
  .ul33x > a {
    margin-bottom: 2.9%;
    width: 31.4%;
  }
  .ul33x > li:not(:nth-child(3n)),
  .ul33x > a:not(:nth-child(3n)) {
    margin-right: 2.9%;
  }
}
@media (max-width: 900px) and (min-width: 601px) {
  .ul33x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul33x > a,
  .ul33x > li {
    margin-bottom: 4%;
    width: 48%;
  }
  .ul33x > a:not(:nth-child(2n)),
  .ul33x > li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media (max-width: 600px) and (min-width: 0px) {
  .ul33x > a,
  .ul33x > li {
    margin-bottom: 4%;
    width: 100%;
  }
}
/* ---------------
  ★LIST
--------------- */
.disc {
  margin-left: 18px;
  list-style-type: disc;
}
.disc > li {
  list-style-type: disc;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}
.decimal > li {
  list-style-type: decimal;
}
.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note > li {
  padding-left: 17px;
  position: relative;
}
.note > li::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

.kome {
  position: relative;
  padding-left: 1.6rem;
}
.kome::before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  line-height: 1.5;
}

.numbers {
  counter-reset: numb3;
}
.numbers > li {
  counter-increment: numb3;
  position: relative;
  padding-left: 35px;
}
.numbers > li::before {
  content: "(" counter(numb3) ")";
  position: absolute;
  left: 0;
  top: 0;
}

/* ---------------
  ★BASE
--------------- */
.small {
  font-size: 88%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

#wb_wrap {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
  padding: 0 0 56.6%;
  width: 100%;
}
.movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.yt_wrap {
  padding: 0 0 66.6%;
  width: 100%;
}

.gmap_wrap {
  padding: 0 0 500px;
  width: 100%;
}

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

.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 0px;
}

.qToggle > li > dl > dd {
  display: none;
}

.qToggle > li > dl > dt {
  position: relative;
}

.plus_wrap {
  position: absolute;
  right: 30px;
  width: 17px;
  display: block;
  height: 17px;
  content: "";
  top: -5px;
  bottom: 0;
  margin: auto;
}
.plus_wrap::before,
.plus_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #d7822d;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}
.plus_wrap::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.togg .plus_wrap::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* ---------------
  ★タイトル
--------------- */
.tit02_cm > b {
  display: inline-block;
  position: relative;
}
.tit02_cm > b::before {
  margin: 0 auto 7px;
  display: block;
  width: 45px;
  height: 46px;
  content: "";
  background: url(../img/tit02_cm_deco.png) no-repeat center;
  background-size: 100%;
}

.tit02_kai > b {
  border-radius: 60px;
  background-color: #d7822d;
  color: #fff;
  display: inline-block;
  padding: 12px 96px;
  line-height: 1.5;
}

/* ---------------
  ★ボタン
--------------- */
.c_btn01 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  min-height: 80px;
  text-align: center;
  border-radius: 9px;
  line-height: 1.5;
  background-color: #000;
  -webkit-box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-decoration: none !important;
}
.c_btn01.type01 {
  max-width: 606px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 40px;
}
.c_btn01.nolinks {
  background-color: #c1c1c1 !important;
  pointer-events: none !important;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.35);
}
.c_btn01::before {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.c_bnt_y {
  position: relative;
  text-decoration: underline;
  line-height: 1.5;
  color: #000;
}
.c_bnt_y span {
  padding-right: 17px;
}
.c_bnt_y::before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
}

.c_btn_bk {
  position: relative;
  min-height: 80px;
  text-align: center;
  border-radius: 9px;
  line-height: 1.5;
  background-color: #000;
  -webkit-box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.35);
  color: #fff;
  max-width: 206px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 40px;
  text-decoration: none !important;
}
.c_btn_bk::before {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
}

/* ---------------
  ★アニメーション
--------------- */
.whi_sli {
  overflow: hidden;
  position: relative;
}
.whi_sli::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.whi_sli.isShow::before {
  right: -100%;
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.fadeInUp2_ac {
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeInUp2_ac.isShow {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadein {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: relative;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.fadein.isShow {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: relative;
}
.fade.isShow {
  visibility: visible;
  opacity: 1;
}

/* ---------------
  ★ヘッダー
--------------- */
.header .hnav_area {
  text-align: center;
}
.header .h_logo {
  display: inline-block;
  margin: 3px auto 10px;
}

@-webkit-keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* ---------------
  ★フッター
--------------- */
.flink_wp {
  text-align: center;
}

.copyright {
  color: #000000;
  padding: 10px 0 35px;
  text-align: center;
  font-size: 1rem;
}

/* ---------------
  ★TOTOP
--------------- */
#totop {
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#totop::before {
  font-size: 0rem;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.totop_wrap {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 16;
  display: none;
}

/* =======================================
	★TABLE
========================================== */
.c_table_01 {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_01 tbody tr {
  position: relative;
}
.c_table_01 tbody tr::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #c9ab73;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.c_table_01 tbody tr > th,
.c_table_01 tbody tr > td {
  padding: 8px 15px;
  line-height: 1.5;
  vertical-align: top;
  word-break: break-all;
}
.c_table_01 tbody tr td {
  text-align: right;
}

/* =======================================
	★フォーム
========================================== */
.c_formtb_01 {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_formtb_01 tbody tr {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.c_formtb_01 tbody tr > th,
.c_formtb_01 tbody tr > td {
  padding: 15px;
  line-height: 1.5;
  word-break: break-all;
}
.c_formtb_01 tbody tr th {
  width: 32%;
  vertical-align: middle;
}
.c_formtb_01 tbody tr td {
  vertical-align: middle;
}
.c_formtb_01 tbody tr td.midna {
  vertical-align: top;
}
.c_formtb_01 .hojod {
  margin-left: 10px;
}

.form_wp .c_formtb_01 .inp01,
.form_wp .c_formtb_01 .inp02,
.form_wp .c_formtb_01 .inp_tarea {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #bebebe;
}
.form_wp .c_formtb_01 .inp_tarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100% !important;
  height: 105px !important;
}
.form_wp .c_formtb_01 input::-webkit-input-placeholder {
  color: #c7c7c7;
}
.form_wp .c_formtb_01 input::-moz-placeholder {
  color: #c7c7c7;
}
.form_wp .c_formtb_01 input:-ms-input-placeholder {
  color: #c7c7c7;
}
.form_wp .c_formtb_01 input::-ms-input-placeholder {
  color: #c7c7c7;
}
.form_wp .c_formtb_01 input::placeholder {
  color: #c7c7c7;
}
.form_wp .c_formtb_01 input:-ms-input-placeholder {
  color: #c7c7c7;
}
.form_wp .c_formtb_01 input::-ms-input-placeholder {
  color: #c7c7c7;
}
.form_wp .c_formtb_01 label > span {
  margin: 0 6px;
}
.form_wp .c_formtb_01 .hospan {
  margin: 0 6px;
}
.form_wp .check_wp > li {
  margin: 7px 0;
}
.form_wp .check_wp > li > label {
  cursor: pointer;
}
.form_wp .rajiwpr > li {
  margin: 7px 0;
}
.form_wp .rajiwpr > li > label {
  cursor: pointer;
}

.check_wp > label {
  display: block;
}

input::-webkit-input-placeholder {
  color: #c7c7c7;
}

input:-ms-input-placeholder {
  color: #c7c7c7;
}

input::-ms-input-placeholder {
  color: #c7c7c7;
}

input::-moz-placeholder {
  color: #c7c7c7;
}

input::placeholder {
  color: #c7c7c7;
}

.selecter.middle {
  max-width: 340px;
  width: 90%;
}

input.short {
  width: 25%;
}

input.short3 {
  width: 100px;
}

input.middle {
  width: 60%;
}

input.long {
  width: 100%;
}

.hissu {
  padding: 3px 5px;
  background: #ed212a;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 1.2rem;
  word-break: keep-all;
  color: #fff;
  border-radius: 2px;
  margin-left: 10px;
}

.dododoui_wp label > span {
  margin: 0 6px;
}

.input_box01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input_box01 > label {
  width: 48%;
  display: block;
}
.input_box01 > label input {
  width: 100%;
}

.submit_wrap > button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 79px;
  max-width: 606px;
  width: 100%;
  position: relative;
  background-color: #d7822d;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.submit_wrap > button::before {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

/* =======================================
	★TOP
========================================== */
.hcover {
  text-align: center;
  position: relative;
}
.hcover::before {
  content: url(../img/main_bk.png);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-name: fadeins;
  animation-name: fadeins;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

@-webkit-keyframes fadeins {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeins {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hcover_inner {
  max-width: 560px;
  width: 90%;
  margin: 0 auto;
}

.hh1 {
  text-align: center;
  padding: 8% 0 6%;
}
.hh1 .main {
  position: relative;
}
.hh1 .main img {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: relative;
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}
.hh1 .main_txt {
  margin: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
.hh1 .main_txt > span {
  position: relative;
  margin: 2.2%;
  -webkit-animation-name: fadeins2;
  animation-name: fadeins2;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

@-webkit-keyframes fadeins2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeins2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.top_sec01 {
  text-align: center;
}
.top_sec01 .tit_wp .txt0x > span {
  display: block;
  max-width: 763px;
  border-radius: 40px;
  margin: 0 auto;
  padding: 11px 10px;
}
.top_sec01 .oubokikan > div {
  border-radius: 100px;
  padding: 30px;
}
.top_sec01 .oubokikan > div p {
  line-height: 1.4;
}

.top_sec02 .flow {
  padding-top: 55px;
}
.top_sec02 .flow > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: numb2;
}
.top_sec02 .flow > ul.isShow > li {
  -webkit-animation-name: fadeins2;
  animation-name: fadeins2;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.top_sec02 .flow > ul.isShow > li:nth-of-type(1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.top_sec02 .flow > ul.isShow > li:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.top_sec02 .flow > ul.isShow > li:nth-of-type(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.top_sec02 .flow > ul > li {
  opacity: 0;
  position: relative;
  counter-increment: numb2;
  border: solid 2px #000;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 0 #000;
  box-shadow: 0 8px 0 #000;
  width: 32%;
  text-align: center;
  padding: 45px 0.5% 35px;
}
.top_sec02 .flow > ul > li:not(:last-child) {
  margin-right: 35px;
}
.top_sec02 .flow > ul > li:not(:last-child)::after {
  position: absolute;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 8px;
  border-color: transparent transparent transparent #000;
}
.top_sec02 .flow > ul > li::before {
  content: counter(numb2);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d7822d;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: -28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top_sec02 .flow > ul > li .txt {
  padding-top: 10px;
}
.top_sec02 .youko_boxx .yoko_dl > dl {
  padding: 2.8% 3.5%;
  border-bottom: dashed 1px #000000;
}
.top_sec02 .youko_boxx .yoko_dl > dl:first-of-type {
  border-top: dashed 1px #000000;
}
.top_sec02 .youko_boxx .yoko_dl > dl > dt {
  line-height: 1.5;
}

.top_sec03 .ul33x > li {
  opacity: 0;
}
.top_sec03 .ul33x.isShow > li {
  -webkit-animation-name: fadeins2;
  animation-name: fadeins2;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.top_sec03 .ul33x.isShow > li:nth-of-type(1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.top_sec03 .ul33x.isShow > li:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.top_sec03 .ul33x.isShow > li:nth-of-type(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@media (min-width: 901px) {
  .top_sec04 .shinbox_ulx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top_sec04 .shinbox_ulx > li {
    margin-bottom: 2.9%;
    width: 31.4%;
    max-width: 281px;
  }
  .top_sec04 .shinbox_ulx > li:not(:nth-of-type(3), :nth-of-type(5)) {
    margin-right: 2.9%;
  }
  .top_sec04 .shinbox_ulx > li:nth-child(n + 4) .stit {
    min-height: 140px;
  }
}
@media (max-width: 900px) and (min-width: 601px) {
  .top_sec04 .shinbox_ulx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top_sec04 .shinbox_ulx > li {
    margin-bottom: 4%;
    width: 48%;
    max-width: 281px;
  }
  .top_sec04 .shinbox_ulx > li:nth-of-type(1) {
    margin-right: 4%;
  }
  .top_sec04 .shinbox_ulx > li:nth-of-type(3) {
    margin-right: 4%;
    margin-left: 4%;
  }
  .top_sec04 .shinbox_ulx > li:nth-of-type(4) {
    margin-right: 4%;
  }
  .top_sec04 .shinbox_ulx > li:nth-child(n + 4) .stit {
    min-height: 140px;
  }
}
@media (max-width: 600px) {
  .top_sec04 .shinbox_ulx > li {
    margin: 0 auto 6%;
    max-width: 281px;
  }
  .top_sec04 .shinbox_ulx > li:nth-child(n + 4) .stit {
    min-height: 28vw;
  }
}
.top_sec04 .shinbox_ulx > li .modal_btn {
  color: #000;
}
.top_sec04 .shinbox_ulx > li .modal_btn .stit {
  padding: 0 30px;
  position: relative;
}
.top_sec04 .shinbox_ulx > li .modal_btn .stit::before {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
}
.top_sec04 .shinbox_ulx > li .pop_txt {
  display: none;
}
.top_sec04 .shinbox_ulx > li .houji .stit {
  word-break: auto-phrase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 238, 0, 0.8);
}
.top_sec04 .shinbox_ulx > li .houji .stit > div {
  line-height: 1.3;
}
.top_sec04 .shinbox_ulx > li .houji .stit > div > b {
  display: block;
}
.top_sec04 .shinbox_ulx > li .houji .stit > div > em {
  font-weight: bold;
}
.top_sec04 .shinbox_ulx > li .houji.imgari {
  position: relative;
  overflow: hidden;
}
.top_sec04 .shinbox_ulx > li .houji.imgari .img_wp img {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.top_sec04 .shinbox_ulx > li .houji.imgari .stit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 87px;
  width: 100%;
}
.top_sec04 .shinbox .stit {
  text-align: center;
}
.top_sec04 .shinbox .img_wp {
  text-align: center;
}

.ngoktit {
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 12px 10px;
}

.ng_box .ngoktit {
  background-color: #1b94e4;
}
.ng_box > ul > li {
  background-color: #1b94e4;
  border-radius: 10px;
  color: #fff;
}

.ok_box .ngoktit {
  background-color: #f41e57;
}
.ok_box > ul > li {
  background-color: #f41e57;
  border-radius: 10px;
  color: #fff;
}

.top_sec05 .ng_box .ul33x > li {
  text-align: center;
  background-image: url(../img/ng_bk.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 162px;
}

.qabtnwp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qabtnwp > a {
  min-height: 79px;
  margin: 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 90px;
}

.qabox > li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 13px 0;
}
.qabox > li > dl > dt {
  padding: 5px 0;
}
.qabox > li > dl > dt > b {
  position: relative;
  padding-left: 30px;
  display: block;
}
.qabox > li > dl > dt > b::before {
  content: "Q.";
  color: #d7822d;
  position: absolute;
  left: 0;
  top: 0px;
}
.qabox > li > dl > dd {
  padding: 5px 70px 10px 30px;
  position: relative;
}
.qabox > li > dl > dd::before {
  content: "A.";
  color: #2196f3;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 2rem;
}

.fadeun {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

.toimai_wp .toimal {
  color: #0014ff;
  text-decoration: underline;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* ---------------
  ★下層
--------------- */
.ucover_inner {
  height: 30vw;
  max-height: 285px;
}
.ucover_inner .tit01 {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 96%;
  text-align: center;
}

/* ---------------
  ★優しく解説
--------------- */
.ankar_links_wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ankar_links_wp > a {
  line-height: 1.6;
  background-color: #d7822d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 65px;
  color: #fff;
  text-align: center;
  width: 33.3333333333%;
  position: relative;
  padding: 0% 4%;
}
.ankar_links_wp > a:not(:last-child) {
  border-right: solid 1px #fff;
}
.ankar_links_wp > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  right: 5.5%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
}

.kaisetu_sec02 .kai_link01_boxx .sewbox > p {
  max-width: 590px;
  margin: 0 auto;
  word-break: auto-phrase;
}
.kaisetu_sec02 .ngokbox .ul33x > li {
  text-align: center;
  padding: 2%;
}
.kaisetu_sec02 .ngokbox .ul33x > li .img_wp {
  max-width: 168px;
  margin: 0 auto;
  padding: 4px 0;
}
.kaisetu_sec02 .ngokbox .ul33x > li .txt {
  margin: 0 auto;
  line-height: 1.5;
  max-width: 250px;
  word-break: auto-phrase;
}
.kaisetu_sec02 .ngokbox .ul33x > li .note {
  font-size: 79%;
  text-align: left;
}
.kaisetu_sec02 .ngokbox .ng_box > ul > li > .img_wp {
  background-image: url(../img/ng_bk2.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.kaisetu_sec02 .ngokbox .ok_box > ul > li > .img_wp {
  background-image: url(../img/ok_bk2.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.kaisetu_sec02 .ngok_hosoku {
  text-align: center;
}

/* ---------------
  ★モーダル
--------------- */
#displayArea {
  max-width: 586px;
  margin: 0 auto;
}
#displayArea .houji {
  text-align: center;
}
#displayArea .houji .stit {
  margin: 3% 0;
}
#displayArea .houji .stit > div {
  line-height: 1.5;
}
#displayArea .houji .stit > div > b {
  display: block;
}
#displayArea .houji .stit > div > em {
  display: block;
  font-weight: bold;
}

#modal_x {
  background: rgba(0, 0, 0, 0.38);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}

#modal_x_in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#modal_x_in .inboxx {
  min-height: 300px;
  max-height: 96vh;
  overflow-y: auto;
  padding: 5% 0 3%;
  border: solid 5px #d7822d;
  min-height: 300px;
  background: #fff;
  border-radius: 10px;
  max-width: 1080px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#modal_x_in .close2 {
  padding: 3% 0 0;
  color: #747474;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal_x_in .close2 > em {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  top: 2px;
}
#modal_x_in .close2 > em::before,
#modal_x_in .close2 > em::after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background-color: #747474;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
#modal_x_in .close2 > em::before {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
#modal_x_in .close2 > em::after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
/* ---------------
  ★応募規約
--------------- */
.marusan > span.s2::before {
  content: "@";
}

/* ---------------
  ★media Screen
--------------- */
@media (max-width: 900px) {
  .top_sec02 .flow > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top_sec02 .flow > ul li {
    width: calc(46% - 35px);
  }
  .top_sec02 .flow > ul li:nth-of-type(2) {
    margin-right: 0;
  }
  .top_sec02 .flow > ul li:last-child {
    margin-top: 40px;
  }
  .top_sec03 .ul33x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .top_sec03 .ul33x > li {
    text-align: center;
    margin: 1.5% 3%;
    width: 44%;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 3.9vw;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .c_btn01 {
    position: relative;
    min-height: 60px;
  }
  .c_btn01::before {
    right: 6%;
  }
  .c_btn01.type01 {
    padding: 15px 7%;
  }
  .c_btn_bk {
    min-height: 60px;
  }
  .c_btn_bk::before {
    left: 10%;
  }
  .tit02_cm > b img {
    width: 80%;
  }
  .tit02_cm > b::before {
    margin: 0 auto 7px;
    width: 35px;
    height: 36px;
  }
  .hcover::before {
    content: "";
    width: 96%;
    height: 100%;
    background-image: url(../img/main_bk_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 45.3%;
  }
  .hh1 {
    padding: 31% 0 5%;
  }
  .hh1 .main_txt {
    display: block;
    text-align: center;
    width: 78%;
    margin: 4% auto 4.5%;
  }
  .hh1 .main_txt > span {
    margin: 0% 0 1.5%;
    display: inline-block;
  }
  .hh1 .main_txt > span.mian_txt01 {
    width: 35%;
  }
  .top_sec01 .tit_wp > h2 {
    padding-bottom: 2.5%;
  }
  .top_sec01 .tit_wp > h2 > em img {
    width: 36%;
  }
  .top_sec01 .tit_wp .txt0x > span {
    display: block;
    border-radius: 40px;
    padding: 3%;
    line-height: 1.5;
  }
  .top_sec01 .tit_wp .txt0x > span img:nth-of-type(1) {
    width: 78%;
  }
  .top_sec01 .tit_wp .txt0x > span img:nth-of-type(2) {
    width: 64%;
  }
  .top_sec01 .txt01 {
    padding: 7% 0 4%;
  }
  .top_sec01 .oubokikan > div {
    border-radius: 30px;
    padding: 10% 10%;
  }
  .top_sec02 .flow > ul > li {
    width: 100%;
  }
  .top_sec02 .flow > ul > li:nth-of-type(1) {
    margin-right: 0;
  }
  .top_sec02 .flow > ul > li:nth-of-type(3) {
    margin-top: 0;
    margin-bottom: 8%;
  }
  .top_sec02 .flow > ul > li:not(:last-child) {
    margin-bottom: 75px;
  }
  .top_sec02 .flow > ul > li:not(:last-child)::after {
    right: unset;
    left: 50%;
    top: unset;
    bottom: -35px;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    border-width: 8px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
  }
  .top_sec03 .ul33x > li {
    width: 100%;
    margin: 8% 0 5%;
  }
  .top_sec05 .ng_box .ul33x > li {
    min-height: 32vw;
    background-size: 22%;
  }
  .top_sec05 .btn_wp {
    width: 80%;
    margin: 0 auto;
  }
  .qabox > li > dl > dt > b {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .qabox > li > dl > dt .plus_wrap {
    right: 0;
    width: 4.5vw;
    height: 4.5vw;
  }
  .qabtnwp {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  .qabtnwp > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 7%;
    min-height: 64px;
    margin: 4% 0;
  }
  .tit02_kai > b {
    padding: 12px 20%;
    line-height: 1.5;
  }
  .totop_wrap {
    right: 10px;
    bottom: 10px;
  }
  .flink_wp {
    text-align: center;
    padding-top: 60px;
  }
  .totop_wrap {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 160px;
  }
  .totop_wrap #totop {
    width: 47px;
    height: 47px;
  }
  .totop_wrap #totop::before {
    top: 41%;
  }
  .totop_wrap.onf {
    bottom: 70px;
    position: absolute;
  }
  #displayArea .imgari .img_wp {
    width: 55%;
    margin: 0 auto;
  }
  .qabox > li > dl > dd {
    padding: 5px 4vw 10px 6vw;
    position: relative;
  }
  .qabox > li > dl > dd::before {
    font-size: 4.4vw;
  }
  .c_formtb_01 {
    display: block;
  }
  .c_formtb_01 tbody {
    display: block;
  }
  .c_formtb_01 tbody > tr {
    display: block;
  }
  .c_formtb_01 tbody > tr > th,
  .c_formtb_01 tbody > tr > td {
    display: block;
    width: 100%;
  }
  .c_formtb_01 tbody > tr th {
    padding: 4% 2% 1%;
  }
  .c_formtb_01 tbody > tr td {
    padding: 1% 2% 4%;
  }
  .c_formtb_01 tbody > tr input.short {
    width: 120px;
  }
  .c_formtb_01 tbody > tr .selecter.middle {
    max-width: 340px;
    width: 100%;
  }
  .c_formtb_01 tbody > tr .rajiwpr > li {
    margin: 12px 0;
  }
  .c_formtb_01 tbody > tr .rajiwpr > li > label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .c_formtb_01 tbody > tr .check_wp > li {
    margin: 12px 0;
  }
  .c_formtb_01 tbody > tr .check_wp > li > label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .c_formtb_01 tbody > tr .douix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .c_formtb_01 tbody > tr .input_box01 {
    display: block;
  }
  .c_formtb_01 tbody > tr .input_box01 > label {
    margin: 15px 0;
    width: 100%;
  }
  .dododoui_wp {
    text-align: left !important;
  }
  .dododoui_wp > label {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .oubo_sec01 .qabtnwp {
    display: block;
    width: 100%;
    margin: 10px auto 25px;
  }
  .oubo_sec01 .qabtnwp > a {
    margin: 6% 0;
  }
  .kaisetu_sec02 .ngokbox .ul33x > li {
    padding: 2% 2% 6%;
  }
  .header .h_logo {
    display: inline-block;
    margin: 10px auto 10px;
    max-width: 120px;
    width: 25%;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* ---------------
  ★IE
--------------- */
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .hissu {
    vertical-align: middle;
    padding: 7px 5px 2px;
  }
}
/*20250602 tuiki*/
.mfool {
  bottom: 120px;
  right: 10px;
  position: fixed;
  z-index: 17;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.mfool > a {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 124px;
  height: 124px;
  background-color: #f07b08;
  border-radius: 50%;
  -webkit-box-shadow: 3px 5px 0 rgba(240, 123, 8, 0.26);
  box-shadow: 3px 5px 0 rgba(240, 123, 8, 0.26);
  text-align: center;
  line-height: 1.2;
}
.mfool > a strong {
  display: block;
  position: relative;
  top: -3px;
}
.mfool > a strong::before {
  content: "";
  background: url(../img/melcon.svg) center no-repeat;
  background-size: 100%;
  width: 22px;
  height: 15px;
  display: block;
  margin: 0 auto 3px;
}
.mfool > a b {
  font-size: 122%;
}

@media (min-width: 601px) {
  .home .mfool {
    position: absolute;
    right: 3%;
    top: 598px;
    z-index: 17;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .home .mfool > a {
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 124px;
    height: 124px;
    background-color: #f07b08;
    border-radius: 50%;
    -webkit-box-shadow: 3px 5px 0 rgba(240, 123, 8, 0.26);
    box-shadow: 3px 5px 0 rgba(240, 123, 8, 0.26);
    text-align: center;
    line-height: 1.2;
  }
  .home .mfool > a strong {
    display: block;
    position: relative;
    top: -3px;
  }
  .home .mfool > a strong::before {
    content: "";
    background: url(../img/melcon.svg) center no-repeat;
    background-size: 100%;
    width: 22px;
    height: 15px;
    display: block;
    margin: 0 auto;
    margin: 0 auto 3px;
  }
  .home .mfool > a b {
    font-size: 122%;
  }
  .home .mfool.changed {
    top: unset !important;
    bottom: 120px !important;
    right: 10px;
    position: fixed;
    -webkit-transform: unset;
    transform: unset;
    -webkit-animation: slideInDown 0.5s forwards ease-in-out;
    animation: slideInDown 0.5s forwards ease-in-out;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media (max-width: 600px) {
  .mfool {
    bottom: 0 !important;
    right: 0;
    width: 100%;
  }
  .mfool > a {
    width: 100%;
    height: 60px;
    background-color: rgba(240, 123, 8, 0.95);
    border-radius: 0;
  }
  .mfool > a strong {
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .mfool > a strong::before {
    margin-right: 5px;
  }
  .mfool > a strong span br {
    display: none;
  }
  .copyright {
    padding: 10px 0 75px;
  }
}
.top_sec02 .oubo_btn_wp > a {
  background-color: #f07b08;
  -webkit-box-shadow: 3px 5px 0 rgba(240, 123, 8, 0.26);
  box-shadow: 3px 5px 0 rgba(240, 123, 8, 0.26);
}

/*20250917tuiki*/
.c_btn01z {
  text-align: center;
  line-height: 1.5;
  color: #d90f00;
}

.utike {
  text-decoration: line-through;
  margin: 0px 10px;
}

.top_sec00 {
  background-color: #d90f00;
  text-align: center;
}
.top_sec00 .content_box {
  text-align: center;
  color: #fff;
}

/* 20251021add */
.award_box .label {
  width: 90%;
  max-width: 250px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100vw;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
.award_box .label::before {
  content: "";
  width: 80px;
  height: 70px;
  background: #ccc url(../img/icon_crown.svg) no-repeat top 8px center/28px 22px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  z-index: -1;
}
.award_box .label.gold,
.award_box .label.gold::before {
  background-color: #D9B800;
}
.award_box .label.silver,
.award_box .label.silver::before {
  background-color: #A5A18C;
}
.award_box .label.bronze,
.award_box .label.bronze::before {
  background-color: #C18B23;
}
.award_box .label.president,
.award_box .label.president::before {
  background-color: #8B7447;
}
.award_box .award_ttl {
  padding: 30px 10px;
  border-top: 1px solid #D8CDC2;
  border-bottom: 1px solid #D8CDC2;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.award_box .award_ttl strong {
  display: block;
}
.award_box .award_ttl strong span {
  display: block;
}
.award_box video {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 30px;
  display: block;
  cursor: pointer;
}
.award_box .award_comment.bg {
  background: #F8F5EC;
  padding: 30px 50px;
}
.award_box .award_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.award_box .award_list li {
  width: 48%;
  margin-bottom: 15px;
}
.award_box .award_list+span {
  text-align: right;
  display: block;
}
@media (max-width: 600px) {
  .award_box .label {
    margin-top: 5%;
    height: 8vw;
  }
  .award_box .label::before {
    width: 13.33vw;
    height: 11.67vw;
    background: #ccc url(../img/icon_crown.svg) no-repeat top 1.33vw center/4.67vw 3.67vw;
    top: -5vw;
  }
  .award_box .award_comment.bg {
    padding: 5%;
  }
  .award_box .award_list li {
    width: 100%;
  }
  .award_box .award_list+span {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}