@charset "utf-8";

/* =============================================================

　 個別設定

============================================================= */


/*  全体・コンテナー 設定
--------------------------------------------- */


/*  ヘッダー 設定
--------------------------------------------- */


/*  コンテンツ 設定
--------------------------------------------- */


/*  Content Top
-----------------------------------*/

/* -------- カテゴリータイトル -------- */

.boxCategoryTitleLarge .boxTitle {
	margin-top: 20px;
}

.boxCategoryTitle {
  background-image: url(../img/categorytitle-bg-all.png);
}

.boxCategoryTitle.sub {
  background: url(../img/categorytitle-bg-sub.png) center top no-repeat;
}


.boxCategoryTitle h1,
.boxCategoryTitle .ttlCategory {
	text-align: left;
}


/*  Content Main
-----------------------------------*/

/* -------- タイトル -------- */

.ttl.style03 {
  color: #000;
  font-size: 1.22em;
  letter-spacing: .02em;
}

.captionPodcasts {
	margin-bottom: 30px;
	line-height: 1.5em;
	letter-spacing: 0;
}

/* -------- ポッドキャスト詳細 -------- */

.boxPodcastDetail {
  padding-bottom: 24px;
}

.boxPodcastContent {
  padding: 22px 30px;
  background: #f6f6f6;
}

.boxPodcastDetail .boxThumb {
  display: block;
  padding: 10px;
  text-align: center;
}

.boxPodcastDetail .imgThumb {
  margin-bottom: 0;
}

.boxPodcastDetail .icnVoice {
  padding-left: 32px;
  background-image: url(../img/icn-voice.png);
}

.boxPodcastDetail .current .icnVoice {
  background-image: url(../img/icn-voice-current.png);
}

.boxPodcastDetail .icnTxt {
  background-image: url(../img/icn-txt.png);
}

.boxPodcastDetail .current .icnTxt {
  background-image: url(../img/icn-txt-current.png);
}

/* ------ ポッドキャストプレイヤー ------ */

.boxPodcastPlayer {
/*
  background: #f6f6f6;
  padding-left: 50px;
*/
}


/* ------ コンテンツ ------ */

/* -- ボタン -- */
.boxPodcastBtn {
  letter-spacing: -.40em;
  border-top: solid 1px #cccccc;
  padding-top: 30px;
}


.boxPodcastBtn .boxBtnsInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 10px;
  margin: 0 0 10px 0;
  padding: 0;
}

.boxPodcastBtn li {
  display: inline-block;
  width: auto; 
  width: fit-content; 
  letter-spacing: normal;
  vertical-align: middle;
}

.boxPodcastBtn li a {
  display: block;
  border: none;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.4em;
  vertical-align: middle;
  padding: 16px;
}

.boxPodcastBtn li a span {
  padding: 5px 0 5px 6px;
}

.boxPodcastBtn .detail {
  background: #ddd;
}

.boxPodcastBtn .detail span {
  background: url(/common/img/icn-detail-pc.png) no-repeat 0 center #ddd;
}

.boxPodcastBtn .itunes {
  background: #888;
  color: #fff;
}

.boxPodcastBtn .itunes span {
  background: url(/common/img/icn-itunes-pc.png) no-repeat 0 center #888;
  color: #fff;
}

/* -- テキストエリア -- */
.boxSection .boxTxtArea {
  margin-bottom: 20px;
  padding: 1.5em 1.5em 0 1.5em;
  font-size: 14px;
  border: 2px dotted #999;
}

.boxSection .boxSummary h2 {
  font-size: 16px;
}

/* -- 人物紹介 -- */
.boxPeople {
  padding: 18px 26px;
  background: #f6f6f6;
}

.boxPeople dl .txtName {
  margin-bottom: 20px;
  padding: 4px 10px 8px 36px;
  border-bottom: 1px solid #ccc;
  background: url(../img/icn-people.png) no-repeat left 5px;
  background-size: 29px 26px;
  font-size: 1.15em;
}

.boxPeople dl .txtName span {
  font-size: .87em;
}

.boxPeople dl dt strong {
  padding: 0 10px 0 6px;
  font-size: 1.6em;
}

/* -------- この放送の要点 -------- */

.boxPodcastSummary {
  margin-bottom: 40px;
  padding: 26px 30px 24px;
  border-top: 3px solid #d60000;
  background: #f6f6f6;
}

.boxEntryBody .boxPodcastSummary h2 {
  clear: none;
  margin: 0 0 14px;
  padding: 0;
  color: #d60000;
  font-size: 1.45em;
  line-height: 1.4em;
}

.boxEntryBody .boxPodcastSummary .listSummaryPoints {
  clear: none;
  margin: 0 0 18px;
  padding-left: 1.4em;
}

.boxEntryBody .boxPodcastSummary .listSummaryPoints:last-child {
  margin-bottom: 0;
}

.boxEntryBody .boxPodcastSummary .txtSummaryLead {
  margin-bottom: 0;
  line-height: 1.9em;
}

/* 要点の下に置くまとめ文。区切り線で読み分けられるようにする */
.boxEntryBody .boxPodcastSummary .listSummaryPoints + .txtSummaryLead {
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

.boxEntryBody .boxPodcastSummary .listSummaryPoints > li {
  margin-bottom: 8px;
  line-height: 1.7em;
  list-style-type: disc;
}

.boxEntryBody .boxPodcastSummary .listSummaryPoints > li:last-child {
  margin-bottom: 0;
}

.boxEntryBody .boxPodcastSummary .listSummaryPoints > li::marker {
  color: #d60000;
}


/* -------- ポッドキャストの聴き方 -------- */

.readme h1 {
	margin-bottom: 1.5em;
}

.readme .boxReadStep {
	margin-bottom: 25px;
	padding: 20px 25px;
	border: 1px solid #ccc;
}

.readme .boxReadStep dt {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.5em;
}

.readme .boxReadStep dd {
	margin: 0;
	padding: 0;
}

.readme .boxReadStep dd img {
	margin: 1em 0;
}

.readme .boxReadStep span {
	display: inline-block;
	float: right;
	margin-left: 2em;
}

/*  フッター 設定
--------------------------------------------- */
