@charset "UTF-8";
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  VOICE DETAIL
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.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 120px auto;
  width: 100%;
}
.main > .Manin_Title{
  text-align: center;
}
.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;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.vd_main{
  margin: 80px auto;
  background-color: #e2e8ed;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.vd_main-left{
  width: 500px;
}
.vd_main-left > h2{
  font-size: 24px;
  color: #465a84;
  padding: 80px 0 40px;
}
.vd_main-left > p{
  font-size: 24px;
  color: #061651;
  line-height: 1.4;
  padding: 0 40px 40px 0;
}
.vd_main-left > h3{
  font-size: 20px;
  color: #465a84;
  margin: auto 40px auto 0;
  padding: 20px 0 20px 0;
  text-align: right;
  border-top: 1px solid #465a84;
}
.vd_main-left > h3 > span{

}
.vd_main-right{
  width: 600px;
  height: 450px;
  position: relative;
}
.vd_main-right > p{
  display: block;
  width: 600px;
  height: 450px;
  display: flex;
  justify-content: right;
  align-items: right;
  overflow: hidden;
}
.vd_main-right > p > img{
  width: 100%;
}
.vd_main-right > ul{
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background-color: rgba(255,255,255,.5);
  width: 100%;
  padding: 6px 0;
  bottom: 0;
}
.vd_main-right > ul li{
  margin-right: 10px;
  background-color: #061651;
}
.vd_main-right > ul li > a{
  display: block;
  width: 100px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vd_main-right > ul li > a > img{
  width: 100%;
}
.vd_main-right > ul li > a:hover{
  opacity: 0.6;
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.vd_main-right > ul li > a:hover > img{
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.vd_comment{
  margin: 120px auto;
}
.vd_comment-list{
  margin: 80px auto;
  width: 1000px;
}
.vd_comment-list > dt{
  color: #061651;
  display: inline-block;
  padding: 40px 0 10px 0;
  border-bottom: 1.5px solid #061651;
}
.vd_comment-list > dt > span{
  font-size: 20px;
}
.vd_comment-list > dd{
  color: #262626;
  display: block;
  margin: 50px 0 80px 220px;
  color: #262626;
  background-color: #fff;
  background-image: linear-gradient(180deg, #e2e8ed 1px, transparent 1px);
  background-size: 100% 3.5em;
}
.vd_comment-list > dd > p{
  font-size: 20px;
  line-height: 2.5em;
  padding-bottom: 1px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.vd_staff{
  background-color: #e2e8ed;
  margin: 120px auto auto;
}
.vd_staff-in{
  width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
}
.vd_staff-in > h2{
  display: block;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.vd_staff-in > h2 > img{
  width: 100%;
}
.vd_staff-in > div{
  width: 740px;
  min-height: 290px;
  position: relative;
  padding: 0 0 0 40px;
}
.vd_staff-in > div *{
  font-weight: 300;
}
.vd_staff-in > div > h3{
  font-size: 22px;
  color: #061651;
  padding: 20px 0 10px 0;
}
.vd_staff-in > div > h3 > span{
  font-size: 16px;
  color: #061651;
  display: block;
}
.vd_staff-in > div > h4{
  color: #262626;
  font-size: 18px;
  padding: 10px 0 20px;
  border-bottom: 2px solid #061651;
}
.vd_staff-in > div > p{
  color: #262626;
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.5;
  min-height: 124px;
}
.vd_staff-in > div > strong{
  display: block;
  text-align: right;
}
.vd_staff-in > div > strong > a{
  /*position: absolute;
  bottom: 10px;
  right: 10px;*/
  color: #262626;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom:1px solid #262626;
}
.vd_staff-in > div > strong > a:hover{
  color: #004ca4;
  border-bottom:1px solid #004ca4;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.vd_link{
  margin: 80px auto;
  width: 1200px;
}
.vd_link-ul{
  margin: 80px auto 40px;
  width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.vd_link-ul li{
  width: 475px;
  margin: auto 25px;
  text-align: center;
}
.vd_link-ul li:first-of-type > a,
.vd_link-ul li:last-of-type > a{
  position: relative;
  color: #061651;
  display: block;
  overflow: hidden;
  width: 475px;
  padding: 20px;
  border: 1px solid #061651;
  text-align: center;
}
.vd_link-ul li:first-of-type > a > span,
.vd_link-ul li:last-of-type > a > span{
  position: relative;
  z-index: 10;
  display: block;
  font-size: 20px;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vd_link-ul li:first-of-type > a::before,
.vd_link-ul li:last-of-type > a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #061651;
  transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vd_link-ul li:first-of-type > a:hover::before,
.vd_link-ul li:last-of-type > a:hover::before{
  transform: translateX(0);
  transition: all 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.vd_link-ul li:last-of-type > a > span::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1.5px #061651;
  border-right: solid 1.5px #061651;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -6px;
}
.vd_link-ul li:first-of-type > a > span::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1.5px #061651;
  border-right: solid 1.5px #061651;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
}
.vd_link-ul li:first-of-type > a:hover > span,
.vd_link-ul li:last-of-type > a:hover > span{
  color: #fff;
}
.vd_link-ul li:last-of-type > a:hover > span::after,
.vd_link-ul li:first-of-type > a:hover > span::after{
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
}
.vd_link > p{
  text-align: center;
}
.vd_link > p > a{

}
.vd_link > p > a > span{
  font-size: 22px;
  color: #9a9ca8;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid #9a9ca8;
}
.vd_link > p > a:hover > span{
  color: #004ca4;
  border-bottom:1px solid #004ca4;
}


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