@charset "UTF-8";

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  FAQ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.fv {
  background-color: #004ca4;
  margin-top: 70px;
}

.fv-in {
  width: 1200px;
  height: 200px;
  margin: auto;
  background: url(../../images/voice/fv.jpg) no-repeat 400px center;
  background-size: 70%;
}

.fv-in>h2 {
  color: #fff;
  text-align: center;
  width: 400px;
  height: 200px;
  margin: 0 auto 0 0;
  display: table;
}

.fv-in>h2>strong {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  font-weight: 400;
}

.fv-in>h2>strong>span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-top: 8px;
}

.main {
  margin: 0 0 60px auto;
  width: 100%;
}

.Manin_Title>h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.Manin_Title>h2::after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  margin: 10px auto;
  background-color: #061651;
}

.Manin_Title>p {
  text-align: center;
  color: #061651;
}

.mainfaq_p {
  background-color: #e0e5ec;
  color: #061651;
  font-size: 16px;
  line-height: 1.7;
  margin: 60px auto;
  width: 880px;
  text-align: center;
  padding: 20px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.choice-area {
  width: 1000px;
  margin: auto;
}

.choicearea-ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.choicearea-ul li {
  width: 300px;
}

.choicearea-ul li>a {
  display: table;
  width: 100%;
  height: 48px;
}

.choicearea-ul li>a>span {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.choicearea-ul li>a>span::after {
  position: absolute;
  content: '';
  top: 20px;
  right: 10px;
  width: 8px;
  height: 8px;
  border: 1.6px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.choicearea-ul li>a:hover {
  opacity: 0.6;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cau-chigasaki>a {
  background-color: #0097d8;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cau-fujisawa>a {
  background-color: #3b6db8;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cau-staff {
  position: relative;
  border: 1px solid #000;
}

.cau-staff>select {
  position: relative;
  width: 100%;
  height: 48px;
  font-size: 20px;
  padding: 0 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.cau-staff::before {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 5;
  content: '';
  width: 8px;
  height: 8px;
  border: 1.6px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
}

.cau-staff::after {
  position: absolute;
  bottom: 14px;
  right: 10px;
  z-index: 5;
  content: '';
  width: 8px;
  height: 8px;
  border: 1.6px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.voicepage-area {
  margin: 40px auto 20px;
}

.vpa-ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.vpa-ul li {
  display: table;
  width: 36px;
  height: 36px;
  margin: auto 4px;
}

.vpa-ul li>span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #e2e8ed;
  border: 1px solid #e2e8ed;
}

.vpa-ul li>a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #061651;
  border: 1px solid #061651;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vpa-ul li>a:hover {
  background-color: #061651;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.customer-list {
  margin: auto;
}

.customer-list>p {
  margin: auto auto 10px;
  text-align: right;
  width: 1200px;
}

.customer-list>p>span {}

.customer-list>p>span>i {
  font-style: normal;
  padding: 0 4px;
}

.customerlist-div {
  width: 100%;
  background-color: #eef3f7;
}

.cld-ul {
  width: 1200px;
  margin: auto;
  padding: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cld-ul li {
  width: 500px;
  margin: 0 50px 100px;
}

.cld-ul li>a {
  background-color: #fff;
  display: block;
  width: 500px;
  padding: 20px;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cld-ul li>a:hover {
  background-color: #cdd0dc;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cld-ul li>a>strong {
  font-size: 24px;
  font-weight: 400;
  color: #9a9ca8;
  display: block;
  padding-bottom: 10px;
}

.cld-ul li>a>strong>span {
  font-size: 24px;
  font-weight: 400;
}

.cld-ul li>a>div {
  width: 460px;
  height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cld-ul li>a>div>img {
  width: 100%;
}

.cld-ul li>a>p {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0;
  color: #061651;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cld-ul li>a>span {
  display: block;
  font-size: 18px;
  text-align: right;
  color: #9a9ca8;
  margin: 10px 0 auto auto;
}


/*---------------------------------------------
BreadCrumb
---------------------------------------------*/
.BreadCrumb {
  margin-top: 10px;
}
