@charset "utf-8";

#pittari_training {
  background-repeat: repeat;
  background-image: url(..//images/pittari_training-2025/listening/bg.png);
  background-size: 10%;
}
#zubari_yokuderu {
  background-repeat: repeat;
  background-image: url(..//images/zubari_yokuderu-2025/listening/bg.png);
  background-size: 3%;
}
#honwaka_eiken {
  background-repeat: repeat;
  background-image: url(..//images/pittari_training-2025/listening/bg.png);
  background-size: 10%;
}

.listening {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  padding-top:30px;
}
@media (max-width: 990px) {
  .listening {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.listening .listening__headline {
  padding-bottom: 20px;
}
.listening .listening__headline__title {
  font-size: 30px;
  font-size: 3.06122vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px auto 5px;
  padding: 0 20px;
}
.listening .listening__headline__title a,
.listening .listening__headline__title a:visited {
  color: #000;
  text-decoration:underline;
}
.listening .listening__headline__title a:hover{
  color: #ad377e;
  text-decoration:underline;
}
.listening .listening__headline__text {
  font-size: 16px;
  font-size: 1.63265vw;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .listening .listening__headline__title {
    font-size: 26px;
  }
  .listening .listening__headline__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .listening {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
  .listening .listening__headline__title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .listening .listening__headline__text {
    font-size: 16px;
  }
}

/* index
_____________________________________________*/
.listening__cover__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.listening__cover__list li {
  margin: 0 2% 60px;
  width: 28%;
  text-align: center;
}
.listening__cover__list li img {
  border: #905DA2 1px solid;
}


/* top
_____________________________________________*/
.listening_subttl_list {
  width: 96%;
  margin:0 auto 40px;
}
.listening_subttl_list li {
  margin-top: 20px;
}
.listening_subttl_list .buttonIconText02 {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 50px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}
.listening_subttl_list .buttonIconText02 {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 50px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}
.listening_subttl_list .buttonIconText_off {
  background-color: #929292 !important;
}

#pittari_training .buttonIconText02 {
  background-color: #ad377e;
}
#zubari_yokuderu .buttonIconText02 {
  background-color: #8663a8;
}
#honwaka_eiken .buttonIconText02 {
  background-color: #379fb5;
}
.listening_subttl_list .buttonIconText02_text {
  display:inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
}



/*見出しデザイン案*/
.midashi {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 1rem 2rem 1rem 3rem;
  background-color: #fa4141;
}
.midashi:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #fa4141 transparent transparent;
}
.midashi:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}


/* unit
_____________________________________________*/
.sticky_head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #fafafa;
  padding: 5px 0px;
  margin-bottom: 10px;
}
#pittari_training .sticky_head {
	border-bottom: 5px solid #e9a7c6;
}
#zubari_yokuderu .sticky_head {
	border-bottom: 5px solid #A5A0CF;
}
#honwaka_eiken .sticky_head {
	border-bottom: 5px solid #8ad6e7;
}

.listening_content_list {
  padding-bottom: 265px;
}
.listening_content_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.listening_content_list li {
  width: 49%;
}
.listening_content_list li .audio_data {
  width: 94%;
  padding: 10px 3%;
  margin: 0 0 10px;
  background-color: #dfcad8;
  border-radius: 10px; 
}
#honwaka_eiken .listening_content_list li .audio_data {
  background-color: #c6dadb;
}
.listening_content_list li audio {
  width: 100%;
}
.listening_content_list li p {
  padding: 10px 0;
}
.listening_content_list a.anchor {
  display: block;
  padding-top: 48px;
  margin-top: -48px;
}
.listening .page_turn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.listening .page_turn .btn a {
  align-items: center;
  margin: 0 8px;
  padding: 0.5em 1em;
  width: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50vh;
}
#pittari_training .listening .page_turn .btn a {
  background-color: #ad377e;
}
#zubari_yokuderu .listening .page_turn .btn a {
  background-color: #8663a8;
}
#honwaka_eiken .listening .page_turn .btn a {
  background-color: #379fb5;
}
a.f_black:visited{
  color : #000000;
}
a.f_black:hover{
  color : #000000;
}
a.f_black:active{
  color : #c02eb4;
}

@media print,screen and (min-width: 768px) {
  .listening_content_list li:nth-child(odd){
    margin-right: 1%;
  }
}
@media print,screen and (max-width: 768px) {
  .listening_content_list {
    padding-bottom: 500px;
  }
  .listening__headline__title span.block{
    display: block;
  }
  .listening_content_list li {
    width: 94%;
  }
  .listening__cover__list li {
    width: 45%;
  }  
}

/*____________________________________________*/











.dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}


/*audio css
_____________________________________________*/
.audio-player {
  position: relative;
  /* margin: 50px 0; */
  width: 100%;
  max-width: 420px;
  padding: 10px;
  background-color: #490952;
  color: #fff;
  border-radius: 29px;
}
.audio-player .controls {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  /* 垂直方向中央揃え */
  align-items: center;
}
.audio-player .controls button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.audio-player .controls button.play-btn,
.audio-player .controls button.volume-btn {
  margin-right: -20px;
  padding-right: 10px;
}
.audio-player input[name="vol"] {
  /* 480 未満では非表示 */
  display: none;
}
@media screen and (min-width: 480px) {
  .audio-player {
    padding: 10px 10px;
  }
  .audio-player .controls {
    gap: 10px;
  }
  .audio-player input[name="vol"] {
    display: block;
  }
}
 
/* レンジスライダー */
.audio-player input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
}
.audio-player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #3976d8;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}
.audio-player input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #3976d8;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}
.audio-player input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 8px rgba(251, 255, 0, 0.3)
}
.audio-player input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 5px rgba(251, 255, 0, .4)
}
.audio-player input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 5px rgba(251, 255, 0, .4)
}
.audio-player input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 8px rgba(251, 255, 0, .3)
}
.audio-player input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(251, 255, 0, .4)
}
.audio-player input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(251, 255, 0, .4)
}
 
/* ボタンに挿入する疑似要素の共通設定 */
.audio-player .controls button::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: -10px;
  margin-right: 8px;
  background-repeat: no-repeat;
}
 
/* ボタンによって異なる大きさや位置の個別の設定 */
.audio-player .controls button.loop-btn::before {
  height: 20px;
  width: 20px;
  vertical-align: -4px;
}
 
.audio-player .controls .time {
  font-size: 12px;
  line-height: 36px;
}
 
/* ボタンに表示する SVG アイコン*/
/* Play ボタン*/
.audio-player button.play-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'/%3E%3C/svg%3E");
}
 
/* Pause ボタン */
.audio-player button.play-btn.playing::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z'/%3E%3C/svg%3E");
}
 
/* Mute ボタン */
.audio-player button.volume-btn.muted::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f74848' viewBox='0 0 16 16'%3E  %3Cpath d='M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM6 5.04 4.312 6.39A.5.5 0 0 1 4 6.5H2v3h2a.5.5 0 0 1 .312.11L6 10.96V5.04zm7.854.606a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
 
.audio-player button.volume-btn.muted {
  transform: scale(1.1);
}
 
/* Volume ボタン */
.audio-player button.volume-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z'/%3E  %3Cpath d='M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z'/%3E  %3Cpath d='M10.025 8a4.486 4.486 0 0 1-1.318 3.182L8 10.475A3.489 3.489 0 0 0 9.025 8c0-.966-.392-1.841-1.025-2.475l.707-.707A4.486 4.486 0 0 1 10.025 8zM7 4a.5.5 0 0 0-.812-.39L3.825 5.5H1.5A.5.5 0 0 0 1 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 7 12V4zM4.312 6.39 6 5.04v5.92L4.312 9.61A.5.5 0 0 0 4 9.5H2v-3h2a.5.5 0 0 0 .312-.11z'/%3E%3C/svg%3E");
}
 
/* Loop ボタン */
.audio-player button.loop-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='M11 5.466V4H5a4 4 0 0 0-3.584 5.777.5.5 0 1 1-.896.446A5 5 0 0 1 5 3h6V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192Zm3.81.086a.5.5 0 0 1 .67.225A5 5 0 0 1 11 13H5v1.466a.25.25 0 0 1-.41.192l-2.36-1.966a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V12h6a4 4 0 0 0 3.585-5.777.5.5 0 0 1 .225-.67Z'/%3E%3C/svg%3E");
}
 
/* Loop ボタン (Active) */
.audio-player button.loop-btn.looped::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fbf704' viewBox='0 0 16 16'%3E  %3Cpath d='M11 5.466V4H5a4 4 0 0 0-3.584 5.777.5.5 0 1 1-.896.446A5 5 0 0 1 5 3h6V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192Zm3.81.086a.5.5 0 0 1 .67.225A5 5 0 0 1 11 13H5v1.466a.25.25 0 0 1-.41.192l-2.36-1.966a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V12h6a4 4 0 0 0 3.585-5.777.5.5 0 0 1 .225-.67Z'/%3E%3C/svg%3E");
}
 
.audio-player button.loop-btn.looped {
  transform: scale(1.1);
}

/* Rate ボタン */
.audio-player button.rate-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'/%3E%3C/svg%3E");
}