@charset "UTF-8";
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

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

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #333333;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.075em;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: flex;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}

#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}

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

.imgFull img {
  width: 100%;
}

a.over:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.bgBeige {
  background: #e2e9e9;
  position: relative;
}

.bgBeige:before {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  left: -8%;
}

.bgBeige:after {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  right: -8%;
}

@media screen and (min-width: 901px) {
  .tab {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .tab {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.5rem;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
MAIN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #faq .faq_area {
    margin-top: 90px;
  }
  #faq .faq_area ul {
    margin-bottom: 220px;
  }
  #faq .faq_area li {
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #333333;
  }
  #faq .faq_area li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #faq .faq_area li P {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  #faq .faq_area li P span:first-of-type {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 30px;
  }
  #faq .faq_area li P span:first-of-type.a, #faq .faq_area li P span:first-of-type.q {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #faq .faq_area li P span:first-of-type.a {
    border: 1px solid #3535FA;
    background: #ffffff;
    color: #3535FA;
  }
  #faq .faq_area li P span:first-of-type.q {
    border: 1px solid #3535FA;
    background: #3535FA;
    color: #ffffff;
  }
  #faq .faq_area li P span:last-of-type {
    width: calc(100% - 90px);
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #faq .faq_area {
    margin-top: 50px;
  }
  #faq .faq_area ul {
    margin-bottom: 70px;
  }
  #faq .faq_area li {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #333333;
  }
  #faq .faq_area li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #faq .faq_area li P {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  #faq .faq_area li P span:first-of-type {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
  }
  #faq .faq_area li P span:first-of-type.a, #faq .faq_area li P span:first-of-type.q {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #faq .faq_area li P span:first-of-type.a {
    border: 1px solid #3535FA;
    background: #ffffff;
    color: #3535FA;
  }
  #faq .faq_area li P span:first-of-type.q {
    border: 1px solid #3535FA;
    background: #3535FA;
    color: #ffffff;
  }
  #faq .faq_area li P span:last-of-type {
    width: calc(100% - 40px);
  }
}
