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

/* ===================================
#voice
=================================== */
.voiceList,
.voiceDetail {
  margin: 0 auto;
}
.voiceList {
  padding: 25px 2.66vw 0;
}

.voiceDetail {
}

.voiceItem {
    box-sizing: border-box;
}
.voiceList .voiceItem {
  margin-top: 25px;
    border: 1px solid #14BFFF;
    padding: 5.06vw 0 0 5.06vw;
}
.voiceDetail .voiceItem {
    padding: 25px 5.33vw 0 5.33vw;
}

.voiceItem__pic {
  background: #EEE url(../img/icon_voice_sp_01.png) no-repeat 50% 50% / 35px 45px;
  overflow: hidden;
}

.voiceList .voiceItem__pic {
  width: 16.63vw;
  height: 16.63vw;
  border-radius: 9vw;
  float: left;
}
.voiceDetail .voiceItem__pic {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 40px;
}
.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 {
  line-height: 1.2;
  font-weight: bold;
  color: #13BFFF;
}
.voiceList .voiceItem__name {
  font-size: 4.8vw;
  padding: 2.66vw 0 1.33vw;
  margin-left: 20.53vw;
}
.voiceDetail .voiceItem__name {
  margin: 15px 0;
  font-size: 18px;
  text-align: center;
}

.voiceItem__course {
  font-weight: bold;
  color: #13BFFF;
}
.voiceList .voiceItem__course {
  line-height: 6.93vw;
  margin-left: 20.53vw;
  font-size: 4.8vw;
}
.voiceDetail .voiceItem__course {
  text-align: center;
  font-size: 18px;
}
.voiceItem__course span {
  color: #FFF;
  background: #13BFFF;
  display: inline-block;
}
.voiceList .voiceItem__course span {
  height: 6.93vw;
  line-height: 6.93vw;
  font-size: 3.73vw;
  padding: 0 2.66vw;
  margin-right: 1.33vw;
  border-radius: 4vw;
  overflow: hidden;
  vertical-align: top;
}
.voiceDetail .voiceItem__course span {
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 12px;
  font-size: 16px;
}


.voiceItem__score {
  clear: both;
  padding-top: 2.66vw;
}
.voiceList .voiceItem__score {
  margin-right: 5.06vw;
}
.voiceDetail .voiceItem__score {
}
.voiceItem__score__wrap {
  height: 14.4vw;
  line-height: 14.4vw;
  border: 1px solid #14BFFF;
  position: relative;
  margin-top: 2.66vw;
}
.voiceItem__score__name {
  width: 37.33vw;
  padding: 0 0 0 2.13vw;
  color: #13BFFF;
  font-size: 3.46vw;
  box-sizing: border-box;
  float: left;
  width: 100%;
  position: absolute;
}
.voiceItem__score__name01 {
  letter-spacing: 2em;
}
.voiceItem__score__name04 {
  letter-spacing: 0.5em;
}
.voiceItem__score dd {
  display: flex;
  justify-content: space-between;
}
.voiceList .voiceItem__score dd {
  margin-left: 18.13vw;
}
.voiceDetail .voiceItem__score dd {
  margin-left: 19.13vw;
}
.voiceItem__score__text01 {
  font-size: 4vw;
  font-weight: bold;
  display: flex;
}
.voiceItem__score__text01 div {
  text-align: center;
}
.voiceList .voiceItem__score__text01 div {
  width: 16vw;
}
.voiceDetail .voiceItem__score__text01 div {
  width: 18vw;
}
.voiceItem__score__text01 div span {
  font-size: 3.2vw;
  font-weight: normal;
}
.voiceItem__score__text01 .voiceItem__score__text01__arrow {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  color: #13BFFF;
}
.voiceList .voiceItem__score__text01 .voiceItem__score__text01__arrow,
.voiceDetail .voiceItem__score__text01 .voiceItem__score__text01__arrow {
  width: 8vw;
}

.voiceItem__score__text02 {
  text-align: center;
  height: 14.4vw;
  background:#FF0;
  font-size: 6.66vw;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: italic;
  width: 24vw;
}

.voiceItem__score__text02 span {
  font-size: 4vw;
}

.voiceItem__text {
  font-size: 15px;
  line-height: 1.8;
  color: #322C38;
  padding: 4.8vw 2.66vw 4.8vw 0;
  word-break: break-all;
}
.voiceDetail .voiceItem__text {
  padding-right: 0;
}
.voiceDetail .voiceItem__text > p {
  margin-bottom: 1.6em;
}
.voiceDetail .voiceItem__text > p:last-child {
  margin-bottom: 0;
}

.voiceItem__link {
  text-align: right;
  font-size: 4vw;
  padding: 5.33vw 2.66vw;
  display: block;
  color: #322C38;
  margin-right: 5.06vw;
  border-top: 1px solid #E6E6E6;
}
.voiceItem__link:hover {
    text-decoration: none;
    opacity: 0.7;
}





.link {
  margin: 0 2.66vw 50px;
}
.voiceDetail .link {
  margin: 0 5.33vw;
  
}

/*
  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 25px;
  list-style: none;
  position: relative;
}
.pageLink a:hover{
  opacity: 0.7;
}
.pageLink .link_prev,
.pageLink .link_next {
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}
.pageLink .link_prev {
  padding-right: 10px;
  left: 0;
}
.pageLink .link_next {
  right: 0;
  padding-left: 10px;
}
.pageLink .title{
  text-align: center;
  line-height: 30px;
  height: 30px;
  background-color: #F5F5F5;
  box-sizing: border-box;
  color: #1F1F1F;
}
.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: 10px;
}
.pageLink li.none::before{
  border: none;
}
.pageLink .description{
  min-height: 55px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: super;
  position: relative;
  display: table;
    box-sizing: border-box;
    width: 100%;
}

.description__pic,
.description__course {
  display: none;
}
.description__name {
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  color: #13BFFF;
    display: table-cell;
    vertical-align: middle;
}







.pageLink .linkimg{
	padding: 0 10px;
	width: 60px;
	height: 60px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
}
.pageLink .separate {
margin: 0 auto;
width: 1px;
height: 85px;
background: #E5E5E6;
}

.pageLink .back{
}
.pageLink .back .title{
}
.pageLink .back .description {
}
.pageLink .back::before{
	border-color: transparent transparent #13BFFF #13BFFF;
	left: 1px;
}
.pageLink .back .description__name {
  padding-left: 15px;
}

.pageLink .next {
}
.pageLink .next .title{
}
.pageLink .next .description {
    text-align:right;
}
.pageLink .next::before{
	border-color: #13BFFF #13BFFF transparent transparent;
	right: 2px;
}
.pageLink .next .description__name {
  padding-right: 15px;
}

  
.voiceDetail .linkBtn {
  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;
}
.voiceDetail .linkBtn a {
  color: #333;
  text-align: center;
  display: block;
}
.voiceDetail .linkBtn a::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;
}




/* .footFormBtn */
/* .footFormBtn */
.footFormBtn {
  padding: 30px 20px 40px;
  background: #15BFFF;
  text-align: center;
  margin-bottom: 20px ;
  color: #FFF;
}
/* .footFormBtn */
.footFormBtn {
  padding: 30px 20px 40px;
}
.footFormBtn {
  text-align: center;
  margin-bottom: 20px ;
  color: #FFF;
}
.footFormBtn p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.8;
}
#contents .formBtn a {
  font-size: 1.3rem;
  border-radius: 50px;
  padding: 20px ;
  text-align: center;
  margin: 20px 0;
  display: block;
}

.footFormBtn .tel p {
  font-weight: bold;
  font-size: 0.9rem;
}
.footFormBtn .tel a {
  width: 80%;
  margin: 15px auto 0;
  border: 1px solid #FFF;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 0 ;
  display: block;
  color: #FFF;
}
.footFormBtn .tel div  a span {
  display: inline-block;
  background: url("../../img/ico_foot_tel.png") left center no-repeat;
  background-size: 15px;
  padding-left: 20px;
}

.newTag {
  background: #FF0;
  font-weight: bold;
  color: #13BFFF;
  padding: 8px;
  font-size: 16px;
  display: inline-block;
  line-height: 10px;
  margin-left: 6px;
}

/* 幅の狭いスマホ用 */
@media screen and (max-width:420px){
  #contents .formBtn a {
    font-size: 1.1rem;
  }

  @media screen and (max-width:380px){
    #contents .formBtn a {
      font-size: 1rem;
    }

    @media screen and (max-width:360px){
      .free .rental {
        width: 145px;
        background: url(../img/sp/free_bg_01.png) top left no-repeat;
        background-size: 105px;
        padding-left: 112px;
      }
      .free .rental span {
        font-size: 1rem;
      }

      #contents .formBtn a {
        font-size: 0.9rem;
      }
      }　/*　@media screen and (max-width:360px) */
      }　/*　@media screen and (max-width:380px) */
      }　/*　@media screen and (max-width:420px) */
  
  
  
  
  