@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
}

hr {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
}

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

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  border: none;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

body .body-wrap {
  position: relative;
}

_:lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ ,Meiryo, serif;
}

.common-inner {
  width: 840px;
  margin: 0 auto;
}

.common-bs {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#btn-gotop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 10000;
  width: 60px;
  height: 60px;
  background-color: #757575;
  transform: translateX(200%);
  transition: opacity .4s ease,transform 1s ease;
}

#btn-gotop.ov {
  opacity: 0.7;
  cursor: pointer;
}

#btn-gotop.on {
  transform: translateX(0);
}

#btn-gotop svg {
  color: #fff;
  font-size: 3rem;
}

.floating__bnr li.bnr {
  position: fixed;
  right: 0;
  bottom: 54px;
  width: 320px;
  z-index: 10;
  transition: opacity 0.2s 0s ease;
}

.floating__bnr li.bnr.js--ov {
  opacity: 0.7;
}

.floating__bnr li.bnr aside {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  padding: 1px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2000;
  line-height: 1;
}

#common-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 19.84127%;
  margin-bottom: 50px;
}

#common-visual .visual-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#common-visual .visual-inner h2 {
  width: 840px;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(71, 73, 62, 0.65), 0 0 2px rgba(71, 73, 62, 0.65), 0 0 3px rgba(71, 73, 62, 0.65), 0 0 4px rgba(71, 73, 62, 0.65), 0 0 5px rgba(71, 73, 62, 0.65), 0 0 6px rgba(71, 73, 62, 0.65), 0 0 7px rgba(71, 73, 62, 0.65);
}

@media (max-width: 750px) {
  #common-visual .visual-inner h2 {
    font-size: 4vw;
    line-height: 1.66667;
  }
}

@media (min-width: 751px) {
  #common-visual .visual-inner h2 {
    font-size: 3rem;
    line-height: 1.66667;
  }
}

#common-visual .visual-inner h2 span {
  display: block;
}

#common-visual .visual-inner h2 span.en {
  display: inline-block;
}

@media (max-width: 750px) {
  #common-visual .visual-inner h2 span.en {
    font-size: 2.66667vw;
    line-height: 2.5;
  }
}

@media (min-width: 751px) {
  #common-visual .visual-inner h2 span.en {
    font-size: 2rem;
    line-height: 2.5;
  }
}

#common-visual .visual-inner h2 span.en small {
  display: inline-block;
  margin-right: .5em;
  font-size: 1.4rem;
  transform: translateY(-2px);
}

.tit {
  padding-bottom: 30px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.tit2 {
  padding-bottom: .5em;
  font-weight: bold;
}

@media (max-width: 750px) {
  .tit2 {
    font-size: 2.66667vw;
    line-height: 1.8;
  }
}

@media (min-width: 751px) {
  .tit2 {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.tit2 .marker {
  display: inline-block;
  margin-right: .5em;
  color: #541c23;
  transform: translateY(-0.2em);
}

@media (max-width: 750px) {
  .tit2 .marker {
    font-size: 1.6vw;
    line-height: 3;
  }
}

@media (min-width: 751px) {
  .tit2 .marker {
    font-size: 1.2rem;
    line-height: 3;
  }
}

.tit3 {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.6em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 750px) {
  .tit3 {
    font-size: 2.66667vw;
    line-height: 1.8;
  }
}

@media (min-width: 751px) {
  .tit3 {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.tit3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background-color: #541c23;
  transform: translateX(-50%);
}

.common-txt {
  padding-bottom: 2em;
}

@media (max-width: 750px) {
  .common-txt {
    font-size: 2.13333vw;
    line-height: 1.5;
  }
}

@media (min-width: 751px) {
  .common-txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.common-txt:last-child {
  padding-bottom: 0;
}

.po-remarks {
  display: none;
}

@media (max-width: 750px) {
  .common-remarks {
    font-size: 1.6vw;
    line-height: 1.33333;
  }
}

@media (min-width: 751px) {
  .common-remarks {
    font-size: 1.2rem;
    line-height: 1.33333;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body .body-wrap:before {
    border-left: 1px #e5e5e5 solid;
  }
  body .body-inner {
    background: none;
  }
  .common-inner {
    width: 94.66667%;
  }
  #btn-gotop {
    right: 15px;
    bottom: 35px;
    width: 36px;
    height: 36px;
  }
  #btn-gotop svg {
    color: #fff;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #btn-gotop svg {
    font-size: 5.33333vw;
    line-height: 1;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #btn-gotop svg {
    font-size: 4rem;
    line-height: 1;
  }
}

@media (max-width: 750px) {
  #common-visual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 53.33333%;
    margin-bottom: 6.66667%;
  }
  #common-visual .visual-inner h2 {
    width: 94.66667%;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 {
    font-size: 6.4vw;
    line-height: 1.45833;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 {
    font-size: 4.8rem;
    line-height: 1.45833;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 span.en {
    font-size: 2.93333vw;
    line-height: 2.72727;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 span.en {
    font-size: 2.2rem;
    line-height: 2.72727;
  }
}

@media (max-width: 750px) {
  #common-visual .visual-inner h2 span.en small {
    transform: translateY(-1px);
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 span.en small {
    font-size: 1.86667vw;
    line-height: 4.28571;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 span.en small {
    font-size: 1.4rem;
    line-height: 4.28571;
  }
}

@media (max-width: 750px) {
  #common-visual .visual-inner h2 span.line2 {
    margin-left: .5em;
    padding-left: 1em;
    text-indent: -.5em;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 span.line2 {
    font-size: 2.93333vw;
    line-height: 1.09091;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 span.line2 {
    font-size: 2.2rem;
    line-height: 1.09091;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 span.line2 small {
    font-size: 1.86667vw;
    line-height: 1;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 span.line2 small {
    font-size: 1.4rem;
    line-height: 1;
  }
}

@media (max-width: 750px) {
  .tit {
    padding-bottom: 4.22535%;
  }
  .tit2 {
    padding-bottom: .5em;
    font-weight: bold;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .tit2 {
    font-size: 4.26667vw;
    line-height: 1.125;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .tit2 {
    font-size: 3.2rem;
    line-height: 1.125;
  }
}

@media (max-width: 750px) {
  .tit2 .marker {
    display: inline-block;
    margin-right: .5em;
    color: #541c23;
    transform: translateY(-0.2em);
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .tit2 .marker {
    font-size: 2.66667vw;
    line-height: 1.8;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .tit2 .marker {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media (max-width: 750px) {
  .tit3 {
    margin-bottom: 0.9375em;
    padding-bottom: 0.375em;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .tit3 {
    font-size: 4.26667vw;
    line-height: 1.125;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .tit3 {
    font-size: 3.2rem;
    line-height: 1.125;
  }
}

@media (max-width: 750px) {
  .tit3:after {
    width: 35%;
  }
  .common-txt {
    padding-bottom: 1em;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .common-txt {
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .common-txt {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}

@media (max-width: 750px) {
  .po-remarks {
    display: block;
    padding-bottom: .5em;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .po-remarks {
    font-size: 2.93333vw;
    line-height: 1.63636;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .po-remarks {
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}

@media (max-width: 750px) {
  .po-remarks svg {
    margin-right: .25em;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .po-remarks svg {
    font-size: 4.26667vw;
    line-height: 1;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .po-remarks svg {
    font-size: 3.2rem;
    line-height: 1;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .common-remarks {
    font-size: 2.93333vw;
    line-height: 1.63636;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .common-remarks {
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}

@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

#header {
  position: sticky;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

#header .hinner {
  width: 100%;
  max-width: 1180px;
  min-width: 81.35593%;
  margin: 0 auto;
  padding: 20px 10px;
  align-items: center;
  justify-content: space-between;
}

#header h1 {
  width: 205px;
  font-size: 0;
  line-height: 0;
  margin: 0 3% 0 0;
}

#header h1 a {
  transition: opacity 0.4s ease;
}

#header h1 a.ov {
  opacity: 0.7;
}

#header #gnavi {
  width: calc(100% - 40px);
}

#header #gnavi .btn-menu {
  display: none;
}

#header #gnavi .parents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

#header #gnavi .parents > li {
  margin-right: 3em;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

#header #gnavi .parents > li:last-child {
  margin-right: 0;
}

#header #gnavi .parents > li > a, #header #gnavi .parents > li dt {
  display: block;
  position: relative;
  padding-bottom: 0;
}

#header #gnavi .parents > li > a:after, #header #gnavi .parents > li > a:after, #header #gnavi .parents > li dt:after, #header #gnavi .parents > li dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: width 0.2s 0s ease;
}

#header #gnavi .parents > li > a.ov:after, #header #gnavi .parents > li > a.on:after, #header #gnavi .parents > li dt.ov:after, #header #gnavi .parents > li dt.on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: #333;
}

#header #gnavi .parents > li dt .fa-plus {
  display: none;
}

#header #gnavi .parents > li dt .fa-minus {
  display: none;
}

#header #gnavi .parents > li dt.ov {
  cursor: pointer;
}

#header #gnavi .parents > li dd {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  color: #333;
}

#header #gnavi .parents > li dd .children {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 760px;
  margin: 0 auto;
}

#header #gnavi .parents > li dd .children li {
  width: 190px;
}

@media (max-width: 750px) {
  #header #gnavi .parents > li dd .children li {
    font-size: 1.86667vw;
    line-height: 1;
  }
}

@media (min-width: 751px) {
  #header #gnavi .parents > li dd .children li {
    font-size: 1.4rem;
    line-height: 1;
  }
}

#header #gnavi .parents > li dd .children li a {
  transition: opacity 0.4s ease;
}

#header #gnavi .parents > li dd .children li a.ov {
  opacity: 0.7;
}

#header #gnavi .parents > li dd .children li svg {
  margin-right: .5em;
  color: #541c23;
}

#header #gnavi .parents > li dd .btn-close {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: rgba(63, 63, 63, 0.7);
}

#header #gnavi .parents > li dd .btn-close.ov {
  cursor: pointer;
}

#header #gnavi .parents > li dd .btn-close svg {
  color: #fff;
}

@media (max-width: 750px) {
  #header #gnavi .parents > li dd .btn-close svg {
    font-size: 5.33333vw;
    line-height: 1;
  }
}

@media (min-width: 751px) {
  #header #gnavi .parents > li dd .btn-close svg {
    font-size: 4rem;
    line-height: 1;
  }
}

#header #gnavi .parents > li.business dd .children {
  width: 960px;
}

#header #gnavi .parents > li.business dd .children li {
  width: 240px;
}

#header #gnavi .parents > li.business dd .children li:nth-child(-n+4) {
  padding-bottom: 2em;
}

#header #gnavi .parents > li.business dd .children li.agency {
  display: none;
  opacity: .2;
}

#header #gnavi .parents > li.business dd .children li.agency a.ov {
  opacity: 2;
  cursor: default;
}

#header #gnavi .parents > li.top .fa-chevron-right,
#header #gnavi .parents > li.affiliated .fa-chevron-right,
#header #gnavi .parents > li.recruit .fa-chevron-right,
#header #gnavi .parents > li.inquiry .fa-chevron-right {
  display: none;
}

@media (max-width: 750px) {
  #header .hinner {
    width: 100%;
    max-width: none;
    min-width: inherit;
    padding: 2.66667%;
    z-index: 1010;
  }
  #header h1 {
    margin: 0;
    position: relative;
    width: 43.38028%;
    z-index: 1000;
  }
  #header #gnavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    bottom: auto;
    top: 0;
    left: 0;
    z-index: 400;
    width: 100%;
  }
  #header #gnavi .btn-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 100%;
    background-color: transparent;
    color: #fff;
    z-index: 1020;
    padding: 3% 1% 0 0;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #header #gnavi .btn-menu {
    font-size: 8.93333vw;
    line-height: 1;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #header #gnavi .btn-menu {
    font-size: 6.7rem;
    line-height: 1;
  }
}

@media (max-width: 750px) {
  #header #gnavi .btn-menu .fa-bars {
    color: #333;
  }
  #header #gnavi .btn-menu .fa-times {
    display: none;
    color: #fff;
  }
  #header #gnavi .btn-menu.on .fa-bars {
    display: none;
  }
  #header #gnavi .btn-menu.on .fa-times {
    display: block;
  }
  #header #gnavi .parents {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 18% 2.66667%;
    background-color: #333;
    overflow-y: scroll;
    height: 100vh;
  }
  #header #gnavi .parents > li {
    margin-right: 0;
    color: #fff;
    font-size: 3.943661971830986vw !important;
    border-bottom: 1px solid #fff;
    padding: 0.8em 0;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #header #gnavi .parents > li {
    font-size: 4.26667vw;
    line-height: 2.8125;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #header #gnavi .parents > li {
    font-size: 3.2rem;
    line-height: 2.8125;
  }
}

@media (max-width: 750px) {
  #header #gnavi .parents > li > a, #header #gnavi .parents > li dt {
    display: block;
    position: relative;
    padding-bottom: 0;
    padding: 0 0 0 3%;
  }
  #header #gnavi .parents > li > a.ov:after, #header #gnavi .parents > li > a.on:after, #header #gnavi .parents > li dt.ov:after, #header #gnavi .parents > li dt.on:after {
    content: none;
  }
  #header #gnavi .parents > li.header__logo {
    padding: 0;
    border-bottom: none;
  }
  #header #gnavi .parents > li.header__logo a {
    padding: 0;
  }
  #header #gnavi .parents > li dl ul li a {
    font-size: 3.3802816901408446vw;
    padding: 0 0 0 3%;
  }
  #header #gnavi .parents > li dt .fa-plus {
    display: inline-block;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.2em;
  }
  #header #gnavi .parents > li dt .fa-minus {
    display: none;
    margin-left: .2em;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.2em;
  }
  #header #gnavi .parents > li dt.on .fa-plus {
    display: none;
  }
  #header #gnavi .parents > li dt.on .fa-minus {
    display: inline-block;
    margin-left: .2em;
  }
  #header #gnavi .parents > li dd {
    display: none;
    position: static;
    padding: 0;
    background-color: transparent;
    color: #fff;
  }
  #header #gnavi .parents > li dd .children {
    display: block;
    width: 100%;
    margin: 2% 0 0;
  }
  #header #gnavi .parents > li dd .children li {
    width: 100%;
    padding-bottom: 0;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #header #gnavi .parents > li dd .children li {
    font-size: 4.26667vw;
    line-height: 1.875;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #header #gnavi .parents > li dd .children li {
    font-size: 3.2rem;
    line-height: 1.875;
  }
}

@media (max-width: 750px) {
  #header #gnavi .parents > li dd .children li svg {
    color: #fff;
  }
  #header #gnavi .parents > li dd .btn-close {
    display: none;
  }
  #header #gnavi .parents > li.business dd .children {
    width: 100%;
  }
  #header #gnavi .parents > li.business dd .children li {
    width: 100%;
  }
  #header #gnavi .parents > li.business dd .children li:nth-child(-n+4) {
    padding-bottom: 0;
  }
  #header #gnavi .parents > li.business dd .children li.agency {
    display: none;
  }
  #header #gnavi .parents > li.top,
  #header #gnavi .parents > li.affiliated,
  #header #gnavi .parents > li.recruit,
  #header #gnavi .parents > li.inquiry {
    position: relative;
  }
  #header #gnavi .parents > li.top .fa-chevron-right,
  #header #gnavi .parents > li.affiliated .fa-chevron-right,
  #header #gnavi .parents > li.recruit .fa-chevron-right,
  #header #gnavi .parents > li.inquiry .fa-chevron-right {
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
  }
}

#fbnr {
  margin: 0 0 150px;
}

#fbnr h3 {
  margin: 0 0 20px;
}

#fbnr li a figure {
  overflow: hidden;
}

#fbnr li a img {
  width: 100%;
  transition: transform 0.8s 0s ease, opacity 0.5s 0s ease;
}

#fbnr li a.hover.ov img {
  transform: scale(1.05);
  opacity: 0.5;
}

#fbnr span {
  font-weight: 700;
}

@media (max-width: 750px) {
  #fbnr {
    padding: 0 6.66667%;
    margin: 0 0 17%;
  }
  #fbnr h3 {
    margin: 0 0 3%;
  }
}

#footer {
  background-color: #EFEFEF;
}

#footer #ftop {
  width: 95%;
  max-width: 1180px;
  min-width: 81.35593%;
  margin: 0 auto;
  padding: 80px 0 130px;
}

#footer #ftop .ftop-inner {
  color: #333;
}

#footer #ftop .ftop-inner .address {
  width: 325px;
  margin: 0 auto 60px;
  font-size: 1.4rem;
  font-weight: bold;
}

#footer #ftop .ftop-inner .address dt {
  width: 324px;
  margin: 0 auto;
  padding-bottom: 27px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

#footer #ftop .ftop-inner .address dt a {
  transition: opacity 0.4s ease;
}

#footer #ftop .ftop-inner .address dt a.ov {
  opacity: 0.7;
}

#footer #ftop .ftop-inner .address dd .gmap {
  width: 100%;
  height: 450px;
  padding-bottom: 20px;
}

#footer #ftop .ftop-inner .address dd .gmap iframe {
  width: 100%;
  height: 100%;
}

#footer #ftop .ftop-inner .address dd p {
  margin: 0 0 32px;
  text-align: center;
}

@media (max-width: 750px) {
  #footer #ftop .ftop-inner .address dd p {
    font-size: 1.86667vw;
    line-height: 1.42857;
  }
}

@media (min-width: 751px) {
  #footer #ftop .ftop-inner .address dd p {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

#footer #ftop .ftop-inner .address dd p a {
  text-decoration: underline;
}

#footer #ftop .ftop-inner .address dd p a:hover {
  text-decoration: none;
}

#footer #ftop .ftop-inner .address dd p:nth-of-type(2) {
  margin: 0;
}

#footer #ftop .ftop-inner .fnavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 750px;
  margin: 0 auto;
  font-size: 1.4rem !important;
  font-weight: bold;
}

@media (max-width: 750px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 1.6vw;
    line-height: 2.33333;
  }
}

@media (min-width: 751px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 1.2rem;
    line-height: 2.33333;
  }
}

#footer #ftop .ftop-inner .fnavi .fnavi-left {
  width: 280px;
}

#footer #ftop .ftop-inner .fnavi .fnavi-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#footer #ftop .ftop-inner .fnavi .fnavi-right .fr-left {
  width: 280px;
}

#footer #ftop .ftop-inner .fnavi .fnavi-right .fr-right {
  width: 180px;
}

#footer #ftop .ftop-inner .fnavi svg {
  margin-right: .5em;
  line-height: 1;
}

#footer #ftop .ftop-inner .fnavi dd {
  padding-left: 1.5em;
}

#footer #ftop .ftop-inner .fnavi .gchildren {
  padding-left: 1em;
}

#footer #ftop .ftop-inner .fnavi a:hover {
  text-decoration: underline;
}

#footer .copyright {
  background-color: #EFEFEF;
  color: #333;
  text-align: center;
  text-align: left;
  padding: 0 0 20px;
}

@media (max-width: 750px) {
  #footer .copyright {
    font-size: 1.86667vw;
    line-height: 2.57143;
  }
}

@media (min-width: 751px) {
  #footer .copyright {
    font-size: 1.4rem;
    line-height: 2.57143;
  }
}

@media (min-width: 1201px) {
  #footer #ftop .ftop-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 140px;
  }
  #footer #ftop .ftop-inner .address {
    width: 325px;
    margin: 0;
  }
  #footer #ftop .ftop-inner .address dt {
    margin: 0;
    text-align: left;
    padding-bottom: 97px;
  }
  #footer #ftop .ftop-inner .address dd p {
    text-align: left;
    margin: 0 0 52px;
  }
  #footer #ftop .ftop-inner .fnavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 715px;
    margin: 0;
    justify-content: flex-start;
    gap: 0 40px;
  }
}

@media (min-width: 1201px) and (max-width: 750px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 1.6vw;
    line-height: 2.33333;
  }
}

@media (min-width: 1201px) and (min-width: 751px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 1.2rem;
    line-height: 2.33333;
  }
}

@media (min-width: 1201px) {
  #footer #ftop .ftop-inner .fnavi .fnavi-left {
    width: 210px;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 45px;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right .fr-left {
    width: 260px;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right .fr-right {
    width: 160px;
  }
  #footer .copyright {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    min-width: 0;
    background-color: #EFEFEF;
    color: #333;
    text-align: center;
    text-align: left;
    padding: 0 0 20px;
  }
}

@media (min-width: 1201px) and (max-width: 750px) {
  #footer .copyright {
    font-size: 1.86667vw;
    line-height: 2.57143;
  }
}

@media (min-width: 1201px) and (min-width: 751px) {
  #footer .copyright {
    font-size: 1.4rem;
    line-height: 2.57143;
  }
}

@media (max-width: 750px) {
  #footer #ftop {
    width: 86.66667%;
    max-width: none;
    min-width: inherit;
    padding: 14% 0 0;
  }
  #footer #ftop .ftop-inner .address {
    width: 100%;
    margin: 0 0 12%;
  }
  #footer #ftop .ftop-inner .address dt {
    width: 80.92308%;
    margin: 0 0 4%;
    padding-bottom: 4.22535%;
    text-align: left;
  }
  #footer #ftop .ftop-inner .address dd p {
    padding-bottom: 1em;
    text-align: left;
    font-size: 1.4rem !important;
    margin: 0 0 6%;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #footer #ftop .ftop-inner .address dd p {
    font-size: 3.2vw;
    line-height: 1.41667;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #footer #ftop .ftop-inner .address dd p {
    font-size: 2.4rem;
    line-height: 1.41667;
  }
}

@media (max-width: 750px) {
  #footer #ftop .ftop-inner .address dd p a {
    text-decoration: underline;
  }
  #footer #ftop .ftop-inner .fnavi {
    display: none;
    width: 100%;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 2.93333vw;
    line-height: 1.81818;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 2.2rem;
    line-height: 1.81818;
  }
}

@media (max-width: 750px) {
  #footer #ftop .ftop-inner .fnavi .fnavi-left {
    width: 48.59155%;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right {
    display: block;
    width: 48.59155%;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right .fr-left {
    width: 100%;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right .fr-right {
    width: 100%;
  }
  #footer #ftop .ftop-inner .fnavi .parents > li {
    padding: 0 0 1em 1em;
    text-indent: -1em;
  }
  #footer #ftop .ftop-inner .fnavi .parents .children > li {
    padding-bottom: 1em;
  }
  #footer #ftop .ftop-inner .fnavi .parents .children > li:last-child {
    padding-bottom: 0;
  }
  #footer #ftop .ftop-inner .fnavi .gchildren li {
    padding-bottom: 1em;
  }
  #footer .copyright {
    width: 86.66667%;
    margin: 0 auto;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #footer .copyright {
    font-size: 2.93333vw;
    line-height: 1.63636;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #footer .copyright {
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}

/*テキストスライド*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.leftAnime.off {
  opacity: 1;
  animation-name: opacity-anime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.scl.on.slideAnimeL {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.scl.on.slideAnimeL .slideAnimeR {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

/*背景右から左へ伸びる*/
.btn-anime {
  position: relative;
}

.btn-anime:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #333;
  transition: all .5s;
  opacity: 0;
}

.btn-anime.hover.ov:after {
  width: 100%;
  opacity: 1;
}

.btn-anime.hover.ov {
  color: #fff;
}

/*背景右から左へ伸びる02*/
.btn-anime02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .3s;
}

.btn-anime02:before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #ccc;
  transform: translateX(-100%);
  transition: transform 0.5s 0s ease;
}

.btn-anime02.hover.ov {
  color: #fff;
}

.btn-anime02.hover.ov:before {
  transform: translateX(10%);
}

/*要素がじわっと出現*/
.blurTrigger {
  opacity: 0;
}

.blurTrigger.scl.on {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.blurTrigger.scl.off {
  animation-name: blurAnime-reverse;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime-reverse {
  from {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
  to {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
}

.fs__txt__42 {
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5238095238095237;
}

.fs__txt__36 {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.fs__txt__20 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 2.3;
}

.fs__txt__20__line13 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.fs__txt__16 {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}

.fs__txt__16__line13 {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.3125;
}

.fs__txt__14 {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5714285714285714;
}

.fs__txt__12 {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333333333;
}

@media (max-width: 750px) {
  .fs__txt__42 {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .fs__txt__36 {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .fs__txt__20 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2.25;
  }
  .fs__txt__20__line13 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.3125;
  }
  .fs__txt__16 {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5714285714285714;
  }
  .fs__txt__16__line13 {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.3571428571428572;
  }
}

.fs__txt__en__36 {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.fs__txt__en__26 {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.fs__txt__en__20 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 750px) {
  .fs__txt__en__36 {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
  .fs__txt__en__26 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
  .fs__txt__en__20 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
}

.flex {
  display: flex;
}

.sec__in__l {
  width: 100%;
  max-width: 1180px;
  min-width: 0;
  margin: 0 auto;
}

.sec__in__s {
  width: 100%;
  max-width: 960px;
  min-width: 0;
  margin: 0 auto;
}

#common-visual {
  background: url(../images/inquiry/visual_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 750px) {
  #common-visual {
    background: url(../images/inquiry/visual_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

#box01 {
  padding-bottom: 60px;
}

#box01 a {
  color: #194fd8;
  text-decoration: underline;
}

#box01 a:hover {
  text-decoration: none;
}

#box01 .common-bs {
  padding: 20px;
  background-color: #fff;
}

#box01 .common-bs table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}

@media (max-width: 750px) {
  #box01 .common-bs table {
    font-size: 1.86667vw;
    line-height: 1.78571;
  }
}

@media (min-width: 751px) {
  #box01 .common-bs table {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

#box01 .common-bs table th {
  width: 28%;
  padding: .5em 1em;
  border: 1px #d2d2d2 solid;
  background-color: #541c23;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}

#box01 .common-bs table th strong {
  color: #f00;
}

#box01 .common-bs table td {
  padding: .5em 1em;
  border: 1px #d2d2d2 solid;
}

#box01 .common-bs table td .caution {
  color: #f00;
}

#box01 .common-bs table td p {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px #d2d2d2 dotted;
}

#box01 .common-bs table td.radio label {
  display: inline-block;
  margin-right: 1em;
}

#box01 .common-bs table td.radio label.none, #box01 .common-bs table td.radio label:last-child {
  margin-right: 0;
}

#box01 .common-bs table td.radio label input[type="radio"] {
  margin-right: .5em;
}

#box01 .common-bs table td.checkbox label {
  display: inline-block;
  margin-right: 1em;
}

#box01 .common-bs table td.checkbox label.none, #box01 .common-bs table td.checkbox label:last-child {
  margin-right: 0;
}

#box01 .common-bs table td.checkbox label input[type="checkbox"] {
  margin-right: .5em;
}

#box01 .common-bs table td input[type="text"] {
  margin-right: 1em;
  padding: .2em .5em;
  vertical-align: top;
}

#box01 .common-bs table td select {
  padding: .2em .5em;
}

#box01 .common-bs table td textarea {
  width: 100%;
  height: 10em;
  padding: .5em;
}

@media (max-width: 750px) {
  #box01 .common-bs table span.caution {
    font-size: 1.33333vw;
    line-height: 2.2;
  }
}

@media (min-width: 751px) {
  #box01 .common-bs table span.caution {
    font-size: 1rem;
    line-height: 2.2;
  }
}

@media (max-width: 750px) {
  #box01 .common-bs table p.caution {
    font-size: 1.86667vw;
    line-height: 1.78571;
  }
}

@media (min-width: 751px) {
  #box01 .common-bs table p.caution {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

#box01 .common-bs .btn-area {
  text-align: center;
}

#box01 .common-bs .btn-area input {
  margin: 0 1em;
  padding: 1em 2em;
  border: 1px #d2d2d2 solid;
  background-color: transparent;
  box-shadow: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  transition: opacity 0.4s ease;
}

@media (max-width: 750px) {
  #box01 .common-bs .btn-area input {
    font-size: 2.13333vw;
    line-height: 1;
  }
}

@media (min-width: 751px) {
  #box01 .common-bs .btn-area input {
    font-size: 1.6rem;
    line-height: 1;
  }
}

#box01 .common-bs .btn-area input:last-child {
  background-color: #541c23;
  color: #fff;
}

#box01 .common-bs .btn-area input:hover {
  cursor: pointer;
  opacity: 0.7;
}

#box01 .common-bs #error_message {
  list-style: disc;
  padding: 0 0 2em 1.5em;
  color: #f00;
}

@media (max-width: 750px) {
  #box01 .common-bs #error_message {
    font-size: 1.86667vw;
    line-height: 1.78571;
  }
}

@media (min-width: 751px) {
  #box01 .common-bs #error_message {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

#box01 .common-bs #error_message li:not(:last-child) {
  padding-bottom: 1em;
}

@media (max-width: 750px) {
  #box01 {
    padding-bottom: 8%;
  }
  #box01 .common-bs {
    padding: 2.8169%;
  }
  #box01 .common-bs table {
    margin-bottom: 4.47761%;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #box01 .common-bs table {
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #box01 .common-bs table {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}

@media (max-width: 750px) {
  #box01 .common-bs table th {
    display: block;
    width: 100%;
    padding: .5em;
  }
  #box01 .common-bs table td {
    display: block;
    width: 100%;
    padding: .5em;
  }
  #box01 .common-bs table td input[type="text"] {
    padding: .5em;
  }
  #box01 .common-bs table td select {
    padding: .5em;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #box01 .common-bs table span.caution {
    font-size: 2.66667vw;
    line-height: 2.5;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #box01 .common-bs table span.caution {
    font-size: 2rem;
    line-height: 2.5;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #box01 .common-bs table p.caution {
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #box01 .common-bs table p.caution {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #box01 .common-bs .btn-area input {
    font-size: 4.26667vw;
    line-height: 1;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #box01 .common-bs .btn-area input {
    font-size: 3.2rem;
    line-height: 1;
  }
}

@media (max-width: 750px) {
  #box01 .common-bs #error_message {
    padding: 0 0 2em 1em;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  #box01 .common-bs #error_message {
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  #box01 .common-bs #error_message {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}

.u-pb--32px {
  padding-bottom: 32px !important;
}

.u-pb--48px {
  padding-bottom: 48px !important;
}

.u-pb--80px {
  padding-bottom: 80px !important;
}

.u-px--16px {
  padding-inline: 16px !important;
}

.u-fc--white {
  color: #fff !important;
}

.u-td--none {
  text-decoration: none !important;
}

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

.p-inquiry--inner {
  width: 960px;
  margin-block-end: 48px;
  margin-inline: auto;
}

@media (max-width: 750px) {
  .p-inquiry--inner {
    width: calc((355 / 375) * 100%);
  }
}

.p-inquiry__txt {
  font-size: 16px;
}

.p-inquiry__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: .8em;
  border: none;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .4s ease;
}

@media (any-hover: hover) {
  .p-inquiry__btn:hover {
    opacity: .7;
    cursor: pointer;
  }
}

.p-inquiry__btn--red {
  background-color: #541C23;
}

.p-inquiry__btn--dark {
  background-color: #333333;
}

.p-inquiry__btn--white {
  background-color: #ffffff;
  border: 1px #ccc solid;
}

.p-inquiry__table {
  width: 100%;
  margin-block-end: 48px;
  border-collapse: collapse;
}

.p-inquiry__table th {
  width: calc((256 / 960) * 100%);
  padding: 1em;
  background-color: #541C23;
  border: 1px #CCCCCC solid;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 750px) {
  .p-inquiry__table th {
    display: block;
    width: 100%;
  }
}

.p-inquiry__table th strong {
  display: inline-block;
  padding-inline-start: 1em;
  color: #F7FB93;
  font-size: 12px;
  font-weight: normal;
}

.p-inquiry__table td {
  padding: 1em;
  border: 1px #CCCCCC solid;
  font-size: 16px;
}

@media (max-width: 750px) {
  .p-inquiry__table td {
    display: block;
    width: 100%;
  }
}

.p-inquiry__table td input, .p-inquiry__table td textarea {
  width: 100%;
  padding: .5em;
  font-size: 16px;
  box-shadow: none;
}

.p-inquiry__table td input[type="text"][name="post"] {
  width: 215px;
  margin: 0 0 10px;
}

.p-inquiry__table td textarea {
  height: 4em;
}

@media (max-width: 750px) {
  .p-inquiry__table {
    display: block;
    width: 100%;
  }
  .p-inquiry__table tbody {
    display: block;
    width: 100%;
  }
  .p-inquiry__table tr, .p-inquiry__table th, .p-inquiry__table td {
    width: 100%;
    display: block;
  }
}

.p-inquiry__check {
  padding-block-end: 32px;
}

.p-inquiry__check--txt {
  padding-block-end: 1em;
  font-size: 16px;
}

.p-inquiry__check--txt a {
  color: #25618F;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .p-inquiry__check--txt a:hover {
    text-decoration: none;
  }
}

.p-inquiry__check--box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 16px;
}

.p-inquiry__check--box input {
  margin-inline-end: .5em;
}

.p-inquiry__btnArea {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-inline: auto;
}

.p-inquiry__btnArea input {
  min-width: 308px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: .8em;
  border: none;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .4s ease;
  background: none;
  text-shadow: none;
}

.p-inquiry__btnArea input:hover {
  opacity: .7;
  cursor: pointer;
  background: none;
  box-shadow: none;
}

@media (max-width: 750px) {
  .p-inquiry__btnArea input {
    min-width: 40%;
  }
}

.p-inquiry__btnArea.input input {
  background-color: #333333;
  color: #fff;
}

.p-inquiry__btnArea.error input {
  background-color: #fff;
  border: 1px #ccc solid;
  color: #333;
}

.p-inquiry__btnArea input[name="return"] {
  background-color: #fff;
  border: 1px #ccc solid;
  color: #333;
}

.p-inquiry__btnArea--white {
  background-color: #ffffff;
  border: 1px #ccc solid;
}

div.mfp_err {
  position: relative;
  padding: 3px 0px 5px 14px;
  background-image: none;
}

div.mfp_err:before {
  content: "※";
  position: absolute;
  left: 0;
  background-image: none;
}

#error_message {
  margin: 0 0 50px;
  font-size: 16px;
}

#error_message li {
  text-align: center;
  color: #f00;
}

div#mfp_overlay_inner h4 {
  margin: 0 0 12px;
  font-size: 16px;
  text-align: center;
}

div#mfp_overlay_inner table#mfp_confirm_table tr th, div#mfp_overlay_inner table#mfp_confirm_table tr td {
  border-top: solid 1px #CCC;
}

div#mfp_overlay_inner .mfp_element_submit, div#mfp_overlay_inner .mfp_element_reset, div#mfp_overlay_inner .mfp_element_button, div#mfp_overlay_inner button.mfp_next, div#mfp_overlay_inner button.mfp_prev {
  text-shadow: none;
  background: #333;
  border: none;
  color: #fff;
  font-size: 1.8rem;
}

div#mfp_overlay_inner table#mfp_confirm_table tr th, div#mfp_overlay_inner table#mfp_confirm_table tr td {
  font-size: 1.4rem;
}

div#mfp_overlay_inner .mfp_element_submit:hover,
div#mfp_overlay_inner .mfp_element_reset:hover,
div#mfp_overlay_inner .mfp_element_button:hover,
div#mfp_overlay_inner button.mfp_next:hover,
div#mfp_overlay_inner button.mfp_prev:hover {
  background: #333;
  color: #fff;
  box-shadow: none;
}

@media (max-width: 750px) {
  div#mfp_overlay_inner table#mfp_confirm_table tr th {
    white-space: normal;
    width: 36%;
  }
}
