@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝　記事ページ　＝＝＝＝＝＝＝＝＝ */

/* font-size */
article.news .writer-profile .belong,
article.news .writer-profile .profile,
article.news figcaption {
  font-size: 14px;
}
article.news .writer-profile .profile {
  margin-left: 100px;
}
article.news .related-list li a,
article.news .title .column-title,
article.news p,
article.news .main-column > div table th,
article.news .main-column > div table td{
  font-size: 16px;
}
article.news .writer-profile .name {
  font-size: 18px;
  margin-left: 100px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
}
article.news h2,
.featured-title{
  font-size: 20px;
  font-weight: bold;
}
article.news h2{
  line-height: 1.2;
}
article.news .title h1 {
  font-size: 26px;
  margin: 0;
  font-weight: bold;
  line-height:140%;
}
.featured-title{
  line-height: 1.4;
}

/* font-size L */
article.lsize figcaption {
  font-size: 16px;
}
article.lsize p,
article.lsize .main-column > div table th,
article.lsize .main-column > div table td{
  font-size: 18px;
}
article.lsize h2,
.featured-title{
  font-size: 22px;
}

/* article.news
---------------------------------------- */
article.news {
  margin: 0;
  padding: 40px 0;
  text-align: left;
  line-height: 1.7;
  width: inherit;
  float: inherit;
  background: #fff;
}
article.news .container {
  padding: 0 0 0 235px;
  position: relative;
  display: flex;
  width: 1080px;
  margin: 0 auto;
}
article.news a:hover {
  text-decoration: underline;
}
article.news object {
  margin-bottom: 32px;
  width: 610px;
}

/*  記事画像  */
article.news figure img {
  max-width: 100%;
  max-height: 620px;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
article.news figure.main {
  margin: 0px 0px 32px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
article.news figcaption {
  line-height: 1.5;
  padding: 8px 0 0;
  text-align: left;
  color: #666;
}
article.news figure.main figcaption {
  padding: 8px 0 0;
  background: #fff;
  width: 100%;
  text-align: left;
}
article.news figure.main img {
  height: auto;
  max-width: 100%;
}

/*  記事  */
article.news .title {
  margin: 0;
  padding-bottom: 0;
}
article.news .title h1 {
  padding: 8px 0;
}
article.news .title .writer {
  padding: 8px 0;
  font-size: 14px;
  color: #000;
}
article.news .title time {
  color: #666;
  margin: 0 1em 0 0;
  font-weight: normal;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 5;
}
article.news .article-inner {
  width: 660px;
  float: inherit;
  margin: 0 auto;
}
article.news .article-inner .indent {
  text-indent: 16px;
}
article.news .title .detail {
  padding: 4px 0 0;
  font-size: 14px;
  position: relative;
}

article.news p,
article.news h2,
.featured-title,
.cxRecsRightCol .ranking h3,
article.news .right,
article.news .left,
article.news .center,
article.news .top{
  padding: 0 0 32px;
  position: relative;
  z-index: 2;
}
.cxRecsRightCol .ranking h3{
  font-weight: bold;
}
article.news a {
  text-decoration: underline;
  padding: 0;
  color: #0078c6;
  word-wrap: break-word;
}
article.news a:hover {
  text-decoration: none;
}
article.news .right,
article.news .left {
  float: none;
  width: auto;
  margin: 0 auto;
  max-width: 60%;
}
article.news .center {
  margin-bottom: 32px;
}
article.news .right img,
article.news .left img {
  max-width: 100%;
}
article.news .bottom {
  width: auto;
  padding-bottom: 32px;
  margin-bottom: 0;
}
article.news .bottom img {
  display: block;
  margin: auto;
}
article.news .bottom img:before,
article.news .right img:before,
article.news .left img:before,
article.news .center img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
article.news .main-column > div table {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
article.news .main-column > div table th,
article.news .main-column > div table td {
  border:solid 1px #272727;
  padding: 0 4px;
}
article.news .main-column > div table th{
  text-align:center;
  font-weight: bold;
}

article.news .writer-profile {
  margin: 0;
}
article.news .writer-profile span {
  display: block;
}
article.news .writer-profile > a {
  display: block;
  color: #000;
  text-decoration: none;
}
article.news .writer-profile figure {
  float: left;
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
article.news .writer-profile .name {
  padding-bottom: 8px;
  line-height: 1;
}
article.news .writer-profile .belong {
  margin-left: 100px;
  padding-bottom: 8px;
  color: #666;
}

.main-column .related-list {
  margin-bottom: 32px;
}
.main-column .related-list h2 {
  padding: 24px 0;
}
.main-column .related-list ul {
  margin: 0;
}
.main-column .related-list ul a {
  color: #000;
  display: block;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 0;
  font-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 15px auto;
  border-top: 1px solid #e6e4dc;
}
.main-column .related-list li:first-child a {
  border-top: none;
}
.main-column .related-list ul a:hover {
  background-color: #eee;
}

/* コメント（GIGYA） */
#commentsWrap {
  padding: 16px 0 20px;
  width: auto;
  margin: auto;
  border-top: 1px solid #ccc;
}
#commentsWrap.on {
  margin-left: 630px;
  padding: 8px 16px;
}
#commentsWrap.on #commentsDiv-commentBox {
  margin-top: 8px;
}
#commentsWrap.on .gig-comments-comments {
  margin: 0 auto 24px;
}
.commentText {
  margin: 8px 4px 32px;
  font-size: 16px;
}
.commentText-fb {
  margin-top: 16px;
  border-top: 1px solid #ccc;
  padding: 16px 0 10px;
}
#commentsWrap div.comment-info {
  margin: 16px 0;
  font-size: 12px;
}

article.news .title {
  line-height: 1;
}
article.news .title .cat-title {
  margin: 0;
  color: #000;
  padding: 8px 0;
  background: none;
  line-height: 1;
}
article.news .title .cat-title a {
  color: #000;
  font-size: 20px;
  padding: 0;
  font-weight: bold;
}
article.news .title .cat-title a:hover {
  text-decoration: none;
}
d article.news .title p {
  font-size: 100%;
}

/*印刷用 部分非表示*/
article.news .print-nodisp {
  clear: both;
}

/* 100%広告枠 */
.container-ad {
  width: 100%;
  background: #eee;
  padding: 24px 0;
  position: relative;
  z-index: 4;
  margin-bottom: 32px;
}
.container-ad .ad-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.container-ad .ad-inner div {
  display: inline-block;
}

article.news .column-2 {
  padding: 30px 0 0;
  display: flex;
}
article.news .column-2 .col-left {
  width: 750px;
}
article.news .column-2 .col-right {
  margin-top: -38px;
  margin-left: auto;
  margin-right: -18px;
}

#outbrain_widget_1 {
  display: none;
}

/* share(sns) */
#tools li {
  padding: 0;
  float: left;
  width: 40px;
  margin: 0 2px 0 0;
  height: inherit;
}
#tools li a.btn {
  width: 2pc;
  height: 2pc;
  max-width: 2pc;
  background-color: #192851;
  background-size: 2pc auto;
  margin: 0 auto;
  opacity: 0.9;
}
#tools li a.btn:hover,
#tools li.active a.btn {
  background-color: #192851;
  opacity: 0.7;
}
#tools li.active {
  width: auto;
}

/* fontSize */
#tools li.btn-fontSize .font-s {
  margin: 8px auto 0;
}
#tools li.btn-fontSize a.btn.l-active {
  background-image: url(https://cdn.mainichi.jp/vol1/images/pc/icon-tool-font-lactive.svg);
}

#tools li li.btn-sns {
  margin: 8px auto 0;
}
#tools li li.btn-sns a.count,
#tools li li.btn-sns span.count {
  width: 40px;
  font-size: 10px;
}

#tools li li.tw {
  margin: 16px auto 0;
}

/* comment */
#tools li.btn-comment {
  width: 90px;
  margin: 0;
}
#tools li.btn-comment a.btn {
  color: #fff;
  text-decoration: none;
  width: 82px;
  max-width: inherit;
  border-radius: 20px;
  line-height: 32px;
  background-position: 8px center;
  padding: 0 0 0 22px;
  background-color: #192851;
  text-indent: inherit;
  background-image: none, url(/vol1/images/pc/icon-tool-comment2.svg);
  background-size: 1.2pc;
  font-size: 11px;
}
#tools li.btn-comment a.btn:hover {
  background-color: #192851;
}

#tools li.btn-share {
  width: 120px;
  height: 52px;
}

#tools {
  height: 62px;
  position: relative;
}
#tools > ul {
  position: absolute;
  padding-left: 314px;
  padding-top: 6px;
  padding-bottom: 4px;
  z-index: 4;
  width: 610px;
  background: #fff;
}
#tools ul.tool li {
  float: left;
  width: 40px;
  margin: auto;
}
#tools ul.tool li a {
  display: block;
  width: 2pc;
  height: 2pc;
  background-color: #192851;
  background-repeat: no-repeat;
  border-radius: 50%;
  text-indent: -9999em;
  background-size: 2pc auto;
  margin: 0 auto;
  opacity: 0.9;
}
#tools ul.tool li a:hover {
  opacity: 0.7;
  background-color: #192851;
}

#tools.health ul.tool li a,
#tools.health ul.tool li a:hover,
#tools.health li a.btn,
#tools.health li a.btn:hover,
#tools.health li.active a.btn {
  background-color: #e80f4a;
}
#tools.business ul.tool li a,
#tools.business ul.tool li a:hover,
#tools.business li a.btn,
#tools.business li a.btn:hover,
#tools.business li.active a.btn {
  background-color: #192851;
}
#tools.politics ul.tool li a,
#tools.politics ul.tool li a:hover,
#tools.politics li a.btn,
#tools.politics li a.btn:hover,
#tools.politics li.active a.btn {
  background-color: #0078c6;
}

#tools ul li a.count,
#tools ul li span.count {
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 8px;
  text-indent: 0;
  text-align: center;
  border-radius: 0;
  color: #838e93;
}
#tools ul.tool li.tw a.count,
#tools ul.tool li.tw span.count {
  width: auto;
  margin: 0 0 0 -4px;
  background: transparent;
  line-height: 1;
}
#tools li.btn-sns a.count {
  line-height: 1.5;
  opacity: 1;
}
#tools ul li a.count:hover {
  background: transparent;
  opacity: 1;
}
#tools ul li a.count,
#tools ul li span.count {
  padding: 4px 0 1px;
  font-size: 10px;
}
#tools > ul.paywall {
  padding-left: 404px;
}

/* right-colum
---------------------------------------- */
article.news .main-column {
  width: 610px;
}
article.news .sub-column {
  padding-top: 0;
  top: 0;
  z-index: 1;
  float: none;
  width: 235px;
}

/* ランキング、人気コラム共通*/
article.news .sub-column .list-box {
  background-color: inherit;
  padding: 8px 0 8px 8px;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 58px;
}

/*  人気コラム、経済速報（TOP） */
article.news .sub-column .list-box dl {
  margin: 8px 0 0;
}
article.news .sub-column .list-box h2,
article.news .sub-column .list-box h3 {
  padding: 0 0 0 10px;
  font-size: 16px;
}
article.news .sub-column .list-box dl dd a {
  display: block;
  height: auto;
  padding: 8px 0 8px 8px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
article.news .sub-column .list-box dl dd a:hover img {
  opacity: 0.8;
}
article.news .sub-column .list-box dl dd a:hover {
  text-decoration: underline;
}
article.news .sub-column .list-box dl dd a:after {
  clear: both;
  content: "";
  display: block;
}
article.news .sub-column .list-box dl dd img {
  margin-left: 8px;
  margin-bottom: 24px;
  float: right;
}
article.news .sub-column .list-box dl dd .title {
  margin-bottom: 0.4em;
  padding-bottom: 0;
  line-height: 1.4;
}
article.news .sub-column .list-box dl dd .title {
  font-weight: normal;
  font-size: 14px;
}
article.news .sub-column .list-box .thumbnail {
  margin-left: 8px;
}
article.news .sub-column .list-box dl dd img {
  float: none;
  margin-left: 0px;
  margin-bottom: 0px;
}
article.news .sub-column .list-box dl dd .thumbnail {
  height: 60px;
  width: 60px;
  position: relative;
  background: url() no-repeat 50% 50%;
  background-size: cover;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 8px;
  overflow: hidden;
}
article.news .sub-column .list-box dl dd .thumbnail span {
  padding-left: 50%;
  display: inline-block;
}
article.news .sub-column .list-box dl dd .thumbnail span img {
  margin-left: -50%;
  height: 60px;
}

article.news .prev-next .list-box h2 {
  margin-bottom: 16px;
}
article.news .prev-next .list-box h2 a {
  color: #172c59;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}
article.news .prev-next .list-box h2 a:hover {
  text-decoration: underline;
}
article.news .prev-next .list-box h2 a .thumbnail {
  display: block;
  margin: 8px 0 0;
}
article.news .prev-next .list-box h2 a .thumbnail img {
  vertical-align: top;
  width: 100%;
}
article.news .prev-next .list-box h2 a:hover .thumbnail {
  opacity: 0.8;
}
article.news .prev-next .list-box dl dt {
  padding-left: 8px;
  font-weight: bold;
  color: #172c59;
  font-size: 14px;
  line-height: 1.4;
}
article.news .prev-next .list-box dl dd a {
  padding-bottom: 16px;
  line-height: 1.4;
}

/* eSuite版用 */
.readmore-tool {
  width: auto;
  margin: 0;
}
.readmore-txt {
  margin: 32px 0;
}
article.news .readmore-txt p {
  padding: 0;
}
.readmore-txt .lead-txt {
  margin: 0 0 8px !important;
  color: #000;
}
.readmore-txt .subtxt {
  color: #666;
  font-size: 14px;
}
.readmore-btns {
  padding: 0 72px 48px;
  margin: 0;
  position: relative;
  z-index: 3;
  width: 100% !important;
}
article.news .readmore-btns p {
  padding: 0;
}
.readmore-btns .lead-txt {
  margin-bottom: 32px !important;
}
.readmore-btns .btn-blue {
  border: none;
}
.readmore-btns .link-btn {
  margin: 8px 0;
  font-size: 14px !important;
  height: 36px !important;
  line-height: 36px !important;
}
.readmore-btns .lines-on-sides {
  margin: 32px 0 16px !important;
}
.readmore-btns .lines-on-sides span {
  padding: 0 8px;
  font-size: 75%;
}

/*キャンペーン*/
article.news p.campaign {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  z-index: 3;
  padding: 0;
}
article.news p.campaign a {
  font-weight: bold;
  text-decoration: none;
}
article.news p.campaign a span {
  color: #222;
}
article.news p.campaign a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* ------------------------------------------*/
/*　ペイウォール                                */
/* ------------------------------------------*/
article.news .paywallpanel-wrapper p,
article.news .paywallpanel-wrapper h2{
	padding: 0;
}
article.news .paywallpanel-wrapper a{
	text-decoration: none;
}
article.news .paywallpanel-wrapper a:hover{
	text-decoration: underline;
}
.paywallpanel-wrapper small{
	font-size: smaller;
	color: #767676;
}
article.news .paywallpanel-wrapper{
	position: relative;
}

.paywallpanel-wrapper::before {
	display: block;
	content: '';
	background: -moz-linear-gradient(top,transparent, rgba(255,255,255, 1));
	background: -webkit-linear-gradient(top,transparent, rgba(255,255,255, 1));
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1));
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	top: -185px;
	z-index: 2;
}

.paywallpanel{
	border: solid 4px #0078c8;
	margin: 0 0 48px;
	position: relative;
}

.paywallpanel-head{
	 background-color: #f4f4f4;
	 padding: 12px 10px;
	 text-align:center;
}
article.news .paywallpanel-head-title{
	font-size:18px;
	line-height: 1.94;
	font-weight:600;
}
.paywallpanel-head-title{
	color: #222;
	display: inline-block;
	vertical-align: middle;
}

.paywallpanel-head-title::before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	background: url(/vol1/images/v2/common/icon_key.svg) 0 0 no-repeat;
	background-size: 24px 24px;
	width:24px;
	height:24px;
	position: relative;
	top: -4px;
}
article.news .paywallpanel-count{
	font-size:12px;
	line-height: 1.5;
	font-family:Roboto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.paywallpanel-count{
	color: #767676;

}

.paywallpanel-count b{
	font-family: 'Roboto';
	font-size:18px;
	font-weight:600;
}

.paywallpanel-inner{
	 background-color: #fff;
	 padding: 36px 10px;
	 text-align:center;
}

article.news .textlink.textlink-paywallpanel{
	font-size:14px;
	position: relative;
	padding-left: 15px;
}
.textlink.textlink-paywallpanel{
	color: #484848;
}

.textlink.textlink-paywallpanel::before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	margin-right: 10px;
	border-top:1px solid #767676;
	border-right:1px solid #767676;
	width:5px;
	height:5px;
	transform: rotate(45deg);
}
article.news .paywallpanel-block-title {
	line-height:1.0;
	font-size:16px;
	font-weight:600;
	margin-bottom:16px;
}
.paywallpanel-block-title {
	color: #222;
}

.paywallpanel-block-price {
	font-size:0;
	height: 60px;
}

.paywallpanel-block-price.is-nomargin {
	height: 40px;
}

.paywallpanel-block-price-recommend{
	display: inline-block;
	width: 48px;
	background-color: #ef8811;
	color: #fff;
	font-size:10px;
	line-height: 48px;
	text-align:center;
	font-weight:600;
	border-radius:50%;
	vertical-align: top;
	position: relative;
	top: -3px;
	margin-right: 5px;
}

.paywallpanel-block-price-rec-top {
	width: 100%;
    background-color: #ef8811;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -24px;
	left:0;
}

.paywallpanel-block-price-num {
	display: inline-block;
	font-family: Roboto;
	font-size:40px;
	font-weight:600;
	color: #222;
	line-height:1.0;
}

.paywallpanel-block-yen {
	display: inline-block;
	color: #222;
	font-size:14px;
	text-align: left;
	line-height:1.0;
	margin-left: 3px;
}

.paywallpanel-block-yen small{
	font-size:10px;
	margin-bottom: 3px;
	line-height:1.0;
}

.paywallpanel-block-yen p{
	font-weight:600;
	color: #222;
}

article.news .paywallpanel-block-value {
	font-size:10px;
	line-height:1.0;
	margin-bottom: 12px;
	font-weight:600;
	font-family:Roboto;
}
.paywallpanel-block-value {
	color: #484848;
}

.paywallpanel-block-value.is-nomargin {
	margin-bottom: 4px;
}

.paywallpanel-block-value.is-blue {color: #0078c6;}
.paywallpanel-block-value b{font-size:14px;}

.paywallpanel-block-notice {
	color: #767676;
	font-size:10px;
	line-height:1.0;
}

.paywallpanel-block-taxincluded{
	font-size:11px;
	padding: 0 0 7px 0;
	font-weight: 500;
	color:#484848;
}

.paywallpanel-block-notice-red {
	color: #B42121;
	font-size:10px;
	line-height:1.0;
	padding-top:10px;
}

.paywallpanel-block-comment{
	height: 65px;
}

.paywallpanel-block-comment-l{
	height: 85px;
}

.paywallpanel-block-offer{
	font-weight:600;
	font-size:10px;
	line-height: 1.5;
	color: #ef8811;
	margin-bottom: 3px;
}

.paywallpanel-block-offer .is-strike{
	color: #484848;
	text-decoration: line-through;
	margin-right: 5px;
}

.paywallpanel-block-offer.is-nomorgin{
	margin-bottom: 0;
}

.paywallpanel-block-offer b{
	font-family:Roboto;
	font-size:16px;
}

.paywallpanel-block-campaign{
	display: inline-block;
	background: #ef8811;
	color: #fff;
	line-height:1.0;
	font-size:12px;
	font-weight:600;
	padding: 5px 8px;
	margin-bottom: 12px;
}

.paywallpanel-tax{
	position: absolute;
	right: 24px;
	bottom: 16px;
	font-size:10px;
	color: #767676;
}

/* デフォルトパターン */

.paywallpanel-basictype{}
article.news .paywallpanel-basictype-title{
	font-size: 20px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 24px;
	font-family:Roboto;
}
.paywallpanel-basictype-title{
	color: #0078c6;
}


.paywallpanel-basictype-title b{
	font-size:24px;
	margin: 0 3px;
}

.paywallpanel-basictype-btn{margin-bottom: 24px;}


/* 2パターン */

.paywallpanel-type2{}
article.news .paywallpanel-type2-shoulder{
	font-size: 16px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 8px;
}
.paywallpanel-type2-shoulder{
	color: #0078c6;
}
article.news .paywallpanel-type2-title{
	font-size: 28px;
	font-weight:600;
	line-height: 1.2;
}
.paywallpanel-type2-title{
	color: #222;
	margin-bottom: 24px;
}

.paywallpanel-type2-flex {
	display:flex;
	justify-content:space-between;
}

.paywallpanel-type2-block {
	width: 33.33%;
	padding: 16px 0px;
	border-left:1px solid #dbdbdb;
	text-align:center;
}

.is-noborder .paywallpanel-type2-block{border:none;}
.paywallpanel-type2-block.is-feature{
	background: rgba(255,196,0,0.15);
	position:relative;
}

.paywallpanel-type2-block:first-child{border-left:none;}

.paywallpanel-type2-block.is-feature .btn.is-feature {
	border: 1px solid #ef8811;
    background-color: #ef8811;
}

.paywallpanel-type2-block.is-feature .btn.is-feature:hover {
	border: 1px solid #ff9e3e;
    background-color: #ff9e3e;
}


/* 3パターン */

.paywallpanel-type3-title-wrapper{
	height: 100px;
}
article.news .paywallpanel-type3-shoulder{
	font-size: 14px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 8px;
}
.paywallpanel-type3-shoulder{
	color: #0078c6;
}
article.news .paywallpanel-type3-title{
	font-size: 20px;
	font-weight:600;
	line-height: 1.2;
}
.paywallpanel-type3-title{
	color: #222;
}

.paywallpanel-type3-flex {
	display:flex;
	justify-content:space-between;
}

.paywallpanel-type3-outerblock{padding:16px 0;}

.paywallpanel-type3-outerblock:nth-child(1){width:66.666%;}
.paywallpanel-type3-outerblock:nth-child(2){
	width:33.3333%;
	border-left:1px solid #dbdbdb;
}

.paywallpanel-type3-innerblock {
	width: 50%;
	padding: 0px 0px;
	border-left:1px solid #dbdbdb;
	text-align:center;
}

.paywallpanel-type3-innerblock.is-feature,
.paywallpanel-type3-outerblock.is-feature{
	background: rgba(255,196,0,0.15);
}

.paywallpanel-type3-innerblock:first-child{border-left:none;}


.is-campaign-a .paywallpanel-type3-innerblock{
	border:none;
	padding: 16px 0;
}

.is-campaign-a .paywallpanel-type3-outerblock{padding:16px 0 0;}
.is-campaign-a .paywallpanel-type3-outerblock:nth-child(1){width:64%;}
.is-campaign-a .paywallpanel-type3-outerblock:nth-child(1) .paywallpanel-type3-title-wrapper{height:84px;}

.is-campaign-b .paywallpanel-type3-outerblock{border:none}


/* 4パターン */

.paywallpanel-type4{}

article.news .paywallpanel-type4-shoulder{
	font-size: 16px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 8px;
}
.paywallpanel-type4-shoulder{
	color: #0078c6;
}
article.news .paywallpanel-type4-title{
	font-size: 28px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 24px;
}
.paywallpanel-type4-title{
	color: #222;
}

.paywallpanel-type4-flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width: 535px;
	margin: 0 auto;
}

.paywallpanel-type4-head{
	width: 180px;
}
article.news .paywallpanel-type4-head-title{
	font-size: 20px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 12px;
}
.paywallpanel-type4-head-title{
	color: #222;
}

.paywallpanel-type4-head-price {
	font-size:0;
	height: 63px;
}

.paywallpanel-type4-head-price-num {
	display: inline-block;
	font-family: Roboto;
	font-size:48px;
	font-weight:600;
	color: #222;
	line-height:1.0;
}

.paywallpanel-type4-head-yen {
	display: inline-block;
	color: #222;
	font-size:14px;
	text-align: left;
	line-height:1.0;
	margin-left: 3px;
}

.paywallpanel-type4-head-yen small{
	font-size:12px;
	font-weight:600;
	margin-bottom: 3px;
	line-height:1.0;
}

.paywallpanel-type4-head-yen p{
	font-weight:600;
	font-size:20px;
	line-height:1.0;
	color: #222;
}
article.news .paywallpanel-type4-head-comment{
	font-size:12px;
	font-weight:600;
	line-height:1.0;
	font-family:Roboto;
}
.paywallpanel-type4-head-comment{
	color: #222;
}

.paywallpanel-type4-head-comment b{font-size:18px;}

.paywallpanel-type4-detail{
	width: 330px;
	text-align: left;
}
article.news .paywallpanel-type4-detail-title{
	font-size:14px;
	font-weight:600;
	line-height: 1.5;
	padding-bottom: 5px;
	border-bottom:1px solid #dbdbdb;
}
.paywallpanel-type4-detail-title{
	color: #0078c6;
}

.paywallpanel-type4-detail-list{}

.paywallpanel-type4-detail-list > li{
	margin-top: 16px;
	font-size:10px;
	color: #484848;
	line-height: 1;
	background:url(/vol1/images/v2/common/icon_checklist.svg) no-repeat left center;
	background-size: 10px 10px;
	padding-left: 16px;
}

.paywallpanel-type4-detail-list > li b{
	font-size:12px;
	color: #222;
	font-weight:600;
	margin-right: 5px;
}

.paywallpanel-type4-detail-list > li span.is-blue{color: #0078c6;}


/* パターン6 */
article.news .paywallpanel-type6-title{
	font-size: 20px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 32px;
}
.paywallpanel-type6-title{
	color: #0078c6;
}
article.news .paywallpanel-type6-subtitle{
	font-size: 14px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 12px;
}
.paywallpanel-type6-subtitle{
	color: #484848;
}

.panellist.is-paywall{
	width: 512px;
	margin: 0 auto 28px;
	text-align: left;
}

.panellist.is-paywall > li{
	width:144px;
	margin-left: 40px;
	margin-bottom: 0;
}

.panellist.is-paywall > li:first-child{margin-left: 0;}

.panellist.is-paywall .panellist-image{
	width: 144px;
	height: 96px;
}

.paywallpanel-wrapper .btn{
	display: inline-block;
	min-width: 160px;
	padding: 10px 24px;
	border-radius: 4px;
	border:1px solid #0078c8;
	background-color: #0078c8;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-weight:600;
	cursor: pointer;
}
.paywallpanel-wrapper .btn.is-l{
	min-width: 320px;
	padding: 15px 32px;
	border-radius: 4px;
	font-size: 16px;
}
article.news .paywallpanel-wrapper .btn:hover{
	text-decoration: none;
}
.paywallpanel-wrapper .btn:hover{
	background-color:#008CEA;
	opacity: 1;
}
.paywallpanel-wrapper .mb-28{
	margin-bottom: 28px !important
}

/* パターン7 */

.paywallpanel-type7-title-plan {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #ed521e;
  line-height:1;
  margin-bottom:12px;
}
.paywallpanel-type7-title-msg {
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #222;
  line-height:1;
  margin-bottom:42px
}
.paywallpanel-type7-payment {
  background: #fff;
  border: 1px solid #0078c8;
  border-radius: 16px;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #0078c8;
  margin:0 auto 10px;
  padding:7px 0 6px;
  line-height:1;
}
.paywallpanel-type7-monthly {
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  margin-right:8px;
}
.paywallpanel-type7-price {
  font-family: Roboto;
  font-weight: bold;
  font-size: 40px;
  text-align: right;
  line-height:0.9;
  margin-right:4px;
}
.paywallpanel-type7-unit {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
.paywallpanel-type7-price-item {
  position:relative;
  margin-bottom:24px;
}
.is-after .paywallpanel-type7-price-item {
  margin-bottom:40px
}
.paywallpanel-type7-price-taxed {
  font-weight: normal;
  font-size: 11px;
  text-align: right;
  color: #000;
  position:absolute;
  right:-36px;
  bottom:-30px;
  transform:translate(-50%,-50%);
}
.is-after .paywallpanel-type7-price-taxed {
  color:#ed521e;
}

.is-twomonth-free .paywallpanel-type7-price-text {
  font-family: Meiryo;
  font-weight: bold;
  font-size: 31px;
  text-align: center;
  color: #ed521e;
  margin-bottom:32px
}
.paywallpanel-type7-price-wrapper.is-before {
color: #222;
}
.paywallpanel-type7-price-wrapper.is-after {
color: #ed521e;
}
.is-before .paywallpanel-type7-price {
text-decoration:line-through;
}
.paywallpanel-type7-btn a {
  display:inline-block;
  padding: 17px 12px;
  border-radius: 4px;
  border: 2px solid #0078c8;
  background: #0078c8;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width:100%;
  line-height:1;
}
.paywallpanel-type7-btn a:hover {
  background-color:#fff;
  color:#0078c8;
}
.paywallpanel-type7-footer-textlink {
  text-align:center;
  margin-bottom:24px;
}
.paywallpanel-type7-footer-textlink:last-child {
  margin-bottom:0;
}
.paywallpanel-type7-footer-textlink a {
  padding-left:15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #484848;
  position:relative;
}
.paywallpanel-type7-footer-textlink a:hover {
  text-decoration:underline;
}
.paywallpanel-type7-footer-textlink a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  margin-right: 10px;
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}
.paywallpanel-type7-container {
  display:flex;
  justify-content:space-between;
  margin-bottom:42px;
}
.paywallpanel-type7-content {
  width:33.3%;
  text-align:center;
}
.is-prm-main .paywallpanel-type7-content:nth-of-type(2) {
border-right:1px solid #dbdbdb;
}
.paywallpanel-type7-content:nth-of-type(3) {
  padding-right:0;
}
.paywallpanel-type7-price-excluded {
  display:flex;
  justify-content:center;
  align-items:flex-end;
}
.paywallpanel-type7-content-inner {
  width:180px;
  margin:0 auto;
}
.is-prm-main .paywallpanel-type7-title-plan {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #0078c6;
}
.is-prm-main .paywallpanel-type7-title-msg {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #222; 
}
.is-prm-main .paywallpanel-type7-title-wrapper {
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
.paywallpanel-type7-prm-title {
  width:66.6%;
}
.paywallpanel-type7-std-title {
  width:33.3%;
}
.is-prm-main .paywallpanel-type7-title-msg {
  margin-bottom:29px;
}
