@charset "UTF-8";
/*-----------------------------------------------------*/
/* / / / / / / / / / / / / / / / / / / / / / / / / / / /
/* 
/*  お客さまの声 共通CSS
/*  /support/cs/
/*  /support/cs/case/
/*　
/* / / / / / / / / / / / / / / / / / / / / / / / / / / /
/*-----------------------------------------------------*/
:root {
  --official_red: #C03;
}

@media screen and (max-width: 767px) {
  .contents .contents-main {
    padding: 0px 20px 30px !important;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding: 0px 20px 30px !important;
  }
}

.float-area {
  display: none;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.float-area.is-show {
  display: flex;
}
@media screen and (max-width: 767px) {
  .float-area {
    width: 100vw;
    margin-left: -20px;
    padding: 3vw 2vw;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .float-area {
    padding: 1vw 2vw;
  }
}
.float-area-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 80px;
  background-color: var(--official_red);
  border: 3px solid #fff;
  text-decoration: none;
  border-radius: 100vw;
  transition: 0.1s ease;
}
.float-area-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .float-area-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .float-area-link {
    width: 80vw;
    height: 14vw;
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .float-area-link {
    width: 40vw;
    height: 7vw;
  }
}
.float-area-link-body {
  position: relative;
  top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .float-area-link-body {
    top: 0.5vw;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .float-area-link-body {
    top: 3px;
  }
}
.float-area-link-body::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -39px;
  display: block;
  width: 33px;
  height: 43px;
  background-image: url(/support/cs/images/img_float_img_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .float-area-link-body::after {
    top: -1px;
    right: -27px;
    width: 21px;
    height: 24px;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .float-area-link-body::after {
    top: -4px;
    right: -22px;
    width: 19px;
    height: 22px;
  }
}
.float-area-link-body-imgtxt {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .float-area-link-body-imgtxt {
    width: 51%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .float-area-link-body-imgtxt {
    width: 51%;
  }
}
.float-area-link-body-txt {
  margin-top: -7px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .float-area-link-body-txt {
    margin-top: 0.5vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .float-area-link-body-txt {
    margin-top: -0.5vw;
    font-size: 1.4rem;
  }
}

.btn-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin: 0 auto;
  padding: 22px 72px;
  background-color: #000;
  border-radius: 100vw;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: 0.1s ease;
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    font-size: 1.4rem;
    width: 79vw;
    padding: 4vw 12vw;
  }
}
.btn-arrow::after {
  content: "";
  position: absolute;
  right: 22px;
  display: block;
  width: 35px;
  height: 15px;
  background-image: url(/support/cs/images/ico_btn_arrow_01_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .btn-arrow::after {
    right: 4vw;
    width: 7vw;
    height: 4vw;
    background-size: contain;
  }
}
.btn-arrow:hover, .btn-arrow:focus, .btn-arrow:visited {
  color: #fff;
}
.btn-arrow:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .btn-arrow:hover {
    opacity: 1;
  }
}

.btn-pagetop {
  bottom: 154px !important;
}
@media screen and (max-width: 767px) {
  .btn-pagetop {
    bottom: 23vw !important;
  }
}

.voice-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #000;
}
.voice-news-item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .voice-news-item {
    padding: 4vw 4vw 5vw 0;
  }
}
.voice-news-item::after {
  content: "";
  position: absolute;
  right: 22px;
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid var(--official_red);
  border-right: 2px solid var(--official_red);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .voice-news-item::after {
    right: 0;
    width: 1.7vw;
    height: 1.7vw;
  }
}
.voice-news-item-link {
  width: 100%;
  padding: 36px 42px 36px 20px;
  text-decoration: none;
  transition: 0.1s ease;
}
@media screen and (max-width: 767px) {
  .voice-news-item-link {
    padding: 0;
  }
}
.voice-news-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .voice-news-item-link:hover {
    opacity: 1;
  }
}
.voice-news-item-link-body-data {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.voice-news-item-link-body-data-time {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--official_red);
}
@media screen and (max-width: 767px) {
  .voice-news-item-link-body-data-time {
    position: relative;
    top: 0.1vw;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
}
.voice-news-item-link-body-data-latest {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 23px;
  margin-bottom: 3px;
  margin-left: 12px;
  padding-top: 1px;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  color: #fff;
  font-weight: bold;
  border-radius: 100vw;
  background-color: var(--official_red);
}
@media screen and (max-width: 767px) {
  .voice-news-item-link-body-data-latest {
    width: 4.9rem;
    height: 1.8rem;
    margin-left: 1rem;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
}
.voice-news-item-link-body-txt {
  font-size: 1.8rem;
  color: #000;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .voice-news-item-link-body-txt {
    margin-top: 2vw;
    font-size: 1.4rem;
  }
}

.cs-new-window {
  position: relative;
  top: -11px;
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 4px;
  font-size: 0;
  background-image: url(/support/cs/images/ico_new_window_black.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cs-new-window {
    top: -8px;
    width: 9px;
    height: 8px;
  }
}

.cs-pdf {
  position: relative;
  top: -10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  font-size: 0;
  background-image: url(/images_osp/common/ico/ico_pdf01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cs-pdf {
    top: -9px;
  }
}