@charset "UTF-8";

#lineup .inside {
  margin: 15px auto 30px;
}

#lineup .inside h4 {
  font-size: 1.3em;
  line-height: 2em;
}

#tab-box {
  background: #f3f6f8;
  padding: 20px;
  margin: 15px auto 30px;
}

#tabnavi li {
  display: inline;
  font-size: 1.3em;
  margin-left: 10px;
  text-align: center;
}

#tabnavi li:first-child {
  margin-left: 0;
}

#tabnavi li a {
  display: inline-block;
  background: #fff;
  border-bottom: 10px solid #f3f6f8;
  color: #3e3a39;
  padding: 20px 0;
  text-decoration: none;
  width: 32.2%;
}

#tabnavi li a:before {
  content: "\f0d7";
  font-family: FontAwesome;
  margin: -2px 10px 10px 0;
}

#tabnavi li a:hover,
#tabnavi li a.active {
  background: #fff;
  border-top: 2px solid #ff6400;
  color: #ff6400;
}

#tabnavi li a.active {
  border-bottom: 10px solid #fff;
}

#tabcontent {
  padding: 20px;
  background: #fff;
  text-align: center;
}

#tabcontent h5 {
  font-weight: bold;
  display: inline-block;
  font-size: 1.1em;
}

#tabcontent p {
  margin-left: 0px;
  font-size: 0.9em;
  line-height: 1.5;
}

#tabcontent ul {
  width: 100;
}

#tabcontent li {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  //	padding: 10px;
  margin: 0 0 10px 10px;
  width: 428px;
  width: 408px\9;
}

.bd-n {
  border: none !important;
}

#tabcontent li label.checkbox {
  display: block;
  padding: 10px 10px 10px 38px;
  margin: 0;
  cursor: pointer;
}
#tabcontent li.disabled label.checkbox {
  cursor: default;
}

#tabcontent li label.checkbox .icons {
  margin: 16px 10px;
}

#tabcontent li a:hover {
  cursor: pointer;
}

#tabcontent li.left-btn {
  margin-left: 0;
}

#tabcontent li.right-txt-btn {
  margin-top: 10px;
  margin-bottom: 40px;
}
#tabcontent .link {
  border: none !important;
  font-size: 0.9em;
  text-align: right;
}

#tabcontent .link a {
  color: #333;
  text-decoration: none;
}

#tabcontent input[type="checkbox"] {
  padding: 5px;
}

#tabcontent .check {
  background: #fff8e1;
  border-color: #ff6400 !important;
}

#tabcontent .check h5 {
  color: #ff6400 !important;
}

#tabcontent .disabled {
  background: #eeeeee !important;
}

#tabcontent .disabled h5,
#tabcontent .disabled p {
  color: #969696;
}

/*
.lineup-container{
	overflow: hidden;
}

.lineup-container li{
	float: left;
	margin:0 13px 20px 0;
	width: 230px;
}

.lineup-container ul{
	width: 972px;
}

	.lineup-container li:nth-child(4n){
		margin-right: 0;
	}

	.lineup-container div{
		font-size: 0.7em;
		margin-top: 1px;
	}

	.lineup-container .point{
		background: #f7f8f8;
		padding: 5px 1.5em 5px 1.5em;
		line-height: 1.7em;
		text-indent: -1em;

	}
*/

.caution sup {
  vertical-align: top;
}

.reset-btn {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 0.9em;
  padding: 10px;
  cursor: pointer;
}

.reset-btn a {
  display: block;
}

.reset-btn:before {
  color: #95bbcd;
  content: "\f056";
  font-family: FontAwesome;
  margin: -2px 10px 10px 0;
  width: 17px;
  height: 17px;
}

.lineup-container:after,
#tabcontent:after,
.use:after {
  content: "";
  display: block;
  clear: both;
}

.fuel-pic-area {
  position: relative;
}

.fuel-pic {
  position: absolute;
  top: 2px;
  right: 30px;
  width: 44px;
}

.use {
  clear: both;
  margin: 20px auto 30px;
  width: 980px;
}

.use li {
  float: left;
  margin-left: 10px;
  margin-left: 10px\9;
  text-align: left;
}

.use li:first-child {
  margin-left: 0;
}

.lineup-anno {
  font-size: 12px;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 4px;
}

.lineup-anno:first-child {
  margin-top: 20px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
.is-sp-inline {
  display: none;
}

.footer-pdf {
  margin: 0 0 50px;
  display: block;
}

.download_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #2b383f;
  border-radius: 5px;
  z-index: 10;
}

.download_btn span.ic-pdf {
  display: inline-block;
  padding-left: 75px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  background: url(../images/icon_pdf.png) 0 center no-repeat;
  background-size: 46px auto;
}

.download_btn small {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 736px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-sp-inline {
    display: inline;
  }
  img {
    width: 100%;
    height: auto;
  }
  .footer-pdf {
    margin: 0 0 30px;
  }
  .download_btn {
    height: 100px;
  }
  .download_btn span.ic-pdf {
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
    background-size: 35px auto;
  }
  .download_btn small {
    font-size: 12px;
    line-height: 20px;
  }
}

.container {
  margin: 0 auto;
  width: 980px;
}
@media screen and (max-width: 736px) {
  .container {
    width: 90.6%;
  }
}

.lineup-head {
  background: #fff;
}
.header-container {
  margin-top: 77px;
  margin-bottom: 52px;
  font-size: 0;
}
.header-box {
  margin: 0 48px 0 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.03em;
}
.header-hdg {
  margin-bottom: 10px;
  color: #2b383f;
  font-size: 36px;
  font-weight: bold;
  text-indent: -0.1em;
  line-height: 1.22;
}
.header-hdg--en {
  color: #c00;
  font-size: 14px;
  line-height: 1;
}
.header-txt {
  margin: 2px 0 0 0;
  color: #2b383f;
  font-size: 16px;
  line-height: 1.62;
}
@media screen and (max-width: 736px) {
  .header-container {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 0;
  }
  .header-box {
    margin: 0;
    display: block;
  }
  .header-hdg {
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  .header-hdg--en {
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
  .header-txt {
    margin: 25px 0 0 0;
    font-size: 12px;
    line-height: 1.66;
  }
}

.lineup-main {
  background: #eceff1;
  padding: 50px 0 30px;
}
@media screen and (max-width: 736px) {
  .lineup-main {
    padding: 30px 0 20px;
  }
}

.tab-container {
  margin-bottom: 35px;
}
.tab-box {
  background: #404a4f;
  margin: 0 0 16px;
  padding: 0 20px 0;
}
.tab-box.is-show {
  padding: 0 20px 20px;
}
.tab-box.is-show .tab-head-txt {
  background: url(/snow/lineup/images/icn_tab_open.png) no-repeat 100% 50%;
}
.tab-box.is-show .tab-main {
  display: block;
}
@media screen and (max-width: 736px) {
  .tab-container {
    margin-bottom: 20px;
  }
  .tab-box {
    margin: 0 0 15px;
    padding: 0 10px 0;
  }
  .tab-box.is-show {
    padding: 0 10px 10px;
  }
}

.tab-head {
  padding: 5px 0;
  cursor: pointer;
}
.tab-head-txt {
  background: url(/snow/lineup/images/icn_tab_close.png) no-repeat 100% 50%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 736px) {
  .tab-box.is-show .tab-head-txt {
    background: url(/snow/lineup/images/icn_tab_open.png) no-repeat 100% 50%;
    background-size: 12px auto;
  }
  .tab-head-txt {
    background: url(/snow/lineup/images/icn_tab_close.png) no-repeat 100% 50%;
    background-size: 12px auto;
    font-size: 11px;
  }
}

.tab-main {
  background: #fff;
  width: 100%;
  font-size: 0;
  display: none;
  overflow: hidden;
}
.tab-category,
.tab-contents {
  float: left;
  vertical-align: top;
}
.tab-category {
  background: #eceff1;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 230px;
  box-sizing: border-box;
}
.tab-category-item {
  background: url(/snow/lineup/images/icn_arw_ltr.png) no-repeat 208px 50%;
  background-size: 7px auto;
  color: #2b383f;
  border-bottom: 2px solid #fff;
  padding: 22px 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  cursor: pointer;
}

.tab-category-item.is-selected {
  background: #fff;
  cursor: default;
}
.tab-category-item.is-selected p {
  color: #c00;
}

@media screen and (max-width: 736px) {
  .tab-category {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 40.3%;
    height: 204px;
  }
  .tab-category-item {
    background: url(/snow/lineup/images/icn_arw_ltr.png) no-repeat 93%;
    background-size: 5% auto;
    padding: 14px 20px 14px 10px;
    font-size: 11px;
    line-height: 1.83;
  }
}

.tab-contents {
  padding: 10px 20px;
  width: 710px;
  color: #3e3a39;
  box-sizing: border-box;
}
.tab-content {
  display: none;
}
.tab-content.is-show {
  display: block;
}
.tab-content_01 .tab-content-item,
.tab-content_02 .tab-content-item,
.tab-content_03 .tab-content-item,
.tab-content_04 .tab-content-item {
  height: 75px;
}
.tab-content-item {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.tab-content-item.is-last {
  border-bottom: none;
}
@media screen and (max-width: 736px) {
  .tab-contents {
    padding: 10px;
    width: 59.2%;
  }
  .tab-content_01 .tab-content-item,
  .tab-content_02 .tab-content-item,
  .tab-content_03 .tab-content-item,
  .tab-content_04 .tab-content-item {
    height: auto;
  }
}

.tab-content-checkbox {
  display: none;
}
.tab-content-checkbox:checked + label {
  background: #ffebeb;
}
.tab-content-checkbox:disabled + label {
  background: #eee;
  color: #999;
}
.tab-content-checkbox:checked + label .tab-content-name {
  background: url(/snow/lineup/images/icn_check_on_pc.png) no-repeat 0 50%;
  color: #c00;
}
.tab-content-item > label {
  display: block;
  padding: 16px 16px 14px;
  color: #3e3a39;
  box-sizing: border-box;
  cursor: pointer;
}
.tab-content_01 .tab-content-item > label,
.tab-content_02 .tab-content-item > label,
.tab-content_03 .tab-content-item > label,
.tab-content_04 .tab-content-item > label {
  height: 74px;
}
.tab-content-name {
  background: url(/snow/lineup/images/icn_check_pc.png) no-repeat 0 50%;
  margin: 0 0 2px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  line-height: 1.62;
  letter-spacing: 0.03em;
}
.tab-content-desc {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 736px) {
  .tab-content-item > label {
    padding: 10px 4px;
  }
  .tab-content-checkbox:checked + label .tab-content-name {
    background: url(/snow/lineup/images/icn_check_on_sp.png) no-repeat 0 0;
    background-size: 19px auto;
  }
  .tab-content_01 .tab-content-item > label,
  .tab-content_02 .tab-content-item > label,
  .tab-content_03 .tab-content-item > label,
  .tab-content_04 .tab-content-item > label {
    height: auto;
  }
  .tab-content-name {
    background: url(/snow/lineup/images/icn_check_sp.png) no-repeat 0 0;
    background-size: 19px auto;
    margin: 0;
    padding-left: 20px;
    font-size: 11px;
    line-height: 1.72;
  }
}

.link-content {
  float: right;
}
#main .link-item {
  background: url(/snow/lineup/images/icn_arw_ltr.png) no-repeat 100% 50%;
  background-size: 7px auto;
  margin: 0 0 0 34px;
  padding-right: 28px;
  color: #2b383f;
  font-size: 16px;
  line-height: 1.62;
  line-height: 1;
  letter-spacing: 0.03em;
  float: left;
}
#main .link-item:hover {
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  #main .link-item {
    margin: 0 0 10px 0;
    font-size: 11px;
    line-height: 1.18;
    float: right;
    clear: both;
  }
}

.search-container {
  margin-bottom: 30px;
}
.search-txt,
.search-reset-btn {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}
.search-txt {
  margin-right: 30px;
}
.search-count {
  display: inline-block;
  font-size: 36px;
  line-height: 1.16;
  font-weight: bold;
  color: #c00;
  letter-spacing: 0.03em;
}
.search-suffix {
  margin-left: 4px;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.03em;
}
.search-reset-btn {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .search-container {
    margin-bottom: 20px;
  }
  .search-txt {
    margin-right: 16px;
  }
  .search-count {
    font-size: 24px;
    line-height: 1;
  }
  .search-suffix {
    font-size: 14px;
  }
  .search-reset-btn {
    width: 39.6%;
  }
}

.lineup-container {
  margin: 0 auto;
  width: 1000px;
  font-size: 0;
  overflow: hidden;
}
.lineup-item {
  margin: 0 8px;
  width: 230px;
  float: left;
  vertical-align: top;
}

.lineup-box {
  margin: 0 0 20px;
  display: block;
  & img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
  }
}

.lineup-notes {
  margin: -8px 0 13px;
}
.lineup-notes-item {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.lineup-notes-item--normal {
  color: #2b383f;
}
.lineup-notes-item--alert {
  color: #c00;
}
@media screen and (max-width: 736px) {
  .lineup-container {
    width: 90.6%;
  }
  .lineup-item {
    margin: 0;
    width: 100%;
  }
  .lineup-notes-item {
    font-size: 10px;
  }
}

.lineup-foot {
  background: #fff;
  padding: 44px 0 100px;
}
.footer-notes {
  margin: 0 0 45px;
}
.footer-notes-item {
  color: #2b383f;
  font-size: 16px;
  line-height: 1.75;
}
.footer-pdf {
  margin: 0 0 50px;
  display: block;
}
.footer-use,
.footer-feature {
  width: 470px;
}
.footer-use {
  float: left;
}
.footer-feature {
  float: right;
}
.footer-use-hdg {
  margin: 0 0 22px;
  color: #2b383f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.07em;
}
.footer-use-mark {
  margin: 0 0 14px;
  padding: 12px 18px;
  border: 5px solid #eceff1;
  width: 100%;
  box-sizing: border-box;
}
.footer-use-txt {
  color: #ff6400;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.07em;
}
.footer-use-notes-item {
  color: #2b383f;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 736px) {
  .lineup-foot {
    padding: 27px 0 50px;
  }
  .footer-notes {
    margin: 0 0 27px;
  }
  .footer-notes-item {
    font-size: 12px;
    line-height: 1.5;
  }
  .footer-pdf {
    margin: 0 0 30px;
  }
  .footer-use,
  .footer-feature {
    width: 100%;
    float: none;
  }
  .footer-use-hdg {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1;
  }
  .footer-use-mark {
    margin: 0 0 11px;
    padding: 12px 18px;
    border: 3px solid #eceff1;
  }
  .footer-use-txt {
    font-size: 12px;
    line-height: 1.66;
  }
  .footer-use-notes {
    margin: 0 0 25px;
  }
  .footer-use-notes-item {
    font-size: 12px;
    line-height: 1.66;
  }
}
.js-header-wrapper {
  width: 100%;
}
.js-header-wrapper .l-outer-header {
  background-color: rgba(255, 255, 255, 0.9);
}
.js-header-wrapper .js-pc-header-panel .pc-header-tab-wrapper {
  background-color: #eceff1;
}
.js-pc-header-panel .pc-header-tab a {
  color: #2b383f;
}

#main {
  /*  padding-top: 100px;*/
}
.bread-links {
  list-style: none;
}

.bread-links .bread-links__item {
  font-size: 14px;
  padding-top: 15px;
  display: inline-block;
}
.bread-links__item a:hover {
  opacity: 0.7;
}

.bread-links .bread-links__item::after {
  content: ">";
}

.bread-links .bread-links__item:last-child::after {
  content: "";
}

.bread-links .bread-links__item a {
  color: #2b383f;
  margin: 0 5px;
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .bread-links {
    background-color: #eceff1;
    padding: 10px;
    box-sizing: border-box;
    width: 110%;
    margin-left: -5%;
    vertical-align: middle;
  }
  .bread-links .bread-links__item {
    font-size: 10px;
    padding-top: 0;
  }
}
.lineup-item:hover {
  opacity: 0.7;
}
.l-section-inner.first {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*エラーメッセージ*/
#caseZero {
  color: #c00;
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
}

@media screen and (max-width: 736px) {
  #caseZero {
    font-size: 16px;
    margin: 20px 0;
  }
}

/* float-banner 2025.09 */
.float-banner img {
  max-width: 100%;
  transition: filter 0.3s ease-in-out;
  &:hover {
    filter: drop-shadow(0 0 10px #fff) brightness(1.3);
  }
}

.float-banner {
  z-index: 11;
  position: relative;
}

@media print, screen and (min-width: 736.1px) {
  .float-banner {
    & .pc {
      width: clamp(160px, 21vw, 210px);
      display: inline-block;
      position: fixed;
      top: 280px;
      right: 0;
    }
    & .sp {
      display: none;
    }
  }
}
@media screen and (max-width: 736px) {
  .float-banner {
    visibility: visible;

    & .pc {
      display: none;
    }

    & .sp {
      position: fixed;
      bottom: 0;
      z-index: 10;
      background: #015087;
    }
  }
  .batsu {
    display: inline-grid;
    place-content: center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 35px;
    height: 35px;
    pointer-events: auto;
    bottom: 12.2vw;
    z-index: 12;
    &::after {
      content: "";
      background: #fff;
      height: 16px;
      width: 16px;
      clip-path: polygon(5% 0, 0 4%, 45% 50%, 0 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0, 50% 45%);
    }
  }
  body:has(.float-banner) footer .js-back-to-top {
    bottom: max(calc(6% + 1.4rem), 12vw) !important;
    transition: 0.4s;
    &.plus {
      bottom: 6% !important;
    }
  }
  body:has(.float-banner) footer {
    margin-bottom: 12.2vw;
    transition: 0.4s all;
    &.mb0 {
      margin-bottom: 0;
    }
  }
}

.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
