@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#voice
=================================== */
.voiceList,
.voiceDetail {
  width: 1100px;
  margin: 0 auto;
}
.voiceList {
  margin-top: 30px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voiceDetail {
}

.voiceItem {
    margin-top: 50px;
    box-sizing: border-box;
}
.voiceList .voiceItem {
    border: 1px solid #14BFFF;
    width: 532px;
    padding: 20px 30px 0;
}
.voiceDetail .voiceItem {
}

.voiceItem__pic {
  width: 103px;
  height: 103px;
  margin-right: 25px;
  float: left;
  background: #EEE url(../img/icon_voice_01.png) no-repeat 50% 50%;
  overflow: hidden;
  border-radius: 52px;
  float: left;
}
.voiceItem__pic.voiceItem__pic--female {
  background-image:url(../img/icon_voice_02.png);
}
.voiceItem__pic.voiceItem__pic--pic {
  background-image: none;
}
.voiceItem__pic img {
  object-fit: cover;
font-family: 'object-fit: cover;';
width: 100%;
height: 100%;
}
.voiceItem__name {
  padding: 10px 0 15px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  color: #13BFFF;
}

.voiceItem__course {
  font-size: 20px;
  font-weight: bold;
  color: #13BFFF;
}
.voiceItem__course span {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  padding: 0 10px;
  margin-right: 10px;
  color: #FFF;
  background: #13BFFF;
  display: inline-block;
  border-radius: 13px;
}


.voiceItem__score {
  clear: both;
}
.voiceList .voiceItem__score {
  padding-top: 30px;
}
.voiceDetail .voiceItem__score {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voiceItem__score__wrap {
  height: 54px;
  line-height: 54px;
  border: 1px solid #14BFFF;
}
.voiceList .voiceItem__score__wrap {
  margin-top:15px;
}
.voiceDetail .voiceItem__score__wrap {
  width: 525px;
  margin-top: 25px;
}
.voiceItem__score__name {
  width: 140px;
  padding: 0 0 0 30px;
  color: #13BFFF;
  font-size: 16px;
  box-sizing: border-box;
  float: left;
}
.voiceItem__score__name01 {
  letter-spacing: 2em;
}
.voiceItem__score__name04 {
  letter-spacing: 0.5em;
}
.voiceItem__score dd {
  display: flex;
  justify-content: space-between;
}
.voiceItem__score__text01 {
  font-size: 24px;
  font-weight: bold;
  margin-left: -25px;
  display: flex;
}
.voiceItem__score__text01 div {
  width: 90px;
  text-align: center;
}
.voiceItem__score__text01 div span {
  font-size: 20px;
  font-weight: normal;
}
.voiceItem__score__text01 .voiceItem__score__text01__arrow {
  width: auto;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  color: #13BFFF;
}
.voiceItem__score__text02 {
  text-align: center;
  height: 54px;
  background:#FF0;
  font-size: 42px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: italic;
}
.voiceList .voiceItem__score__text02 {
  width: 146px;
}
.voiceDetail .voiceItem__score__text02 {
  width: 170px;
}

.voiceItem__score__text02 span {
  font-size: 24px;
}

.voiceItem__text {
  border-bottom: 1px solid #E6E6E6;
  font-size: 18px;
  line-height: 1.6;
  color: #322C38;
  word-break: break-all;
}
.voiceList .voiceItem__text {
  padding: 20px 0 0;
  min-height: 109px;
}
.voiceDetail .voiceItem__text {
  padding: 40px 0 65px;
}
.voiceDetail .voiceItem__text > p {
  margin-bottom: 1.6em;
}
.voiceDetail .voiceItem__text > p:last-child {
  margin-bottom: 0;
}

.voiceItem__link {
  text-align: right;
  font-size: 16px;
  padding: 20px 10px;
  display: block;
  color: #322C38;
}
.voiceItem__link:hover {
    text-decoration: none;
    opacity: 0.7;
}





.link {
  width: 800px;
  margin: 0 auto 50px;
}

/*
  CMS：ページャー共通パーツ用スタイル
  Created on : 2020/06/12
  Author     : Yuki Saito
*/
/*** セレクト型ページングのスタイル ***/
.pagenavi {
  margin: 40px 0 0;
  text-align: center;
}
.pagenavi .nolink {
  pointer-events: none;
  opacity: 0.5;
}

.pagenavi .next__large {
  width: 100%;
  height: 80px;
  margin: 0 0 45px;
  display: block;
  position: relative;
  border: 2px solid #13BFFF;
  line-height: 78px;
  font-size: 20px;
  text-decoration: none;
  color: #634238;
  background: #FFF;
  box-sizing: border-box;
}
.pagenavi .next__large-link {
  color: #333;
  display: block;
}
.pagenavi .next__large-link:before {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 30px;
  top: 32px;
  content: "";
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 3px solid #13BFFF;
  border-right: 3px solid #13BFFF;
}
.pagenavi .next__large-link:hover {
  color: #333;
  text-decoration: none;
}
.pagenavi .next__large:hover {
  opacity: 0.7;
  text-decoration: none;
}

.page {
  position: relative;
}
.page .prev,
.page .next {
  width: 52px;
  height: 42px;
  color: #333;
  line-height: 42px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
}
.page .prev:hover,
.page .next:hover {
  color: #333;
  opacity: 0.7;
  text-decoration: none;
}
.page .page-number {
  width: 168px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.page .page-number__label {
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  background: #FFF;
  display: inline-block;
}
.page .page-number__label:after {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 9px;
  top: 15px;
  content: "";
  transform: rotate(135deg);
  transition: 0.5s;
  vertical-align: middle;
  border-top: 1px solid #C8C4BE;
  border-right: 1px solid #C8C4BE;
}
.page .page-number__select {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  width: 168px;
  height: 42px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}



.pageLink{
  margin: 15px 0 50px;
  list-style: none;
  position: relative;
  min-height: 120px;
}
.pageLink a:hover{
  opacity: 0.7;
}
.pageLink .link_prev,
.pageLink .link_next {
  width: 390px;
  display: block;
  position: absolute;
  top: 0;
}
.pageLink .link_prev {
  left: 0;
}
.pageLink .link_next {
  right: 0;
}
.pageLink .title{
  text-align: center;
  padding: 5px 0;
  background-color: #F5F5F5;
}
.pageLink .back,
.pageLink .next{
  width: 100%;
  float: left;
  position: relative;
}
.pageLink .back::before,
.pageLink .next::before{
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid;
  transform: rotate(45deg);
  position: absolute;
top: 50%;
margin-top: 15px;
}
.pageLink li.none::before{
  border: none;
}
.pageLink .description{
  min-height: 75px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: super;
  position: relative;
}

.description__pic {
  width: 75px;
  height: 75px;
  background: #EEE url(../img/icon_voice_sp_01.png) no-repeat 50% 50% / 50% auto;
  overflow: hidden;
  border-radius: 52px;
  position: absolute;
}
.description__pic.description__pic--female {
  background-image: url(../img/icon_voice_sp_02.png);
}
.description__pic.description__pic--pic {
  background-image: none;
}
.description__name {
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  color: #13BFFF;
  padding: 5px 0;
}

.description__course {
  font-size: 20px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  padding: 0 10px;
  color: #FFF;
  background: #13BFFF;display: inline-block;
  border-radius: 13px;
}






.pageLink .linkimg{
  object-fit: cover;
font-family: 'object-fit: cover;';
width: 100%;
height: 100%;
}
.pageLink .separate {
margin: 0 auto;
width: 1px;
height: 120px;
background: #E5E5E6;
}}

.pageLink .back{
}
.pageLink .back .title{
  margin-right: 10px;
}
.pageLink .back .description {
    padding-left: 110px;
}
.pageLink .back::before{
	border-color: transparent transparent #13BFFF #13BFFF;
	left: 1px;
}
.pageLink .back .description__pic {
  left: 23px;
}
.pageLink .back .description__name {
  padding-left: 10px;
}

.pageLink .next {
}
.pageLink .next .title{
  margin-left: 10px;
}
.pageLink .next .description {
    padding-right: 110px;
    text-align:right;
}
.pageLink .next::before{
	border-color: #13BFFF #13BFFF transparent transparent;
	right: 2px;
}
.pageLink .next .description__pic {
  right: 23px;
}
.pageLink .next .description__name {
  padding-right: 10px;
}

.voiceDetail .linkBtn {
  width: 795px;
  height: 76px;
  display: block;
  position: relative;
  border: 2px solid #13BFFF;
  line-height: 74px;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  color: #634238;
  background: #FFF;
}
.voiceDetail .linkBtn a {
  display: block;
}
.voiceDetail .linkBtn a:hover {
  text-decoration: none
}
.voiceDetail .linkBtn a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 31px;
  right: 45px;
  content: "";
  transform: rotate(45deg);
  vertical-align: middle;
  border: 2px solid;
  border-color: #13BFFF #13BFFF transparent transparent;
}
.voiceDetail .linkBtn a:hover {
    color: #333;
}
.voiceDetail .linkBtn:hover {
  opacity: 0.7;
}



/* .footFormBtn */
.footFormBtn {
	padding: 60px 0;
	font-size: 16px;
	text-align: center;
	margin: 20px 0 ;
	color: #FFF;
  background: #15BFFF;
}
 .footFormBtn p {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.8;
}
#contents .formBtn a {
	font-size: 30px;
  border-radius: 50px;
  padding: 25px 48px;
  margin: 25px 0;
  box-shadow: 0 2px 3px 0px #999;
}

.footFormBtn .tel p {
	font-weight: bold;
	font-size: 20px;

}
.footFormBtn .tel div {
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	padding-left: 35px;
	background: url("../../img/ico_foot_tel.png") left center no-repeat;
}
