@charset "UTF-8";
/* ---------------
  ★共通
--------------- */
html {
  font-size: 62.5%;
}

body {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

object {
  pointer-events: none;
}

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

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

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

.inner {
  max-width: 850px;
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.inbox {
  max-width: 686px;
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.max_none {
  max-width: unset;
}

/* ---------------
  ★フォントファミリー
--------------- */
.Df_mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    serif;
}

.Df_YuGothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.AdF_topp {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Df_Helvetica {
  font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_Roboto {
  font-family: "Roboto", sans-serif;
}

.Gf_NSJ {
  font-family: "Noto Sans JP", sans-serif;
}

.Gf_NSerJ {
  font-family: "Noto Serif JP", serif;
}

/* ---------------
  ★背景
--------------- */
.bk_yellow {
  background-color: #fff7d5;
}

.bk_orenji {
  background-color: #ffe59e;
}

.bk_white {
  background-color: #fff;
}

.bk_op_af {
  position: relative;
}
.bk_op_af:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bk_op_af.opb020:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.bk_op_af.opbl07:before {
  background-color: rgba(253, 204, 41, 0.5);
}

/* ---------------
  ★カラー
--------------- */
.cr_black {
  color: black !important;
}

.cr_white {
  color: white;
}

.cr_red {
  color: #a4173c;
}

.cr_blue {
  color: #14478d;
}

.under_txt {
  text-decoration: underline;
}

/* ---------------
  ★LIST
--------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}
.disc > li {
  list-style-type: disc;
  line-height: 1.1;
}
.disc > li:not(:last-child) {
  padding-bottom: 10px;
}

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

.note {
  font-size: 1.4rem;
}
.note > li {
  padding-left: 17px;
  position: relative;
}
.note > li:not(:last-child) {
  margin-bottom: 5px;
}
.note > li::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

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

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;
}

.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;
}

.sToggle dl > dd {
  display: none;
}

.plus_wrap {
  position: absolute;
  right: 30px;
  width: 20px;
  content: "";
  display: block;
  height: 20px;
  top: -5px;
  bottom: 0;
  margin: auto;
}
.plus_wrap span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.max-wid1010 {
  max-width: 1010px;
  margin: 0 auto;
}

.ylrbox {
  border: solid 10px #c7617d;
  border-radius: 15px;
  background-color: #fff;
}

/* ---------------
  ★タイトル
--------------- */
.tit2_img > img {
  margin: 0 auto;
}

/* ---------------
  ★ボタン
--------------- */
.c_btn01 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  display: block;
  border-radius: 10px;
  padding: 15px 30px;
  margin: 0 auto;
  max-width: 470px;
  font-weight: 600;
  background-color: #e10f54;
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
}
.c_btn01 > span {
  position: relative;
}
.c_btn01::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.c_btn01.not_on {
  background-color: #cccccc;
  pointer-events: none;
  cursor: default;
}

.c_btn_bk {
  border-radius: 55px;
  min-width: 200px;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  text-align: center;
  background-color: #e10f54;
  overflow: hidden;
  font-weight: 500;
  padding: 12px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
.c_btn_bk span {
  position: relative;
}
.c_btn_bk em {
  content: "";
  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: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_btn_bk em::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #29a8b6;
  border-left: 2px solid #29a8b6;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(18%) rotate(45deg);
  transform: translateX(18%) rotate(45deg);
}

.a_link {
  color: #d93535;
  text-decoration: underline;
}

/* ---------------
  ★アニメーション
--------------- */
.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;
}

/* ---------------
  ★ヘッダー
--------------- */
@-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);
  }
}
/* ---------------
  ★フッター
--------------- */
footer {
  font-weight: 600;
  position: relative;
}

.f_front_inner {
  position: relative;
}
.f_front_inner a {
  display: inline-block;
}

.f_under {
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
}
.f_under .flogo {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 410px;
  margin: 0 auto;
}
.f_under .flogo > img {
  width: 80px;
}
.f_under .flogo > span {
  font-weight: 600;
  font-size: 1.6rem;
}
.f_under .flogo > em {
  font-weight: bold;
  line-height: 1;
  font-size: 120%;
}

/* ---------------
  ★TOTOP
--------------- */
#totop {
  width: 60px;
  height: 60px;
  display: block;
  background: #a4173c;
  border-radius: 50%;
}
#totop span {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  letter-spacing: 2.5px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 4px 0;
  color: #fff;
  line-height: 1.1;
  top: 27px;
  display: none;
}
#totop .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}
#totop .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 13px;
  height: 13px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

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

/* =======================================
  ★パンくず
========================================== */
.pankuzu_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 20px 0;
  position: relative;
  z-index: 3;
  color: #000;
}

.pankuzu {
  max-width: 1600px;
  margin: 0px auto;
  width: 96%;
  font-size: 1.4rem;
}
.pankuzu > li {
  display: inline-block;
  position: relative;
  word-break: break-all;
}
.pankuzu > li::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  top: 3px;
  margin: 0 10px 0 14px;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.pankuzu > li:last-child:after {
  display: none;
}

.pankuzu a {
  color: #6ac8ff;
}

/* =======================================
	★TABLE
========================================== */
.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_01 table tbody tr:first-child {
  border-top: dashed 1px #b2b2b2;
}
.c_table_01 table tbody tr:not(:last-child) {
  border-bottom: dashed 1px #b2b2b2;
}
.c_table_01 table tbody tr td {
  vertical-align: top;
  padding: 10px;
  word-break: break-all;
}
.c_table_01 table tbody tr td.td1 {
  font-size: 1.6rem;
  width: 50px;
  text-align: center;
  font-weight: bold;
}
.names {
  font-size: 1.6rem;
  font-weight: bold;
}

.dldbxo {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dldbxo > p:not(:last-child) {
  margin-right: 15px;
}

.urls {
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #a4173c;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  padding: 2px 13px;
}
.urls > span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.urls > span::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/icon_gaibu.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.td2in {
  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;
}

.ur_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* =======================================
	★TOP
========================================== */
.hcover {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.hcover .hcover_inner {
  width: 100%;
  position: relative;
  padding-bottom: 488px;
}

.hh1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 92%;
  max-width: 687px;
}
.hh1 img {
  margin: 0 auto;
}

.sec_bar .bars {
  max-width: 582px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
.sec_bar .bars::before {
  content: "";
  display: block;
  background-image: url(../img/bars_txt_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 131px;
  height: 144px;
  position: absolute;
  left: -10%;
  top: -70%;
}
.sec_bar .bars img {
  margin: 0 auto;
}

.top_sec01 {
  padding: 120px 0 60px;
}
.top_sec01 .oubo {
  margin: -70px auto 20px;
}
.top_sec01 img {
  margin: 0 auto;
}
.top_sec01 .txt_wp {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px auto 0px;
}
.top_sec01 .img02 {
  margin-bottom: 60px;
}

.top_sec02 {
  overflow: hidden;
}
.top_sec02 .deco {
  position: absolute;
}
.top_sec02 .deco img {
  max-width: unset;
}
.top_sec02 .dmg_r {
  top: 87px;
  left: -345px;
}
.top_sec02 .dmg_l {
  top: 242px;
  right: -345px;
}
.top_sec02 .content_box {
  text-align: center;
  line-height: 2;
}

.top_sec03 .ichiran_wp > dl:not(:last-child) {
  margin-bottom: 20px;
}
.top_sec03 .ichiran_wp > dl > dt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 20px 40px;
  cursor: pointer;
}
.top_sec03 .ichiran_wp > dl > dt::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 4px solid #a4173c;
  border-right: 4px solid #a4173c;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.top_sec03 .ichiran_wp > dl > dt.togg::after {
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.top_sec03 .ichiran_wp > dl > dd {
  padding-top: 20px;
  width: 96%;
  margin: 0 auto;
}

.top_sec04 .deco {
  position: absolute;
}
.top_sec04 .deco img {
  max-width: unset;
}
.top_sec04 .dmg_r {
  top: 87px;
  left: -345px;
}
.top_sec04 .dmg_l {
  top: 242px;
  right: -345px;
}

.top_sec05 .c_ftit {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.top_sec05 .c_ftxt_00 {
  text-align: center;
}
.top_sec05 .c_ftxt_00 .txt01 {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px auto;
}
.top_sec05 .c_ftxt_00 .tel_wp .p1,
.top_sec05 .c_ftxt_00 .tel_wp .p2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.top_sec05 .c_ftxt_00 .tel_wp .p2 {
  margin-top: 5px;
}
.top_sec05 .c_ftxt_00 .tel_wp .tellink {
  line-height: 1;
}
.top_sec05 .c_ftxt_00 .tel_wp .tellink > a {
  font-size: 4.6rem;
  text-align: center;
  font-weight: bold;
  color: #a4173c;
  display: inline-block;
}
.top_sec05 .c_ftxt_01 > dl {
  margin-bottom: 40px;
  text-align: center;
}
.top_sec05 .c_ftxt_02 {
  text-align: center;
}

/* =======================================
	★UNDER 共通
========================================== */
.u_cover .u_cover_inner {
  width: 100%;
  position: relative;
  padding-bottom: 110px;
  margin-top: 100px;
}
.u_cover .u_cover_inner .uh1_tit {
  width: 92%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
}
.u_cover .u_cover_inner .uh1_tit img {
  margin: 0 auto;
}
.u_cover .u_cover_inner .uh1_tit b {
  display: inline-block;
  font-weight: 600;
}
.u_cover .u_cover_inner .uh1_tit span {
  display: block;
  font-weight: 600;
}

/* =======================================
	★フォーム
========================================== */
.form_wp {
  padding: 60px 0 60px;
}

.ueform {
  padding-top: 40px;
}

.c_form01 table {
  width: 100%;
}
.c_form01 table tbody tr {
  border-bottom: solid 1px #eeeeee;
}
.c_form01 table tbody tr th,
.c_form01 table tbody tr td {
  padding: 15px;
  vertical-align: middle;
}
.c_form01 table tbody tr th {
  font-weight: bold;
  position: relative;
  width: 35%;
}
.c_form01 table tbody tr th.vtp {
  vertical-align: top;
}
.c_form01 table tbody tr td {
  font-size: 1.4rem;
  width: 65%;
  padding-left: 20px;
}

form#mailformpro .inp_radio1 label {
  margin-right: 10px;
}

form#mailformpro .inp_radio2 label {
  display: block;
}
form#mailformpro .inp_radio2 label:not(:last-child) {
  margin-bottom: 7px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
  padding: 10px;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}

.c_form01 table .inp_txtarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 90%;
  height: 200px !important;
  border: 1px solid #b1b1b1;
}

.c_form01 table input:-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
  color: #a9a9a9;
}

.submit_wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}

.submit_wrap .submit_btn {
  background: #a4173c !important;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 450px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  margin: auto;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 40px;
  overflow: hidden;
  border: solid 0px;
  top: 0;
  left: 0;
  font-weight: 600;
  text-shadow: none;
}
.submit_wrap .submit_btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

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

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

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

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

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.short2 {
  width: 90px;
  margin-right: 10px;
}

input.middle {
  width: 50%;
}

input.long {
  width: 100%;
  max-width: 100%;
}

.hissu {
  float: right;
  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: 40px;
  height: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  word-break: keep-all;
  border: solid 1px;
  color: #fff;
  background-color: #d93535;
  position: relative;
  top: 5px;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

.prino_box {
  text-align: center;
}

.kojin_checkwp {
  background-color: #eeeeee;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

.goriyouki {
  margin-top: 30px;
}
.goriyouki .gori_tit {
  font-weight: bold;
  text-align: center;
}
.goriyouki .onbox {
  margin: 10px auto 20px;
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #b1b1b1;
}
.goriyouki .onbox .txtin {
  padding: 30px;
  font-size: 1.4rem;
}
.goriyouki .onbox .vacy_box0 > ul li {
  position: relative;
  padding-left: 20px;
}
.goriyouki .onbox .vacy_box0 > ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 1px;
}
.goriyouki .onbox .vacy_box {
  margin-top: 20px;
}
.goriyouki .onbox .vacy_box > strong {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

/* ---------------
  ★media Screen
--------------- */
@media screen and (max-width: 840px) {
  .hcover .hcover_inner {
    padding-bottom: 77%;
  }
}
/* ---------------
  ★IE
--------------- */
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .hissu {
    vertical-align: middle;
    padding: 7px 5px 2px;
  }
}
form#mailformpro {
  padding: 0;
}

/*202311122*/
.ou22 > small {
  display: block;
  text-align: center;
  margin: -7px 0 0;
}

.souto22 > small {
  color: #a4173c;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

/*202311128 tempo shiyouhenkou*/
.kokate {
  border-top: solid 1px #b2b2b2;
}
.kokate:last-child {
  border-bottom: solid 1px #b2b2b2;
}
.kokate > dt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.kokate > dt::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #a4173c;
  border-right: 3px solid #a4173c;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.kokate > dt.togg::after {
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.mfp_errs {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #f00;
  font-size: 12px;
  line-height: normal;
  background-image: url(../img/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.eraon .mfp_errs {
  display: block;
}
.eraon #innnper {
  background-color: #fcc !important;
}
