.display-none {
  display: none !important;
}

/**
 * Gnav
 */
.gnav-wrapper #customer div {
  display: inline;
}

/**
 * logo
 */
.gnav li#logoWrapper a {
  margin: 0;
  padding: 0;
}
#logoWrapper #logo {
  margin-bottom: 10px;
  height: 35px;
}

/**
 * パンくず
 */
div .nav_html {
  line-height: 33px;
}

/**
 * トピックス
 */
div .titleContent1.top {
  margin-top: 0;
}
/**
 * txt_title
 */
.article > figure > a ,
.article > figcaption > a {
  color: white;
  font-size: 16px;
  corsor: pointer;
}
/**
 * favBgTime
 */
.article.front-page .favBgTime {
  bottom: 43px;
}

/**
 * 2階層目ページ
 */
.box-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.box-wrapper .article.second-page:nth-child(odd) {
  margin-right: 1.4%;
}
.box-wrapper .article.second-page figure .fitureA {
  position: relative;
}
.box-wrapper .article.second-page figure .imgBg {
  top: 0;
  height: 81px;
  vertical-align: top;
  marigin-top: -10px;
}
.box-wrapper .article.second-page figure .favBgTime {
  bottom: 0;
}
.box-wrapper .article.second-page figure .mainImage {
  height: auto;
  width: 100%;
  cursor: pointer;
}
.box-wrapper .article.second-page .backText {
  text-decoration: none;
  color: #333;
}

/**
 * h1
 */
div .h1, div h1 {
  font-size: 36px;
  margin-bottom: 0.3em;
}

/**
 * エディタ用
 */
.preface .footnote,
  font-size: 14px;
}

/**
 * 3階層目ページ
 */
div #video0.iframe-content {
  margin: 0;
}
div.tab-content #video0.iframe-content {
  margin-top: 0;
  margin-bottom: 20px;
}

/* Chapter exist */
div #video0.iframe-content.has-chapter {
  padding: 0;
}
div #playerBox.has-chapter {
  height: 366px;
}
div #playerBox.has-chapter iframe {
  width: 495px !important;
  height: 360px !important;
}
/**
 * playerBox border in tabs.
 */
#tabs.tabs #tab-button li:not(.is-active_t) {
  border-bottom: 1px;
}
#tabs.tabs .tab-content #playerBox {
  border-style: solid;
  border-top-style: solid;
  padding: 10px;
}
#tab-button li a {
  max-width: 164.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#tab-button li.is-active_t a {
  pointer-events: none;
  text-decoration: none;
}
#tab-button li select {
  cursor: pointer;
}
#tab-button li select option:first-child {
  display: none;
}

/**
 * video box border.
 */
.tab-content .iframe-content {
  margin-bottom: ;
}
.tab-content .iframe-content {
  border: #1f295b 3px solid;
  height: 383px;
}
.tab-content .iframe-content iframe {
  margin: 8px;
}
.tab-content #video4.iframe-content,
.tab-content #video4.iframe-content iframe {
  margin: 0;
}

/**
 * blue line.
 */
.blue-line {
  background-color: #0e69be;
  height: 10px;
  width: 100%;
  margin-top: 5px;
}

/**
 * tabs selecter.
 */
#tab-button li:last-child {
  position: relative;
}
#tab-button #JAFselect {
  width: 100%;
  height: 42px;
  border: 0px;
  padding-left: 0;
  -webkit-appearance: none;
  background: url(../img/select_arrow1.png) center bottom no-repeat scroll transparent;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
}
#tab-button .is-active_t #JAFselect {
  background: url(../img/select_arrow_white.png) center bottom no-repeat scroll transparent;
}
.tab-button-outer #tab-button li {
  line-height: 44px;
}
/* tab-button size */
ul#tab-button li:only-child { width: 100%;}
ul#tab-button li:nth-last-child(2), ul#tab-button li:nth-last-child(2) ~ li { width: 50%; }
ul#tab-button li:nth-last-child(3), ul#tab-button li:nth-last-child(3) ~ li { width: 33.3%; }
ul#tab-button li:nth-last-child(4), ul#tab-button li:nth-last-child(4) ~ li { width: 25%; }
ul#tab-button li:nth-last-child(5), ul#tab-button li:nth-last-child(5) ~ li { width: 20%; }
div ul#tab-button li a { max-width: 100%; }
/* tab content top */
.article .tab-content {
  /*margin-top: -20px;*/
}
.page--detail-rulesa .article .tab-content {
  margin-top: 0;
}

/**
 * breadcrumb
 */
.page--detail .breadcrumb {
 /* margin-bottom: 21px; */
}

/**
 * list
 */
.correlation .article a,
.thats-good-video-list ul li a {
  color: #333;
}
.correlation .article a:hover,
.thats-good-video-list ul li a:hover {
  text-decoration: none;
}

/**
 * that's good video list.
 */
.thats-good-video-list ul li {
  float: left;
  width: 33%;
  height:180px;
  padding:5px 5px;
  cursor: pointer;
}
.thats-good-video-list ul li img {
  border: 2px solid grey;
  border-radius: 1px;
  height: 119px;
}
.thats-good-video-list ul li p {
min-height:40px;
height:auto;
font-size:12px;
}
/*car-movie-list*/
.correlation .article a,
.car-movie-list ul li a {
  color: #333;
}
.correlation .article a:hover,
.car-movie-list ul li a:hover {
  text-decoration: none;
}
.car-movie-list ul li {
  float: left;
  width: 33%;
  height:180px;
  padding:5px 5px;
  cursor: pointer;
}
.car-movie-list ul li img {
  border: 2px solid grey;
  border-radius: 1px;
  height: 119px;
}
.car-movie-list ul li p {
min-height:40px;
height:auto;

}
/**
 * video title
 */
.single .article .content .video::before {
  vertical-align: inherit;
}

/**
 * body
 */
.single .article .content .preface {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
  clear: both;
}

/**
 * ※
 */
.single .article .content .preface .footnote {
  font-size: 14px;
}

/**
 * 以降 ページ別対応・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
 */

/**
 * お知らせ一覧
 */
.page--news .list_html a ,
.page--news .list_html a:hover {
  text-decoration: none;
  color: inherit;
}

/**
 * favBgTime
 */
.page--favorite .favBgTime,
.page--search .favBgTime,
.page--result .favBgTime {
  /*display: none;*/
}
.page--result .favBgTime,
.page--search .favBgTime {
  position: absolute;
  top: 149px;
  bottom: auto;
}
.page--result .article .right,
.page--search .article .right {
  position: relative;
}

/**
 * article
 */
.page--detail-studydetail div.article ,
.page--detail-rulesa div.article ,
.page--detail-rulesdetail div.article ,
.page--detail-rulesc div.article {
  float: none;
}

/**
 * article image
 */
.page--detail-rulesdetail .article #img_t img {
  height: 378px;
}

/*.page--detail-rulesc .blue-line {*/
/*  margin-top: 14px;*/
/*}*/

.page--detail-rulesc #video0.iframe-content {
  font-size: 14px;
}

/**
 * video iframe
 */
.page--detail-rulesa .tab-content .iframe-content iframe {
  margin: 0;
}
.page--detail-rulesdetail div #video0.iframe-content {
  padding: 188px;
}

/**
 * footer
 */
#copylight .flex-container ul li div {
  margin: 0;
}

/**
 * title hr
 */
hr.title-underline {
  margin: 5px 0px;
  border: 0px;
  border-top:1px grey solid;
}

/**
 * 以降 ノード個別対応・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
 */

/**
 * 自動車保険＋JAF パンフレット: detail/rulesc/n/9/v/60250
 */
.page--detail-rulesc-n-9 #tab-button li:last-child:not(.is-active_t) {
  font-size: 0;
}
.page--detail-rulesc-n-9 #tab-button li:last-child:not(.is-active_t):after {
  font-size: 14px;
  content: 'その他保険会社';
}
.page--detail-rulesc-n-9 #tab-button li select {
  font-size: 16px;
}
.page--detail-rulesc-n-9 .pic_pdf_series {
  width: 64% !important;
}
.page--detail-rulesc-n-9 .pic_pdf_series img {
  height: 284.082px !important;
}
.page--detail-rulesc-n-9 #tabs.tabs + #pic_pdf0 a.click_pdf {
  font-size: 0;
}
.page--detail-rulesc-n-9 #tabs.tabs + #pic_pdf0 a.click_pdf:after {
  font-size: 14px;
  content: 'JAFと自動車保険とのちがい';
}

/**
 * JAFトラベルデスク（30年以上のご継続の会員様へ） detail/rulesdetail/n/115/v/60363
 */
.page--detail-rulesdetail-n-115 .article .preface > p > img {
  width: 50%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .075);
  margin-right: 10px;
  margin-top: 3px;
  float: left;
  height: 194.062px;
}

/**
 *  JAF PLUS（ジャフ プラス）
 */
.page--detail-rulesdetail-n-14-v #tab-button li {
  width: 24.8% !important;
}
.page--detail-rulesdetail-n-14-v #tab-button li a {
  cursor: pointer;
}
.page--detail-rulesdetail-n-14-v .tab-contents td:first-child,
.page--detail-rulesdetail-n-14-v .tab-contents2 td:first-child {
  min-width: 150px;
}
.page--detail-rulesdetail-n-14-v .tab-contents2 {
  padding: 10px;
}

/**
 * 休日のお知らせ
 */
.page--detail-studydetail-n-80 .article #img_t img {
  height: 376.875px;
}

/**
 * 今週の危険予知トレーニング
 */
/*.page--detail-rulesa-n-60502 .favBg {*/
/*  display: none;*/
/*}*/
.more_front.wide {
  width: 15em;
  margin-top: 16px;
  text-decoration: none;
}
.page--detail-rulesa-n-60502 #tab-button {
  display: none;
}
.page--detail-rulesa-n-60502.administrator #tab-button {
  display: block;
}
#danger-prediction-training-link {
  display: none;
}
