/* ------------------------------------------------------------------
下層ページheader
------------------------------------------------------------------ */
.under_top_mv {
  position: relative;
  background: rgb(251, 164, 70);
  background: -moz-radial-gradient(circle, rgba(251, 164, 70, 1) 0%, rgba(255, 102, 0, 1) 52%);
  background: -webkit-radial-gradient(circle, rgba(251, 164, 70, 1) 0%, rgba(255, 102, 0, 1) 52%);
  background: radial-gradient(circle, rgba(251, 164, 70, 1) 0%, rgba(255, 102, 0, 1) 52%);
  text-align: center;
}

.under_title_container {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under_top_mv h2 {
  text-align: center;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: normal;
  margin: 0;
  letter-spacing: .1em;
  font-weight: 600;
}

@media (min-width: 768px) {
  .under_top_mv {
    margin-top: 124px;
  }

  .under_top_mv h2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1024px) {
  .under_top_mv {
    margin-top: 136px;
  }

  .under_top_mv h2 {
    font-size: 3.8rem;
  }
}

@media (min-width: 1366px) {
  .under_top_mv {
    margin-top: 150px;
  }

  .under_top_mv h2 {
    font-size: 4.8rem;
  }
}

@media only screen and (max-width: 736px) {
  .under_top_mv {
    margin-top: 70px;
  }

  .under_title_container {
    height: 200px;
  }

  .under_top_mv h2 {
    font-size: 2.0rem;
  }
}

/* ------------------------------------------------------------------
下層ページ　他見出し
------------------------------------------------------------------ */
.sub_title_container {
  text-align: center;
  margin-bottom: 40px;
}

.sub_title {
  color: #ed6103;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: .3em;
  border-bottom: solid 4px #ed6103;
  font-size: 2.0rem;
}

@media (min-width: 768px) {
  .sub_title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1024px) {
  .sub_title {
    font-size: 3.2rem;
  }
}

@media (min-width: 1366px) {
  .sub_title {
    font-size: 4.2zrem;
  }
}

@media only screen and (max-width: 736px) {
  .sub_title {
    font-size: 2.0rem;
  }
}

/* ------------------------------------------------------------------
対応地域
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .area ul.teble-list li div {
    padding: 15px 15px;
  }

  .area ul.teble-list li div:last-child {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 736px) {
  .area ul.teble-list li div:first-child {
    background: #e4ebe7;
  }
}

/* ------------------------------------------------------------------
よくあるご質問
------------------------------------------------------------------ */
ul.faq-list {
  text-align: left;
}

ul.faq-list li {
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 1em;
}

ul.faq-list li:last-child {
  margin-bottom: 0px;
}

.q-box {
  padding: 40px 30px 10px 80px;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
  border: solid 1px #d2d2d2;
  border-bottom: none;
  border-radius: .6em .6em 0 0;
  margin-bottom: 0px;
}

.q-box:last-child {
  margin-bottom: 0px;
}

.q-box:before {
  content: "Q";
  font-weight: 900;
  color: #034fbf;
  position: absolute;
  top: 40px;
  left: 35px;
  font-size: 3.2rem;
  font-family: "Geomanist Book";
  width: 25px;
  text-align: center;
  line-height: 1;
}

.a-box {
  padding: 10px 30px 40px 80px;
  font-size: 1.8rem;
  position: relative;
  border: solid 1px #d2d2d2;
  border-top: none;
  border-radius: 0 0 .6em .6em;
}

.a-box:before {
  content: "A";
  font-weight: 900;
  color: #ed6103;
  position: absolute;
  top: 16px;
  left: 35px;
  font-size: 3.2rem;
  font-family: "Geomanist Book";
  width: 25px;
  text-align: center;
  line-height: 1;
}

.faq .q-box {
  padding: 30px 20px 30px 80px;
  border: solid 1px #d2d2d2;
  border-radius: .6em;
  margin-bottom: 30px;
  font-size: 1.6rem;
  color: #2d2d2d;
}

.faq .q-box a {
  color: #2d2d2d;
}

.faq .q-box:before {
  font-size: 4rem;
  top: 24px;
}

@media(min-width:768px) {}

@media(min-width:1024px) {}

@media(min-width:1366px) {
  .faq .q-box {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 736px) {
  .toppage_faq {
    padding: 50px 0 50px;
  }

  ul.faq-list li {
    margin-bottom: 20px;
    padding: 30px 15px;
  }

  ul.faq-list li:last-child {
    margin-bottom: 0px;
  }

  .q-box {
    padding: 30px 15px 10px 40px;
    font-size: 1.5rem;
  }

  .q-box:before {
    left: 10px;
    top: 30px;
    font-size: 2.4rem;
  }

  .a-box {
    padding: 10px 15px 30px 40px;
    font-size: 1.3rem;
    position: relative;
  }

  .a-box:before {
    top: 10px;
    left: 10px;
    font-size: 2.4rem;
  }

  .faq .q-box {
    font-size: 1.3rem;
    padding: 20px 10px 20px 50px;
  }

  .faq .q-box:before {
    font-size: 2.8rem;
    left: 15px;
    top: 16px;
  }
}

/* ------------------------------------------------------------------
お客様の声
------------------------------------------------------------------ */
ul.reviewlist li {
  position: relative;
  border-radius: .6em;
  border: solid 1px #d2d2d2;
  overflow: hidden;
  padding-bottom: 60px;
}

ul.reviewlist li .t_a_b {
  padding: 20px 30px;
}

ul.reviewlist li span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

ul.reviewlist li h3 {
  font-size: 1.4rem;
  margin-bottom: 0px;
}

ul.reviewlist li .btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 140px;
  margin-left: -70px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px;
}

@media(min-width:768px) {
  ul.reviewlist li .t_a_b {
    padding: 20px 15px;
  }
}

@media(min-width:1024px) {}

@media(min-width:1366px) {
  ul.reviewlist li .t_a_b {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 736px) {
  ul.reviewlist li {
    margin-bottom: 30px;
  }

  ul.reviewlist li:last-child {
    margin-bottom: 0px;
  }

  ul.reviewlist li .t_a_b {
    padding: 10px 20px;
  }
}

/* ------------------------------------------------------------------
お客様の声 詳細ページ
------------------------------------------------------------------ */
.review .blog_title {
  margin-bottom: 30px;
}

.kousei {
  font-weight: 400;
  display: block;
  font-size: 1.1rem;
}

.rev_top {
  font-weight: 600;
  display: block;
  background: #eee;
  padding: 5px;
  margin-bottom: 30px;
}

.rev_photo {
  margin-bottom: 30px;
}

.rev_staff {
  font-weight: 600;
  margin-bottom: 30px;
}

.rev_user_title {
  border-top: solid 2px #ff7500;
  border-bottom: solid 2px #ff7500;
  position: relative;
  font-weight: 600;
  padding: 10px 0 10px 50px;
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.rev_user_title::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../img/firework.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

@media(min-width:768px) {}

@media(min-width:1024px) {
  .kousei {
    font-size: 1.3rem;
  }
}

@media(min-width:1366px) {
  .kousei {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 736px) {
  .rev_user_title {
    padding: 15px 0 15px 50px;
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------------ */
.privacy .mb-box {
  margin-bottom: 30px;
}

.privacy h2 {
  margin: 0 0 .5em;
  font-size: 1.7rem;
}

.privacy ol {
  padding-left: 1em;
}

.privacy ol li h3 {
  font-size: 1.5rem;
}

.privacy a {
  text-decoration: underline;
}

@media only screen and (max-width: 736px) {
  .privacy .mb-box {
    margin-bottom: 20px;
  }

  .privacy h2 {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------------------
ニュース
------------------------------------------------------------------ */
.Side__Title {
  color: #ed6103;
  padding-bottom: 10px;
  border-bottom: solid 2px #ed6103;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.blog_title {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #ddd;
  font-size: 2.0rem;
}

ul.news_Sidelist li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  font-size: 1.3rem;
}

.newsList-time {
  opacity: 0.7;
  letter-spacing: 0.06em;
  line-height: 1.81818;
  font-family: 'Roboto', sans-serif;
}

ul.news_Sidelist li strong {
  display: block;
  font-weight: 400;
}

ul.news_Sidelist li a {
  color: #2d2d2d;
}

ul.news_Sidelist li a strong {
  text-decoration: underline;
}

.t-newsItemInfo {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.t-newsItemCategory {
  padding-left: 10px;
}

span.faq {
  background: #448aca;
}

span.news {
  background: #734233;
}

span.review {
  background: #e6b112;
}

span.newmark {
  background: #dc4b4d;
}

span.faq, span.news, span.review {
  padding: 3px 5px;
  letter-spacing: 0.1em;
  line-height: 1.8333;
  font-size: 1.2rem;
  color: #fff;
}

span.newmark {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.7;
  background: #dc4b4d;
}

ul.news-list-year li {
  float: left;
  font-size: 1.3rem;
  padding-right: 1em;
}

ul.news-list-year li a {
  color: #2d2d2d;
  text-decoration: underline;
}

@media(min-width:768px) {}

@media(min-width:1024px) {
  .news__Wrapper {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .TextWrapper {
    padding-bottom: 84px;
    border-bottom: 1px solid #ddd;
    width: 64.3448275862069%;
    height: auto;
  }

  .SideWrapper {
    width: 35.6551724137931%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-bottom: 84px;
    padding-left: 60px;
  }

  .Side__Title {
    font-size: 1.8rem;
  }
}

@media(min-width:1366px) {
  .blog_title {
    font-size: 2.2rem;
  }

  .Side__Title {
    font-size: 2.0rem;
  }

  ul.news_Sidelist li {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 736px) {
  .blog_title {
    font-size: 1.6rem;
  }

  span.blog, span.news, span.job {
    width: 100px;
    padding: 0 6px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.7;
  }

  span.newmark {
    padding: 0 6px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.7;
    background: #dc4b4d;
  }
}

/* ------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------ */
.sitemap h3 {
  background: #f3f3f3;
  padding: 10px;
  margin: 0 0 20px;
  font-size: 1.6rem;
}

.sitemap ul {
  text-align: left;
}

.sitemap ul li {
  position: relative;
  padding-left: 18px;
}

.sitemap ul li::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../img/arrow_right_black.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.sitemap ul li a {
  color: #2d2d2d;
  font-size: 1.3rem;
}

.sitemap ul li a:hover {
  text-decoration: underline;
}

.sitemapList {
  position: relative;
  padding-left: 16px;
}

.sitemapList:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url('../img/arrow_circle.png') no-repeat 0 0;
  background-size: 12px 12px;
}

a.sitemapList {
  color: #2d2d2d;
  text-decoration: underline;
  font-size: 1.3rem;
}

@media only screen and (max-width: 736px) {
  .sitemap h3 {
    font-size: 1.3rem;
  }
  .sitemap ul li::before {
    top: 5px;
  }
}
