@charset "UTF-8";
/* ----------------------------------------------
 clearfix
----------------------------------------------- */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
/* ----------------------------------------------
 link style
----------------------------------------------- */
a:link {
  color: #2224a6;
  text-decoration: underline;
}
a:visited {
  color: #2224a6;
  text-decoration: underline;
}
a:hover {
  color: #6769df;
}
a:active {
  color: #6769df;
  text-decoration: underline;
}
/* ----------------------------------------------
 utility
----------------------------------------------- */
.u-text-indent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.u-inner-s {
  width: 834px;
  margin: 0 auto;
  padding: 0;
}
.u-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.u-inner-w {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* ----------------------------------------------
 layout
----------------------------------------------- */
body {
  background: #fff;
}
.c-wrapper {
  background: #00A7E9;
}
.c-container {
  background: url(../img/bg-02-radiko.png) repeat-y center top;
}
.g-header {
  height: 44px;
  background: #fff url(../img/header_top.png) no-repeat left center;
}
/* ----------------------------------------------
 main
----------------------------------------------- */
.c-main {
  padding: 50px 0 20px;
}
.c-main__catch {
  width: 632px;
  height: 68px;
  margin: 0 auto 50px;
  background: url(../img/main-01-radiko.png) no-repeat;
}
.c-main__title {
  width: 816px;
  height: 483px;
  margin: 0 auto 40px;
  background: url(../img/main-02-radiko.png) no-repeat;
}
.c-main__conversion {
  text-align: center;
  margin-bottom: 30px;
}
.c-attention {
  text-align: center;
}
.c-attention .e-img {
  max-width: 604px;
}
.c-cardlist__items {
  width: 100%;
  margin: 0 0 10px;
  display: flex;
}
.c-cardlist__item {
  vertical-align: top;
  width: calc((100% - 55px) / 2);
  display: table-cell;
}
.c-cardlist__item + .c-cardlist__item {
  margin-left: 55px;
}
.c-cardlist__item .e-image {
  height: 210px;
  display: block;
}
.c-cardlist__item.is-regular .e-image {
  background: url(../img/kv-01-a.png) no-repeat right 30px top;
}
.c-cardlist__item.is-gold .e-image {
  background: url(../img/kv-02.png) no-repeat left top;
}
.c-cardlist__item .e-title {
  text-align: center;
  letter-spacing: 0;
  width: 324px;
  padding: 0 20px;
  box-sizing: content-box;
}
.c-cardlist__item.is-regular .e-title {
  padding-left: 148px;
}
.c-cardlist__item .e-title .is-large {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 3px;
  display: block;
}
.c-cardlist__item .e-title .is-small {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
  display: block;
}
.c-cardlist__item .e-name {
  font-size: 20px;
  font-weight: 700;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0 7px;
  border-top: 3px solid #00a0e9;
  display: block;
}
/* ----------------------------------------------
 Cash back
----------------------------------------------- */
.c-cashback {
  margin-bottom: 60px;
}
.c-cashback__title {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  padding: 18px 0;
  background: #485157;
}
.c-cashback__title br {
  display: none;
}
.c-cashback__image {
  text-align: center;
  margin: 50px 0 0;
  position: relative;
}
.c-cashback__image::after {
  content: "";
  display: block;
  background: url("../img/cashback-01a-radiko.png") no-repeat center;
  background-size: cover;
  width: 199px;
  height: 172px;
  position: absolute;
  top: 8px;
  right: calc((100% - 837px) / 2 - 199px - 20px);
}
.c-cashback__limit {
  text-align: center;
  padding: 25px 0;
  background: #fff;
  border-top: 3px solid #66b93c;
  border-bottom: 3px solid #66b93c;
  position: relative;
}
.c-cashback__limit:after {
  content: '';
  width: 100%;
  height: 20px;
  background: url(../img/cashback-03.png) repeat-x;
  display: block;
  position: absolute;
  bottom: -23px;
  left: 0;
}
/* ----------------------------------------------
 How to
----------------------------------------------- */
.c-howto {
  margin: 0 0 45px;
}
.c-howto .c-attention {
  padding-left: 20px;
}
.c-howto__title_hi {
  text-align: center;
  padding: 0 25px 40px 0;
}
.c-howto__title_mid {
  padding: 0 0 30px;
}
.is-howto-1 {
  margin-bottom: 45px;
}
.c-howto .c-cardlist__item.is-regular .e-image {
  background: url(../img/kv-05.png) no-repeat right top;
}
.c-howto .c-cardlist__item.is-gold .e-image {
  background: url(../img/kv-06.png) no-repeat left top;
}
.c-howto .c-cardlist__item .e-name {
  font-size: 22px;
  letter-spacing: -.1em;
  width: 324px;
}
.c-howto .c-cardlist__item .e-title {
  padding: 0 8px;
}
.c-howto .c-cardlist__item .e-title a.e-link {
  margin-left: -7px;
}
.c-howto .c-cardlist__item.is-regular .e-title {
  margin-left: auto;
}
.c-howto .c-cardlist__item .e-image {
  height: 180px;
  margin-bottom: 20px;
}
.c-howto .e-line {
  /*	text-align: center;
height: 5px;*/
}
.c-howto .e-line-inner {
  width: 834px;
  height: 5px;
  display: block;
  background: #485157;
  margin: 0 auto;
}
.is-howto-2 {
  padding: 50px 0 0;
}
.c-howto__inner.is-howto-2 .e-text-items {
  padding: 0 0 20px;
}
.c-howto__inner.is-howto-2 #radiko-pay.e-text-items {
  padding: 25px 0 45px;
}
.c-howto__inner.is-howto-2 .e-text {
  padding: 0 0 30px;
  background: url(../img/howto-step-08.png) no-repeat left -2px bottom;
}
.c-howto__inner.is-howto-2 .e-text.is-last-child {
  padding: 0;
  background: none;
}
.c-howto__inner.is-howto-2 .e-text .e-link {
  text-decoration: none;
}
.c-howto__inner.is-howto-2 .e-text .e-link .e-img {
  margin-bottom: -19px;
  position: relative;
}
.c-main .e-button-items {
  text-align: center;
  padding: 0;
  margin-left: 20px;
  margin-top: 20px;
}
/* ----------------------------------------------
 Overview
----------------------------------------------- */
.c-overview {
  margin: 0;
}
.c-overview__title_hi {
  text-align: center;
  padding: 80px 0 50px;
  display: block;
  background: url(../img/overviw-bg-01-radiko.png) no-repeat center top;
}
.c-overview__title_hi .u-inner {
  display: inline-block;
}
.c-overview__title_hi .e-note {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -1px;
  text-align: left;
  padding: 40px 0 0;
  display: block;
}
.c-overview__bg-setting {
  padding: 0 0 5px;
  background: #E5F6FD;
}
.c-overview .u-inner {
  width: 1330px;
}
.c-overview__bg-setting .u-inner h4, .c-overview__bg-setting .u-inner p {
  font-size: 20px;
}
.c-overview__title_mid {
  text-align: center;
  margin: 0 0 20px;
  background: url(../img/overviw-02-radiko.png) no-repeat center;
}
.c-overview__title_mid .e-title {
  color: #00A7E9;
  font-size: 35px;
  font-weight: 700;
  padding: 10px 30px;
  display: inline-block;
}
.c-overview__title_low {
  font-weight: 700;
  margin: 0 0 5px;
}
.c-overview__bg-setting .u-inner .e-text {
  line-height: 1.5;
  margin: 0 0 20px;
}
/* フッター */
.footer {}
.footer.u-inner-s {
  padding: 30px 0 10px;
  position: relative;
}
.text_area {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 0;
}
.text_area li {
  font-size: 20px;
  white-space: nowrap;
  display: inline-block;
}
.logo_area {
  position: absolute;
  right: -148px;
  top: 30px;
}
.footer_copy {
  text-align: center;
}
/* ----------------------------------------------
 スマホ
----------------------------------------------- */
.js_isMobile .u-inner {
  padding-top: 30px;
}
.js_isMobile .c-cashback__title {
  font-size: 13px;
  line-height: 1.35;
}
.js_isMobile .c-cashback__title br {
  display: inline-block;
}
.js_isMobile .c-overview__bg-setting .u-inner {
  padding: 15px 40px 0;
  margin-top: -1px;
}
.js_isMobile .c-overview__title_mid {
  margin: 0 0 25px;
}
.js_isMobile .c-overview__title_mid .e-title {
  font-size: 40px;
  padding: 0 10px;
}
.js_isMobile .c-overview__title_low {
  font-size: 11px;
  margin: 0 0 20px;
}
.js_isMobile .c-overview__bg-setting .u-inner .e-text {
  font-size: 10px;
  margin: 0 0 40px;
}
.js_isMobile .c-howto__inner.is-howto-2 .e-text4 {
  font-size: 13px;
}
/* ----------------------------------------------
 2019.01.22追記
----------------------------------------------- */

.c-howto__inner.is-howto-2 .e-text2 {
  margin-bottom: 10px;
}
.c-howto__inner.is-howto-2 .e-text3 {
  margin-bottom: 10px;
}
.c-howto__inner.is-howto-2 .e-text .e-link2 {
  text-decoration: none;
}
.c-howto__inner.is-howto-2 .e-text .e-link2 .e-img {
  margin-bottom: -13px;
  position: relative;
}
.c-howto__inner.is-howto-2 .mg20 {
  margin-bottom: 20px;
}
.c-howto__inner.is-howto-2 .e-text4 {
  font-size: 18px;
  font-weight: bold;
  color: #485157;
}
.c-howto__inner.is-howto-2 .e-text4 a {
  color: #036eb8;
}
.c-main {
  padding: 0 0 20px;
}
.c-howto__inner.is-howto-2 .e-button-items {
  margin-left: -10px;
  text-align: center;
}