@charset "utf-8";

/* 共通 ======================================================*/
html {
  font-size: 62.5%; /* 1rem = 10px */
}
body {
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
  background: url(/common/wedge/images/v1/common/bg.png);
}
body, input, textarea, select {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
input[type="text"], textarea {
  padding: 0 5px;
  border: 1px #BBB solid;
  border-radius: 3px;
}
textarea {
  resize: vertical;
  padding: 5px;
}

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  margin: 3px 4px 3px 0;
}

/* 広告 */
.web-advertising .single-img {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.web-advertising {
  overflow: hidden;
  margin-bottom: 20px;
  clear: both;
}
.web-advertising img{width:auto;}

/* テキスト広告 */
.public-relations {
  position: relative;
  margin:10px 0;
  background: #898989;
  /*overflow: hidden;*/
}

/* ビルボード */
.billbord {
  padding-top:20px;
}

.public-relations::after{content:"";display:block;clear:both;}
li.public-relations  {
  margin:0 0 12px 0!important;
  line-height: 1.1;
  background-size: 8px 60%;
  padding:5px;
  position:relative;
  list-style:none;
}
li.public-relations a{color:#fff !important;text-decoration:none;}
li.public-relations .title,
li.public-relations .subtitle{display:block;float:none;}
li.public-relations .title{
  border-style:none;
  margin:0;
  font-size:16px;
  margin-bottom:3px;
}
li.public-relations .subtitle{
  color: #fff;
  padding-left: 12px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  background: url(/common/wedge/images/v1/common/right-arrow.png) 0 2px no-repeat;
}
li.public-relations .pr{
  display:inline-block;
  background-color:#fff;
  padding:3px 5px 2px;
  line-height:1;
  color:#898989;
  font-size:12px;
  font-weight:bold;
  position:absolute;
  right:0;
  top:50%;
  transform:translate(-50%, -50%);
}
.rank-tabcontent li.public-relations{
margin:8px 0 5px 0 !important;
}
/*
.public-relations ul {
  float: left;
}
.public-relations ul li a{
  text-decoration: none;
}
.public-relations ul li a {
  position: static;
  padding: 0;
  margin: 0 0 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff !important;
  display: block;
  background: none;
}
.public-relations ul li a {
  color: #fff;
  padding-left: 23px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  background: url(/common/wedge/images/v1/common/right-arrow.png) 10px center no-repeat;
  display: block;
}
.public-relations ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.public-relations span {
  position: absolute;
  top: 13px;
  right: 10px;
  padding: 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #898989;
  background: #fff;
}
*/
/* 広告(画像二つ) */
.web-advertising .double-img{width:630px;margin:0 auto;}
.web-advertising .double-img::after{content:"";display:block;clear:both;}
.web-advertising .double-img .rec1{
  float: left;
  width: 300px;
  margin-right:30px;
}
.web-advertising .double-img rec2{
  float: right;
  width: 300px;
}
/* 各コンテンツの画像に対する共通の定義 */
.content-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

/* スライダーに関する共通の定義 */
.active-img {
  width: 100%;
  height: 270px;
  margin: auto;
}
.active-img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.passive-img {
  position: absolute;
  right: 1000px;
}

img {
  vertical-align: bottom; /* 画像下部の余白対策 */
  width: 100%;
}
.sidebar img {
  width: auto;
  text-align: left;
}
button {
  cursor: pointer;
}
.more-load-btn {
  overflow: hidden;
  font-size: 11px;
  font-size: 1.1rem;
}

/* 記事ページネーション */
.pagination {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom:20px;
}
.pagination .number,
.pagination .prev,
.pagination .next{
  display: inline-block;
  text-align: center;
}
.pagination .number a {
  border: 1px #1c2a55 solid;
  background: #1c2a55;
  color: #fff;
  padding: 4px 10px;
  width: auto;
  height: auto;
}
.pagination .number.current,
.pagination .number a:hover{
  border: 1px #999 solid;
  background: #fff;
  color: #666;
  padding: 4px 10px;
}
.pagination .number a:link,
.pagination .number a:active,
.pagination .number a:visited {
  text-decoration: none;
}
.pagination .next a,
.pagination .prev a{
  border: 1px #1c2a55 solid;
  background: #1c2a55;
  color: #fff;
  width: auto;
  height: auto;
  text-decoration:none;
}
.pagination .next a:hover,
.pagination .prev a:hover{
  border: 1px #999 solid;
  background: #fff;
  color: #666;
}
/* 矢印 */
.pagination .next a span{
  position: relative;
  display: inline-block;
  padding: 4px 30px 4px 10px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.pagination .next a span::before,
.pagination .next a span::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.pagination .next a span::before{
left: 3px;
width: 10px;
height: 1px;
background: #fff;
}
.pagination .next a span::after{
left: 3px;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.pagination .prev a span{
  position: relative;
  display: inline-block;
  padding: 4px 10px 4px 30px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.pagination .prev a span::before,
.pagination .prev a span::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.pagination .prev a span::before{
right: 3px;
width: 10px;
height: 1px;
background: #fff;
}
.pagination .prev a span::after{
right: 3px;
width: 8px;
height: 8px;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.pagination .next a span:hover,
.pagination .next a span:hover::after,
.pagination .prev a span:hover,
.pagination .prev a span:hover::after{
  color:#666;
  border-color:#666;
}
.pagination .next a span:hover::before,
.pagination .prev a span:hover::before{
   background:#666;
}
/* レコメンド記述 */
.recommended {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
  color: #a7a7a7;
  margin: 10px 5px 0 0;
}
.recommend h2 {
  float: left;
}
.recommend h2::before {
  float: left;
  content: "";
  width: 15px;
  height: 15px;
  margin: 6px 5px 0 0;
  display: block;
  background: #1ba196;
}
.recommend .content-list .content-title a {
  color: #575757;
}
/* 記事リストページネーション */
.list-wrapper + .pagination {
  float: none;
  padding: 8px 0;
  border: 1px;
  margin-bottom: 20px;
  border-color: #9f9fa0;
  border-style: solid none;
  text-align: center;
  overflow: hidden;
}
.list-wrapper + .pagination .prev {
  float: left;
  box-sizing: border-box;
  width: 65px;
}
.list-wrapper + .pagination .next {
  float: right;
  display: block;
}
.list-wrapper + .pagination .prev a:link,
.list-wrapper + .pagination .prev a:active,
.list-wrapper + .pagination .prev a:visited,
.list-wrapper + .pagination .prev a:hover {
  padding: 7px 5px 3px 15px;
  box-sizing: border-box;
  width: 65px;
  color: #fff;
  text-decoration: none;
  background: #9f9fa0 url(/common/wedge/images/v1/common/arrow.png) 8px center no-repeat;
  background-size: 10px 10px;
  border-style:none;
}
.list-wrapper + .pagination .number {
  display: none;
}
.list-wrapper + .pagination .next a:link,
.list-wrapper + .pagination .next a:active,
.list-wrapper + .pagination .next a:visited,
.list-wrapper + .pagination .next a:hover {
  padding: 7px 15px 3px 5px;
  color: #fff;
  box-sizing: border-box;
  width: 65px;
  text-decoration: none;
  background: #9f9fa0 url(/common/wedge/images/v1/common/right-arrow.png) 48px center no-repeat;
  background-size: 10px 10px;
  border-style:none;
}
/* 検索ボックス */
.search-box {
  width: 310px;
  overflow: hidden;
  margin: 20px auto;
}
.input-box {
  float: left;
  width: 80%;
  height: 100%;
  margin: 5px 0;
}
.input-box input {
  width: 98%;
  padding: 0;
  background: #c9c9cb url(/common/wedge/images/v1/common/search.png) 5px center no-repeat;
  background-size: 18px 18px;
  height: 21px;
}
.search-button {
  float: right;
  width: 20%;
  margin: 4px 0;
}
.search-button input {
  width: 100%;
  height: 25px;
  padding: 0;
  background: #1c2a55;
  border: solid 1px #fff;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
}
/* 検索ボックス placeholder */
input:placeholder {
  color: #000;
}
input::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
/* header ======================================================= */
header {
  width: 1060px;
  margin: auto;
}

/* ヘッダータブ */
.header-tab .tab {
  margin: 10px 0 0 15px;
  list-style: none;
  overflow: hidden;
}
.header-tab .tab li {
  float: left;
  width: 100px;
  height: 25px;
  margin-right: 10px;
  padding: 0 6px;
  border-style: solid solid none solid;
  border-width: 1px;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  font-size: 8px;
  font-size: .8rem;
  color: #666;
  cursor: pointer;
  text-align: center;
}
/* タブが非アクティブな状態 */
.header-tab .tab li.wedge-infinity {
  background: #fff url(/common/wedge/images/v1/common/wedgeinfinity.png) center center no-repeat;
  background-size: 90%;
}
.header-tab .tab li.wedge {
  background: #fff url(/common/wedge/images/v1/common/WEDGE100.png) center center no-repeat;
  background-size: 50%;
}
.header-tab .tab li.hitotoki{
  background: #fff url(/common/wedge/images/v1/common/hitotokilogo100.png) center center no-repeat;
  background-size: 50%;
}
.header-tab .tab li.shoseki{
  background: #fff url(/common/wedge/images/v1/common/shoseki100.png) center center no-repeat;
  background-size: 80%;
}
/* タブがホバーされた状態 */

.header-tab .tab li.wedge-infinity:hover,
.header-tab .tab li.wedge-infinity.active {
  border-color: #000;
  background: #182953 url(/common/wedge/images/v1/common/wedge-infinity-active.png) center center no-repeat;
  background-size: 90%;
}
.header-tab .tab li.wedge:hover,
.header-tab .tab li.wedge.active {
  border-color: #000;
  background: #000 url(/common/wedge/images/v1/common/WEDGE-active100.png) center center no-repeat;
  background-size: 50%;
}
.header-tab .tab li.hitotoki:hover,
.header-tab .tab li.hitotoki.active {
  border-color: #000;
  background: #b7282c url(/common/wedge/images/v1/common/hitotokilogo-active100.png) center center no-repeat;
  background-size: 50%;
}
.header-tab .tab li.shoseki:hover,
.header-tab .tab li.shoseki.active {
  border-color: #000;
  background: #a27a51 url(/common/wedge/images/v1/common/shoseki-active100.png)  center center no-repeat;
  background-size: 80%;
}
.header-content-wrapper {
  border-top: solid 1px #000;
  background: #fff;
}
.header-content {
  width: 1040px;
  padding: 10px;
  margin: auto;
  overflow: hidden;
}

/* logo */
.header-content .logo {
  float: left;
  width: 250px;
}
.header-content .logo img {
  width: 100%;
}

/* おしらせ */
.header-content .header-info {
  float: left;
  width: 450px;
  min-height:70px;
  display:block;
  margin: 11px 0 0 30px;
  overflow: hidden;
}

/* お知らせタイトル */
.header-content .header-info .title {
  float: left;
  width: 20%;
  margin-top: 5px;
}
.header-content .header-info .title h2 {
  padding: 18px 0;
  text-align: center;
  border: solid 1px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #eef0ef;
}

/* お知らせコンテンツ */
.header-content .header-info .content {
  float: right;
  width: 78%;
  font-size: 1.2rem;
  font-size: 12px;
}
.header-content .header-info .content ul {
  margin-left: 10px;
}
.header-content .header-info .content ul li {
  margin: 1px 0;
  line-height: 1.7;
}
.header-content .header-info .content ul li a {
  background: url(/common/wedge/images/v1/common/slider-arrow.png) left center no-repeat;
  background-size: 10px 10px;
  display: block;
}
.header-content .header-info .content ul li a:link,
.header-content .header-info .content ul li a:visited,
.header-content .header-info .content ul li a:active {
  padding-left: 15px;
  text-decoration: none;
  color: #000;
}
.header-content .header-info .content ul li a:hover {
  text-decoration: underline;
  background: url(/common/wedge/images/v1/common/slider-active-arrow.png) left center no-repeat;
  background-size: 10px 10px;
}
/* 日付 */
.header-content .date {
  float: right;
  width: 150px;
  text-align: right;
  font-size: 16px;
  font-size: 1.5rem;
}

/* メルマガ登録ボタン */
.header-content .mail-maga-box {
  float: left;
  width: 116px;
  margin: 8px 0 0 55px;
  text-align: right;
}
.header-content .mail-maga-box a {
  width: 106px;
  padding: 8px 10px 8px 0;
  border: solid 1px;
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #bfbfbf url(/common/wedge/images/v1/common/right-arrow.png) 8% center no-repeat;
  background-size: 8% 28%;
  text-decoration: none;
}
.header-content .mail-maga-box a:hover {
  background: #16a196 url(/common/wedge/images/v1/common/right-arrow.png) 8% center no-repeat;
  background-size: 8% 28%;
  text-decoration: none;
}
/* ソーシャルアイコン */
.header-content .sns-icons {
  float: right;
  width: 130px;
  margin-top: 8px;
}
.header-content .sns-icons ul li {
  width: 29%;
  border-radius: 50%;
  margin-left: 2px;
  display: inline-block;
}
.header-content .sns-icons ul li a {
  padding-top: 35px;
}
.header-content .sns-icons .facebook-icon {
  background: #b7b7b7 url(/common/wedge/images/v1/common/facebook.png) center center no-repeat;
  background-size: 60% 55%;
}
.header-content .sns-icons .twitter-icon {
  background: #b7b7b7 url(/common/wedge/images/v1/common/twitter.png) center center no-repeat;
  background-size: 55% 55%;
}
.header-content .sns-icons .rss-icon {
  background: #b7b7b7 url(/common/wedge/images/v1/common/rss.png) center center no-repeat;
  background-size: 55% 55%;
}
.header-content .sns-icons .facebook-icon:hover {
  background: #1a499d url(/common/wedge/images/v1/common/facebook.png) center center no-repeat;
  background-size: 60% 55%;

}
.header-content .sns-icons .twitter-icon:hover {
  background: #33a1d2 url(/common/wedge/images/v1/common/twitter.png) center center no-repeat;
  background-size: 55% 55%;
}
.header-content .sns-icons .rss-icon:hover {
  background: #ed8f26 url(/common/wedge/images/v1/common/rss.png) center center no-repeat;
  background-size: 55% 55%;
}

/* ヘッダーナビゲーション */
.header-nav-wrapper {
  background: #1c2a55;
}
.header-nav {
  /* width: 1040px; */
  margin: auto 15px;
  clear: both;
}

.header-nav ul li {
  width: 80px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}
.header-nav ul li:nth-child(-n+8):hover {
  background: #1a9f97;
  margin-top: -4px;
  padding: 10px 0 6px 0;
}
.header-nav ul li:nth-child(-n+8).active {
  background: #1a9f97;
  margin-top: -3px;
  padding: 10px 0 6px 0;
}
.header-nav ul li:last-child{
  width:auto;
  float:right;
  margin-right:0;
}
.header-nav ul li a:link,
.header-nav ul li a:hover,
.header-nav ul li a:active,
.header-nav ul li a:visited {
  color: #fff;
  text-decoration: none;
}
.header-nav ul li .search-box {
  width: 310px;
  overflow: hidden;
  margin: 0 0 0 -5px;
}
.header-nav ul li .input-box {
  float: left;
  width: 80%;
  height: 100%;
  margin: 5px 0;
}
.header-nav ul li .input-box input {
  width: calc(98% - 30px);
  padding-left: 30px;
  background: #c9c9cb url(/common/wedge/images/v1/common/search.png) 5px center no-repeat;
  background-size: 18px 18px;
  height: 21px;
}
.header-nav ul li .search-button {
  float: right;
  width: 20%;
  margin: 5px 0;
  border: none;
}
.header-nav ul li .search-button input {
  width: 98%;
  height: 23px;
  padding: 0;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  cursor: pointer;
}

/* index_main ======================================================= */
.main {
  width: 1040px;
  padding: 0 10px 20px 10px;
  margin: auto;
  /*overflow: hidden;*/
  background: #fff;
}
.main::after{content:"";display:block;clear:both;}
.main.wedge{border-top:solid 1px #000;}
.main-content{
  float: left;
  width: 68%;
  margin-left: 5px;
}
.main-top-space {
  float: left;
  width: 68%;
  margin: 30px 0 0 5px;
}

/* ニュートピックス */
.new-topics {
  position: relative;
  overflow: hidden;
  background: #cac8ca;
  margin: 20px 0;
}
.new-topics .content-img {
  float: left;
  width: 424px;
  height: 283px;
  margin: 10px 0 10px 10px;
  background: #fff;
  background-size: contain;
  position:relative;
}
.new-topics .active-img {
  position: relative;
  height: 283px;
  margin: auto;
}
.new-topics .active-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* トピックスコンテンツタイトル */
.new-topics .content-title {
  position: absolute;
  bottom: 0;
  width: 404px;
  height: 40px;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  line-height: 1.1;
  background: rgba(0, 0, 0, .6);
}
.new-topics .content-title a:link,
.new-topics .content-title a:active,
.new-topics .content-title a:visited,
.new-topics .content-title a:hover {
  text-decoration: none;
  color: #fff;
}
/* ニュートピックス・コンテンツリスト */
.new-topics .content-list {
  float: right;
  width: 250px;
  height:283px;
  overflow:hidden;
  margin: 10px 10px 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.new-topics .content-list ul {
  height: 284px;
  background: #fff;
}
.new-topics .content-list ul li {
  background: rgba(0, 0, 0, 0) url("/common/wedge/images/v1/common/slider-arrow.png") no-repeat scroll 1% center / 10px 10px;
  border-bottom: 1px solid #a2a0a2;
  height: 40px;
  line-height: 1.3;
  margin: 0 1px 0 5px;
  padding: 5px 9px 1px 20px;
  position: relative
}
.new-topics .content-list ul li:first-child {
  background: url(/common/wedge/images/v1/common/slider-active-arrow.png) no-repeat scroll 1% center / 10px 10px;
}
.new-topics .content-list ul li:last-child {
  border: none;
}
.new-topics .content-list ul li span.new,
.new-topics .content-list ul li span.pr{
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #15a490;
}
.new-topics .content-list ul li a:link,
.new-topics .content-list ul li a:visited,
.new-topics .content-list ul li a:active,
.new-topics .content-list ul li a:hover {
  text-decoration: none;
  color: #000;
}

/* 記事リスト */
.article-list ul li {
  display: inline-block;
  width: 226px;
  margin: 0 3px 10px 3px;
  vertical-align: top;
  position:relative;
}
.article-list ul li:first-child {
  margin: 0 6px 20px 0;
}
.article-list ul li:nth-child(3n+1) {
  margin: 0 6px 10px 0;
}
.article-list ul li:nth-child(3n+0) {
  margin: 0 0 10px 6px
}
.article-list ul li:hover {
  filter: brightness(120%);
  -webkit-filter: brightness(110%);
  text-decoration: underline;
}
.article-list ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.article-list ul li a:link,
.article-list ul li a:visited,
.article-list ul li a:active {
  color: #000;
  text-decoration: none;
}
.article-list ul li span.new {
  /*position: absolute;
  bottom: 2px;
  right: 2px;*/ /* 16.10.17 j.tsukui newマーク対応 */
  float: right; /* 16.10.17 j.tsukui newマーク対応 */
  margin-top: 3px; /* 16.10.17 j.tsukui newマーク対応 */
  padding: 0 5px;
  border-radius: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight:normal;
  color: #fff;
  background: #15a490;
}

/* 記事リスト・画像 */
.article-list ul li .content-img {
  position: relative;
  width: 100%;
  padding-top: 67%;
  text-align:center;
  overflow:hidden;
}
.article-list ul li .content-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/* BBC用 */
.article-list ul li.bbc .content-img img {
  height:100%;
  max-width:none;
  left:-22px;
}

/* 記事リスト・タイトル */
.article-list ul li .content-title {
  height: 30%;
  padding-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  /*position:relative;*/ /* 16.10.17 j.tsukui newマーク対応 */
  word-break: break-all; /* 16.10.17 j.tsukui newマーク対応 */
  color:#575757;
}
/* PRアイコン */
.article-list ul li .content-title .pr-icon{
  /*position:absolute;
  right:0;
  bottom:0;*/ /* 16.10.17 j.tsukui newマーク対応 */
  float: right; /* 16.10.17 j.tsukui newマーク対応 */
  margin-top: 3px; /* 16.10.17 j.tsukui newマーク対応 */
  font-size:12px;
  font-weight:normal;
  display:inline-block;
  color:#fff;
  background-color:#898989;
  padding:1px 5px;
  line-height:1;
}
/* BBCアイコン */
.article-list ul li.bbc .content-title .bbc-icon{
  /*position: absolute;
  bottom: 0;
  right: 0;*/ /* 16.10.17 j.tsukui newマーク対応 */
  float: right; /* 16.10.17 j.tsukui newマーク対応 */
  margin-top: 3px; /* 16.10.17 j.tsukui newマーク対応 */
  padding: 0 5px;
  border-radius: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #15a490;
}
/* 記事下ボタン */
.send-page-button {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.send-page-button ul li {
  width: 226px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  background: #e5e7e6;
  border: solid;
  border-width: 1px;
}
.send-page-button ul li:first-child {
  margin-right: 5px;
}
.send-page-button ul li:last-child {
  margin: 0;
}
.send-page-button ul li:hover {
  background: #888889;
  border-color: #221814;
}
.send-page-button ul li a:link,
.send-page-button ul li a:visited,
.send-page-button ul li a:active {
  color: #5d5d5d;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}
.send-page-button ul li a:hover {
  color: #fff;
  text-decoration: none;
}
/* 特集スライダー */
.feature-content {
  width: 100%;
  background: #ccc9cb;
  overflow: hidden;
  margin-bottom: 20px;
}

/* スライダータイトル */
.feature-content .title {
  overflow: hidden;
  background: #1e2a55;
}
.feature-content .title h2 {
  float: left;
  border-left: solid 10px #1ca092;
  padding: 3px 0 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 5px;
}

/* もっと見る */
.feature-content .title .more-load-btn {
  float: right;
  width: 118px;
  padding: 7px 10px 7px 7px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background: #1e2a55;
}
.feature-content .title .more-load-btn:link,
.feature-content .title .more-load-btn:visited,
.feature-content .title .more-load-btn:active,
.feature-content .title .more-load-btn:hover {
  text-decoration: none;
  color: #fff;
}

/* スライド部分 */
.feature-content .slider {
  float: left;
  position: relative;
  width: 425px;
  height: 230px;
  margin: 10px 0 10px 10px;
  overflow: hidden;
  background: #ccc9cb;
}

/* スライダーのコントローラー */
.feature-content .slider .slide-controller {
  float: right;
  width: 35px;
  position: relative;
  height: 100%;
  background: #000;
  cursor: pointer;
}
.feature-content .slider .slide-controller:first-child {
  float: left;
  position: relative;
  height: 100%;
}
.feature-content .slider .slide-controller img {
  position: absolute;
  top: 100px;
  width: 17px;
  margin-left: 9px;
}

/* スライダー画像 */
.feature-content .slider .content-img {
  float: left;
  width: calc(100% - 72px);
  height: 230px;
  margin-left: 1px;
}
.feature-content .slider .content-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.feature-content .slider .content-img .active-img {
  position: relative;
  height: 230px;
  margin: auto;
}

/* スライダーに表示されているコンテンツのタイトル */
.feature-content .slider .content-title {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 335px;
  padding: 0 5px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, .5);
}
.feature-content .slider .content-title a:link,
.feature-content .slider .content-title a:active,
.feature-content .slider .content-title a:visited {
  text-decoration: none;
  color: #fff;
}
.feature-content .slider .content-title a:hover {

}
.feature-content .slider .bullets {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.feature-content .slider .bullets ul li:first-child {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c8cdd7;
}
.feature-content .slider .bullets ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #717881;
}
.feature-content .content-list {
  float: right;
  width: 260px;
  height: 230px;
  margin: 10px 10px 0 0;
}
.feature-content .content-list ul {
  height: 210px;
  background: #fff;
}
.feature-content .content-list ul li {
  background: rgba(0, 0, 0, 0) url("/common/wedge/images/v1/common/slider-arrow.png") no-repeat scroll 1% center / 10px 10px;
  border-bottom: 1px solid #c7c5c7;
  display: table;
  font-size: 1.5rem;
  height: 35px;
  line-height: 1.3;
  margin: 0 1px 0 5px;
  padding: 3px 15px 3px 20px;
  width: 218px;
}

.feature-content .content-list ul li:first-child {
  background: url(/common/wedge/images/v1/common/slider-active-arrow.png) no-repeat scroll 1% center / 10px 10px;
}
.feature-content .content-list ul li a:link,
.feature-content .content-list ul li a:visited,
.feature-content .content-list ul li a:active {
  color: #000;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.feature-content .content-list .more-load-btn {
  width: 250px;
  height: 16px;
  padding: 2px 5px;
  margin: auto;
  background: #fff;
  color: #999;
  text-align: right;
}
.feature-content .content-list .more-load-btn:link,
.feature-content .content-list .more-load-btn:active,
.feature-content .content-list .more-load-btn:visited,
.feature-content .content-list .more-load-btn:hover {
  text-decoration: none;
  color: #000;
}
/* 本紹介 */
.book-wrapper .book-item {
  overflow: hidden;
  margin-bottom: 20px;
}

.book-wrapper .book-item .content-img a{
  position: relative;
  padding-top: 200px;
  float: left !important;
  width: 20% !important;
}
.book-wrapper .book-item .content-img img {
  position: absolute;
  top: 0;
  bottom: auto;
  right: auto;
  left: auto;
  border:solid 1px #ccc;
}
.book-wrapper .book-item .title {
  width: 540px;
  padding: 5px 0 5px 10px;
  background: #000;
  color: #fff;
}
.book-wrapper .book-item:nth-child(even) .title {
  background: #b7282c;
}
.book-wrapper .book-item:last-child .title {
  background: #a47a52;
}
.book-wrapper .book-item .content-text {
  position: relative;
  width: 530px;
  height: 150px;
  padding: 10px;
}
.book-wrapper .book-item .sub-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* 本概要 */
.book-wrapper .book-item .overview {
  width: 95%;
  padding-bottom: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

/* 詳細ボタン */
.book-wrapper .book-item .send-detail {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  clear: both;
  margin-bottom: 5px;
}
.book-wrapper .book-item .send-detail span {
  padding: 4px;
  border: solid 1px #000;
  background: #fff;
}
.book-item a:hover {
  text-decoration: none;
}
.book-wrapper .book-item a:visited,
.book-wrapper .book-item a:link,
.book-wrapper .book-item a:active {
  float: right;
  width: 540px;
  text-decoration: none;
  color: #000;
}

/* 本紹介テキスト */
.book-wrapper .book-item .content-text:hover {
  text-decoration: underline;
  background: #e5e7e6;
}
/* サイト下部文字広告 */
.text-advertising ul li {
  margin: 0 0 10px 0;
}
.text-advertising ul li p a {
  color: #0c2d71;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.text-advertising .url {
  color: #ededed;
}
/* article_main ================================================== */
.article-wrapper {
  margin-bottom: 20px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #999;
  overflow: hidden;
}

/* 記事ヘッダー */
.article-header {
  width: 98%;
  margin: 10px auto 0 0;
}
.article-header .article-name {
  float: left;
}
.article-header .article-name a:link,
.article-header .article-name a:active,
.article-header .article-name a:visited {
  text-decoration: none;
  color: #000;
}
.article-header .article-name a:hover {
  text-decoration: underline;
}
/* 日付 */
.article-header .date {
  float: right;
}

/* 記事情報 */
.article-header .article-info {
  padding: 7px 0;
  border-style: solid none none none;
  border-width: 1px;
  border-color:#999;
  clear: both;
}
.article-header .article-info .title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
}
.article-header .article-info .sub-title {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
}

/* 著者名 */
.article-header .article-info .author {
  font-size: 14px;
  font-size: 1.4rem;
}

/* 記事オプション */
.article-header .article-service {
  padding: 2px 0;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #999;
  overflow: hidden;
}
/* pr表記 */
.article-header .article-service .pr-badge{float:left;background:#888;text-align:center;color:#fff;padding:0 7px;margin:6px 100px 0 0;}
/* 著者プロフィール */
.article-header .article-service .author-prof {
  float: left;
  width: 20%;
  padding: 4px 0;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background: #888;
  text-align: center;
  cursor: pointer;
  margin-top:2px;
}
.article-header .article-service .author-prof a:link,
.article-header .article-service .author-prof a:visited,
.article-header .article-service .author-prof a:hover,
.article-header .article-service .author-prof a:active {
  text-decoration: none;
  color: #fff;
}

/* ソーシャルボタン */
.article-header .article-service .social-btn {
  float: left;
  width: 26%;
  margin: 5px 0 0 10px;
  overflow: hidden;
}

/* twitter ツイートボタン */
.article-header .article-service .social-btn .tooltwitter {
  float: left;
  margin-top: 1px;
}
header .article-service .social-btn .service-tools.facebook {
  float: left;
}
/* 記事ツール */
.article-header .article-service .tool {
  float: left;
  margin-left: 5px;
  width: 200px;
  overflow: hidden;
}
.article-header .article-service .tool div {
  float: left;
  width: 30%;
  padding: 4px 4px;
  margin-top: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  background: #a0a0a0;
  color: #fff;
}

/* メール */
.article-header .article-service .tool .mail {
  width: 20%;
  margin: 2px 10px 0 0;
  padding: 0;
  background: none;
}

/* フォント */
.article-header .article-service .tool .font {
  width: 35%;
  padding: 2px;
  margin: 0;
  color: #000;
  overflow: hidden;
  background: none;
}
.article-header .tool .font img {
  float: left;
  width: 35%;
  padding-right: 3px;
  margin-left: 3px;
  cursor: pointer;
}
/* 印刷 */
.article-header .tool .print a:link,
.article-header .tool .print a:hover,
.article-header .tool .print a:visited,
.article-header .tool .print a:active {
  text-decoration: none;
  color: #fff;
}

/* 記事ヘッダー・ページネーション */
.article-header .pagination .next {
  display: block;
  float:right;
}
.article-header .article-service .pagination .next a:link,
.article-header .article-service .pagination .next a:active,
.article-header .article-service .pagination .next a:visited,
.article-header .article-service .pagination .next a:hover {
  width: 70px;
  padding: 5px 3px;
  border: 1px solid #8b8b8b;
  border-radius: 5px;
  margin-right: 7px;
  font-size: 14px;
  color: #8b8b8b;
  text-decoration: none;
  text-align: center;
}
.article-header .pagination .number {
  display: none;
}

/* 著者プロフィール詳細 */
.article-header .author-prof-detail {
  position: absolute;
  width: 500px;
  height: auto;
  border: solid 5px #C0C0C0;
  background: #fff;
  overflow: hidden;
  display: none;
  word-wrap:break-word;
  overflow-wrap:break-word;
  z-index:999;
}

/* 著者画像 */
.article-header .author-prof-detail .author-img {
  float: left;
  width: 20%;
  display: inline-block;
  padding: 10px 0 0 10px;
}
.article-header .author-prof-detail .author-sns a{display:inline;color:#444;}
/* 著者概要 */
.article-header .author-prof-detail .prof-text {
  overflow:hidden;
  padding: 10px;
}
.article-header .author-prof-detail .author-name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.article-header .author-prof-detail .author-name span{
  font-weight:normal;
  font-size:13px;
  font-size: 1.3rem;
}
.article-header .author-prof-detail .prof-text img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.article-header .author-prof-detail .author-affiliation {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

/* 著者経歴 */
.article-header .author-prof-detail .author-history {
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  /* word-break: break-all; */
}
.article-header .author-prof-detail .author-history a{display:inline;color:#000;}

/* 著者執筆記事 */
.article-header .author-prof-detail .writing-articles {
  border-top: dotted 1px #ccc;
  padding: 10px 0;
  margin:0 10px;
  clear: both;
}
.article-header .author-prof-detail .writing-articles .title {
  width: 95%;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.article-header .author-prof-detail .writing-articles ul {
  width: 95%;
  margin: auto;
}
.article-header .author-prof-detail .writing-articles ul li a {
  width: 85%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-header .author-prof-detail .writing-articles a:visited,
.article-header .author-prof-detail .writing-articles a:active,
.article-header .author-prof-detail .writing-articles a:link {
  text-decoration: none;
  color: #000;
  padding-left: 11px;
  background: url(/common/wedge/images/v1/common/slider-arrow.png) left center no-repeat;
}
.article-header .author-prof-detail .writing-articles a:hover {
  text-decoration: underline;
  padding-left: 11px;
  background: url(/common/wedge/images/v1/common/slider-active-arrow.png) left center no-repeat;
}

.article-header .author-prof-detail .prof-block{border-top:solid 2px #ccc;}
.article-header .author-prof-detail .prof-block:first-child{border-style:none;}

/* 次の記事へ */
.next-page {
  width: 98%;
  margin: 10px auto 0 0;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #dbe7f5;
  text-align: center;
}
.next-page a:link,
.next-page a:visited,
.next-page a:active {
  color: #2a2f7e;
  text-decoration: none;
}
.next-page a:hover {
  color: #2a2f7e;
  text-decoration: underline;
}
/* 記事ページネーション */
.article-body + .pagination {
  float: none;
  margin: auto;
  text-align: center;
  clear:both;
}
.pagination + .article-service {
  /* width: 98%; */
  /* padding: 5px 0; */
  /* border-width: 1px; */
  /* border-color: #999; */
  /* border-style: solid none; */
  /* margin: 20px auto 20px 0; */
  /* overflow: hidden; */
}

.article-service {
  width: 98%;
  padding: 5px 0;
  border-width: 1px;
  border-color: #999;
  border-style: solid none;
  margin: 0px auto 20px 0;
  overflow: hidden
}


/* バックナンバー */
.article-service{clear:both;margin-bottom:30px;}
.article-service::after{content:"";clear:both;display:block;}
.article-service .back-number {
  float: left;
  width: 124px;
  padding: 5px;
  margin-top: 2px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  background: #848484;
  text-align: center;
}

.article-service .back-number a:link,
.article-service .back-number a:active,
.article-service .back-number a:visited {
  color: #fff;
  text-decoration: none;
}

/* 記事下SNSアイコン */
.article-service .sns-icons {
  float: left;
  width: 340px;
  margin-left: 10px;
  overflow: hidden;
}
.article-service .sns-icons ul li {
  width: 18%;
  padding: 2px 1px;
  display: inline-block;
  text-align: center;
}
.article-service .sns-icons .facebook {
  background: #3b5999;
}
.article-service .sns-icons .twitter {
  background: #00b0ec;
}
.article-service .sns-icons .google {
  background: #dc4e41;
}
.article-service .sns-icons .hatena {
  background: #00a4de;
}
.article-service .sns-icons .pocket {
  background: #e03e53;
}
.article-service .sns-icons ul li img {
  width: 30px;
  height: 30px;
}
/* 関連記事 */
.related-article{clear:both;}
.related-article .title {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.related-article .title h2 {
  float: left;
}
.related-article .title h2::before {
  float: left;
  content: "";
  width: 15px;
  height: 15px;
  margin: 6px 5px 0 0;
  display: block;
  background: #1ba196;
}
.related-article .title span {
  float: left;
  display: block;
}
.related-article .article-list {
  padding: 5px 10px 10px 10px;
  margin: 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  clear: both;
}
.related-article .article-list ul li {
  width: 320px;
  margin: 10px 10px 0 10px;
  overflow: hidden;
  display: inline-block;
}
.related-article .article-list ul li:nth-child(-n+2) {
  margin: 10px 10px 0 10px;
}
.related-article ul li:hover .content-img,
.related-article ul li:hover .content-title {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  text-decoration: underline;
}
.related-article ul li a:link,
.related-article ul li a:visited,
.related-article ul li a:active {
  height: 100%;
  color: #595757;
}
.related-article ul li .content-img {
  position: relative;
  float: left;
  width: 30%;
  padding-top: 64px;
}
.related-article ul li .content-title {
  float: right;
  width: 65%;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #595757;
}

/* おススメ記事 */
.recommend {
  margin-bottom: 30px;
}
.recommend .title {
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.article-pr .public-relations {
  position: relative;
  margin:10px 0;
  background: #898989;
  color: #fff;
  overflow: hidden;
}
.new-article .title {
  margin-bottom: 15px;
  overflow: hidden;
  background: #1e2a55;
}
.new-article .title h2 {
  float: left;
  border-left: solid 10px #1ca092;
  padding: 3px 0 3px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.new-article .content-list ul li a:link,
.new-article .content-list ul li a:active,
.new-article .content-list ul li a:visited,
.new-article .content-list ul li a:hover {
  color: #575757;
}
.new-article .title .more-load-btn {
  float: right;
  width: 70px;
  padding-top: 3px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.new-article .title .more-load-btn:link,
.new-article .title .more-load-btn:visited,
.new-article .title .more-load-btn:active,
.new-article .title .more-load-btn:hover {
  color: #fff;
  text-decoration: none;
  margin: 5px 5px 0 0;
}
/* newtopiclist_main ================================================== */

/* 新着記事一覧 タイトル */
.new-topic-list .title {
  border-width: 0 0 1px 10px;
  border-color: #aaa #17a096;
  border-style: none none solid solid;
  margin-bottom: 20px;
  overflow: hidden;
}
.new-topic-list .title h2 {
  float: left;
  padding-left: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;

}
.new-topic-list .title span {
  float: right;
  padding: 0 8px 0 8px;
  border-radius: 20px;
  margin-top: 8px;
  color: #fff;
  background: #be2831;
  display: block;
}
.new-topic-list .title span::before {
  display: inline;
  content: "≫";
  margin-right: -6px;
}
/* 新着記事一覧 コンテンツリスト */
.list-wrapper .content-list {
  overflow: hidden;
}
.list-wrapper .content-list ul li {
  /*overflow: hidden;*/
  margin: 0 0 12px -8px;
}
.list-wrapper .content-list ul li::after{content:"";clear:both;display:block;}

/* 新着記事一覧 コンテンツ画像 */
.list-wrapper .content-list ul li .content-img {
  position: relative;
  float: left;
  width: 26%;
  padding-top: 124px;
  margin-left: 10px;
  overflow:hidden;
}
.list-wrapper .content-list ul li .content-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
/* BBC用 */
.list-wrapper .content-list ul li.bbc .content-img img{
  height:100%;
  max-width:none;
  left:-22px;
}

/* 新着記事一覧 コンテンツ情報 */

/* タイトル */
.list-wrapper .content-list ul li .content-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-wrapper .content-list ul li a:link,
.list-wrapper .content-list ul li a:active,
.list-wrapper .content-list ul li a:visited {
  text-decoration: none;
  color: #000;
  display:inline;
}
.list-wrapper .content-list ul li a:hover{
  text-decoration:underline;
}
.list-wrapper .content-list ul li .content-info {
  float: right;
  width: 71%;
  padding: 5px 0;
}
.list-wrapper .content-list ul li a:hover .content-title,
.list-wrapper .content-list ul li a:hover .sub-title {
  text-decoration: underline;
  color: #000;
}
/* サブタイトル */
.list-wrapper .content-list ul li .content-info .sub-title {
  font-size: 15px;
  font-size: 1.5rem;
}
/* 日付 */
.list-wrapper .content-list ul li .content-info .date {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
}

/* 出版社 */
.list-wrapper .content-list ul li .content-info .publisher {
  float: left;
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* 記事概要 */
.list-wrapper .content-list ul li .content-info .content-text {
  padding-top: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  clear: both;
}

/* bbclist_main ================================================== */
/* BBCリスト・タイトル */
.bbc_list .title {
  border-style: none none solid solid;
  border-width: 0 0 1px 10px;
  border-color: #aaa #17a096;
  margin-bottom: 15px;
  overflow: hidden;
}
.bbc_list .title h2 {
  float: left;
  padding-left: 10px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
}
.bbc_list .title span {
  float: right;
  padding: 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 5px;
  display: block;
}
.bbc_list .description {
  overflow: hidden;
  padding-left: 20px;
}
.bbc_list .description .text {
  float: left;
  width: 64%;
  font-size: 16px;
  font-size: 1.6rem;
}
.bbc_list .description .content-img {
  position: relative;
  float: right;
  top: -20px;
  right: -10px;
  width: 35%;
  padding-top: 200px;
}
/* columnlist_main ================================================== */

/* コラムリスト・タイトル */
.column-list .title {
  border-style: none none solid solid;
  border-width: 0 0 1px 10px;
  border-color: #aaa #17a096;
  margin-bottom: 15px;
  overflow: hidden;
}
.column-list .title h2 {
  float: left;
  padding-left: 10px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
}
.column-list .title span {
  float: right;
  padding: 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 5px;
  display: block;
}
.column-list .description {
  overflow: hidden;
  padding-left: 20px;
}
.column-list .description .text {
  float: left;
  width: 64%;
  font-size: 16px;
  font-size: 1.6rem;
}

/* コラムリスト・概要画像 */
.column-list .description .content-img {
  position: relative;
  float: right;
  top: -20px;
  right: -10px;
  width: 35%;
  padding-top: 200px;
}

/* genrelist_main ================================================== */

.genre-list .title {
  border-width: 0 0 1px 10px;
  border-color: #aaa #17a096;
  border-style: none none solid solid;
  margin-bottom: 20px;
}
.genre-list .title h2 {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
/* tokushu_list_main ================================================== */

/* 特集リスト・タイトル */
.tokushu-list .title {
  border-width: 0 0 1px 10px;
  border-color: #aaa #17a096;
  border-style: none none solid solid;
  margin-bottom: 20px;
  overflow: hidden;
}
.tokushu-list .title h2 {
  float: left;
  padding-left: 7px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

/* 特集リスト・特集タイトル */
.tokushu-list .content-list ul li .content-info .content-title {
  font-size: 21px;
  font-size: 2.1rem;
}
/* 特集リスト・記事タイトル */
.tokushu-list .content-list ul li .article-title {
  margin-top: 5px;
}
.tokushu-list .content-list ul li .article-title li {
  padding-left: 13px;
  margin: 2px 0;
  background: url(/common/wedge/images/v1/common/slider-arrow.png) left 30% no-repeat;
  background-size: 10px 10px;
}
.tokushu-list .content-list ul li .article-title li:hover {
  background: url(/common/wedge/images/v1/common/slider-active-arrow.png) left 30% no-repeat;
  background-size: 10px 10px;
}
.tokushu-list .article-title li a:link,
.tokushu-list .article-title li a:visited,
.tokushu-list .article-title li a:active {
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
}
.tokushu-list .content-list ul li .article-title a:hover {
  text-decoration: underline;
  color: #000;
}
/* もっと見る */
.tokushu-list .content-list ul li .more-load-btn {
  float: none;
  margin-left: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
}
.tokushu-list .content-list ul li .more-load-btn:link,
.tokushu-list .content-list ul li .more-load-btn:active,
.tokushu-list .content-list ul li .more-load-btn:visited {
  text-decoration: none;
  color: #0b877e;
}
.tokushu-list .content-list ul li .more-load-btn:hover {
  text-decoration: underline;
}
/* tokushu_artilce_list_main ================================================== */
.tokushu-article-list {
  position: relative;
}
/* 特集記事リスト・タイトル */
.tokushu-article-list .title {
  border-style: none none solid solid;
  border-width: 0 0 1px 10px;
  border-color: #aaa #17a096;
  padding-left: 5px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.tokushu-article-list .title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.tokushu-article-list .list-overview {
  margin-bottom: 60px;
}
/* 特集記事リスト・コンテンツ画像 */
.tokushu-article-list .description .content-img {
  position: absolute;
  right: 0px;
  top: 0px;
  width:247px;
  padding-top: 200px;
}
.tokushu-article-list .description .text {
  width: 430px;
  height: 130px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 14px;
}
/* search-list_main ================================================== */

/* 検索結果リスト・タイトル */
.search-list .title {
  border-style: none none solid solid;
  border-width: 0 0 1px 10px;
  border-color: #aaa #17a096;
  padding-left: 10px;
  margin-bottom: 20px;
}
.search-list .title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.not-found {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
/* ranking_main ================================================== */

.ranking-body {
  overflow: hidden;
}

/* ランキングリスト・タイトル */
.ranking-body .title {
  float: left;
  border-style: none none none solid;
  border-width: 0 0 0 10px;
  border-color: #17a096;
  margin-top: 16px;
  overflow: hidden;
}
.ranking-body .title h2 {
  padding-left: 10px;
  margin-bottom: -6px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

/* ランキングタブ */
.ranking-body .rank-tab {
  float: right;
  overflow: hidden;
  margin: 5px 16px 0 0;
}
.ranking-body .rank-tab li {
  display: inline-block;
  float: left;
  position: relative;
  width: 70px;
  height: 0;
  padding: 3px;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 35px #a3a3a3;
  border-radius: 27px 27px 0 0;
  font-size: 8px;
  font-size: .8rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.ranking-body .rank-tab .active,
.ranking-body .rank-tab li:hover {
  border-bottom-color: #14ad9b;
}
.ranking-body .rank-tab li .tab-text {
  margin-top: 10px;
  font-size: 19px;
  font-size: 1.9rem;
  display: block;
}
/* ランキングコンテンツ */
.rank-tabcontent {
  border-top: solid 1px #000;
  clear: both;
  padding: 15px 0 20px 0;
  margin: auto;
  display: none;
}
.rank-tabcontent.active {
  display: block;
  width: 100%;
}
.rank-tabcontent .content {
  margin-bottom: 20px;
}

/* ランキング記事情報 */
.rank-tabcontent ul li .article-info {
  position: relative;
  border: none;
  overflow: hidden;
}

/* 上位3つのランクの色 */
.rank-tabcontent .content ul:first-child li:nth-child(-n+3) .article-info .rank {
  background: #8e8478;
}

/* ランキング・本体部分 */
.rank-tabcontent .content ul li .article-info .rank {
  position: static;
  float: left;
  width: 30px;
  padding: 13px 3px 12px 3px;
  margin: 6px 0 1px 0;
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
  background: #9f9fa0;
  display: block;
  text-align: center;
  font-family: Garamond;
}

/* ランキング4位以下 */
.rank-tabcontent .content:nth-child(3) ul li:last-child .article-info .rank {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 3px;
}
.rank-tabcontent .content:nth-child(n+5) ul li .article-info .rank {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 3px;
}

/* 記事画像 */
.rank-tabcontent .content ul li .article-info .content-img {
  position: relative;
  float: left;
  width: 100px;
  height: 67px;
  margin: 5px 0 0 10px;
  background: #eee;
}

/* 記事タイトル */
.rank-tabcontent .content ul li .article-info .content-title {
  float: right;
  width: 550px;
  padding-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

/* facebook いいね件数 */
.rank-tabcontent .content ul li .article-info span {
  float: none;
  position: absolute;
  top: 10px;
  right: 17px;
  padding-left: 18px;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  background: #fff url(/common/wedge/images/v1/common/good.png) no-repeat left center;
}

/* 記事サブタイトル */
.rank-tabcontent .content ul li .article-info .sub-title {
  float: right;
  width: 550px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* 日付 */
.rank-tabcontent .content ul li .article-info .date {
  position: static;
  float: right;
  width: 110px;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  background: none;
}

/* 出版社 */
.rank-tabcontent .content ul li .article-info .publisher {
  position: static;
  float: right;
  width: 440px;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  background: none;
}
.rank-tabcontent .content ul li .article-info ul li a {
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rank-tabcontent .content ul li .article-info a:link,
.rank-tabcontent .content ul li .article-info a:visited,
.rank-tabcontent .content ul li .article-info a:active {
  text-decoration: none;
  color: #000;
}
.rank-tabcontent .content ul li .article-info a:hover .content-title,
.rank-tabcontent .content ul li .article-info a:hover .sub-title {
  color: #000;
  text-decoration: underline;
}

/* 週間のいいね件数 */
.ranking-body .annotation {
  margin: -10px 0 40px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.new-article + .web-advertising {
  margin: 20px 0 25px 0;
}
/* selection ======================================================= */
/* PR表記 */
.article-header .article-service .pr {
  float: left;
  padding: 2px 10px;
  margin: 3px 100px 0 0;
  color: #fff;
  background :#988574;
}
.article-header .article-service .tool.selection {

}
/* print ======================================================= */
.print-page {
  background: none;
  width: 1040px;
  margin: auto;
}
.print-page header {
  overflow: hidden;
  width: auto;
}
.print-page header a {
  width: 286px;
  float: left;
}
.print-page header .header-btn {
  float: right;
  width: 70px;
  margin-top: 20px;
}
.print-page header .header-btn .close-btn {
  height: 20px;
  padding-right: 5px;
  text-align: right;
  cursor: pointer;
  display: block;
}
.print-page header .header-btn .close-btn a:link,
.print-page header .header-btn .close-btn a:link,
.print-page header .header-btn .close-btn a:link,
.print-page header .header-btn .close-btn a:link {
 width: 70px;
 color: #000;
 text-decoration: none;
}
.print-page header .header-btn .print-btn {
  padding: 2px 4px;
  margin-top: 10px;
  background: #121481;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.print-page .print-header {
  padding: 15px 0;
  border-width: 1px;
  border-style: solid none;
  margin-bottom: 10px;
  overflow: hidden;
}
.print-page .print-header p {
  font-size: 15px;
  font-size: 1.5rem;
}
.print-page .print-header p:nth-child(2) {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
}
.print-page .print-header p:nth-child(3) {
  float: left;
  margin-right: 10px;
}
.print-page footer {
  padding: 15px;
  border-top: solid 1px #000;
  margin-top: 100px;
  background: none;
  text-align: center;
}
.print-page footer img {
  width: 180px;
}
.print-page footer p{
  margin-top: 10px;
  color: #000;
}
/* sidebar ======================================================= */
.sidebar {
  float: right;
  width: 300px;
  margin: 20px 7px 0;
}
/* サイドバー広告 */
.sidebar .web-advertising {
  margin-bottom: 20px;
}
/* サイドバー・ランキング */
.ranking {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}
.ranking .title {
  position: absolute;
  top: 6px;
  width: 100px;
  /*copxlor: #8d837a;
  font-size: 21px;
  font-family: "HGP明朝E","游明朝", YuMincho, "Hi;ragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
  height:18px;
  display:block;
  background-image:url(/common/wedge/images/v1/common/title-ranking.png);
  background-repeat:no-repeat;
  background-size:81px 18px;
  -webkit-background-size:81px 18px;
  -moz-background-size:81px 18px;
  text-indent:150%;
  overflow:hidden;
  white-space:nowrap;
}


/* ランキングタブ */
.ranking .rank-tab {
  list-style: none;
  overflow: hidden;
  float: right;
  width: 210px;
}
.ranking .rank-tab li {
  float: left;
  position: relative;
  width: 42px;
  height: 0;
  padding-top: 6px;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 20px #a3a3a3;
  border-radius: 22px 22px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}
.ranking .rank-tab li:hover {
  border-bottom: solid 20px #14ad9b;
}
.ranking .rank-tab li .tab-text {
  text-align: center;
  margin-top: 2px;
}
.ranking .rank-tab .active {
  border-bottom-color: #14ad9b;
}
.ranking .rank-tabcontent {
  border-top: solid #8d837a;
  padding-top: 5px;
  clear: both;
  margin: auto;
  display: none;
}
.ranking .rank-tabcontent.active {
  display: block;
}
.ranking .rank-tabcontent .content {
  margin: 0;
}
.ranking .rank-tabcontent .content ul li {
  padding: 0 10px;
  border-bottom: solid 1px #c5bbb0;
  display:table;
  width:100%;
  height:50px;
  box-sizing:border-box;
}
.ranking .rank-tabcontent .content ul li:last-child {
  margin: 0;
}
.ranking .rank-tabcontent .content ul li span {
  display:table-cell;
  width: 18px;
  padding-right: 10px;
  margin-bottom: 1px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #8e8478;
  font-family: Garamond;
  vertical-align:middle;
}
.ranking .rank-tabcontent .content ul li a{
  display:table-cell;
  vertical-align:middle;
}
.ranking .rank-tabcontent .content ul li a:link,
.ranking .rank-tabcontent .content ul li a:visited,
.ranking .rank-tabcontent .content ul li a:active {
  text-decoration: none;
  color: #000;
}
.ranking .rank-tabcontent .content ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.ranking .more-load-btn span {
  float: right;
  width: 65px;
  border: none;
  padding: 3px 5px;
  color: #fff;
  background: #9e9b9b;
}
/* スペシャルトピック */
.special-topics {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.special-topics .title {
  float: left;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #988574;
}
.special-topics .pr {
  position: absolute;
  top: 8px;
  right: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #9f9086;
}
.special-topics .content {
  border: solid 1px #988574;
  clear: both;
}
.special-topics .content ul li {
  padding: 7px 0 7px 7px;
  overflow: hidden;
}
.special-topics .content ul li:first-child {
  padding: 8px 0 0 7px;
}
.special-topics .content ul li:last-child {
  padding: 0 0 7px 7px;
}
.special-topics .content ul li .content-img {
  position: relative;
  float: left;
  width: 25%;
  padding-top: 50px;
}
.special-topics .content ul li .content-title {
  float: right;
  width: 70%;
  padding: 7px 0 7px 5px;
  margin-right: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.special-topics ul li a:link,
.special-topics ul li a:visited,
.special-topics ul li a:active {
  color: #121012;
  text-decoration: underline;
}
.special-topics ul li:hover .conetnt-title {
  background: #e7e5e9;
  text-decoration: underline;
}
/* BBCニュース */
.bbc-news {
  margin-bottom: 20px;
  overflow: hidden;
}
.bbc-news .title {
  position: relative;
  width: 97%;
  padding: 1px 0 1px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  overflow: hidden;
  background: #b7272d;
}
.bbc-news .title .more-load-btn {
  position: absolute;
  top: 5px;
  left: 230px;
  font-size: 11px;
  font-size: 1.1rem;
  background: #b7272d;
}
.bbc-news .title .more-load-btn:link,
.bbc-news .title .more-load-btn:active,
.bbc-news .title .more-load-btn:visited,
.bbc-news .title .more-load-btn:hover {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.bbc-news .content {
  clear: both;
}
.bbc-news .content ul {
  margin-bottom: 20px;
}
.bbc-news .content ul li {
  margin: 5px 0;
  border-left: solid 5px #c0b1a3;
  height: 42px;
}
.bbc-news .content ul li:hover {
  border-left: solid 5px #b7272d;
}
.bbc-news .content ul li .content-title {
  width: 95%;
  height: 42px;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  display: table;
}
.bbc-news .content ul li .content-title a:link,
.bbc-news .content ul li .content-title a:visited,
.bbc-news .content ul li .content-title a:active {
  text-decoration: none;
  color: #211c1d;
  display: table-cell;
  vertical-align: middle;
}
.bbc-news .content ul li .content-title a:hover {
  text-decoration: underline;
}
.bbc-news .content .send-bbc-btn {
  width: 100%;
}
.side-books li .title {
  padding: 1px 10px;
  font-weight: bold;
  color: #fff;
  background: #b7282c;
}
.side-books li:first-child .title {
  background: #000;
}
.side-books li:last-child .title {
  background: #a27a51;
}
.side-books li .futer-title {
  padding :5px 10px 0 10px;
  font-weight: bold;
}
.side-books li .detail::after{
  content:"";
  clear:both;
  display:block;
}
.side-books li .cover {
  float: left;
  width: 35%;
  margin:0 0 10px 10px;
}
.side-books li .cover img{
  width:100%;
}
.side-books li .summary {
  float: right;
  width: 60%;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing:border-box;
  padding:0 .5em;
}
.side-books li .more-load-btn {
  padding: 5px 0;
  border: 1px #000 solid;
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  display: block;
  clear: both;
}
.side-books li a:link,
.side-books li a:active,
.side-books li a:visited {
  text-decoration: none;
  color: #000;
}
.side-books li a:hover .futer-title,
.side-books li a:hover .text {
  text-decoration: underline;
}
/* facebookソーシャルプラグイン */
.subcolumn-facebook {
  margin-bottom: 20px;
}

/* sidebar selection ======================================================= */
.sidebar.selection .rectangle,
.sidebar.selection .textdata,
.sidebar.selection .inquiry,
.sidebar.selection .freespace{margin-bottom:25px;}

.sidebar.selection .inquiry{border:solid 1px #8d837a;}
.sidebar.selection .inquiry .heading{color:#fff;background-color:#9e9b9b;padding:5px;font-weight:bold;}
.sidebar.selection .inquiry .detail{padding:10px;}

.sidebar.selection .inquiry .detail .company{font-weight:bold;font-size:16px;}

/* footer ======================================================= */
#top-for-smartphone{
width:1060px;
margin:0 auto;
}

footer {
  width: 1060px;
  margin: auto;
  background: #1d2a54;
  color: #fff;
}

.footer-content {
  width: 1040px;
  margin: auto;
  padding: 20px 0;
  overflow: hidden;
}
/* 会社概要 */
.footer-content .corp-prof {
  float: left;
  width: 312px;
  text-align: center;
  clear:both;
}
.footer-content .corp-prof .corp-name {
  width: 220px;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 5px;
}
.footer-content .corp-prof .copyrite {
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
}
/* フッターナビゲーション */
.footer-content .footer-nav {
  float: left;
  width: 520px;
  margin: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer-content .footer-nav ul li a:link,
.footer-content .footer-nav ul li a:active,
.footer-content .footer-nav ul li a:visited {
  color: #fff;
  text-decoration: none;
}
.footer-content .footer-nav ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-content .footer-nav ul {
  width: 90%;
  margin: auto;
  display: tabel;
}
.footer-content .footer-nav ul li {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  line-height: 2;
}
.footer-content .content-nav ul li {
  display: block;
  width: 135px;
  border-left: solid 1px #fff;
  padding: 0 10px;
  margin: 0;
}
.footer-content .corp-nav ul li {
  display: block;
  width: 135px;
  border-left: solid 1px #fff;
  padding: 0 10px;
}
.footer-content .book-nav ul li {
  display: block;
  width: 136px;
  border-left: solid 1px #fff;
  padding: 0 10px;
  cursor: pointer;
}
/* フッターSNSアイコン */
.footer-content .footer-sns-icons {
  float: right;
  width: 180px;
}
.footer-content .footer-sns-icons ul li {
  display: inline-block;
  width: 25%;
  margin-left: 10px;
}
.footer-content .footer-sns-icons .facebook-icon a {;
  padding-top: 45px;
  border-radius: 50%;
  background: #fff url(/common/wedge/images/v1/common/footer-facebook.png) center center no-repeat;
  background-size: 25% 50%;
}
.footer-content .footer-sns-icons .twitter-icon a {
  padding-top: 45px;
  border-radius: 50%;
  background: #fff url(/common/wedge/images/v1/common/footer-twitter.png) center center no-repeat;
  background-size: 55% 50%;
}
.footer-content .footer-sns-icons .rss-icon a {
  padding-top: 45px;
  border-radius: 50%;
  background: #fff url(/common/wedge/images/v1/common/footer-rss.png) center center no-repeat;
  background-size: 55% 50%;
}
.footer-content .footer-sns-icons .facebook-icon:hover a {
  background: #1a499d url(/common/wedge/images/v1/common/facebook.png) center center no-repeat;
  background-size: 50% 50%;

}
.footer-content .footer-sns-icons .twitter-icon:hover a {
  background: #33a1d2 url(/common/wedge/images/v1/common/twitter.png) center center no-repeat;
  background-size: 55% 55%;
}
.footer-content .footer-sns-icons .rss-icon:hover a {
  background: #ed8f26 url(/common/wedge/images/v1/common/rss.png) center center no-repeat;
  background-size: 55% 55%;
}

/* google理マーケティングタグリセット */
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }