@charset "UTF-8";
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$color1: #1f3134; //黒っぽい緑
$color2: #ff0033; //赤
$color3: #b40034; //エンジ色
$color4: #0f3784; //青

//2022～
$color5: #aac467; //黄緑
$color7: #595757; //濃グレー

$mainColor: $color1;
$accentColor: #fff; //白

//2022～
$fontColor: $color7;

$bgColor1: #f8eef7; //薄ピンク
$bgColor2: #e0eff2; //水色
$bgColor3: #f4efe4; //ベージュ
$bgColor4: #f5f2ef; //グレーっぽいベージュ
$bgColor5: #fffee6; //薄黄色

$bdColor1: #d5d7d6; //グレー

$pastelColor1: #e3a7c8;
$pastelColor2: #f3efa1;
$pastelColor3: #a8cae5;
$pastelColor4: #ed7986;

$pastelColor1-dark: #eca1ca;
$pastelColor2-dark: #e6d223;
$pastelColor3-dark: #7ebded;

$mkColor1: #f6d1e5; //薄ピンク
$mkColor2: #c6e0f6; //水色
$mkColor3: #faf3b1; //黄色

//2022～
$boysColor: #5aa7ab;
$girlsColor: #ab226d;
$boysBgColor: #d4e5e6;
$girlsBgColor: #eadfe4;

$btnColor: #9fa0a0;
*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*--------------------
～2021用フォント設定
--------------------*/
@font-face {
  font-family: "HoshizoraMincho";
  src: url(./../images/font/StarSkyMincyou-Regular.woff2) format("woff2");
  src: url(./../images/font/StarSkyMincyou-Regular.woff) format("woff");
}
/*--------------------
2022～フォント設定
--------------------*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  customer_support.scss
  お客様相談室に関する記述
/////////////////////////////////////////// */
/*=================================
  customer_support
=================================*/
.page--customer_support .page__title {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .page__title {
    margin-bottom: 200px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .page__title {
    margin-bottom: 500px;
  }
}
.page--customer_support .page__title::after {
  width: 100%;
  content: "";
  display: block;
  background: url(../images/page/customer_support/pagetitle-after.jpg) center top no-repeat #e3e3e3;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .page__title::after {
    height: 200px;
    bottom: -200px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .page__title::after {
    height: 500px;
    bottom: -500px;
  }
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container {
    padding: 50px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--customer_support .customer_support__container {
    padding: 100px 30px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--customer_support .customer_support__container {
    padding: 100px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container > .mod__heading01 {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container > .mod__heading01 {
    margin-bottom: 90px;
  }
}
.page--customer_support .customer_support__container > .mod__heading01::after {
  display: none;
}
.page--customer_support .customer_support__container > p {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, Arial, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container > p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container > p {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.page--customer_support .customer_support__container .contact {
  border: 1px solid #3f3f3f;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact {
    margin-top: 45px;
    padding: 25px 19px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--customer_support .customer_support__container .contact {
    padding: 50px 29px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--customer_support .customer_support__container .contact {
    padding: 50px 49px;
  }
}
.page--customer_support .customer_support__container .contact .mod__heading01 {
  color: #ff0033;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact .mod__heading01 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact .mod__heading01 {
    margin-bottom: 45px;
  }
}
.page--customer_support .customer_support__container .contact .mod__heading01::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) {
    max-width: 870px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) {
    max-width: 930px;
  }
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) {
  line-height: 1.6;
  font-family: "HoshizoraMincho", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "HiraMinPro-W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1)::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) {
    font-size: 1.6rem;
  }
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) a {
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) a {
    font-size: 1.8rem;
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) a span {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) a span {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(1) a span {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) {
    width: 43.0108%;
    max-width: 400px;
  }
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a {
  color: #3f3f3f;
  font-family: "HoshizoraMincho", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "HiraMinPro-W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3eca0;
  border-bottom: 4px solid #bcaf3d;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a {
    height: 50px;
    font-size: 1.6rem;
    margin-top: -4px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a {
    height: 70px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a {
    font-size: 2.4rem;
  }
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a::after {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto 0;
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a:hover {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a:hover {
    height: 46px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(1) li:nth-child(2) a:hover {
    height: 66px;
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li {
    width: 49.0196%;
    max-width: 500px;
  }
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a {
  color: #3f3f3f;
  font-family: "HoshizoraMincho", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "HiraMinPro-W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3eca0;
  border-bottom: 4px solid #bcaf3d;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a {
    height: 50px;
    font-size: 1.6rem;
    margin-top: -4px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a {
    height: 70px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a {
    font-size: 2.4rem;
  }
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a::after {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto 0;
}
.page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a:hover {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a:hover {
    height: 46px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--customer_support .customer_support__container .contact ul:nth-of-type(2) li a:hover {
    height: 66px;
    margin-top: 4px;
  }
}/*# sourceMappingURL=customer_support.css.map */