
@charset "utf-8";

/*
------------------------------------------------------
［skin-single-01］記事ページ 
------------------------------------------------------
*/

/*記事おわり文*/
.article-ending {
  position: relative;
  padding: 30px 0 20px;
  margin: 30px 0;
  font-weight: bold;
  font-size: 112%;
  color: #666;
}
@media screen and (max-width: 640px) {
.article-ending {
  position: relative;
  padding: 30px 0 20px;
  margin: 30px 0;
  font-weight: bold;
  font-size: 100%;
  color: #666;
}
}
.article-ending:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38px;
  height: 1px;
  line-height: 1px;
  margin-left: -19px;
  content: '　';
  background-color: #909090;
}

/*本文右寄せ*/
.txt-right {
  text-align:right;
}

/*登場人物プロフィール*/
.article-cast-profile {
  padding: 30px 30px 30px;
  margin-bottom: 15px;
  background-color: #ededeb;
  overflow: hidden;
  _zoom: 0;
}
.article-cast-profile figure {
  float: left;
  margin: 0 25px 0 0;
}
.article-cast-profile figure img {
  width: 120px;
}
.article-cast-profile p {
  line-height: 1.5;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
.article-cast-profile .name {
  margin-bottom: 5px;
  font-size: 20px;
}
.article-cast-profile .name span {
  margin-left: 10px;
  font-size: 13px;
}

.article-cast-profile02 {
  padding: 30px 30px 30px;
  margin-bottom: 15px;
  background-color: #ededeb;
  overflow: hidden;
  _zoom: 0;
}
.article-cast-profile02 figure {
  float: left;
  margin: 0 25px 0 0;
}
.article-cast-profile02 figure img {
  width: 300px;
}
.article-cast-profile02 p {
  line-height: 1.5;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
.article-cast-profile02 .name {
  margin: 10px 0 5px 0;
  font-size: 19px;
}
.article-cast-profile02 .name span {
  margin-left: 10px;
  font-size: 13px;
}

/* 記事末テキストリンク */
.article-endlink {
  margin: 20px 20px!important;
}

/* 関連コラム */ 
.article-related-column {
  margin: 20px 0 20px;
}
.article-related-column h3 {
  position: relative;
  line-height: 1.3;
  padding-bottom: 3px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.article-related-column h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 11px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #000;
}
.article-related-column li {
  padding: 15px 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.article-related-column li a {
  display: inline-block;
  line-height: 1.4;
  padding-left: 13px;
  padding-right: 70px;
  font-weight: bold;
  text-decoration: none;
  color: #2169c2;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 5px no-repeat;
}
.article-related-column li a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.article-related-column p {
  margin: 0;
}
.article-related-column .date {
  line-height: 1.1;
  margin-top: -20px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: right;
}
/*関連コラム・目次ページ用*/
.backnumber-related-column {
  padding: 20px 20px 20px;
  margin: 30px 0 30px;
  background-color: #fff;
}
.backnumber-related-column  h3 {
  position: relative;
  line-height: 1.3;
  padding-bottom: 3px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.backnumber-related-column h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 11px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #000;
}
.backnumber-related-column li {
  padding: 15px 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.backnumber-related-column li a {
  display: inline-block;
  line-height: 1.4;
  padding-left: 13px;
  padding-right: 70px;
  font-weight: bold;
  text-decoration: none;
  color: #2169c2;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 5px no-repeat;
}
.backnumber-related-column li a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.backnumber-related-column p {
  margin: 0;
}
.backnumber-related-column .date {
  line-height: 1.1;
  margin-top: -20px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: right;
}

/* 前後のコラム */
.prev-next-article {
  margin: 39px 0 10px;
}
.prev-next-article h3 {
  position: relative;
  line-height: 1.3;
  padding-bottom: 3px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.prev-next-article h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 11px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #000;
}
.prev-next-article li {
  padding: 15px 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.prev-next-article li a {
  display: inline-block;
  line-height: 1.4;
  padding-left: 13px;
  padding-right: 70px;
  font-weight: bold;
  text-decoration: none;
  color: #2169c2;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 5px no-repeat;
}
.prev-next-article li a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.prev-next-article p {
  margin: 0;
}

/*言わせろナンバー*/
.article-iwasero-number {
  margin-bottom: 60px;
  padding: 20px;
  background-color: #f5f5f5;
}
.article-iwasero-number p {
  margin: 0;
}
.article-iwasero-number .title.accept {
  min-height: 64px;
  padding-left: 81px;
  margin-bottom: 27px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/special_column_icon1.png) 0 0 no-repeat;
}
.article-iwasero-number .title .text1 {
  padding-top: 3px;
  font-size: 22px;
  font-weight: bold;
}
.article-iwasero-number .title .text2 {
  font-size: 15px;
}
.article-iwasero-number li {
  margin-bottom: 10px;
  font-size: 16px;
}
.article-iwasero-number li a {
  display: inline-block;
  line-height: 1.4;
  padding-left: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #2169c2;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 6px no-repeat;
}
.article-iwasero-number li a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}

/*言わせろナンバー改*/
.article-iwasero {
  background-color: #f3f3f3;
  padding: 17px 16px 13px 16px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.article-iwasero h3 {
  font-size: 16px;
  display:block;
  margin-bottom:7px;
}

.article-iwasero h3 span.lead {
  font-size: 14px;
  font-weight:normal;
}

.article-iwasero span.subject {
  font-size: 16px;
  display:block;
  font-weight:bold;
}

.article-iwasero span.subject a {
  text-decoration: none;
  color: #2169c2;
  background: transparent url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) no-repeat scroll 0 5px;
  padding-left: 13px;
}

.article-iwasero span.subject a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}

@media screen and (max-width: 640px) {
.article-iwasero {
  background-color: #f3f3f3;
  padding: 14px 16px 11px 16px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.article-iwasero h3 {
  font-size: 13px;
  display:block;
  margin-bottom:7px;
}

.article-iwasero h3 span.lead {
  font-size: 11px;
  font-weight:normal;
}

.article-iwasero span.subject {
  font-size: 13px;
  display:block;
  font-weight:bold;
}

.article-iwasero span.subject a {
  text-decoration: none;
  color: #2169c2;
  background: transparent url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) no-repeat scroll 0 2px;
  padding-left: 13px;
}
}



/*コラムシリーズ「スポーツのお値段」のお値段枠*/
/*
.article-column-onedan {
  margin: 0 -35px 60px;
  padding: 15px 35px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sub_container_bg.png) 0 0 repeat;
}*/
.article-column-onedan {
  margin-bottom: 60px;
}
.article-column-onedan p {
  margin: 0;
}
.article-column-onedan .box-wrap {
  padding: 4px;
  color: #fff;
  background-color: #000;
}
.article-column-onedan .box-content {
  padding: 5px 15px;
  border: 1px solid #808080;
}
.article-column-onedan .text {
  padding: 45px 0 20px;
  line-height: 1.2;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 42px;
  text-align: center;
}
.article-column-onedan .copy {
  font-size: 16px;
  text-align: right;
  color: #ccc;
}

/*コラムシリーズ「フットボール“新語録”」の語録枠*/
/*
.article-column-football {
  margin: 0 -35px 60px;
  padding: 15px 35px 5px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sub_container_bg.png) 0 0 repeat;
}*/
.article-column-football {
  margin-bottom: 60px;
}
.article-column-football p {
  margin: 0;
}
/*
.article-column-football .box-wrap {
  padding-bottom: 15px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/single/column_football_bg.png) 0 bottom no-repeat;
}*/
.article-column-football .box-wrap {
  padding: 40px 65px 45px;
  color: #000;
  background-color: #fafafa;
  text-align: center;
}
.article-column-football .text {
  position: relative;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 28px;
}
.article-column-football .text:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #666;
}
.article-column-football .copy {
  line-height: 1.4;
  font-size: 17px;
}


/* StyleNewsなどで利用する関連情報（クライアントサイトへの誘導エリア） */
.style-info {
  margin: 0 0 30px 0;
  padding: 25px 30px;
  font-size: 15px;
  background-color: #f7f8fa;
}
.style-info p {
  margin-bottom: 0;
}
.style-info-wrap {
  padding-left: 10px;
  border-left: 2px solid #8c8d8d;
}
.style-info h2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.4em;
}
.style-info a {
  padding-right: 16px;
  letter-spacing: 0.3px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/icon_outside.png) right 4px no-repeat;
}
.style-info img {
  float: right;
  margin: -33px -20px 0 0;
  width: 230px;
}

/*商品説明などを囲むボックス*/
.article-box-product {
  padding: 40px 27px;
  margin-bottom: 15px;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/box_bg01.png) 5px 5px no-repeat #2f343d;
}
.article-box-product p {
  margin: 0;
}
.article-box-product figure img {
  border: 1px solid #c8c8c8;
  width: 270px;
}
.article-box-product figure .button {
  margin-top: 8px;
  font-size: 13px;
}
.article-box-product figure .button a {
  padding-left: 18px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/icon_plus.png) 0 2px no-repeat;
  color: #fff;
}

@media screen and (max-width: 640px) {
.article-box-product .text-area .title {
  font-size: 16px;
}
.article-box-product .text-area .subtitle {
  font-size: 16px;
  margin-top:15px;
}
.article-box-product .text-area .text2 {
  line-height: 1.45;
  font-size: 15px;
  margin-top:10px;
}
}
@media screen and (min-width: 641px) {
.article-box-product .text-area .title {
  font-size: 25px;
}
.article-box-product .text-area .subtitle {
  font-size: 20px;
  margin-top:15px;
}
.article-box-product .text-area .text {
  line-height: 1.45;
  font-size: 15px;
  margin-top:15px;
}
.article-box-product .text-area .text2 {
  line-height: 1.5;
  font-size: 16px;
  margin-top:15px;
}
}
.article-box-product .layout-1 figure {
  float: left;
}
.article-box-product .layout-1 .text-area {
  margin-left: 145px;
}
.article-box-product .layout-2 figure {
  float: right;
  margin-left:20px;
}
.article-box-product .layout-2 .text-area {
  margin-right: 145px;
}
.article-box-product .layout-3 figure {
  float: right;
  width:250px;
  margin-top:30px;
}
.article-box-product .layout-3 .text-area {
  float:left;
  width:440px;
}

@media screen and (max-width: 640px) {
.article-box-product2 {
  padding: 7px 10px 10px 10px;
  margin-bottom: 15px;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/box_bg01.png) 5px 5px no-repeat #2f343d;
}
.article-box-product2 .text-area .title {
  font-size: 16px;
}
.article-box-product2 .text-area .subtitle {
  font-size: 17px;
  margin-top:15px;
}
.article-box-product2 .text-area .text {
  line-height: 1.45;
  font-size: 13px;
  margin-top:15px;
}
.article-box-product2 .text-area .text2 {
  line-height: 1.45;
  font-size: 15px;
  margin-top:0px;
}
}
@media screen and (min-width: 641px) {
.article-box-product2 {
  padding: 5px 27px 30px;
  margin-bottom: 15px;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/box_bg01.png) 5px 5px no-repeat #2f343d;
}
.article-box-product2 .text-area .title {
  font-size: 25px;
}
.article-box-product2 .text-area .subtitle {
  font-size: 20px;
  margin-top:15px;
}
.article-box-product2 .text-area .text {
  line-height: 1.45;
  font-size: 15px;
  margin-top:15px;
}
.article-box-product2 .text-area .text2 {
  line-height: 1.5;
  font-size: 16px;
  margin-top:10px;
}
}

/*次ページへ*/
.next-title{
  padding-top: 0px;
  font-size: 115%;
  text-align: center;
  font-weight:normal;
}
.next-title a{
  text-decoration: none;
  color: #2169c2;
}
.next-title a:hover{
  text-decoration: underline;
  color: #2ca7ed;
}
.next-title strong{
  font-weight:normal;
}

/*記事中プロフィール*/
.article-profile{
  padding:15px;
  border:solid 1px #999;
  font-size:12px;
  line-height:18px;
  width:518px;
  margin-bottom:15px;
}
* html .article-profile{
  width:550px;
}
.article-profile strong,
.article-profile b{
  font-weight:bold;
  font-size:120%;
}

/*PCとSPでの表示非表示*/
.display-pc {
  display: block;
}
.display-sp {
  display: none;
}

@media only screen and (max-width: 540px) {
  .single {
    padding: 0 5px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }

  /*記事本文*/
  .single p {
    line-height: 1.5;
    margin: 16px 0;
  }
  .single p .txt-large {
  font-size: 19px;
  }
  
  /*小見出し*/
  .single h4 {
    line-height: 1.3;
    padding: 3px 0 3px 8px;
    margin: 23px 0;
    font-size: 19px;
    font-weight: bold;
    border-left: 8px solid #555;
  }

  /*次ページへ*/
  .next-title a,
  .next-title a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #00529f;
  }

  /*記事はじまり文*/
  .article-beginning {
    padding: 15px 0 20px;
    margin-bottom: 25px;
    font-size: 15.5px;
  }
  .article-beginning:after {
    width: 30px;
    margin-left: -15px;
  }

  /*記事おわり文*/
  .article-ending {
    padding: 20px 0 20px;
    margin: 20px 0;
    font-size: 15.5px;
  }
  .article-ending:after {
    width: 30px;
    margin-left: -15px;
  }

  /*登場人物プロフィール*/
  .article-cast-profile {
    padding: 15px;
  }
  .article-cast-profile figure {
    margin: 0 15px 10px 0;
  }
  .article-cast-profile figure img {
    width: 120px!important;
  }
  .article-cast-profile p {
    margin: 0;
    font-size: 13px;
  }
  .article-cast-profile .name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .article-cast-profile .name span {
    display: block;
    margin-left: 0;
    font-size: 11px;
  }
  .article-cast-profile p:nth-of-type(2) {
    clear: both;
  }

  .article-cast-profile02 {
    padding: 20px 20px 0 20px;
  }
  .article-cast-profile02 figure {
    float: none;
    margin: 0;
  }
  .article-cast-profile02 figure img {
    width: auto;
    max-width: 100%;
  }
  .article-cast-profile02 p {
    font-size: 13px;
    line-height: 1.3em;
  }
  .article-cast-profile02 .name {
    clear: both;
    margin: 10px 0 -8px 0;
  }

  /* 記事末テキストリンク */
  .article-endlink {
    margin: 16px 0!important;
    font-size: 85%!important;
    font-weight: bold;
    line-height: 1.4!important;
  }

  /* 関連コラム */ 
  .article-related-column {
    margin: 20px 0 20px;
  }
  .article-related-column h3 {
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
  }
  .article-related-column h3:after {
    width: 10px;
  }
  .article-related-column li {
    padding: 10px 0 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .article-related-column li a {
    padding-left: 11px;
    text-decoration: none;
    background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 8px no-repeat;
    background-size: 4px auto;
    padding-right: 0px;
    line-height: 1.4em;
  }
  .article-related-column li a:hover {
    color: #2169c2;
    text-decoration: none;
  }
  .article-related-column p {
    margin: 0;
  }
  .article-related-column .date {
    margin-top: -11px;
    font-size: 8px;
  }
  /* 関連コラム・目次ページ用 */ 
  .backnumber-related-column {
    margin: 20px 0 20px;
  }
  .backnumber-related-column h3 {
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
  }
  .backnumber-related-column h3:after {
    width: 10px;
  }
  .backnumber-related-column li {
    padding: 10px 0 14px;
    font-size: 12px;
    line-height: 16px;
  }
  .backnumber-related-column li a {
    padding-left: 11px;
    text-decoration: none;
    background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 8px no-repeat;
    background-size: 4px auto;
    padding-right: 0px;
    line-height: 1.4em;
  }
  .backnumber-related-column li a:hover {
    color: #2169c2;
    text-decoration: none;
  }
  .backnumber-related-column p {
    margin: 0;
  }
  .backnumber-related-column .date {
    margin-top: -11px;
    font-size: 8px;
  }
  /* 前後のコラム */ 
  .prev-next-article {
    padding: 5px 10px 20px;
    background-color: #fff;
    margin: 0 0 -10px 0;
  }
  .prev-next-article h3 {
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
  }
  .prev-next-article h3:after {
    width: 10px;
  }
  .prev-next-article li {
    padding: 10px 0 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .prev-next-article li a {
    padding-left: 11px;
    text-decoration: none;
    background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 8px no-repeat;
    background-size: 4px auto;
    padding-right: 0px;
    line-height: 1.4em;
  }
  .prev-next-article li a:hover {
    color: #2169c2;
    text-decoration: none;
  }
  .prev-next-article p {
    margin: 0;
  }
  .prev-next-article .date {
    margin-top: -11px;
    font-size: 8px;
  }
  /*言わせろナンバー*/
  .article-iwasero-number {
    margin-bottom: 40px;
    padding: 14px 8px;
  }
  .article-iwasero-number p {
    margin: 0;
  }
  .article-iwasero-number .title.accept {
    min-height: 32px;
    padding-left: 41px;
    margin-bottom: 8px;
    background: url(https://number.ismcdn.jp/common/numberweb/v4/images/special_column_icon1.png) 0 0 no-repeat;
    background-size: 34px auto;
  }
  .article-iwasero-number .title .text1 {
    padding-top: 0;
    font-size: 15px;
    font-weight: bold;
  }
  .article-iwasero-number .title .text2 {
    font-size: 10px;
  }
  .article-iwasero-number li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }
  .article-iwasero-number li a {
      padding-left: 10px;
      text-decoration: none;
      background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 5px no-repeat;
      background-size: 4px auto;
  }
  .article-iwasero-number li a:hover {
      color: #2169c2;
      text-decoration: none;
  }

  /*次ページへ*/
  .next-title{
    font-size: 100%;
    text-align: left;
    text-indent: -7em;
    margin-left: 7em !important;
  }

  /*小見出し*/
  .single h4 {
      font-size: 17px;
      margin: 18px 0;
  }

  /*コラムシリーズ「スポーツのお値段」のお値段枠*/
  .article-column-onedan {
    margin: 0 0 30px;
  }
  .article-column-onedan p {
    margin: 0;
  }
  .article-column-onedan .box-wrap {
    padding: 2px;
    color: #fff;
    background-color: #000;
  }
  .article-column-onedan .box-content {
    padding: 5px 10px;
    border: 1px solid #808080;
  }
  .article-column-onedan .text {
    padding: 20px 0 13px;
    font-size: 24px;
  }
  .article-column-onedan .copy {
    font-size: 12px;
  }

  /*コラムシリーズ「フットボール“新語録”」の語録枠*/
  .article-column-football {
    margin: 0 0 30px;
  }
  .article-column-football p {
    margin: 0;
  }
  .article-column-football .box-wrap {
    padding: 15px 10px 20px;
    color: #000;
    background-color: #fafafa;
    text-align: center;
  }
  .article-column-football .text {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .article-column-football .text:after {
    bottom: -10px;
    margin-left: -10px;
    width: 20px;
  }
  .article-column-football .copy {
    line-height: 1.4;
    font-size: 11px;
    text-align: left;
  }

  /* StyleNewsなどで利用する関連情報（クライアントサイトへの誘導エリア） */
  .style-info {
    margin: 0 0 30px 0;
    padding: 13px 10px;
    font-size: 14px;
    background-color: #f7f8fa;
  }
  .style-info p {
    margin-bottom: 0;
  }
  .style-info-wrap {
    padding-left: 10px;
    border-left: 1px solid #8c8d8d;
  }
  .style-info h2 {
    margin-bottom: 3px;
    font-size: 15px;
  }
  .style-info a {
    background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/icon_outside.png) right 1px no-repeat;
    background-size: 10px auto;
  }
  .style-info img {
    float: none;
    margin: 10px 0 0 0;
    width: 75% !important;
    max-width: 100%;
  }

  /*商品説明などを囲むボックス*/
  .article-box-product {
    padding: 15px 15px;
    background: url(https://number.ismcdn.jp/common/numberweb/v4/images/box_bg01.png) 5px 5px no-repeat #2f343d;
  }
  .article-box-product p {
    margin: 0;
  }
  .article-box-product figure img {
    max-width: 100px;
    height: auto;
    border: 1px solid #c8c8c8;
  }
  .article-box-product figure .button {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
  }
  .article-box-product figure .button a {
    padding-left: 14px;
    background: url(https://number.ismcdn.jp/common/numberweb/v4/images/icon_plus.png) 0 0 no-repeat;
    background-size: 10px auto;
  }
  .article-box-product .text-area .title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
  }
  .article-box-product .text-area .text {
    padding-top: 10px;
    clear: both;
    line-height: 1.4;
    font-size: 11px;
  }
  .article-box-product .layout-1 figure {
    float: left;
    margin-right: 15px;
  }
  .article-box-product .layout-1 .text-area {
    padding-top: 15px;
    margin-left: 0;
  }
  .article-box-product .layout-2 figure {
    float: right;
    margin-left: 15px;
  }
  .article-box-product .layout-2 .text-area {
    padding-top: 15px;
    margin-right: 0;
  }
  .article-box-product .layout-3 figure {
    float:left;
    margin:5px 20px -10px 10px;
  }
  .article-box-product .layout-3 .text-area {
    padding-top: 15px;
    padding-bottom:10px;
    margin-right: 0;
    width:100%;
  }
  .article-box-product .layout-3 .text-area .text {
    font-size: 13px;
  }

  /*PCとSPでの表示非表示*/
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .article-box-product figure img {
    max-width: 100px;
    height: auto;
    border: 1px solid #c8c8c8;
    margin-bottom: 15px;
}
  .article-box-product .text-area .title {
    font-size: 16px;
    clear: both;
}
  .article-box-product .layout-2 figure {
    float: left;
    margin-left: 0;
}
}
@media screen and (min-width: 641px) {
  .article-box-product .text-area .title {
    font-size: 25px;
}
}

/*
------------------------------------------------------
［skin-tieup-01］tieupページ
------------------------------------------------------
*/
.freeArea{
  background-color: #fff;
}

@media only screen and (max-device-width: 640px) {
.freeArea{
  width: 100%;
}
}

/*タイアップ囲み記事*/
.boxed-article {
  border:6px double #bbb;
  padding:20px 15px 10px 15px;
  margin-top:20px;
}
.boxed-article h4 {
  border:none;
  margin: 0 10px 20px 10px;
  line-height: 1.3;
  padding-left: 5px;
  font-size: 145%;
}
.boxed-article img {
  width:auto;
  max-width:100%;
}
.boxed-article p {
  font-size:15px;
  margin:20px 20px;
}
.boxed-article h5 {
  font-weight:bold;
  font-size:17px;
  margin:0 10px 10px 10px;
}
.boxed-article dl {
  margin:0 20px;
}
.boxed-article dt {
  font-weight:bold;
}
.boxed-article dd {
  margin-bottom:15px;
}
@media screen and (max-width:640px){
  .boxed-article {
    padding:15px 10px 5px 10px;
  }
  .boxed-article h4 {
    font-size:18px;
    margin: 0 0 15px 0;
  }
  .boxed-article p {
    margin:15px 5px;
    font-size:15px;
  }
  .boxed-article h5 {
    font-size:15px;
    line-height:1.4em;
    margin:0 0 10px 0;
  }
  .boxed-article dl {
    margin:0 10px;
  }
}

/*YouTube動画埋め込み*/
.youtube-movie {
    height: 0;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 51.35%;
    padding-top: 30px;
    position: relative;
}
.youtube-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube-movie-tate {
    height: 0;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 66.35%;
    padding-top: 30px;
    position: relative;
}
.youtube-movie-tate iframe {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:640px){
  .youtube-movie {
    padding-bottom: 46.25%;
    margin: 20px 0 0 0;
  }
  .youtube-movie-tate {
      max-width: 100%;
      width:315px;
      height:560px;
      margin: 0 auto;
      overflow: hidden;
      padding-bottom: 0;
      padding-top: 0;
      position: relative;
  }
  .youtube-movie-tate iframe {
      width:315px;
      height:560px;
      display:block;
  }
}



/*記事中写真位置＆キャプション*/
@media screen and (max-width: 640px) {
   /* 表示領域が640px以下の場合に適用するスタイル */
.single-detail-column .figure,.single-detail-column .figure-center,.single-detail-column .figure-left,.single-detail-column .figure-right {
    width:auto;
    max-width:100%;
    margin: 0 0 20px 0;
    float:center;
}
.figure-right-small {
    width:auto;
    max-width:60%;
    margin-bottom:20px;
    margin-left:20%;
}
.single-detail-column .figure img,.single-detail-column .figure-center img,.single-detail-column .figure-left img,.single-detail-column .figure-right img,.figure-right-small img {
    width:auto;
    max-width:100%;
}
.single-detail-column .figure span,.single-detail-column .figure-center span,.single-detail-column .figure-left span,.single-detail-column .figure-right span {
    font-size:12px;
    display:block;
    margin-bottom:2px;
    background-color:#ddd;
    padding:8px;
    text-align:left;
}
.article-photo {
    width:auto;
    max-width:100%;
    margin-bottom:20px;
}
.article-photo img {
    width:auto;
    max-width:100%;
}
.article-photo span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}

.article-photo_yoko {
    width:auto;
    max-width:100%;
    margin-bottom:20px;
}
.article-photo_yoko img {
    width:auto;
    max-width:100%;
}
.article-photo_yoko span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}
.style-column_notes {
    font-size:15px;
    font-weight:bold;
    color:#cc3343;
    margin-top:0;
}
}
@media screen and (min-width: 641px) {
   /* 表示領域が641px以上の場合に適用するスタイル */
.single-detail-column .figure,.single-detail-column .figure-right {
  float:right;
  width:320px !important;
  margin:0 0 10px 10px;
}
.single-detail-column .figure-center {
    float:center;
    width:744px;
    margin:0 auto 20px;
}
.single-detail-column .figure-left {
  float:left;
  width:320px !important;
  margin:0 25px 10px 0;
}
.single-detail-column .figure img,.single-detail-column .figure-left img,.single-detail-column .figure-right img {
    width:320px;
}
.figure-right-small {
  float:right;
  width:230px !important;
  margin:0 0 10px 30px;
}
.figure-right-small img {
    width:230px;
}
.single-detail-column .figure span a.overlay img,.single-detail-column .figure-left span a.overlay img,.single-detail-column .figure-right span a.overlay img {
    width:60px !important;
}
.single-detail-column .figure span,.single-detail-column .figure-center span,.single-detail-column .figure-left span,.single-detail-column .figure-right span {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
    text-align:left;
}
.article-photo {
    float:right;
    width:320px;
    margin-left:20px;
    margin-bottom:5px;
}
.article-photo img {
    width:320px;
}
.article-photo span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}

.article-photo_yoko {
    float:right;
    width:450px;
    margin-left:20px;
    margin-bottom:5px;
}
.article-photo_yoko img {
    width:450px;
}
.article-photo_yoko span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}
.style-column_notes {
    font-size:20px;
    font-weight:bold;
    color:#cc3343;
    margin-top:0;
}
}

@media only screen and (min-device-width: 768px) and
(max-device-width: 1024px) and
(orientation: portrait) {
.single p {
  font-size:130%;
}
}

/*コメント機能*/
.comment {
  padding: 50px 50px 0 50px;
  margin-top: 0px;
}
.comment h3 {
  position: relative;
  line-height: 1.3;
  padding-bottom: 3px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  color:#000;
  float: left;
}
.comment p.agreement {
  font-size:15px;
  float: right;
  margin-top: 5px;
}
.comment p.agreement a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}

@media screen and (max-width:640px){
  .comment {
    background-color:#fff;
    padding: 30px 15px 20px 15px;
    margin-top: 0px;
  }
  .comment h3 {
    position: relative;
    line-height: 1.3;
    padding:8px 12px 8px;
    margin: 0 -15px 5px -15px;
    font-size: 18px;
    background-color:#111;
    color:#fff;
    float: none;
  }
  .comment p.agreement {
    font-size:13px;
    text-align:right;
    margin:15px -10px 0 0;
    color:#444;
    float: none;
  }
}

/*コメントボタン*/
.comment-btn {
  text-align:center;
  display: block;
  margin: 39px 10px 0 0;
}
.comment-btn .wrap {
  background-color:#a00000;
  color:#fff;
  padding:7px 20px 5px 5px;
  border-radius:3px;
  font-size:110%;
}
.comment-btn a:hover {
  background-color:#b60000;
}
.comment-btn .comment-icon {
  height: 15px;
  width: 26px;
  padding: 2px;
  border-radius: 16px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.comment-btn .comment-icon::before {
  background: #fafafa;
  left: 7px;
  border-radius: 3px;
  width: 15px;
  height: 17px;
  top: -3px;
}
.comment-btn .comment-icon::after, .comment-btn .comment-icon::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  position: relative;
  display: block;
}
.comment-btn .comment-icon::after {
  left: 8px;
  top: -10px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.comment-btn .comment-icon::after, .comment-btn .comment-icon::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  position: relative;
  display: block;
}
.comment-btn .comment-txt {
}
.comment-btn02 {
  text-align:right;
  display: block;
  margin: 0 0 0 0;
}
.comment-btn02 .wrap {
  background-color:#a00000;
  color:#fff;
  padding:2px 0px 1px 7px;
  border-radius:3px;
  font-size:70%;
}
.comment-btn02 a:hover {
  background-color:#b60000;
}
.comment-btn02 .comment-icon {
  height: 16px;
  width: 18px;
  padding: 2px;
  border-radius: 16px;
  margin-left: -7px;
  display: inline-block;
  vertical-align: middle;
}
.comment-btn02 .comment-icon::before {
  background: #fafafa;
  top: 1px;
  left: 7px;
  border-radius: 2px;
  width: 9.5px;
  height: 10.5px;
}
.comment-btn02 .comment-icon::after, .comment-btn02 .comment-icon::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  position: relative;
  display: block;
}
.comment-btn02 .comment-icon::after {
  left: 7px;
  top: -6px;
  width: 0px;
  height: 2px;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.comment-btn02 .comment-icon::after, .comment-btn02 .comment-icon::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  position: relative;
  display: block;
}
.comment-btn02 .comment-txt {
  margin-right: 8px;
}
@media screen and (max-width:640px){
  .comment-btn {
    text-align:center;
    margin: 25px 10px 0 0;
  }
  .comment-btn .wrap {
    background-color:#bf0000;
    padding:6px 15px 7px 0px;
    border-radius:3px;
    font-size:95%;
  }
  .comment-btn .comment-icon {
    height: 15px;
    width: 20px;
    padding: 2px;
    border-radius: 16px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: -5px;
  }
  .comment-btn .comment-icon::before {
    left: 7px;
    border-radius: 3px;
    width: 13px;
    height: 15px;
    top: -1px;
  }
  .comment-btn .comment-icon::after, .comment-btn .comment-icon::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    position: relative;
    display: block;
  }
  .comment-btn .comment-icon::after {
    left: 7px;
    top: -9px;
    width: 2px;
    height: 3px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .comment-btn .comment-txt {
    color:#fff;
  }
  .comment-btn02 {
    text-align:left;
    display: block;
    margin-top: 0px;
    margin-bottom:3px;
  }
  .comment-btn02 .wrap {
    background-color:#bf0000;
    color:#fff;
    padding:3px 0px 3px 7px;
    border-radius:3px;
    font-size:70%;
  }
  .comment-btn02 .comment-icon {
    height: 16px;
    width: 16px;
    padding: 2px;
    border-radius: 16px;
    margin-left: -7px;
    display: inline-block;
    vertical-align: middle;
  }
  .comment-btn02 .comment-icon::before {
    top: 1px;
    left: 7px;
    border-radius: 2px;
    width: 9.5px;
    height: 10.5px;
  }
  .comment-btn02 .comment-icon::after {
    left: 7px;
    top: -6px;
    width: 0px;
    height: 2px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .comment-btn02 .comment-txt {
    margin-right: 8px;
  }
  .comment-btn02 .comment-txt {
    color: #fff!important;
  }
}