@charset "utf-8";

.listening {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 990px) {
  .listening {
    margin-left: 10px;
    margin-right: 10px;
  }
}



.listening .listening__headline {
  margin-bottom: 20px;
}
.listening .listening__headline .mt20 {
  margin-top: 20px;
}
.listening .listening__headline__title {
  font-size: 30px;
  font-size: 3.06122vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.listening .listening__headline__text {
  font-size: 16px;
  font-size: 1.63265vw;
  line-height: 2;
}
.listening__content__link {
  margin-top: -27px;
}
.listening__content__link ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.listening__content__link ul li {
  font-size: 14px;
  text-align: center;
  width: 33.3%;
  border: 1px solid #ffffff;
}
.listening__content__link ul li a {
  display: block;
  color: #ffffff;
  background-color: #86549d;
  padding: 12px 0 7px;
  text-decoration: none;
  transition: all 0.3s;
}
.listening__content__link ul li a:hover {
  color: #310d42;
  background-color: #e1bef1;
}
.listening__content__ttl {
  margin: 60px 0 0;
  padding: 15px 10px 20px 10px;
  display: flex;
  justify-content:space-between;
  background: bottom / 92px 18px repeat-x url("../images/honwaka-listening/main_cnt_ttl_bg.png");
}
.listening__content__list {
  width: 94%;
  padding: 15px 3% 30px;
  display: flex;
  justify-content: center;
  background-color: #dfcad8;
  background-image: url("../images/honwaka-listening/mein-cnt_bg.png");
}
.listening__content__list ul {
  width: 50%;
}
.listening__content__list ul.listening__content__left__Column {
  width: 49%;
  margin-right: 1%;
}
.listening__content__list ul.listening__content__right__Column {
  width: 49%;
  margin-left: 1%;
}
.listening__content__list ul li {
  padding: 10px 15px 5px 10px;
  display: flex;
  justify-content:space-between;
  border-bottom:2px dotted #634358;
  /*background: bottom / 10px 5px repeat-x url("../images/honwaka-listening/dot_line.png");*/
}
.listening__content__list ul li .frame {
  width: 95%;
  display: flex;
  justify-content: space-between;
}
.listening .clearflex,.listening .clearflex li {
  display: block;
}
.listening__content__list ul li p {
  padding: 10px 0;
}
.listening__content__list ul li p.left {
  padding-right: 10px;  
}
.listening__content__list ul li p.right {
  color: #58266e;
  white-space: nowrap;
}
.listening__content__list ul li img.play {
  vertical-align: middle;
  min-width: 40px;
  height: 40px;
  padding-left: 10px;
}


@media screen and (min-width: 980px) {
  .listening .listening__headline__title {
    font-size: 26px;
  }
  .listening .listening__headline__text {
    font-size: 16px;
  }
  .listening__content__link ul li {
    font-size: 14px;
    font-size: 1.42857vw;
  }  
}

@media screen and (max-width: 768px) {
  .listening {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
  .listening .listening__headline__title {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .listening .listening__headline__text {
    font-size: 16px;
  }
  .listening__content__link ul li {
    font-size: 14px;
  }
  .listening__content__list {
    display: block;
  }
  .listening__content__list ul {
    width: 100%;
  }
  .listening__content__list ul.listening__content__left__Column {
    width: 98%;
    margin: 1%;
  }
  .listening__content__list ul.listening__content__right__Column {
    width: 98%;
    margin: 1%;
  }  
}


/*音声データ
_____________________________________________*/

.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;
}

.listening_subttl_list {
  width: 96%;
  margin:0 auto 40px;
}
.listening_subttl_list li {
  margin-top: 20px;
}

/* 見出し */
.caption {
	position: relative;
	font-size: 16px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
  padding-bottom: 3px;
  margin-bottom:10px;
}
.caption::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 90px;
	height: 5px;
	background-color: #e95383;
}

/* ボタンのスタイル */
.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;
  background-color: #905DA2;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}
.buttonIconText02_text {
  display:inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
}

.listening_content_list2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.listening_content_list2 li {
  width: 46%;
  padding: 10px 1.5%;
  margin-bottom: 10px;
  background-color: #dfcad8;
  border-radius: 10px; 
}
.listening_content_list2 li audio {
  width: 100%;
}
.listening_content_list2 li p {
  padding: 10px 0;
}
.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;
  background-color: #e95383;
  border-radius: 50vh;
}
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_list2 li:nth-child(odd){
    margin-right: 1%;
  }
}
@media print,screen and (max-width: 768px) {
  .listening__headline__title span.block{
    display: block;
  }
  .listening_content_list2 li {
    width: 94%;
    padding: 10px 3%;
  }
  .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);
}