@media (min-width: 768px) {
  .is-hidden_pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .is-hidden_sp {
    display: none;
  }
}
.u-txt_left {
  text-align: left !important;
}

.u-txt_center {
  text-align: center !important;
}

.u-txt_right {
  text-align: right !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.section {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .section {
    margin: 20px 0;
  }
}

.ttl_section {
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  padding-top: 3px;
  color: #690202;
  width: 476px;
  margin: 0 auto;
  border-top: 1px solid #690202;
  border-bottom: 1px solid #690202;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ttl_section {
    width: 95%;
    margin: 0 auto;
  }
}

.font_color_red {
  color: #690202;
  font-weight: bold;
}
.font_color_red.-lg {
  font-size: 2.1rem;
  font-weight: bold;
}
.font_color_red.-xl {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .font_color_red.-xl {
    font-size: 4.5rem;
  }
}

.bg_gray {
  background: #f8f8f8;
}

.bg_red {
  background: #690202;
}

.bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .eyecatch--img {
    width: 100%;
  }
}

.breadcrumbs {
  padding: 5px 0;
  background: #dfeeff;
}
.breadcrumbs li {
  display: inline-block;
  line-height: 1;
}
.breadcrumbs li::before {
  display: inline-block;
  vertical-align: top;
  content: "＞";
}
.breadcrumbs li:first-child::before {
  content: normal;
}

.page-numbers {
  display: inline-block !important;
  width: 2em;
  padding: 6px 0;
  line-height: 1;
  text-align: center;
}
.page-numbers.current {
  font-weight: bold;
}

.pagination:empty {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #343434;
}

.wrap {
  min-width: 1200px;
  margin: auto;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.container {
  width: 1081px;
  margin: auto;
}
@media (max-width: 768px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}

main {
  display: block;
  margin-top: -85px;
}

.totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 768px) {
  .totop {
    width: 44px;
    height: 44px;
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}
@media (max-width: 768px) {
  .header {
    height: 50px;
  }
}

.header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 15px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header--inner {
    display: block;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .header--logo {
    width: 64px;
    padding: 8px;
  }
}

.gnav_btn {
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25%;
  cursor: pointer;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .gnav_btn {
    display: none;
  }
}

.gnav_btn--line {
  position: absolute;
  right: 6px;
  display: block;
  width: 70%;
  height: 2px;
  transition: 0.3s;
}
.gnav_btn--line:first-child {
  top: 20%;
}
.gnav_btn--line:nth-child(2) {
  top: 32%;
  opacity: 1;
  background: none;
  font-size: 1rem;
  font-weight: bold;
}
.gnav_btn--line:last-child {
  top: 72%;
}

.gnav_btn.open .gnav_btn--line {
  transition: 0.2s;
}
.gnav_btn.open .gnav_btn--line:first-child {
  top: 48%;
  transform: rotate(45deg);
}
.gnav_btn.open .gnav_btn--line:nth-child(2) {
  display: none;
  opacity: 0;
}
.gnav_btn.open .gnav_btn--line:last-child {
  top: 48%;
  transform: rotate(-45deg);
}

.gnav {
  display: block;
  margin-right: 18px;
}
@media (max-width: 768px) {
  .gnav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding: 25px;
    margin-right: 0;
  }
}

.gnav--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .gnav--list {
    display: block;
  }
}

.gnav--item a {
  display: block;
}
.gnav--item:nth-last-child(2) a {
  border-right: none;
}
@media (max-width: 768px) {
  .gnav--item {
    display: block;
    text-align: center;
  }
  .gnav--item:nth-child(5) a {
    border-bottom: none;
  }
}

.gnav--link {
  font-weight: 700;
  padding: 0px 45px;
  border-right: solid 3px;
}
@media (max-width: 768px) {
  .gnav--link {
    border-right: none;
    border-bottom: dotted 2px #1e6088;
    padding: 5px 50px;
    margin: 10px 0;
    color: #fff;
  }
  .gnav--link:nth-child(5) {
    border-bottom: none;
  }
}

.gnav--contact {
  width: 272px;
  margin-left: 40px;
}
.gnav--contact span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .gnav--contact {
    display: none !important;
    width: auto;
    margin-left: 0;
  }
}

.footer {
  padding: 20px 0;
  background: #343434;
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 10px;
  }
}

.footer--info {
  width: 770px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 auto;
  letter-spacing: 2.3px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer--info {
    font-size: 1.8rem;
    width: 100%;
    display: block;
  }
}
@media (max-width: 320px) {
  .footer--info {
    font-size: 1.4rem;
  }
}

.footer--txt {
  margin: 0 auto;
  text-align: right;
  color: #fff;
  width: 770px;
}
@media (max-width: 768px) {
  .footer--txt {
    width: 100%;
  }
}

.footer--copy {
  margin-top: 20px;
  padding: 10px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background: #f4f4f4;
}

.top_mv {
  position: relative;
}
.top_mv h1 {
  position: absolute;
  top: 190px;
  left: 45%;
  z-index: 1;
  transform: translateX(-75%);
}
@media (max-width: 768px) {
  .top_mv h1 {
    top: 25vw;
    left: 0;
    transform: none;
  }
}

.top_mv--img {
  position: absolute;
  top: 75px;
  left: 40%;
  transform: translateX(-100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .top_mv--img {
    top: 3%;
    left: 2%;
    width: 65%;
    transform: none;
  }
}

.top_mv--remarks {
  display: block;
  position: absolute;
  bottom: 10.5vw;
  right: 5%;
  width: 420px;
}
@media (max-width: 768px) {
  .top_mv--remarks {
    display: block;
    position: absolute;
    bottom: 13rem;
    right: 15px;
    width: 70%;
  }
}
@media (max-width: 320px) {
  .top_mv--remarks {
    bottom: 30%;
  }
}

.top_mv--inner {
  padding-left: 85px;
}

.top_mv--btn {
  font-size: 2.5rem;
  font-weight: bold;
  color: #690202;
  background: url(../../img/bigbangjyuku-hiyaku/top/img_mv.jpg) no-repeat center;
  padding: 590px 0 115px;
  background-size: cover;
  box-sizing: border-box;
}
.top_mv--btn a {
  text-align: center;
  color: #690202;
  background: #fff;
  display: block;
  width: 405px;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 10px 0 10px;
  border-radius: 7px;
  line-height: 2;
  margin-left: 40%;
  position: relative;
  transform: translateX(-78%);
}
.top_mv--btn a:hover {
  opacity: 0.8;
}
.top_mv--btn a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 7px;
  border-style: solid;
  border-width: 0 0 13px 12px;
  border-color: transparent transparent #690202 transparent;
}
@media (max-width: 768px) {
  .top_mv--btn {
    background: url(../../img/bigbangjyuku-hiyaku/top/img_mv.jpg) no-repeat left
      35% center;
    padding: 85% 0 5%;
    background-size: cover;
    position: relative;
  }
  .top_mv--btn a {
    width: 250px;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    bottom: -8rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 8px #343434;
  }
}
@media (max-width: 320px) {
  .top_mv--btn a {
    bottom: -16rem;
  }
}

.top_mv--txt {
  background: url(../../img/bigbangjyuku-hiyaku/top/img_black.png) no-repeat
    right center;
  color: #fff;
  font-size: 1.7vw;
  margin-top: -90px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-size: 50%;
  padding: 1% 0 1%;
}
.top_mv--txt span {
  top: 15%;
  right: 5%;
  display: block;
  text-align: right;
  position: relative;
}
@media (max-width: 768px) {
  .top_mv--txt {
    font-size: 1.4rem;
    background: url(../../img/bigbangjyuku-hiyaku/top/img_black.png) no-repeat
      left center;
    margin-top: 0;
    background-size: cover;
    padding: 10px 15px 10px 0;
  }
  .top_mv--txt span {
    top: 0;
    right: 0;
  }
}
@media (max-width: 320px) {
  .top_mv--txt {
    font-size: 1.5rem;
  }
}

.top_lead {
  padding-top: 170px;
  margin: -50px 0 15px;
}
@media (min-width: 768px) {
  .top_lead {
    display: flex;
  }
}
@media (max-width: 768px) {
  .top_lead {
    padding-top: 190px;
  }
}

@media (max-width: 768px) {
  .top_lead--img {
    text-align: center;
  }
}

.top_lead--paragraph {
  padding-right: 75px;
}
.top_lead--paragraph p {
  font-size: 2rem;
  line-height: 1.95;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .top_lead--paragraph {
    padding: 0;
  }
}

.top_lead--txt {
  text-align: right;
  margin-top: 15px;
}
.top_lead--txt img {
  margin-bottom: 15px;
}
.top_lead--txt p {
  margin-bottom: 3px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top_lead--txt {
    font-size: 1.6rem;
  }
}

.top_lead--profile {
  flex: 0 0 425px;
}
@media (max-width: 768px) {
  .top_lead--profile {
    flex: 0 0 300px;
    margin-bottom: 30px;
  }
}

.top_feature {
  position: relative;
}
.top_feature ol {
  font-size: 2rem;
  font-weight: 600;
  background: url(../../img/bigbangjyuku-hiyaku/top/img_feature_bg.png)
    no-repeat;
  padding-left: 40%;
}
.top_feature .ttl_section {
  margin-bottom: 80px;
}
.top_feature::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50vw - 50%);
  width: 0;
  height: 0;
  border-top: 95px solid #f8f8f8;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
@media (max-width: 768px) {
  .top_feature ol {
    font-size: 1.8rem;
    padding: 25px 10px 0 10px;
    background: none;
    background-size: contain;
  }
  .top_feature::after {
    border-top: 55px solid #f8f8f8;
  }
  .top_feature .ttl_section {
    margin-bottom: 10px;
  }
}

.top_feature--inner {
  padding-bottom: 20px;
  box-sizing: border-box;
  width: 1284px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top_feature--inner {
    width: 100%;
    padding-bottom: 5px;
  }
}

.top_feature--item {
  margin-bottom: 35px;
  padding: 10px 0 0 60px;
}
.top_feature--item:last-child {
  margin-bottom: 0;
}
.top_feature--item.-item_01 {
  background: url(../../img/bigbangjyuku-hiyaku/top/img_num_01.svg) no-repeat
    left center;
}
.top_feature--item.-item_02 {
  background: url(../../img/bigbangjyuku-hiyaku/top/img_num_02.svg) no-repeat
    left center;
}
.top_feature--item.-item_03 {
  background: url(../../img/bigbangjyuku-hiyaku/top/img_num_03.svg) no-repeat
    left center;
}
.top_feature--item.-item_04 {
  background: url(../../img/bigbangjyuku-hiyaku/top/img_num_04.svg) no-repeat
    left center;
}
.top_feature--item.-item_05 {
  background: url(../../img/bigbangjyuku-hiyaku/top/img_num_05.svg) no-repeat
    left center;
}
@media (max-width: 768px) {
  .top_feature--item {
    margin-bottom: 25px;
    padding: 5px 0 5px 40px;
  }
  .top_feature--item.-item_01 {
    background: url(../../img/bigbangjyuku-hiyaku/top/img_num_01.svg) no-repeat
      left center;
    background-size: 25px;
  }
  .top_feature--item.-item_02 {
    background: url(../../img/bigbangjyuku-hiyaku/top/img_num_02.svg) no-repeat
      left center;
    background-size: 25px;
  }
  .top_feature--item.-item_03 {
    background: url(../../img/bigbangjyuku-hiyaku/top/img_num_03.svg) no-repeat
      left center;
    background-size: 25px;
  }
  .top_feature--item.-item_04 {
    background: url(../../img/bigbangjyuku-hiyaku/top/img_num_04.svg) no-repeat
      left center;
    background-size: 25px;
  }
  .top_feature--item.-item_05 {
    background: url(../../img/bigbangjyuku-hiyaku/top/img_num_05.svg) no-repeat
      left center;
    background-size: 25px;
  }
}

.top_detail {
  margin-top: 150px;
}
.top_detail .ttl_section {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .top_detail {
    margin-top: 70px;
  }
  .top_detail .ttl_section {
    margin-bottom: 10px;
  }
}

.top_detail--table tr {
  border-bottom: 1px solid #690202;
}
.top_detail--table tr:last-child {
  border: none;
}
.top_detail--table th {
  width: 170px;
  text-align: left;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 600;
}
.top_detail--table td {
  padding: 25px 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.top_detail--table td a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .top_detail--table {
    width: 1120px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .top_detail--table {
    width: 95%;
    margin: 0 auto;
  }
  .top_detail--table th,
  .top_detail--table td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
  .top_detail--table th {
    padding-left: 0;
    padding-top: 20px;
  }
  .top_detail--table td {
    font-size: 1.6rem;
    padding: 15px 0;
  }
  .top_detail--table td a {
    display: block;
    width: 190px;
    margin: 0 auto;
  }
  .top_detail--table td.-center {
    text-align: center;
  }
  .top_detail--table ol {
    text-indent: -20px;
    margin-left: 20px;
  }
  .top_detail--table li {
    margin-bottom: 10px;
  }
}

.top_detail--paragraph {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top_detail--paragraph {
    margin-bottom: 20px;
  }
}

.top_detail--border {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.9) 65%,
    #ffe200 65%,
    #ffe200 80%,
    #fff 85%,
    #fff 100%
  );
}

.top_detail--indent {
  text-indent: -20px;
  margin-left: 20px;
}

.top_detail--span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-left: 20px;
}
.top_detail--span::after {
  content: "→";
  font-size: 1.8rem;
  color: #690202;
  padding: 0 7px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .top_detail--span {
    margin-left: 0;
    margin-top: 20px;
  }
  .top_detail--span::after {
    content: "↓";
    display: block;
  }
}

.top_detail--del {
  background: url(../../img/bigbangjyuku-hiyaku/top/img_del.png) repeat-x center;
  display: inline-block;
  margin: 0 10px 7px 10px;
}
@media (max-width: 768px) {
  .top_detail--del {
    margin: -2px 10px 0 10px;
    vertical-align: middle;
  }
}

.top_detail--txt {
  font-family: "Noto Sans JP", sans-serif;
}
.top_detail--txt::before {
  content: "⇒";
  font-size: 2.1rem;
  color: #690202;
  padding: 0 7px;
}
@media (max-width: 768px) {
  .top_detail--txt::before {
    display: block;
    content: "⇓";
  }
}

.top_detail--schedule {
  width: 1200px;
  margin: 25px auto 0;
}
.top_detail--schedule tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .top_detail--schedule {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
  }
}

.top_detail--supplement {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.top_detail--supplement .font_color_red {
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .top_detail--supplement {
    font-size: 1.7rem;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .top_detail--inner {
    padding: 0 10px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .top_detail--inner::before,
  .top_detail--inner::after {
    content: "←スワイプで左右にスクロールできます→";
    font-size: 1.1rem;
    color: #343434;
  }
}
.top_detail--inner::-webkit-scrollbar {
  height: 10px;
}
.top_detail--inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.top_detail--inner::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 5px;
}

.top_detail--th {
  color: #fff;
  background: #690202;
  padding: 13px 0px 10px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 600;
  box-sizing: border-box;
}
.top_detail--th.-sm {
  width: 45px;
}
.top_detail--th.-md {
  width: 224px;
  border-bottom: none;
}
.top_detail--th.-lg {
  width: 370px;
}
.top_detail--th.-pd30 {
  padding: 30px 0;
  font-weight: 400;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .top_detail--th.-sm {
    padding: 0 10px;
  }
  .top_detail--th.-md {
    width: 120px;
  }
  .top_detail--th.-lg {
    width: 260px;
  }
}

.top_detail--td {
  background: #f2f2f2;
  vertical-align: middle;
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
  font-size: 1.8rem;
  font-weight: 500;
  box-sizing: border-box;
}
.top_detail--td.-center {
  text-align: center;
}
.top_detail--td.-pl50 {
  padding: 10px 0 10px 50px;
}
.top_detail--td.-is-no_border_right {
  border-right: none;
}
@media (max-width: 768px) {
  .top_detail--td.-pl50 {
    padding: 7px 15px;
  }
  .top_detail--td.-center {
    padding: 0 10px;
  }
}

.top_detail--postscript {
  font-size: 1.5rem;
  font-weight: 500;
}

.top_form {
  border-top: 5px solid #343434;
  margin-top: 100px;
  box-sizing: border-box;
  background: #f2f2f2;
}
.top_form h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin: 50px 0 40px;
}
@media (max-width: 768px) {
  .top_form {
    padding: 0 10px;
    margin-top: 50px;
  }
  .top_form h2 {
    font-size: 2.5rem;
  }
}

.top_form--txt {
  display: flex;
  margin: 0 auto 45px;
  justify-content: space-between;
  font-size: 2.9rem;
  font-weight: 600;
  border: 1px solid #690202;
  padding: 15px 45px 10px;
  letter-spacing: 5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .top_form--txt {
    width: 535px;
  }
}
@media (max-width: 768px) {
  .top_form--txt {
    padding: 5px 10px;
    font-size: 1.8rem;
    width: 305px;
  }
}

.top_form--paragraph {
  position: relative;
}
.top_form--paragraph::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #690202;
  position: absolute;
  top: 5px;
  right: -35%;
}
@media (max-width: 768px) {
  .top_form--paragraph::after {
    width: 1px;
    height: 25px;
    top: 1px;
    right: -3px;
  }
}

.top_form--close {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}

.contact_form {
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact_form {
    width: 768px;
  }
}

.thanks_page {
  padding: 60px 0 90px;
  margin-top: 85px;
}
.thanks_page .ttl_section {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .thanks_page {
    padding: 60px 0;
  }
}

.thanks_page--wrap .top_mv--btn a {
  display: none;
}

@media (max-width: 768px) {
  .satori__input_group {
    width: 95% !important;
    margin: 0 auto !important;
  }
}

.satori__custom_form_97b54428c4415d9d_css {
  background: none !important;
}

.satori__submit_group {
  position: relative;
  width: 246px;
  margin: 0 auto !important;
}

.satori__submit_group.satori__btn.submit::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-style: solid !important;
  border-width: 0 0 13px 12px !important;
  border-color: transparent transparent #fff transparent !important;
}

#satori__submit_confirm {
  background: url(../../img/bigbangjyuku-hiyaku/top/img_triangle.png) no-repeat
      right 5px bottom 5px,
    #690202 !important;
  color: #fff !important;
  width: 246px;
  padding: 10px 0 !important;
  font-weight: 600;
  font-size: 1.5rem;
}

.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  label:first-child {
  color: #343434;
  font-weight: 600;
}

.satori__custom_form_97b54428c4415d9d_css .satori__require {
  background: none !important;
  color: #a50000 !important;
  margin-left: -5px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}
.satori__custom_form_97b54428c4415d9d_css .satori__require::before {
  content: "※";
  margin-right: -3px;
  vertical-align: middle;
}

.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="email"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="number"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="password"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="tel"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="text"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="url"],
.satori__custom_form_97b54428c4415d9d_css .satori__input_group textarea {
  background-color: #fff !important;
  border-color: #343434 !important;
}

.satori__custom_form_97b54428c4415d9d_css .satori__horiz_group {
  justify-content: space-between !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .satori__custom_form_97b54428c4415d9d_css .satori__horiz_group {
    margin-bottom: 0 !important;
  }
}

.satori__custom_form_97b54428c4415d9d_css
  .satori__horiz_group
  .satori__input_group {
  flex: 0 0 376px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .satori__custom_form_97b54428c4415d9d_css
    .satori__horiz_group
    .satori__input_group {
    flex: 0 0 95% !important;
    margin: 0 auto;
  }
}

.satori__custom_form_97b54428c4415d9d_css .satori__input_group {
  padding: 0 !important;
}

.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="email"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="number"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="password"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="tel"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="text"],
.satori__custom_form_97b54428c4415d9d_css
  .satori__input_group
  input[type="url"],
.satori__custom_form_97b54428c4415d9d_css .satori__input_group textarea {
  height: 30px !important;
  padding: 0 !important;
  border-radius: 1px !important;
}

label#satori__customer_mobile_phone_number_97b54428c4415d9d {
  margin-top: 15px !important;
}

@media (max-width: 768px) {
  #satori__privacy_policy_agreement_wrapper {
    margin: 15px 0 !important;
  }
}

#satori__privacy_policy_agreement_wrapper {
  margin: 25px 0;
}

@media (max-width: 768px) {
  #satori__customer_last_name,
  #satori__customer_first_name,
  #satori__customer_last_name_reading,
  #satori__customer_first_name_reading {
    margin-bottom: 15px !important;
  }
}

#loading {
  display: none;
}

.submit {
  text-align: center;
  font-size: 2.5rem;
  color: #135379;
  font-weight: bold;
}
@media (max-width: 768px) {
  .submit {
    font-size: 1.8rem;
  }
}

.contact_form--table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  background: #fff;
}
.contact_form--table td {
  padding: 10px;
  vertical-align: middle;
}
.contact_form--table th {
  position: relative;
  width: 225px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-clip: padding-box !important;
}
.contact_form--table th::after {
  position: absolute;
  top: 17px;
  right: 15px;
  padding: 4px 5px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}
.contact_form--table .is-required::after {
  color: #fff;
  content: "必須";
  background: #c90000;
}
.contact_form--table .is-option::after {
  color: #fff;
  content: "任意";
  background: #999;
}
@media (max-width: 768px) {
  .contact_form--table td {
    padding: 10px 5px;
  }
  .contact_form--table th {
    padding: 5px;
  }
  .contact_form--table th::after {
    top: 5px;
    right: 10px;
  }
}

.contact_form--table textarea {
  height: 130px;
}
.contact_form--table input[type="text"],
.contact_form--table input[type="email"],
.contact_form--table input[type="tel"],
.contact_form--table input[type="nmber"],
.contact_form--table input[type="date"],
.contact_form--table textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  background: #e6edf2;
  border: solid 1px #e6edf2;
  border-radius: 3px;
  box-shadow: none;
}
.contact_form--table input[type="text"]:focus,
.contact_form--table input[type="email"]:focus,
.contact_form--table input[type="tel"]:focus,
.contact_form--table input[type="nmber"]:focus,
.contact_form--table input[type="date"]:focus,
.contact_form--table textarea:focus {
  background: #fff;
  border: solid 1px #e6edf2;
  outline: none;
}
.contact_form--table input[type="checkbox"]:checked + span,
.contact_form--table input[type="radio"]:checked + span {
  font-weight: bold;
}
.contact_form--table select {
  padding: 2px 0 4px 4px;
  margin-right: 2px;
  border: solid 1px #345372;
  border-radius: 3px;
}
.contact_form--table select option {
  padding: 0;
}
.contact_form--table .mwform-tel-field input[type="text"],
.contact_form--table .mwform-zip-field input[type="text"] {
  width: 5em;
}

.contact_form--btn {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.contact_form--btn input[type="submit"],
.contact_form--btn input[type="button"],
.contact_form--btn button[type="submit"] {
  display: inline-block;
  width: 220px;
  height: 60px;
  margin: 10px;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #000;
  border: none;
  transition: 0.3s;
}
.contact_form--btn input[type="submit"]:hover,
.contact_form--btn input[type="button"]:hover,
.contact_form--btn button[type="submit"]:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .contact_form--btn input[type="submit"],
  .contact_form--btn input[type="button"],
  .contact_form--btn button[type="submit"] {
    max-width: 80%;
  }
}

.frm.danger {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-top: 12px;
  clear: both;
  font-size: 1.2rem;
  color: #fff !important;
  background: #c90000;
}
.frm.danger::before {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid #c90000;
  border-color: transparent;
  border-bottom-color: #c90000;
}

.notfound_page {
  text-align: center;
}

.notfound_page--ttl {
  font-size: 2rem;
  margin-bottom: 30px;
}

.notfound_page--paragraph {
  margin-bottom: 1em;
}

.notfound_page--link a {
  text-decoration: underline;
}
