@charset "UTF-8";
/*------------------------------------------------------------
  自動車業界調査レポート
------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
#main * {
  box-sizing: border-box;
}

#main {
  margin-top: 60px;
  display: block;
}

.singleColumn {
  padding: 80px 0;
}

.doubleColumn {
  margin: 0 auto;
  padding-bottom: 80px;
  width: 960px;
  display: flex;
  justify-content: space-between;
}


/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#pagePath {
  background: #191B1E;
}

#pagePath li {
  color: #999;
}

#pagePath li a {
  color: #CCC;
}

/*------------------------------------------------------------
  コンテンツ
------------------------------------------------------------*/
#conts {
  width: 700px;
}

#conts .box {
  margin-bottom: 60px;
}

#conts .box .txt:not(:last-child) {
  margin-bottom: 40px;
}


/*------------------------------------------------------------
  サイドバー
------------------------------------------------------------*/
#sideBar {
  width: 230px;
  font-size: 1.2rem;
}

#sideBar .sideInner {
  margin-bottom: 20px;
}

#sideBar .sideHdg {
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: #111;
  display: block;
  position: relative;
  color: #FFF;
  font-weight: bold;
}

#sideBar .sideHdg::after {
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #111 transparent transparent #111;
  position: absolute;
  bottom: -8px;
  left: 10px;
  content: "";
}

#sideBar .sideSearchBox {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

#sideBar .sideSearchBox input[type="text"] {
  padding: 5px;
  width: 200px;
  height: 30px;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  border-color: #111;
  border-radius: 2px 0 0 2px;
  font-size: 1.2rem;
}

#sideBar .sideSearchBox button {
  width: 30px;
  height: 30px;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #111;
  border-radius: 0 2px 2px 0;
  background: #8E0600 url(/img/article/icon/search.svg) no-repeat center;
}

#sideBar .sideSearchBox button:hover {
  cursor: pointer;
  opacity: 0.7;
}

#sideBar .snsBtnList {
  display: flex;
  justify-content: space-between;
}

#sideBar .snsBtnList .fb .fb-share-button > span {
  vertical-align: baseline!important;
}

#sideBar .snsBtnList .hb .hatena-bookmark-button-frame {
  width: 86px!important;
}

#sideBar #sideRanking .singleArticle {
  margin-bottom: 15px;
  border: none;
  background-color: transparent;
  width: 100%;
  position: relative;
}

#sideBar #sideRanking .singleArticle:last-child {
  margin-bottom: 0;
}

#sideBar #sideRanking .rank {
  width: 16px;
  height: 16px;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
}

#sideBar #sideRanking .imgBox {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

#sideBar #sideRanking .txtBox {
  flex: 1 0;
}

#sideBar #sideRanking .txtBox .ttl {
  margin-bottom: 0;
  font-weight: normal;
}

#sideBar .sideThemeList {
  margin-bottom: 15px;
}

#sideBar .sideThemeList .theme:hover {
  color: #8E0600;
}

#sideBar .bn {
  margin-bottom: 15px;
  display: block;
}

#sideBar .bn:hover {
  opacity: 0.7;
}


/*------------------------------------------------------------
  ページャー
------------------------------------------------------------*/
.pager {
  margin: 40px auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager a {
  color: #777;
  text-decoration: none;
}

.pager a:hover {
  border: none;
  background-color: #111;
  color: #FFF;
}

.pager a,
.pager .current,
.pager .prev,
.pager .next {
  padding: 8px 10px;
  min-width: 40px;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pager a,
.pager .prev,
.pager .next {
  background-color: #FFF;
}

.pager .current {
  border: none;
  font-weight: bold;
}

.pager .prev,
.pager .next {
  padding: 8px 15px;
  min-width: 75px;
}

.pager .prev::before,
.pager .next::after {
  width: 5px;
  height: 5px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #8E0701;
  display: block;
  content: "";
}

.pager .prev:hover::before,
.pager .next:hover::after {
  border-color: #FFF;
}

.pager .prev {
  padding-left: 20px;
}

.pager .prev::before {
  margin-right: 5px;
  transform: rotate(225deg);
}

.pager .next {
  padding-right: 20px;
}

.pager .next::after {
  margin-left: 5px;
  transform: rotate(45deg);
}

.pager .dots {
  margin: 0 5px;
}


/*------------------------------------------------------------
  メインビジュアル
------------------------------------------------------------*/
#mainVisual {
  margin: 0;
  padding: 0;
  height: 210px;
  background: url(/img/article/mv_bg.jpg) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#mainVisual:hover {
  opacity: 0.7;
}

#mainVisual .artTtl {
  color: #FEFEFE;
  font-size: 2.8rem;
  font-weight: bold;
  text-decoration: none;
}


/*------------------------------------------------------------
  タイトル
------------------------------------------------------------*/
.hdg01 {
  margin-bottom: 15px;
  position: relative;
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1.5;
}

#main .ttl01 {
  width: auto;
  font-size: 2.6rem;
}


/*------------------------------------------------------------
  テキスト
------------------------------------------------------------*/
#main .link {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

#main .link:hover {
  color: #8E0600;
}

#main .link::before,
#main .link::after {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

#main .link::before {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: #111;
  right: 0;
}

#main .link::after {
  width: 3px;
  height: 3px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #FFF;
  right: 6px;
  transform: rotate(45deg);
}


/*------------------------------------------------------------
  タグ
------------------------------------------------------------*/
.tag {
  margin-right: 0.5em;
  padding-left: 15px;
  display: inline-block;
  position: relative;
}

.tag::before {
  margin: auto 0;
  width: 12px;
  height: 12px;
  background: url(/img/article/icon/tag.svg) no-repeat center;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}

.tag:hover a {
  color: #8E0600;
  text-decoration: none;
}


/*------------------------------------------------------------
  記事一覧
------------------------------------------------------------*/
.articleList, .popular-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.articleList .singleArticle {
  border: 1px solid #E6E6E6;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.articleList .singleArticle:hover {
  border: 2px solid #111;
  text-decoration: none;
}

.articleList .singleArticle:hover .txtBox .ttl {
  color: #8E0600;
}

.articleList .imgBox {
  position: relative;
  overflow: hidden;
}

.articleList .imgBox img {
  margin: 0 auto;
  max-width: none;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  right: -100%;
  left: -100%;
}

.articleList .txtBox {
  position: relative;
}

.articleList .ttl {
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
}

.articleList .dateBox {
  color: #555;
  font-weight: normal;
}

.articleList.arrow .txtBox,
.articleList .arrow .txtBox {
  padding-right: 30px!important;
  background: url(/assets/img/article/common/icon/arrow02.png) no-repeat right 10px center;
}

/* 新着記事 */
.articleList.newer {
  margin-bottom: 40px;
}

.articleList .new {
  margin: 1px 1px 21px 1px;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1.4rem;
}

.articleList .new:hover {
  margin: 0 0 20px 0;
}

.articleList .new .imgBox {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.articleList .new .txtBox {
  padding: 40px 20px 20px 20px;
  width: 500px;
  max-height: 200px;
}

.articleList .new .txtBox .ttl {
  margin-bottom: 5px;
  font-size: 2rem;
  color: #CC891E;
}

.articleList .new .txtBox .txt {
  margin-bottom: 5px;
  color: #222;
}

.articleList .new .txtBox .tagBox {
  margin-bottom: 5px;
}

.articleList .new .txtBox .tagBox .tag {
  margin-right: 5px;
}

.articleList .new .txtBox .tagBox .tag:hover {
  color: #8E0600;
}

.articleList .new .txtBox .dateBox {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
}

.articleList .new .txtBox .dateBox .date {
  padding: 5px 10px;
  display: inline-block;
  background-color: #111;
  color: #FFF;
}

.articleList .new .txtBox .dateBox .newIcon {
  padding: 5px 10px;
  display: inline-block;
  background-color: #8E0600;
  color: #FFF;
  font-weight: bold;
}

/* 新着でない記事 */
.articleList .old {
  margin-bottom: 20px;
  padding: 11px;
  width: 340px;
  border: 1px solid #CCC;
  font-size: 1.4rem;
}

.articleList .old:hover {
  padding: 10px;
}

.articleList .old .imgBox {
  width: 120px;
  height: 120px;
}

.articleList .old .txtBox {
  padding: 0 0 0 5px;
  width: 200px;
}

.articleList .old .txtBox .ttl {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.articleList .old .txtBox .txt,
.articleList .old .txtBox .tagBox {
  display: none;
}

.articleList .artNothing {
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
}

/* 人気記事ランキング */
#popular {
  margin: 0 auto;
  padding-right: 260px;
  width: 960px;
}

.articleList.popular .singleArticle {
  margin: 1px 1px 11px 1px;
  padding: 20px 60px 20px 0;
  width: 100%;
  position: relative;
}

.articleList.popular .singleArticle:hover {
  margin: 0 0 10px 0;
}

.articleList.popular .singleArticle::after {
  margin: auto 0;
  width: 15px;
  height: 15px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #8E0600;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
  content: "";
}

.articleList.popular .singleArticle:last-child {
  margin: 1px;
}

.articleList.popular .singleArticle:last-child:hover {
  margin: 0;
}

.articleList.popular .rank {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.articleList.popular .imgBox {
  width: 100px;
  height: 100px;
}

.articleList.popular .txtBox {
  padding: 0 20px;
  flex: 1 0;
}

.articleList.popular .txtBox .ttl {
  margin-bottom: 15px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

/* オススメ記事 */
#recommend {
  margin-top: 80px;
}

#recommend .articleList .singleArticle {
  margin-bottom: 20px;
  padding: 10px;
  width: calc((100% - 20px) / 2);
  border: 1px solid #CCC;
}

#recommend .articleList .singleArticle:hover {
  padding: 9px;
  border: 2px solid #111;
}

#recommend .articleList .imgBox {
  margin-right: 10px;
  width: 120px;
  height: 120px;
}

#recommend .articleList .txtBox {
  flex: 1 0;
}

#recommend .articleList .txtBox .ttl {
  margin-bottom: 0;
  height: calc(1.75em * 4);
  overflow: hidden;
}

#recommend .articleList .txtBox .date {
  color: #666;
  font-size: 1.4rem;
  font-weight: normal;
}

#page-article_tag .tagBox {
  margin-top: 15px;
  padding: 30px;
  border: 1px solid #1A2D4D;
}


/*------------------------------------------------------------
  記事下バナー
------------------------------------------------------------*/
#conts .bn {
  margin-bottom: 60px;
  display: inline-block;
}

#conts .bn:hover {
  opacity: 0.7;
}


/*------------------------------------------------------------
  記事ページ
------------------------------------------------------------*/
/* .headData */
#single-article .headData .date {
  margin-bottom: 15px;
  color: #555;
  font-size: 1.6rem;
}

/* .thumbBox */
#single-article .thumbBox {
  margin: 30px 0;
}

#single-article .thumbBox img {
  width: 100%;
  height: auto;
}

/* 関連テーマ */
#single-article #relation {
  padding: 30px;
  border: 1px solid #1A2D4D;
  background-color: #FFF;
}

#single-article #relation .relationTtl {
  margin-bottom: 10px;
  display: block;
  color: #1A2D4D;
  font-size: 2.6rem;
  font-weight: normal;
}

/* #wp-conts */
#single-article #wp-conts {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.75;
}

#single-article #wp-conts:after {
  display: block;
  clear: both;
  content: "";
}

#single-article #wp-conts h2 {
  margin: 60px 0 40px;
  padding: 15px 25px;
  border-left: 6px solid #8E0600;
  font-size: 2.2rem;
  line-height: 1.5;
}

#single-article #wp-conts h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
}

#single-article #wp-conts ul,
#single-article #wp-conts ol {
	margin-left: 1.5em;
}

/* テーブル */
#single-article  #wp-conts table {
  width: 100%;
  border-collapse: collapse;
}

#single-article  #wp-conts table caption {
  margin-bottom: 20px;
  color: #1A2D4D;
  font-size: 2.4rem;
  text-align: left;
  font-family: "NotoSansCJKjp", meiryo;
}

#single-article  #wp-conts table th,
#single-article  #wp-conts table td {
  border: 2px solid #FFF;
}

#single-article  #wp-conts table tr:nth-of-type(odd) {
  background-color: #E4EFF7;
}

#single-article  #wp-conts table tr:nth-of-type(even) {
  background-color: #C7DDEA;
}

/* テキスト */
#single-article #wp-conts p:not(:last-child) {
  margin-bottom: 30px;
}

#single-article #wp-conts .fcRed {
  color: #800000;
}

/* リンク */
#single-article #wp-conts a:hover {
  text-decoration: none;
}


/* 配置 */
#single-article #wp-conts .aligncenter {
  margin: 0 auto;
}

#single-article #wp-conts .alignleft {
  margin: 0 30px 30px 0;
  float: left;
}

#single-article #wp-conts .alignright {
  margin: 0 0 30px 30px;
  float: right;
}

/* コラム */
#single-article #wp-conts .wp-column {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #E6E6E6;
  background-color: #F4F1E7;
}

/* 画像 */
#single-article #wp-conts img.aligncenter,
#single-article #wp-conts img {
  margin: 30px auto;
  display: block;
}

#single-article #wp-conts a:hover img {
  opacity: 0.7;
}

/* 目次 */
#single-article #wp-conts .index {
  padding: 20px 10px;
  border: 1px solid #111;
  background-color: #FFF;
  position: relative;
}

#single-article #wp-conts .index:after {
  width: 62px;
  height: 30px;
  background: url(/assets/img/common/icon/icon_index.png) no-repeat;
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  content: "";
}

#single-article #wp-conts .index li {
  border-bottom: 1px dotted #CCC;
  line-height: 1;
}

#single-article #wp-conts .index li.last-child {
  border-bottom: none;
}

#single-article #wp-conts .index li a {
  padding: 10px 1.5em 10px 1em;
  position: relative;
  display: block;
  line-height: 1.5;
}

#single-article #wp-conts .index li a:after {
  margin: auto 0;
  width: 15px;
  height: 11px;
  background: url(/assets/img/common/icon/icon_arrow14.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
}

#single-article #wp-conts .index li .num {
  display: inline-block;
  position: absolute;
  left: 0;
  color: #222;
}

/* SNSボタン */
#single-article #conts .snsBtnList {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}

#single-article #conts .snsBtnList li {
  margin-left: 5px;
}

#single-article #conts .snsBtnList .fb .fb-share-button > span {
  vertical-align: baseline!important;
}

#single-article #conts .snsBtnList .hb .hatena-bookmark-button-frame {
  width: 86px!important;
}

/* YouTube 導線 */
#single-article #conts .youtubeImage {
	position: relative;
	display: block;
}

#single-article #conts .youtubeImage:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	background: url(/img/article/icon/youtube.png) no-repeat center;
	background-size: 128px 90px;
}

#single-article #conts .youtubeImage:hover {
	opacity: 0.7;
}

/* 執筆者プロフィール */
#single-article #conts .comBox01 {
	margin-bottom: 20px;
	padding: 30px 30px 27px;
	background: #fefdee;
}

#single-article #conts .comBox01:after {
	display: block;
	clear: both;
	content: "";
}

#single-article #conts .comBox01 .image {
	float: left;
	margin-right: 20px;
}

#single-article #conts .comBox01 .image img {
	max-width: 185px;
}

#single-article #conts .comBox01 .ttl {
	font-size: 1.357em;
  margin-bottom: 12px;
  font-weight: normal;
}

#single-article #conts .comBox01 .txt {
  font-size: 1.071em;
  line-height: 1.9;
}
