.pc_show {
  display: none !important;
}

#globalNavigation {
  display: none!important;
}

#article-content {
  margin-top: 0 !important;
}

#article-content .hdg02,
#article-content .hdg03 {
  margin: 0 !important;
  border: 0!important;
}

.l-inner {
  padding: 0 !important;
}

.page-header,
.headline-box-ttl,
.breadcrumb-navigation {
  display: none;
}

.lp_life_read_step {
  display: flex;
  align-items: center;
  margin: 0 0 12px!important;
}

.lp_life_read_step .badge {
  flex: 1 1 60px;
  background: #111111;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
}

.lp_life_read_step .title {
  font-size: 14px;
  flex: 1 1 calc(100% - 70px);
  margin-left: 10px;
}

.lp_life_read_fv {
  background: url('https://money.smt.docomo.ne.jp/image/img_liferead_bg_1.png') top center no-repeat;
  background-size: cover;
  padding: 12px 12px 20px;
  position: relative;
  z-index: 0;
}

.lp_life_read_fv:before {
  content: '';
  display: block;
  background: url('https://money.smt.docomo.ne.jp/image/img_liferead_bg_2.png') top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.lp_life_read_fv p {
  font-size: 14px;
  padding: 0 10px;
}

.lp_life_read_fv .text-wrap {
  position: relative;
  margin-top: 80px;
}

.lp_life_read_fv .text-wrap .lead {
  background: white;
  border-radius: 4px;
  padding: 20px 12px;
  position: relative;
  z-index: 1;
}

.lp_life_read_fv .text-wrap .body,
.lp_life_read_fv .text-wrap .hands {
  position: absolute;
  width: 100%;
  top: 0;
}

.lp_life_read_fv .text-wrap .body {
  z-index: 0;
  top: -65px;
}

.lp_life_read_fv .text-wrap .hands {
  z-index: 2;
  top: -10px;
}

.lp_life_read_fv .text-wrap img {
  position: absolute;
}

tr {
  border-radius: 1px;
  border-color: white;
}

td {
  line-height: 14px;
  padding: 8px 12px 8px 12px;
  background-color: whitesmoke;
}

tr td:nth-child(1) {
  text-align: center;
}

.daily-theme {
  color: darkblue !important;
  weight: bold;
  text-decoration: underline !important;
}

.lp_life_read_fv .text-wrap .body img:first-child {
  left: 30px;
}

.lp_life_read_fv .text-wrap .hands img:first-child {
  left: 20px;
}

.lp_life_read_fv .text-wrap .hands img:last-child {
  right: 20px;
}

.lp_life_read_fv .text-wrap .body img:last-child {
  right: 16px;
  top: 11px;
}

#article-content .lp_life_read_fv .text-wrap p {
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

#article-content .lp_life_read_fv .text-wrap p.only-workday,
p.only-workday {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  margin-bottom: 0;
}

.lp_life_read_fv .text-wrap .red {
  color: #c20b24;
  font-weight: bold;
}

.lp_life_read_fv_img {
  width: 100%;
  padding: 0 12px;
  text-align: left;
}

#article-content .lp_life_read_fv_img img {
  margin-bottom: 12px;
}

#article-content .lp_life_read_fv_img img:first-child {
  margin-left: 0;
}

.lp_life_read_campaign {
  background: #F8F8F8;
  padding: 10px 12px;
}

#article-content .lp_life_read_campaign > p {
  font-size: 14px;
  margin-bottom: 10px;
}

#article-content .lp_life_read_campaign > p a {
  color: #003399;
  text-decoration: underline;
}

#article-content .lp_life_read_campaign > p .red {
  color: #c20b24;
  font-size: 14px;
  font-weight: bold;
  vertical-align: baseline;
}

.lp_life_read_campaign > p .emp {
  border-radius: 4px;
  display: inline-block;
  background: #FDD600;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  padding: 4px 8px;
  margin: 0 8px;
  vertical-align: text-bottom;
}

.lp_life_read_campaign > p .emp._2 {
  border-radius: 4px 0 4px 0;
}

#article-content .lp_life_read_campaign > figure {
  margin: 0 0 20px;
}

#article-content .lp_life_read_campaign > figure > img {
  width: 100%;
  max-width: none;
  max-height: none;
}

.tab {
  margin: 20px 0 0;
  position: relative;
}

div[role="tabpanel"] {
  background: white;
}

.tab-box {
  z-index: 1;
}

.tab-box-container {
  padding: 12px 12px 20px;
}

.tab-flex {
  display: flex;
  align-items: center;
}

.tab-flex+.tab-flex {
  margin-top: 4px;
}

.tab-flex-hdg,
.tab-block-hdg {
  flex: 1 0 88px;
}

.tab-block-hdg>span,
.tab-flex-hdg>span {
  width: 88px;
  background: black;
  color: white;
  border-radius: 10px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
}

.tab-block-table {
  margin: 12px 0 12px 0;
  font-size: 14px;
  table-layout: auto;
  width: 100%
}

.day {
  width: 66px;
}

.tab-flex-text {
  flex: 1 1 calc(100% - 82px);
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

td>a {
  font-weight: bold;
  color: #003399;
}

.content-info {
  position: relative;
  padding: 0 5px;
}

.login-btn {
  width: 100%;
  display: block;
  text-align: center;
  background: #c20b24;
  border-radius: 100px;
  padding: 10px;
  font-size: 16px !important;
  color: #fff;
}

.terms-section {
  padding: 12px;
}

.finish-txt {
  color: #c20b24;
  font-size: 14px;
  border: 1px solid #c20b24;
  border-radius: 4px;
  padding: 0 8px;
  margin-bottom: 16px;
}

#article-content .terms-section h3,
#article-content .terms-section p {
  color: #4A4A4A;
  font-size: 10px;
}

#article-content .terms-section h3 {
  font-weight: normal;
  margin: 10px 0 0;
}

#article-content .terms-section p {
  margin: 0;
  line-height: 1.3;
}

#js-cvbtn {
  position: fixed;
  left: 50%;
  bottom: 12px;
  transform: translate3d(-50%, 0, 0);
  padding: 0 12px;
  max-width: 350px;
  z-index: 10;
  width: 100%;
}

#js-cvbtn > a {
  background: #c20b24;
  border-radius: 30px;
  color: white!important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1100px) {
  .sp_show {
    display: none !important;
  }

  .pc_show {
    display: block !important;
  }
}

/* 以下、もう使われていないスタイル
.lp_life_read_fv_img.bg_upper {
  padding: 0;
}

div[role="tablist"] {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

button[role="tab"] {
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  color: #525252;
  font-size: 14px;
  width: calc(33% - 2px);
  padding: 12px;
  text-align: center;
}

button[role="tab"]:hover {
  opacity: 1;
}

button[role="tab"][aria-selected="true"] {
  background: white;
  color: #c20b24;
  position: relative;
}

button[role="tab"][aria-selected="true"]:after {
  content: '';
  display: block;
  background: white;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
}

#article-content .article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-list>li {
  margin-top: 10px;
}

.article-list-card {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  padding: 12px;
}

.article-list-img {
  flex: 1 0 84px;
  display: flex;
  align-items: center;
}

.article-list-title {
  flex: 1 1 calc(100% - 94px);
  font-size: 14px;
  margin-left: 10px;
  text-decoration: underline;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#article-content .article-list-link {
  text-align: right;
  font-size: 14px;
  margin: 8px 0 0!important;
}

#article-content .article-list-link > a {
  color: #c20b24!important;
}

.article-list-link>a>i {
  margin-left: 5px;
}
*/

/* 抽選結果 - 使わない
.lottery {
  margin-bottom: 12px;
}

.lottery-title {
  background: #111111;
  border: 1px solid #111111;
  border-radius: 3px 3px 0 0;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  text-align: center;
}

.lottery-detail {
  background: white;
  border: 0.1rem solid #111111;
  border-radius: 0 0 3px 3px;
  padding: 8px 12px;
}

.lottery-detail-date {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.lottery-detail-text {
  font-size: 12px;
}
*/