@charset "UTF-8";
/*
// miraisia - Deep Intellectual Blue Palette
$msblue:       #0e2672 !default; // Primary: 誠実・信頼・深み
$msdarkblue:   #06164d !default; // Primary Dark: 見出しやホバー用（より重厚に）
$mslightblue:  #f0f4ff !default; // Primary Light: セクション背景用（青みのある白）
$mslightaccent: #e2e8f7 !default; // #d8eceb からの変換

$msgold:       #d4af37 !default; // Secondary: 知性を引き立てるゴールド（アクセント）
$msdarkgold: #b38e1d !default; // $asdarkyellow の代替
$mslightgold:  #fffdf5 !default; // Secondary Light: 注意を引きたいエリアの背景

$msblack:      #2c3345 !default; // Text Black: 真っ黒ではなく、少し青を含ませた黒
$msdarkgray:   #5b637a !default; // Text Gray: サブテキスト用
$msgray:       #adb5cc !default; // Border Gray: 枠線用
$mslightgray:  #f8f9fc !default; // Background Gray: 汎用背景用

$msgray100: #f4f6fb !default; // 非常に薄いグレー（セクション背景やカード背景に最適） e2e2e2
$msgray150: #e9ecf5 !default; // 薄いグレー（入力フォームの背景や、弱い境界線に） efefef
$msgray200: #daddea !default; // 標準的なグレー（しっかりとした境界線や、装飾のラインに） D8D8D8
*/
.text-black {
  color: #515151 !important;
}

/*使用カラー
$msblue; green
rgb(121, 190, 187); green rgb

$mslightblue; thin-green;
rgba(121, 190, 187, 0.1); thin-green rgb

$msgold; yellow
rgba(255, 236, 106, 1);
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

li {
  list-style: none;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.f_cc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_box, .f_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.f_item {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.f_h_start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.f_h_center, .f_h_start {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.f_h_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.f_h_end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.f_h_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_h_sa {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.f_wrap {
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_column {
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f_start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f_end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f_center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.f_stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-break: normal;
  line-height: 1.7;
  color: #515151;
  width: 100%;
  overflow-x: hidden;
  min-width: 1000px;
}

a.links {
  color: #002f82;
}

.en {
  font-family: "Source Code Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.enB {
  font-family: "Source Code Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.enC {
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  letter-spacing: 0.1em;
}

.single strong {
  font-weight: bold;
  background: -moz-linear-gradient(transparent 50%, #ffcd59 50%);
  background: -webkit-linear-gradient(transparent 50%, #ffcd59 50%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, #ffcd59));
  background: -o-linear-gradient(transparent 50%, #ffcd59 50%);
  background: linear-gradient(transparent 50%, #ffcd59 50%);
}

@media screen and (min-width: 770px) {
  .sp {
    display: none !important;
  }
}
.isFull {
  display: block;
}

.is990 {
  display: none !important;
}

a {
  text-decoration: none;
  color: #515151;
  cursor: pointer;
}

img {
  vertical-align: top;
}

.links {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .links:hover {
    text-decoration: none;
  }
}
.imgWrap .wp-post-image, .reImg {
  width: 100%;
  height: auto;
}

.wp-post-image, .reImg02 {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  a:hover img {
    opacity: 0.7;
  }
}
.modP {
  margin-bottom: 1em;
}
.modP:last-child {
  margin-bottom: 0;
}

.contentNotice {
  font-size: 12px;
  font-size: 1.2rem;
}

.contentText strong, .contentNotice strong {
  font-weight: bold;
}

.contentText i, .contentNotice i {
  font-style: italic;
}

.contentText p, .contentNotice p {
  margin-bottom: 1em;
}

.contentText p:last-child, .contentNotice p:last-child {
  margin-bottom: 0;
}

.contentText + .btnA {
  margin-top: 1em;
}

/*header*/
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 80px;
  background: #ffffff;
}

.siteHeaderInner {
  position: relative;
  height: inherit;
}
.siteHeaderInner .logo {
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  padding-left: 2em;
  max-width: 300px;
  width: 100%;
}
.siteHeaderInner .logo a {
  display: inline-block;
  text-align: center;
}
.siteHeaderInner ul {
  height: inherit;
  font-size: 1.4rem;
}
.siteHeaderInner ul li a {
  height: 100%;
  padding: 0 1em;
  font-weight: bold;
}
.siteHeaderInner ul li a:hover {
  opacity: 0.7;
}
.siteHeaderInner ul#nav {
  margin: 0 20px 0 auto;
}

@media screen and (max-width: 1500px) {
  .siteHeaderInner ul li a {
    padding: 0 10px;
  }
}
.hum {
  position: absolute;
  right: 0;
  top: 0;
}
.hum a {
  display: block;
  width: 80px;
  height: 80px;
  background: #454545;
  text-align: center;
  padding-top: 35px;
}

#hum {
  display: none;
}

.modaal-container {
  background-color: rgba(69, 69, 69, 0.5);
}

.modaal-content {
  padding-left: 0%;
  min-height: 100%;
}

.humNavi {
  padding-top: 50px;
}
.humNavi .none {
  display: none;
}
.humNavi .en {
  display: block;
  font-size: 3rem;
  line-height: 1.4;
}

.modaal-content-container {
  background: rgba(121, 190, 187, 0.7);
  min-height: 100vh;
  text-align: center;
}

.humNavi li {
  margin-bottom: 30px;
}
.humNavi li a {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 1024px) {
  .humNavi li a:hover {
    opacity: 0.7;
  }
  .humNavi li a:hover .en {
    opacity: 0.7;
  }
}
.closeBT {
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  padding: 27px;
  cursor: pointer;
}

.reserve {
  position: absolute;
  top: 0;
  right: 80px;
}
.reserve a {
  background: #ffce44;
  color: #333333;
  width: 220px;
  height: 80px;
  text-align: center;
  font-size: 2rem;
}

.logo img, .footLogo img {
  max-width: 300px;
  max-height: 70px;
  width: auto;
  height: auto;
}

.headerTel {
  position: absolute;
  right: 300px;
  padding: 0 30px;
  height: inherit;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #ffffff;
}
.headerTel p {
  font-size: 1.2rem;
  padding-bottom: 2px;
}
.headerTel ul.headerTelNumber li {
  color: #002f82;
  font-size: 2.8rem;
  padding: 1px 0;
}
.headerTel a {
  height: 100%;
  width: 60px;
}

@media screen and (min-width: 1024px) {
  .reserve a:hover {
    background: #454545;
    color: #fff;
  }
}
.reserve .bgCircle {
  display: block;
  background: #454545;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.reserve .en {
  display: block;
  line-height: 1;
  margin-bottom: -0.2em;
}
.reserve .jp {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 0.5em;
  line-height: 1;
}

.waveWrap {
  position: relative;
  margin-top: -70px;
}
.waveWrap svg {
  height: 120px;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}

.mainVisual {
  position: relative;
  padding: 80px 0 0 0;
  border-bottom: 4px solid #002f82;
}
.mainVisual .lead {
  /*font-size:11rem;*/
  font-size: 8.5vw;
  position: absolute;
  bottom: -0.05em;
  left: -10px;
  color: #002f82;
  line-height: 1;
}

.leadBG, .voiceBG {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../img/bg_voice.jpg) center top/100% auto no-repeat;
  z-index: -1;
}

.leadBG {
  padding-top: 0;
  top: 0;
  height: 600px;
  background: url(../img/bg_lead.jpg) center top/100% auto no-repeat;
}

/*wrap*/
.bgColor {
  background: #f5f8ff;
}

.bgColorB {
  background: rgba(121, 190, 187, 0.1);
}

section {
  position: relative;
  padding: 0px;
}
section.contact {
  padding: 0;
}

#contact {
  background: rgba(121, 190, 187, 0.1);
}

.mainWrap {
  max-width: calc(1000px + 2em);
  width: 100%;
  margin: 0 auto;
  padding: 3em 1em;
}
.mainWrap.blogListWrap li {
  padding: 0 0.5em;
  -ms-flex: 1;
  flex: 1;
}
.mainWrap.access {
  max-width: 1000px;
}
.mainWrap.form {
  max-width: 1000px;
  padding: 0em;
}

.leadWrap, .troubleWrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 1em 0 1em;
  position: relative;
}

.leadWrap ul, .troubleWrap ul {
  width: 100%;
}

.ctaWrap {
  padding: 0;
}
.ctaWrap .bg {
  position: relaive;
  padding: 50px;
}

.ctaInner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.ctaWrap .ctaTll {
  background: #ffce44;
  padding: 1em 0;
}
.ctaWrap a:hover {
  opacity: 0.9;
}
.cntWrap.faq {
  width: 800px;
}

.bottomWrapB {
  padding: 0 0 0 0;
}

.reasonWrap, .fapWrap {
  position: relative;
  padding: 1.8em;
  background: #ffffff;
  width: 100%;
  margin-bottom: 80px;
}

.reasonWrap:last-child {
  margin-bottom: 40px;
}
.reasonWrap div.left {
  padding: 0;
  max-width: 420px;
  width: 100%;
}

.reasonBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .reasonBox {
    flex-direction: row;
    justify-content: space-between;
  }
}

.menuWrap dt {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.menuWrap dt.act {
  margin-bottom: 0px;
}
.menuWrap dt:after {
  content: "＋";
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 160%;
  text-align: center;
  font-size: 5rem;
  transition: all 0.3s linear;
}
.menuWrap dt.act:after {
  transform: rotate(45deg);
}
.menuWrap dd {
  width: 100%;
  padding: 0 20px 40px;
  margin: 0px auto 0 auto;
  display: none;
}

.bottomWrap, .voiceWrap, .priceWrap {
  background: rgba(121, 190, 187, 0.1);
  margin-bottom: 5px;
  padding: 1em 2em;
}

.bottomWrap {
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 30px;
}

.voiceWrap {
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 30px;
  padding: 30px 40px;
}

.priceWrap {
  font-weight: bold;
}
.priceWrap p.left {
  width: 80%;
}
.priceWrap p.right {
  width: 20%;
  text-align: center;
}

.doubtWrap .troubleWrap {
  z-index: 0;
  margin-top: 40px;
}
.doubtWrap figure.imgTrouble:nth-child(1) {
  top: 2%;
}
.doubtWrap figure.imgTrouble:nth-child(2) {
  top: 5%;
}

.arrowDown {
  text-align: center;
  color: #eef2ff;
  font-size: 8rem;
}

.txBoxx {
  margin: 1em 0 2em;
}

.imgUl li {
  position: relative;
  padding: 1.8em;
  background: #ffffff;
  width: 100%;
  margin-bottom: 50px;
}
.imgUl li:last-child {
  margin-bottom: 0;
}
.imgUl div.left {
  padding: 0 0 0 30px;
  max-width: 420px;
  width: 100%;
}
.imgUl .ttlReason {
  margin-bottom: 20px;
}

.doubtWrap {
  padding-bottom: 100px;
}
.doubtWrap .troubleBox {
  background: #fff;
}

.bottomWrap {
  max-width: 700px;
  margin: 20px auto 30px auto;
  font-weight: bold;
  font-size: 2rem;
  border: 5px solid rgba(121, 190, 187, 0.3);
}

.voiceWrap > p {
  font-weight: bold;
}
.voiceWrap div {
  padding-top: 1em;
}

.infoWrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.infoWrap iframe {
  width: 100%;
  height: 100%;
}
.infoWrap > * {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.shipWrap > * {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.infoWrap > div, .shipWrap > div {
  padding: 45px;
}

.infoWrap p.en {
  line-height: 1;
}
.infoWrap p.telno {
  font-size: 4rem;
  color: #002f82;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
}
.infoWrap p.telno a {
  font-size: 4rem;
  color: #002f82;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
}
.infoWrap hr {
  border: none;
  border-top: 1px solid #002f82;
  height: 1px;
  line-height: 1;
  margin: 1.5em 0 1em 0;
}

address dl dt {
  font-weight: bold;
}
address dl dd {
  padding-bottom: 1em;
}
address dl > dd:last-child {
  padding-bottom: 0;
}

.menuNum {
  max-width: 100px;
  width: 100%;
  height: auto;
  background: #002f82;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1em 0;
}
.menuNum span {
  font-size: 4rem;
}

.reasonNumWrap {
  position: absolute;
  top: 0em;
  left: 0;
  width: 100%;
}

.reasonNum {
  position: absolute;
  top: -40px;
  z-index: 1;
  max-width: 100px;
  width: 100%;
  height: 100px;
  background: #002f82;
  border-radius: 100%;
  color: #ffffff;
  font-weight: bold;
}
.reasonNum + p.shadow {
  position: absolute;
  top: -40px;
  z-index: 0;
  max-width: 100px;
  width: 100%;
  height: 100px;
  margin-left: 3px;
  margin-top: 3px;
  background: #001f56;
  border-radius: 100%;
}
.reasonNum .txt {
  text-align: center;
  line-height: 1;
  font-size: 4rem;
  padding-bottom: 0.4em;
  position: relative;
  z-index: 1;
}
.reasonNum .txt span {
  font-weight: normal;
  font-size: 0.3em;
}

.faqNum {
  background: #002f82;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 1em;
  font-size: 2.4rem;
}

/*ttl*/
.ttlA, .ttlB {
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  background: #002f82;
  color: #ffffff;
  line-height: 1;
  padding: 0.8em 0.5em;
  font-weight: bold;
}

.ttlA > span.sub {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1em 0 0 0;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
}
.ttlA > span.sub:before {
  content: "";
  position: absolute;
  top: 1.5em;
  left: -2.5em;
  width: 1.5em;
  height: 1px;
  border-top: 1px solid #ffffff;
}
.ttlA > span.sub:after {
  content: "";
  position: absolute;
  top: 1.5em;
  left: -2.5em;
  width: 1.5em;
  height: 1px;
  border-top: 1px solid #ffffff;
  left: auto;
  right: -2.5em;
}

.ttlB {
  font-size: 3.4rem;
  background: #ffce44;
  color: #333333;
  padding: 1.3em 0.5em;
}

.ttlC {
  font-size: 3rem;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #002f82;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.ttlC span {
  position: relative;
  display: inline-block;
  font-size: 0.5em;
}
.ttlC span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.5em;
  width: 1.5em;
  border-top: 1px solid #002f82;
  height: 1px;
}
.ttlC span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.5em;
  width: 1.5em;
  border-top: 1px solid #002f82;
  height: 1px;
  left: unset;
  right: -2.5em;
}
.ttlC.cta {
  color: #333333;
  padding: 0.5em 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.ttlC.cta span::before, .ttlC.cta span::after {
  border-top: 1px solid #333333;
}

.ttlD {
  padding: 0.5em 0.5em 0.5em 1em;
  background: rgba(121, 190, 187, 0.2);
  font-size: 2.5rem;
  font-weight: bold;
  max-width: 100%;
  width: 100%;
  line-height: 1.5;
}

.ttlE {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  height: 250px;
  font-weight: bold;
}

.ttlF {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  height: 250px;
  font-weight: bold;
  height: auto;
  padding: 0 0 1em 0;
  color: #002f82;
}

.ttlCTA {
  font-size: 4rem;
  letter-spacing: 0.2em;
}

.ttlVoice, .ttlMenu {
  font-size: 2.6rem;
  color: #002f82;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.ttlReason {
  color: #002f82;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttlFaq {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttlInfo {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ttlD .en {
  display: block;
  font-size: 4rem;
}
.ttlD .jp {
  position: relative;
  text-align: center;
}
.ttlD .jp:after, .ttlD .jp:before {
  content: " ";
  width: 40px;
  height: 1px;
  display: inline-block;
  background: #454545;
  vertical-align: top;
  margin-top: 10px;
}
.ttlD i {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 1.6rem;
}

.pageTtl {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 3;
  padding: 0 150px;
}
.pageTtl img {
  max-width: 1000px;
  width: 100%;
}
.pageTtl .upper, .pageTtl .mvList {
  background: #2f9791;
}
.pageTtl .upper {
  padding: 20px 30px;
  border-radius: 10px;
}
.pageTtl .mvList {
  width: 220px;
  border-radius: 2em;
  padding: 0.8em;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin: 0.5em;
  letter-spacing: 0.1em;
  letter-spacing: 0;
}
.pageTtl .mvTtl {
  font-size: 2.6em;
  padding: 20px 0;
  line-height: 1.2;
  border-top: 1px solid #ffce44;
  border-bottom: 1px solid #ffce44;
}
.pageTtl .mvTtl span {
  color: #ffce44;
  font-size: 1.8em;
}
.pageTtl .en {
  display: block;
  font-size: 3.4rem;
  color: #002f82;
}

@media screen and (max-width: 1160px) {
  .pageTtl img {
    width: 90%;
  }
}
/*btn*/
article.btnA {
  padding: 0 1em;
}

.btnA a, input.formBtn {
  max-width: 320px;
  width: 100%;
  display: inline-block;
  border: 2px solid #002f82;
  color: #002f82;
  text-align: center;
  font-size: 1.6rem;
  background: #ffffff;
  padding: 1.2em 0;
  font-weight: bold;
}

.btnA a {
  margin-bottom: 5em;
}

.btnCta a {
  text-align: center;
  margin: 1em auto 0 auto;
  padding: 1em;
  font-size: 2rem;
  border-radius: 4rem;
  background: #ffce44;
  max-width: 400px;
  width: 100%;
  display: block;
}
.btnCta a p.icon {
  background: #fbe43e;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  line-height: 1;
  margin-right: 0.5em;
}

.ctaWrap .fas {
  font-size: 2rem;
}
.ctaWrap .txt {
  text-align: center;
  color: #ffffff;
  padding: 1em 1em 0 1em;
  font-weight: bold;
}
.ctaWrap .upperTxt {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .btnA a:hover {
    transition: all 0.1s linear;
    background: #002f82;
    color: #fff;
  }
}
.center a {
  margin: 30px auto 0 auto;
}

.btnB a {
  width: 150px;
  height: 40px;
  display: block;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}
.btnB a:visited {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .btnB a:hover {
    background: #fff;
    color: #454545;
  }
}
/*figure*/
figure.imgLead, figure.imgTrouble {
  position: absolute;
  max-width: 350px;
  width: 100%;
  height: 350px;
  border: 4px solid rgba(121, 190, 187, 0.2);
  border: 4px solid #f5f8ff;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
figure.imgLead:nth-child(1) {
  top: -3em;
  right: -300px;
}
figure.imgLead:nth-child(2) {
  bottom: 1em;
  left: -300px;
}
figure.imgTrouble:nth-child(1) {
  top: -5%;
  left: -300px;
}
figure.imgTrouble:nth-child(2) {
  top: 25%;
  right: -300px;
  max-width: 400px;
  height: 400px;
}
figure.imgTrouble:nth-child(3) {
  top: 60%;
  left: -300px;
}
figure.imgReason {
  max-width: calc(500px - 1em);
  width: 100%;
  height: auto;
  overflow: hidden;
}
figure.imgMenu {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
figure.imgMiddle {
  width: 25%;
}

#reason .mainWrap {
  margin-top: 50px;
}

/*txtBox*/
.txtBox {
  width: 100%;
  line-height: 2;
}

ul.lead {
  max-width: 800px;
  width: 100%;
}

.leadTxt {
  display: flex;
  display: -ms-flex;
  align-content: center;
  -ms-align-content: center;
  background: #f8faff;
}
.leadTxt p {
  min-width: 100px;
  width: 100px;
  min-height: 100px;
  background: #002f82;
  font-size: 3rem;
  color: #ffffff;
}

.leadTl {
  font-size: 2rem;
  color: #002f82;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5em 20px;
}
.leadTl + div {
  font-size: 1.8rem;
  padding: 0 20px 1em 20px;
  line-height: 1.6;
}

.txtLogo {
  font-size: 3rem;
  font-weight: bold;
}
.txtLogo + span.en {
  font-size: 1.4rem;
}

.oneBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.pages.oneBox {
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.imgBox {
  width: 50%;
  position: relative;
}

.oneBox:nth-child(odd) .imgBox {
  padding-right: 2.5%;
}
.oneBox:nth-child(even) .imgBox {
  padding-left: 2.5%;
  order: 1;
}

.pages.oneBox:nth-child(odd) .imgBox, .pages.oneBox:nth-child(even) .imgBox {
  padding-left: 0;
  order: 0;
  padding-right: 2.5%;
}

/*縦幅固定角丸*/
.imgStyle03 {
  border-top-left-radius: 220px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 220px;
}

.eyeCatching {
  border-radius: 50%;
  background: #454545;
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  color: #002f82;
  font-size: 2rem;
  position: absolute;
}

.oneBox:nth-child(odd) .eyeCatching {
  top: -30px;
  left: -30px;
}
.oneBox:nth-child(even) .eyeCatching {
  bottom: -30px;
  right: -30px;
}

.bottomWrapB .eyeCatching {
  color: #fff;
}

.pages .eyeCatching {
  position: static;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  font-size: 1.6rem;
}
.pages .eyeCatching .enC {
  font-size: 3rem;
  line-height: 1.2;
}
.pages.oneBox .ttlA {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.txtBoxouter {
  border-top: 2px solid #454545;
  border-bottom: 2px solid #454545;
  padding: 3px 0;
}

.txtBoxInner {
  padding: 20px 20px 20px 10px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
}

.staff .txtBoxInner {
  padding: 20px 20px 20px 0;
}

/*oneColumnWrap*/
.oneColumnWrap {
  width: 1000px;
  margin: 0 auto;
}

.mw1000 {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

/*infoUl*/
.infoUl {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.infoUl li {
  width: 48%;
}
.infoUl li img {
  margin-bottom: 15px;
}

/*dl*/
.dlA {
  font-size: 1.6rem;
}
.dlA dt {
  font-weight: bold;
}

.dlB {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
}
.dlB.title + .dlB {
  margin-top: 0;
}

.w600 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
}

.privacyWrap .dlB {
  margin-top: 20px;
}

.dlB dt {
  background: #d2dee3;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.dlB dd {
  border-bottom: 1px solid #454545;
  padding: 10px 0;
  width: 100%;
  display: block;
}

.menuWrap .dlB dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.dlB dd p {
  margin-bottom: 1.5em;
}
.dlB dd p:last-child {
  margin-bottom: 0;
}
.dlB dd .itemName {
  text-align: left;
}
.dlB dd .price {
  text-align: right;
}
.dlB dd small {
  display: block;
}
.dlB li {
  margin-bottom: 15px;
  padding-left: 2em;
  text-indent: -2em;
}
.dlB li li {
  margin: 15px 0 15px 1.5em;
}
.dlB .number {
  font-style: normal;
  font-weight: bold;
  width: 2em;
  white-space: nowrap;
  display: inline-block;
  text-indent: 0;
  vertical-align: top;
}
.dlB .content {
  width: 100%;
  display: inline-block;
  text-indent: 0;
  vertical-align: top;
}
.dlB .one {
  margin-bottom: 15px;
  display: block;
}

.privacy .dlB dd {
  border-bottom: none;
}

.txtBoxouter + .dlC {
  margin-top: -20px;
}

.dlC {
  width: 100%;
  border-bottom: 1px solid #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dlC dt {
  font-weight: bold;
  width: 40%;
  font-size: 1.4rem;
}
.dlC dd {
  width: 60%;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

/*fourCnt*/
.fourCnt {
  padding: 0 5%;
  font-size: 0;
  text-align: center;
}
.fourCnt .boxList li {
  display: inline-block;
  width: 23%;
  margin-right: 2%;
}
.fourCnt .boxList li:nth-child(4n) {
  margin-right: 0;
}
.fourCnt .box {
  position: relative;
}
.fourCnt .box figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*fiveCnt*/
.fiveCnt {
  padding: 0 5%;
}

.feedWrap #sb_instagram #sbi_load {
  font-family: "Source Code Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.feedWrap #sb_instagram #sbi_load a.sbi_load_btn {
  width: 250px;
  height: 50px;
  padding: 0;
  margin: 25px auto 0;
  display: block;
  border: 1px solid #454545;
  border-radius: 25px;
  color: #454545;
  background-color: transparent;
  text-align: center;
  line-height: 48px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .feedWrap #sb_instagram #sbi_load a:hover {
    background: #454545;
    color: #fff;
  }
}
/*staff*/
.nameInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nameLabel {
  font-size: 2.4rem;
  font-weight: bold;
}
.nameLabel .enB {
  font-size: 1.4rem;
  vertical-align: baseline;
  margin-right: 10px;
}
.nameLabel .jp {
  border-right: 1px solid #454545;
  padding-right: 10px;
  margin-right: 10px;
}

.nameWrap {
  display: table;
}

.pages .nameWrap .eyeCatching {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .pages .nameWrap .eyeCatching:hover {
    background: #fff;
    color: #454545;
  }
}
@media screen and (min-width: 1024px) {
  .pages .nameWrap .eyeCatching:hover a i {
    color: #454545;
  }
}
.nameWrap .subTxt {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}

/*bloglist*/
/*blog*/
.bread {
  font-size: 1.6rem;
  padding: 0.8em 0;
  border-bottom: 1px solid #888888;
}
.bread.btm {
  border-top: 1px solid #888888;
}
.bread.btm > div {
  max-width: 2000px;
}
.bread > div {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}
.bread * {
  line-height: 1.4;
}
.bread a {
  white-space: nowrap;
}

.blogInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.blogInner > article {
  max-width: 700px;
  width: 100%;
  padding-right: 2em;
}
.blogInner .blogListWrap {
  width: calc(70% - 20px);
}
.blogInner .blogListWrap .blogArticleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blogInner .blogListWrap .blogArticleList li {
  width: calc(50% - 10px);
  margin-bottom: 30px;
}

.blogArticleList .imgWrap img {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .blogArticleList li a:hover {
    opacity: 0.7;
  }
}
.blogListWrap {
  max-width: 850px;
}

.blogArticleList .meta {
  margin-bottom: 5px;
}
.blogArticleList .imgWrap {
  display: inline-block;
  overflow: hidden;
}

.blogListWrap .category a, .subWrap .category a, .headingWrap .category a {
  background: rgb(121, 190, 187);
  font-style: normal;
  color: #fff;
  padding: 5px;
  display: inline-block;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .blogListWrap .category a:hover, .subWrap .category a:hover {
    background: rgba(121, 190, 187, 0.5);
  }
}
.blogListWrap .category a, .subWrap .category a, .headingWrap .category a {
  color: #fff;
}

.blogArticleList time {
  margin-left: 10px;
  font-size: 1.4rem;
}

.blogInner .subWrap {
  width: calc(30% - 20px);
}

.blogArticleList .blogTtl {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 0.5em;
}

.latest time {
  display: block;
  font-size: 1.3rem;
  color: rgb(121, 190, 187);
}
.latest li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .latest li a:hover .jpSerifB {
    text-decoration: underline;
  }
}
.seoTtl02 {
  font-size: 1.8rem;
}

.blogSingle .subWrap {
  margin: 80px 0 100px 0;
}
.blogSingle .subWrap .subTtls {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.blogSingle .category a {
  background: rgb(121, 190, 187);
  font-style: normal;
  color: #fff;
  padding: 5px;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 10px;
}
.blogSingle .singleTtl {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .blogSingle .category a:hover {
    background: var(--color02);
  }
}
.snsWrap {
  background: #f2f2f2;
  padding: 20px;
  margin: 40px 0;
}

.addtoany_shortcode {
  text-align: center;
}

/*ページャー*/
.pagination .page-of {
  display: none;
}

.pagination-box {
  text-align: center;
  margin-bottom: 50px;
}
.pagination-box span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  background: rgb(121, 190, 187);
  color: #fff;
  font-size: 1.4rem;
}
.pagination-box span:last-child {
  margin-right: 0;
}
.pagination-box span.link {
  background: none;
}
.pagination-box a {
  color: rgb(121, 190, 187);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid rgb(121, 190, 187);
}

.subWrap .subTtls {
  border-bottom: 1px solid #002f82;
}
.subWrap .categoryDl li {
  display: inline-block;
}
.subWrap .category a {
  margin: 0.5em 5px 0 0;
}

@media screen and (min-width: 768px) {
  .pagination-box span.link:hover {
    background: rgb(121, 190, 187);
    color: #fff;
  }
  .pagination-box span.link:hover a {
    color: #fff;
  }
}
.snsWrap {
  padding: 0 30px 30px;
  background: #f2f2f2;
  margin-top: 40px;
  text-align: center;
}
.snsWrap .ttlF span {
  display: block;
  font-size: 1.6rem;
}

/*footer*/
.footLogo {
  padding: 50px 0 0;
  text-align: center;
  position: relative;
  line-height: 1;
}
.footLogo:before {
  content: none;
  width: 100%;
  height: 1px;
  display: block;
  background: #454545;
  position: absolute;
  top: 50%;
}
.footLogo img {
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.footBtnWrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footBtnWrap li {
  width: 49%;
  font-size: 1.4rem;
}
.footBtnWrap li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.footBtnWrap li .wrap a {
  display: block;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}
.footBtnWrap .bgCircle {
  display: block;
  background: #454545;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.tel .jp {
  font-size: 1rem;
}
.tel a {
  border: 1px solid #454545;
  cursor: auto;
}
.tel .enC {
  font-size: 3rem;
  display: block;
  line-height: 1;
}

.footReserve .enC {
  font-size: 2.4rem;
  display: block;
  line-height: 1;
}
.footReserve a {
  background: #002f82;
  border: 4px solid #002f82;
}

@media screen and (min-width: 1024px) {
  .footReserve a:hover {
    background: #454545;
    border: 4px solid #454545;
    color: #fff;
  }
}
.footNav {
  font-size: 0;
  text-align: center;
  margin: 30px auto;
  width: 800px;
}
.footNav li {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.4rem;
}
.footNav li .en, .footNav li.navHome {
  display: none;
}
.footNav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .footNav {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .footNav li a:hover {
    text-decoration: underline;
  }
}
.copy {
  text-align: center;
  background: #002f82;
  color: #fff;
  padding: 15px 0;
  display: block;
}

/*faq*/
.question {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  font-weight: bold;
}
.question .bgCircle {
  display: block;
  width: 40px;
  height: 40px;
  background: #454545;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 2.4rem;
}
.question span {
  flex: 1;
  padding-left: 15px;
  line-height: 1.4;
  padding-top: 0.5em;
}

/*recruitDetail*/
.recruitDetail .dlB {
  margin-top: 20px;
}
.recruitDetail .dlB dd {
  border-bottom: none;
}

/*****form*******/
.formWrapOuter .ttlC {
  text-align: center;
}

.modPCenter {
  text-align: center;
  margin-bottom: 1em;
}

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

.privacy {
  margin: 20px 0 10px 0;
  display: block;
  height: 200px;
  overflow: auto;
  padding: 16px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  margin: 0 auto 1em;
  background-color: #fffff7;
}

.privacy_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.mw_wp_form .privacy dl {
  width: auto;
}

.privacy dt {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.privacy .num {
  font-style: normal;
  font-weight: bold;
  display: table-cell;
  padding-right: 10px;
  white-space: nowrap;
}
.privacy .content {
  display: table-cell;
}

.mw_wp_form .consent {
  text-align: center;
  margin: 0 auto 2em;
}
.mw_wp_form .consent * {
  cursor: pointer;
}

.mw_wp_form_confirm .privacy, .mw_wp_form_confirm .consent {
  display: none !important;
}

/*pgtop*/
#pgTop {
  padding-top: 50px;
  margin-top: -50px;
}

#topBtn {
  position: fixed;
  bottom: 2vh;
  right: 10px;
  display: none;
  z-index: 99;
}
#topBtn a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 2rem;
  background: rgba(121, 190, 187, 0.8);
  text-align: center;
}

/*map*/
.ggmapSize {
  width: 100%;
  margin: 0 auto 20px auto;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entryWraps {
  padding: 0px 5% !important;
}

/*汎用*/
.alignC {
  text-align: center;
}

/*margin*/
.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

/*blog*/
.tableContents {
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
}

.image + .singleContent {
  margin-top: 20px;
}

.singleContent {
  width: 100%;
}
.singleContent img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.blogCnt {
  font-size: 1.6rem;
}
.blogCnt .cntWidth1000 {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 0 1em;
}

.headingWrap .meta time:after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}

.singleTtl {
  text-align: left;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.subWrap .ttlF {
  margin-bottom: 0.5em;
}

.categoryDl li {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 10px;
}
.categoryDl li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .categoryDl li a:hover {
    background: #454545;
    color: #fff;
  }
}
.subWrap .latest a {
  display: block;
  border-bottom: 1px solid #002f82;
  padding: 20px 0;
}

@media screen and (min-width: 770px) {
  .subWrap .latest a:hover {
    background: rgba(121, 190, 187, 0.2);
    transition: all 0.2s linear;
  }
}
/*entry form*/
.prWrap .privacy {
  height: 180px;
  overflow-y: auto;
  padding: 20px;
  border: 4px solid #ddd;
  font-size: 1.4rem;
  width: 600px;
  margin: 0 auto 40px auto;
}

.privacy .dlB {
  width: 100%;
}
.privacy .dlB i {
  font-style: normal;
}

select {
  background: #ffffff;
  height: 35px;
}

.agreeBox {
  margin: 0 auto 30px auto;
  text-align: center;
}

.formElement {
  padding: 150px 0;
}

.mwform-radio-field-text {
  cursor: pointer;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  white-space: nowrap;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: auto !important;
  margin-right: 10px !important;
}

input[type=radio] {
  position: relative;
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #ffffff;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=radio]:checked {
  background-image: radial-gradient(circle at 50% 50%, #002f82 40%, transparent 50%);
}
input[type=radio]:checked:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: #002f82;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 30px;
  font-size: 1.4rem;
}
.mwform-checkbox-field-text:after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #002f82;
  border-bottom: 3px solid #002f82;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mwform-checkbox-field-text:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -11px;
  width: calc(1.5em - 2px);
  height: calc(1.5em - 2px);
  background-color: #fff;
  content: "";
  border: 2px solid #002f82;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.mw_wp_form_input .formMessage01 {
  display: block;
}

.mw_wp_form_confirm .formMessage02 {
  display: block;
}
.mw_wp_form_confirm .formMessage01 {
  display: none;
}

.mw_wp_form_input .formMessage02 {
  display: none;
}

/********横幅調整***************/
@media screen and (max-width: 1240px) {
  .cntWrap {
    max-width: inherit;
    width: 100%;
    padding: 150px 5% 0;
  }
  .ttlC {
    font-size: 3rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1100px) {
  .oneColumnWrap {
    width: 100%;
  }
  .infoUl {
    width: 100%;
    padding: 0 5%;
  }
  .imgStyle03 {
    width: 100%;
    height: auto;
  }
  .blogCnt .cntWidth1000 {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  body {
    min-width: 100%;
  }
  .isFull {
    display: none !important;
  }
  .is990 {
    display: block !important;
  }
  .oneBox {
    display: block;
  }
  .imgBox {
    display: block;
    width: 60%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .pages.oneBox .imgBox {
    padding: 0;
    margin-bottom: 20px;
  }
  .fourCnt .boxList li {
    width: 45%;
  }
  .fourCnt .boxList li:nth-child(2n) {
    margin-right: 0;
  }
  .fourCnt .boxList li:nth-child(n+3) {
    margin-top: 20px;
  }
  .btnA a {
    margin-left: auto;
    margin-right: auto;
  }
  .footBtnWrap {
    display: block;
  }
  .footBtnWrap li {
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footBtnWrap li:last-child {
    margin-right: auto;
    margin-top: 20px;
  }
  .imgStyle03 {
    border-top-left-radius: 200px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 200px;
  }
  .pageTtl .en {
    font-size: 2.8rem;
  }
}
main.form {
  margin-top: 80px;
}

/********sp***************/
@media screen and (max-width: 770px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 1.4rem;
    padding-top: 0px;
    min-width: 320px;
  }
  main.form {
    margin-top: 60px;
  }
  .leadBG, .voiceBG {
    position: absolute;
    left: 0;
    top: 67.7px;
    padding-top: 0;
    background: url(../img/bg_voice_sp.jpg) center top/100% auto no-repeat;
    z-index: -1;
  }
  .leadBG {
    padding-top: 0;
    top: 0;
    height: 400px;
    background: url(../img/bg_lead_sp.jpg) center top/100% auto no-repeat;
  }
  section {
    position: relative;
    padding: 0px 0 0px 0;
  }
  .mainWrap {
    padding: 0px 5%;
  }
  .siteHeader {
    min-width: 0;
  }
  .siteHeaderInner .logo {
    max-width: 200px;
    padding-left: 5%;
  }
  .siteHeaderInner .logo .txtLogo {
    font-size: 2.4rem;
  }
  .siteHeaderInner .txtLogo + span.en {
    font-size: 1.2rem;
  }
  .siteHeaderInner ul#nav {
    display: none;
  }
  .headerTel {
    right: 60px;
    width: 60px;
    font-size: 3rem;
    background: #002f82;
    margin: 0 0 0 auto;
  }
  .headerTel a {
    color: #ffffff;
  }
  .headerTel .pc {
    display: none;
  }
  .reserve {
    line-height: 1;
    right: 0;
  }
  .reserve a {
    width: 60px;
    height: 60px;
  }
  .reserve .jp {
    padding-top: 0.2em;
    font-size: 1.2rem;
    display: none;
  }
  .reserve .en {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .hum a {
    width: 60px;
    height: 60px;
    padding-top: 22px;
  }
  .humNavi .none {
    display: block;
  }
  .siteHeader {
    height: 60px;
  }
  .modaal-content {
    padding-left: 0%;
  }
  .closeBT {
    padding: 17px;
    z-index: 99;
  }
  .mainVisual {
    position: relative;
    padding: 60px 0 0 0;
  }
  .leadWrap {
    padding: 20px 1em 0 1em;
  }
  .leadTxt p {
    min-width: 60px;
    width: 60px;
    min-height: 60px;
    font-size: 2rem;
  }
  .leadTl {
    font-size: 1.5rem;
  }
  .humNavi {
    z-index: 2;
  }
  .waveWrap {
    margin-top: -15px;
  }
  .waveWrap svg {
    top: -10px;
  }
  .mainVisual .lead {
    left: 0;
    bottom: -0.1em;
  }
  .cntWrap {
    padding: 50px 5% 0;
    z-index: 2;
    position: relative;
  }
  .imgBox {
    width: 80%;
    margin-bottom: 20px;
  }
  .eyeCatching {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.2rem;
  }
  .oneBox:nth-child(even) .eyeCatching {
    top: -20px;
    left: -20px;
  }
  .oneBox:nth-child(even) .imgStyle {
    border-top-left-radius: 0%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 0%;
  }
  .txtBox {
    width: 94%;
  }
  .txtBoxInner {
    padding: 10px;
  }
  .waveWrap + .bgColor {
    margin-top: 75px;
  }
  .bottomWrap {
    padding: 20px;
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
  }
  .ctaWrap a {
    font-size: 2rem;
    padding: 0.5em;
  }
  .ctaWrap .bg {
    padding: 10% 5%;
  }
  .ctaWrap a span {
    font-size: 1.4rem;
  }
  .ttlCTA {
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal;
  }
  .reasonWrap {
    margin-top: 70px;
    position: relative;
    display: block;
  }
  .reasonWrap div.left {
    padding: 30px 0 0 0;
  }
  .infoWrap {
    display: block;
  }
  .ttlReason {
    font-size: 2rem;
  }
  .priceWrap {
    padding: 0.8em 0.5em;
  }
  .voiceWrap {
    padding: 1.5em;
  }
  .infoWrap {
    margin-bottom: 0px;
  }
  figure.imgMiddle {
    width: 50%;
    padding-bottom: 10px;
  }
  .infoWrap > div {
    padding: 15px 30px 30px 30px;
  }
  .ttlInfo {
    text-align: center;
  }
  .ttlInfo + .en {
    text-align: center;
  }
  .fourCnt .boxList li {
    width: 70%;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .fourCnt .boxList li:last-child {
    margin-bottom: 0 !important;
  }
  .blogList {
    width: 100%;
  }
  .feedWrap {
    width: 80%;
    margin: 0 auto;
  }
  .blogArticleList {
    display: block;
  }
  .blogList .imgWrap {
    width: 100%;
    width: 40%;
  }
  .blogList figcaption {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tel .enC, .footReserve .enC {
    font-size: 2rem;
  }
  .pageTtl {
    position: relative;
    height: auto;
    font-size: 1.2rem;
    max-width: 100%;
    width: 100%;
    top: -30px;
    left: 0;
    bottom: auto;
    padding: 0 1em 0 1em;
    z-index: 2;
  }
  .pageTtl .wrap {
    width: 100%;
    border-bottom: 1px solid #454545;
    border-top: 1px solid #454545;
    display: block;
    padding: 10px 0;
  }
  .pageTtl .en {
    font-size: 3rem;
    color: #454545;
    line-height: 1;
  }
  .pages .cntWrap {
    padding: 80px 5% 0;
  }
  .imgStyle03 {
    border-top-left-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
  }
  .pages .eyeCatching {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
  }
  .pages .eyeCatching .enC {
    font-size: 1.8rem;
  }
  .txtBoxInner {
    padding: 10px 0;
  }
  .infoUl li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .infoUl li:last-child {
    margin-bottom: 0;
  }
  .bred {
    position: relative;
    z-index: 2;
  }
  .recruitDetail .dlB {
    margin-top: 10px;
  }
  .formElement {
    padding: 70px 0 50px;
  }
  .prWrap .privacy {
    width: 90%;
    font-size: 1.3rem;
  }
  .modPCenter.spLeft {
    text-align: left;
  }
  .cntWrap.faq {
    width: 100%;
  }
  .question .bgCircle {
    font-size: 1.8rem;
  }
  .question span {
    font-size: 1.6rem;
  }
  .infoWrap p.telno {
    font-size: 3.4rem;
  }
  .infoWrap p.telno a {
    font-size: 3.4rem;
  }
  .blogInner {
    max-width: 100%;
    padding: 0 10%;
    width: 100%;
    display: block !important;
  }
  .blogInner > article {
    padding-right: 0;
    margin-bottom: 2em;
  }
  .blogArticleList {
    max-width: 100%;
    padding: 0 10%;
    width: 100%;
    display: block !important;
  }
  .single .blogInner {
    padding: 0;
  }
  .blogInner .blogListWrap, .blogInner .subWrap {
    width: 100%;
  }
  .blogCnt .cntWidth1000 {
    padding: 0;
  }
  .blogInner .blogListWrap .blogArticleList li {
    width: 100%;
    margin: 0 auto 2em auto;
  }
  .blogArticleList li {
    margin-bottom: 2em;
  }
  .blogArticleList li .category {
    display: inline-block;
  }
  .blogArticleList li .category a {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .blogArticleList li .ttlWrap {
    padding-left: 10px;
  }
  .blogArticleList li .ttlWrap time {
    font-size: 1.2rem;
  }
  .blogArticleList time:after {
    content: "";
  }
  .blogArticleList li .imgWrap {
    overflow: hidden;
    display: block;
    margin-bottom: 1em;
  }
  .subWrap .latest time {
    display: block;
  }
  .modPCenter {
    padding: 0 5%;
  }
  .snsWrap {
    padding: 15px;
    margin-top: 20px;
  }
  .footLogo {
    padding: 25px 0;
  }
  /*ttl*/
  .leadTxt {
    font-size: 1.7rem;
  }
  .ttlMenu {
    font-size: 1.8rem;
  }
  .ttlFaq, .ttlVoice {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  div.imgLead {
    position: relative;
    display: none;
  }
  figure.imgLead {
    position: absolute;
    width: 150px;
    height: 150px;
  }
  figure.imgLead:nth-child(1) {
    top: 2em;
    left: 0em;
  }
  figure.imgLead:nth-child(2) {
    position: relative;
    margin-top: 7em;
  }
  figure.imgLead:nth-child(3) {
    top: 0em;
    right: 0em;
  }
  .ttlA {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .ttlA > span.sub {
    font-size: 1.4rem;
    padding: 0.5em 0 0 0;
  }
  .ttlA > span.sub:before, .ttlA > span.sub:after {
    top: 0.9em;
  }
  .subTtlA {
    margin-bottom: 5px;
  }
  .subTtlA span {
    font-size: 1.3rem;
  }
  .ttlB {
    font-size: 2rem;
  }
  .ttlB:after {
    width: 30px;
  }
  .ttlC {
    font-size: 1.8rem;
    padding: 20px 5% 0 5%;
  }
  .ttlC span {
    font-size: 1.3rem;
  }
  .ttlD {
    font-size: 1.6rem;
  }
  .ttlD .en {
    font-size: 1.8rem;
  }
  .ttlD i {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .ttlD .jp:after, .ttlD .jp:before {
    width: 30px;
  }
  .ttlE, .ttlF {
    height: auto;
    font-size: 1.7rem;
    margin-bottom: 0em;
    line-height: 1.5;
  }
  .ttlE {
    height: 100px;
  }
  #reason .ttlF {
    padding: 0;
  }
  /* figure */
  figure.imgReason {
    margin: 1em 0 0 0;
  }
  /*label*/
  .reasonNum {
    max-width: 100px;
    height: 100px;
  }
  .reasonNum .txt {
    font-size: 3.6rem;
    margin-top: 0.1em;
  }
  .faqNum, .reasonNum + p.shadow {
    max-width: 100px;
    height: 100px;
  }
  .faqNum {
    max-width: 55px;
    height: 55px;
    font-size: 2.2rem;
    width: 100%;
    margin-right: 25px;
  }
  .menuNum {
    max-width: 60px;
    font-size: 1.2rem;
    padding: 0.5em 0;
  }
  .menuNum span {
    font-size: 3rem;
  }
  .menuWrap dt:after {
    width: 60px;
    font-size: 3rem;
    line-height: 60px;
  }
  /*dl*/
  .dlA {
    font-size: 1.3rem;
  }
  .w600 {
    width: 100%;
  }
  .dlB {
    width: 100%;
  }
  .dlB dd {
    display: block;
  }
  .dlB dd .itemName {
    display: block;
    width: 100%;
    font-weight: bold;
  }
  .dlB dd .price {
    display: block;
    width: 100%;
  }
  .dlC, .txtBoxouter + .dlC {
    margin-top: 0;
  }
  .dlC dt, .dlC dd {
    width: 100%;
    display: block;
  }
  /*btn*/
  .btnA a {
    width: 100%;
  }
  .bottomWrap .btnA a, .feedWrap #sb_instagram #sbi_load a.sbi_load_btn {
    width: 80%;
  }
  .center a {
    margin-top: 20px;
  }
  #reason {
    padding: 0 0 10px 0;
  }
  .imgTrouble {
    display: none;
  }
  .troubleWrap .txtboxxx {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .btnA a {
    margin-bottom: 30px;
  }
  .blogListWrap {
    padding-top: 30px;
  }
  /*margin*/
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
  .mb150 {
    margin-bottom: 75px;
  }
  .logo img {
    max-width: 180px;
    max-height: 50px;
    width: auto;
    height: auto;
  }
  .priceWrap p.left {
    width: 70%;
  }
  .priceWrap p.right {
    width: 30%;
    font-weight: normal;
  }
  #voiceUL .ttlVoice {
    padding: 0;
  }
  .ctaWrap .fas {
    font-size: inherit;
  }
}
span.load {
  display: none;
}

.troubleBox {
  width: 100%;
  border: 4px solid #002f82;
  color: #002f82;
  font-weight: bold;
  padding: 30px 20px;
  font-size: 1.8rem;
  margin-top: 1em;
  line-height: 2;
  text-align: center;
}
.troubleBox h3 {
  text-align: center;
  font-size: 3.2rem;
  padding-top: 0.5em;
}

.shipBox {
  width: 100%;
  border: 4px solid #002f82;
  padding: 30px;
  font-size: 1.8rem;
  margin-top: 1em;
  line-height: 2;
}
.shipBox h3 {
  color: #002f82;
  font-size: 2.6rem;
  padding-bottom: 0.5em;
  line-height: 1.5;
  font-weight: bold;
}
.shipBox p {
  font-size: 1.6rem;
}

.shipWrap hr {
  border-top: 1px solid #002f82;
  height: 0;
}
.shipWrap .ttlInfo {
  color: #002f82;
}
.shipWrap .telno {
  color: #002f82;
  font-size: 1.8rem;
}

.list {
  font-weight: normal;
  font-size: 1.4rem;
  border-bottom: 1px solid #002f82;
  padding-top: 0.5em;
}
.list li {
  padding-bottom: 1.5em;
}
.list li.shipTel {
  font-size: 1.4rem;
  font-weight: bold;
}
.list .icon {
  width: 50px;
  min-width: 50px;
}
.list .icon + div {
  padding-left: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 770px) {
  .mainWrap.access {
    padding: 5% 5% 0 5%;
  }
  #faq .mainWrap {
    padding: 5%;
  }
  .troubleBox {
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 20px;
  }
  .troubleBox h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #ship .ttlC {
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 0 0 15px 0;
  }
  .shipBox {
    padding: 20px;
    font-size: 1.4rem;
  }
  .shipBox h3 {
    font-size: 2rem;
  }
  .shipBox p {
    font-size: 1.4rem;
  }
  .shipWrap {
    display: block;
  }
  .shipWrap > div {
    padding: 20px 0%;
  }
  .ttlInfo {
    font-size: 2rem;
  }
  .doubtWrap .troubleWrap {
    margin-top: 0;
  }
  .arrowDown {
    font-size: 5rem;
  }
  .imgUl .f_box {
    display: block;
  }
  .imgUl div.left {
    padding: 20px 0 0 0;
  }
  .imgUl li {
    padding: 5%;
    margin-bottom: 20px;
  }
  .doubtWrap {
    padding-bottom: 50px;
  }
  .faqNum {
    margin-right: 10px;
  }
  .infoWrap > div {
    padding: 15px 0px;
  }
  .blogArticleList .blogTtl {
    font-size: 1.4rem;
  }
  .blogArticleList li .ttlWrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 770px) {
  .txtBox {
    width: 100%;
  }
  form p.modPCenter {
    text-align: left;
  }
  figure.imgReason, .reasonWrap div.left, .imgUl div.left {
    max-width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .reasonWrap, .fapWrap {
    padding: 1.5em 1.2em;
  }
  .leadTl {
    padding: 0.5em 1em;
  }
  .leadTl + div {
    padding: 0 1em 1em 1em;
  }
}
.notFound {
  padding: 50px 0;
  line-height: 2;
}

@media screen and (max-width: 770px) {
  .notFound {
    padding: 50px 5vw;
  }
}
/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
  text-align: right;
  margin-top: 30px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}

@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}
/***** refusal *****/
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}
.mainWrap.blogListWrap li:only-child {
  -ms-flex: none;
  flex: none;
  padding: 0;
  width: calc(50% - 1em);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 770px) {
  .mainWrap.blogListWrap li {
    width: 100%;
  }
  .mainWrap.blogListWrap li:only-child {
    width: 100%;
  }
}
.infoWrap {
  border-radius: 0;
}

.reasonNum {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.reasonNum + p.shadow {
  left: calc(50% - 50px);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .headerTel p {
    line-height: 1;
    padding-bottom: 0;
  }
  /* IE11 */
  *::-ms-backdrop {
    padding: 0;
    line-height: 1.5;
    margin-bottom: -12px;
  }
  .headerTel ul.headerTelNumber li {
    padding: 0;
    line-height: 1.5;
    margin-bottom: -12px;
  }
  .headerTel a {
    position: relative;
    right: 30px;
  }
}
@media screen and (max-width: 770px) {
  .reasonNum {
    top: -65px;
  }
  .reasonNum + p.shadow {
    top: -65px;
  }
}
#reason .mainWrap {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-index__contents-details-txt-container, .p-index__contents-details:nth-child(even) .p-index__contents-details-txt-container {
    margin: -10px 16px 5px;
  }
}
.headerTel {
  top: 0;
}

.reserve span {
  display: inline-block;
  line-height: 1;
  height: 1em;
}

.mw_wp_form_complete .btnA {
  margin-top: 100px;
}
.mw_wp_form_complete .btnA a {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_complete .modPCenter {
    margin-top: 40px;
  }
}
.a2a_kit .a2a_label {
  display: none !important;
}

_:-ms-input-placeholder, :root .ttlC span::after {
  left: auto;
}

html {
  overflow-x: hidden;
}

.mainVisual {
  padding: 0;
  background-image: url(/wp-content/themes/miraisia__the-thor-child/img/kv-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  margin: 0 auto;
}

.pageTtl {
  top: 0;
  height: 100%;
}
.pageTtl img {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .pageTtl img {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .pageTtl img {
    width: 640px;
  }
}

.infoWrap > div {
  padding: 0 45px;
}

@media screen and (min-width: 480px) {
  .infoWrap hr {
    margin-top: 0;
  }
}

#topBtn {
  display: none !important;
}

.icon-check::before {
  content: "";
  display: block;
  width: 36px;
  height: 20px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  transform: rotate(-45deg) translateY(-3px) translateX(4px);
}

.icon-envelope::before {
  content: "";
  background-image: url(/wp-content/themes/miraisia__the-thor-child/img/icons8-envelope-96.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(5px);
}
@media screen and (min-width: 480px) {
  .icon-envelope::before {
    width: 25px;
    height: 30px;
    transform: translateY(9px);
  }
}

.custom {
  border-bottom: 2px solid #002f82;
  margin-bottom: 0;
}

.heading-custom {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .heading-custom {
    font-size: 2rem;
  }
}

.custom__item > * {
  max-width: 700px;
  margin: 0 auto;
}

.grecaptcha-logo {
  display: none;
}/*# sourceMappingURL=top.css.map */