/*
Theme Name: くるまのニュース
Theme URI: https://kuruma-news.jp/
Description: PC, iPad, Android Tablet向けテンプレート
Version: 1.0
*/

@charset "UTF-8";

/* Web Font */
@font-face {
  font-family: "mplus2clightjoyo";
  src: url("common/fonts/mplus-2c-light-joyo.eot?") format('eot'),
  url("common/fonts/mplus-2c-light-joyo.woff") format('woff');
  src: url('common/fonts/mplus-2c-light-joyo.ttf') format("truetype")\9
;
}

@font-face {
  font-family: "migu1cregularjoyo";
  src: url("common/fonts/migu-1c-regular-joyo.eot?") format('eot'),
  url("common/fonts/migu-1c-regular-joyo.woff") format('woff');
  src: url('common/fonts/migu-1c-regular-joyo.ttf') format("truetype")\9
;
}

@font-face {
  font-family: 'icomoon';
  src: url('common/fonts/icomoon.eot?-qz7pb2');
  src: url('common/fonts/icomoon.eot?#iefix-qz7pb2') format('embedded-opentype'),
  url('common/fonts/icomoon.woff?-qz7pb2') format('woff'),
  url('common/fonts/icomoon.ttf?-qz7pb2') format('truetype'),
  url('common/fonts/icomoon.svg?-qz7pb2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e009";
}

.icon-hatena:before {
  content: "\e00a";
}

.icon-facebook:before {
  content: "\e60d";
}

.icon-twitter:before {
  /*content: "\e611";*/
  width: 16px;
  height: 16px;
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%201227%22%3E%0A%20%20%3Cpath%20fill%3D%27%23fff%27%20d%3D%22m714.16%2C519.28L1160.89%2C0h-105.86l-387.89%2C450.89L357.33%2C0H0l468.49%2C681.82L0%2C1226.37h105.87l409.63-476.15%2C327.18%2C476.15h357.33l-485.86-707.09h.03Zm-145%2C168.54l-47.47-67.89L144.01%2C79.69h162.6l304.8%2C435.99%2C47.47%2C67.89%2C396.2%2C566.72h-162.6l-323.31-462.45v-.03Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search] {
  -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

button, select {
  text-transform: none
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

ol, ul {
  list-style: none
}


/* Product Style
-------------------------------------------------------------------------------*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chromeframe {
  position: absolute;
  top: 0;
}

input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

/* 選択時の色
::-moz-selection{background: #d00; color: #fff; text-shadow: none;}
::selection {background: #d00; color: #fff; text-shadow: none;}
input::selection,textarea::selection { background: #d00; color: #fff; } */

body {
  font-size: 14px;
  font-family: -apple-system, 'BlinkMacSystemFont', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', Meiryo, 'メイリオ', Verdana, sans-serif;
  background: #fff;
}

input {
  font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Meiryo UI', Meiryo, 'メイリオ', Verdana, sans-serif;
}

body, select, input, textarea {
  color: #333;
}

a {
  color: #000;
}

a:hover {
  color: #999;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* タップ時の色 */
a:link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.disabled {
  opacity: 0.3;
  -webkit-filter: grayscale(100%); /* モノトーンに変換 webkit */
  -moz-filter: grayscale(100%); /* モノトーンに変換 Firefox */
  filter: grayscale(100%); /* モノトーンに変換 CSS3 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(Opacity=0.3, GrayScale=1); /* モノトーンに変換 IE5.5以降用 */
}

.center {
  text-align: center;
}

.bt,
input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 2em 10px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border: 0 none;
  border-radius: 4px;
  line-height: 1.2;
  font-size: 1.1em;
  text-decoration: none;
  -webkit-appearance: none;
}

input[type=button],
input[name=submitBack] {
  background: #666;
}

.bt:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #000;
  color: #fff;
}

.bt-small {
  padding: 5px 20px;
}

.bt-excel {
  background: #063;
}

.bt-firstpage {
  width: 480px;
  margin: 0 auto;
  color: #333;
  background: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  font-size: 1.3em;
  font-weight: bold;
}

.bt-go-theme {
  border: 3px solid #eb7300;
  color: #eb7300;
}

.bt-go-theme:hover {
  background: #eb7300;
  color: #fff;
}

.mw_wp_form table {
  width: 100%;
}

.mw_wp_form th,
.mw_wp_form td {
  display: block;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form textarea {
  width: 97%;
  padding: 3px;
  font-size: 1.1em;
  border: 2px solid #bbb;
  border-radius: 3px;
}

.mw_wp_form_confirm .form-note {
  display: none;
}

.message {
  padding: 15px;
  background: #cee8db;
  color: #063;
  font-weight: bold;
}

.message-confirm {
  display: none;
  color: #630;
  background: #fcec9c;
}

.mw_wp_form_confirm .message-confirm {
  display: block;
}

#side-column .box div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.box-sample {
  display: inline-table;
}

.box-sample-wrap,
.box-sample > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #ccc url(common/img/box_sample_bg.png) no-repeat 0 0;
  font-family: Oswald;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 2px #09c;
  letter-spacing: 3px;
  line-height: 1.2;
}

a:hover .box-sample {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.text-link {
  width: 570px;
  margin: 0.8em auto;
  text-align: center;
}

.text-link a {
  color: #00c;
}

.title-banner {
  display: table;
  width: 100%;
  background: #000;
}

.title-icon,
.title-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  color: #fff;
}

.title-icon {
  width: 32px;
  background: #D6002B;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}

.title-comment {
  background: #339900;
}

.title-text {
  padding: 6px 8px;
  font-size: 16px;
  letter-spacing: 1px;
}

.thumb-list > li {
  overflow: hidden;
}

.thumb-list .thumbnail {
  display: block;
  width: 60px;
  float: left;
  padding-right: 10px;
  line-height: 0;
  text-align: center;
}

.thumb-list .text {
  display: block;
  line-height: 1.4;
}

.thumb-list .date {
  font-size: 0.8em;
  color: #999;
}

.recent {
  display: inline-block;
  margin-left: 3px;
  padding: 2px 3px;
  font-family: Verdana, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  background: #EB8400;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  vertical-align: middle;
}

.series-list > li {
  overflow: hidden;
}

.series-thumbnail {
  display: block;
  float: left;
  padding-right: 10px;
  line-height: 0;
}

.series-text {
  display: block;
  overflow: hidden;
}

.ad-large-big {
  padding: 25px 0;
  text-align: center;
}

.box {
  margin: 15px 0;
}

.box:empty {
  display: none;
  margin: 0;
}

.box-wrap {
  display: table;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.box-left,
.box-right {
  display: table-cell;
  vertical-align: top;
}

.box-left {
  padding: 0 15px 0 0;
}

.box300 {
  width: 336px;
  float: right;
  margin: 0 auto 1em 15px;
}

.box300-left,
.box300.left {
  width: 336px;
  float: left;
  margin: 0 15px 1em 0;
}

.social-button {
  display: flex;
  margin: 0;
  font-family: -apple-system, 'BlinkMacSystemFont', Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  gap: 10px;
}

.social-button li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.social-button a {
  display: inline-block;
  padding: 4px 7px;
  color: #fff;
  line-height: 1.2;
  border-radius: 4px;
  text-decoration: none;
  font-weight: normal;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.social-button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.social-button a .social-icon {
  display: inline-block;
  font-size: 1.2em;
  margin-right: 5px;
  line-height: 1;
  vertical-align: top;
}

.social-hatena strong {
  line-height: 1;
}

.social-button i,
.social-hatena strong {
  margin: 0 5px 0 0;
}

.social-button-top {
  margin-top: 20px;
}

.social-button-large {
  margin: 30px 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.social-button-large li {
  min-width: 80px;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}

.social-button-large a {
  display: block;
  padding: 4px 0;
  background: #aaa;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

.social-button-large a span {
  display: block;
  font-size: 12px;
}

.social-button-large a .social-icon,
.social-button-large a .fa {
  margin: 0 0 2px;
  font-size: 1.4em;
}

.social-button-large a .label,
.social-button-large a .count {
  font-weight: bold;
}

.social-comment a {
  background: #f00;
}

.social-twitter a {
  background: #000;
}

.social-facebook a {
  background: #3b5998;
}

.social-line a {
  background: #00C100;
}

.social-hatena a {
  background: #008fde;
}

.social-favorite a {
  background: #888;
  color: #fff;
}

.social-favorite a i {
  color: #fff;
}

body.is-post-favorite .social-favorite a i {
  color: #ffcb00;
}

.social-button-large .social-comment a {
  background: #fff;
  color: #33AAAA;
  border: 2px solid #33AAAA;
}

.social-button-large .social-twitter a {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.social-button-large .social-facebook a {
  background: #fff;
  color: #3b5998;
  border: 2px solid #3b5998;
}

.social-button-large .social-line a {
  background: #fff;
  color: #00C100;
  border: 2px solid #00C100;
}

.social-button-large .social-hatena a {
  background: #fff;
  color: #008fde;
  border: 2px solid #008fde;
}

.social-button-bottom {
  margin: 30px 0;
  text-align: center;
  font-size: 15px;
}

.social-button-bottom + .social-button-bottom {
  margin: -30px 0 30px;
}

.social-button-bottom i,
.social-button-bottom .social-icon {
  font-size: 18px;
}

.social-button-bottom > li {
  width: 100%;
  margin: 0;
  text-align: center;
}

.social-button-bottom > li.social-comment {
  display: block;
  margin: 0 auto 15px;
}

.social-button-bottom a {
  display: block;
  padding: 10px 0;
}

/* .social-button li.social-favorite {
	display: none;
}
body.is-kurumano-logged-in .social-button li.social-favorite {
	display: inline-block;
} */


/* Header
-------------------------------------------------------------------------------*/
header {

  background: #fff;
}

#logo {
  position: relative;
}

#logo h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 6px 0 0 40px;
}

#logo.logo-v2 h1 {
  margin: 6px 0 0 0px;
}

#logo h1 img {
  width: 120px;
  height: auto;
}

.header-wrapper {
  position: relative;
  width: 1068px;
  margin: 0 auto;
}

.header-list-category {
  padding: 17px 0;
  line-height: 1;
  font-family: migu1cregularjoyo, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, Verdana, sans-serif;
}

.header-list-category a {
  display: inline-block;
  margin-right: 18px;
  padding: 5px 0;
  color: #D6002B;
  text-decoration: none;
  font-size: 22px;
}

.header-list-category a:hover {
  color: #000;
  text-decoration: underline;
}

.header-list-category ul {
  margin-left: 200px;
}

.header-list-category li {
  display: inline-block;
}

.header-list-tag {
  padding: 4px 0;
  background: #888;
  line-height: 1.5;
  font-size: 11px;
}

.header-list-tag span {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #666;
}

.header-list-tag ul {
  display: inline;
}

.header-list-tag a {
  display: inline-block;
  margin: 2px;
  padding: 3px 5px;
  line-height: 1;
  color: #444;
  text-decoration: none;
  background: #ddd;
  border-radius: 4px;
  box-shadow: 1px 1px 0 #777;
}

.header-list-tag a:before {
  content: "\f02b";
  margin-right: 1px;
  font-family: FontAwesome;
  font-size: 0.95em;
}

.header-list-tag a:hover {
  color: #000;
  background: #fff;
}

.header-list-tag li {
  display: inline-block;
}

.header-login-container{

  display: inline-block;
  position: absolute;
  left: 140px;
  top: 8px;
}


.header-login-container ul{
}

.header-login-container ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.header-login-container ul li a{
  text-decoration: none;
  text-align: center;
  font-size: 13px;
}

.header-login-container ul li a svg{
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
}

.header-search {
  min-height: 66px;
  padding: 17px 0;
  font-family: migu1cregularjoyo, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, Verdana, sans-serif;
  line-height: 1.2;
  text-align: right;
}

.header-search-form,
.header-login-form {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}

/*
.header-search-form:after {
	position: absolute;
	top: 6px;
	right: 20px;
	content: '\f002';
	color: #ccc;
	font-size: 18px;
	font-family: FontAwesome;
}
*/
.header-search-text {
  width: 320px;
  height: 32px;
  margin: 0 10px 0 0;
  padding: 3px 5px;
  font-size: 16px;
  font-weight: bold;
  background: #FFFFFF;
  border: 2px solid #B3B3B3;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  vertical-align: middle;
}

.header-search-button {
  height: 32px;
  padding: 0 12px;
  background: #D6002B;
  box-shadow: 0px 0px 0px 5px rgba(214, 0, 43, .10);
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 32px;
}

.header-nav-global {
  background: #000000;
  font-size: 18px;
  font-family: migu1cregularjoyo, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Osaka, Verdana, sans-serif;
  line-height: 1.2;
}

.header-nav-global a:hover {
  background: rgba(255, 255, 255, .3);
}

.header-nav-global #header-nav-global-member a {
  color: #ffdcdc;
}

.header-nav-global > nav > ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  border-left: solid 1px #484849;
}

.header-nav-global > nav > ul > li {
  flex: 0 0 20%;
}

.header-nav-global ul ul {
  display: none;
}

.header-nav-special {
  display: none;
  padding: 5px 0;
  background: #fff;
  font-size: 14px;
  font-family: migu1cregularjoyo, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Osaka, Verdana, sans-serif;
  line-height: 1.2;
  text-align: center;
}

.header-nav-special li {
  display: inline;
}

.header-nav-special a {
  display: inline-block;
  padding: 7px 10px;
  text-decoration: none;
}

.header-nav-global a.special-active {
  position: relative;
}

.header-nav-global a.special-active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-style: solid;
  border-width: 0 7.5px 6px 7.5px;
  border-color: transparent transparent #ffffff transparent;
}

.header-entry-button {
  height: 26px;
  margin: 5px 10px 5px;
  padding: 0 12px;
  background: #D6002B;
  box-shadow: 0px 0px 0px 5px rgba(214, 0, 43, .10);
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 20px;
}

.header-login-button {
  height: 26px;
  margin: 5px 10px 5px;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0px 0px 0px 5px rgba(214, 0, 43, .10);
  border: 2px solid #D6002B;
  border-radius: 5px;
  color: #D6002B;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 20px;
}

/* ヘッダ テーマ特集リンク */
.header-special-link {
  display: inline-block;
  width: 265px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4;
}

.header-special-link a {
  position: relative;
  display: inline-block;
}

.header-special-link a:before {
  content: '特集';
  position: absolute;
  display: block;
  top: 1px;
  left: -67px;
  padding: 3px 4px 2px;
  background: #c00;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2;
}

.header-nav-global #header-nav-global-special a {
  color: #ffcd42;
}


/* Content
-------------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  min-width: 1056px;
  overflow: hidden;
}

#content {
  width: 1056px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}

body#home #content {
  padding-bottom: 0;
}

#content:after {
  content: '';
  display: block;
  clear: both;
}

#ad-left,
#ad-right {
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 1;
}

#ad-left {
  margin-left: -715px;
}

#ad-right {
  margin-left: 555px;
}

.ad-fix-frame img {
  max-width: none;
}

.ad-center {
  margin-bottom: 15px;
  text-align: center;
}

.ad-center img {
  margin-left: auto;
  margin-right: auto;
}

#content:before, #container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#content:after {
  clear: both;
}

#content {
  zoom: 1;
}

/* Main Column
-------------------------------------------------------------------------------*/
#main-column {
  float: left;
  width: 732px;
  padding: 20px;
  background: #fff;
}


/* Home
-------------------------------------------------------------------------------*/
#home #main-column section {
  margin-bottom: 20px;
}

#home #main-column h1 {
  margin-bottom: 15px;
}

.home-pickup-list {

}

.home-pickup-list-frame {
  display: table;
  width: 100%;
}

.home-pickup-list-photo,
.home-pickup-list-detail {
  display: table-cell;
  vertical-align: top;
}

.home-pickup-list-photo {
  width: 240px;
  padding: 20px;
  background: #ddd;
}

.home-pickup-list-photo dt,
.home-pickup-list-photo dd {
  display: block;
}

.home-pickup-list-photo dt {
  margin-bottom: 10px;
  line-height: 0;
}

.home-pickup-list-photo dd {
  font-size: 16px;
  line-height: 1.5;
}

.home-pickup-list-photo dd a {
  text-decoration: none;
}

.home-pickup-list-photo dd a:hover {
  text-decoration: underline;
}

.home-pickup-list-detail {
  padding-left: 20px;
}

.home-pickup-list-detail li {
  margin: 0 0 8px;
  font-size: 16px;
}

.home-pickup-list-detail li:before {
  display: block;
  float: left;
  padding: 2px 8px 0 7px;
  content: "\f138";
  font-family: FontAwesome;
  color: #D6002B;
  font-size: 1.2em;
}

.home-pickup-list-detail li div {
  overflow: hidden;
  line-height: 1.3;
}

.home-pickup-list-detail li a {
  color: #006699;
  text-decoration: none;
  font-weight: bold;
}

.home-pickup-list-detail li a:hover {
  color: #000;
  text-decoration: underline;
}

#home-series .series-list > li {
  margin-bottom: 10px;
}

#home-series .series-text h2 {
  margin-bottom: 5px;
  font-size: 1.3em;
  line-height: 1.3;
}

#home-series .series-text h2 a {
  color: #006699;
  text-decoration: none;
}

#home-series .series-text h2 a:hover {
  color: #000;
  text-decoration: underline;
}

#home-latest h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
  padding-bottom: 0;
  line-height: 1;
  border-bottom: 3px solid #D6002B;
}

#home-latest h2 span {
  display: inline-block;
  padding: 5px 10px 2px;
  background: #D6002B;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
}

#home-latest .home-latest-category-3column h2.home-latest-publicity {
  border-bottom: 3px solid #F5A623;
}

#home-latest .home-latest-category-3column h2.home-latest-publicity span {
  background: #F5A623;
}

.home-latest-category,
.home-latest-category-3column {
  overflow: hidden;
}

.home-latest-category > li {
  width: 336px;
  float: left;
  margin-bottom: 20px;
}

.home-latest-category-3column > li {
  width: 220px;
  float: left;
  margin-bottom: 20px;
  margin-right: 15px;
}

.home-latest-category > li:nth-child(2n-1) {
  margin-right: 20px;
}

.home-latest-category-3column > li:nth-child(3n) {
  margin-right: 0;
}

.home-latest-category > li li,
.home-latest-category-3column > li li {
  margin-bottom: 13px;
  display: flex;
}

.readmore,
.home-latest-category .readmore,
.home-latest-category-3column .readmore {
  text-align: right;
}

#side-latest .readmore {
  margin-top: -12px;
}

.readmore a,
.home-latest-category .readmore a,
.home-latest-category-3column .readmore a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  background: #000;
  border-radius: 5px;
}

#home-recommend .thumb-list {
  overflow: hidden;
}

#home-recommend .thumb-list > li {
  width: 223px;
  float: left;
  margin-bottom: 15px;
}

#home-recommend .thumb-list > li:nth-child(3n-1),
#home-recommend .thumb-list > li:nth-child(3n-2) {
  margin-right: 10px;
}

#home-recommend .thumb-list .thumbnail {
  width: 90px;
}

.home-latest-category a,
.home-latest-category-3column a {
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.home-latest-category-3column a {
  font-size: 12px;
}

.home-latest-category a:hover,
.home-latest-category-3column a:hover {
  color: #999;
}

.home-latest-category h2 a {
  color: #fff;
}

.home-latest-category-3column .list-first {
  margin-bottom: 20px;
  font-size: 18px;
}

.home-latest-category .text a,
.home-latest-category-3column .text a {
  line-height: 1.3;
}

.thumb-list .list-first .text {
  margin-bottom: 8px;
}

.thumb-list .list-first .thumbnail {
  width: 100%;
  padding-right: 0;
  text-align: center;
  margin: 8px 0;
}

.thumb-list .list-first .thumbnail img {
  object-fit: cover;
  height: 224px;
  width: 336px;
}


/* Detail
-------------------------------------------------------------------------------*/
.topicpath li {
  display: inline-block;
  font-size: 0.9em;
  color: #999;
}

.topicpath li:before {
  content: "»";
  display: inline-block;
  margin: 0 5px 0 0;
}

.topicpath li.home:before {
  display: none;
}

.topicpath a {
  color: #888;
}

.topicpath a:hover {
  color: #aaa;
}

article h1 {
  margin: 15px 0 10px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -1px;
}

#page #main-column h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.article-meta-top {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.2;
}

.article-meta-top,
.article-meta-top a {
  color: #666;
}

.article-meta-top a:hover {
  color: #999;
}

.article-meta-top li {
  display: inline-block;
  margin-right: 10px;
}

.article-meta-box {
  text-align: center;
}

.article-meta-box div,
.article-meta-box iframe {
  margin-left: auto;
  margin-right: auto;
}

.article-middle,
.article-middle-link-wrap,
.article-latest {
  margin-bottom: 20px;
}

.article-middle-link-wrap {
  overflow: hidden;
}

.article-middle-link li {
  line-height: 1.5;
  margin-bottom: 10px;
}

.article-related,
.article-recommend {
  width: 336px;
  float: left;
}

.article-related {
  margin-right: 20px;
}

.article-related h3 {
  display: none;
}

.article-tags {
  overflow: hidden;
  margin: 10px 0;
}

.article-tags,
.article-tags a {
  color: #666;
}

.article-tags a:hover {
  color: #999;
}

article .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

article .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article .twitter {
  display: flex;
  justify-content: center;
}

article .instagram {
  display: flex;
  justify-content: center;
}

#detail {
  margin: 20px 0 30px 0;
  line-height: 1.8;
  font-size: 14px;
}

#detail h2 {
  margin: 1em 0;
  font-size: 1.5em;
  font-weight: bold;
}

#detail h3 {
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
}

#detail p {
  margin: 1em 0;
}

#detail p.post-excerpt {
  margin: 0 0 1em;
  padding: 10px 12px;
  background: #ddd;
  line-height: 1.5;
  color: #444;
}

.nextpage a {
  display: table;
  width: 480px;
  min-height: 45px;
  margin: 1em auto;
  border: 4px solid #f00;
  border-radius: 6px;
  color: #c00;
  font-weight: bold;
  background: #f00;
}

.nextpage span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}

.nextpage .label {
  width: 68px;
  background: url(common/img/icon_nextpage2.png) no-repeat 5px center;
  text-indent: -9999px;
}

.nextpage .linktext {
  padding: 10px 13px;
  background: #fff;
  border-radius: 2px;
}

.nextpage a:hover {
  border: 4px solid #000;
  background: #000;
  color: #000;
}

article figure {
  /*	width: 620px;*/
  margin: 1em auto;
  padding: 8px 5px;
  /*	border: 1px solid #ddd;*/
  /*	border-radius: 5px;*/
  /*	background: #eee;*/
  text-align: center;
}

article figure.figure-large {
  clear: both;
}

article .box300 figure {
  width: auto;
}

article figure img {
  max-width: 100%;
  height: auto;
}

article .figure300 {
  width: 336px;
  float: right;
  margin: 0 auto 1em 15px;
}

article .figure300-left {
  width: 336px;
  float: left;
  margin: 0 15px 1em 0;
}

article .no_img_fig {
  width: 300px;
  float: left;
  margin: 0 15px 10px 0;
}

article figcaption {
  font-size: 13px;
  color: #666;
  text-align: left;
  line-height: 1.3;
}

.social-buzz-link {
  margin: 1em 0 20px;
}

.social-buzz-link ul {
  display: table;
  width: auto;
  margin: 1em auto;
}

.social-buzz-link ul li {
  display: table-cell;
  padding: 0 5px;
  text-align: center;
}

.social-facebook-root a {
  display: inline-block;
  width: 570px;
  padding: 6px 0;
  background: #3B5998;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.social-facebook-root a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.social-facebook-root a i {
  font-size: 25px;
  vertical-align: -14%;
}

.pagination,
.single-pagenation {
  clear: both;
  margin: 0 0 1.5em 0;
  padding: 0;
  font: 100% Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 1.2;
}

.pagination .current,
.single-pagenation > span {
  display: inline-block;
  padding: 0.25em 0.8em;
  border: 1px #CCCCCC solid;
  border-radius: 4px;
}

.pagination span {
  display: inline-block;
  padding: 0.25em 0.8em;
  border: 1px #CCCCCC solid;
  margin: 0 2px;
  border-radius: 4px;
}

.pagination a,
.single-pagenation a {
  display: inline-block;
  padding: 0.25em 0.8em;
  border: 1px #1A2650 solid;
  color: #1A2650;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 4px;
}

.single-pagenation a span {
  display: inline;
  padding: 0;
  border: 0 none;
  border-radius: 0;
}

.pagination a:hover,
.single-pagenation a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.social-comment-count {
  position: relative;
  margin: 0 1px 0 5px;
  padding: 3px 4px 3px;
  background: #ffffff;
  border: 1px solid #999;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border-radius: 3px;
  vertical-align: 6px;
  line-height: 1;
}

.social-comment-count:after,
.social-comment-count:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.social-comment-count:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 3px;
  margin-top: -3px;
}

.social-comment-count:before {
  border-color: rgba(153, 153, 153, 0);
  border-right-color: #999;
  border-width: 4px;
  margin-top: -4px;
}

.section-archive-list h1 {
  margin: 20px 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -1px;
}

.archive-list li {
  overflow: hidden;
  margin-bottom: 15px;
}

.archive-list li figure {
  float: left;
  width: 90px;
  padding-right: 10px;
  text-align: center;
}

.archive-list li figure img {
  max-width: 80px;
  height: auto;
}

.archive-list li .post-list-detail {
  overflow: hidden;
  line-height: 1.4;
}

#page #main-column .post-list-detail h2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}

#page #main-column .post-list-detail h2 a {
  color: #006699;
  text-decoration: none;
}

#page #main-column .post-list-detail h2 a:hover {
  color: #000;
  text-decoration: underline;
}

.archive-list li .post-list-date {
  margin: 3px 0;
  color: #999;
}

.post-attachment-list {
  margin: 20px 0;
}

.post-attachment-list img {
  border: 2px solid #999;
}

#detail .post-attachment-list h2 {
  font-size: 1.3em;
}

.post-attachment-list li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.post-parent-title {
  font-size: 1.2em;
}

.post-parent-title a {
  font-weight: bold;
}

#writer-profile {
  margin-bottom: 25px;
  padding: 8px 10px 10px;
  background: #F0EBEB;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.4;
}

#page #main-column #writer-profile h2 {
  margin: 0 0 5px 0;
  font-size: 21px;
  font-weight: normal;
  font-family: Platino, "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "メイリオ", Meiryo, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

#detail #writer-profile p {
  margin: 0;
}


/* Comment
-------------------------------------------------------------------------------*/
#comments {
  margin-top: 2em;
}

article .detail p.logged-in-as {
  margin: 0.5em 0;
}

.comment-list {
  font-size: 13px;
  line-height: 1.4;
}

article .detail .comment-list p {
  margin: 0.5em 0;
}

.tiles {
  display: none;
}

.comment-body .wpulike,
.comment-body .reply {
  display: inline-block;
  margin: 0 10px 0 0;
}

.wpulike .counter a.text,
.comment-body .reply a {
  background: #f7f7f7;
  padding: 3px 8px;
  border: 1px solid #aaa;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  font-size: 0.9em !important;
}

.wpulike .counter a.text:hover,
.comment-body .reply a:hover {
  background: #eee;
  border: 1px solid #ccc;
}

.comment-body {
  overflow: hidden;
  padding: 2px 0 0 0;
}

.children .comment-body {
  padding: 2px 5px 5px 5px;
}

.comment-metadata {
  float: left;
  width: 210px;
  padding: 0 20px 5px 0;
  line-height: 1.3;
}

.comment-text {
  overflow: hidden;
  padding: 0;
}

.comment-meta {
  margin: 0.5em 0;
  color: #aaa;
}

.comment-author {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2;
}

.comment-list p {
  margin: 0 0 0.5em 0;
}

.comment-list li.comment {
  padding: 5px 0;
  border-top: 1px dashed #ccc;
}

.comment-list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.comment-list .children li {
  position: relative;
  margin: 7px 0 0 40px;
  padding: 5px;
  border: 2px solid #ddd;
  background-color: #ffffff;
  border-radius: 7px;
}

.comment-list .children li:after, .comment-list .children li:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.comment-list .children li:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

.comment-list .children li:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ddd;
  border-width: 10px;
  margin-left: -10px;
}

.comment-respond label {
  display: block;
}

.comment-form-comment input[type=text],
.comment-form-comment input[type=email],
.comment-form-comment textarea {
  width: 95%;
}

.form-submit {
  text-align: center;
}

.comment-respond input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background: #e00;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border: 0 none;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 1em;
  font-weight: bold;
}

.wpulike .count-box {
  margin-left: 5px;
  font-size: 1em !important;
}

#comment {
  height: 100px;
}

.comment-form-author,
.comment-form-email {
  margin-bottom: 5px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
  width: 100%;
  margin: 2px 0;
  padding: 3px;
  border: 1px solid #333;
}

textarea {
  max-width: 100%;
}

.gallery-bottom-recommend,
article .gallery-bottom-recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  font-size: 13px;
}
article .gallery-bottom-recommend h2 {
  width: 100%;
}
article .gallery-bottom-recommend ul {
  width: calc( 50% - 15px / 2 );
}
.gallery-bottom-recommend li {
  list-style: none;
}
.gallery-bottom-recommend .gallery-bottom-recommend-list li + li {
  margin-top: 15px;
}
article .gallery-bottom-recommend figure {
  margin: 0;
  padding: 0;
}
article .gallery-bottom-recommend ul.gallery-bottom-recommend-first figure {
  margin-bottom: 8px;
}
.gallery-bottom-recommend a {
  text-decoration: none;
}
.gallery-bottom-recommend .gallery-bottom-recommend-list a {
  display: flex;
}
.gallery-bottom-recommend .gallery-bottom-recommend-list figure {
  min-width: 80px;
  width: 80px;
  margin-right: 10px;
}


/* Side Column
-------------------------------------------------------------------------------*/
#side-column {
  float: right;
  width: 300px;
  position: relative;
}

#side-column aside {
  margin-bottom: 20px;
  background: #fff;
}

#side-ranking-tab-list {
  display: table;
  width: 100%;
  line-height: 1.2;
}

#side-ranking-tab-list li {
  display: table-cell;
  width: 25%;
  padding: 7px 0;
  background: #ddd;
  font-weight: bold;
  border-right: 2px solid #fff;
  text-align: center;
  cursor: pointer;
}

#side-ranking-tab-list li:last-child {
  border-right: 0 none;
}

#side-ranking-tab-list li.active {
  background: #999;
  color: #fff;
}

#side-ranking-detail dd /*,
#side-ranking-iine */
{
  padding: 10px 10px 0;
}

#side-ranking-detail dd ul,
#side-ranking-iine {
  overflow: hidden;
  counter-reset: ranking-counter;
}

#side-ranking-detail dd li,
#side-ranking-iine li {
  margin-bottom: 0.8em;
  line-height: 1.3;
}

#side-ranking-detail dd li div,
#side-ranking-iine li div {
  overflow: hidden;
  line-height: 1.4;
}

#side-ranking-detail dd li:before,
#side-ranking-iine li:before {
  display: block;
  width: 20px;
  float: left;
  margin-right: 10px;
  padding: 5px 0;
  counter-increment: ranking-counter;
  content: counter(ranking-counter);
  font-size: 11px;
  font-weight: 400;
  font-family: Oswald, sans-serif;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #999;
  border-radius: 25px;
}

#side-ranking-detail dd li.rank_pr:before,
#side-ranking-iine li.rank_pr:before {
  counter-increment: none;
  content: "PR";
}

#side-ranking-detail dd li.rank1:before,
#side-ranking-detail dd li:nth-child(1):before,
#side-ranking-iine li.rank1:before {
  background: #D7000E;
}

#side-ranking-detail dd li.rank2:before,
#side-ranking-detail dd li:nth-child(2):before,
#side-ranking-iine li.rank2:before {
  background: #DE3C0B;
}

#side-ranking-detail dd li.rank3:before,
#side-ranking-detail dd li:nth-child(3):before,
#side-ranking-iine li.rank3:before {
  background: #EB8400;
}

#side-ranking-detail dd #side-ranking-comment li:before {
  width: 24px;
  min-height: 14px;
  padding: 7px 0 2px;
  background: #fff url(common/img/ic_fire.png) no-repeat 0 0;
  font-size: 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#side-ranking-iine li span {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  color: #3B5998;
  letter-spacing: -1px;
}

#side-ranking-comment .comment-count {
  display: inline-block;
  letter-spacing: -1px;
  font-weight: bold;
}

#side-ranking-comment .comment-count i {
  margin-right: 2px;
}

.side-today-photo {
  line-height: 0;
}

.side-today-img {
  position: relative;
  line-height: 0;
}

.side-today-img a {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.side-today-img h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 7px 8px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  background: rgba(0, 0, 0, 0.6);
}

.side-today-img h3 span {
  display: block;
}

.side-today-img h3 span.date {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.side-today-text {
  padding: 10px;
  line-height: 1.3;
}

.side-today-text h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.side-today-text h3 a {
  color: #006699;
  text-decoration: none;
}

.side-today-text h3 a:hover {
  color: #000;
  text-decoration: underline;
}

.side-social-count a {
  display: block;
  padding: 10px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.side-social-count a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.side-social-count a i {
  font-size: 1.5em;
}

#main-column .side-social-count a i {
  vertical-align: -15%;
}

.side-social-count .facebook a {
  background: #3a5795;
}

.side-social-count .twitter a {
  /*background: rgb(85, 172, 238);*/
  background: rgb(0, 0, 0);
}


/* Footer
-------------------------------------------------------------------------------*/
/*footer {*/
/*	padding: 10px 0;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	line-height: 1.2;*/
/*	font-size: 0.9em;*/
/*	background: #333;*/
/*}*/
/*footer ul {*/
/*	overflow: hidden;*/
/*	display: inline-block;*/
/*	margin: 0 auto;*/
/*}*/
/*footer li {*/
/*	display: block;*/
/*	float: left;*/
/*	margin: 20px 0;*/
/*	padding: 0 15px;*/
/*	border-right: 1px solid #999;*/
/*}*/
/*footer li:last-child {*/
/*	border-right: 0 none;*/
/*}*/
/*footer li a {*/
/*	color: #fff;*/
/*}*/
/*footer p.copyright {*/
/*	margin: 20px 0;*/
/*}*/
.pc-spview {
  margin: 30px 0;
}

.pc-spview a {
  display: inline-block;
  padding: 10px 50px;
  line-height: 1;
  background: #fff;
  font-size: 50px;
  font-weight: bold;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
}

.pc-spview i {
  vertical-align: middle;
}

.pc-spview a:hover {
  color: #666;
}

footer {
  padding: 16px 0 24px;
  background: #333;
  color: #fff;
  font-size: 0.9px;
  line-height: 1.2;
}

footer ul.footer-link-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

footer ul.footer-link-list li.footer-media-container {
  padding: 0 10px;
}

footer ul.footer-link-list li.footer-sns-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 10px;
}

footer dl {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 16px auto 24px;
  font-size: 13px;
}

footer dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 16px;
  text-align: center;
  cursor: default;
}

footer dl dt:before {
  display: inline-block;
  width: 30%;
  margin: 0 8px 4px 0;
  border-top: 1px solid #fff;
  content: "";
}

footer dl dt:after {
  display: inline-block;
  width: 30%;
  margin: 0 0 4px 8px;
  border-top: 1px solid #fff;
  content: "";
}

footer dl dd {
  margin: 0 0 16px;
}

footer dl a {
  color: #fff;
  text-decoration: none;
}

footer dl.footer-map-list dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  letter-spacing: -0.4px;
  text-align: center;
}

footer dl.footer-map-list dd:nth-of-type(odd) {
  border-right: 1px solid #fff;
}

footer dl.footer-map-list dd:first-child {
  border-top: 1px solid #fff;
}

footer dl.footer-map-list dd:nth-of-type(2) {
  border-top: 1px solid #fff;
}

footer dl.footer-media-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer dl.footer-media-list dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-size: 12px;

  text-align: center;
}

footer dl.footer-sns-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer dl.footer-sns-list dt {
  display: none;
}

footer dl.footer-sns-list dd {
  padding: 0 8px;
}

footer dl.footer-sns-list dd svg {
  display: block;
  width: 28px;
  height: 24px;
  cursor: pointer;
}

footer dl.footer-sns-list dd use {
  fill: #fff;
}

footer p {
  text-align: center;
  cursor: default;
}

footer ul.footer-link-list {
  width: 1050px;
}

footer ul.footer-link-list li.footer-map-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

footer ul.footer-link-list li.footer-media-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  padding: unset;
}

footer ul.footer-link-list li.footer-sns-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  padding: unset;
}

footer dl dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 8px 4px;
}

footer dl.footer-map-list dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 16px;
  padding: unset;
  border: none;
  text-align: unset;
}

footer dl.footer-map-list dd:nth-of-type(odd) {
  border: none;
}

footer dl.footer-map-list dd:first-child {
  border: none;
}

footer dl.footer-map-list dd:nth-of-type(2) {
  border: none;
}

footer dl.footer-media-list dd {
  font-size: 13px;

}

footer dl.footer-sns-list dt {
  display: unset;
}

footer p {
  width: 1050px;
  margin: 0 auto;
}

footer p.copyright {
  font-size: 12px;
}

/* Slider
-------------------------------------------------------------------------------*/
#home #main-column #pickup_slider h1 {
  margin-bottom: 0;
}

#pickup_slider {
  overflow: hidden;
}

#slider_thumnb_display {
  width: 340px;
  height: 223px;
  float: left;
  overflow: hidden;
}

#slider_thumnb_display img {
  width: 100%;
  height: auto;
}

#slider_list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#slider_list li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#slider_list li .slider_title {
  display: table;
  width: 100%;
}

#slider_list li .slider_title a {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0 10px;
  height: 56px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #E5E5E5;
}

aside #slider_list li .slider_title a {
  padding: 5px 10px;
  height: auto;
}

#slider_list li .slider_title a span {
  display: block;
  overflow: hidden;
  line-height: 1.35;
}

#slider_list li .slider_title a:before {
  display: block;
  float: left;
  padding-right: 6px;
  content: "\f138";
  font-family: FontAwesome;
  color: #000;
  font-size: 1.2em;
  line-height: 1;
}

#slider_list li a:hover,
#slider_list li a.active {
  color: #fff;
  background: #D6002B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#slider_list li a:hover:before,
#slider_list li a.active:before {
  color: #fff;
}

.slider_thumnb {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

/* 2015-04-29 追加 */
#side-ranking-detail dt {
  display: none;
}

.hidden {
  display: none;
}

/* error
-------------------------------------------------------------------------------*/
.error_404 {
  background: url(common/img/404_cat.jpg);
  width: 100%;
  height: 72vh;
  background-size: cover;
  background-position: center bottom;
}

.error_container {
  padding: 18px 0;
  font-family: migu1cregularjoyo;
  text-align: center;
}

.error_container h1 {
  font-size: 36px;
  margin: 0 0 32px;
}

#detail .error_container p {
  font-size: 24px;
  letter-spacing: 1.2px;
  margin: 0 0 12px;
}

.error_container .error_under_separator {
  border-bottom: 3px dashed #ddd;
  padding: 0 0 0.8em;
  margin: 0 0 24px;
}

.error_medias {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px 0;
}

.error_medias li {
  flex: 0 0 30%;
  margin: 0 0 64px;
}

.error_medias li a {
  text-decoration: none;
}

.error_medias li dl dt {
  text-align: center;
  margin: 0 0 8px;
}

.error_medias li dl dt img {
  max-height: 54px;
  height: 54px;
}

.error_medias li dl dt img.error_404_imgKurumaNews {
  max-height: 79px;
  height: 79px;
}

.error_medias li span {
  display: block;
  font-weight: 700;
}

.error_medias li dl dd {
  font-size: 14px;
}

.error_back {
  margin: 0 0 32px;
}

.error_back img {
  width: 18%;
}

/* publicity
-------------------------------------------------------------------------------*/
#content.publicity #main-column {
  margin-top: 20px;
}

.side-column-float {
  width: 300px;
  padding-top: 20px;
}

/* 一覧表コンテンツ用
-------------------------------------------------------------------------------*/
.nowrap_table_frame {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nowrap_table th,
.nowrap_table td {
  white-space: nowrap;
  border: 1px solid #BFBFBF;
  text-align: left;
  padding: 0.4em;
}

.nowrap_table th {
  background: #eee;
}

/* 通知解除に係る説明文
-------------------------------------------------------------------------------*/
.push-notice h2 {
  font-size: 1.2em;
}

.push-notice i {
  font-size: 1.2em;
  color: #c00;
}

.push-notice ol, .push-notice ul, ol.list, ul.list {
  margin-left: 1.8em;
}

.push-notice .toggle {
  margin-bottom: 30px;
  padding: 0 15px 15px;
  border: 2px solid #ddd;
  border-radius: 10px;
}

/* 記事内のテーマ特集枠
-------------------------------------------------------------------------------*/
.special-archive-list li {
  margin: 15px 0;
}

.special-archive-list li figure {
  width: 215px;
  padding-right: 15px;
}

.special-archive-list figure img {
  width: 200px;
  height: auto;
}

#page #main-column .special-archive-list .post-list-detail h2 {
  margin-bottom: 8px;
}

.special-archive-list p {
  font-size: 12px;
}

.title-text a {
  color: #fff;
}

.title-text a:hover {
  color: #ccc;
}

/* 2017.3.29 フォトライブラリ表示の追加指定
-------------------------------------------------------------------------------*/
article h1.photolibrary {
  margin: 0;
  font-size: 20px;
}

article h1.photolibrary a {
  text-decoration: none;
}

#detail.photolibrary {
  margin: 20px 0;
}

#detail.photolibrary figure .box {
  margin-top: 10px;
}

/* 2017.3.31 画像の並列配置
-------------------------------------------------------------------------------*/
table.parallel {
  width: 608px;
  table-layout: fixed;
  margin: 0 auto;
}

table.parallel th,
table.parallel td {
  vertical-align: middle;
}

table.parallel th {
  padding: 3px 5px 5px;
  line-height: 0;
}

table.parallel td {
  padding: 0 5px;
}

table.parallel img {
  max-width: 100%;
  height: auto;
}


/* 2017 くるまのニュース装飾
-------------------------------------------------------------------------------*/
body {
  background: #fff;
}

header {
  border-top: 0 none;
}

#content,
.header-wrapper {
  width: 1050px;
}

#main-column {
  padding: 0;
  width: 687px;
}

#side-column {
  width: 336px;
}

#logo h1 {
  margin: 6px 0 0 0;
}

#logo h1 img {
  width: 120px;
}

#page #main-column .post-list-detail h2 a {
  color: #03a;
}

.title-banner {
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  background: #fff;
}

.title-text {
  color: #000;
  padding: 8px 8px 8px 28px;
  box-shadow: 0 0 0 3px #333 inset;
  border-radius: 10px 0 0 10px;
  text-align: left;
}

.title-banner .title-icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  padding-top: 5px;
  border-radius: 20px;
  font-size: 24px;
  z-index: 10;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #f00;
}

.title-icon {
  background: #f00;
}

#slider_list li a:hover,
#slider_list li a.active {
  background: #E60012;
}


.header-nav-global {
  position: relative;
  padding: 16px 0;
  background: #e7e7e7;
  border-top: 0 none;
  border-bottom: 3px solid #333;
}

.header-nav-global:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -2px;
  border-top: 4px dashed #fff;
}

.header-nav-global > nav {
  position: relative;
  z-index: 2;
}

.header-nav-global > nav > ul {
  border-left: 0 none;
}

.header-nav-global a {
  text-decoration: none;
  margin: 0 2px;
  padding: 8px 16px;
  color: #000;
  background: #fff;
  border-right: 0 none;
  border-radius: 5px;
  font-size: 16px;
  display: block;
}

.header-nav-global ul li a:before {
  display: inline-block;
  margin-right: 7px;
  font-family: FontAwesome;
  transform: scale(1.3);
}

.header-nav-global ul li a[data-category-id="84"]:before {
  content: '\f1b9';
}

.header-nav-global ul li a[data-category-id="87"]:before {
  content: '\f1ea';
}

.header-nav-global ul li a[data-category-id="86"]:before {
  content: '\f183 \f1ae';
}

.header-nav-global ul li a[data-category-id="85"]:before {
  content: '\f183 \f1b9';
}

.header-nav-global ul li a[data-category-id="88"]:before {
  content: '\f21c';
}

.header-nav-global ul li a[data-category-id="special"]:before {
  content: '\f005';
}

.header-nav-global ul li a[data-category-id="catalog"]:before {
  content: '\f02d';
}

.header-nav-global ul li a[data-category-id="usedcar"]:before {
  content: '\f002';
}

.header-nav-global ul li a[data-category-id="release"]:before {
  content: '\f1ea';
}

.header-nav-global ul li a[data-category-id="insurance"]:before {
  content: '\f132';
}

.header-nav-global ul li a[data-category-id="special"]:before {
  content: '\f005';
}

.header-nav-global ul li a[data-category-id="kaitori"]:before {
  content: '';
  display: inline-block;
  margin: 0 4px 0 0;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.2.1%20by%20@fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202022%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M400%2096l0%20.7c-5.3-.4-10.6-.7-16-.7H256c-16.5%200-32.5%202.1-47.8%206c-.1-2-.2-4-.2-6c0-53%2043-96%2096-96s96%2043%2096%2096zm-16%2032c3.5%200%207%20.1%2010.4%20.3c4.2%20.3%208.4%20.7%2012.6%201.3C424.6%20109.1%20450.8%2096%20480%2096h32l-18.8%2075.1c15.8%2014.8%2028.7%2032.8%2037.5%2052.9H544c17.7%200%2032%2014.3%2032%2032v96c0%2017.7-14.3%2032-32%2032H512c-9.1%2012.1-19.9%2022.9-32%2032v64c0%2017.7-14.3%2032-32%2032H416c-17.7%200-32-14.3-32-32V448H256v32c0%2017.7-14.3%2032-32%2032H192c-17.7%200-32-14.3-32-32V416c-34.9-26.2-58.7-66.3-63.2-112H68c-37.6%200-68-30.4-68-68s30.4-68%2068-68h4c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H68c-11%200-20%209-20%2020s9%2020%2020%2020H99.2c12.1-59.8%2057.7-107.5%20116.3-122.8c12.9-3.4%2026.5-5.2%2040.5-5.2H384zm64%20136c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24z%22%2F%3E%3C%2Fsvg%3E);
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background-size: contain;
}

.header-nav-global ul li a[data-category-id="kaitori"]:hover:before {
  content: '';
  display: inline-block;
  margin: 0 4px 0 0;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.2.1%20by%20@fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202022%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M400%2096l0%20.7c-5.3-.4-10.6-.7-16-.7H256c-16.5%200-32.5%202.1-47.8%206c-.1-2-.2-4-.2-6c0-53%2043-96%2096-96s96%2043%2096%2096zm-16%2032c3.5%200%207%20.1%2010.4%20.3c4.2%20.3%208.4%20.7%2012.6%201.3C424.6%20109.1%20450.8%2096%20480%2096h32l-18.8%2075.1c15.8%2014.8%2028.7%2032.8%2037.5%2052.9H544c17.7%200%2032%2014.3%2032%2032v96c0%2017.7-14.3%2032-32%2032H512c-9.1%2012.1-19.9%2022.9-32%2032v64c0%2017.7-14.3%2032-32%2032H416c-17.7%200-32-14.3-32-32V448H256v32c0%2017.7-14.3%2032-32%2032H192c-17.7%200-32-14.3-32-32V416c-34.9-26.2-58.7-66.3-63.2-112H68c-37.6%200-68-30.4-68-68s30.4-68%2068-68h4c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H68c-11%200-20%209-20%2020s9%2020%2020%2020H99.2c12.1-59.8%2057.7-107.5%20116.3-122.8c12.9-3.4%2026.5-5.2%2040.5-5.2H384zm64%20136c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24z%22%2F%3E%3C%2Fsvg%3E);
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background-size: contain;
}

.header-nav-global ul li a[data-category-id="membership"]:before {
  content: '\f007';
}

.header-nav-global ul li a[data-category-id="subaru"]:before {
  content: '';
  display: inline-block;
  margin: 0 4px 0 0;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20113.4%20113.4%22%3E%3Cdefs%3E%3Cstyle%3E.b%2C.c%7Bfill%3Ared%3B%7D.c%7Bisolation%3Aisolate%3Bopacity%3A.41%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M56.75%2C4c29.13-.05%2C52.78%2C23.52%2C52.83%2C52.65s-23.52%2C52.78-52.65%2C52.83S4.15%2C85.96%2C4.1%2C56.83c0-.05%2C0-.09%2C0-.14%2C.01-29.08%2C23.57-52.66%2C52.65-52.69M56.75%2C0C25.44-.03%2C.03%2C25.34%2C0%2C56.65c-.03%2C31.31%2C25.34%2C56.72%2C56.65%2C56.75%2C31.31%2C.03%2C56.72-25.34%2C56.75-56.65v-.06C113.38%2C25.41%2C88.03%2C.04%2C56.75%2C0Z%22%2F%3E%3Cpath%20class%3D%22c%22%20d%3D%22M81%2C17v.4h.62l-.62-.4Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.46%2C17.37v-6.56c-11.3-1.91-22.9%2C.43-32.58%2C6.56h32.58Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M81%2C33.91v62.5c21.37-13.05%2C28.58-40.67%2C16.32-62.5h-16.32Z%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2264.46%2065.11%2064.46%2047.66%2055.73%2056.39%2064.46%2065.11%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.46%2C88.5l-20.42-20.42-11.69-11.69%2C11.69-11.7%2C10.79-10.78H16.18c-12.58%2C22.42-4.6%2C50.78%2C17.82%2C63.36%2C9.25%2C5.19%2C20%2C7.06%2C30.46%2C5.31v-14.08Z%22%2F%3E%3C%2Fsvg%3E);
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background-size: contain;
  transform: scale(1.5);
}

.header-nav-global ul li a[data-category-id="subaru"]:hover:before {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20113.4%20113.4%22%3E%3Cdefs%3E%3Cstyle%3E.b%2C.c%7Bfill%3Awhite%3B%7D.c%7Bisolation%3Aisolate%3Bopacity%3A.41%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M56.75%2C4c29.13-.05%2C52.78%2C23.52%2C52.83%2C52.65s-23.52%2C52.78-52.65%2C52.83S4.15%2C85.96%2C4.1%2C56.83c0-.05%2C0-.09%2C0-.14%2C.01-29.08%2C23.57-52.66%2C52.65-52.69M56.75%2C0C25.44-.03%2C.03%2C25.34%2C0%2C56.65c-.03%2C31.31%2C25.34%2C56.72%2C56.65%2C56.75%2C31.31%2C.03%2C56.72-25.34%2C56.75-56.65v-.06C113.38%2C25.41%2C88.03%2C.04%2C56.75%2C0Z%22%2F%3E%3Cpath%20class%3D%22c%22%20d%3D%22M81%2C17v.4h.62l-.62-.4Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.46%2C17.37v-6.56c-11.3-1.91-22.9%2C.43-32.58%2C6.56h32.58Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M81%2C33.91v62.5c21.37-13.05%2C28.58-40.67%2C16.32-62.5h-16.32Z%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2264.46%2065.11%2064.46%2047.66%2055.73%2056.39%2064.46%2065.11%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.46%2C88.5l-20.42-20.42-11.69-11.69%2C11.69-11.7%2C10.79-10.78H16.18c-12.58%2C22.42-4.6%2C50.78%2C17.82%2C63.36%2C9.25%2C5.19%2C20%2C7.06%2C30.46%2C5.31v-14.08Z%22%2F%3E%3C%2Fsvg%3E);
}

.header-nav-global ul li a[data-category-id="ex"] {
  /*pointer-events: none;*/
  cursor: pointer;
}

.header-nav-global ul li a[data-category-id="ex"]:before {
  content: '';
  display: inline-block;
  margin: 0 4px 0 0;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.2.1%20by%20@fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202022%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M349.4%2044.6c5.9-13.7%201.5-29.7-10.6-38.5s-28.6-8-39.9%201.8l-256%20224c-10%208.8-13.6%2022.9-8.9%2035.3S50.7%20288%2064%20288H175.5L98.6%20467.4c-5.9%2013.7-1.5%2029.7%2010.6%2038.5s28.6%208%2039.9-1.8l256-224c10-8.8%2013.6-22.9%208.9-35.3s-16.6-20.7-30-20.7H272.5L349.4%2044.6z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background-size: contain;
}

.header-nav-global ul li a[data-category-id="ex"]:hover:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.2.1%20by%20@fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202022%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M349.4%2044.6c5.9-13.7%201.5-29.7-10.6-38.5s-28.6-8-39.9%201.8l-256%20224c-10%208.8-13.6%2022.9-8.9%2035.3S50.7%20288%2064%20288H175.5L98.6%20467.4c-5.9%2013.7-1.5%2029.7%2010.6%2038.5s28.6%208%2039.9-1.8l256-224c10-8.8%2013.6-22.9%208.9-35.3s-16.6-20.7-30-20.7H272.5L349.4%2044.6z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
}

.header-nav-global ul li a#glonavSubaru{
  display: flex;
  justify-content: center;
}

.header-nav-global ul li a#glonavMazda{
  display: flex;
  justify-content: center;
}

.header-nav-global ul li a#glonavSubaru:hover{
  background: #ccc;
}

.header-nav-global ul li a#glonavMazda:hover{
  background: #ccc;
}

.header-nav-global ul li a#glonavSubaru svg{
  height: 28px;
}

.header-nav-global ul li a#glonavMazda svg{
  height: 28px;
}

.header-nav-global a .recent {
  margin: 0 4px 2px 0;
}


.header-nav-global a:hover {
  background: #f00;
  color: #fff;
}

.header-nav-global #header-nav-global-special a {
  background: #ffd500;
  color: #333;
}

.header-nav-global #header-nav-global-special a.special-active {
  background: #ffd500;
}

#nav-special {
  background: #ffd500;
}

#nav-special a:hover {
  color: #000;
  text-decoration: underline;
}

.header-search-button {
  background: #f00;
}

.header-special-link a {
  color: #fff;
}

.header-search-text {
  width: 380px !important;
  border: 0 none;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
}

.header-search-form {
  margin-left: 20px;
}

.header-special-link a:before {
  background: #ffd500;
  color: #000;
}

.header-nav-global a.special-active:before {
  display: none;
}

.header-nav-global > nav > ul > li span.new {
  background: #ffd500;
  color: #000;
}

.header-nav-global ul li a[data-category-id="channel"]:before {
  content: '\f03d';
}

.header-nav-global ul li a[data-category-id="vague"]:before {
  content: '\f02e';
}

.header-nav-global ul li a[data-category-id="bike"]:before {
  content: '\f21c';
}

.header-nav-global .child:empty {
  display: none;
}

#nav_child {
  margin: 10px auto 0 auto;
  margin-top: 10px;
  text-align: left;
}

#nav_child:empty {
  display: none;
}

.header-nav-global > nav > ul,
#nav_child > ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  border-left: 0 none;
}

#nav_child > ul {
  padding: 20px 0 0;
}

.header-nav-global > nav > ul > li,
#nav_child > ul > li {
  flex: 1 0 14%;
}


#home-latest h2 {
  background: rgba(0, 0, 0, 0.08);
  border-top: 3px solid #333;
  border-bottom: 0 none;
}

#home-latest h2 span {
  background: #333;
  padding: 2px 10px 5px;
  font-size: 13px;
}

.home-latest-category {
  font-size: 13px;
  letter-spacing: 0;
}

.home-latest-category .list-first {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}

.home-latest-category .list-first span.text a {
  display: block;
}

.home-latest-category > li:nth-child(2n-1) {
  margin-right: 15px;
}


.article-middle-link-wrap,
#slider_list {
  overflow: inherit;
}

#pickup_slider #slider_list {
  overflow: hidden;
}

.article-middle-link-wrap:after,
#slider_list:after {
  content: '';
  display: block;
  clear: both;
}

.pagination,
.single-pagenation {
  margin: 30px 0 35px;
  text-align: center;
}

.pagination > span,
.pagination > a,
.single-pagenation > span,
.single-pagenation > a {
  display: inline-block;
  margin: 0 3px 1em;
  padding: 7px 10px !important;
  background: #eee;
  border: 0 none !important;
  border-radius: 4px;
  line-height: 1;
}

.pagination > span,
.single-pagenation > span,
.pagination .current {
  background: #ddd;
  color: #333;
}

.pagination > a,
.single-pagenation > a {
  text-decoration: none;
  font-weight: bold;
  background: #f00;
  color: #fff;
}

.pagination > a:hover,
.single-pagenation > a:hover {
  color: #fff;
  background: #333;
}

.pagination, .single-pagenation {
  margin: 30px 0 20px;
}


.side-latest h2 {
  margin-bottom: 12px;
}

#side-column .thumb-list > li {
  margin-bottom: 12px;
}

#side-column .thumb-list a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

#side-column .thumb-list a a:hover {
  color: #999;
}

#side-column .thumb-list a .text {
  line-height: 1.3;
  overflow-y: hidden;
}

#side-column .thumb-list .list-first .thumbnail {
  width: 100%;
  padding-right: 0;
  text-align: center;
}

.archive-list li .post-list-date,
.post-list-detail p {
  font-size: 13px;
}

.box-sample-wrap, .box-sample > div {
  color: #333;
  font-family: -apple-system, 'BlinkMacSystemFont', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  letter-spacing: 1px;
}

article .swiper-container-main figure {
  /*min-height: 380px;*/
}

.swiper-slide figure {
  position: relative;
}

.article-meta-top li.article-sponsored {
  float: right;
  margin: 0 0 0 10px;
}

.sponsored {
  color: #999;
  font-size: 0.9em;
  font-feature-settings: 'palt';
}

.link-ucar li {
  margin: 30px 0;
  text-align: center;
}

.link-ucar a.bt-firstpage {
  position: relative;
  width: 480px;
  /* padding: 10px 15px 10px 130px; */
  padding: 10px 20px 10px 30px;
  border: 3px solid #000;
  color: #000;
}

.link-ucar a.bt-firstpage:hover {
  background: #000;
  color: #fff;
}

.link-ucar .logo {
  position: absolute;
  top: 50%;
  left: -29px;
  display: block;
  margin-top: -27px;
  background: #fff;
  border: 3px solid #FF001E;
  border-radius: 40px;
  line-height: 0;
}

.link-ucar a:hover img {
  opacity: 1;
}

/* 外部リンク */
.external-link {
  color: #0048d4;
}

.external-link:hover {
  color: #000;
}

.external-text {
  text-decoration: underline;
}

.external-link span.pr {
  display: inline-block;
  margin-right: 3px;
  padding: 1px 2px;
  background: #fff;
  border: 1px solid #0048d4;
  border-radius: 3px;
  color: #0048d4;
  font-size: 0.7em;
  line-height: 1.2;
  vertical-align: 15%;
}

.external-link:hover span.pr {
  border: 1px solid #000;
  color: #000;
}


/* テーマ特集 */
#main-column.special-page {
  padding: 0;
}

#main-column.special-page #detail {
  margin: 0 0 30px;
  padding: 20px 0;
}

#detail p.post-excerpt {
  margin: 0 0 1em;
  padding: 10px 12px;
  background: #ddd;
  line-height: 1.5;
  color: #444;
}

.special-page .social-button-top {
  margin: 0 0 20px 0;
}

#page #main-column.special-page #detail h2 {
  margin: 30px 0 20px;
  font-weight: bold;
}

.special-keyvisual {
  position: relative;
  line-height: 0;
}

.special-keyvisual-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  margin: 0;
  padding: 14px 0px 10px 20px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  text-shadow: 0 0 2px #000, 0 0 4px #000;
  line-height: 1.3;
}

.special-title-head {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: bold;
}

.special-keyvisual-text h1 {
  margin: 0 0 15px;
  font-size: 32px;
}

.special-keyvisual-text p {
  line-height: 1.5;
}

figure.keyvisual {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background: #fff;
}

figure.keyvisual img {
  width: 100%;
  height: auto;
}

.list-tile:after {
  content: '';
  display: block;
  clear: both;
}

.list-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-tile li {
  width: 333px;
  margin: 0 20px 20px 0;
  line-height: 1.3;
}

.list-tile li:nth-child(2n) {
  margin: 0 0 20px 0;
}

.list-overlay img {
  width: 100%;
  height: auto;
}

#detail .list-tile .post-date {
  margin: 4px 0 0 0;
  color: #999;
}

#detail .list-tile .post-summary {
  margin: 4px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
}

#detail .list-tile .post-status-future .post-date {
  background: #f44e00;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.post-status-future img,
.post-status-future h3,
.post-status-future .post-lead {
  opacity: 0.4;
}

.list-tile a {
  text-decoration: none;
}

#detail .list-tile .post-lead {
  margin: 1em 0 0 0;
  line-height: 1.5;
  color: #333;
  font-size: 13px;
}

#detail .list-tile a:hover .post-lead {
  color: #aaa;
}

.special-recommend {
  padding: 20px;
}

#detail .list-tile-bottom {
  margin: 0 0 15px;
}

.section-special-list {
  margin: 25px 0;
}

.section-special-text {
  margin-bottom: 30px;
}

#detail .list-tile h3 {
  margin: 3px 0 0;
  font-feature-settings: 'palt';
  letter-spacing: 0.5px;
}

h1.special-title {
  position: relative;
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -1px;
  font-feature-settings: 'palt';
  letter-spacing: 0.5px;
}

h1.special-title:before,
h1.special-title:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #333;
  z-index: 1;
}

h1.special-title:before {
  width: 40%;
  background: #f00;
  z-index: 2;
}


#slider_thumnb_display a,
article #detail > figure > a,
.photolibrary > .swiper-container .swiper-slide > figure,
.post-attachment-list .swiper-slide figure a,
.thumb-list .thumbnail {
  position: relative;
  display: block;

}

#slider_thumnb_display a,
.post-attachment-list .swiper-slide figure a {
  line-height: 0;
}

#slider_thumnb_display a:after,
article #detail > figure > a:after,
.photolibrary > .swiper-container .swiper-slide > figure:after,
.post-attachment-list .swiper-slide figure a:after,
.thumb-list .thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}


/* Googleカスタム検索 */
.header-search-form {
  line-height: 1;
  text-align: right !important;
}

.header-search-form .gsc-input-box {
  display: inline-block;
  width: 380px !important;
  border: 0 none;
  border-radius: 5px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
  text-align: right !important;
}

header .gsc-search-box-tools .gsc-search-box .gsc-input {
  text-align: right !important;
}

header .gsc-search-box-tools .gsc-search-box input.gsc-input {
  text-align: left !important;
}

.gsc-results-wrapper-visible {
  margin-top: 1em;
  text-align: left;
}

.header-search-form .gsib_a,
.header-search-form .cse .gsc-control-cse,
.header-search-form .gsc-control-cse,
.header-search-form form.gsc-search-box,
.header-search-form table.gsc-search-box,
#detail .gsc-control-cse {
  margin: 0 !important;
  padding: 0 !important;
}

#detail .gsc-control-cse {
  line-height: 1.5;
}

.gsc-result .gs-title {
  height: auto;
  font-weight: bold;
  text-decoration: none;
}

.header-search-form .gsc-input-box input[type="text"] {
  height: 32px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border-radius: 5px;
  font-size: 16px;
  background-position: 10px center !important;
}

.header-search-form .cse .gsc-search-button-v2,
.header-search-form .gsc-search-button-v2 {
  height: 32px;
  width: 80px;
  padding: 0;
  background: #f00;
  box-shadow: 0px 0px 0px 5px rgba(214, 0, 43, .10);
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 32px;
}

.header-search-form .gsc-search-button-v2:before {
  content: '\f002';
  font-family: FontAwesome;
}

.header-search-form .gsc-search-button-v2:after {
  content: ' 検索';
}

.header-search-form .cse .gsc-search-button-v2 svg,
.header-search-form .gsc-search-button-v2 svg {
  display: none;
}

.header-search-form table.gsc-search-box td {
  vertical-align: top;
}

.gsc-results .gsc-cursor-box {
  margin: 20px 0 !important;
  text-align: center;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page,
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  display: inline-block;
  padding: 7px 10px !important;
  border: 0 none !important;
  margin: 0 3px;
  background-color: #f00 !important;
  border-radius: 4px;
  color: #fff !important;
  font-weight: bold;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #ddd !important;
  color: #333 !important;
}

/* 記事からテーマ特集への遷移ボタン */
.nextpage.special a {
  border: 4px solid #ff6f00;
  background: #ff6f00;
  color: #ff6f00;
}

.nextpage.special a:hover .linktext {
  background: #ff6f00;
  color: #fff;
}

.nextpage.special .label {
  background: #ff6f00;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 0;
  text-align: center;
}

/* 記事下カスタムボタン */
.custom-link-button {
  margin-top: 1em;
  margin-bottom: 1em;
}

#detail .custom-link-button {
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px;
}

.custom-link-button:hover {
  opacity: 0.6;
}

a.bt[data-size="小"] {
  width: 330px;
}

a.bt[data-size-text="小"] {
  font-size: 14px;
}

.post-attachment-list .custom-link-button img {
  border: 0 none;
}

/* カード装飾 */
#detail .abox-2col p {
  margin: 0;
}

.abox-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin: 1em 0;
}

.abox-2col p:empty,
.abox-2col a:empty,
.abox-2col > div > a + p {
  display: none;
}

.abox-2col > div {
  position: relative;
  width: 336px;
  max-width: 49%;
  padding: 10px 10px 15px;
  background: #fff;
  border: 1px solid #CCCCCC;
  box-shadow: 3px 3px 4px #AAAAAA;
}

.abox-2col a {
  display: block;
  color: #333;
  text-decoration: none;
}

.abox-2col a:hover figcaption {
  opacity: 0.8;
}

.abox-2col strong {
  font-size: 1.2em;
}

.abox-2col figure,
article .abox-2col figure {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: transparent;
  border-radius: 0;
}

.abox-2col figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.abox-2col figure figcaption {
  margin-top: 5px;
  padding-bottom: 50px;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}

.abox-2col label {
  position: absolute;
  bottom: 18px;
  right: 10px;
  display: block;
  width: calc(100% - 20px);
  margin-top: 8px;
  padding: 12px 0 10px;
  font-weight: 600;
  border-radius: 7px;
  font-feature-settings: 'palt';
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.abox-2col span:empty {
  display: block;
  height: 0;
}

@media screen and (max-width: 480px) {
  .abox-2col {
    display: block;
    margin: 0;
  }

  .abox-2col > div {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
  }

  .abox-2col figure, #detail .abox-2col figure {
    width: 100%;
    margin: 0;
  }

  .abox-2col figcaption, #detail .abox-2col figcaption {
    margin: 5px 0 0 0;
    padding: 0 0 50px;
    font-size: 16px;
  }

  .abox-2col span:empty {
    display: inline;
  }
}

.abox-2col-lr > div {
  padding: 10px;
}

.abox-2col-lr figure,
article .abox-2col-lr figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.abox-2col-lr figure > div {
  width: 45%;
  min-width: 45%;
  margin-right: 10px;
  overflow: hidden;
}

.abox-2col-lr figure figcaption {
  position: relative;
  margin-top: 0;
}

.abox-2col-lr label {
  bottom: 8px;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .abox-2col-lr figcaption, #detail .abox-2col-lr figcaption {
    margin: 0;
  }

  .abox-2col span:empty {
    display: inline;
  }
}

/* publicity ヘッダスライド, 記事内リンク画像の拡大表示 */
#slide-header {
  margin-bottom: 20px;
  line-height: 0
}

#slide-header .swiper-slide {
  width: 100%
}

.header-pagination {
  position: absolute;
  bottom: 8px;
  text-align: center;
}

#slide-header img {
  max-height: 437px;
}

#slide-header .swiper-slide:before {
  display: none
}

body.publicity #detail figure a {
  position: relative;
  display: block;
}

body.publicity #detail > figure a:before {
  content: '＋\A0拡大';
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  display: block;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #aaa;
  background: #eee;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  z-index: 2;
}

body.publicity #detail figure a:hover:before {
  background: #aaa;
  color: #fff;
}

section.inside-recommend {
  border: 1px solid #ccc;
  margin: 0 0 20px;
}

section.inside-recommend dl {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px;
}

section.inside-recommend dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #04aae3;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 8px;
}

section.inside-recommend dl dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

section.inside-recommend dl dd ul.inside-recommend-price {
  margin: 0 0 12px;
}

section.inside-recommend dl dd ul.inside-recommend-price span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #D7000E;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

section.inside-recommend dl dd ul.inside-recommend-button {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
}

section.inside-recommend dl dd ul.inside-recommend-button li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 12px;
}

section.inside-recommend dl dd ul.inside-recommend-button li a {
  -webkit-border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding: 8px;
  border-bottom: 3px solid;
  border-radius: 5px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

section.inside-recommend dl dd ul.inside-recommend-button li a.inside-recommend-catalog {
  border-color: #09478a;
  background: #0c5bb0;
}

section.inside-recommend dl dd ul.inside-recommend-button li a.inside-recommend-used {
  border-color: #c97104;
  background: #F18805;
}

section.inside-recommend dl dd img {
  width: 100%;
}

section.inside-recommend dl.inside-recommend-spec {
  margin: 0 0 12px;
  padding: unset;
}

section.inside-recommend dl.inside-recommend-spec dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 4px;
  border: 1px solid;
  background: #ccc;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: unset;
  margin: unset;
}

section.inside-recommend dl.inside-recommend-spec dt:not(:last-of-type) {
  border-bottom: none;
}

section.inside-recommend dl.inside-recommend-spec dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

section.inside-recommend dl.inside-recommend-spec dd:not(:last-of-type) {
  border-bottom: none;
}

@media screen and (min-width: 1025px) {
  section.inside-recommend dl {
    padding: 16px;
  }

  section.inside-recommend dl dd.inside-recommend-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }

  section.inside-recommend dl dd.inside-recommend-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }

  section.inside-recommend dl dd ul.inside-recommend-price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    line-height: 1.2;
  }

  section.inside-recommend dl dd ul.inside-recommend-button li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
  }

  section.inside-recommend dl dd ul.inside-recommend-button li:nth-of-type(2) {
    margin: 0 0 0 2%;
  }
}

.fit-cover {
  object-fit: cover;
}

/* footer maker list */

.make_list_section h2 {
  margin-bottom: 20px
}

.make_list_section {
  display: block !important;
  width: 1050px;
  margin: 0 auto 25px;
  line-height: 1.1
}

.make_list_wrap {
  margin: 15px 0;
  padding: 0
}

.make_list_wrap h3 {
  font-size: 16px
}

.make_list_wrap ul {
  list-style: none
}

.maker_list {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}

.maker_list > :nth-child  ( 1 ) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.maker_list > :nth-child  ( 2  ) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}

.maker_list > :nth-child  (  3  ) {
  -ms-grid-row: 1;
  -ms-grid-column: 5
}

.maker_list > :nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7
}

.maker_list > :nth-child(  5  ) {
  -ms-grid-row: 1;
  -ms-grid-column: 9
}

.maker_list > :nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11
}

.maker_list {
  margin-top: 10px
}

.maker_list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 5px 5px;
  background: #eee;
  border-radius: 2px
}

.maker_list figure {
  position: relative;
  background: #fff;
  border-radius: 3px;
  min-width: 45%;
  min-height: 65px;
  background-size: auto 45px;
  background-position: center center;
  background-repeat: no-repeat
}

.maker_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.maker_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.maker_list dt {
  position: absolute;
  top: 6px;
  left: 5px;
  font-size: 13px;
  font-weight: 700
}

.maker_list dd {
  padding-left: 5px;
  font-size: 12px
}

.maker_list a {
  display: inline-block;
  color: #000;
  border-radius: 1px;
  text-decoration: none
}

.maker_list a:hover {
  color: #fff
}

.maker_list li.catalog:before, .maker_list li.link:before, .maker_list li.usedcar:before {
  content: "▶";
  display: inline-block;
  margin: 0 4px 0 2px
}

.maker_list li.link:before {
  color: #ce1c00
}

.maker_list li.catalog:before {
  color: #16a04d
}

.maker_list li.usedcar:before {
  color: #007aff
}

.maker_list li.link a:hover {
  background: #ce1c00;
  box-shadow: 0 0 0 2px #ce1c00
}

.maker_list li.catalog a:hover {
  background: #16a04d;
  box-shadow: 0 0 0 2px #16a04d
}

.maker_list li.usedcar a:hover {
  background: #007aff;
  box-shadow: 0 0 0 2px #007aff
}

.maker_list li.catalog, .maker_list li.usedcar {
  margin-top: 12px
}

@media screen and (max-width: 480px) {
  .make_list_section {
    width: 100%;
    padding: 0
  }

  .make_list_wrap {
    margin: 15px 0 25px;
    padding: 0 10px
  }

  .maker_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
  }

  .maker_list > li {
    display: block;
    padding: 5px 0 0 0;
    background: 0 0
  }

  .maker_list figure {
    width: 100%;
    min-height: 45px;
    height: 45px
  }

  .maker_list dt {
    position: static;
    margin: 7px 0 10px;
    font-size: 12px;
    text-align: center
  }

  .maker_list dd {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    font-size: 11px
  }

  .maker_list li.catalog:before, .maker_list li.link:before, .maker_list li.usedcar:before {
    margin: 0 4px 0 0
  }

  .maker_list li.catalog, .maker_list li.usedcar {
    margin-top: 10px
  }

  .maker_list a:hover, .maker_list li.link a:hover, .maker_list li.catalog a:hover, .maker_list li.usedcar a:hover {
    background: none;
    box-shadow: none
  }
}