main {
  width: calc(100% - 30px);
  margin: 40px auto 100px auto;
}

h1.pageTitle span {
  line-height: 2;
  font-size:1.5rem;}

main .mainImg {
  width:100%;
	margin-bottom: 10px;
}

.introduction {
  font-size:1.5rem;
  line-height: 1.6;
  text-align: left;
  margin: 15px auto 35px;
}



/* ----------------------------------------
紹介部分
---------------------------------------- */
.what {
  padding:15px 15px;
  margin-bottom:0;
  line-height: 1.643;}

.what h2 {
  font-size: 1.55rem;
  background-size: 41px 38px;
  padding: 2px 0 0 50px;
  margin: 0 0 10px 0;
  text-indent: -1rem;
  min-height: 42px;
  display: flex;
  align-items: center;}



/* ----------------------------------------
アーティスト紹介
---------------------------------------- */
.artist {
  padding-bottom: 80px;
  display: block;
}

.artist div {
  width:100%;
  margin-bottom:0;
}

.artist div h2 {padding:50px 15px 15px;}
.artist div .photo {
  width:100%;
  height: auto;
}
.artist div .profile {padding:10px 15px 25px;}



/* ----------------------------------------
リンクボタン
---------------------------------------- */
.artist div a {padding:6px 10px 7px;}
.artist div a:hover {
  color:#fff;
  background:#e6180b;}

/*リンク矢印*/
.artist div a .redArrowS{
  right: 20px;
  transition: 0.12s;
  transition-property: border, transform;}


/*フルバージョンリンク*/
.artist div a.full {
  background: none;
  color: #e6180b;}

.artist p.song-btn {padding: 6px 10px 7px;}


/* ----------------------------------------
オンエア情報部分
---------------------------------------- */
.on_air {
  width:100%;
  margin:auto auto 80px;}

.on_air h2 {
  text-align: left;
  margin:10px 0 0 0;
  min-height:47px;
  background: url("/radio-cm/images/drama/on_air-icon.png") no-repeat bottom left 10px;
  background-size: 30px 47px;
  font-size:2rem;
  padding:27px 0 12px 55px;
}

.fm802 {
  width:100px;
  height:auto;
  margin-right:20px;}

.on_air > div {
  padding:15px;
  border:2px solid #e7170a;}

/* タイトルと写真 */
.on_air dl {
  margin-top:15px;
  margin-bottom:25px;
  display: block;}

.on_air dl dt {
  width:95%;
  margin-bottom:20px;
  text-align: left;}

.on_air dl dd {
  width:80%;
  margin: auto;
  text-align: center;}

.on_air figcaption {font-size:1.2rem;}

.on_air dl dt img,
.on_air dl dd img {
  width:100%;
  height: auto;}

/* チェック */
p.on_air_check {
  font-size:1.6rem;
  text-align: left;
  padding:20px 15px;
  margin-bottom:20px;}
p.on_air_check span {color:#e7170a;}

/* ラジコへのリンク */
.radiko a {
  display: inline-block;
  margin:5px auto;}

.radiko span {
  display: block;
  text-align: left;
  text-indent:-1.2rem;
  margin-left:1.2rem;
  font-size:1.2rem;}


ul.sns_btn a {
  padding:0.3rem 1.1rem;
}

