@charset "UTF-8";

/* Reset Style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: #FFF;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}

input,
textarea {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

button {
  border: none;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #444;
}

a:active {
  color: #333;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/* @media screen and (max-width: 980px) {
  body {
    padding-top: 60px;
  }
} */

/*----------------------------------------------------
	.main
----------------------------------------------------*/
.main {
  display: block;
  padding-bottom: 100px;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.page-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-left: 5vw;
  padding-right: 5vw;
  background: #F3E858;
}

@media (max-width: 1280px) {
  .page-header {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media (max-width: 980px) {
  .page-header {
    padding-left: 10px;
    padding-right: 0;
  }
}

.page-header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  height: 80px;
}

@media (max-width: 980px) {
  .page-header--inner {
    gap: 0;
    height: 50px;
  }
}

.page-header--logo {
  width: 240px;
}

@media (max-width: 1280px) {
  .page-header--logo {
    width: 200px;
  }
}

@media (max-width: 980px) {
  .page-header--logo {
    width: 150px;
  }
}

.page-header--logo img {
  width: 100%;
}

.page-header--category_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 480px);
  font-size: 16px;
}

@media (max-width: 1280px) {
  .page-header--category_navi {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .page-header--category_navi {
    display: none;
  }
}

.page-header--remote_navi {
  font-size: 12px;
}

@media (max-width: 980px) {
  .page-header--remote_navi {
    margin: 0 0 0 auto;
  }
}

.page-header--mobile {
  display: none;
}

@media (max-width: 980px) {
  .page-header--mobile {
    display: block;
    margin: 0;
    width: 50px;
  }
}

.category-navi--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 16px;
}

@media (max-width: 1280px) {
  .category-navi--list {
    gap: 15px;
  }
}

.category-navi--link {
  font-weight: 600;
  color: #000;
}

.remote-navi {
  height: 100%;
}

.remote-navi--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: inherit;
}

.remote-navi--item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 80px;
  height: inherit;
}

@media (max-width: 980px) {
  .remote-navi--item {
    width: 50px;
  }
}

.remote-navi--link {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  height: inherit;
}

.remote-navi--icon {
  width: 34px;
  height: 34px;
}

.remote-navi--icon img {
  width: inherit;
  height: inherit;
}

@media (max-width: 980px) {
  .remote-navi--icon {
    width: 20px;
    height: 20px;
  }
}

.remote-navi--text {
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .remote-navi--text {
    font-size: 7px;
  }
}

.mobile-button {
  display: none;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  height: 100%;
  width: 50px;
  background: #FFB300;
}

@media (max-width: 980px) {
  .mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-button--bar {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2px;
  margin-bottom: 3px;
  width: 20px;
  height: 15px;
}

.mobile-button--bar .top,
.mobile-button--bar .middle,
.mobile-button--bar .bottom {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.mobile-button--bar.is-active {
  position: relative;
}

.mobile-button--bar.is-active .top {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-button--bar.is-active .middle {
  opacity: 0;
}

.mobile-button--bar.is-active .bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-button--text {
  font-size: 7px;
}

/*----------------------------------------------------
	メニュー
----------------------------------------------------*/
.mobile-menu {
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 999;
  width: 66.6%;
  max-width: 280px;
  height: 100%;
  background: #222;
}

.mobile-menu--outer {
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 999;
  display: none;
  opacity: 0;
  width: 100%;
  height: calc(100vh - 50px);
  background: rgba(0, 0, 0, 0.8);
}

.mobile-menu--outer.is-active {
  display: block;
  opacity: 1;
}

.mobile-menu--list {
  font-size: 14px;
  font-weight: 600;
}

.mobile-menu--item {
  border-bottom: 1px solid #333;
}

.mobile-menu--link {
  display: block;
  border-bottom: 1px solid #000;
  padding: 20px 30px;
  color: #FFF !important;
}

.mobile-menu-child {
  border-left: 10px solid #333;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: 600;
}

.mobile-menu-child--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.mobile-menu-child--link {
  color: #FFF !important;
}

.mobile-menu-sub {
  padding: 20px 25px;
  font-size: 12px;
}

.mobile-menu-sub--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.mobile-menu-sub--link {
  color: #FFF !important;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.page-footer--top {
  padding: 40px 20px;
  background: #F3E858;
}

@media (max-width: 980px) {
  .page-footer--top {
    padding: 20px;
  }
}

.page-footer--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 980px;
}

@media (max-width: 980px) {
  .page-footer--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.page-footer--logo {
  width: 200px;
}

@media (max-width: 980px) {
  .page-footer--logo {
    width: 150px;
  }
}

.page-footer--logo img {
  width: 100%;
}

@media (max-width: 980px) {
  .page-footer--navi {
    display: none;
  }
}

.page-footer--bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 980px) {
  .page-footer--bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.page-footer--copyright {
  text-align: center;
  font-size: 10px;
  color: #666;
}

@media (max-width: 980px) {
  .page-footer--copyright {
    font-size: 6px;
  }
}

.footer-navi--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 12px;
}

.footer-navi--link {
  color: #000;
}

.user-guide {
  margin-top: 40px;
  padding: 40px 20px;
  background: #F8F6F4;
}

@media (max-width: 980px) {
  .user-guide {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.user-guide--inner {
  margin: 0 auto;
  max-width: 980px;
}

.user-guide--title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 980px) {
  .user-guide--title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.user-guide--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user-guide--item {
  width: calc(25% - 7.5px);
}

@media (max-width: 980px) {
  .user-guide--item {
    width: calc(33.3% - 6.6px);
  }
}

@media (max-width: 640px) {
  .user-guide--item {
    width: calc(50% - 5px);
  }
}

.user-guide--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #DDD;
  padding: 15px 15px 15px 25px;
  background: #FFF;
  border-radius: 5px;
}

@media (max-width: 980px) {
  .user-guide--link {
    padding-left: 20px;
  }
}

.user-guide--link .text {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .user-guide--link .text {
    font-size: 12px;
  }
}

.user-guide--link .icon {
  width: 14px;
  height: 14px;
}

@media (max-width: 980px) {
  .user-guide--link .icon {
    width: 12px;
    height: 12px;
  }
}

.user-guide--link img {
  width: inherit;
  height: inherit;
  vertical-align: top;
}

/*----------------------------------------------------
	 共通
----------------------------------------------------*/
.sp {
  display: none;
}

.maker-logo img {
  width: auto;
  height: auto;
  max-width: 100px;
}

.breadcrumb {
  width: 980px;
  margin: 0 auto;
  padding-top: .5em;
}

.breadcrumb-item {
  display: inline-block;
  font-size: 1.1rem;
}

.breadcrumb-item a {
  display: inline-block;
}

.breadcrumb-item:not(:last-child) {
  position: relative;
  padding-right: 2em;
}

.breadcrumb-item:not(:last-child)::after {
  content: '＞';
  position: absolute;
  right: 0;
  display: inline;
}

@media screen and (max-width: 980px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .breadcrumb {
    width: 100%;
    padding: .5em 2% 0;
  }
}

/* -- feature icon list -- */
.feature-list {
  display: flex;
}

.feature-list-item:not(:last-child) {
  margin-right: 5px;
}

/* -- set conteiner -- */
.set.hidden {
  display: none;
}

.set-title {
  padding: .7em .5em;
  margin-bottom: 25px;
  border: #eee 1px solid;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.set-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 0.5em;
  background: #f5d944;
  border-radius: 5px;
}

.set-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.set-list-item {
  margin-bottom: 12px;
  width: calc(33.3% - 8px);
}

.set-list-item:not(:nth-child(3n)) {
  margin-right: 12px;
}

.set-list-item.hidden {
  display: none;
}

.set-list-item .pic {
  padding: 20px;
  margin-bottom: 15px;
  border: #ccc 1px solid;
  text-align: center;
}

.set-list-item .pic img {
  height: 173px;
}

.set-list-item .price {
  text-align: right;
}

.set-list-item .price .total {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}

.set-list-item .price .total span {
  font-size: 1.2rem;
  color: #999;
  font-weight: 300;
}

.set-list-item .price .unit {
  font-size: 1.2rem;
  color: #999;
}

.set-name {
  font-size: 1.4rem;
  color: #999;
}

.set-item {
  padding-right: .5em;
  margin-bottom: .5em;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.set-item2 {
  padding-right: .5em;
  margin-bottom: .5em;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .set-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .set-list-item {
    margin-bottom: 0;
    width: 100%;
    border-bottom: #ccc 1px solid;
  }

  .set-list li.set-list-item:nth-child(n+4) {
    display: none;
  }

  .set-list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .set-list-item a {
    display: flex;
    align-items: center;
  }

  .set-list-item .pic {
    width: 120px;
    height: 120px;
    padding: 2%;
    margin-right: 20px;
  }

  .set-list-item .price {
    width: calc((100% - 120px) / 2);
  }

  .set-inner {
    width: calc((100% - 120px) / 2);
  }
}

@media screen and (max-width: 980px) {
  .set-list-item .pic {
    margin: 10px;
    padding: 10px;
    width: 80px;
    height: auto;
  }

  .set-list-item .pic img {
    height: auto;
  }

  .set-list-item .price {
    width: calc(100% - 70px - 180px);
  }

  .set-list-item .price .total {
    line-height: 1.2;
    font-size: 1.2rem;
  }

  .set-list-item .price .total span {
    font-size: .8rem;
  }

  .set-list-item .price .unit {
    font-size: .8rem;
  }

  .set-inner {
    width: 180px;
  }

  .set-name {
    font-size: 1.2rem;
  }

  .set-item {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }

  .set-item2 {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
}

/*-- radio btn --*/
.input {
  height: 50px;
}

.input select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: #fff;
  border: #eee 1px solid;
  border-radius: 0px;
}

.input select option {
  height: 50px;
}

.input select option:nth-child(1) {
  position: relative;
}

.input select option:nth-child(1)::before {
  background: url("../img/icon_car_86.png");
}

.input .radio-list {
  list-style: none;
  height: 50px;
  position: relative;
  padding: 0;
  border: #eee 1px solid;
  overflow: hidden;
}

.input .radio-list.sel_maker {
  z-index: 3 !important;
}

.input .radio-list .hidden {
  display: none;
}

.input .radio-list::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.input .radio-list.open {
  position: relative;
  height: auto;
  max-height: 310px;
  border-radius: 0px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
}

.input .radio-list.open .chk {
  padding-right: 0;
  background-image: none;
}

.input .radio-list.open::after {
  display: none;
}

.input .radio-list.open li {
  position: relative;
}

.input .radio-list.open li:first-child label {
  border: hidden;
}

.input .radio-list.open .radio-list-item label,
.input .radio-list.open .radio-list-item.chk:first-child label {
  z-index: 20;
}

.input .radio-list.open .radio-list-item:nth-child(1) {
  background-image: linear-gradient(to top right, #f5d944 50%, #000 50%), linear-gradient(to bottom right, #000 50%, #f5d944 50%), linear-gradient(to right, #f5d944, #f5d944);
  background-image: -webkit-linear-gradient(to top right, #f5d944 50%, #000 50%), -webkit-linear-gradient(to bottom right, #000 50%, #f5d944 50%), -webkit-linear-gradient(to right, #f5d944, #f5d944);
  background-position: calc(100% - 24px) 50%, calc(100% - 17px) 50%, 100% 0;
  background-size: 7.5px 10px, 7.5px 10px, 50px 50px;
  background-repeat: no-repeat;
}

.input .radio-list-select {
  height: 30px;
}

.input .radio-list-item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  background: #fff;
  border-bottom: #eee 1px solid;
  line-height: 45px;
}

.input .radio-list-item.chk {
  height: 48px;
  padding-right: 50px;
  background-image: linear-gradient(to top right, #ddd 50%, #fff 50%), linear-gradient(to bottom right, #fff 50%, #ddd 50%), linear-gradient(to right, #ddd, #ddd);
  background-image: -webkit-linear-gradient(to top right, #ddd 50%, #fff 50%), -webkit-linear-gradient(to bottom right, #fff 50%, #ddd 50%), -webkit-linear-gradient(to right, #ddd, #ddd);
  background-position: calc(100% - 24px) 50%, calc(100% - 17px) 50%, top right;
  background-size: 7.5px 10px, 7.5px 10px, 50px 50px;
  background-repeat: no-repeat;
  z-index: 1;
}

.input .radio-list-item.chk:first-child label {
  z-index: 1;
}

.input .radio-list-item label {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
}

.input .radio-list-item label img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 47px;
  vertical-align: middle;
}

.input .radio-list-item.active {
  border: #f5d944 3px solid;
}

/* -- selected-box --*/
.selected-box {
  position: fixed;
  right: -1px;
  bottom: 50px;
  width: 187px;
  transition: all .3s;
  z-index: 5;
}

.selected-box .inner {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  border: #ddd 1px solid;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 5px #ddd;
}

.selected-box-head {
  position: relative;
}

.selected-box-head .close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.selected-box-head .close-btn i {
  color: #666;
  line-height: 20px;
}

.selected-box-head .title {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
}

.selected-box-item {
  font-weight: 600;
}

.selected-box-item-tire {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

.selected-box-item p {
  font-size: 1.3rem;
  text-align: center;
}

.selected-box-item .pic {
  position: relative;
  margin: 0 auto;
}

.selected-box-item .pic .icon-change {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background: #FF0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  padding: 3px 6px;
}

.selected-box-item .pic img {
  width: 120px;
}

.selected-box-item .year {
  margin-bottom: 5px;
}

.selected-box-item .info {
  margin-bottom: 5px;
}

.selected-box .change-list-item {
  font-size: 1.2rem;
  color: #0195a1;
  text-align: center;
}

.selected-box .change-list-item a {
  padding: 5px 5px 5px 2.2em;
  text-decoration: none;
  text-align: left;
  background-color: #0195a1;
  background-position: .5em 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 1.2em;
  -o-background-size: 1.2em;
  background-size: 1.2em;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.selected-box .change-list-item.cart a {
  background-image: url(../img/icon_selected_cart.png);
}

.selected-box .change-list-item.wheel a {
  background-image: url(../img/icon_selected_wheel.png);
}

.selected-box .change-list-item.tire a {
  margin-bottom: 1px;
  background-image: url(../img/icon_selected_tire.png);
}

.selected-box .change-list-item.kind a {
  background-image: url(../img/icon_selected_car.png);
}

.selected-box .change-list-item.tool a {
  margin-bottom: 1px;
  background-image: url(../img/icon_selected_tool.png);
}

.selected-box .change-list-item.navi a {
  background-image: url(../img/icon_selected_navi.png);
}

.selected-box.is-close {
  right: -150px;
}

.selected-box.is-close .selected-box-head .title br {
  display: none;
}

.selected-box.is-close .selected-box-head .close-btn i {
  transform: rotate(180deg);
}

.selected-box.is-close .selected-box-head .title {
  padding-top: 30px;
  writing-mode: vertical-rl;
}

.selected-box.is-close .selected-box-item {
  display: none;
}

.selected-box.is-close .change-list {
  display: none;
}

.selected-box.is-show {
  display: block;
}

@media screen and (max-width: 980px) {
  .selected-box {
    top: inherit;
    bottom: 0px;
    border: none;
    width: 100%;
    border-radius: 0;
    transition: .5s;
  }

  .selected-box.fixed {
    bottom: 90px;
  }

  .selected-box .inner {
    position: relative;
    border-width: 1px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    /* padding: 10px; */
    /* padding: 10px 10px 20px 10px; */
    padding: 5px;
  }

  .selected-box-head {
    display: none;
  }

  .selected-box-head .close-btn {
    display: none;
  }

  .selected-box-head .title {
    color: #f90;
    text-align: left;
    font-size: 1.2rem;
  }

  .selected-box-item-tire {
    display: table-cell;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .selected-box-item-wheel {
    display: table-cell;
  }

  .selected-box-item p {
    text-align: left;
  }

  .selected-box-item .pic img {
    width: 60px;
  }

  .selected-box-item .pic .icon-change {
    font-size: .8rem;
    padding: 2px 4px;
  }

  .selected-box .pic {
    vertical-align: middle;
    display: table-cell;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    width: 60px;
    height: auto;
    text-align: left;
  }

  .selected-box .info {
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
  }

  .selected-box .info .tire,
  .selected-box .info .wheel {
    width: auto;
  }

  .selected-box .info .car {
    width: calc(100vw - 60px - 10px - 160px);
  }

  .selected-box .name,
  .selected-box .year,
  .selected-box .tire {
    margin-bottom: 0;
    line-height: 1;
    font-size: 1rem;
  }

  .selected-box .name {
    display: inline;
  }

  .selected-box .name:before {
    display: block;
    margin-bottom: 5px;
    color: #F60;
  }

  .selected-box .name.tire:before {
    content: "選択中のタイヤ";
  }

  .selected-box .name.wheel:before {
    content: "選択中のホイール";
  }

  .selected-box .name.car:before {
    content: "選択中の車種";
  }

  .selected-box .year {
    display: inline;
  }

  .selected-box .tire {
    margin-bottom: 0;
  }

  .selected-box .change-list {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 0;
  }

  .selected-box .change-list-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    height: 100%;
    width: 80px;
  }

  .selected-box .change-list-item a {
    position: relative;
    padding: 0;
    /* line-height: 1.2; */
    text-align: center;
    font-size: 1rem;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .selected-box .change-list-item.cart a {
    padding-top: 54px;
    background-position: 50% 13px;
    -webkit-background-size: 38%;
    -o-background-size: 38%;
    background-size: 38%;
  }

  .selected-box .change-list-item.wheel a {
    padding-top: 43px;
    background-position: 50% 10px;
    -webkit-background-size: 35%;
    -o-background-size: 35%;
    background-size: 35%;
  }

  .selected-box .change-list-item.tire a {
    margin-bottom: 0;
    padding-top: 43px;
    border-right: 1px solid #FFF;
    background-position: 50% 10px;
    -webkit-background-size: 35%;
    -o-background-size: 35%;
    background-size: 30%;
  }

  .selected-box .change-list-item.kind a {
    padding-top: 54px;
    background-position: 50% 13px;
    -webkit-background-size: 38%;
    -o-background-size: 38%;
    background-size: 38%;
  }

  .selected-box .change-list-item.tool a {
    padding-top: 37px;
    border-right: 1px solid #FFF;
    background-position: 50% 13px;
    -webkit-background-size: 38%;
    -o-background-size: 38%;
    background-size: 38%;
  }

  .selected-box .change-list-item.navi a {
    padding-top: 37px;
    background-position: 50% 13px;
    -webkit-background-size: 38%;
    -o-background-size: 38%;
    background-size: 38%;
  }
}

@media screen and (max-width: 480px) {
  .selected-box .pic {
    width: 50px;
  }

  .selected-box .pic img {
    width: 50px;
  }

  .selected-box .info {
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    /* width: calc(100vw - 50px - 10px - 120px); */
  }

  .selected-box .info.warnning {
    display: none;
  }

  .selected-box .info .name,
  .selected-box .info .year,
  .selected-box .info .tire {
    font-size: 1rem;
  }

  .selected-box .info .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .selected-box .change-list-item {
    width: 60px;
  }

  .selected-box .change-list-item a {
    font-size: .8rem;
  }

  .selected-box .change-list-item.tire a {
    padding-top: 30px;
  }

  .selected-box .change-list-item.tire.tire2 a {
    padding-top: 36px;
  }

  .selected-box .change-list-item.kind a,
  .selected-box .change-list-item.cart a {
    padding-top: 40px;
  }
}

/* -- tip --*/
.tip i {
  margin-left: .2em;
  font-size: 1.2rem;
  color: #ccc;
}

.tip.is-show {
  position: relative;
}

.tip.is-show::before,
.tip.is-show::after {
  position: absolute;
  display: block;
}

.tip.is-show::before {
  content: '';
  left: 50%;
  bottom: 20px;
  transform: translateX(-100%);
  border-top: #e8e824 10px solid;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
}

.tip.is-show::after {
  content: attr(data-tip);
  left: calc(50% - 125px);
  bottom: 30px;
  width: 200px;
  padding: 15px;
  background: #e8e824;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;
  text-align: left;
}

.tip:hover {
  opacity: 1;
}

.title.red .tip {
  display: none;
}

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.number .label {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.number input {
  width: 35px;
  height: 40px;
  margin: 0 .5em;
  background: #f3f3f3;
  border: #ccc 1px solid;
  text-align: center;
}

.number .del {
  width: auto;
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 480px) {
  .tip.is-show::after {
    box-sizing: border-box;
    /* left: calc(50% - 65px); */
    left: auto;
    width: 130px;
  }

  .number .label {
    font-size: 1.2rem;
  }

  .number .del {
    font-size: 1.2rem;
  }

  .number input {
    margin: 0 .2em;
  }
}

/* -- side -- */
.side {
  width: 280px;
}

.side .price {
  padding: 20px;
  margin-bottom: 20px;
  border: #351909 4px solid;
  text-align: center;
}

.side .price-title {
  margin-bottom: 1em;
  font-size: 1.7rem;
  font-weight: 600;
}

.side .price-title small {
  font-size: 1.3rem;
}

.side .price-item .total {
  margin-bottom: .3em;
  font-size: 2rem;
  color: #f00;
  font-weight: 600;
}

.side .price-item .total span {
  font-size: 1.2rem;
  color: #333;
  font-weight: normal;
}

.side .price-item .unit {
  margin-bottom: 1em;
  font-size: 1.2rem;
  color: #666;
}

.tire-detail .radio-list.sel_number {
  width: 100px;
  margin: 0 10px;
}

.tire-detail .radio-list.sel_number.open {
  height: 142px;
}

.side .price-inner .number select {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.8rem;
  border: 1px solid #CCC;
}

.side .price .cart-wrap {
  padding: 15px;
  margin-bottom: 10px;
  border: #ffb300 2px solid;
}

.side .price .cart-title {
  margin-bottom: .5em;
  font-size: 1.6rem;
  font-weight: 600;
}

.side .price .cart-title span {
  font-size: 1.2rem;
}

.side .price .cart-price {
  margin-bottom: .2em;
  font-size: 2.4rem;
  color: #f00;
  font-weight: 600;
}

.side .price .cart-price span {
  font-size: 1.2rem;
  color: #333;
  font-weight: 300;
}

.side .price .option {
  text-align: left;
}

.side .price .option-title {
  margin-bottom: .5em;
  font-size: 1.3rem;
  font-weight: 600;
}

.side .price .option-title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: .3em;
  background: #333;
}

.side .price .option-list-item {
  margin-bottom: 5px;
  line-height: 1.2;
  color: #666;
}

.side .price .option-inner {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}

.side .price .option-inner .title {
  width: 13em;
  font-size: 1.1rem;
}

.side .price .option-inner .item {
  text-align: right;
  width: 5em;
  font-size: 1.3rem;
}

.side .price .option-inner .title.red,
.side .price .option-inner .item.red {
  color: red;
}

.side .price .note-list {
  margin-bottom: 20px;
  text-align: left;
}

.side .price .note-list-item {
  font-size: 1.1rem;
  color: #999;
}

.side .price .note-list-item em {
  font-size: 1.1rem;
  color: #f00;
}

.side .price .next.hidden {
  display: none;
}

.side .price .next button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  background: #f90;
  border: none;
  border-radius: 3px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
  cursor: pointer;
}

.side .price .next button small {
  display: block;
  font-size: 13px;
}

.side .price .next button i {
  margin-right: 10px;
}

.side .price .next button i.wheel {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/tire_detail/icon_wheel.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.side .price .next button i.carrier {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/carrier_detail/icon_carrier.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.side .price .next button i.oil {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/oil_detail/icon_filter.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.side .price .next button.next-btn-wheel,
.side .price .next button.next-btn-filter,
.side .price .next button.next-btn-base {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.side .price .next button.next-btn-wheel span,
.side .price .next button.next-btn-filter span,
.side .price .next button.next-btn-base span {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
}

.side .tire_single .next.hidden {
  display: none;
}

.side .tire_single .next button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  width: calc(100% - 48px);
  background: #f90;
  border: none;
  border-radius: 3px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
  cursor: pointer;
  margin: 0 auto;
}

.side .tire_single .next button small {
  display: block;
  font-size: 13px;
}

.side .tire_single .next button i {
  margin-right: 10px;
}

.side .tire_single .next button i.wheel {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/tire_detail/icon_wheel.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.side .tire_single .next button.next-btn-wheel {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.side .tire_single .next button.next-btn-wheel span {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
}

.side .others-list-item {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #f5d944;
  border: #ffb300 2px solid;
}

.side .others-list-item a {
  display: flex;
  align-items: center;
}

.side .others-list-item .pic {
  width: 50px;
  margin-right: 15px;
  line-height: 1;
  font-size: 0;
}

.side .others-list-item .text {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}

.side .others-list-item .text span {
  display: block;
  font-size: 1.3rem;
}

.side .others-list-item::before,
.side .others-list-item::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg);
}

.side .others-list-item::before {
  right: 25px;
}

.side .others-list-item::after {
  right: 20px;
}

.side .reselection {
  margin-top: 10px;
}

.side .reselection i {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16.5px;
  vertical-align: middle;
  background: url(../img/icon_back.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.side .reselection a {
  display: block;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #FAFAFA;
  -webkit-box-shadow: 0 1px 0 0 #ddd;
  box-shadow: 0 1px 0 0 #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.side .additional {
  margin-bottom: 20px;
  text-align: left;
}

.side .additional.hidden {
  display: none;
}

.side .additional-title {
  padding: 10px 0px;
}

.side .additional-title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: .2em;
  background: #333;
}

.side .additional-parts {
  width: 150px;
}

.side .additional-parts,
.side .additional-text {
  font-size: 1.2rem;
}

.side .additional-parts.red,
.side .additional-text.red {
  color: red;
}

.side .additional-list-item {
  padding: 10px 0px;
}

.side .additional-list-item:not(.total) {
  border-top: #eee 1px solid;
}

.side .additional-list-item.total {
  padding: 10px;
  background: #f6f5ef;
  font-weight: 600;
  font-size: 1.3rem;
}

.side .additional-list-item.total .additional-text {
  color: #f00;
}

.side .additional-inner {
  display: flex;
  justify-content: space-between;
}

.side .reset-btn {
  width: 190px;
  height: 35px;
  margin: 0 auto;
  border: #ccc 1px solid;
  border-radius: 3px;
  font-size: 1.3rem;
}

.side .reset-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}

.side .reset .notes {
  font-size: 1.1rem;
  color: #999;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  .side .price .option-inner .title {
    font-size: 1.3rem;
  }

  .side {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .side .additional {
    padding: 15px 2%;
    margin-bottom: 0;
    border-bottom: #ddd 1px solid;
  }

  .side .additional-title {
    padding: 0;
  }

  .side .additional-title::before {
    content: none;
  }

  .side .additional-list-item {
    padding: 0;
  }

  .side .additional-list-item:not(.total) {
    border-top: none;
  }

  .side .additional-list-item.total {
    background: none;
  }

  .side .additional-inner {
    color: #666;
  }

  .side .additional-text {
    width: 6em;
    text-align: right;
  }

  .side .additional-parts {
    /* padding-right: 10px; */
    width: 12em;
  }

  .side .accessories,
  .side .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .side .price {
    padding: 0;
    border-color: #ddd;
    border-width: 2px 0 0;
  }

  .side .price-title {
    margin-bottom: 0;
    text-align: left;
  }

  .side .price-title small {
    display: inline;
    font-size: 1.2rem;
  }

  .side .price-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: #ddd 1px solid;
  }

  .side .price-inner .number select {
    font-size: 1.6rem;
  }

  .side .price-item {
    text-align: right;
  }

  .side .price-item .total {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .side .price-item .total span {
    font-size: 1rem;
  }

  .side .price-item .unit {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .side .price .option {
    padding: 10px;
    margin-bottom: 0;
    border-bottom-width: 1px;
  }

  .side .price .cart-wrap {
    padding: 0;
    margin-bottom: 25px;
    border: none;
  }

  .side .price .cart-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: #ddd 1px solid;
  }

  .side .price .cart-title {
    margin-bottom: 0;
  }

  .side .price .cart-price {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .side .price .cart-price span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .side .price .option-inner .title {
    font-size: 1.3rem;
  }

  .side .price-title {
    font-size: 1.5rem;
  }

  .side .price-title small {
    font-size: 1.2rem;
    text-align: left;
  }

  .side .price-inner {
    padding: 10px;
  }

  .side .price-inner .number select {
    font-size: 1.4rem;
  }

  .side .price .cart-title {
    font-size: 1.5rem;
    text-align: left;
  }

  .side .price .cart-title span {
    display: block;
  }
}

/*----------------------------------------------------
	 index
----------------------------------------------------*/
.index {
  /* -- mv -- */
  /* -- item-search -- */
}

.index .mv {
  padding: 20px 50px;
  background: url("../img/bg_mv.png");
  background-size: contain;
}

.index .mv .pic {
  text-align: center;
}

.index .mv .pic img {
  max-width: 1200px;
}

@media screen and (max-width: 980px) {
  .index .mv {
    padding-bottom: 4%;
  }

  .index .mv .pic {
    width: 98.38969%;
    max-width: 1222px;
    margin: 0 auto;
  }
}

.index .item-search {
  padding: 50px 20px;
  background: #f6f5ef;
}

.index .item-search-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 30px;
}

.index .item-search-header .previous-inner {
  display: flex;
  width: 800px;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
}

.index .item-search-header .previous-title {
  position: relative;
  height: 48px;
  padding: 0 15px 0 20px;
  background: #f5d944;
  border-right: #faeca1 8px solid;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 48px;
}

.index .item-search-header .previous-title::before,
.index .item-search-header .previous-title::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: transparent 24px solid;
  border-bottom: transparent 24px solid;
}

.index .item-search-header .previous-title::before {
  right: -23px;
  border-left: #faeca1 15px solid;
}

.index .item-search-header .previous-title::after {
  right: -15px;
  border-left: #f5d944 15px solid;
}

.index .item-search-header .previous-item {
  padding: 0 30px;
  color: #0195a1;
  font-weight: 600;
  line-height: 48px;
  font-size: 1.4rem;
}

.index .item-search-title {
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #000;
  font-weight: 800;
  line-height: 4rem;
}

.index .item-search-title i {
  margin-right: .3em;
  font-size: 4rem;
  color: #f5d944;
}

.index .step {
  width: 100%;
  max-width: 1280px;
  padding: 40px 0 55px;
  margin: 0 auto 1px;
  background: #fff;
  box-shadow: 5px 5px 0 #eceae3;
}

.index .step0 {
  padding: 25px 0 25px;
  margin: 0 auto 40px;
}

.index .step0_paypay {
  padding: 0;
  margin: 0 auto 40px;
}

.index .paypay_banner {
  width: 728px;
  margin: 0 auto;
}

.index .step-title {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 0 auto 30px;
  font-size: 2.3rem;
}

.index .step-title span {
  padding: 5px 25px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 15px;
  font-size: 1.5rem;
}

.index .step-title.error {
  color: #F00;
}

.index .step-title.error span {
  color: #333;
}

.index .step-title-notes {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

.index .step>div.inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin: 0 auto;
}

.index .step .kind {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.index .step .kind-inner {
  width: calc(50% - 10px);
}

.index .step .kind .input .radio-list-item.chk {
  padding-right: 50px;
}

.index .step .kind .input .radio-list.open .chk {
  padding-right: 0;
}

.index .step .kind.error,
.index .step .tire.error,
.index .step .car-items.error,
.index .step .car-carrier.error,
.index .step .free-word.error {
  border-color: #F00;
  background: #ffebeb;
}

.index .step .free-word input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 20px;
  background: #fff;
  border: #eee 1px solid;
}

.index .step .free-word .example {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #666;
}

.index .step .container {
  max-width: 980px;
  padding: 20px 20px 30px;
  margin: 0 auto 20px;
  background: #fafafa;
  border: #eee 1px solid;
}

.index .step .container-title {
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 600;
}

.index .step .container-title span {
  width: 30px;
  margin-right: .5em;
}

.index .step .container .list {
  display: flex;
  justify-content: space-between;
}

.index .step .container .list-item-none {
  width: calc((100% - 40px) / 5);
  background: #fafafa;
  border: #fafafa 5px solid;
  padding: 0px;
}

.index .step .container .list-item-none.nohover {
  border: none !important;
}

.index .step .container .list-item {
  width: calc((100% - 40px) / 5);
  background: #fff;
  border: #fff 5px solid;
  padding: 0px;
}

.index .step .container .list-item.nohover {
  border: none !important;
}

.index .step .container .list-item:hover {
  border: #f5d944 2px solid;
  padding: 3px;
}

.index .step .container .list-item.selected {
  border: #f90 5px solid;
  padding: 0px;
}

.index .step .container .list-item .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 5px 0;
  text-align: center;
}

.index .step .container .list-item .pic img {
  max-width: 125px;
}

.index .step .container .list-item .text {
  padding: .4em 0;
  background: #f7f7f7;
  color: #0195a1;
  font-weight: 600;
  text-align: center;
}

.index .step-submit {
  margin-top: 40px;
  text-align: center;
}

.index .step-submit-button {
  padding: 15px 60px;
  background: #F90;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: 600;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
}

.index .step-submit-button i {
  margin-right: 10px;
  font-size: 2rem;
}

.index .step .tire_warnnig {
  color: #f00;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .index .item-search {
    padding: 5% 2% 0;
    background: #fff;
  }

  .index .item-search-header {
    justify-content: center;
    margin-bottom: 2%;
  }

  .index .item-search .previous-inner {
    display: none;
  }

  .index .step {
    padding: 20px 0;
    box-shadow: none;
  }

  .index .step-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .index .step>div.inner {
    width: 100%;
  }

  .index .step .hr {
    position: relative;
    display: block;
    height: 1em;
    background: #fafafa;
    border-left: #eee 1px solid;
    border-right: #eee 1px solid;
  }

  .index .step .hr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background: #999;
  }

  .index .step .hr::after {
    content: 'または';
    position: relative;
    top: -.65em;
    left: calc(50% - 1.5em);
    display: inline-block;
    padding: 0 5px;
    background: #fafafa;
    font-size: 1.3rem;
  }

  .index .step .kind {
    flex-direction: column;
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .index .step .kind-inner {
    width: 100%;
    margin-bottom: 15px;
  }

  .index .step .radio-list-item label {
    white-space: nowrap;
    overflow: hidden;
  }

  .index .step .free-word {
    border-top: none;
  }

  .index .step .container {
    padding: 20px 3% 40px;
  }

  .index .step .container.tire {
    margin-bottom: 20px;
  }

  .index .step .container-title {
    font-size: 1.6rem;
  }

  .index .step .container .list {
    flex-direction: column;
  }

  .index .step .container .list-item {
    width: 100%;
    padding: 5px !important;
    margin-bottom: 5px;
    border: 2px solid #DDD;
    background: #fff;
  }

  .index .step .container .list-item .pic {
    width: 10%;
    min-width: 50px;
    min-height: 50px;
    margin-right: 3%;
  }

  .index .step .container .list-item .pic img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
  }

  .index .step .container .list-item .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    font-size: 1.4rem;
  }

  .index .step .container .list-inner {
    display: flex;
  }

  .index .step-submit {
    margin-top: 20px;
  }

  .index .step-submit-button {
    padding: 12px 40px;
    font-size: 1.8rem;
  }

  .index .step-submit-button i {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .index .step .container .list-item-none.nohover {
    border: none !important;
    display: none;
  }

  .index .step0_paypay {
    padding: 0;
    margin: 0 auto 10px;
  }

  .index .paypay_banner {
    width: 100%;
    margin: 0 auto;
  }

  .index .item-search-header h2.item-search-title {
    font-size: 2.2rem;
  }

  .index .item-search-header h2.item-search-title i {
    font-size: 3rem;
  }
}

.index section.banner_area {
  width: 100%;
  max-width: 1280px;
  padding: 40px 0 0px;
  margin: 0 auto 1px;
  background: #fff;
}

.index ul.banner_list {
  display: flex;
  justify-content: space-between;
}

.index li.banner_list-item {
  width: 33%;
  padding: 5px !important;
  margin: 10px;
  border: 2px solid #DDD;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .index ul.banner_list {
    flex-direction: column;
  }

  .index li.banner_list-item {
    width: calc(100% - 20px);
  }
}

/*----------------------------------------------------
	tire-list/wheel-list/carrier-list/base-list/oil-list
----------------------------------------------------*/
.tire-list,
.wheel-list,
.carrier-list,
.oil-list {
  /* -- parts -- */
  /* -- recommend -- */
  /* -- search -- */
  /* -- content -- */
  /* -- narrowing -- */
  /* -- result -- */
  /* -- set -- */
}

.tire-list .main,
.wheel-list .main,
.carrier-list .main,
.oil-list .main {
  width: 980px;
  padding: 0 0 110px;
  margin: 0 auto;
}

.tire-list .search.hidden,
.wheel-list .search.hidden,
.carrier-list .search.hidden,
.oil-list .search.hidden {
  display: none;
}

.tire-list .page-title,
.wheel-list .page-title,
.carrier-list .page-title,
.oil-list .page-title {
  height: 150px;
  background-repeat: no-repeat;
  background-position: 98% bottom;
  background-size: auto 85%;
  font-size: 3rem;
  font-weight: 800;
  line-height: 150px;
}

.tire-list .more,
.wheel-list .more,
.carrier-list .more,
.oil-list .more {
  margin-top: 20px;
}

.tire-list .more a,
.wheel-list .more a,
.carrier-list .more a,
.oil-list .more a {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 600;
}

.search_result_more_alink.hidden {
  display: none !important;
}

.tire-list .more a i,
.wheel-list .more a i,
.carrier-list .more a i,
.oil-list .more a i {
  position: relative;
  top: 1px;
  margin-left: .5em;
}

.tire-list .parts-list,
.wheel-list .parts-list,
.carrier-list .parts-list,
.oil-list .parts-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tire-list .parts-list .popular,
.wheel-list .parts-list .popular,
.carrier-list .parts-list .popular,
.oil-list .parts-list .popular {
  position: relative;
}

.wheel-list .parts-list .popular p.pic {
  padding: 20px 20px 0px 20px;
}

.tire-list .parts-list .popular-label,
.wheel-list .parts-list .popular-label,
.carrier-list .parts-list .popular-label,
.oil-list .parts-list .popular-label {
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: -5px;
  width: 90px;
  height: 28px;
  display: block;
  padding: 0 0 0 20px;
  background: #ff8400;
  border-radius: 5px 0 0 0;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 800;
  line-height: 28px;
  z-index: 1;
}

.tire-list .parts-list .popular-label::before,
.tire-list .parts-list .popular-label::after,
.wheel-list .parts-list .popular-label::before,
.wheel-list .parts-list .popular-label::after,
.carrier-list .parts-list .popular-label::before,
.carrier-list .parts-list .popular-label::after,
.oil-list .parts-list .popular-label::before,
.oil-list .parts-list .popular-label::after {
  content: '';
  position: absolute;
  display: block;
  top: 28px;
  left: 0;
  display: block;
  width: 5px;
  height: 10px;
}

.tire-list .parts-list .popular-label::before,
.wheel-list .parts-list .popular-label::before,
.carrier-list .parts-list .popular-label::before,
.oil-list .parts-list .popular-label::before {
  background: #ff8400;
  border-radius: 0 0 0 5px;
}

.tire-list .parts-list .popular-label::after,
.wheel-list .parts-list .popular-label::after,
.carrier-list .parts-list .popular-label::after,
.oil-list .parts-list .popular-label::after {
  background: #c67217;
  border-radius: 5px 0 0 5px;
}

.tire-list .parts-list .popular::after,
.wheel-list .parts-list .popular::after,
.carrier-list .parts-list .popular::after,
.oil-list .parts-list .popular::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 85px;
  display: block;
  width: 0;
  height: 0;
  border-top: transparent 14px solid;
  border-bottom: transparent 14px solid;
  border-left: #ff8400 10px solid;
}

.tire-list .parts-list-item,
.wheel-list .parts-list-item,
.carrier-list .parts-list-item,
.oil-list .parts-list-item {
  position: relative;
  padding: 15px 15px 20px;
}

.tire-list .parts-list-item .pic,
.wheel-list .parts-list-item .pic,
.carrier-list .parts-list-item .pic,
.oil-list .parts-list-item .pic {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
  text-align: center;
}

.tire-list .result .parts-list-item .pic,
.wheel-list .result .parts-list-item .pic,
.carrier-list .result .parts-list-item .pic,
.oil-list .result .parts-list-item .pic {
  padding: 20px 20px 0 20px;
}

.tire-list .parts-list-item .pic img,
.wheel-list .parts-list-item .pic img,
.carrier-list .parts-list-item .pic img,
.oil-list .parts-list-item .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tire-list .recommend .parts-list-item .pic img,
.wheel-list .recommend .parts-list-item .pic img,
.carrier-list .recommend .parts-list-item .pic img,
.oil-list .recommend .parts-list-item .pic img {
  height: 246px;
  max-height: 246px !important;
}

.tire-list .result .parts-list-item .pic img,
.wheel-list .result .parts-list-item .pic img,
.carrier-list .result .parts-list-item .pic img,
.oil-list .result .parts-list-item .pic img {
  height: 150px;
}

.tire-list .recommend .parts-list .parts-list-item.popular .pic,
.oil-list .recommend .parts-list .parts-list-item.popular .pic {
  position: relative;
}

.tire-list .result .parts-list-item .pic .approval_mark,
.tire-list .recommend .parts-list .parts-list-item.popular .pic .approval_mark,
.oil-list .result .parts-list-item .pic .approval_mark,
.oil-list .recommend .parts-list .parts-list-item.popular .pic .approval_mark {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #0195a1;
  font-size: 1.0em;
}

@media screen and (max-width: 480px) {

  .tire-list .result .parts-list-item .pic .approval_mark,
  .tire-list .recommend .parts-list .parts-list-item.popular .pic .approval_mark,
  .oil-list .result .parts-list-item .pic .approval_mark,
  .oil-list .recommend .parts-list .parts-list-item.popular .pic .approval_mark {
    right: 3px;
    bottom: 3px;
    padding: 3px;
    border-radius: 5px;
    font-size: 0.7em;
  }
}

.oil-list .parts-list-item .item-type.green,
.oil-detail .info-inner .item-type.green,
.oilfilter-detail .choiced-list .item-type.green {
  background: green;
}

.oil-list .parts-list-item .item-type.pink,
.oil-detail .info-inner .item-type.pink,
.oilfilter-detail .choiced-list .item-type.pink {
  background: lightpink;
}

.oil-list .parts-list-item .item-type.blue,
.oil-detail .info-inner .item-type.blue,
.oilfilter-detail .choiced-list .item-type.blue {
  background: blue;
}

.oil-list .parts-list-item .item-type,
.oil-detail .info-inner .item-type,
.oilfilter-detail .choiced-list .item-type {
  padding: 4px;
  color: white;
  margin-bottom: 10px;
  width: 80px;
  text-align: center;
  font-weight: bold;
}

.tire-list .parts-list-item .maker-logo,
.wheel-list .parts-list-item .maker-logo,
.carrier-list .parts-list-item .maker-logo,
.oil-list .parts-list-item .maker-logo {
  display: flex;
  align-items: center;
  height: 15px;
  margin-bottom: 10px;
}

.tire-list .parts-list-item .maker-logo span,
.wheel-list .parts-list-item .maker-logo span,
.carrier-list .parts-list-item .maker-logo span,
.oil-list .parts-list-item .maker-logo span {
  display: block;
  padding-left: .7em;
  margin-left: .7em;
  border-left: #333 1px solid;
  font-size: 1rem;
}

.tire-list .parts-list-item .item-name,
.wheel-list .parts-list-item .item-name,
.carrier-list .parts-list-item .item-name,
.oil-list .parts-list-item .item-name {
  margin-bottom: .2em;
  font-weight: 600;
  line-height: 1.3;
}

.tire-list .parts-list-item .item-name span,
.wheel-list .parts-list-item .item-name span,
.carrier-list .parts-list-item .item-name span,
.oil-list .parts-list-item .item-name span {
  display: block;
  font-size: 1rem;
  font-weight: 300;
}

.tire-list .parts-list-item .item-size,
.wheel-list .parts-list-item .item-size,
.oil-list .parts-list-item .item-size {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.tire-list .parts-list-item .item-color,
.wheel-list .parts-list-item .item-color,
.oil-list .parts-list-item .item-color {
  margin-top: -10px;
  font-size: 1.4rem;
}

.tire-list .parts-list-item .price,
.wheel-list .parts-list-item .price,
.carrier-list .parts-list-item .price,
.oil-list .parts-list-item .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.tire-list .parts-list-item .price .total,
.wheel-list .parts-list-item .price .total,
.carrier-list .parts-list-item .price .total,
.oil-list .parts-list-item .price .total {
  font-size: 1.6rem;
  color: #e70000;
  font-weight: 600;
  line-height: 1.6;
}

.tire-list .parts-list-item .price .total span,
.wheel-list .parts-list-item .price .total span,
.carrier-list .parts-list-item .price .total span,
.oil-list .parts-list-item .price .total span {
  font-size: 1.2rem;
  font-weight: normal;
}

.tire-list .parts-list-item .price .unit,
.wheel-list .parts-list-item .price .unit,
.carrier-list .parts-list-item .price .unit,
.oil-list .parts-list-item .price .unit {
  font-size: 1.2rem;
  color: #999;
}

.oil-list .parts-list-item .price .unit {
  width: 100%;
  color: #333;
}

.tire-list .recommend,
.wheel-list .recommend,
.oil-list .recommend {
  margin-bottom: 50px;
}

.tire-list .recommend-title,
.wheel-list .recommend-title,
.oil-list .recommend-title {
  padding: .7em .5em;
  margin-bottom: 1em;
  border: #ddd 1px solid;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.oil-list .recommend-title span {
  font-size: 1.2rem;
  margin-left: 0.8em;
  width: 65%;
}

.tire-list .recommend-title::before,
.wheel-list .recommend-title::before,
.oil-list .recommend-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 0.5em;
  background: #f5d944;
  border-radius: 5px;
}

.tire-list .recommend .parts-list-item,
.wheel-list .recommend .parts-list-item,
.oil-list .recommend .parts-list-item {
  width: calc(33.3% - 10px);
  background: #f6f5ef;
}

.tire-list .recommend .parts-list-item:not(:nth-child(3n)),
.wheel-list .recommend .parts-list-item:not(:nth-child(3n)),
.oil-list .recommend .parts-list-item:not(:nth-child(3n)) {
  margin-right: 15px;
}

.tire-list .recommend .parts-list-item .feature-list,
.wheel-list .recommend .parts-list-item .feature-list,
.oil-list .recommend .parts-list-item .feature-list {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #ececec 1px solid;
}

.tire-list .recommend .parts-list-item .feature-list img,
.wheel-list .recommend .parts-list-item .feature-list img,
.oil-list .recommend .parts-list-item .feature-list img {
  width: 40px;
}

.tire-list .recommend .parts-list-item .item-color,
.wheel-list .recommend .parts-list-item .item-color,
.oil-list .recommend .parts-list-item .item-color {
  margin-bottom: 10px;
  border-bottom: #ececec 1px solid;
  padding-bottom: 10px;
}

.tire-list .search-header,
.wheel-list .search-header,
.carrier-list .search-header,
.oil-list .search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 30px;
  border: #ddd 1px solid;
}

.tire-list .search-title,
.wheel-list .search-title,
.carrier-list .search-title,
.oil-list .search-title {
  font-size: 1.8rem;
}

.tire-list .search .sort,
.wheel-list .search .sort,
.carrier-list .search .sort,
.oil-list .search .sort {
  display: flex;
  align-items: baseline;
}

.tire-list .search .sort-title,
.wheel-list .search .sort-title,
.carrier-list .search .sort-title,
.oil-list .search .sort-title {
  margin-right: .5em;
  font-size: 1.3rem;
  font-weight: 600;
}

.tire-list .search .sort-list,
.wheel-list .search .sort-list,
.carrier-list .search .sort-list,
.oil-list .search .sort-list {
  display: flex;
}

.tire-list .search .sort-list-item,
.wheel-list .search .sort-list-item,
.carrier-list .search .sort-list-item,
.oil-list .search .sort-list-item {
  position: relative;
  padding: 0 .5em;
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
}

.tire-list .search .sort-list-item a,
.wheel-list .search .sort-list-item a,
.carrier-list .search .sort-list-item a,
.oil-list .search .sort-list-item a {
  color: #2ea3ad;
  font-weight: 300;
}

.tire-list .search .sort-list-item:not(:last-child)::after,
.wheel-list .search .sort-list-item:not(:last-child)::after,
.carrier-list .search .sort-list-item:not(:last-child)::after,
.oil-list .search .sort-list-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 15px;
  background: -webkit-linear-gradient(left, #999 50%, #e0e0e0 50%);
  background: linear-gradient(left, #999 50%, #e0e0e0 50%);
}

.tire-list .content,
.wheel-list .content,
.carrier-list .content,
.oil-list .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tire-list .narrowing,
.wheel-list .narrowing,
.carrier-list .narrowing,
.oil-list .narrowing {
  align-self: flex-start;
  width: 28%;
  padding: 0 0 20px;
  background: #fafafa;
}

.tire-list .narrowing-title,
.wheel-list .narrowing-title,
.carrier-list .narrowing-title,
.oil-list .narrowing-title {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #333;
  font-size: 1.6rem;
  color: #fff;
}

.tire-list .narrowing-title i,
.wheel-list .narrowing-title i,
.carrier-list .narrowing-title i,
.oil-list .narrowing-title i {
  margin-right: .5em;
  font-size: 2.4rem;
}

.tire-list .narrowing .form,
.wheel-list .narrowing .form,
.carrier-list .narrowing .form,
.oil-list .narrowing .form {
  padding: 0 20px;
}

.tire-list .narrowing-inner.hidden,
.wheel-list .narrowing-inner.hidden,
.carrier-list .narrowing-inner.hidden,
.oil-list .narrowing-inner.hidden {
  display: none;
}

.tire-list .narrowing-inner,
.wheel-list .narrowing-inner,
.carrier-list .narrowing-inner,
.oil-list .narrowing-inner {
  margin-bottom: 20px;
}

.tire-list .narrowing-name,
.wheel-list .narrowing-name,
.carrier-list .narrowing-name,
.oil-list .narrowing-name {
  padding: 10px 15px;
  background: #eee;
  font-weight: 600;
}

.tire-list .narrowing-item,
.wheel-list .narrowing-item,
.carrier-list .narrowing-item,
.oil-list .narrowing-item {
  padding: 15px;
  background: #fff;
  font-size: 1.3rem;
}

.tire-list .narrowing-item.text,
.wheel-list .narrowing-item.text,
.carrier-list .narrowing-item.text,
.oil-list .narrowing-item.text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tire-list .narrowing-item input[type=text],
.wheel-list .narrowing-item input[type=text],
.carrier-list .narrowing-item input[type=text],
.oil-list .narrowing-item input[type=text] {
  width: 5em;
  padding: 3px;
  border: #ccc 1px solid;
  border-radius: 3px;
}

.tire-list .narrowing-list-item,
.wheel-list .narrowing-list-item,
.carrier-list .narrowing-list-item,
.oil-list .narrowing-list-item {
  margin-bottom: 5px;
}

.tire-list .narrowing-list-item.hidden,
.wheel-list .narrowing-list-item.hidden,
.carrier-list .narrowing-list-item.hidden,
.oil-list .narrowing-list-item.hidden {
  display: none;
}

.tire-list .narrowing-list-item input,
.wheel-list .narrowing-list-item input,
.carrier-list .narrowing-list-item input,
.oil-list .narrowing-list-item input {
  margin: 0;
}

.tire-list .narrowing-list-item label,
.wheel-list .narrowing-list-item label,
.carrier-list .narrowing-list-item label,
.oil-list .narrowing-list-item label {
  -ms-word-break: break-all;
  word-break: break-all;
}

.tire-list .narrowing-list-item label span,
.wheel-list .narrowing-list-item label span,
.carrier-list .narrowing-list-item label span,
.oil-list .narrowing-list-item label span {
  margin-left: 5px;
  font-size: 1.1rem;
  color: #666;
}

.tire-list .narrowing .btn button,
.wheel-list .narrowing .btn button,
.carrier-list .narrowing .btn button,
.oil-list .narrowing .btn button {
  height: 35px;
  padding: 0 25px;
  background: -webkit-linear-gradient(top, #fefefe, #efefef);
  background: linear-gradient(top, #fefefe, #efefef);
  border: 1px solid #ccc;
  border-radius: 17px;
  box-shadow: inset 0 -1px 2px #fff;
  font-size: 1.3rem;
  color: #333;
  line-height: 35px;
}

.tire-list .narrowing .reset,
.wheel-list .narrowing .reset,
.carrier-list .narrowing .reset,
.oil-list .narrowing .reset {
  margin-top: 15px;
  text-align: center;
  font-size: 1.4rem;
}

.tire-list .narrowing .reset a,
.wheel-list .narrowing .reset a,
.carrier-list .narrowing .reset a,
.oil-list .narrowing .reset a {
  text-decoration: underline;
}

.tire-list .result,
.wheel-list .result,
.carrier-list .result,
.oil-list .result {
  width: calc(72% - 20px);
}

.tire-list .result .parts-list-item,
.wheel-list .result .parts-list-item,
.carrier-list .result .parts-list-item,
.oil-list .result .parts-list-item {
  margin-bottom: 12px;
  width: calc(33.3% - 8px);
  background: #fafafa;
}

.tire-list .result .parts-list-item:not(:nth-child(3n)),
.wheel-list .result .parts-list-item:not(:nth-child(3n)),
.carrier-list .result .parts-list-item:not(:nth-child(3n)),
.oil-list .result .parts-list-item:not(:nth-child(3n)) {
  margin-right: 12px;
}

.tire-list .result .parts-list-item.hidden,
.wheel-list .result .parts-list-item.hidden,
.carrier-list .result .parts-list-item.hidden,
.oil-list .result .parts-list-item.hidden {
  display: none;
}

.tire-list .result .parts-list-item .pic,
.wheel-list .result .parts-list-item .pic,
.carrier-list .result .parts-list-item .pic,
.oil-list .result .parts-list-item .pic {
  position: relative;
}

.tire-list .result .parts-list-item .pic .icon,
.wheel-list .result .parts-list-item .pic .icon,
.carrier-list .result .parts-list-item .pic .icon,
.oil-list .result .parts-list-item .pic .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 1px 10px;
  font-size: 1.1rem;
  font-weight: 400;
  background: #F60;
  color: #FFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tire-list .result .parts-list-item .feature-list,
.wheel-list .result .parts-list-item .feature-list,
.carrier-list .result .parts-list-item .feature-list,
.oil-list .result .parts-list-item .feature-list {
  margin-bottom: 10px;
}

.tire-list .result .parts-list-item .feature-list-item,
.wheel-list .result .parts-list-item .feature-list-item,
.carrier-list .result .parts-list-item .feature-list-item,
.oil-list .result .parts-list-item .feature-list-item {
  width: 30px;
}

.tire-list .result>.more,
.wheel-list .result>.more,
.carrier-list .result>.more,
.oil-list .result>.more {
  margin-bottom: 60px;
}

.tire-list .set .container,
.wheel-list .set .container,
.carrier-list .set .container,
.oil-list .set .container {
  position: relative;
}

.tire-list .set .container:not(:last-of-type),
.wheel-list .set .container:not(:last-of-type),
.carrier-list .set .container:not(:last-of-type),
.oil-list .set .container:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: #ccc 1px solid;
}

.tire-list .set .container-title,
.wheel-list .set .container-title,
.carrier-list .set .container-title,
.oil-list .set .container-title {
  margin-bottom: 20px;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.tire-list .set .container-title::before,
.wheel-list .set .container-title::before,
.carrier-list .set .container-title::before,
.oil-list .set .container-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 5px;
}

.tvkit.overlay,
.tire-list .overlay,
.wheel-list .overlay,
.carrier-list .overlay,
.oil-list .overlay {
  display: none;
}

.tire-list .page-title {
  background-image: url(../img/bg_title_tire-list.png);
}

.wheel-list .page-title {
  background-image: url(../img/bg_title_wheel-list.png);
}

.carrier-list .page-title {
  background-image: url(../img/bg_title_carrier-list.png);
}

.base-list .page-title {
  background-image: url(../img/bg_title_base-list.png);
}

.oil-list .page-title {
  background-image: url(../img/bg_title_oil-list.png);
}

@media screen and (max-width: 980px) {

  .tire-list,
  .wheel-list,
  .carrier-list,
  .oil-list {
    /* -- search -- */
    /* -- narrowing -- */
    /* -- result -- */
  }

  .tire-list .main,
  .wheel-list .main,
  .carrier-list .main,
  .oil-list .main {
    width: 100%;
    padding: 0 2% 70px;
  }

  .tire-list .content,
  .wheel-list .content,
  .carrier-list .content,
  .oil-list .content {
    flex-direction: column;
  }

  .tire-list .page-title,
  .wheel-list .page-title,
  .carrier-list .page-title,
  .oil-list .page-title {
    height: 120px;
    line-height: 120px;
  }

  .tire-list .parts-list,
  .wheel-list .parts-list,
  .carrier-list .parts-list,
  .oil-list .parts-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tire-list .parts-list-item a,
  .wheel-list .parts-list-item a,
  .carrier-list .parts-list-item a,
  .oil-list .parts-list-item a {
    display: flex;
  }

  .tire-list .parts-list-item .pic,
  .wheel-list .parts-list-item .pic,
  .carrier-list .parts-list-item .pic,
  .oil-list .parts-list-item .pic {
    align-self: flex-start;
  }

  .tire-list .recommend .more,
  .wheel-list .recommend .more {
    margin-top: 10px;
  }

  .tire-list .recommend .parts-list-item,
  .wheel-list .recommend .parts-list-item,
  .oil-list .recommend .parts-list-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .tire-list .recommend .parts-list-item:not(:nth-child(3n)),
  .wheel-list .recommend .parts-list-item:not(:nth-child(3n)),
  .oil-list .recommend .parts-list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .tire-list .recommend .parts-list-item .pic,
  .wheel-list .recommend .parts-list-item .pic,
  .oil-list .recommend .parts-list-item .pic {
    width: 40%;
    height: auto;
    margin-right: 20px;
  }

  .tire-list .recommend .parts-list-item .inner,
  .wheel-list .recommend .parts-list-item .inner,
  .oil-list .recommend .parts-list-item .inner {
    width: calc(60% - 20px);
  }

  .tire-list .recommend .parts-list-item .maker-logo,
  .wheel-list .recommend .parts-list-item .maker-logo,
  .oil-list .recommend .parts-list-item .maker-logo {
    height: 20px;
  }

  .tire-list .recommend .parts-list-item .item-name,
  .wheel-list .recommend .parts-list-item .item-name,
  .oil-list .recommend .parts-list-item .item-name {
    font-size: 1.6rem;
  }

  .tire-list .recommend .parts-list-item .price,
  .wheel-list .recommend .parts-list-item .price,
  .oil-list .recommend .parts-list-item .price {
    display: block;
  }

  .tire-list .recommend .parts-list-item .price .total,
  .wheel-list .recommend .parts-list-item .price .total,
  .oil-list .recommend .parts-list-item .price .total {
    font-size: 1.8rem;
  }

  .tire-list .recommend .parts-list-item .price .total span,
  .wheel-list .recommend .parts-list-item .price .total span,
  .oil-list .recommend .parts-list-item .price .total span {
    font-size: 1.3rem;
  }

  .tire-list .search,
  .wheel-list .search,
  .carrier-list .search,
  .oil-list .search {
    position: relative;
  }

  .tire-list .search-header,
  .wheel-list .search-header,
  .carrier-list .search-header,
  .oil-list .search-header {
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  .tire-list .search-title,
  .wheel-list .search-title,
  .carrier-list .search-title,
  .oil-list .search-title {
    font-size: 1.5rem;
  }

  .tire-list .search .sort,
  .wheel-list .search .sort,
  .carrier-list .search .sort,
  .oil-list .search .sort {
    display: none;
  }

  .tire-list .search .narrowing,
  .wheel-list .search .narrowing,
  .carrier-list .search .narrowing,
  .oil-list .search .narrowing {
    display: none;
  }

  .tire-list .narrowing,
  .wheel-list .narrowing,
  .carrier-list .narrowing,
  .oil-list .narrowing {
    width: 100%;
  }

  .tire-list .narrow-btn,
  .wheel-list .narrow-btn,
  .carrier-list .narrow-btn,
  .oil-list .narrow-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .tire-list .narrow-btn .btn,
  .wheel-list .narrow-btn .btn,
  .carrier-list .narrow-btn .btn,
  .oil-list .narrow-btn .btn {
    position: relative;
    width: calc(50% - 5px);
    padding: 0;
    border: #ddd 1px solid;
  }

  .tire-list .narrow-btn .btn a,
  .wheel-list .narrow-btn .btn a,
  .carrier-list .narrow-btn .btn a,
  .oil-list .narrow-btn .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }

  .tire-list .narrow-btn .btn .list,
  .wheel-list .narrow-btn .btn .list,
  .carrier-list .narrow-btn .btn .list,
  .oil-list .narrow-btn .btn .list {
    position: absolute;
    left: -1px;
    top: calc(1.4rem + 25px);
    display: block;
    z-index: 9999;
    width: calc(100% + 2px);
  }

  .tire-list .narrow-btn .btn .list .item,
  .wheel-list .narrow-btn .btn .list .item,
  .carrier-list .narrow-btn .btn .list .item,
  .oil-list .narrow-btn .btn .list .item {
    display: block;
    width: 100%;
    border: solid #ddd;
    border-width: 0 1px 1px;
    padding: 12px;
    background-color: #FFF;
  }

  .tire-list .result,
  .wheel-list .result,
  .carrier-list .result,
  .oil-list .result {
    width: 100%;
  }

  .tire-list .result .parts-list-item,
  .wheel-list .result .parts-list-item,
  .carrier-list .result .parts-list-item,
  .oil-list .result .parts-list-item {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 2% 20px;
  }

  .tire-list .result .parts-list-item:nth-child(odd),
  .wheel-list .result .parts-list-item:nth-child(odd),
  .carrier-list .result .parts-list-item:nth-child(odd),
  .oil-list .result .parts-list-item:nth-child(odd) {
    background: #f3f3f3;
  }

  .tire-list .result .parts-list-item:nth-child(even),
  .wheel-list .result .parts-list-item:nth-child(even),
  .carrier-list .result .parts-list-item:nth-child(even),
  .oil-list .result .parts-list-item:nth-child(even) {
    background: #f9f9f9;
  }

  .tire-list .result .parts-list-item:not(:nth-child(3n)),
  .wheel-list .result .parts-list-item:not(:nth-child(3n)),
  .carrier-list .result .parts-list-item:not(:nth-child(3n)),
  .oil-list .result .parts-list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .tire-list .result .parts-list-item .pic,
  .wheel-list .result .parts-list-item .pic,
  .carrier-list .result .parts-list-item .pic,
  .oil-list .result .parts-list-item .pic {
    align-self: flex-start;
    width: 20%;
    height: auto;
    padding: 10px;
    margin-right: 20px;
    border: #eee 1px solid;
  }

  .tire-list .result .parts-list-item .inner,
  .wheel-list .result .parts-list-item .inner,
  .carrier-list .result .parts-list-item .inner,
  .oil-list .result .parts-list-item .inner {
    width: 40%;
  }

  .tire-list .result .parts-list-item .price,
  .wheel-list .result .parts-list-item .price,
  .carrier-list .result .parts-list-item .price,
  .oil-list .result .parts-list-item .price {
    width: 40%;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
  }
}

@media screen and (max-width: 560px) {

  .tire-list,
  .wheel-list,
  .carrier-list,
  .oil-list {
    /* -- parts -- */
    /* -- recommend -- */
    /* -- result -- */
    /* -- set -- */
  }

  .tire-list .recommend .parts-list-item .pic img,
  .wheel-list .recommend .parts-list-item .pic img,
  .carrier-list .recommend .parts-list-item .pic img,
  .oil-list .recommend .parts-list-item .pic img {
    height: auto;
    max-height: initial !important;
  }

  .tire-list .result .parts-list-item .pic img,
  .wheel-list .result .parts-list-item .pic img,
  .carrier-list .result .parts-list-item .pic img,
  .oil-list .result .parts-list-item .pic img {
    height: auto;
    max-height: 58px;
  }

  .tire-list .parts-list .popular-label,
  .wheel-list .parts-list .popular-label,
  .carrier-list .parts-list .popular-label,
  .oil-list .parts-list .popular-label {
    top: 5px;
    width: 60px;
    height: 20px;
    padding: 0 0 0 12px;
    font-size: 1rem;
    color: #fff;
    line-height: 20px;
  }

  .tire-list .parts-list .popular-label::before,
  .tire-list .parts-list .popular-label::after,
  .wheel-list .parts-list .popular-label::before,
  .wheel-list .parts-list .popular-label::after,
  .oil-list .parts-list .popular-label::before,
  .oil-list .parts-list .popular-label::after {
    top: 20px;
  }

  .tire-list .parts-list .popular::after,
  .wheel-list .parts-list .popular::after,
  .carrier-list .parts-list .popular::after,
  .oil-list .parts-list .popular::after {
    top: 5px;
    left: 54px;
    border-top: transparent 10px solid;
    border-bottom: transparent 10px solid;
    border-left: #ff8400 10px solid;
  }

  .tire-list .parts-list-item,
  .wheel-list .parts-list-item,
  .carrier-list .parts-list-item,
  .oil-list .parts-list-item {
    padding: 10px;
  }

  .tire-list .parts-list-item .pic,
  .wheel-list .parts-list-item .pic,
  .carrier-list .parts-list-item .pic,
  .oil-list .parts-list-item .pic {
    margin-right: 10px;
    width: 160px;
    padding: 10px;
  }

  .tire-list .parts-list-item .maker-logo,
  .wheel-list .parts-list-item .maker-logo,
  .carrier-list .parts-list-item .maker-logo,
  .oil-list .parts-list-item .maker-logo {
    height: 13px;
    margin-bottom: 5px;
  }

  .tire-list .parts-list-item .maker-logo span,
  .wheel-list .parts-list-item .maker-logo span,
  .carrier-list .parts-list-item .maker-logo span,
  .oil-list .parts-list-item .maker-logo span {
    padding-left: 5px;
    margin-left: 5px;
    font-size: .8rem;
  }

  .tire-list .parts-list-item .item-name,
  .wheel-list .parts-list-item .item-name,
  .carrier-list .parts-list-item .item-name,
  .oil-list .parts-list-item .item-name {
    margin-bottom: 5px;
  }

  .tire-list .parts-list-item .item-name span,
  .wheel-list .parts-list-item .item-name span,
  .carrier-list .parts-list-item .item-name span,
  .oil-list .parts-list-item .item-name span {
    font-size: .8rem;
  }

  .tire-list .parts-list-item .item-size,
  .wheel-list .parts-list-item .item-size,
  .carrier-list .parts-list-item .item-size,
  .oil-list .parts-list-item .item-size {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .tire-list .parts-list-item .item-color,
  .wheel-list .parts-list-item .item-color,
  .carrier-list .parts-list-item .item-color,
  .oil-list .parts-list-item .item-color {
    margin-top: -5px;
  }

  .tire-list .parts-list-item .price .total,
  .wheel-list .parts-list-item .price .total,
  .carrier-list .parts-list-item .price .total,
  .oil-list .parts-list-item .price .total {
    font-size: 1.2rem;
  }

  .tire-list .parts-list-item .price .total span,
  .wheel-list .parts-list-item .price .total span,
  .carrier-list .parts-list-item .price .total span,
  .oil-list .parts-list-item .price .total span {
    font-size: .8rem;
  }

  .tire-list .parts-list-item .price .unit,
  .wheel-list .parts-list-item .price .unit,
  .carrier-list .parts-list-item .price .unit,
  .oil-list .parts-list-item .price .unit {
    font-size: .8rem;
  }

  .tire-list .recommend .more,
  .wheel-list .recommend .more {
    margin-top: 0;
  }

  .tire-list .recommend .parts-list-item,
  .wheel-list .recommend .parts-list-item,
  .oil-list .recommend .parts-list-item {
    padding: 10px;
  }

  .tire-list .recommend .parts-list-item .pic,
  .wheel-list .recommend .parts-list-item .pic,
  .oil-list .recommend .parts-list-item .pic {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100px;
  }

  .tire-list .recommend .parts-list-item .inner,
  .wheel-list .recommend .parts-list-item .inner,
  .oil-list .recommend .parts-list-item .inner {
    width: calc(100% - 100px - 10px);
  }

  .tire-list .recommend .parts-list-item .maker-logo,
  .wheel-list .recommend .parts-list-item .maker-logo,
  .oil-list .recommend .parts-list-item .maker-logo {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 13px;
  }

  .tire-list .recommend .parts-list-item .item-name,
  .wheel-list .recommend .parts-list-item .item-name,
  .oil-list .recommend .parts-list-item .item-name {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .tire-list .recommend .parts-list-item .item-name span,
  .wheel-list .recommend .parts-list-item .item-name span,
  .oil-list .recommend .parts-list-item .item-name span {
    font-size: .8rem;
  }

  .tire-list .recommend .parts-list-item .item-size,
  .tire-list .recommend .parts-list-item .item-color,
  .wheel-list .recommend .parts-list-item .item-size,
  .wheel-list .recommend .parts-list-item .item-color,
  .oil-list .recommend .parts-list-item .item-size,
  .oil-list .recommend .parts-list-item .item-color {
    font-size: 1.2rem;
  }

  .tire-list .recommend .parts-list-item .feature-list,
  .wheel-list .recommend .parts-list-item .feature-list,
  .oil-list .recommend .parts-list-item .feature-list {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .tire-list .recommend .parts-list-item .feature-list-item,
  .wheel-list .recommend .parts-list-item .feature-list-item,
  .oil-list .recommend .parts-list-item .feature-list-item {
    width: 24px;
  }

  .tire-list .recommend .parts-list-item .feature-list-item img,
  .wheel-list .recommend .parts-list-item .feature-list-item img,
  .oil-list .recommend .parts-list-item .feature-list-item img {
    width: 100%;
  }

  .tire-list .recommend .parts-list-item .price .total,
  .wheel-list .recommend .parts-list-item .price .total,
  .oil-list .recommend .parts-list-item .price .total {
    font-size: 1.3rem;
  }

  .tire-list .recommend .parts-list-item .price .total span,
  .wheel-list .recommend .parts-list-item .price .total span,
  .oil-list .recommend .parts-list-item .price .total span {
    font-size: .8rem;
  }

  .tire-list .recommend .parts-list-item .price .unit,
  .wheel-list .recommend .parts-list-item .price .unit,
  .oil-list .recommend .parts-list-item .price .unit {
    font-size: .8rem;
  }

  .tire-list .result>.more,
  .wheel-list .result>.more,
  .carrier-list .result>.more {
    margin-top: 10px;
  }

  .tire-list .result .parts-list,
  .wheel-list .result .parts-list,
  .carrier-list .result .parts-list,
  .oil-list .result .parts-list {
    row-gap: 0;
  }

  .tire-list .result .parts-list-item,
  .wheel-list .result .parts-list-item,
  .carrier-list .result .parts-list-item,
  .oil-list .result .parts-list-item {
    padding: 7px;
  }

  .tire-list .result .parts-list-item .pic,
  .wheel-list .result .parts-list-item .pic,
  .carrier-list .result .parts-list-item .pic,
  .oil-list .result .parts-list-item .pic {
    margin-right: 7px;
    width: 80px;
  }

  .tire-list .result .parts-list-item .inner,
  .wheel-list .result .parts-list-item .inner,
  .carrier-list .result .parts-list-item .inner,
  .oil-list .result .parts-list-item .inner {
    width: calc(100% - 87px);
  }

  .tire-list .result .parts-list-item .maker-logo,
  .wheel-list .result .parts-list-item .maker-logo,
  .carrier-list .result .parts-list-item .maker-logo,
  .oil-list .result .parts-list-item .maker-logo {
    margin-top: 3px;
    margin-bottom: 10px;
    height: 10px;
  }

  .tire-list .result .parts-list-item .item-name,
  .wheel-list .result .parts-list-item .item-name,
  .carrier-list .result .parts-list-item .item-name,
  .oil-list .result .parts-list-item .item-name {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .tire-list .result .parts-list-item .item-name span,
  .wheel-list .result .parts-list-item .item-name span,
  .carrier-list .result .parts-list-item .item-name span,
  .oil-list .result .parts-list-item .item-name span {
    font-size: .7rem;
  }

  .tire-list .result .parts-list-item .item-size,
  .tire-list .result .parts-list-item .item-color,
  .wheel-list .result .parts-list-item .item-size,
  .wheel-list .result .parts-list-item .item-color,
  .carrier-list .result .parts-list-item .item-size,
  .carrier-list .result .parts-list-item .item-color,
  .oil-list .result .parts-list-item .item-size,
  .oil-list .result .parts-list-item .item-color {
    font-size: 1.2rem;
  }

  .tire-list .result .parts-list-item .item-color,
  .wheel-list .result .parts-list-item .item-color,
  .carrier-list .result .parts-list-item .item-color,
  .oil-list .result .parts-list-item .item-color {
    margin-top: -5px;
  }

  .tire-list .result .parts-list-item .feature-list,
  .wheel-list .result .parts-list-item .feature-list,
  .carrier-list .result .parts-list-item .feature-list,
  .oil-list .result .parts-list-item .feature-list {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .tire-list .result .parts-list-item .feature-list-item,
  .wheel-list .result .parts-list-item .feature-list-item,
  .carrier-list .result .parts-list-item .feature-list-item,
  .oil-list .result .parts-list-item .feature-list-item {
    width: 20px;
  }

  .tire-list .result .parts-list-item .price,
  .wheel-list .result .parts-list-item .price,
  .carrier-list .result .parts-list-item .price,
  .oil-list .result .parts-list-item .price {
    text-align: right;
    width: 100%;
  }

  .tire-list .result .parts-list-item .price .total,
  .wheel-list .result .parts-list-item .price .total,
  .carrier-list .result .parts-list-item .price .total,
  .oil-list .result .parts-list-item .price .total {
    line-height: 1.2;
  }

  .tire-list .set-title,
  .wheel-list .set-title,
  .carrier-list .set-title,
  .oil-list .set-title {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.6rem;
  }

  .tire-list .set .container:not(:last-of-type),
  .wheel-list .set .container:not(:last-of-type),
  .carrier-list .set .container:not(:last-of-type),
  .oil-list .set .container:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .tire-list .set .container-title,
  .wheel-list .set .container-title,
  .carrier-list .set .container-title,
  .oil-list .set .container-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .tire-list .set .more,
  .wheel-list .set .more,
  .carrier-list .set .more {
    margin-top: 10px;
  }

  .tire-list .set .more a,
  .wheel-list .set .more a,
  .carrier-list .set .more a {
    font-size: 1.3rem;
  }

  .tire-list div.overlay div.content,
  .wheel-list div.overlay div.content,
  .carrier-list div.overlay div.content,
  .oil-list div.overlay div.content {
    padding: 10px;
  }

  .tire-list div.overlay div.content .narrowing-title,
  .wheel-list div.overlay div.content .narrowing-title,
  .carrier-list div.overlay div.content .narrowing-title,
  .oil-list div.overlay div.content .narrowing-title {
    margin-bottom: 10px;
  }

  .tire-list div.overlay div.content .narrowing .form,
  .wheel-list div.overlay div.content .narrowing .form,
  .carrier-list div.overlay div.content .narrowing .form,
  .oil-list div.overlay div.content .narrowing .form {
    padding: 0 10px;
  }

  .tire-list .search .narrowing,
  .wheel-list .search .narrowing,
  .carrier-list .search .narrowing,
  .oil-list .search .narrowing {
    display: none;
  }

  .tire-list .search .overlay .narrowing,
  .wheel-list .search .overlay .narrowing,
  .carrier-list .search .overlay .narrowing,
  .oil-list .search .overlay .narrowing {
    display: block;
  }

  .tire-list div.overlay,
  .wheel-list div.overlay,
  .carrier-list div.overlay,
  .oil-list div.overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }

  .tire-list div.overlay div.content,
  .wheel-list div.overlay div.content,
  .carrier-list div.overlay div.content,
  .oil-list div.overlay div.content {
    position: absolute;
    overflow: scroll;
    left: 50%;
    top: 50%;
    padding: 20px;
    max-width: 460px;
    width: calc(100vw - 40px);
    max-height: 70vh;
    background: #FFF;
    transform: translate(-50%, -50%);
  }

  .tire-list div.overlay div.content .narrowing-item input[type=text],
  .wheel-list div.overlay div.content .narrowing-item input[type=text],
  .carrier-list div.overlay div.content .narrowing-item input[type=text],
  .oil-list div.overlay div.content .narrowing-item input[type=text] {
    width: calc(50% - 2em);
  }

}

@media screen and (max-width: 480px) {

  .tire-list,
  .wheel-list,
  .carrier-list,
  .oil-list {
    /* -- recommend -- */
    /* -- result -- */
  }

  .tire-list .recommend .parts-list-item .pic img,
  .wheel-list .recommend .parts-list-item .pic img,
  .carrier-list .recommend .parts-list-item .pic img,
  .oil-list .recommend .parts-list-item .pic img {
    height: auto;
    max-height: initial !important;
  }

  .tire-list .result .parts-list-item .pic img,
  .wheel-list .result .parts-list-item .pic img,
  .carrier-list .result .parts-list-item .pic img,
  .oil-list .result .parts-list-item .pic img {
    height: auto;
    max-height: 58px;
  }

  .tire-list .page-title,
  .wheel-list .page-title,
  .carrier-list .page-title,
  .oil-list .page-title {
    height: 100px;
    font-size: 2rem;
    line-height: 100px;
  }

  .tire-list .recommend,
  .wheel-list .recommend,
  .oil-list .recommend {
    margin-bottom: 30px;
  }

  .tire-list .recommend-title,
  .wheel-list .recommend-title,
  .oil-list .recommend-title {
    padding: 10px;
    font-size: 1.6rem;
  }

  .tire-list .result .parts-list-item a,
  .wheel-list .result .parts-list-item a,
  .carrier-list .result .parts-list-item a,
  .oil-list .result .parts-list-item a {
    flex-wrap: wrap;
  }

  .wheel-list .parts-list .popular p.pic,
  .carrier-list .parts-list .popular p.pic,
  .oil-list .parts-list .popular p.pic {
    padding: 10px;
  }

  .wheel-list .result .parts-list-item .pic,
  .carrier-list .result .parts-list-item .pic,
  .oil-list .result .parts-list-item .pic {
    padding: 10px;
  }

  .wheel-list .recommend .parts-list-item .pic img,
  .wheel-list .result .parts-list-item .pic img,
  .carrier-list .result .parts-list-item .pic img,
  .oil-list .result .parts-list-item .pic img {
    height: 100%;
  }

  .wheel-list .result .parts-list-item .pic span,
  .carrier-list .result .parts-list-item .pic span,
  .oil-list .result .parts-list-item .pic span {
    display: none;
  }
}

/*----------------------------------------------------
	tire_detail
----------------------------------------------------*/
.tire-detail {
  /* -- side -- */
}

.tire-detail .main {
  width: 980px;
  padding: 60px 0 70px;
  margin: 0 auto;
}

.tire-detail .choiced {
  float: left;
  width: calc(100% - 310px);
  /* -- price --*/
  /* -- info --*/
}

.tire-detail .choiced .section-title {
  padding-bottom: .5em;
  margin-bottom: 30px;
  border-bottom: #ccc 1px solid;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.tire-detail .choiced .section-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 0.7em;
  background: #f5d944;
  border-radius: 5px;
}

.tire-detail .choiced .link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}

.tire-detail .choiced .link-wrap {
  position: relative;
  padding-right: 15px;
  margin-left: 1em;
}

.tire-detail .choiced .link-wrap::before,
.tire-detail .choiced .link-wrap::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
}

.tire-detail .choiced .link-wrap:before {
  top: 6px;
  right: 0;
  border: #0195a1 1px solid;
}

.tire-detail .choiced .link-wrap::after {
  top: 9px;
  right: 3px;
  border-left: #0195a1 1px solid;
  border-bottom: #0195a1 1px solid;
}

.tire-detail .choiced .link-wrap a {
  display: inline;
  border-bottom: #0195a1 1px solid;
  color: #0195a1;
  line-height: 1.2;
}

.tire-detail .choiced .price {
  display: none;
}

.tire-detail .choiced .set-list-item .price {
  display: initial;
}

.tire-detail .choiced .info {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.tire-detail .choiced .info-inner {
  width: 300px;
}

.tire-detail .choiced .info .maker-logo {
  height: 25px;
  margin-bottom: 15px;
}

.tire-detail .choiced .info .maker-logo img {
  vertical-align: middle;
}

.tire-detail .choiced .info .maker-logo span {
  margin-left: 5px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  font-size: 1.2rem;
}

.tire-detail .choiced .info-title {
  margin-bottom: .8em;
  font-size: 2.1rem;
  font-weight: 600;
}

.tire-detail .choiced .info-title small {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

.tire-detail .choiced .info-title .size {
  font-size: 2.1rem;
}

.tire-detail .choiced .info .feature-list {
  margin-bottom: 15px;
}

.tire-detail .choiced .info .feature-list-item img {
  width: 40px;
}

.tire-detail .choiced .info .thumbnail-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tire-detail .choiced .info .thumbnail-list-item {
  margin-bottom: 7px;
  padding: 5px;
  border: #ccc 1px solid;
}

.tire-detail .choiced .info .thumbnail-list-item:not(:nth-child(4n)) {
  margin-right: 7px;
}

.tire-detail .choiced .info .thumbnail-list-item img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}

.tire-detail .choiced .info .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  border: #ccc 1px solid;
}

.tire-detail .choiced .info .pic img {
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
}

.tire-detail .choiced .info .link-wrap a {
  font-size: 1.2rem;
}

.tire-detail .choiced .detail {
  margin-bottom: 55px;
}

.tire-detail .choiced .detail.hidden {
  display: none;
}

.tire-detail .choiced .detail .lead {
  margin-bottom: 1.8em;
}

.tire-detail .choiced .detail .lead strong {
  font-size: 1.9rem;
}

.tire-detail .choiced .detail .box-title {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.tire-detail .choiced .detail .box-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 5px;
}

.tire-detail .choiced .detail .text {
  margin-bottom: 1.6em;
  line-height: 1.4;
}

.tire-detail .choiced .detail .pic {
  margin-bottom: 20px;
}

.tire-detail .choiced .detail .link-wrap a {
  padding: 0 3px;
}

.tire-detail .choiced .spec .table {
  width: 100%;
  margin-bottom: 55px;
}

.tire-detail .choiced .spec .table tr {
  border-bottom: #fff 5px solid;
}

.tire-detail .choiced .spec .table th,
.tire-detail .choiced .spec .table td {
  width: 25%;
  height: 50px;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
}

.tire-detail .choiced .spec .table th {
  background: #f6f6f6;
  color: #666;
}

.tire-detail .side {
  position: sticky;
  top: 60px;
  float: right;
}

.tire-detail .choiced .spec.sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .tire-detail .main {
    width: 100%;
    padding: 20px 2% 150px;
  }

  .tire-detail .choiced {
    flex-direction: column;
    width: 100%;
  }

  .tire-detail .choiced .price {
    display: block;
    padding: 0;
    text-align: right;
  }

  .tire-detail .choiced .price-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: #ddd 1px solid;
  }

  .tire-detail .choiced .price-title {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .tire-detail .choiced .price-title small {
    font-size: 1.3rem;
  }

  .tire-detail .choiced .price-item {
    order: 3;
    text-align: left;
  }

  .tire-detail .choiced .price-item .total {
    margin-bottom: .3em;
    font-size: 2.4rem;
    color: #f00;
    font-weight: 600;
  }

  .tire-detail .choiced .price-item .total span {
    font-size: 1.2rem;
    color: #333;
    font-weight: normal;
  }

  .tire-detail .choiced .price-item .unit {
    margin-bottom: 1em;
    font-size: 1.2rem;
    color: #666;
  }

  .tire-detail .radio-list.sel_number {
    width: 100px;
    margin: 0 10px;
  }

  .tire-detail .choiced .price .number {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    margin-bottom: 0;
  }

  .tire-detail .choiced .price .number select {
    font-size: 1.6rem;
    border: 1px solid #CCC;
  }

  .tire-detail .choiced .price .cart-wrap {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }

  .tire-detail .choiced .price .cart-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: #ddd 1px solid;
  }

  .tire-detail .choiced .price .cart-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .tire-detail .choiced .price .cart-price {
    margin-bottom: .2em;
    font-size: 2.4rem;
    color: #f00;
    font-weight: 600;
  }

  .tire-detail .choiced .price .cart-price span {
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
  }

  .tire-detail .choiced .price .note-list {
    margin-bottom: 10px;
  }

  .tire-detail .choiced .price .note-list-item {
    font-size: 1.2rem;
  }

  .tire-detail .choiced .price .note-list-item em {
    font-size: 1.2rem;
    color: #F00;
  }

  .tire-detail .choiced .price .next,
  .tire-detail .choiced .spec .next {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #fbfbf8;
    text-align: center;
  }

  .tire-detail .choiced .spec.sp {
    display: block;
  }

  .tire-detail .choiced .price .next button,
  .tire-detail .choiced .spec .next button {
    padding: 15px;
    width: 100%;
    background: #f90;
    border: none;
    border-radius: 3px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
    cursor: pointer;
  }

  .tire-detail .choiced .price .next button small,
  .tire-detail .choiced .spec .next button small {
    display: block;
    font-size: 13px;
  }

  .tire-detail .choiced .price .next button i,
  .tire-detail .choiced .spec .next button i {
    margin-right: 10px;
  }

  .tire-detail .choiced .price .next button i.wheel,
  .tire-detail .choiced .spec .next button i.wheel {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/tire_detail/icon_wheel.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .tire-detail .choiced .price .next button.next-btn-wheel,
  .tire-detail .choiced .spec .next button.next-btn-wheel {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }

  .tire-detail .choiced .price .next button.next-btn-wheel span,
  .tire-detail .choiced .spec .next button.next-btn-wheel span {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
  }

  .tire-detail .choiced .price .reselection {
    margin-bottom: 20px;
  }

  .tire-detail .choiced .price .reselection i {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16.5px;
    vertical-align: middle;
    background: url(../img/icon_back.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .tire-detail .choiced .price .reselection a {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #FAFAFA;
    -webkit-box-shadow: 0 1px 0 0 #ddd;
    box-shadow: 0 1px 0 0 #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .tire-detail .choiced .price .option {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    padding: 15px;
    margin-bottom: 0;
    border-bottom: #ddd 2px solid;
  }

  .tire-detail .choiced .price .option-title {
    text-align: left;
    margin-bottom: .5em;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .tire-detail .choiced .price .option-inner {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
  }

  .tire-detail .choiced .price .option-inner .title {
    font-size: 1.3rem;
  }

  .tire-detail .choiced .price .option-inner .item {
    margin-left: 5px;
    width: 5em;
    font-size: 1.3rem;
  }

  .tire-detail .choiced .price .option .tip {
    display: none;
  }

  .tire-detail .choiced .price .next,
  .tire-detail .choiced .spec .next {
    padding: 20px 0;
    background: #fbfbf8;
  }

  .tire-detail .choiced .price .next.hidden,
  .tire-detail .choiced .spec .next.hidden {
    display: none;
  }

  .tire-detail .choiced .price .next button,
  .tire-detail .choiced .spec .next button {
    width: 230px;
    margin: 0 auto;
  }

  .tire-detail .choiced .price .others-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .tire-detail .choiced .price .others-list-item {
    width: calc((100% - 15px) / 2);
    background: none;
    border: #eee 1px solid;
  }

  .tire-detail .choiced .price .others-list-item a {
    padding: 15px;
  }

  .tire-detail .choiced .price .others-list-item .pic {
    display: none;
  }

  .tire-detail .choiced .price .others-list-item .text {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }

  .tire-detail .choiced .price .others-list-item .text span {
    display: inline;
    font-size: 1.4rem;
  }

  .tire-detail .choiced .price .others-list-item::before,
  .tire-detail .choiced .price .others-list-item::after {
    content: none;
  }

  .tire-detail .choiced .info {
    order: 1;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .tire-detail .choiced .info-inner {
    display: flex;
    flex-direction: column;
    order: 2;
    width: 100%;
  }

  .tire-detail .choiced .info .pic {
    order: 1;
    width: 100%;
    padding: 25px;
    margin-bottom: 10px;
  }

  .tire-detail .choiced .info .feature-list {
    order: 4;
    margin-bottom: 0;
  }

  .tire-detail .choiced .info .maker-logo {
    order: 2;
    margin-bottom: 5px;
  }

  .tire-detail .choiced .info-title {
    order: 3;
  }

  .tire-detail .choiced .info .thumbnail {
    order: 1;
  }

  .tire-detail .choiced .info .thumbnail-list {
    display: block;
    margin-bottom: 25px;
    height: 80px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .tire-detail .choiced .info .thumbnail-list-item {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 5px 0 0;
  }

  .tire-detail .choiced .info .thumbnail-list-item:not(:nth-child(4n)) {
    margin-right: 5px;
  }

  .tire-detail .choiced .info .thumbnail-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tire-detail .choiced .detail {
    order: 3;
    width: 100%;
  }

  .tire-detail .choiced .detail .box-title {
    display: block;
    margin-left: 1em;
    text-indent: -1.3em;
  }

  .tire-detail .choiced .detail .box-title::before {
    display: inline-block;
  }

  .tire-detail .choiced .spec {
    order: 4;
    width: 100%;
  }

  .tire-detail .choiced .set {
    order: 4;
    width: 100%;
  }

  .tire-detail .choiced .link {
    order: 4;
  }

  .tire-detail .side {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .tire-detail .choiced .section-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .tire-detail .choiced .info .thumbnail-list {
    margin-bottom: 10px;
  }

  .tire-detail .choiced .info .maker-logo {
    margin-bottom: 10px;
    height: 15px;
  }

  .tire-detail .choiced .info .maker-logo span {
    font-size: 1rem;
  }

  .tire-detail .choiced .info-title {
    font-size: 1.6rem;
  }

  .tire-detail .choiced .info-title small {
    font-size: 1rem;
  }

  .tire-detail .choiced .info-title .size {
    margin-top: 5px;
    font-size: 1.6rem;
  }

  .tire-detail .choiced .link {
    margin-top: 10px;
  }

  .tire-detail .choiced .link-wrap {
    font-size: 1.2rem;
  }

  .tire-detail .choiced .price-inner {
    padding: 10px;
  }

  .tire-detail .choiced .price-title {
    text-align: left;
  }

  .tire-detail .choiced .price-title small {
    font-size: 1rem;
  }

  .tire-detail .choiced .price .number select {
    font-size: 1.4rem;
  }

  .tire-detail .choiced .price-item {
    text-align: right;
  }

  .tire-detail .choiced .price-item .total {
    line-height: 1.2;
    margin-bottom: 3px;
    font-size: 1.8rem;
  }

  .tire-detail .choiced .price-item .total span {
    font-size: 1rem;
  }

  .tire-detail .choiced .price-item .unit {
    font-size: 1rem;
  }

  .tire-detail .choiced .price .cart-inner {
    padding: 10px;
  }

  .tire-detail .choiced .price .cart-title span {
    font-size: 1rem;
  }

  .tire-detail .choiced .price .cart-price {
    font-size: 1.9rem;
  }

  .tire-detail .choiced .price .cart-price span {
    font-size: 1rem;
  }

  .tire-detail .choiced .price .option {
    padding: 10px;
  }

  .tire-detail .choiced .detail {
    margin-bottom: 30px;
  }

  .tire-detail .choiced .detail .lead {
    margin-bottom: 10px;
  }

  .tire-detail .choiced .detail .lead strong {
    font-size: 1.6rem;
  }

  .tire-detail .choiced .detail .box-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .tire-detail .choiced .detail .box-title:before {
    position: relative;
    top: 4px;
  }

  .tire-detail .choiced .detail .text {
    font-size: 1.3rem;
  }

  .tire-detail .choiced .detail .link {
    /* margin-top: -10px; */
    margin-top: 10px;
  }

  .tire-detail .choiced .spec .table {
    margin-bottom: 30px;
  }

  .tire-detail .choiced .spec .table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }

  .tire-detail .choiced .spec .table th,
  .tire-detail .choiced .spec .table td {
    display: block;
    width: 50%;
    border-bottom: #fff 5px solid;
    line-height: 50px;
    font-size: 1.3rem;
  }

  .tire-detail .choiced .spec .table th .tip {
    line-height: 1.2;
    color: #333;
  }

  .tire-detail .choiced .set .section-title {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
	faq
----------------------------------------------------*/
.faq .page-title {
  padding: 45px 0 50px;
  border-bottom: #eee 1px solid;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}

.faq .page-title span {
  display: block;
  padding-top: .5em;
  font-size: 1.2rem;
  color: #ffb300;
}

.faq .content {
  display: flex;
  justify-content: space-between;
  width: 980px;
  padding: 80px 0 150px;
  margin: 0 auto;
  color: #000;
}

.faq-list {
  width: calc(100% - 310px);
  display: none;
}

.faq-list.show {
  display: block;
}

.faq-list-item {
  padding: 50px 0;
  border-bottom: #eee 1px solid;
}

.faq-list-item:first-child {
  padding-top: 0;
}

.faq-title {
  position: relative;
  padding-left: 40px;
  margin-bottom: 1.3em;
  font-size: 2rem;
  font-weight: 600;
}

.faq-title::before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 2rem;
}

.faq-ans {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}

.faq-ans .text {
  margin-bottom: 2.5em;
  font-size: 1.4rem;
}

.faq-ans .text:last-of-type {
  margin-bottom: 0;
}

.faq-ans::before {
  position: absolute;
  content: 'A.';
  position: absolute;
  top: 0;
  left: .2em;
  display: block;
  font-size: 1.4rem;
}

.faq-ans a {
  display: inline;
  border-bottom: #0195a1 1px solid;
  color: #0195a1;
}

.faq-category .side-title {
  margin-bottom: .7em;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.faq-category .side-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 5px;
}

.faq-category-list {
  border: #eee 1px solid;
}

.faq-category-list-item {
  padding: 10px 15px;
  font-size: 1.4rem;
  color: #0195a1;
}

.faq-category-list-item:not(:last-child) {
  border-bottom: #eee 1px solid;
}

.faq-category-list-item a {
  display: flex;
  align-items: center;
  color: inherit;
}

.faq-category-list-item:hover {
  background: #0195a1;
  color: #fff;
}

.faq-category-list-item.current {
  background: #0195a1;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .faq .main {
    padding: 0 2%;
  }

  .faq .breadcrumb {
    display: none;
  }

  .faq .content {
    flex-direction: column;
    width: 100%;
    padding: 30px 2% 100px;
  }

  .faq .page-title {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2rem;
  }

  .faq-list {
    order: 2;
    width: 100%;
  }

  .faq-list-item {
    padding: 30px 0 25px;
  }

  .faq .side {
    order: 1;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .faq-category-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 45px;
  }

  .faq-category-list-item {
    width: 50%;
  }

  .faq-category-list-item:nth-child(3) {
    border-bottom: none;
  }

  .faq-category-list-item:nth-child(odd) {
    border-right: #eee 1px solid;
  }

  .faq-category .side-title::before {
    content: none;
  }

  .faq-title {
    margin-bottom: .7em;
    font-size: 1.8rem;
  }

  .faq-title::before {
    font-size: 1.8rem;
  }

  .faq-ans::before {
    top: -5px;
    left: 0;
    font-size: 1.8rem;
    font-weight: 600;
  }
}

/*----------------------------------------------------
	guide
----------------------------------------------------*/
.guide .page-title {
  padding: 45px 0 50px;
  border-bottom: #eee 1px solid;
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}

.guide .page-title span {
  display: block;
  padding-top: .5em;
  font-size: 1.2rem;
  color: #ffb300;
}

.guide-title {
  margin-bottom: 50px;
  font-size: 2.4rem;
  text-align: center;
}

.guide .step {
  width: 980px;
  margin: 0 auto;
}

.guide .step-list {
  margin-bottom: 60px;
}

.guide .step-list-item {
  display: flex;
  align-items: center;
  padding: 20px calc((100% - 770px) / 2);
}

.guide .step-list-item:not(:last-child) {
  border-bottom: #eee 1px solid;
}

.guide .step-list-item .pic {
  width: 80px;
  margin-right: 45px;
}

.guide .step-list-item * {
  line-height: 1.5;
}

.guide .step-title {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 600;
}

.guide .step-title span {
  display: inline-block;
  height: 25px;
  padding: 0 25px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 15px;
  line-height: 25px;
}

.guide .step-text-list>li {
  margin-left: 1.2em;
  list-style-type: decimal;
}

.guide .step-text .notes {
  margin-bottom: 1em;
}

.guide .step-text .notes-item {
  font-size: 1.3rem;
  color: #666;
}

.guide .step-text .notes li::before {
  content: '・';
  display: inline-block;
}

.guide .secure {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 60px calc((100% - 770px) / 2) 50px;
  background: #f2fcff;
}

.guide .secure-title {
  width: 100%;
  margin-bottom: .7em;
  font-size: 2.2rem;
  font-weight: 600;
}

.guide .secure .lead {
  width: 100%;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.guide .secure .text {
  /* width: 60%; */
  line-height: 1.8;
}

.guide .secure .logo {
  width: 30%;
  margin-top: -80px;
}

@media screen and (max-width: 980px) {
  .guide .breadcrumb {
    display: none;
  }

  .guide .page-title {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: #eee 1px solid;
    font-size: 2rem;
  }

  .guide-title {
    margin-bottom: .7em;
    font-size: 2rem;
  }

  .guide .step {
    width: 100%;
  }

  .guide .step-list {
    padding: 0 2%;
  }

  .guide .step-list-item {
    padding: 15px 2%;
  }

  .guide .step-list-item .pic {
    width: 10%;
    min-width: 60px;
    align-self: flex-start;
    margin-right: 3%;
  }

  .guide .secure {
    padding: 60px 4% 50px;
  }

  .guide .secure-title {
    margin-bottom: .5em;
    font-size: 2rem;
    text-align: center;
  }

  .guide .secure .lead {
    margin-bottom: 2em;
    text-align: center;
  }

  .guide .secure .text {
    /* width: 73%; */
  }

  .guide .secure .logo {
    width: 27%;
    padding: 2%;
    margin-top: -20px;
  }
}

/*----------------------------------------------------
	wheel_detail
----------------------------------------------------*/
.wheel-detail .main {
  width: 980px;
  padding: 60px 0 150px;
  margin: 0 auto;
}

.wheel-detail .content {
  display: flex;
  justify-content: space-between;
}

.wheel-detail .page-title {
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 800;
}

.wheel-detail .selected-box-wheel {
  position: static;
  width: 100%;
  margin-bottom: 15px;
  border: #eee 1px solid;
  /* min-height: 140px; */
  border-radius: 0;
  box-shadow: none;
}

.wheel-detail .selected-box-wheel .inner {
  position: relative;
  padding: 25px;
}

.wheel-detail .selected-box-wheel-head {
  position: absolute;
  top: -.7em;
  left: 23px;
}

.wheel-detail .selected-box-wheel-head .title {
  display: inline-block;
  padding: 0 2px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff9900;
}

.wheel-detail .selected-box-wheel-item {
  padding-right: 145px;
}

.wheel-detail .selected-box-wheel-item .pic {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 120px;
  padding: 0;
}

.wheel-detail .selected-box-wheel-item p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
}

.wheel-detail .selected-box-wheel-item .name {
  display: inline-block;
}

.wheel-detail .selected-box-wheel-item .year {
  display: inline-block;
  margin-bottom: 0;
}

.wheel-detail .selected-box-wheel-item .year::before {
  content: '/';
  display: inline-block;
  margin-right: .3em;
}

.wheel-detail .choiced {
  width: calc(100% - 310px);
}

.wheel-detail .choiced-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: #eee 1px solid;
  padding: 15px 0;
}

.wheel-detail .choiced-list:last-child {
  border-bottom: #eee 1px solid;
}

.wheel-detail .choiced-list .pic {
  width: 200px;
  padding: 15px;
  border: #ccc 1px solid;
  position: relative;
}

.wheel-detail .choiced-list .item {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
}

.wheel-detail .choiced-list .item small {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: 300;
}

.wheel-detail .choiced-list .price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f00;
}

.wheel-detail .choiced-list .price span {
  font-size: 1.2rem;
  color: #333;
}

.wheel-detail .choiced-list .info {
  padding-left: 25px;
  width: calc(100% - 200px - 160px);
}

.wheel-detail .choiced-list .control {
  width: 160px;
  text-align: right;
}

.wheel-detail .choiced-list .control a {
  display: inline-block;
  padding: 10px;
  border: #1499a4 1px solid;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #1499a4;
  text-align: center;
}

.wheel-detail .choiced-list .maker-logo {
  height: 20px;
  margin-bottom: 15px;
}

.wheel-detail .choiced-list .maker-logo img {
  vertical-align: middle;
}

.wheel-detail .choiced-list .maker-logo span {
  margin-left: 5px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  font-size: 1rem;
}

.wheel-detail .sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: -90px;
}

.wheel-detail .fa-search-plus {
  font-size: 1.5em;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 980px) {
  .wheel-detail .main {
    width: 100%;
  }

  .wheel-detail .content {
    flex-direction: column;
  }

  .wheel-detail .page-title {
    text-align: center;
  }

  .wheel-detail .choiced {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .wheel-detail .side .price .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: #ddd 2px solid;
  }

  .wheel-detail .side .price .next {
    padding: 20px 0;
    background: #fbfbf8;
  }

  .wheel-detail .side .price .next-btn {
    width: 230px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .wheel-detail .main {
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .wheel-detail .selected-box-wheel {
    /* min-height: 100px; */
  }

  .wheel-detail .selected-box-wheel .inner {
    padding: 15px;
  }

  .wheel-detail .selected-box-wheel-head {
    left: 14px;
  }

  .wheel-detail .selected-box-wheel-head .title {
    font-size: 1.3rem;
  }

  .wheel-detail .selected-box-wheel-item {
    padding-right: 100px;
  }

  .wheel-detail .selected-box-wheel-item p {
    font-size: 1.3rem;
  }

  .wheel-detail .selected-box-wheel .pic {
    right: 10px;
    top: 10px;
    width: 80px;
  }

  .wheel-detail .page-title {
    margin-bottom: 25px;
    font-size: 2rem;
  }

  .wheel-detail .choiced-list .pic {
    padding: 10px;
    width: 80px;
  }

  .wheel-detail .choiced-list .info {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100vw - 80px - 85px);
  }

  .wheel-detail .choiced-list .control {
    width: 85px;
  }

  .wheel-detail .choiced-list .control a {
    padding: 10px 5px;
    font-size: 1.1rem;
    vertical-align: top;
    line-height: 1;
  }

  .wheel-detail .choiced-list .maker-logo {
    margin-bottom: 7px;
    height: auto;
  }

  .wheel-detail .choiced-list .maker-logo img {
    height: 13px;
    width: auto;
  }

  .wheel-detail .choiced-list .maker-logo span {
    font-size: .8rem;
  }

  .wheel-detail .choiced-list .item {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .wheel-detail .choiced-list .item small {
    font-size: .8rem;
  }

  .wheel-detail .choiced-list .price {
    font-size: 1.4rem;
  }

  .wheel-detail .choiced-list .price span {
    font-size: 1rem;
    font-weight: 300;
  }

  .wheel-detail .side .price-inner {
    padding: 10px;
  }

  .wheel-detail .side .price-title {
    text-align: left;
  }

  .wheel-detail .side .price-title small {
    display: inline;
    font-size: 1rem;
  }

  .wheel-detail .side .price-item .total {
    margin-bottom: 3px;
    text-align: right;
  }

  .wheel-detail .side .price-item .total span {
    font-size: 1rem;
  }

  .wheel-detail .side .price-item .unit {
    margin-bottom: 0;
    font-size: 1rem;
    text-align: right;
  }

  .wheel-detail .side .price .cart-wrap {
    margin-bottom: 10px;
  }

  .wheel-detail .side .price .cart-price {
    font-size: 1.9rem;
  }

  .wheel-detail .side .price .cart-price span {
    font-size: 1rem;
  }

  .wheel-detail .side .price .option {
    padding: 10px;
    flex-wrap: wrap;
  }

  .wheel-detail .side .price .option-title {
    margin-bottom: 3px;
  }

  .wheel-detail .side .price .option-item {
    width: 100%;
    padding-left: 0;
  }

  .wheel-detail .side .price .option-list-item {
    line-height: 1.2;
  }

  .wheel-detail .fa-search-plus {
    font-size: 1.2em;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}

/*----------------------------------------------------
	cart-page
----------------------------------------------------*/
.cart-page .main {
  width: 980px;
  padding: 90px 0 85px;
  margin: 0 auto;
}

.cart-page-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.cart-page-title i {
  margin-right: .3em;
  font-size: 2.2rem;
}

.cart-page .section {
  border: #eee 2px solid;
  padding: 25px;
  margin-bottom: 25px;
}

.cart-page .section .cart_warnnig {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f00;
}

.cart-page .section.option.hidden,
.cart-page .section.accessories.hidden,
.cart-page .price-item .unit.hidden {
  display: none;
}

.cart-page .cart {
  width: calc(100% - 310px);
}

.cart-page .cart.cart_empty {
  width: 100%;
}

.cart-page .cart-list {
  display: flex;
  margin-bottom: 40px;
}

.cart-page .cart-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 5);
  height: 60px;
  background: #f6f5ef;
  border-right: #fff 1px solid;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.cart-page .cart-list-item.current {
  position: relative;
  background: #333;
  border-right: none;
  color: #fff;
}

.cart-page .cart-list-item.current:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: -9px;
  display: block;
  border-top: transparent 6px solid;
  border-left: #333 10px solid;
  border-bottom: transparent 6px solid;
}

.cart-page .cart-list-step {
  font-size: 1.2rem;
}

.cart-page .cart-list-title {
  font-size: 1.5rem;
}

.cart-page .cart-list-title h1 {
  font-size: inherit;
}

.cart-page .cart-price-inner-coupon {
  margin: 20px 0px 0px 0px !important;
  background: #ffe259 !important;
}

.cart-page .cart-price-inner-coupon.hidden {
  display: none;
}

.cart-page .cart-price-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  background: #f6f5ef;
}

.cart-page .cart_empty .cart-empty-text {
  text-align: center;
  width: 100%;
}

.cart-page .cart_empty .next a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  background: #f90;
  border: none;
  border-radius: 3px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
  cursor: pointer;
  margin: 50px auto;
  width: 300px;
}

.cart-page .cart-price-title {
  font-size: 1.6rem;
  font-weight: 600;
}

.cart-page .cart-price-text {
  font-size: 1.6rem;
  color: #f00;
  font-weight: 600;
}

.cart-page .cart-price-text span {
  font-size: 1.2rem;
  color: #333;
  font-weight: 300;
}

.cart-page-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  margin: 0 auto;
}

.cart-page-next button {
  width: 100%;
  padding: 15px 30px;
  background: #f90;
  border-radius: 3px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
}

.cart-page-chkterm {
  margin: 40px 0;
  text-align: center;
}

.cart-page-chkterm a {
  width: auto;
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
  color: #0195A1;
  text-decoration: underline;
}

.cart-page-button {
  position: relative;
}

.cart-page-button-next {
  text-align: center;
}

.cart-page-button-next button {
  padding: 15px 30px;
  background: #f90;
  border-radius: 3px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
}

.cart-page-button-next button.disabled {
  background: #ccc;
  cursor: not-allowed;
}

.cart-page-button-back {
  position: absolute;
  left: 0;
  top: 0;
}

.cart-page-button-back button {
  padding: 8px 20px;
  border: #ccc 1px solid;
  border-radius: 3px;
  font-size: 1.3rem;
  color: #666;
}

.cart-page-button .notes {
  padding-top: 20px;
  text-align: center;
}

.cart-page .input.normal-style {
  height: auto;
}

.cart-page .input.normal-style label {
  display: block;
  position: relative;
}

.cart-page .input.normal-style label select {
  display: block;
  padding: 10px 46px 10px 10px;
  border: 1px solid #ddd;
  height: auto;
  line-height: 1;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.3rem;
}

.cart-page .input.normal-style label select::-ms-expand {
  display: none;
}

.cart-page .input.normal-style label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  background: #ddd url(../img/icon_selectbox_arrow.png) no-repeat 50% 50%;
  -webkit-background-size: 1em .75em;
  -o-background-size: 1em .75em;
  background-size: 1em .75em;
  pointer-events: none;
}

.cart-page .fa-search-plus {
  font-size: 1.2em;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.repayment-button {
  text-align: center;
}

.repayment-button button {
  padding: 15px 30px;
  background: #f90;
  border-radius: 3px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
}

.repayment-button button.disabled {
  background: #ccc;
  cursor: not-allowed;
}

@media screen and (max-width: 980px) {
  .cart-page .main {
    width: 100%;
    padding-top: 0;
  }

  .cart-page .header .logo {
    width: calc(100% - 200px);
    min-width: 185px;
  }

  .cart-page .section {
    padding: 0;
    border: none;
  }

  .cart-page .section .cart_warnnig {
    padding: 15px 0px;
  }

  .cart-page .cart {
    width: 100%;
  }

  .cart-page .cart-list {
    margin-bottom: 0;
  }

  .cart-page .cart-list-step {
    font-size: 1.3rem;
  }

  .cart-page .cart-list-item {
    padding: 5px;
  }

  .cart-page .cart-list-item.current {
    width: calc(100% / 6 * 2);
  }

  .cart-page .cart-list-item.current .cart-list-step {
    font-size: 1.2rem;
  }

  .cart-page .cart-list-item:not(.current) .cart-list-title {
    display: none;
  }

  .cart-page .cart-list-item.current .cart-list-title {
    font-size: 1.1rem;
  }

  .cart-page .cart-price-inner {
    margin-bottom: 20px;
  }

  .cart-page-button-next {
    text-align: center;
  }

  .cart-page-button-next button {
    width: 100%;
  }

  .cart-page-button-back {
    position: static;
    margin-top: 20px;
    text-align: center;
  }

  .cart-page .content {
    padding: 20px 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .cart-page .cart-list-step {
    font-size: 1.1rem;
  }

  .cart-page .cart-list-item.current .cart-list-step {
    font-size: 1.1rem;
  }

  .cart-page .cart-list-item.current .cart-list-title {
    font-size: 1rem;
  }
}

/*----------------------------------------------------
	cart0
----------------------------------------------------*/
.cart0 .content {
  display: flex;
  justify-content: space-between;
}

.cart0 .section-title {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.cart0 .section-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 5px;
}

.cart0 .notes-tax {
  margin: 10px 0;
  font-size: 10px;
  color: #666;
  text-align: right;
}

.cart0 .cart {
  /* -- state -- */
  /* -- accessories -- */
}

.cart0 .cart .state .table {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

.cart0 .cart .state .table tr:not(:last-child) {
  border-bottom: #eee 1px solid;
}

.cart0 .cart .state .table td {
  vertical-align: middle;
}

.cart0 .cart .state .table td.pic {
  width: 140px;
  height: 120px;
  padding: 15px 0;
}

.cart0 .cart .state .table td.pic img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  padding: 10px;
  border: #ccc 1px solid;
}

.cart0 .cart .state .table td.name {
  padding-right: 20px;
  width: calc(100% - 140px - 130px);
}

.cart0 .cart .state .table td.name .maker-logo {
  margin-bottom: 10px;
}

.cart0 .cart .state .table td.name .maker-logo img {
  height: 17px;
  vertical-align: bottom;
}

.cart0 .cart .state .table td.name .maker-logo span {
  margin-left: 5px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  font-size: 1rem;
}

.cart0 .cart .state .table td.name .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.cart0 .cart .state .table td.name .text small {
  display: block;
  font-weight: 300;
  font-size: 1rem;
}

.cart0 .cart .state .table td.control {
  width: 130px;
}

.cart0 .cart .state .table td.control .number {
  margin-bottom: 0;
}

.cart0 .cart .state .table td.control .number .label {
  margin-right: 5px;
}

.cart0 .cart .state .table td.control .number select {
  font-size: 1.8rem;
  border: 1px solid #CCC;
}

.cart0 .cart .state .table td.control .number .del {
  margin-left: 10px;
}

.cart0 .cart .choose-title {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: 600;
}

.cart0 .cart .choose-title::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #333;
}

.cart0 .cart .choose-list {
  margin-bottom: 20px;
}

.cart0 .cart .choose-list-item {
  position: relative;
  margin-bottom: 5px;
}

.cart0 .cart .choose-list-item .label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 40px;
  border: #ccc 1px solid;
}

.cart0 .cart .choose-list-item .label.checked {
  background: #f5d944;
  border-color: #f5d944;
}

.cart0 .cart .choose-list-item .label.disabled {
  background: #efefef;
}

.cart0 .cart .choose-list-item .label.checked .tip i {
  color: #fff;
}

.cart0 .cart .choose-list-item .label.checked input {
  border: none;
}

.cart0 .cart .choose-list-item .label.checked .explanation {
  color: #333;
}

.cart0 .cart .choose-list-item .label.checked .price {
  color: #f00;
}

.cart0 .cart .choose-list-item .input {
  min-height: 30px;
  height: auto;
}

.cart0 .cart .choose-list-item input {
  position: absolute;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  left: 15px;
  width: 12px;
  height: 12px;
  border: #b3b3b3 1px solid;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px #ccc;
}

.cart0 .cart .choose-list-item input:checked {
  background: #3b89fd;
  box-shadow: none;
}

.cart0 .cart .choose-list-item .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 5px;
  margin-right: 20px;
  background: #fff;
  border: #eee 1px solid;
}

.cart0 .cart .choose-list-item .pic img {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
}

.cart0 .cart .choose-list-item .name,
.cart0 .cart .choose-list-item .quantity {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.cart0 .cart .choose-list-item .name .tip {
  font-weight: normal;
}

.cart0 .cart .choose-list-item .quantity {
  margin-bottom: .4em;
}

.cart0 .cart .choose-list-item .explanation {
  font-size: 1.2rem;
  color: #999;
  width: 80%;
}

.cart0 .cart .choose-list-item .explanation a {
  color: orange;
  width: fit-content;
}

.cart0 .cart .choose-list-item .label.checked .explanation a {
  color: red;
}

.cart0 .cart .choose-list-item .price {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.cart0 .cart .choose-list-item .text {
  width: 100%;
  max-width: 395px;
}

.cart0 .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.cart0 .follow-inner {
  display: none;
}

.cart0 span.recommend_icon {
  font-size: 0.7em;
  background: #f90;
  padding: 3px 5px;
  border-radius: 15px;
  margin-left: 5px;
  color: #fff;
}

.cart0 span.opt_remarks {
  font-size: 0.5em;
  color: #f00;
  width: 80%;
  display: inline-table;
}

.cart0 div.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  max-width: 100%;
  display: none;
}

.cart0 div.overlay div.content {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px;
  width: 80%;
  background: #FFF;
  transform: translate(-50%, -50%);
  max-width: 900px;
}

.alink_maintenance_pack {
  position: absolute;
  right: 0;
  width: calc((100% - 200px) / 2);
  margin-top: 5px;
  height: 15%;
}

.alink_ok {
  position: absolute;
  width: 100px;
  left: calc((100% - 85px) / 2);
  bottom: 10%;
  height: 10%;
}

.cart0 .howto_oil_wages_sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .cart0 .content {
    flex-direction: column;
  }

  .cart0 .cart .state {
    margin-bottom: 0;
  }

  .cart0 .cart .state .table td.pic {
    width: 80px;
    height: auto;
    padding: 10px 10px 10px 0;
  }

  .cart0 .cart .state .table td.pic img {
    vertical-align: bottom;
  }

  .cart0 .cart .state .table td.name {
    padding: 10px 10px 10px 0;
    width: calc(100% - 80px - 100px);
  }

  .cart0 .cart .state .table td.name p.maker-logo {
    margin-bottom: 10px;
  }

  .cart0 .cart .state .table td.name p.maker-logo img {
    height: 12px;
  }

  .cart0 .cart .state .table td.name p.maker-logo span {
    font-size: .8rem;
  }

  .cart0 .cart .state .table td.name p.text {
    line-height: 1.2;
    font-size: 1.3rem;
  }

  .cart0 .cart .state .table td.name p.text small {
    font-size: .8rem;
  }

  .cart0 .cart .state .table td.control {
    width: 100px;
  }

  .cart0 .cart .state .table td.control .number select {
    font-size: 1.6rem;
  }

  .cart0 .cart .choose-title {
    margin-bottom: .5em;
  }

  .cart0 .cart .choose-list {
    margin-bottom: 25px;
  }

  .cart0 .cart .choose-list-item .price {
    right: 10px;
  }

  .cart0 .accessories {
    padding: 0;
  }

  .cart0 .follow-inner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-bottom: #ddd 1px solid;
    box-shadow: 0 0 7px #ccc;
    z-index: 5;
    transition: .5s;
  }

  .cart0 .follow-inner.fixed {
    bottom: 90px;
  }

  .cart0 .follow-title {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .cart0 .follow-price {
    font-size: 2rem;
    color: #f00;
    font-weight: 600;
  }

  .cart0 .follow-price span {
    font-size: 1rem;
    color: #333;
    font-weight: 300;
  }

  .cart0 .side {
    padding-left: 0;
    padding-right: 0;
  }

  .cart0 .side .price .cart-inner {
    border-bottom-width: 2px;
  }

  .cart0 .side .price .accessories {
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .cart0 .cart .choose-list-item .label {
    padding-left: 30px;
  }

  .cart0 .cart .choose-list-item .label.checked::after {
    top: calc(50% - 5px);
    left: 14px;
  }

  .cart0 .cart .choose-list-item input {
    top: calc(50% - 9px);
    left: 7px;
  }

  .cart0 .cart .state .table td.control .number select {
    font-size: 1.4rem;
  }

  .cart0 .cart .state .table .text {
    font-size: 1.3rem;
  }

  .cart0 .cart .choose-list-item .text {
    width: calc(100% - 30px - 80px - 45px);
  }

  .cart0 .howto_oil_wages {
    display: none;
  }

  .cart0 .howto_oil_wages_sp {
    display: block;
  }

  .alink_maintenance_pack {
    position: absolute;
    right: 0;
    width: calc((100% - 20px) / 2);
    margin-top: 0;
    height: 14%;
  }

  .alink_ok {
    position: absolute;
    width: 120px;
    left: calc((100% - 120px) / 2);
    bottom: 4%;
    height: 10%;
  }
}

/*----------------------------------------------------
	cart1
----------------------------------------------------*/
.cart1 .section-title {
  height: 50px;
  margin-bottom: 1em;
  background: #fafafa;
  font-size: 1.6rem;
  font-weight: 800;
}

.cart1 .section-title span {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  background: #f5d944;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
}

.cart1 .section .text {
  margin-bottom: 2em;
  font-size: 1.4rem;
  color: #666;
}

.cart1 .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart1 .area-title {
  margin-bottom: 1em;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.cart1 .area-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 5px;
}

.cart1 .area .zipcode {
  width: calc(50% - 10px);
  margin-bottom: 25px;
}

.cart1 .area .map_sec {
  width: 100%;
}

.cart1 .map_marker_infowindow {
  font-weight: bold;
  font-size: 1.1em;
  /* text-decoration:underline;
  color:#0195A1; */
  color: #a78e08;
}

.cart1 .area .zipcode-input {
  display: flex;
  justify-content: space-between;
  height: 55px;
}

.cart1 .area .zipcode .text {
  margin: 0 0 5px;
  display: none;
  font-size: 1.2rem;
  color: #F00;
}

.cart1 .area .zipcode input {
  width: calc(100% - 110px);
  height: 55px;
  border: #ccc 1px solid;
  line-height: 55px;
  font-size: 1.8rem;
}

.cart1 .area .zipcode-input .btn_zip_search {
  color: #333333;
}

.cart1 .area .zipcode .btn {
  width: 100px;
  height: 55px;
  background: #fafafa;
  border: #ccc 1px solid;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 55px;
}

.cart1 .area .zipcode.error .text {
  display: block;
}

.cart1 .area .zipcode.error input {
  border-color: #F00;
  background: #ffebeb;
}

.cart1 .area .address {
  width: calc(50% - 10px);
  margin-bottom: 25px;
}

.cart1 .area .address-btn {
  height: 55px;
  border: #0195a1 1px solid;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #0195a1;
  font-weight: 600;
}

.cart1 .area .address-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart1 .area .address-btn img {
  width: 2em;
  margin-right: .5em;
}

.cart1 .area .map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px 15px;
  background: #fafafa;
}

.cart1 .area .map-title {
  width: 100%;
  margin-bottom: .7em;
  font-size: 1.6rem;
  font-weight: 600;
}

.cart1 .area .map-list {
  width: calc(30% - 20px);
  height: 460px;
  background: #fff;
  border: #eee 1px solid;
  overflow: scroll;
}

.cart1 .area .map-list-item {
  position: relative;
  padding: 12px 15px 12px 50px;
  cursor: pointer;
}

.cart1 .area .map-list-item:not(:last-child) {
  border-bottom: #eee 1px solid;
}

.cart1 .area .map-list-item span {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}

.cart1 .area .map-list-item label {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.5;
  cursor: pointer;
}

.cart1 .area .map-list-item input {
  position: absolute;
  top: calc(50% - 10px);
  left: 12px;
  width: 20px;
  height: 20px;
  border: #eee 1px solid;
  border-radius: 50%;
  cursor: pointer;
}

.cart1 .area .map-list-item input:checked {
  background: #0099ff;
  border: #dff0ff 5px solid;
}

.cart1 .area .map-frame {
  width: 70%;
  height: 460px;
}

.cart1 .area-current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  margin-bottom: 50px;
  background: #f6f5ef;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}

.cart1 .area-current.hidden {
  display: none;
}

.cart1 .area-current span {
  padding: 3px .7em;
  margin: 0 .7em;
  background: #f5d944;
  font-size: 1.6rem;
  font-weight: 600;
}

.cart1 .day .text {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.cart1 .day .note {
  margin-bottom: 1em;
  font-size: 1.3rem;
}

.cart1 .day .note i {
  margin-right: .3em;
  color: #f5d944;
}

.cart1 .day .icon {
  margin-bottom: 1em;
  font-size: 1.2rem;
  color: #000;
}

.cart1 .day .icon i {
  margin-right: .5em;
  font-size: 1.1rem;
}

.cart1 .day .icon .business {
  color: #eee;
}

.cart1 .day .icon .holiday {
  margin-left: 1em;
}

.cart1 .choose {
  display: flex;
  justify-content: space-between;
}

.cart1 section.day.hidden,
.cart1 section.day_matrix.hidden {
  display: none;
}

.cart1 .calendar {
  width: 450px;
}

.cart1 .calendar .inner {
  padding: 20px 10px 10px;
  border: #f5d944 1px solid;
}

.cart1 .calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-bottom: 15px;
}

.cart1 .calendar-head p {
  text-align: center;
}

.cart1 .calendar-head .month {
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 600;
}

.cart1 .calendar-head-prev {
  flex-grow: 1;
  position: relative;
  font-size: 1.2rem;
  color: #999;
}

.cart1 .calendar-head-prev::before {
  content: '＜';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #999;
}

.cart1 .calendar-head-next {
  flex-grow: 1;
  position: relative;
  font-size: 1.2rem;
  color: #0195a1;
}

.cart1 .calendar-head-next::after {
  content: '＞';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #0195a1;
}

.cart1 .calendar .table {
  width: 100%;
}

.cart1 .calendar .table th {
  padding: .5em 0;
  font-size: 1.2rem;
  font-weight: 300;
}

.cart1 .calendar .table td {
  height: 55px;
  background: #eee;
  border: #fff 2px solid;
  color: #929292;
  text-align: center;
  vertical-align: middle;
}

.cart1 .calendar .table td.calendar_td {
  cursor: pointer;
}

.cart1 .calendar .table .past {
  background: #fafafa;
  color: #d4d4d4;
}

.cart1 .calendar .table .sunday {
  color: #f00;
}

.cart1 .calendar .table .sunday.past {
  color: #fcc6c6;
}

.cart1 .calendar .table td.holiday {
  background: #333;
  color: #fff;
}

.cart1 .calendar .table td.holiday.past {
  background: #666;
  color: #9e9e9e;
}

.cart1 .calendar .table .saturday {
  color: #06f;
}

.cart1 .calendar .table .saturday.past {
  color: #c6d4fc;
}

.cart1 .candidate {
  width: calc(100% - 470px);
  margin-bottom: 30px;
}

.cart1 .candidate-inner {
  width: 100%;
}

.cart1 .candidate-title,
.cart1 .candidate .notes-title {
  display: flex;
  align-items: center;
  margin-bottom: .7em;
  font-size: 1.4rem;
  font-weight: 600;
}

.cart1 .candidate-title span,
.cart1 .candidate .notes-title span {
  display: block;
  padding: 2px 5px;
  margin-left: .5em;
  background: #f00;
  border-radius: 3px;
  font-size: 1rem;
  color: #fff;
}

.cart1 .candidate-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  height: 75px;
  padding: 15px 30px;
  margin-bottom: .7em;
  background: #f6f5ef;
}

.cart1 .candidate-item .date {
  font-weight: 600;
}

.cart1 .candidate-item .none {
  font-size: 1.4rem;
  color: #999;
  padding: 9px;
}

.cart1 .candidate-item.error {
  background: #ffebeb;
}

.cart1 .candidate-item.error .none {
  color: #F00;
}

.cart1 .candidate .input {
  width: 175px;
}

.cart1 .candidate .input.normal-style {
  height: auto;
}

.cart1 .candidate .notes-item textarea {
  width: 100%;
  height: 90px;
  padding: 15px;
  border: #eee 1px solid;
  border-radius: 3px;
  font-size: 1.3rem;
  color: #333;
}

.cart1 .candidate .change-btn {
  position: absolute;
  top: calc(50% - .55em);
  left: 12px;
  color: #f5d944;
}

.cart1 .candidate .date {
  font-size: 1.7rem;
}

.cart1 .candidate .date small {
  font-size: 1.4rem;
}

.cart1 .candidate .reset-btn {
  position: absolute;
  top: calc(50% - 1.5em);
  right: 12px;
  color: #999;
  padding: 10px;
  cursor: pointer;
}

.cart1 .contact .text {
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}

.cart1 .contact .text em {
  font-size: inherit;
  color: #f00;
}

.cart1 .contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background: #fafafa;
}

.cart1 .contact-list-item {
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.cart1 .contact-list-item input {
  width: 20px;
  height: 20px;
  border: #bebebe 1px solid;
  border-radius: 50%;
  vertical-align: sub;
}

.cart1 .contact-list-item input:checked {
  background: #0099ff;
  border: #dff0ff 5px solid;
}

.cart1 .contact-list .input {
  width: 200px;
  height: 40px;
  margin-left: 15px;
}

.cart1 .contact-list .input .radio-list {
  height: 40px;
}

.cart1 .contact-list .input .radio-list.open {
  height: auto;
}

.cart1 .contact-list .input .radio-list-item {
  line-height: 40px;
}

.cart1 .contact-list .input .radio-list-item.chk {
  height: 38px;
  background-position: calc(100% - 19px) 47%, calc(100% - 12px) 47%, top right;
  background-size: 7.5px 10px, 7.5px 10px, 40px 40px;
}

.cart1 div.overlay {
  position: absolute;
  left: 0;
  top: 0;
  /* width: 100vw; */
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.cart1 div.overlay div.content {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 40px;
  width: 800px;
  background: #FFF;
  transform: translate(-50%, -50%);
}

.cart1 div.overlay div.content div.area-choice {
  border: 1px solid #ddd;
  padding: 25px;
}

.cart1 div.overlay div.content div.area-choice h2 {
  font-size: 2rem;
  font-weight: 500;
}

.cart1 div.overlay div.content div.area-choice div.map {
  position: relative;
}

.cart1 div.overlay div.content div.area-choice div.map p.img {
  text-align: center;
}

.cart1 div.overlay div.content div.area-choice div.map p.img img {
  position: relative;
  left: 40px;
  width: 565px;
}

.cart1 div.overlay div.content div.area-choice div.map ul li {
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.4rem;
  color: #FFF;
}

.cart1 div.overlay div.content div.area-choice div.map ul li.hokkaido {
  top: 150px;
  left: 520px;
  background: #2DA0D2;
}

.cart1 div.overlay div.content div.area-choice div.map ul li.kanto {
  top: 280px;
  left: 470px;
  background: #64BC6E;
}

.cart1 div.overlay div.content div.area-choice div.map ul li.chubu {
  top: 360px;
  left: 330px;
  background: #D9DE58;
}

.cart1 div.overlay div.content div.area-choice div.map ul li.kinki {
  top: 230px;
  left: 250px;
  background: #F4BB65;
}

.cart1 div.overlay div.content div.area-choice div.map ul li.chugoku {
  top: 240px;
  left: 150px;
  background: #EB4C47;
}

.cart1 div.overlay div.content div.area-choice div.map ul li.shikoku {
  top: 380px;
  left: 210px;
  background: #E97951;
}

.cart1 div.overlay div.content div.area-choice div.map ul li.kyusyu {
  top: 350px;
  left: 10px;
  background: #FFAEBF;
}

.cart1 div.overlay div.content div.pref-choice {
  margin-top: 20px;
  display: none;
}

.cart1 div.overlay div.content div.pref-choice h2 {
  margin-bottom: 5px;
}

.cart1 div.overlay div.content div.pref-choice h2 b {
  font-size: 2rem;
  color: #f90;
}

.cart1 div.overlay div.content div.pref-choice dl dt {
  margin-bottom: 5px;
  font-weight: 600;
}

.cart1 div.overlay div.content div.pref-choice dl dd {
  padding: 20px 25px;
  background: #F6F5EF;
}

.cart1 div.overlay div.content div.pref-choice dl dd ul {
  font-size: 0;
}

.cart1 div.overlay div.content div.pref-choice dl dd ul li {
  display: inline-block;
  font-size: 1.4rem;
}

.cart1 div.overlay div.content div.pref-choice dl dd ul li:not(:last-child) {
  margin-right: 40px;
}

.cart1 div.overlay div.content div.pref-choice dl dd ul li a {
  color: #248C6D;
}

.cart1 div.overlay div.content div.city-choice h2 {
  float: left;
  margin-bottom: 20px;
}

.cart1 div.overlay div.content div.city-choice h2 b {
  font-size: 2rem;
  color: #f90;
}

.cart1 div.overlay div.content div.city-choice p.back-pref {
  float: right;
  margin-top: 5px;
  font-size: 1.2rem;
}

.cart1 div.overlay div.content div.city-choice p.back-pref a {
  color: #248C6D;
}

.cart1 div.overlay div.content div.city-choice>dl {
  clear: both;
}

.cart1 div.overlay div.content div.city-choice>dl>dt {
  margin-bottom: 10px;
  font-weight: 600;
}

.cart1 div.overlay div.content div.city-choice>dl>dd {
  padding: 25px 20px;
  background: #F6F5EF;
  height: 390px;
  overflow-y: scroll;
}

.cart1 div.overlay div.content div.city-choice>dl>dd dt.initial {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.4rem;
}

.cart1 div.overlay div.content div.city-choice>dl>dd dd.city-list {
  margin-bottom: 5px;
}

.cart1 div.overlay div.content div.city-choice>dl>dd ul {
  font-size: 0;
}

.cart1 div.overlay div.content div.city-choice>dl>dd ul li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  width: 20%;
}

.cart1 div.overlay div.content div.city-choice>dl>dd ul li a {
  color: #248C6D;
}

/* カレンダー変更箇所　はじまり */
.cart1 .day_matrix .choose {}

.cart1 .day_matrix .calendar {
  width: 100%;
}

.cart1 .day_matrix .calendar .inner {
  border: #f5d944 2px solid;
  padding: 0;
}

.cart1 .day_matrix .calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px;
  width: 100%;
  background: #f5d944;
  margin: 0;
}

.cart1 .day_matrix .calendar-head p {
  text-align: center;
}

.cart1 .day_matrix .calendar-head .month {
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 600;
}

.cart1 .day_matrix .calendar-head-prev {
  flex-grow: 1;
  position: relative;
  font-size: 1.2rem;
  color: #999;
}

.cart1 .day_matrix .calendar-head-prev::before {
  content: '＜';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #999;
}

.cart1 .day_matrix .calendar-head-next {
  flex-grow: 1;
  position: relative;
  font-size: 1.2rem;
  color: #0195a1;
}

.cart1 .day_matrix .calendar-head-next::after {
  content: '＞';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #0195a1;
}

.cart1 .day_matrix .calendar .table {
  width: 100%;
  border: 1px solid #f5d944;
}

.cart1 .day_matrix .calendar .table th {
  padding: .5em 0;
  border: 1px solid #ebebeb;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.cart1 .day_matrix .calendar .table .table-head th {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #F8F9F9;
}

.cart1 .day_matrix .calendar .table .hour {
  font-size: 16px;
}

.cart1 .day_matrix .calendar .table .min {
  font-size: 14px;
}

.cart1 .day_matrix .calendar .table th .month {
  display: block;
  font-size: 12px;
}

.cart1 .day_matrix .calendar .table th .day {
  font-size: 16px;
}

.cart1 .day_matrix .calendar .table th .dow {
  margin-left: -.5em;
  margin-right: -.5em;
  font-size: 14px;
}

.cart1 .day_matrix .calendar .table td {
  border: #ebebeb 1px solid;
  color: #929292;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  height: 40px;
  background-color: transparent;
}

.cart1 .day_matrix .calendar .table .unavaliable {
  background: #f6f6f6;
  color: #ccc;
}

.cart1 .day_matrix .calendar .table .checked {
  background: #F0D64C;
  color: #000;
}

.cart1 .day_matrix .calendar .table .table-head .saturday {
  background: #C9E5F8;
}

.cart1 .day_matrix .calendar .table .table-head .holiday {
  background: #F6C9C9;
}

/* カレンダー変更箇所　おわり */

/* ログインフォーム追加　始まり */
.cart1 div.overlay div.content.compact {
  /* width: 560px; */
  width: 800px;
  padding: 10px;
}

.cart1 div.overlay div.content .login-form {
  text-align: center;
}

.cart1 div.overlay div.content .login-form .title {
  padding: 1em;
  line-height: 1;
  background: #000;
  color: #FFF;
  font-size: 18px;
}

.cart1 div.overlay div.content .login-form .lead {
  margin-top: 1.5em;
  margin-bottom: 1.25em;
  font-size: 16px;
  font-weight: 600;
}

.cart1 div.overlay div.content .login-form .signin-area,
.cart1 div.overlay div.content .login-form .unsignin-area {
  margin: 0 30px;
}

.cart1 div.overlay div.content .login-form .signin-area .text,
.cart1 div.overlay div.content .login-form .unsignin-area .text {
  /* margin-bottom: 1.25em; */
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 15px;
}

.cart1 div.overlay div.content .login-form .signin-area .notes,
.cart1 div.overlay div.content .login-form .unsignin-area .notes {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 13px;
  color: #666;
}

.cart1 div.overlay div.content .login-form .signin-area .input-row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

.cart1 div.overlay div.content .login-form .signin-area .input-row .label {
  margin-right: 20px;
  font-size: 15px;
}

.cart1 div.overlay div.content .login-form .signin-area .input-row .input {
  height: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.cart1 div.overlay div.content .login-form .signin-area .input-row .input input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.cart1 div.overlay div.content .login-form .signin-area .button {
  margin-top: 20px;
}

.cart1 div.overlay div.content .login-form .unsignin-area {
  margin-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #666;
  padding-top: 20px;
}

.cart1 div.overlay div.content .login-form .unsignin-area .button-list {
  /* display: flex; */
  margin: 20px 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cart1 div.overlay div.content .login-form .button-filled {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: inline-block;
  text-align: center;
  border: 3px solid #f90;
  padding: 1em;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  background: #F90;
  color: #000;
  width: 230px;
}

.cart1 div.overlay div.content .login-form .button-bordered {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: inline-block;
  text-align: center;
  border: 3px solid #f90;
  padding: 1em;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  background: #FFF;
  color: #000;
  width: 230px;
}

.caution-header {
  border: 3px #000 solid;
  margin-bottom: 20px !important;
  text-align: center;
  padding: 0.9em;
}

.caution-header.lead.colred {
  border: 3px #000 solid;
  padding: 0.8em;
  margin-top: 0 !important;
}

.caution-header .text {
  margin-bottom: 0 !important;
}

p.notes.micro-notes {
  font-size: 11px !important;
  margin-bottom: 0 !important;
}

.colred {
  color: red !important;
}

.colcyan {
  color: #0088ff !important;
}

/* ログインフォーム追加　おわり */

.cart1 .pit_error {
  text-align: center;
  margin: 25px 0;
  color: red;
  font-size: 1.2em;
}

@media screen and (max-width: 980px) {
  .cart1 .section-title {
    margin-bottom: 2em;
  }

  .cart1 .area {
    flex-direction: column;
  }

  .cart1 .area .zipcode {
    width: 100%;
  }

  .cart1 .area .zipcode input {
    border-color: #f5d944;
  }

  .cart1 .area .zipcode .btn {
    border: #ccc 1px solid;
  }

  .cart1 .area .address {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart1 .area .address-btn {
    border-color: #ddd;
    border-radius: 0;
  }

  .cart1 .area .address-btn:nth-of-type(2) {
    margin-top: 10px;
  }

  .cart1 .area .map {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .cart1 .area .map-title {
    order: 2;
  }

  .cart1 .area .map-list {
    order: 3;
    width: 100%;
    height: auto;
  }

  .cart1 .area .map-list-item {
    padding: 8px 15px 8px 50px;
  }

  .cart1 .area .map-list-item span {
    display: inline;
  }

  .cart1 .area .map-frame {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .cart1 .area-current {
    margin-bottom: 20px;
  }

  .cart1 .choose {
    flex-direction: column;
  }

  .cart1 .day .calendar {
    width: 100%;
    margin-bottom: 20px;
  }

  /* カレンダー変更箇所　はじまり */
  .cart1 .day_matrix .calendar {}

  /* カレンダー変更箇所　おわり */
  .cart1 .candidate {
    width: 100%;
  }

  .cart1 .candidate .input {
    height: 40px;
  }

  .cart1 .candidate .input .radio-list {
    height: 40px;
  }

  .cart1 .candidate .input .radio-list.open {
    height: auto;
  }

  .cart1 .candidate .input .radio-list-item {
    line-height: 40px;
  }

  .cart1 .candidate .input .radio-list-item.chk {
    height: 38px;
    background-position: calc(100% - 19px) 47%, calc(100% - 12px) 47%, top right;
    background-size: 7.5px 10px, 7.5px 10px, 40px 40px;
  }

  .cart1 .contact .text {
    text-align: left;
  }

  .cart1 .contact-list {
    flex-direction: column;
    height: inherit;
  }

  .cart1 .contact-list-item {
    width: 100%;
    height: 70px;
    padding: 0 2%;
  }

  .cart1 .contact-list-item:nth-child(even) {
    background: #eee;
  }
}

@media screen and (max-width: 800px) {
  .cart1 div.overlay div.content {
    padding: 30px;
    width: calc(100vw - 40px);
  }

  .cart1 div.overlay div.content div.area-choice {
    padding: 20px;
  }

  .cart1 div.overlay div.content div.area-choice div.map p.img img {
    left: 0;
    width: 60%;
    min-width: 360px;
  }

  .cart1 div.overlay div.content div.area-choice div.map ul {
    margin-top: 20px;
    text-align: left;
    font-size: 0;
  }

  .cart1 div.overlay div.content div.area-choice div.map ul li {
    position: static;
    margin-bottom: 5px;
    border: 1px solid #FFF;
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
    text-align: center;
    font-size: 1.3rem;
  }

  .cart1 div.overlay div.content div.pref-choice {
    margin-top: 15px;
  }

  .cart1 div.overlay div.content div.pref-choice dl dd ul li {
    width: 20%;
    padding-right: 10px;
  }

  .cart1 div.overlay div.content div.pref-choice dl dd ul li:not(:last-child) {
    margin-right: 0;
  }

  .cart1 div.overlay div.content div.city-choice h2 {
    margin-bottom: 10px;
  }

  .cart1 div.overlay div.content div.city-choice>dl>dd {
    padding: 20px 20px;
    height: 300px;
  }

  .cart1 div.overlay div.content div.city-choice>dl>dd ul li {
    width: 25%;
  }

  /* カレンダー変更箇所　はじまり */
  .cart1 .day_matrix .calendar-head {
    padding: 15px;
  }

  .cart1 .day_matrix .calendar-head .month {
    font-size: 14px;
  }

  .cart1 .day_matrix .calendar .table .hour {
    font-size: 14px;
  }

  .cart1 .day_matrix .calendar .table .min {
    font-size: 12px;
  }

  .cart1 .day_matrix .calendar .table th .month {
    font-size: 10px;
  }

  .cart1 .day_matrix .calendar .table th .day {
    font-size: 14px;
  }

  .cart1 .day_matrix .calendar .table th .dow {
    font-size: 12px;
  }

  .cart1 .day_matrix .calendar .table td {
    font-size: 18px;
    height: 30px;
  }

  /* カレンダー変更箇所　おわり */
}

@media screen and (max-width: 640px) {
  .cart1 .candidate-item .input label select {
    padding: 10px 36px 10px 5px;
    font-size: 1.2rem;
  }

  .cart1 .candidate-item .input label:after {
    width: 30px;
  }

  .cart1 div.overlay div.content {
    padding: 20px;
    width: calc(100vw - 20px);
  }

  .cart1 div.overlay div.content div.area-choice {
    padding: 15px 10px 12px;
  }

  .cart1 div.overlay div.content div.area-choice h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .cart1 div.overlay div.content div.area-choice div.map p.img img {
    width: 100%;
    min-width: 100%;
  }

  .cart1 div.overlay div.content div.area-choice div.map ul li {
    margin-bottom: 0;
    width: 33.3%;
  }

  .cart1 div.overlay div.content div.pref-choice {
    margin-top: 15px;
  }

  .cart1 div.overlay div.content div.pref-choice h2 {
    font-size: 1.3rem;
  }

  .cart1 div.overlay div.content div.pref-choice h2 b {
    font-size: 1.6rem;
  }

  .cart1 div.overlay div.content div.pref-choice dl dt {
    font-size: 1.3rem;
  }

  .cart1 div.overlay div.content div.pref-choice dl dd {
    padding: 10px 15px 5px;
  }

  .cart1 div.overlay div.content div.pref-choice dl dd ul li {
    margin-bottom: 5px;
    width: 25%;
  }

  .cart1 div.overlay div.content div.pref-choice dl dd ul li a {
    font-size: 1.3rem;
  }

  .cart1 div.overlay div.content div.city-choice h2 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }

  .cart1 div.overlay div.content div.city-choice h2 b {
    font-size: 1.6rem;
  }

  .cart1 div.overlay div.content div.city-choice>dl>dt {
    font-size: 1.3rem;
  }

  .cart1 div.overlay div.content div.city-choice>dl>dd {
    padding: 10px 15px;
  }

  .cart1 div.overlay div.content div.city-choice>dl>dd ul li {
    width: 33.3%;
  }

  /* カレンダー変更箇所　はじまり */
  .cart1 .day_matrix .calendar-head {
    padding: 15px;
  }

  .cart1 .day_matrix .calendar-head .month {
    font-size: 12px;
  }

  .cart1 .day_matrix .calendar .table .hour {
    font-size: 12px;
  }

  .cart1 .day_matrix .calendar .table .min {
    font-size: 10px;
  }

  .cart1 .day_matrix .calendar .table th .month {
    font-size: 8px;
  }

  .cart1 .day_matrix .calendar .table th .day {
    font-size: 12px;
  }

  .cart1 .day_matrix .calendar .table th .dow {
    font-size: 10px;
  }

  .cart1 .day_matrix .calendar .table td {
    font-size: 16px;
  }

  /* カレンダー変更箇所　おわり */

  /* ログインフォーム追加　はじまり */
  .cart1 div.overlay div.content.compact {
    width: calc(100% - 20px);
  }

  .cart1 div.overlay div.content .login-form {
    text-align: left;
  }

  .cart1 div.overlay div.content .login-form .title {
    text-align: center;
    font-size: 15px;
  }

  .cart1 div.overlay div.content .login-form .lead {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 13px;
  }

  .cart1 div.overlay div.content .login-form .signin-area,
  .cart1 div.overlay div.content .login-form .unsignin-area {
    margin: 0;

  }

  .cart1 div.overlay div.content .login-form .signin-area .text,
  .cart1 div.overlay div.content .login-form .unsignin-area .text {
    margin-bottom: 0.5em;
    font-size: 12px;
  }

  .cart1 div.overlay div.content .login-form .signin-area .notes {
    font-size: 10px;
  }

  .cart1 div.overlay div.content .login-form .signin-area .input-row .label {
    margin-right: 10px;
    font-size: 12px;
  }

  .cart1 div.overlay div.content .login-form .signin-area .input-row .input input {
    font-size: 12px;
  }

  .cart1 div.overlay div.content .login-form .signin-area .button {
    margin-top: 10px;
  }

  .cart1 div.overlay div.content .login-form .unsignin-area {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cart1 div.overlay div.content .login-form .unsignin-area .button-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart1 div.overlay div.content .login-form .unsignin-area .button-list .item {
    margin-top: 10px;
  }

  .cart1 div.overlay div.content .login-form .button-filled {
    font-size: 14px;
    width: 100%;
  }

  .cart1 div.overlay div.content .login-form .button-bordered {
    font-size: 14px;
    width: 100%;
  }

  #btn_new_regist {
    text-align: center;
  }

  /* ログインフォーム追加　おわり */
}

@media screen and (max-width: 480px) {
  .cart1 .contact-list-item {
    font-size: 1.3rem;
  }

  .cart1 .section-title {
    height: 45px;
    font-size: 1.5rem;
  }

  .cart1 .section-title span {
    width: 45px;
    height: 45px;
    margin-right: .5em;
    line-height: 45px;
  }

  .cart1 .area-current {
    flex-direction: column;
    height: auto;
    padding: 10px;
    line-height: 1.6;
  }

  .cart1 .candidate-item {
    height: auto;
    padding: 10px 30px;
  }

  .cart1 .candidate-item p {
    font-size: 1.3rem;
  }

  .cart1 .candidate-item .input {
    width: auto;
  }

  .cart1 .candidate-item .input label select {
    font-size: 1.3rem;
  }

  .cart1 .candidate .date {
    font-size: 1.4rem;
  }

  .cart1 .candidate .date small {
    font-size: 1rem;
  }

  /* カレンダー変更箇所　はじまり */
  .cart1 .day_matrix .calendar-head {
    padding: 10px;
    font-size: 10px;
  }

  .cart1 .day_matrix .calendar .table .hour {
    font-size: 10px;
  }

  .cart1 .day_matrix .calendar .table .min {
    font-size: 8px;
  }

  .cart1 .day_matrix .calendar .table th .month {
    font-size: 6px;
  }

  .cart1 .day_matrix .calendar .table th .day {
    font-size: 10px;
  }

  .cart1 .day_matrix .calendar .table th .dow {
    font-size: 8px;
  }

  .cart1 .day_matrix .calendar .table td {
    font-size: 14px;
  }

  /* カレンダー変更箇所　おわり */
}

/*----------------------------------------------------
	cart2
----------------------------------------------------*/
.cart2 .section {
  padding: 25px;
}

.cart2 .table {
  width: 100%;
  border-top: #ccc 1px solid;
}

.cart2 .table tr {
  border-bottom: #eee 1px solid;
}

.cart2 .table tr.add .input {
  width: 220px;
}

.cart2 .table tr.maker .input,
.cart2 .table tr.model .input {
  width: 300px;
}

.cart2 .table tr.firstyear .input {
  width: 200px;
}

.cart2 .table tr.credit .wrap {
  display: flex;
  align-items: center;
}

.cart2 .table tr.credit .wrap input {
  width: 20px;
  height: 20px;
  border: #bebebe 1px solid;
  border-radius: 50%;
}

.cart2 .table tr.credit .wrap input:checked {
  background: #0099ff;
  border: #dff0ff 5px solid;
}

.cart2 .table tr.credit .wrap .pic img {
  width: 165px;
}

.cart2 .table th {
  position: relative;
  width: 23%;
  /* padding: 15px 33px; */
  padding: 15px 20px;
  color: #666;
  text-align: left;
  vertical-align: middle;
}

.cart2 .table th .necessary {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
  padding: 0 .5em;
  background: #f00;
  border-radius: 3px;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  line-height: 15px;
}

.cart2 .table th .any {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
  padding: 0 .5em;
  background: #00f;
  border-radius: 3px;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  line-height: 15px;
}

.cart2 .table td {
  padding: 15px 40px;
  color: #666;
}

.cart2 .table input[type="text"],
.cart2 .table input[type="tel"],
.cart2 .table input[type="email"] {
  height: 40px;
  padding: 0 15px;
  border: #ccc 1px solid;
}

.cart2 .table .wrap {
  width: 100%;
}

.cart2 .table .wrap:not(:last-child) {
  margin-bottom: 10px;
}

.cart2 .table .quarter {
  padding-left: 20px;
  width: 100px;
}

.cart2 .table .quarter input[type="text"],
.cart2 .table .quarter input[type="tel"],
.cart2 .table .quarter input[type="email"],
.cart2 .table .quarter .required {
  width: 130px;
}

.cart2 .table .half {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.cart2 .table .half .prefix {
  width: calc(50% - 260px);
  padding-right: 10px;
  text-align: right;
}

.cart2 .table .half .notes {
  margin-left: 15px;
  font-size: 1.2rem;
}

.cart2 .table .half input[type="text"],
.cart2 .table .half input[type="tel"],
.cart2 .table .half input[type="email"],
.cart2 .table .half .required {
  width: 260px;
}

.cart2 .table .security-code {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #0195A1;
  text-decoration: underline;
}

.cart2 .table .name .inner,
.cart2 .table .kana .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.cart2 .table .name .prefix,
.cart2 .table .kana .prefix {
  width: calc(100% - 260px);
}

.cart2 .table .line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
}

.cart2 .table .line .notes {
  display: block;
  padding-top: 10px;
  font-size: 1.2rem;
}

.cart2 .table .line input[type="text"],
.cart2 .table .line input[type="tel"],
.cart2 .table .line input[type="email"],
.cart2 .table .line .required {
  width: 100%;
}

.cart2 .table .line .pic {
  margin-left: 15px;
}

.cart2 .cart-page-chkterm .required .text {
  display: none;
  margin-bottom: .3em;
  font-size: 1.1rem;
  color: #f00;
}

.cart2 .cart-page-chkterm .required.error .text {
  font-size: 1.5rem;
  display: block;
}

.cart2 .table .required .text {
  display: none;
  margin-bottom: .3em;
  font-size: 1.1rem;
  color: #f00;
}

.cart2 .table .required.error input,
.cart2 .table .required.error .radio-list-item:nth-child(1) {
  background: #ffebeb;
  border: #f00 1px solid;
}

.cart2 .table .required.error .text {
  display: block;
}

.cart2 .table .my-card-mount-error,
.cart2 .table .my-expiration-month-mount-error,
.cart2 .table .my-cvv-mount-error {
  display: none;
  margin-bottom: .3em;
  font-size: 1.1rem;
  color: #f00;
  padding-left: 20px;
}

.cart2 .table .input {
  width: 200px;
  height: 40px;
  margin-right: 15px;
}

.cart2 .table p.hidden {
  display: none;
}

.cart2 .table .input .radio-list {
  height: 40px;
}

.cart2 .table .input .radio-list.open {
  /* height: auto; */
  height: 310px;
}

.cart2 .table .input .radio-list-item {
  line-height: 40px;
}

.cart2 .table .input .radio-list-item.chk {
  height: 38px;
  background-position: calc(100% - 19px) 47%, calc(100% - 12px) 47%, top right;
  background-size: 7.5px 10px, 7.5px 10px, 40px 40px;
}

.cart2 .table .input .radio-list-item img {
  width: auto;
  max-height: 37px !important;
}

.cart2 .table h3.err_paygent {
  text-align: center;
  color: #f00;
}

.cart2 .step0_paypay {
  padding: 0;
  margin: 0 auto 20px;
}

.cart2 .paypay_banner {
  width: 728px;
  margin: 0 auto;
}

.cart2 .bkglay {
  background: #eee;
}

@media screen and (max-width: 980px) {
  .cart2 .section {
    padding: 0;
  }

  .cart2 .table tr.add .half .required {
    width: calc(100% - (1em + 10px));
  }

  .cart2 .table tr.add .input.normal-style {
    width: 100%;
  }

  .cart2 .table tr.maker .input,
  .cart2 .table tr.model .input {
    width: 100%;
  }

  .cart2 .table tr.firstyear .input,
  .cart2 .table tr.expire .input {
    margin-right: 0;
    width: calc(50% - 5px);
  }

  .cart2 .table th,
  .cart2 .table td {
    display: block;
    width: 100%;
  }

  .cart2 .table th {
    display: flex;
    align-items: center;
    padding: .7em 0 0;
    margin-bottom: .5em;
    font-weight: 600;
  }

  .cart2 .table th .necessary,
  .cart2 .table th .any {
    position: static;
    margin-left: 1em;
  }

  .cart2 .table td {
    padding: 0;
    margin-bottom: 10px;
  }

  .cart2 .table .quarter {
    padding-left: 0;
  }

  .cart2 .table .quarter input[type="text"],
  .cart2 .table .quarter input[type="tel"] {
    width: 100%;
  }

  .cart2 .table .half {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 15px;
  }

  .cart2 .table .half input[type="text"],
  .cart2 .table .half input[type="tel"],
  .cart2 .table .half input[type="email"],
  .cart2 .table .half .required {
    width: 100%;
  }

  .cart2 .table .half .prefix {
    width: auto;
    text-align: left;
  }

  .cart2 .table .half .notes {
    padding-top: .5em;
    margin-left: 0;
  }

  .cart2 .table .line {
    padding-left: 0;
  }

  .cart2 .table .name .inner,
  .cart2 .table .kana .inner {
    position: relative;
    width: calc(50% - 5px);
    padding-bottom: 20px;
  }

  .cart2 .table .name .inner .prefix,
  .cart2 .table .kana .inner .prefix {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .cart2 .table .input.normal-style {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .cart2 .table .line .pic {
    width: 45%;
  }

  .cart2 .paypay_banner {
    width: 100%;
  }
}

/*----------------------------------------------------
	cart3
----------------------------------------------------*/
.cart3 .table {
  width: 100%;
  padding: 20px 0;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

.cart3 .table tr:not(:last-child) {
  border-bottom: #eee 1px solid;
}

.cart3 .table td {
  vertical-align: middle;
}

.cart3 .table td.pic {
  width: 140px;
  height: 120px;
  padding: 15px 0;
}

.cart3 .table td.pic img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  padding: 10px;
  border: #ccc 1px solid;
}

.cart3 .table td.name {
  padding-right: 20px;
  width: calc(100% - 140px - 130px);
}

.cart3 .table td.name .maker-logo {
  height: 17px;
  margin-bottom: 10px;
}

.cart3 .table td.name .maker-logo img {
  vertical-align: bottom;
}

.cart3 .table td.name .maker-logo span {
  display: inline-block;
  margin-left: 5px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  font-size: 1rem;
}

.cart3 .table td.name .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.cart3 .table td.name .text small {
  display: block;
  font-weight: 300;
  font-size: 1rem;
}

.cart3 .table td.control {
  width: 130px;
}

.cart3 .table td.control .number {
  margin-bottom: 0;
}

.cart3 .table tr.hidden {
  display: none;
}

.cart3 .product .table {
  margin-bottom: 30px;
}

.cart3 .product .number .text {
  font-size: 1.8rem;
  font-weight: 600;
}

.cart3 .product .number .text .label {
  margin-right: 1em;
  font-size: 1.2rem;
  font-weight: 300;
}

.cart3 .product .cart-price-inner {
  margin-bottom: 40px;
}

.cart3 .product .addition {
  display: flex;
  justify-content: space-between;
}

.cart3 .product .addition-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.cart3 .product .addition-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 1.2em;
  background: #f5d944;
  border-radius: 5px;
}

.cart3 .product .addition-container {
  display: flex;
  flex-direction: column;
  width: calc((100% - 10px) / 2);
}

.cart3 .product .addition-container>div {
  display: flex;
  flex-direction: column;
}

.cart3 .product .addition-list {
  flex-grow: 1;
  margin-bottom: 10px;
}

.cart3 .product .addition-list-item {
  border-color: #ccc;
  border-width: 1px 1px 0;
  border-style: solid;
}

.cart3 .product .addition-list-item:last-child {
  border-bottom: #ccc 1px solid;
}

.cart3 .product .addition-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
}

.cart3 .product .addition-name {
  font-size: 1.4rem;
  font-weight: 600;
}

.cart3 .product .addition-text {
  font-size: 1.3rem;
}

.cart3 .product .addition-name.red,
.cart3 .product .addition-text.red {
  color: red;
}

.cart3 .product .addition .cart-price-inner {
  margin-bottom: 0;
}

.cart3 .total-container {
  padding: 25px;
  margin-bottom: 40px;
  background: #f6f5ef;
  border: #000 1px solid;
}

.cart3 .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart3 .total-title {
  font-size: 2rem;
  font-weight: 600;
}

.cart3 .total-title .notes {
  padding-top: .3em;
  font-size: 1.1rem;
  color: #666;
  font-weight: 300;
}

.cart3 .total-item {
  font-size: 2rem;
  color: #f00;
  font-weight: 600;
}

.cart3 .total-item span {
  font-size: 1.2rem;
  color: #333;
  font-weight: 300;
}

.cart3 .section:not(.product) .table th,
.cart3 .section:not(.product) .table td {
  padding: 30px 35px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
}

.cart3 .section:not(.product) .table th {
  width: 25%;
  font-size: 1.4rem;
  color: #666;
}

.cart3 .section:not(.product) .table td {
  width: 75%;
  font-size: 1.4rem;
}

.cart3 .section:not(.product) .table td .map {
  display: inline;
  font-size: 1.2rem;
  color: #0195a1;
  text-decoration: underline;
}

.cart3 .section:not(.product) .table td .notes {
  padding-top: .5em;
  font-size: 1.4rem;
  color: #f00;
  font-weight: 600;
}

.cart3 .notice {
  margin-bottom: 35px;
  border: #333 1px solid;
}

.cart3 .notice-title {
  padding: 20px 10px;
  background: #333;
  font-size: 2.2rem;
  color: #e8e824;
  text-align: center;
}

.cart3 .notice-title i {
  margin-right: .3em;
  font-size: 2.2rem;
}

.cart3 .notice .inner {
  padding: 0 30px 30px;
}

.cart3 .notice-container {
  line-height: 1.4;
}

.cart3 .notice-container-title {
  padding-top: 30px;
  font-size: 1.6rem;
  font-weight: 800;
}

.cart3 .notice-container .text {
  font-size: 1.6rem;
}

.cart3 .notice-container .text em {
  color: #f00;
  font-weight: 600;
}

.cart3 .notice-container .case {
  display: flex;
  padding-top: .5em;
}

.cart3 .notice-container .case-title {
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}

.cart3 .notice-container .case-text.case-title-mail {
  font-size: 1.6rem;
}

.cart3 .notice-container .case-title.case-title-mail.red,
.cart3 .notice-container .case-text.case-title-mail.red {
  color: red;
}

.cart3 .notice-container .case-text {
  font-size: 1.2rem;
}

.cart3 .confirm {
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.cart3 .cart-page-next {
  margin-bottom: 30px;
}

.cart3 .back {
  width: 275px;
  height: 35px;
  margin: 0 auto;
  border: #ccc 1px solid;
  border-radius: 2px;
  text-align: center;
}

.cart3 .back button {
  width: 100%;
  height: 100%;
  color: #666;
  line-height: 35px;
}

.cart3 p.notes.hidden {
  display: none;
}

.cart3 .member_header {
  font-size: 1.6rem;
}

.cart3 span.small-text {
  font-size: 1.4rem;
  padding-left: 10px;
  padding-bottom: 5px;
  display: flex;
}

@media screen and (max-width: 980px) {
  .cart3 .section {
    margin-bottom: 35px;
  }

  .cart3 .section:not(.product) .table th,
  .cart3 .section:not(.product) .table td {
    padding: 20px 3%;
  }

  .cart3 .table {
    border-bottom-color: #eee;
  }

  .cart3 .table td.pic {
    width: 120px;
    padding-right: 2%;
  }

  .cart3 .product {
    margin-bottom: 0;
  }

  .cart3 .product td.pic {
    width: 80px;
    height: auto;
    padding: 10px 10px 10px 0;
  }

  .cart3 .product td.pic img {
    vertical-align: bottom;
  }

  .cart3 .product td.name {
    width: calc(100% - 80px - 60px);
  }

  .cart3 .product td.name p.maker-logo {
    margin-bottom: 10px;
    height: 20px;
  }

  .cart3 .product td.name p.maker-logo span {
    font-size: .8rem;
  }

  .cart3 .product td.name p.text {
    line-height: 1.2;
    font-size: 1.3rem;
  }

  .cart3 .product td.name p.text small {
    font-size: .8rem;
  }

  .cart3 .product td.control {
    width: 60px;
  }

  .cart3 .product .addition {
    flex-direction: column;
  }

  .cart3 .product .addition-list {
    margin-bottom: 20px;
  }

  .cart3 .product .addition-container {
    width: 100%;
  }

  .cart3 .product .addition-container .subtotal-inner {
    display: none;
  }

  .cart3 .product .addition-inner {
    padding: 15px 3%;
  }

  .cart3 .total-container {
    padding: 10px;
  }

  .cart3 .total-title {
    font-size: 1.7rem;
  }

  .cart3 .total-item {
    width: 10em;
    text-align: right;
    font-size: 1.7rem;
  }

  .cart3 .total-item span {
    font-size: 1rem;
  }

  .cart3 .notice-container.pay .case {
    flex-direction: column;
  }

  .cart3 .notice-container.pay .case-title {
    margin-bottom: .5em;
  }

  .cart3 .notice-container.pay .case-text {
    line-height: 1.7;
  }
}

@media screen and (max-width: 480px) {
  .cart3 .notice-title {
    padding: 10px;
    font-size: 1.6rem;
  }

  .cart3 .notice-title i {
    font-size: 1.5rem;
  }

  .cart3 .notice .inner {
    padding: 0 15px 15px;
  }

  .cart3 .notice-container-title {
    font-size: 1.4rem;
    padding-top: 15px;
  }

  .cart3 .notice-container .text {
    font-size: 1.3rem;
  }

  .cart3 .notice-container .text em,
  .cart3 .notice-container .text b {
    font-size: inherit;
  }

  .cart3 .notice-container.date .case {
    flex-direction: column;
  }

  .cart3 .notice-container.date .case-title {
    margin-bottom: 0;
  }

  .cart3 .notice-container.date .case-text {
    line-height: 1.7;
  }
}

/*----------------------------------------------------
	cart4
----------------------------------------------------*/
.cart4 .cart-page-title {
  text-align: center;
}

.cart4 .complete .notes {
  margin-bottom: 25px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}

.cart4 .message {
  padding: 25px 0;
  margin-bottom: 30px;
  background: #f6f5ef;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}

.cart4 .message em {
  font-size: 1.8rem;
  color: #f00;
}

.cart4 .print {
  margin-bottom: 45px;
  font-size: 1.2rem;
  text-align: center;
  color: #0195a1;
}

.cart4 .print a {
  display: inline;
  text-decoration: underline;
}

.cart4 .print i {
  margin-right: .3em;
  font-size: 1.2rem;
}

.cart4 .flow {
  padding: 30px;
  border: #ccc 1px solid;
}

.cart4 .flow-title {
  font-size: 1.8rem;
  font-weight: 600;
}

.cart4 .flow-inner {
  display: flex;
  align-items: flex-start;
  padding-top: 25px;
}

.cart4 .flow-step {
  height: 25px;
  padding: 0 25px;
  margin-right: 25px;
  background: #f5d944;
  border-radius: 15px;
  line-height: 25px;
}

.cart4 .flow-step span {
  font-weight: 600;
}

.cart4 .flow .list {
  padding-top: .3em;
}

.cart4 .flow .list-item.title-mail {
  font-size: 1.6rem;
  color: red;
}

.cart4 .flow .list-item {
  font-weight: 600;
  line-height: 1.6;
}

.cart4 .flow .list-item i {
  margin-right: .3em;
  color: #ffb300;
}

.cart4 .flow .list-item .notes {
  padding-left: 2em;
  font-size: 1.2rem;
  color: #666;
  text-align: left;
  font-weight: 300;
}

.cart4 .flow .list-item a {
  display: inline;
  margin-left: 1.5em;
  font-size: 1.2rem;
  color: #0195a1;
  text-align: left;
  font-weight: 300;
  text-decoration: underline;
}

.cart4 .notes_wrapper {
  width: 100%;
  display: inline-block;
  padding: 0 5%;
  position: relative;
  margin-bottom: 25px;
}

.cart4 .align_left {
  text-align: left;
}

.cart4 .span_member {
  width: 100%;
  display: flex;
}

.cart4 .member_header {
  width: 100%;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
}

.cart4 .member_header2 {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .cart4 .message {
    margin-bottom: 20px;
    padding: 15px;
    line-height: 1.5;
    font-size: 1.4rem;
  }

  .cart4 .complete .notes {
    margin-bottom: 15px;
    font-size: 1.3rem;
    text-align: left;
  }

  .cart4 .complete>.notes br {
    display: none;
  }

  .cart4 .print {
    margin-bottom: 30px;
  }

  .cart4 .flow {
    padding: 20px;
  }

  .cart4 .flow-inner {
    padding-top: 15px;
    flex-direction: column;
  }

  .cart4 .flow-step {
    margin-bottom: .7em;
  }

  .cart4 .notes_wrapper {
    padding: 0;
  }
}

/*----------------------------------------------------
	terms
----------------------------------------------------*/
.terms .main {
  width: 980px;
  margin: 0 auto;
}

div#terms a {
  display: inline;
}

.terms .main .page-title {
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  width: 100vw;
  margin-left: calc(calc(100vw - 980px) / 2 * -1);
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}

.terms .main .page-title span {
  display: block;
  padding-top: .5em;
  font-size: 1.2rem;
  color: #ffb300;
}

.terms .main .content {
  line-height: 1.5;
}

.terms .main .content p {
  margin-bottom: 10px;
}

.terms .main .content ol ol {
  margin-left: 4em;
}

.terms .main .content ol ol li {
  list-style: decimal;
}

.terms .main .content section {
  margin-bottom: 10px;
}

.terms .main .content section>ol {
  counter-reset: num;
}

.terms .main .content section>ol>li:before {
  counter-increment: num;
  content: "（" counter(num) "）";
}

@media screen and (max-width: 980px) {
  .terms .main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .terms .main .breadcrumb {
    display: none;
  }

  .terms .main .page-title {
    margin-left: -10px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2rem;
  }
}

/*----------------------------------------------------
	commerce
----------------------------------------------------*/
.commerce .main {
  width: 720px;
  margin: 0 auto;
}

.commerce .main .breadcrumb {
  margin-left: -130px;
}

.commerce .main .page-title {
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  width: 100vw;
  margin-left: calc(calc(100vw - 720px) / 2 * -1);
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}

.commerce .main .page-title span {
  display: block;
  padding-top: .5em;
  font-size: 1.2rem;
  color: #ffb300;
}

.commerce .main .content {
  line-height: 1.5;
}

.commerce .main .content table {
  border-top: 1px solid #eee;
}

.commerce .main .content table th,
.commerce .main .content table td {
  padding: 30px 20px;
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
}

.commerce .main .content table th {
  width: 200px;
  text-align: left;
  font-weight: 600;
  background: #FCFCFC;
}

.commerce .main .content table td {
  vertical-align: middle;
}

.commerce .main .content table td ul {
  margin-top: 1em;
  margin-left: 1.5em;
}

.commerce .main .content table td ul li {
  list-style: disc;
}

.commerce .main .content table td dl {
  margin-top: 1em;
}

@media screen and (max-width: 980px) {
  .commerce .main .breadcrumb {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .commerce .main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .commerce .main .page-title {
    margin-left: -10px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2rem;
  }

  .commerce .main .content table {
    border-top: none;
  }

  .commerce .main .content table th,
  .commerce .main .content table td {
    display: block;
    padding: 0;
    border-bottom: none;
  }

  .commerce .main .content table th {
    width: 100%;
    background: transparent;
  }

  .commerce .main .content table td {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }

  .commerce .main .content table td ul {
    margin-top: 1em;
    margin-left: 1.5em;
  }

  .commerce .main .content table td ul li {
    list-style: disc;
  }

  .commerce .main .content table td dl {
    margin-top: 1em;
  }
}

/*----------------------------------------------------
	year-choose
----------------------------------------------------*/
.year-choose .main {
  padding-top: 50px;
  background: #FAFAFA;
  text-align: center;
}

.year-choose .main .page-title {
  margin-bottom: 20px;
  font-size: 2rem;
}

.year-choose .main .content p.error {
  margin-bottom: 10px;
}

.year-choose .main .content p.confirm {
  margin-bottom: 30px;
  font-size: 1.3rem;
}

.year-choose .main .content p.confirm a {
  color: #0195A1;
  text-decoration: underline;
}

.year-choose .main .content dl.year {
  margin: 0 auto 20px;
  width: 550px;
  padding: 15px;
  background: #FFF;
  text-align: left;
}

.year-choose .main .content dl.year.active {
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.08);
}

.year-choose .main .content dl.year dt.img,
.year-choose .main .content dl.year div.txt {
  display: table-cell;
  vertical-align: top;
}

.year-choose .main .content dl.year dt.img {
  width: 180px;
}

.year-choose .main .content dl.year dt.img div {
  border: 1px solid #ddd;
  padding: 15px;
}

.year-choose .main .content dl.year div.txt {
  padding-left: 40px;
  width: 330px;
}

.year-choose .main .content dl.year div.txt dt.title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.year-choose .main .content dl.year div.txt dl.tire-size {
  margin-top: 15px;
}

.year-choose .main .content dl.year div.txt dl.tire-size dt {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.6rem;
}

.year-choose .main .content dl.year div.txt dl.tire-size dt:before {
  content: "▼ ";
}

.year-choose .main .content dl.year div.txt dl.tire-size dd ul li {
  margin-bottom: 5px;
  font-weight: 300;
  color: #999;
}

.year-choose .main .content dl.year div.txt dl.tire-size dd ul li label {
  font-size: 1.5rem !important;
}

.year-choose .main .content dl.year div.txt dl.tire-size dd ul li label input {
  margin-right: 7px;
}

.year-choose .main .content dl.year div.txt dl.tire-size dd ul li label.active {
  font-weight: 600;
  color: #333;
}

.year-choose .main .content button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 65px;
  font-weight: 500;
  font-size: 1.6rem;
  background: #F90;
  color: #FFF;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
}

.year-choose .main.error .page-title {
  color: #F00;
}

.year-choose .main.error .content p.error {
  color: #F00;
}

.year-choose div.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  max-width: 100%;
  display: none;
}

.year-choose div.overlay div.content {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px;
  width: 70%;
  background: #FFF;
  transform: translate(-50%, -50%);
  max-width: 900px;
}

.year-choose div.overlay div.content h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
}

.year-choose div.overlay div.content dl {
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.year-choose div.overlay div.content dl dt {
  width: 180px;
}

.year-choose div.overlay div.content dl dd {
  width: calc(100% - 180px - 20px);
}

.year-choose div.overlay div.content dl dd img.detail {
  width: 160px;
}

div.overlay.tvkit {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  max-width: 100%;
  display: none;
}

.tvkit.content {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px;
  width: 80%;
  background: #FFF;
  transform: translate(-50%, -50%);
}

.tvkit.content {
  max-width: 400px;
  padding: 30px;
  display: initial;
}

.tvkit.content h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}

.tvkit.content table {
  width: 100%;
}

.tvkit.content th,
.tvkit.content td {
  border: 1px solid #EEE;
  padding: 5px;
}

.tvkit.content th {
  width: 100px;
  text-align: left;
  background: #FAFAFA;
}

.tvkit.content td {
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .year-choose .main {
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 550px) {
  .year-choose .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .year-choose .main .content dl.year {
    width: 100%;
  }

  .year-choose .main .content dl.year div.txt {
    padding-left: 20px;
  }

  .year-choose .main .content dl.year div.txt dl.tire-size dd ul {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .year-choose .main .content dl.year div.txt dl.tire-size dd ul li {
    margin-bottom: 6px;
    width: calc(100% - 3px);
  }

  .year-choose .main .content dl.year div.txt dl.tire-size dd ul li label {
    display: block;
    border: 1px solid #eee;
    padding: 5px;
    width: 100%;
    font-size: 1.6rem;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  .year-choose .main .content dl.year div.txt dl.tire-size dd ul li label.active {
    border-color: #E8E824;
    background: #E8E824;
  }

  .year-choose .main .content button {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .year-choose div.overlay div.content {
    padding: 20px;
    width: calc(100vw - 20px);
  }

  .year-choose div.overlay div.content h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .year-choose div.overlay div.content dl {
    margin-top: 15px;
  }

  .year-choose div.overlay div.content dl dt {
    width: 120px;
  }

  .year-choose div.overlay div.content dl dd {
    width: calc(100% - 120px - 15px);
    font-size: 1.3rem;
  }

  .year-choose div.overlay div.content dl dd img.detail {
    display: block;
    margin-bottom: 5px;
    max-width: 160px;
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .year-choose .main {
    padding-top: 30px;
  }

  .year-choose .main .page-title {
    font-size: 1.8rem;
  }

  .year-choose .main .content p.error {
    font-size: 1.3rem;
  }

  .year-choose .main .content dl.year dt.img,
  .year-choose .main .content dl.year div.txt {
    display: block;
    width: 100%;
  }

  .year-choose .main .content dl.year dt.img {
    margin-bottom: 15px;
  }

  .year-choose .main .content dl.year div.txt {
    padding: 0;
  }

  .year-choose .main .content button {
    font-weight: 500;
  }
}

/*----------------------------------------------------
	history-input
----------------------------------------------------*/
.history-input .main {
  width: 1000px;
  margin: 0 auto;
}

.history-input .main .page-title {
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  width: 100vw;
  margin-left: calc(calc(100vw - 980px) / 2 * -1);
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}

.history-input .main .page-title span {
  display: block;
  padding-top: .5em;
  font-size: 1.2rem;
  color: #ffb300;
}

.history-input .main .content {
  line-height: 1.5;
  text-align: center;
}

.history-input .main .content p.lead {
  margin-bottom: 40px;
}

.history-input .main .content section h2 {
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.history-input .main .content section div.wrap {
  margin-bottom: 40px;
  padding: 30px 70px;
  background: #FAFAFA;
}

.history-input .main .content section div.wrap table {
  width: 100%;
}

.history-input .main .content section div.wrap table th,
.history-input .main .content section div.wrap table td {
  padding: 10px 0;
  vertical-align: middle;
}

.history-input .main .content section div.wrap table th {
  position: relative;
  width: 190px;
  text-align: left;
}

.history-input .main .content section div.wrap table th .necessary {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
  padding: 0 .5em;
  background: #f00;
  border-radius: 3px;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  line-height: 15px;
}

.history-input .main .content section div.wrap table td {
  padding-left: 20px;
}

.history-input .main .content section div.wrap table td .text {
  display: none;
  margin: 0 0 5px;
  text-align: left;
  font-size: 1.2rem;
  color: #F00;
}

.history-input .main .content section div.wrap table td input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: #ccc 1px solid;
  background: #FFF;
}

.history-input .main .content section div.wrap table tr.error td .text {
  display: block;
}

.history-input .main .content section div.wrap table tr.error td input {
  border-color: #F00;
  background: #ffebeb;
}

@media screen and (max-width: 980px) {
  .history-input .main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .history-input .main .page-title {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2rem;
    margin-left: -10px;
  }

  .history-input .main .content section div.wrap {
    margin-bottom: 30px;
    padding: 30px 40px;
  }

  .history-input .main .content section div.wrap table th {
    width: 170px;
  }

  .history-input .main .content section div.wrap table td {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .history-input .main .content p.lead {
    margin-bottom: 25px;
    text-align: left;
    font-size: 1.4rem;
  }

  .history-input .main .content section h2 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .history-input .main .content section div.wrap {
    padding: 10px 20px 20px;
  }

  .history-input .main .content section div.wrap table th,
  .history-input .main .content section div.wrap table td {
    display: block;
    width: 100%;
  }

  .history-input .main .content section div.wrap table th br {
    display: none;
  }

  .history-input .main .content section div.wrap table th .necessary {
    position: static;
    display: inline-block;
    margin-left: 20px;
  }

  .history-input .main .content section div.wrap table td {
    padding: 0;
  }
}

/*----------------------------------------------------
	history-result
----------------------------------------------------*/
.history-result .main {
  padding-top: 0;
}

.history-result .main .page-title {
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  width: 100vw;
  margin-left: calc(calc(100vw - 980px) / 2 * -1);
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}

.history-result .main .page-title span {
  display: block;
  padding-top: .5em;
  font-size: 1.2rem;
  color: #ffb300;
}

.history-result .info {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  width: 100%;
}

.history-result .info th,
.history-result .info td {
  padding: 12px 20px;
  font-weight: 600;
  text-align: center;
}

.history-result .info th {
  width: 120px;
  background: #F6F5EF;
}

.history-result .info td {
  width: 370px;
}

.history-result ul.link {
  margin-bottom: 30px;
  text-align: right;
}

.history-result ul.link li {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.3rem;
}

.history-result ul.link li i {
  margin-right: 5px;
  font-size: 1.2rem;
}

.history-result ul.link li a {
  color: #0195A1;
  text-decoration: underline;
}

.history-result .table {
  width: 100%;
  padding: 20px 0;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

.history-result .table.hidden {
  display: none;
}

.history-result .table tr:not(:last-child) {
  border-bottom: #eee 1px solid;
}

.history-result .table td {
  vertical-align: middle;
}

.history-result .table td.pic {
  width: 140px;
  height: 120px;
  padding: 15px 0;
}

.history-result .table td.pic img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  padding: 10px;
  border: #ccc 1px solid;
}

.history-result .table td.name {
  padding-right: 20px;
  width: calc(100% - 140px - 130px);
}

.history-result .table td.name .maker-logo {
  height: 17px;
  margin-bottom: 10px;
}

.history-result .table td.name .maker-logo img {
  vertical-align: bottom;
}

.history-result .table td.name .maker-logo span {
  display: inline-block;
  margin-left: 5px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  font-size: 1rem;
}

.history-result .table td.name .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.history-result .table td.name .text small {
  display: block;
  font-weight: 300;
  font-size: 1rem;
}

.history-result .table td.control {
  width: 130px;
}

.history-result .table td.control .number {
  margin-bottom: 0;
}

.history-result .table .maker-logo {
  height: 17px;
  margin-bottom: 10px;
}

.history-result .table .text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.history-result .product .table {
  margin-bottom: 30px;
}

.history-result .product .number .text {
  font-size: 1.8rem;
  font-weight: 600;
}

.history-result .product .number .text .label {
  margin-right: 1em;
  font-size: 1.2rem;
  font-weight: 300;
}

.history-result .product .cart-price-inner {
  margin-bottom: 40px;
}

.history-result .product .addition {
  display: flex;
  justify-content: space-between;
}

.history-result .product .addition-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.history-result .product .addition-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 1.2em;
  background: #f5d944;
  border-radius: 5px;
}

.history-result .product .addition-container {
  display: flex;
  flex-direction: column;
  width: calc((100% - 10px) / 2);
}

.history-result .product .addition-container>div {
  display: flex;
  flex-direction: column;
}

.history-result .product .addition-list {
  flex-grow: 1;
  margin-bottom: 10px;
}

.history-result .product .addition-list-item {
  border-color: #ccc;
  border-width: 1px 1px 0;
  border-style: solid;
}

.history-result .product .addition-list-item:last-child {
  border-bottom: #ccc 1px solid;
}

.history-result .product .addition-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
}

.history-result .product .addition-name {
  font-size: 1.4rem;
  font-weight: 600;
}

.history-result .product .addition-text {
  font-size: 1.3rem;
}

.history-result .product .addition-name.red,
.history-result .product .addition-text.red {
  color: red;
}

.history-result .product .addition .cart-price-inner {
  margin-bottom: 0;
}

.history-result .total-container {
  padding: 25px;
  margin-bottom: 40px;
  background: #f6f5ef;
  border: #000 1px solid;
}

.history-result .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history-result .total-title {
  font-size: 2rem;
  font-weight: 600;
}

.history-result .total-title .notes {
  padding-top: .3em;
  font-size: 1.1rem;
  color: #666;
  font-weight: 300;
}

.history-result .total-item {
  font-size: 2rem;
  color: #f00;
  font-weight: 600;
}

.history-result .total-item span {
  font-size: 1.2rem;
  color: #333;
  font-weight: 300;
}

.history-result .section:not(.product) .table th,
.history-result .section:not(.product) .table td {
  padding: 30px 35px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
}

.history-result .section:not(.product) .table th {
  width: 25%;
  font-size: 1.4rem;
  color: #666;
}

.history-result .section:not(.product) .table td {
  width: 75%;
  font-size: 1.4rem;
}

.history-result .section:not(.product) .table td .map {
  display: inline;
  font-size: 1.2rem;
  color: #0195a1;
  text-decoration: underline;
}

.history-result .section:not(.product) .table td .notes {
  padding-top: .5em;
  font-size: 1.4rem;
  color: #f00;
  font-weight: 600;
}

.history-result .bring .list {
  padding-top: .3em;
}

.history-result .bring .list-item {
  font-weight: 600;
  line-height: 1.6;
}

.history-result .bring .list-item i {
  margin-right: .3em;
  color: #ffb300;
}

.history-result .bring .list-item .notes {
  padding-left: 2em;
  font-size: 1.2rem;
  color: #666;
  text-align: left;
  font-weight: 300;
}

.history-result .bring .list-item a {
  display: inline;
  margin-left: 1.5em;
  font-size: 1.2rem;
  color: #0195a1;
  text-align: left;
  font-weight: 300;
  text-decoration: underline;
}

.header.print,
.footer.print {
  display: none;
}

@media screen and (max-width: 980px) {
  .history-result .main {
    padding-top: 0;
  }

  .history-result .main .page-title {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2rem;
    margin-left: 0;
  }

  .history-result .info {
    margin-bottom: 10px;
  }

  .history-result .info th,
  .history-result .info td {
    padding: 12px 15px;
  }

  .history-result .info th {
    min-width: 100px;
    width: 100px;
  }

  .history-result .section {
    margin-bottom: 35px;
  }

  .history-result .section:not(.product) .table th,
  .history-result .section:not(.product) .table td {
    padding: 20px 3%;
  }

  .history-result .table {
    border-bottom-color: #eee;
  }

  .history-result .product {
    margin-bottom: 0;
  }

  .history-result .product td.pic {
    width: 80px;
    height: auto;
    padding: 10px 10px 10px 0;
  }

  .history-result .product td.pic img {
    vertical-align: bottom;
  }

  .history-result .product td.name {
    width: calc(100% - 80px - 100px);
  }

  .history-result .product td.name p.maker-logo {
    margin-bottom: 10px;
    height: 12px;
  }

  .history-result .product td.name p.maker-logo span {
    font-size: .8rem;
  }

  .history-result .product td.name p.text {
    line-height: 1.2;
    font-size: 1.3rem;
  }

  .history-result .product td.name p.text small {
    font-size: .8rem;
  }

  .history-result .product td.control {
    width: 100px;
  }

  .history-result .product .addition {
    flex-direction: column;
  }

  .history-result .product .addition-list {
    margin-bottom: 20px;
  }

  .history-result .product .addition-container {
    width: 100%;
  }

  .history-result .product .addition-container .subtotal-inner {
    display: none;
  }

  .history-result .product .addition-inner {
    padding: 15px 3%;
  }

  .history-result .total-container {
    padding: 10px;
  }

  .history-result .total-title {
    font-size: 1.7rem;
  }

  .history-result .total-item {
    width: 10em;
    text-align: right;
    font-size: 1.7rem;
  }

  .history-result .total-item span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .history-result .info {
    margin-bottom: 10px;
  }

  .history-result .info th,
  .history-result .info td {
    padding: 10px;
    font-size: 1.2rem;
  }

  .history-result .info th {
    min-width: 7em;
    width: 7em;
  }

  .history-result .info td {
    width: calc(50vw - 7em - 10px);
  }

  .history-result .notice-container.date .case {
    flex-direction: column;
  }

  .history-result .notice-container.date .case-title {
    margin-bottom: .5em;
  }

  .history-result .notice-container.date .case-text {
    line-height: 1.7;
  }
}

/*----------------------------------------------------
	お詫びページ
----------------------------------------------------*/
.sorry {
  margin: 0 auto 0;
  padding: 50px 20px 170px 20px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .sorry {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}

.sorry-image {
  margin-bottom: 20px;
  text-align: center;
}

.sorry-image img {
  width: 200px;
}

.sorry-message {
  line-height: 1.75;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sorry-message {
    font-size: 16px;
  }
}

@media screen and (max-width: 560px) {
  .sorry-message {
    text-align: left;
  }
}

.sorry-nav {
  display: flex;
  margin-top: 50px;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .sorry-nav {
    margin-top: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sorry-nav-item {
  margin: 0 5px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .sorry-nav-item {
    margin: 5px 0;
    font-size: 14px;
  }
}

.sorry-nav-btn {
  display: inline-block;
  border: 1px solid #CCC;
  padding: 10px;
  width: 160px;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .sorry-nav-btn {
    width: 100%;
  }
}

.sorry-nav-btn i {
  margin-right: 5px;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }

  .header {
    background: none;
  }

  .header>.nav,
  .header>.sp-nav,
  .header>.btn-list {
    display: none;
  }

  .history-result .main .page-title {
    margin-bottom: 20px;
    border: none;
    padding: 0;
  }

  .history-result .main .page-title span {
    display: none;
  }

  .history-result ul.link {
    display: none;
  }

  .history-result .section:not(.product) .table th,
  .history-result .section:not(.product) .table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    display: none;
  }
}

/*----------------------------------------------------
	goods
----------------------------------------------------*/
.goods-header {
  margin-left: calc(calc(100vw - 100%) / 2 * -1);
  margin-bottom: 35px;
  width: 99.4vw;
  color: #000;
  background: #FFB300;
}

@media screen and (max-width: 980px) {
  .goods-header {
    margin-left: -2vw;
    padding-left: 2vw;
  }
}

.goods-header-inner {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding-right: 490px;
  width: 980px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: right 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media screen and (max-width: 980px) {
  .goods-header-inner {
    padding-right: 50%;
    width: 100%;
    height: 160px;
    /* background-position: right -80px top 50%; */
    background-position: right -30px top 50%;
  }
}

@media screen and (max-width: 640px) {
  .goods-header-inner {
    height: 120px;
    /* background-position: right -80px top 50%; */
    background-position: right -10px top 50%;
  }
}

@media screen and (max-width: 480px) {
  .goods-header-inner {
    height: 110px;
  }
}

.goods-header-inner.-etc {
  background-image: url(../img/header-etc.png);
}

.goods-header-inner.-recorder {
  background-image: url(../img/header-recorder.png);
}

.goods-header-inner.-navi {
  background-image: url(../img/header-navi.png);
  /* background-image: url(../img/header-pnavi.png); */
}

.goods-header-inner.-radar {
  background-image: url(../img/header-radar.png);
}

.goods-header-inner.-tvkit {
  background-image: url(../img/header-tvkit.png);
}

.goods-header-title {
  font-size: 34px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .goods-header-title {
    font-size: 27px;
  }
}

@media screen and (max-width: 640px) {
  .goods-header-title {
    font-size: 16px;
  }
}

.goods-header-text {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}

.goods-header-text-time {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .goods-header-text {
    margin-top: 10px;
    font-size: 18px;
  }

  .goods-header-text-time {
    margin-top: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .goods-header-text {
    margin-top: 5px;
    font-size: 11px;
  }

  .goods-header-text br {
    display: none;
  }

  .goods-header-text-time {
    margin-top: 5px;
    font-size: 8px;
  }
}

.goods-list {
  margin-top: 35px;
}

.goods-list-item {
  position: relative;
  margin-top: 20px;
  border: 1px solid #CCC;
  padding: 30px 35px;
  background: #FAFAFA;
}

@media screen and (max-width: 980px) {
  .goods-list-item {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-item {
    padding: 15px;
  }
}

.goods-list-label {
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .goods-list-label {
    font-size: 10px;
  }
}

.goods-list-label .item {
  margin-right: 5px;
  padding: 3px 10px;
  background: #000;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.goods-list-label .item.hidden {
  display: none;
}

@media screen and (max-width: 480px) {
  .goods-list-label .item {
    margin-right: 2px;
    padding: 2px 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}

.goods-list-label .item.-popular {
  background: #f90;
}

.goods-list-label .item.-web {
  background: #09F;
}

.goods-list-label .item.-stock {
  background: #e8e824;
  color: #000;
}

.goods-list-label .item.-reasonable {
  background: #0A0;
}

.goods-list-label .item.-webdiscount {
  background: #f0f;
}

.goods-list-name {
  margin-bottom: 15px;
  font-size: 28px;
  color: #000;
}

@media screen and (max-width: 980px) {
  .goods-list-name {
    font-size: 21px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-name {
    font-size: 16px;
  }
}

.goods-list-name .maker:after {
  content: "｜";
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  color: #ddd;
}

@media screen and (max-width: 480px) {
  .goods-list-name .maker:after {
    margin-right: 2px;
    margin-left: 2px;
  }
}

.goods-list-name .kana {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

@media screen and (max-width: 980px) {
  .goods-list-name .kana {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-name .kana {
    font-size: 10px;
  }
}

.goods-list-name.has-icon {
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 980px) {
  .goods-list-name.has-icon {
    padding-left: 80px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-name.has-icon {
    padding-left: 0;
  }
}

.goods-list-name.has-icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}

@media screen and (max-width: 980px) {
  .goods-list-name.has-icon .icon {
    width: 60px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-name.has-icon .icon {
    position: static;
    display: block;
  }

  .goods-list-name.has-icon .icon img {
    width: 60px;
  }
}

.goods-list-content {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

a.goods_item_box {
  width: auto;
}

@media screen and (max-width: 480px) {
  .goods-list-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.goods-list-pic {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 430px;
}

@media screen and (max-width: 980px) {
  .goods-list-pic {
    margin-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-pic {
    margin-left: 0;
    width: 100%;
  }
}

.goods-list-pic .item {
  width: calc(50% - 10px);
}

@media screen and (max-width: 980px) {
  .goods-list-pic .item {
    width: calc(50% - 5px);
  }
}

.goods-list-info {
  width: 430px;
}

@media screen and (max-width: 480px) {
  .goods-list-info {
    width: 100%;
  }
}

.goods-list-function {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.goods-list-function .item {
  margin-top: 5px;
  margin-right: 5px;
  padding: 3px;
  /* width: calc(25% - 5px); */
  width: calc(25% + 30px);
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background: #FFB300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 980px) {
  .goods-list-function .item {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .goods-detail .choiced .goods-list-function .item {
    width: calc(33.3% - 5px) !important;
  }

  .goods-list-function .item {
    width: calc(33.3% - 5px);
  }
}

.goods-list-price {
  margin-bottom: 15px;
}

.goods-list-price .notes {
  margin-bottom: -4px;
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .goods-list-price .notes {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-price .notes {
    text-align: center;
    font-size: 10px;
  }
}

.goods-list-price .price {
  font-size: 56px;
  font-weight: bold;
  color: #E70000;
}

@media screen and (max-width: 980px) {
  .goods-list-price .price {
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-price .price {
    text-align: center;
    font-size: 30px;
  }
}

.goods-list-price .price small {
  font-size: 28px;
}

@media screen and (max-width: 980px) {
  .goods-list-price .price small {
    font-size: 21px;
  }
}

@media screen and (max-width: 480px) {
  .goods-list-price .price small {
    font-size: 16px;
  }
}

.goods-list-text {
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .goods-list-text {
    font-size: 12px;
  }
}

.tvkit-title {
  margin-top: 40px;
  margin-bottom: 25px;
  padding: .7em .5em;
  border: #eee 1px solid;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.tvkit-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 0.5em;
  background: #f5d944;
  border-radius: 5px;
}

@media screen and (max-width: 980px) {
  .tvkit-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.tvkit-introduce {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

@media screen and (max-width: 980px) {
  .tvkit-introduce {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .tvkit-introduce {
    font-size: 12px;
  }
}

.tvkit-list {
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media screen and (max-width: 640px) {
  .tvkit-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tvkit-list-item {
  padding: 20px;
  width: calc(33.3% - 10px);
  background: #FAFAFA;
}

@media screen and (max-width: 980px) {
  .tvkit-list-item {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .tvkit-list-item {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #EEE;
    width: 100%;
  }

  .tvkit-list-item:last-child(even) {
    border-bottom: 1px solid #EEE;
  }
}

.tvkit-list-item:not(:nth-child(3n)) {
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .tvkit-list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.tvkit-list-pic {
  margin-bottom: 15px;
}

@media screen and (max-width: 980px) {
  .tvkit-list-pic {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .tvkit-list-pic {
    margin-bottom: 0;
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .tvkit-list-info {
    width: calc(60% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .tvkit-list-info {
    width: calc(60% - 10px);
  }
}

.tvkit-list-icon {
  display: flex;
  margin-bottom: 5px;
}

.tvkit-list-icon .item {
  margin-right: 5px;
  border: 1px solid #F90;
  padding: 1px 8px;
  background: #FFF;
  color: #F90;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tvkit-list-icon .item-op {
  margin-right: 5px;
  border: 1px solid #005d17;
  padding: 1px 8px;
  background: #FFF;
  color: #005d17;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.link_compare {
  display: inline;
  border-bottom: #0195a1 1px solid;
  color: #0195a1;
  line-height: 1.2;
}

@media screen and (max-width: 980px) {

  .tvkit-list-icon .item,
  .tvkit-list-icon .item-op {
    padding: 1px 6px;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {

  .tvkit-list-icon .item,
  .tvkit-list-icon .item-op {
    padding: 1px 4px;
    font-size: 10px;
  }
}

.tvkit-list-name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .tvkit-list-name {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .tvkit-list-name {
    font-size: 14px;
  }
}

.tvkit-list-price {
  font-size: 20px;
  font-weight: bold;
  color: #e70000;
}

@media screen and (max-width: 980px) {
  .tvkit-list-price {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .tvkit-list-price {
    font-size: 15px;
  }
}

.tvkit-list-price small {
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 980px) {
  .tvkit-list-price small {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .tvkit-list-price small {
    font-size: 11px;
  }
}

.tvkit-list-cart {
  margin-top: 15px;
}

@media screen and (max-width: 980px) {
  .tvkit-list-cart {
    margin-top: 10px;
  }
}

.tvkit-list-cart .btn {
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: #F90;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 980px) {
  .tvkit-list-cart .btn {
    padding: 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .tvkit-list-cart .btn {
    padding: 10px;
    font-size: 13px;
  }
}

.tvkit-list-cart i {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .tvkit-list-cart i {
    margin-right: 5px;
  }
}

.tvkit-notes {
  margin-top: 30px;
  font-size: 13px;
}

@media screen and (max-width: 980px) {
  .tvkit-notes {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .tvkit-notes {
    font-size: 10px;
  }
}

.etc-caution {
  background: #FAFAFA;
}

.etc-caution-header {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  padding: 40px 20px;
  background: #F5F5F5;
}

@media screen and (max-width: 980px) {
  .etc-caution-header {
    display: block;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .etc-caution-header {
    padding: 15px;
  }
}

.etc-caution-title {
  font-size: 18px;
  color: #F00;
}

@media screen and (max-width: 980px) {
  .etc-caution-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .etc-caution-title {
    font-size: 13px;
  }
}

.etc-caution-detail {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .etc-caution-detail {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .etc-caution-detail {
    margin-top: 5px;
    font-size: 11px;
  }
}

.etc-caution-detail a {
  display: block;
  padding: 7px 10px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 0 0 #CCC;
  box-shadow: 1px 1px 0 0 #CCC;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

p.confirm {
  margin-bottom: 15px !important;
}

#year-choose #frm {
  margin-top: 10px;
}

p.size-caution {
  color: #f00;
}

.dvr_search_header {
  background-color: #222;
  color: #fff;
  padding: 10px;
  font-size: 1.2em;
}

.dvr-caution-detail a {
  display: block;
  padding: 7px 10px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 0 0 #ccc;
  box-shadow: 1px 1px 0 0 #ccc;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}

.dvr-caution-text {
  display: table-cell;
  padding: 30px 20px;
  font-size: 14px;
  width: calc(980px - 240px);
}

.dvr-caution-header {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  padding: 40px 35px;
  background: #F5F5F5;
}

.dvr-caution {
  background: #FAFAFA;
}

.dvr-caution-text p {
  margin: 0;
  line-height: 2;
}

a.chk_dvr_type {
  color: cornflowerblue;
}

a.btn_search_reset {
  color: cornflowerblue;
  text-align: center;
  margin-top: 20px;
}

.chk_area label {
  width: 30%;
  display: inline-block;
  line-height: 2em;
}

@media screen and (max-width: 480px) {
  .dvr-caution-text {
    width: 100%;
    padding: 20px;
  }

  .dvr-caution-header {
    width: 100%;
    display: inline-block;
    padding: 20px;
  }

  .chk_area label {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .etc-caution-detail a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

.etc-caution-detail a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.etc-caution-text {
  display: table-cell;
  padding: 30px 20px;
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .etc-caution-text {
    padding: 15px 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .etc-caution-text {
    padding: 10px 15px;
    font-size: 11px;
  }
}

.etc-caution-text p {
  margin: 0;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  .etc-caution-text p {
    line-height: 1.75;
  }
}

.etc-caution-grant {
  background: #FAFAFA;
  margin-top: 10px;
  padding: 20px;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .etc-caution-grant {
    padding: 10px 15px;
    font-size: 11px;
  }
}

@media screen and (max-width: 980px) {
  .etc-caution-grant p {
    line-height: 1.75;
  }
}

.etc-caution-grant .p-wrap {
  position: relative;
}

.etc-caution-grant .link-wrap {
  position: relative;
  display: inline;
  padding-right: 15px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.etc-caution-grant .link-wrap a {
  display: inline;
  padding: 0 3px;
}

.etc-caution-grant .link-wrap a {
  display: inline;
  border-bottom: #0195a1 1px solid;
  color: #0195a1;
  line-height: 1.2;
}

.etc-caution-grant .link-wrap::before,
.etc-caution-grant .link-wrap::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
}

.etc-caution-grant .link-wrap:before {
  top: 6px;
  right: 0;
  border: #0195a1 1px solid;
}

.etc-caution-grant .link-wrap::after {
  top: 9px;
  right: 3px;
  border-left: #0195a1 1px solid;
  border-bottom: #0195a1 1px solid;
}

.tvkit-caution {
  padding: 20px 35px;
  background: #FAFAFA;
}

ul.tvkit-builtin-li {
  width: calc(100% - 135px);
  display: inline-block;
}

.tvkit-builtin-img {
  width: 130px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 480px) {

  ul.tvkit-builtin-li {
    width: 100%;
  }

  .tvkit-builtin-img {
    width: 100%;
    text-align: center;
  }

  .tvkit-builtin-img img {
    width: 100px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 980px) {
  .tvkit-caution {
    padding: 15px 20px;
  }
}

.tvkit-caution-header {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}

@media screen and (max-width: 640px) {
  .tvkit-caution-header {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}

.tvkit-caution-title {
  padding: 5px;
  text-align: center;
  font-size: 16px;
  background: #F00;
  color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 980px) {
  .tvkit-caution-title {
    font-size: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 640px) {
  .tvkit-caution-title {
    display: inline-block;
    font-size: 12px;
    padding: 5px 15px;
  }
}

.tvkit-caution-text {
  display: table-cell;
  padding-left: 35px;
  font-size: 15px;
}

@media screen and (max-width: 980px) {
  .tvkit-caution-text {
    padding-left: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .tvkit-caution-text {
    display: block;
    padding-left: 0;
  }
}

.tvkit-caution-text p {
  margin: 0;
  line-height: 1.5;
}

/*----------------------------------------------------
	goods_detail
----------------------------------------------------*/
.goods-detail {
  /* -- side -- */
}

.goods-detail .main {
  width: 980px;
  padding: 60px 0 150px;
  margin: 0 auto;
}

.goods-detail .choiced {
  float: left;
  width: calc(100% - 310px);
  /* -- price --*/
  /* -- info --*/
}

.goods-detail .choiced .section-title {
  padding-bottom: .5em;
  margin-bottom: 30px;
  border-bottom: #ccc 1px solid;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.goods-detail .choiced .section-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 0.7em;
  background: #f5d944;
  border-radius: 5px;
}

.goods-detail .choiced .link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}

.goods-detail .choiced .link-wrap {
  position: relative;
  padding-right: 15px;
  margin-left: 1em;
}

.goods-detail .choiced .link-wrap::before,
.goods-detail .choiced .link-wrap::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
}

.goods-detail .choiced .link-wrap:before {
  top: 6px;
  right: 0;
  border: #0195a1 1px solid;
}

.goods-detail .choiced .link-wrap::after {
  top: 9px;
  right: 3px;
  border-left: #0195a1 1px solid;
  border-bottom: #0195a1 1px solid;
}

.goods-detail .choiced .link-wrap a {
  display: inline;
  border-bottom: #0195a1 1px solid;
  color: #0195a1;
  line-height: 1.2;
}

.goods-detail .choiced .goods-list-function .item {
  /* width: calc(33.3% - 5px); */
  width: calc(33.3% + 45px);
}

.goods-detail .choiced .price {
  display: none;
}

.goods-detail .choiced .info {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.goods-detail .choiced .info-inner {
  width: 300px;
}

.goods-detail .choiced .info .maker-logo {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.goods-detail .choiced .info .maker-logo .kana {
  font-size: 12px;
  font-weight: normal;
}

.goods-detail .choiced .info .maker-logo .kana:before {
  content: "｜";
  margin-left: 5px;
  margin-right: 5px;
  color: #CCC;
}

.goods-detail .choiced .info-title {
  margin-bottom: .8em;
  font-size: 2.1rem;
  font-weight: 600;
}

.goods-detail .choiced .info-title small {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

.goods-detail .choiced .info-title .size {
  font-size: 2.1rem;
}

.goods-detail .choiced .info .feature-list {
  margin-bottom: 15px;
}

.goods-detail .choiced .info .feature-list-item img {
  width: 40px;
}

.goods-detail .choiced .info .thumbnail-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.goods-detail .choiced .info .thumbnail-list-item {
  margin-bottom: 7px;
  padding: 5px;
  border: #ccc 1px solid;
}

.goods-detail .choiced .info .thumbnail-list-item:not(:nth-child(4n)) {
  margin-right: 7px;
}

.goods-detail .choiced .info .thumbnail-list-item img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}

.goods-detail .choiced .info .thumbnail-list-item:hover,
.goods-detail .choiced .info .thumbnail-list-item.is-active {
  border-color: #e60012 !important;
}

.goods-detail .choiced .info .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  border: #ccc 1px solid;
}

.goods-detail .choiced .info .pic img {
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
}

.goods-detail .choiced .info .link-wrap a {
  font-size: 1.2rem;
}

.goods-detail .choiced .text {
  margin-bottom: 55px;
}

.goods-detail .choiced .text-list {
  font-size: 16px;
  padding-left: 1.5em;
}

.goods-detail .choiced .text-list .item {
  line-height: 1.75;
  list-style: disc;
}

.goods-detail .choiced .detail {
  margin-bottom: 55px;
}

.goods-detail .choiced .detail .lead {
  margin-bottom: 1.8em;
}

.goods-detail .choiced .detail .lead strong {
  font-size: 1.9rem;
}

.goods-detail .choiced .detail .box-title {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.goods-detail .choiced .detail .box-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 5px;
}

.goods-detail .choiced .detail .text {
  margin-bottom: 1.6em;
  line-height: 1.4;
}

.goods-detail .choiced .detail .pic {
  margin-bottom: 20px;
}

.goods-detail .choiced .detail .link-wrap a {
  padding: 0 3px;
}

.goods-detail .choiced .spec .table {
  width: 100%;
  margin-bottom: 55px;
}

.goods-detail .choiced .spec .table tr {
  border-bottom: #fff 5px solid;
}

.goods-detail .choiced .spec .table th,
.goods-detail .choiced .spec .table td {
  height: 50px;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
}

.goods-detail .choiced .spec .table th {
  /* width: 25%; */
  width: 40%;
  background: #f6f6f6;
  color: #666;
}

.goods-detail .side {
  position: sticky;
  top: 60px;
  float: right;
}

.goods-detail .choiced .price .option-inner .title {
  font-size: 1.1rem;
}

@media screen and (max-width: 980px) {
  .goods-detail .main {
    width: 100%;
    padding: 20px 2% 70px;
  }

  .goods-detail .choiced {
    flex-direction: column;
    width: 100%;
  }

  .goods-detail .choiced .price {
    display: block;
    padding: 0;
    text-align: right;
  }

  .goods-detail .choiced .price-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: #ddd 1px solid;
  }

  .goods-detail .choiced .price-title {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .goods-detail .choiced .price-title small {
    font-size: 1.3rem;
  }

  .goods-detail .choiced .price-item {
    order: 3;
    text-align: left;
  }

  .goods-detail .choiced .price-item .total {
    margin-bottom: .3em;
    font-size: 2.4rem;
    color: #f00;
    font-weight: 600;
  }

  .goods-detail .choiced .price-item .total span {
    font-size: 1.2rem;
    color: #333;
    font-weight: normal;
  }

  .goods-detail .choiced .price-item .unit {
    margin-bottom: 1em;
    font-size: 1.2rem;
    color: #666;
  }

  .goods-detail .choiced .price .number {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    margin-bottom: 0;
  }

  .goods-detail .choiced .price .number select {
    font-size: 1.6rem;
    border: 1px solid #CCC;
  }

  .goods-detail .choiced .price .cart-wrap {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }

  .goods-detail .choiced .price .cart-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: #ddd 1px solid;
  }

  .goods-detail .choiced .price .cart-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .goods-detail .choiced .price .cart-price {
    margin-bottom: .2em;
    font-size: 2.4rem;
    color: #f00;
    font-weight: 600;
  }

  .goods-detail .choiced .price .cart-price span {
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
  }

  .goods-detail .choiced .price .note-list {
    margin-bottom: 10px;
  }

  .goods-detail .choiced .price .note-list-item {
    font-size: 1.2rem;
  }

  .goods-detail .choiced .price .note-list-item em {
    font-size: 1.2rem;
    color: #F00;
  }

  .goods-detail .choiced .price .next {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #fbfbf8;
    text-align: center;
  }

  .goods-detail .choiced .price .next button {
    padding: 15px;
    width: 100%;
    background: #f90;
    border: none;
    border-radius: 3px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
    cursor: pointer;
  }

  .goods-detail .choiced .price .next button small {
    display: block;
    font-size: 13px;
  }

  .goods-detail .choiced .price .next button i {
    margin-right: 10px;
  }

  .goods-detail .choiced .price .option {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: #ddd 2px solid;
  }

  .goods-detail .choiced .price .option-title {
    text-align: left;
    margin-bottom: .5em;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .goods-detail .choiced .price .option-inner {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
  }

  .goods-detail .choiced .price .option-inner .title {
    font-size: 1.3rem;
  }

  .goods-detail .choiced .price .option-inner .item {
    margin-left: 5px;
    width: 5em;
    font-size: 1.3rem;
  }

  .goods-detail .choiced .price .option-inner .title.red,
  .goods-detail .choiced .price .option-inner .item.red {
    color: red;
  }

  .goods-detail .choiced .price .option .tip {
    /* display: none; */
  }

  .goods-detail .choiced .price .next {
    padding: 20px 0;
    background: #fbfbf8;
  }

  .goods-detail .choiced .price .next button {
    width: 230px;
    margin: 0 auto;
  }

  .goods-detail .choiced .price .others-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .goods-detail .choiced .price .others-list-item {
    width: calc((100% - 15px) / 2);
    background: none;
    border: #eee 1px solid;
  }

  .goods-detail .choiced .price .others-list-item a {
    padding: 15px;
  }

  .goods-detail .choiced .price .others-list-item .pic {
    display: none;
  }

  .goods-detail .choiced .price .others-list-item .text {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }

  .goods-detail .choiced .price .others-list-item .text span {
    display: inline;
    font-size: 1.4rem;
  }

  .goods-detail .choiced .price .others-list-item::before,
  .goods-detail .choiced .price .others-list-item::after {
    content: none;
  }

  .goods-detail .choiced .info {
    order: 1;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .goods-detail .choiced .info-inner {
    display: flex;
    flex-direction: column;
    order: 2;
    width: 100%;
  }

  .goods-detail .choiced .info .pic {
    order: 1;
    width: 100%;
    padding: 25px;
    margin-bottom: 10px;
  }

  .goods-detail .choiced .info .feature-list {
    order: 4;
    margin-bottom: 0;
  }

  .goods-detail .choiced .info .maker-logo {
    order: 2;
    margin-bottom: 5px;
  }

  .goods-detail .choiced .info-title {
    order: 3;
  }

  .goods-detail .choiced .info .thumbnail {
    order: 1;
  }

  .goods-detail .choiced .info .thumbnail-list {
    display: block;
    margin-bottom: 25px;
    height: 80px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .goods-detail .choiced .info .thumbnail-list-item {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 5px 0 0;
  }

  .goods-detail .choiced .info .thumbnail-list-item:not(:nth-child(4n)) {
    margin-right: 5px;
  }

  .goods-detail .choiced .info .thumbnail-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .goods-detail .choiced .text {
    margin-bottom: 40px;
  }

  .goods-detail .choiced .text-list {
    font-size: 14px;
  }

  .goods-detail .choiced .detail {
    order: 3;
    width: 100%;
  }

  .goods-detail .choiced .detail .box-title {
    display: block;
    margin-left: 1em;
    text-indent: -1.3em;
  }

  .goods-detail .choiced .detail .box-title::before {
    display: inline-block;
  }

  .goods-detail .choiced .spec {
    order: 4;
    width: 100%;
  }

  .goods-detail .choiced .set {
    order: 4;
    width: 100%;
  }

  .goods-detail .choiced .link {
    order: 4;
  }

  .goods-detail .side {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .goods-detail .choiced .price .option-inner .title {
    font-size: 1.3rem;
  }

  .goods-detail .choiced .section-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .goods-detail .choiced .info .thumbnail-list {
    margin-bottom: 10px;
  }

  .goods-detail .choiced .info .maker-logo {
    margin-bottom: 10px;
    height: 15px;
  }

  .goods-detail .choiced .info .maker-logo span {
    font-size: 1rem;
  }

  .goods-detail .choiced .info-title {
    font-size: 1.6rem;
  }

  .goods-detail .choiced .info-title small {
    font-size: 1rem;
  }

  .goods-detail .choiced .info-title .size {
    margin-top: 5px;
    font-size: 1.6rem;
  }

  .goods-detail .choiced .link {
    margin-top: 10px;
  }

  .goods-detail .choiced .link-wrap {
    font-size: 1.2rem;
  }

  .goods-detail .choiced .price-inner {
    padding: 10px;
  }

  .goods-detail .choiced .price-title {
    text-align: left;
  }

  .goods-detail .choiced .price-title small {
    font-size: 1rem;
  }

  .goods-detail .choiced .price .number select {
    font-size: 1.4rem;
  }

  .goods-detail .choiced .price-item {
    text-align: right;
  }

  .goods-detail .choiced .price-item .total {
    line-height: 1.2;
    margin-bottom: 3px;
    font-size: 1.8rem;
  }

  .goods-detail .choiced .price-item .total span {
    font-size: 1rem;
  }

  .goods-detail .choiced .price-item .unit {
    font-size: 1rem;
  }

  .goods-detail .choiced .price .cart-inner {
    padding: 10px;
  }

  .goods-detail .choiced .price .cart-title span {
    font-size: 1rem;
  }

  .goods-detail .choiced .price .cart-price {
    font-size: 1.9rem;
  }

  .goods-detail .choiced .price .cart-price span {
    font-size: 1rem;
  }

  .goods-detail .choiced .price .option {
    padding: 10px;
  }

  .goods-detail .choiced .text {
    margin-bottom: 30px;
  }

  .goods-detail .choiced .text-list {
    font-size: 12px;
  }

  .goods-detail .choiced .detail {
    margin-bottom: 30px;
  }

  .goods-detail .choiced .detail .lead {
    margin-bottom: 10px;
  }

  .goods-detail .choiced .detail .lead strong {
    font-size: 1.6rem;
  }

  .goods-detail .choiced .detail .box-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .goods-detail .choiced .detail .box-title:before {
    position: relative;
    top: 4px;
  }

  .goods-detail .choiced .detail .text {
    font-size: 1.3rem;
  }

  .goods-detail .choiced .detail .link {
    margin-top: -10px;
  }

  .goods-detail .choiced .spec .table {
    margin-bottom: 30px;
  }

  .goods-detail .choiced .spec .table tr {
    display: block;
  }

  .goods-detail .choiced .spec .table th,
  .goods-detail .choiced .spec .table td {
    display: block;
    padding: 5px;
    width: 100%;
    height: auto;
    border-bottom: #fff 5px solid;
    line-height: 1.5;
    font-size: 1.3rem;
  }

  .goods-detail .choiced .spec .table th .tip {
    line-height: 1.2;
    color: #333;
  }

  .goods-detail .choiced .set .section-title {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
	carrier_list
----------------------------------------------------*/
.carrier-list-function {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.carrier-list-function .item {
  margin-top: 5px;
  margin-right: 5px;
  padding: 3px;
  /* width: calc(25% - 5px); */
  width: calc(25% + 30px);
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background: #FFB300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 980px) {
  .carrier-list-function .item {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .carrier-detail .choiced .carrier-list-function .item {
    width: calc(33.3% - 5px) !important;
  }

  .carrier-list-function .item {
    width: calc(33.3% - 5px);
  }
}

/*----------------------------------------------------
	carrier_detail
----------------------------------------------------*/
.carrier-detail {
  /* -- side -- */
}

.carrier-detail .main {
  width: 980px;
  padding: 60px 0 150px;
  margin: 0 auto;
}

.carrier-detail .choiced {
  float: left;
  width: calc(100% - 310px);
  /* -- price --*/
  /* -- info --*/
}

.carrier-detail .choiced .section-title {
  padding-bottom: .5em;
  margin-bottom: 30px;
  border-bottom: #ccc 1px solid;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.carrier-detail .choiced .section-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 0.7em;
  background: #f5d944;
  border-radius: 5px;
}

.carrier-detail .choiced .link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}

.carrier-detail .choiced .link-wrap {
  position: relative;
  padding-right: 15px;
  margin-left: 1em;
}

.carrier-detail .choiced .link-wrap::before,
.carrier-detail .choiced .link-wrap::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
}

.carrier-detail .choiced .link-wrap:before {
  top: 6px;
  right: 0;
  border: #0195a1 1px solid;
}

.carrier-detail .choiced .link-wrap::after {
  top: 9px;
  right: 3px;
  border-left: #0195a1 1px solid;
  border-bottom: #0195a1 1px solid;
}

.carrier-detail .choiced .link-wrap a {
  display: inline;
  border-bottom: #0195a1 1px solid;
  color: #0195a1;
  line-height: 1.2;
}

.carrier-detail .choiced .carrier-list-function .item {
  /* width: calc(33.3% - 5px); */
  width: calc(33.3% + 45px);
}

.carrier-detail .choiced .price {
  display: none;
}

.carrier-detail .choiced .info {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.carrier-detail .choiced .info-inner {
  width: 300px;
}

.carrier-detail .choiced .info .maker-logo {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.carrier-detail .choiced .info .maker-logo .kana {
  font-size: 12px;
  font-weight: normal;
}

.carrier-detail .choiced .info .maker-logo .kana:before {
  content: "｜";
  margin-left: 5px;
  margin-right: 5px;
  color: #CCC;
}

.carrier-detail .choiced .info-title {
  margin-bottom: .8em;
  font-size: 2.1rem;
  font-weight: 600;
}

.carrier-detail .choiced .info-title small {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

.carrier-detail .choiced .info-title .size {
  font-size: 2.1rem;
}

.carrier-detail .choiced .info .feature-list {
  margin-bottom: 15px;
}

.carrier-detail .choiced .info .feature-list-item img {
  width: 40px;
}

.carrier-detail .choiced .info .thumbnail-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.carrier-detail .choiced .info .thumbnail-list-item {
  margin-bottom: 7px;
  padding: 5px;
  border: #ccc 1px solid;
}

.carrier-detail .choiced .info .thumbnail-list-item:not(:nth-child(4n)) {
  margin-right: 7px;
}

.carrier-detail .choiced .info .thumbnail-list-item img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}

.carrier-detail .choiced .info .thumbnail-list-item:hover,
.carrier-detail .choiced .info .thumbnail-list-item.is-active {
  border-color: #e60012 !important;
}

.carrier-detail .choiced .info .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  border: #ccc 1px solid;
}

.carrier-detail .choiced .info .pic img {
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
}

.carrier-detail .choiced .info .link-wrap a {
  font-size: 1.2rem;
}

.carrier-detail .choiced .text {
  margin-bottom: 55px;
}

.carrier-detail .choiced .text-list {
  font-size: 16px;
  padding-left: 1.5em;
}

.carrier-detail .choiced .text-list .item {
  line-height: 1.75;
  list-style: disc;
}

.carrier-detail .choiced .detail {
  margin-bottom: 55px;
}

.carrier-detail .choiced .detail .lead {
  margin-bottom: 1.8em;
}

.carrier-detail .choiced .detail .lead strong {
  font-size: 1.9rem;
}

.carrier-detail .choiced .detail .box-title {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.carrier-detail .choiced .detail .box-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 5px;
}

.carrier-detail .choiced .detail .text {
  margin-bottom: 1.6em;
  line-height: 1.4;
}

.carrier-detail .choiced .detail .pic {
  margin-bottom: 20px;
}

.carrier-detail .choiced .detail .link-wrap a {
  padding: 0 3px;
}

.carrier-detail .choiced .spec .table {
  width: 100%;
  margin-bottom: 55px;
}

.carrier-detail .choiced .spec .table tr {
  border-bottom: #fff 5px solid;
}

.carrier-detail .choiced .spec .table th,
.carrier-detail .choiced .spec .table td {
  height: 50px;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
}

.carrier-detail .choiced .spec .table th {
  /* width: 25%; */
  width: 40%;
  background: #f6f6f6;
  color: #666;
}

.carrier-detail .side {
  position: sticky;
  top: 60px;
  float: right;
}

.carrier-detail .choiced .price .option-inner .title {
  font-size: 1.1rem;
}

@media screen and (max-width: 980px) {
  .carrier-detail .main {
    width: 100%;
    padding: 20px 2% 70px;
  }

  .carrier-detail .choiced {
    flex-direction: column;
    width: 100%;
  }

  .carrier-detail .choiced .price {
    display: block;
    padding: 0;
    text-align: right;
  }

  .carrier-detail .choiced .price-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: #ddd 1px solid;
  }

  .carrier-detail .choiced .price-title {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .carrier-detail .choiced .price-title small {
    font-size: 1.3rem;
  }

  .carrier-detail .choiced .price-item {
    order: 3;
    text-align: left;
  }

  .carrier-detail .choiced .price-item .total {
    margin-bottom: .3em;
    font-size: 2.4rem;
    color: #f00;
    font-weight: 600;
  }

  .carrier-detail .choiced .price-item .total span {
    font-size: 1.2rem;
    color: #333;
    font-weight: normal;
  }

  .carrier-detail .choiced .price-item .unit {
    margin-bottom: 1em;
    font-size: 1.2rem;
    color: #666;
  }

  .carrier-detail .choiced .price .number {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    margin-bottom: 0;
  }

  .carrier-detail .choiced .price .number select {
    font-size: 1.6rem;
    border: 1px solid #CCC;
  }

  .carrier-detail .choiced .price .cart-wrap {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }

  .carrier-detail .choiced .price .cart-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: #ddd 1px solid;
  }

  .carrier-detail .choiced .price .cart-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .carrier-detail .choiced .price .cart-price {
    margin-bottom: .2em;
    font-size: 2.4rem;
    color: #f00;
    font-weight: 600;
  }

  .carrier-detail .choiced .price .cart-price span {
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
  }

  .carrier-detail .choiced .price .note-list {
    margin-bottom: 10px;
  }

  .carrier-detail .choiced .price .note-list-item {
    font-size: 1.2rem;
  }

  .carrier-detail .choiced .price .note-list-item em {
    font-size: 1.2rem;
    color: #F00;
  }

  .carrier-detail .choiced .price .next {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #fbfbf8;
    text-align: center;
  }

  .carrier-detail .choiced .price .next.hidden,
  .carrier-detail .choiced .spec .next.hidden {
    display: none;
  }

  .carrier-detail .choiced .price .next button.next-btn-base,
  .carrier-detail .choiced .spec .next button.next-btn-base {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }

  .carrier-detail .choiced .price .next button.next-btn-base span,
  .carrier-detail .choiced .spec .next button.next-btn-base span {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
  }

  .carrier-detail .choiced .price .next button {
    padding: 15px;
    width: 100%;
    background: #f90;
    border: none;
    border-radius: 3px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
    cursor: pointer;
  }

  .carrier-detail .choiced .price .next button small {
    display: block;
    font-size: 13px;
  }

  .carrier-detail .choiced .price .next button i {
    margin-right: 10px;
  }

  .carrier-detail .choiced .price .next button i.carrier,
  .carrier-detail .choiced .spec .next button i.carrier {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/carrier_detail/icon_carrier.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .carrier-detail .choiced .price .option {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: #ddd 2px solid;
  }

  .carrier-detail .choiced .price .option-title {
    text-align: left;
    margin-bottom: .5em;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .carrier-detail .choiced .price .option-inner {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
  }

  .carrier-detail .choiced .price .option-inner .title {
    font-size: 1.3rem;
  }

  .carrier-detail .choiced .price .option-inner .item {
    margin-left: 5px;
    width: 5em;
    font-size: 1.3rem;
  }

  .carrier-detail .choiced .price .option-inner .title.red,
  .carrier-detail .choiced .price .option-inner .item.red {
    color: red;
  }

  .carrier-detail .choiced .price .option .tip {
    /* display: none; */
  }

  .carrier-detail .choiced .price .next {
    padding: 20px 0;
    background: #fbfbf8;
  }

  .carrier-detail .choiced .price .next button {
    width: 230px;
    margin: 0 auto;
  }

  .carrier-detail .choiced .price .others-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .carrier-detail .choiced .price .others-list-item {
    width: calc((100% - 15px) / 2);
    background: none;
    border: #eee 1px solid;
  }

  .carrier-detail .choiced .price .others-list-item a {
    padding: 15px;
  }

  .carrier-detail .choiced .price .others-list-item .pic {
    display: none;
  }

  .carrier-detail .choiced .price .others-list-item .text {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }

  .carrier-detail .choiced .price .others-list-item .text span {
    display: inline;
    font-size: 1.4rem;
  }

  .carrier-detail .choiced .price .others-list-item::before,
  .carrier-detail .choiced .price .others-list-item::after {
    content: none;
  }

  .carrier-detail .choiced .info {
    order: 1;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .carrier-detail .choiced .info-inner {
    display: flex;
    flex-direction: column;
    order: 2;
    width: 100%;
  }

  .carrier-detail .choiced .info .pic {
    order: 1;
    width: 100%;
    padding: 25px;
    margin-bottom: 10px;
  }

  .carrier-detail .choiced .info .feature-list {
    order: 4;
    margin-bottom: 0;
  }

  .carrier-detail .choiced .info .maker-logo {
    order: 2;
    margin-bottom: 5px;
  }

  .carrier-detail .choiced .info-title {
    order: 3;
  }

  .carrier-detail .choiced .info .thumbnail {
    order: 1;
  }

  .carrier-detail .choiced .info .thumbnail-list {
    display: block;
    margin-bottom: 25px;
    height: 80px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .carrier-detail .choiced .info .thumbnail-list-item {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 5px 0 0;
  }

  .carrier-detail .choiced .info .thumbnail-list-item:not(:nth-child(4n)) {
    margin-right: 5px;
  }

  .carrier-detail .choiced .info .thumbnail-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carrier-detail .choiced .text {
    margin-bottom: 40px;
  }

  .carrier-detail .choiced .text-list {
    font-size: 14px;
  }

  .carrier-detail .choiced .detail {
    order: 3;
    width: 100%;
  }

  .carrier-detail .choiced .detail .box-title {
    display: block;
    margin-left: 1em;
    text-indent: -1.3em;
  }

  .carrier-detail .choiced .detail .box-title::before {
    display: inline-block;
  }

  .carrier-detail .choiced .spec {
    order: 4;
    width: 100%;
  }

  .carrier-detail .choiced .set {
    order: 4;
    width: 100%;
  }

  .carrier-detail .choiced .link {
    order: 4;
  }

  .carrier-detail .side {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .carrier-detail .choiced .price .option-inner .title {
    font-size: 1.3rem;
  }

  .carrier-detail .choiced .section-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .carrier-detail .choiced .info .thumbnail-list {
    margin-bottom: 10px;
  }

  .carrier-detail .choiced .info .maker-logo {
    margin-bottom: 10px;
    height: 15px;
  }

  .carrier-detail .choiced .info .maker-logo span {
    font-size: 1rem;
  }

  .carrier-detail .choiced .info-title {
    font-size: 1.6rem;
  }

  .carrier-detail .choiced .info-title small {
    font-size: 1rem;
  }

  .carrier-detail .choiced .info-title .size {
    margin-top: 5px;
    font-size: 1.6rem;
  }

  .carrier-detail .choiced .link {
    margin-top: 10px;
  }

  .carrier-detail .choiced .link-wrap {
    font-size: 1.2rem;
  }

  .carrier-detail .choiced .price-inner {
    padding: 10px;
  }

  .carrier-detail .choiced .price-title {
    text-align: left;
  }

  .carrier-detail .choiced .price-title small {
    font-size: 1rem;
  }

  .carrier-detail .choiced .price .number select {
    font-size: 1.4rem;
  }

  .carrier-detail .choiced .price-item {
    text-align: right;
  }

  .carrier-detail .choiced .price-item .total {
    line-height: 1.2;
    margin-bottom: 3px;
    font-size: 1.8rem;
  }

  .carrier-detail .choiced .price-item .total span {
    font-size: 1rem;
  }

  .carrier-detail .choiced .price-item .unit {
    font-size: 1rem;
  }

  .carrier-detail .choiced .price .cart-inner {
    padding: 10px;
  }

  .carrier-detail .choiced .price .cart-title span {
    font-size: 1rem;
  }

  .carrier-detail .choiced .price .cart-price {
    font-size: 1.9rem;
  }

  .carrier-detail .choiced .price .cart-price span {
    font-size: 1rem;
  }

  .carrier-detail .choiced .price .option {
    padding: 10px;
  }

  .carrier-detail .choiced .text {
    margin-bottom: 30px;
  }

  .carrier-detail .choiced .text-list {
    font-size: 12px;
  }

  .carrier-detail .choiced .detail {
    margin-bottom: 30px;
  }

  .carrier-detail .choiced .detail .lead {
    margin-bottom: 10px;
  }

  .carrier-detail .choiced .detail .lead strong {
    font-size: 1.6rem;
  }

  .carrier-detail .choiced .detail .box-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .carrier-detail .choiced .detail .box-title:before {
    position: relative;
    top: 4px;
  }

  .carrier-detail .choiced .detail .text {
    font-size: 1.3rem;
  }

  .carrier-detail .choiced .detail .link {
    margin-top: -10px;
  }

  .carrier-detail .choiced .spec .table {
    margin-bottom: 30px;
  }

  .carrier-detail .choiced .spec .table tr {
    display: block;
  }

  .carrier-detail .choiced .spec .table th,
  .carrier-detail .choiced .spec .table td {
    display: block;
    padding: 5px;
    width: 100%;
    height: auto;
    border-bottom: #fff 5px solid;
    line-height: 1.5;
    font-size: 1.3rem;
  }

  .carrier-detail .choiced .spec .table th .tip {
    line-height: 1.2;
    color: #333;
  }

  .carrier-detail .choiced .set .section-title {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
	base_detail
----------------------------------------------------*/
.base-detail .main {
  width: 980px;
  padding: 60px 0 150px;
  margin: 0 auto;
}

.base-detail .content {
  display: flex;
  justify-content: space-between;
}

.base-detail .page-title {
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 800;
}

.base-detail .selected-box-base {
  position: static;
  width: 100%;
  margin-bottom: 15px;
  border: #eee 1px solid;
  /* min-height: 140px; */
  border-radius: 0;
  box-shadow: none;
}

.base-detail .selected-box-base .inner {
  position: relative;
  padding: 25px;
}

.base-detail .selected-box-base-head {
  position: absolute;
  top: -.7em;
  left: 23px;
}

.base-detail .selected-box-base-head .title {
  display: inline-block;
  padding: 0 2px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff9900;
}

.base-detail .selected-box-base-item {
  padding-right: 145px;
}

.base-detail .selected-box-base-item .pic {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 120px;
  padding: 0;
}

.base-detail .selected-box-base-item p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
}

.base-detail .selected-box-base-item .name {
  display: inline-block;
}

.base-detail .selected-box-base-item .year {
  display: inline-block;
  margin-bottom: 0;
}

.base-detail .selected-box-base-item .year::before {
  content: '/';
  display: inline-block;
  margin-right: .3em;
}

.base-detail .choiced {
  width: calc(100% - 310px);
}

.base-detail .choiced-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: #eee 1px solid;
  padding: 15px 0;
}

.base-detail .choiced-list.hidden {
  display: none;
}

.base-detail .choiced-list:last-child {
  border-bottom: #eee 1px solid;
}

.base-detail .choiced-list .pic {
  width: 200px;
  padding: 15px;
  border: #ccc 1px solid;
  position: relative;
}

.base-detail .choiced-list .item {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
}

.base-detail .choiced-list .item small {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  font-weight: 300;
}

.base-detail .choiced-list .price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f00;
}

.base-detail .choiced-list .price span {
  font-size: 1.2rem;
  color: #333;
}

.base-detail .choiced-list .info {
  padding-left: 25px;
  width: calc(100% - 200px - 160px);
}

.base-detail .choiced-list .control {
  width: 160px;
  text-align: right;
}

.base-detail .choiced-list .control a {
  display: inline-block;
  padding: 10px;
  border: #1499a4 1px solid;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #1499a4;
  text-align: center;
}

.base-detail .choiced-list .maker-logo {
  height: 20px;
  margin-bottom: 15px;
}

.base-detail .choiced-list .maker-logo img {
  vertical-align: middle;
}

.base-detail .choiced-list .maker-logo span {
  margin-left: 5px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  font-size: 1rem;
}

.base-detail .sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: -90px;
}

.base-detail .fa-search-plus {
  font-size: 1.5em;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 980px) {
  .base-detail .main {
    width: 100%;
  }

  .base-detail .content {
    flex-direction: column;
  }

  .base-detail .page-title {
    text-align: center;
  }

  .base-detail .choiced {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .base-detail .side .price .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: #ddd 2px solid;
  }

  .base-detail .side .price .next {
    padding: 20px 0;
    background: #fbfbf8;
  }

  .base-detail .side .price .next-btn {
    width: 230px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .base-detail .main {
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .base-detail .selected-box-base {
    /* min-height: 100px; */
  }

  .base-detail .selected-box-base .inner {
    padding: 15px;
  }

  .base-detail .selected-box-base-head {
    left: 14px;
  }

  .base-detail .selected-box-base-head .title {
    font-size: 1.3rem;
  }

  .base-detail .selected-box-base-item {
    padding-right: 100px;
  }

  .base-detail .selected-box-base-item p {
    font-size: 1.3rem;
  }

  .base-detail .selected-box-base .pic {
    right: 10px;
    top: 10px;
    width: 80px;
  }

  .base-detail .page-title {
    margin-bottom: 25px;
    font-size: 2rem;
  }

  .base-detail .choiced-list .pic {
    padding: 10px;
    width: 80px;
  }

  .base-detail .choiced-list .info {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100vw - 80px - 85px);
  }

  .base-detail .choiced-list .control {
    width: 85px;
  }

  .base-detail .choiced-list .control a {
    padding: 10px 5px;
    font-size: 1.1rem;
    vertical-align: top;
    line-height: 1;
  }

  .base-detail .choiced-list .maker-logo {
    margin-bottom: 7px;
    height: auto;
  }

  .base-detail .choiced-list .maker-logo img {
    height: 13px;
    width: auto;
  }

  .base-detail .choiced-list .maker-logo span {
    font-size: .8rem;
  }

  .base-detail .choiced-list .item {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .base-detail .choiced-list .item small {
    font-size: .8rem;
  }

  .base-detail .choiced-list .price {
    font-size: 1.4rem;
  }

  .base-detail .choiced-list .price span {
    font-size: 1rem;
    font-weight: 300;
  }

  .base-detail .side .price-inner {
    padding: 10px;
  }

  .base-detail .side .price-title {
    text-align: left;
  }

  .base-detail .side .price-title small {
    display: inline;
    font-size: 1rem;
  }

  .base-detail .side .price-item .total {
    margin-bottom: 3px;
    text-align: right;
  }

  .base-detail .side .price-item .total span {
    font-size: 1rem;
  }

  .base-detail .side .price-item .unit {
    margin-bottom: 0;
    font-size: 1rem;
    text-align: right;
  }

  .base-detail .side .price .cart-wrap {
    margin-bottom: 10px;
  }

  .base-detail .side .price .cart-price {
    font-size: 1.9rem;
  }

  .base-detail .side .price .cart-price span {
    font-size: 1rem;
  }

  .base-detail .side .price .option {
    padding: 10px;
    flex-wrap: wrap;
  }

  .base-detail .side .price .option-title {
    margin-bottom: 3px;
  }

  .base-detail .side .price .option-item {
    width: 100%;
    padding-left: 0;
  }

  .base-detail .side .price .option-list-item {
    line-height: 1.2;
  }

  .base-detail .fa-search-plus {
    font-size: 1.2em;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}

/*----------------------------------------------------
	oil_list
----------------------------------------------------*/
.oil-list-function {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.oil-list-function .item {
  margin-top: 5px;
  margin-right: 5px;
  padding: 3px;
  /* width: calc(25% - 5px); */
  width: calc(25% + 30px);
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background: #FFB300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 980px) {
  .oil-list-function .item {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .oil-detail .choiced .oil-list-function .item {
    width: calc(33.3% - 5px) !important;
  }

  .oil-list-function .item {
    width: calc(33.3% - 5px);
  }
}

/*----------------------------------------------------
	oil_detail
----------------------------------------------------*/
.oil-detail {
  /* -- side -- */
}

.oil-detail .main {
  width: 980px;
  padding: 60px 0 150px;
  margin: 0 auto;
}

.oil-detail .choiced {
  float: left;
  width: calc(100% - 310px);
  /* -- price --*/
  /* -- info --*/
}

.oil-detail .choiced .section-title {
  padding-bottom: .5em;
  margin-bottom: 30px;
  border-bottom: #ccc 1px solid;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.oil-detail .choiced .section-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 0.7em;
  background: #f5d944;
  border-radius: 5px;
}

.oil-detail .choiced .link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}

.oil-detail .choiced .link-wrap {
  position: relative;
  padding-right: 15px;
  margin-left: 1em;
}

.oil-detail .choiced .link-wrap::before,
.oil-detail .choiced .link-wrap::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
}

.oil-detail .choiced .link-wrap:before {
  top: 6px;
  right: 0;
  border: #0195a1 1px solid;
}

.oil-detail .choiced .link-wrap::after {
  top: 9px;
  right: 3px;
  border-left: #0195a1 1px solid;
  border-bottom: #0195a1 1px solid;
}

.oil-detail .choiced .link-wrap a {
  display: inline;
  border-bottom: #0195a1 1px solid;
  color: #0195a1;
  line-height: 1.2;
}

.oil-detail .choiced .oil-list-function .item {
  /* width: calc(33.3% - 5px); */
  width: calc(33.3% + 45px);
}

.oil-detail .choiced .price {
  display: none;
}

.oil-detail .subprice.hidden {
  display: none;
}

.oil-detail .subprice .total {
  font-size: 1.6rem;
  color: #e70000;
  font-weight: 600;
  line-height: 1.6;
}

.oil-detail .subprice .total span {
  font-size: 1.2rem;
  font-weight: normal;
}

.oil-detail .choiced .info {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.oil-detail .choiced .info-inner {
  width: 300px;
}

.oil-detail .choiced .info .maker-logo {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.oil-detail .choiced .info .maker-logo .kana {
  font-size: 12px;
  font-weight: normal;
}

.oil-detail .choiced .info .maker-logo .kana:before {
  content: "｜";
  margin-left: 5px;
  margin-right: 5px;
  color: #CCC;
}

.oil-detail .choiced .info-title {
  margin-bottom: .8em;
  font-size: 2.1rem;
  font-weight: 600;
}

.oil-detail .choiced .info-title small {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

.oil-detail .choiced .info-title .size {
  font-size: 2.1rem;
}

.oil-detail .choiced .info .feature-list {
  margin-bottom: 15px;
}

.oil-detail .choiced .info .feature-list-item img {
  width: 40px;
}

.oil-detail .choiced .info .thumbnail-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.oil-detail .choiced .info .thumbnail-list-item {
  margin-bottom: 7px;
  padding: 5px;
  border: #ccc 1px solid;
}

.oil-detail .choiced .info .thumbnail-list-item:not(:nth-child(4n)) {
  margin-right: 7px;
}

.oil-detail .choiced .info .thumbnail-list-item img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}

.oil-detail .choiced .info .thumbnail-list-item:hover,
.oil-detail .choiced .info .thumbnail-list-item.is-active {
  border-color: #e60012 !important;
}

.oil-detail .choiced .info .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  border: #ccc 1px solid;
}

.oil-detail .choiced .info .pic img {
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
}

.oil-detail .choiced .info .link-wrap a {
  font-size: 1.2rem;
}

.oil-detail .choiced .text {
  margin-bottom: 55px;
}

.oil-detail .choiced .text-list {
  font-size: 16px;
  padding-left: 1.5em;
}

.oil-detail .choiced .text-list .item {
  line-height: 1.75;
  list-style: disc;
}

.oil-detail .choiced .detail {
  margin-bottom: 55px;
}

.oil-detail .choiced .detail .lead {
  margin-bottom: 1.8em;
}

.oil-detail .choiced .detail .lead strong {
  font-size: 1.9rem;
}

.oil-detail .choiced .detail .box-title {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.oil-detail .choiced .detail .box-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  margin-right: 1em;
  background: #f5d944;
  border-radius: 5px;
}

.oil-detail .choiced .detail .text {
  margin-bottom: 1.6em;
  line-height: 1.4;
}

.oil-detail .choiced .detail .pic {
  margin-bottom: 20px;
}

.oil-detail .choiced .detail .link-wrap a {
  padding: 0 3px;
}

.oil-detail .choiced .spec .table {
  width: 100%;
  margin-bottom: 55px;
}

.oil-detail .choiced .spec .table tr {
  border-bottom: #fff 5px solid;
}

.oil-detail .choiced .spec .table th,
.oil-detail .choiced .spec .table td {
  height: 50px;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
}

.oil-detail .choiced .spec .table th {
  /* width: 25%; */
  width: 40%;
  background: #f6f6f6;
  color: #666;
}

.oil-detail .side {
  position: sticky;
  top: 60px;
  float: right;
}

.oil-detail .choiced .price .option-inner .title {
  font-size: 1.1rem;
}

@media screen and (max-width: 980px) {
  .oil-detail .main {
    width: 100%;
    padding: 20px 2% 70px;
  }

  .oil-detail .choiced {
    flex-direction: column;
    width: 100%;
  }

  .oil-detail .choiced .price {
    display: block;
    padding: 0;
    text-align: right;
  }

  .oil-detail .choiced .price-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: #ddd 1px solid;
  }

  .oil-detail .choiced .price-title {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .oil-detail .choiced .price-title small {
    font-size: 1.3rem;
  }

  .oil-detail .choiced .price-item {
    order: 3;
    text-align: left;
  }

  .oil-detail .choiced .price-item .total {
    margin-bottom: .3em;
    font-size: 2.4rem;
    color: #f00;
    font-weight: 600;
  }

  .oil-detail .choiced .price-item .total span {
    font-size: 1.2rem;
    color: #333;
    font-weight: normal;
  }

  .oil-detail .choiced .price-item .unit {
    margin-bottom: 1em;
    font-size: 1.2rem;
    color: #666;
  }

  .oil-detail .choiced .price .number {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    margin-bottom: 0;
  }

  .oil-detail .choiced .price .number select {
    font-size: 1.6rem;
    border: 1px solid #CCC;
  }

  .oil-detail .choiced .price .cart-wrap {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }

  .oil-detail .choiced .price .cart-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: #ddd 1px solid;
  }

  .oil-detail .choiced .price .cart-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .oil-detail .choiced .price .cart-price {
    margin-bottom: .2em;
    font-size: 2.4rem;
    color: #f00;
    font-weight: 600;
  }

  .oil-detail .choiced .price .cart-price span {
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
  }

  .oil-detail .choiced .price .note-list {
    margin-bottom: 10px;
  }

  .oil-detail .choiced .price .note-list-item {
    font-size: 1.2rem;
  }

  .oil-detail .choiced .price .note-list-item em {
    font-size: 1.2rem;
    color: #F00;
  }

  .oil-detail .choiced .price .next {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #fbfbf8;
    text-align: center;
  }

  .oil-detail .choiced .price .next.hidden,
  .oil-detail .choiced .spec .next.hidden {
    display: none;
  }

  .oil-detail .choiced .price .next button.next-btn-filter,
  .oil-detail .choiced .spec .next button.next-btn-filter {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }

  .oil-detail .choiced .price .next button.next-btn-filter span,
  .oil-detail .choiced .spec .next button.next-btn-filter span {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
  }

  .oil-detail .choiced .price .next button {
    padding: 15px;
    width: 100%;
    background: #f90;
    border: none;
    border-radius: 3px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.25);
    cursor: pointer;
  }

  .oil-detail .choiced .price .next button small {
    display: block;
    font-size: 13px;
  }

  .oil-detail .choiced .price .next button i {
    margin-right: 10px;
  }

  .oil-detail .choiced .price .next button i.oil,
  .oil-detail .choiced .spec .next button i.oil {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/oil_detail/icon_filter.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .oil-detail .choiced .price .option {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: #ddd 2px solid;
  }

  .oil-detail .choiced .price .option-title {
    text-align: left;
    margin-bottom: .5em;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .oil-detail .choiced .price .option-inner {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
  }

  .oil-detail .choiced .price .option-inner .title {
    font-size: 1.3rem;
  }

  .oil-detail .choiced .price .option-inner .item {
    margin-left: 5px;
    width: 5em;
    font-size: 1.3rem;
  }

  .oil-detail .choiced .price .option-inner .title.red,
  .oil-detail .choiced .price .option-inner .item.red {
    color: red;
  }

  .oil-detail .choiced .price .option .tip {
    /* display: none; */
  }

  .oil-detail .choiced .price .next {
    padding: 20px 0;
    background: #fbfbf8;
  }

  .oil-detail .choiced .price .next button {
    width: 230px;
    margin: 0 auto;
  }

  .oil-detail .choiced .price .others-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .oil-detail .choiced .price .others-list-item {
    width: calc((100% - 15px) / 2);
    background: none;
    border: #eee 1px solid;
  }

  .oil-detail .choiced .price .others-list-item a {
    padding: 15px;
  }

  .oil-detail .choiced .price .others-list-item .pic {
    display: none;
  }

  .oil-detail .choiced .price .others-list-item .text {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }

  .oil-detail .choiced .price .others-list-item .text span {
    display: inline;
    font-size: 1.4rem;
  }

  .oil-detail .choiced .price .others-list-item::before,
  .oil-detail .choiced .price .others-list-item::after {
    content: none;
  }

  .oil-detail .choiced .info {
    order: 1;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .oil-detail .choiced .info-inner {
    display: flex;
    flex-direction: column;
    order: 2;
    width: 100%;
  }

  .oil-detail .choiced .info .pic {
    order: 1;
    width: 100%;
    padding: 25px;
    margin-bottom: 10px;
  }

  .oil-detail .choiced .info .feature-list {
    order: 4;
    margin-bottom: 0;
  }

  .oil-detail .choiced .info .maker-logo {
    order: 2;
    margin-bottom: 5px;
  }

  .oil-detail .choiced .info-title {
    order: 3;
  }

  .oil-detail .choiced .item-type {
    order: 4;
  }

  .oil-detail .choiced .subprice {
    order: 5;
  }

  .oil-detail .choiced .info .thumbnail {
    order: 1;
  }

  .oil-detail .choiced .info .thumbnail-list {
    display: block;
    margin-bottom: 25px;
    height: 80px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .oil-detail .choiced .info .thumbnail-list-item {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 5px 0 0;
  }

  .oil-detail .choiced .info .thumbnail-list-item:not(:nth-child(4n)) {
    margin-right: 5px;
  }

  .oil-detail .choiced .info .thumbnail-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .oil-detail .choiced .text {
    margin-bottom: 40px;
  }

  .oil-detail .choiced .text-list {
    font-size: 14px;
  }

  .oil-detail .choiced .detail {
    order: 3;
    width: 100%;
  }

  .oil-detail .choiced .detail .box-title {
    display: block;
    margin-left: 1em;
    text-indent: -1.3em;
  }

  .oil-detail .choiced .detail .box-title::before {
    display: inline-block;
  }

  .oil-detail .choiced .spec {
    order: 4;
    width: 100%;
  }

  .oil-detail .choiced .set {
    order: 4;
    width: 100%;
  }

  .oil-detail .choiced .link {
    order: 4;
  }

  .oil-detail .side {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .oil-detail .choiced .price .option-inner .title {
    font-size: 1.3rem;
  }

  .oil-detail .choiced .section-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .oil-detail .choiced .info .thumbnail-list {
    margin-bottom: 10px;
  }

  .oil-detail .choiced .info .maker-logo {
    margin-bottom: 10px;
    height: 15px;
  }

  .oil-detail .choiced .info .maker-logo span {
    font-size: 1rem;
  }

  .oil-detail .choiced .info-title {
    font-size: 1.6rem;
  }

  .oil-detail .choiced .info-title small {
    font-size: 1rem;
  }

  .oil-detail .choiced .info-title .size {
    margin-top: 5px;
    font-size: 1.6rem;
  }

  .oil-detail .choiced .link {
    margin-top: 10px;
  }

  .oil-detail .choiced .link-wrap {
    font-size: 1.2rem;
  }

  .oil-detail .choiced .price-inner {
    padding: 10px;
  }

  .oil-detail .choiced .price-title {
    text-align: left;
  }

  .oil-detail .choiced .price-title small {
    font-size: 1rem;
  }

  .oil-detail .choiced .price .number select {
    font-size: 1.4rem;
  }

  .oil-detail .choiced .price-item {
    text-align: right;
  }

  .oil-detail .choiced .price-item .total {
    line-height: 1.2;
    margin-bottom: 3px;
    font-size: 1.8rem;
  }

  .oil-detail .choiced .price-item .total span {
    font-size: 1rem;
  }

  .oil-detail .choiced .price-item .unit {
    font-size: 1rem;
  }

  .oil-detail .choiced .price .cart-inner {
    padding: 10px;
  }

  .oil-detail .choiced .price .cart-title span {
    font-size: 1rem;
  }

  .oil-detail .choiced .price .cart-price {
    font-size: 1.9rem;
  }

  .oil-detail .choiced .price .cart-price span {
    font-size: 1rem;
  }

  .oil-detail .choiced .price .option {
    padding: 10px;
  }

  .oil-detail .choiced .text {
    margin-bottom: 30px;
  }

  .oil-detail .choiced .text-list {
    font-size: 12px;
  }

  .oil-detail .choiced .detail {
    margin-bottom: 30px;
  }

  .oil-detail .choiced .detail .lead {
    margin-bottom: 10px;
  }

  .oil-detail .choiced .detail .lead strong {
    font-size: 1.6rem;
  }

  .oil-detail .choiced .detail .box-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .oil-detail .choiced .detail .box-title:before {
    position: relative;
    top: 4px;
  }

  .oil-detail .choiced .detail .text {
    font-size: 1.3rem;
  }

  .oil-detail .choiced .detail .link {
    margin-top: -10px;
  }

  .oil-detail .choiced .spec .table {
    margin-bottom: 30px;
  }

  .oil-detail .choiced .spec .table tr {
    display: block;
  }

  .oil-detail .choiced .spec .table th,
  .oil-detail .choiced .spec .table td {
    display: block;
    padding: 5px;
    width: 100%;
    height: auto;
    border-bottom: #fff 5px solid;
    line-height: 1.5;
    font-size: 1.3rem;
  }

  .oil-detail .choiced .spec .table th .tip {
    line-height: 1.2;
    color: #333;
  }

  .oil-detail .choiced .set .section-title {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
	oilfilter_detail
----------------------------------------------------*/
.oilfilter-detail .main {
  width: 980px;
  padding: 60px 0 150px;
  margin: 0 auto;
}

.oilfilter-detail .content {
  display: flex;
  justify-content: space-between;
}

.oilfilter-detail .page-title {
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 800;
}

.oilfilter-detail .selected-box-oilfilter {
  position: static;
  width: 100%;
  margin-bottom: 15px;
  border: #eee 1px solid;
  /* min-height: 140px; */
  border-radius: 0;
  box-shadow: none;
}

.oilfilter-detail .selected-box-oilfilter .inner {
  position: relative;
  padding: 25px;
}

.oilfilter-detail .selected-box-oilfilter-head {
  position: absolute;
  top: -.7em;
  left: 23px;
}

.oilfilter-detail .selected-box-oilfilter-head .title {
  display: inline-block;
  padding: 0 2px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff9900;
}

.oilfilter-detail .selected-box-oilfilter-item {
  padding-right: 145px;
}

.oilfilter-detail .selected-box-oilfilter-item .pic {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 120px;
  padding: 0;
}

.oilfilter-detail .selected-box-oilfilter-item p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
}

.oilfilter-detail .selected-box-oilfilter-item .name {
  display: inline-block;
}

.oilfilter-detail .selected-box-oilfilter-item .year {
  display: inline-block;
  margin-bottom: 0;
}

.oilfilter-detail .selected-box-oilfilter-item .year::before {
  content: '/';
  display: inline-block;
  margin-right: .3em;
}

.oilfilter-detail .choiced {
  width: calc(100% - 310px);
}

.oilfilter-detail .choiced-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: #eee 1px solid;
  padding: 15px 0;
}

.oilfilter-detail .choiced-list.hidden {
  display: none;
}

.oilfilter-detail .choiced-list:last-child {
  border-bottom: #eee 1px solid;
}

.oilfilter-detail .choiced-list .pic {
  width: 200px;
  padding: 15px;
  border: #ccc 1px solid;
  position: relative;
}

.oilfilter-detail .choiced-list .item {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
}

.oilfilter-detail .choiced-list .item small {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  font-weight: 300;
}

.oilfilter-detail .choiced-list .price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f00;
}

.oilfilter-detail .choiced-list .price span {
  font-size: 1.2rem;
  color: #333;
}

.oilfilter-detail .choiced-list .info {
  padding-left: 25px;
  width: calc(100% - 200px - 160px);
}

.oilfilter-detail .choiced-list .control {
  width: 160px;
  text-align: right;
}

.oilfilter-detail .choiced-list .control a {
  display: inline-block;
  padding: 10px;
  border: #1499a4 1px solid;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #1499a4;
  text-align: center;
}

.oilfilter-detail .choiced-list .maker-logo {
  height: 20px;
  margin-bottom: 15px;
}

.oilfilter-detail .choiced-list .maker-logo img {
  vertical-align: middle;
}

.oilfilter-detail .choiced-list .maker-logo span {
  margin-left: 5px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  font-size: 1rem;
}

.oilfilter-detail .sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: -90px;
}

.oilfilter-detail .fa-search-plus {
  font-size: 1.5em;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 980px) {
  .oilfilter-detail .main {
    width: 100%;
  }

  .oilfilter-detail .content {
    flex-direction: column;
  }

  .oilfilter-detail .page-title {
    text-align: center;
  }

  .oilfilter-detail .choiced {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .oilfilter-detail .side .price .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: #ddd 2px solid;
  }

  .oilfilter-detail .side .price .next {
    padding: 20px 0;
    background: #fbfbf8;
  }

  .oilfilter-detail .side .price .next-btn {
    width: 230px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .oilfilter-detail .main {
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .oilfilter-detail .selected-box-oilfilter {
    /* min-height: 100px; */
  }

  .oilfilter-detail .selected-box-oilfilter .inner {
    padding: 15px;
  }

  .oilfilter-detail .selected-box-oilfilter-head {
    left: 14px;
  }

  .oilfilter-detail .selected-box-oilfilter-head .title {
    font-size: 1.3rem;
  }

  .oilfilter-detail .selected-box-oilfilter-item {
    padding-right: 100px;
  }

  .oilfilter-detail .selected-box-oilfilter-item p {
    font-size: 1.3rem;
  }

  .oilfilter-detail .selected-box-oilfilter .pic {
    right: 10px;
    top: 10px;
    width: 80px;
  }

  .oilfilter-detail .page-title {
    margin-bottom: 25px;
    font-size: 2rem;
  }

  .oilfilter-detail .choiced-list .pic {
    padding: 10px;
    width: 80px;
  }

  .oilfilter-detail .choiced-list .info {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100vw - 80px - 85px);
  }

  .oilfilter-detail .choiced-list .control {
    width: 85px;
  }

  .oilfilter-detail .choiced-list .control a {
    padding: 10px 5px;
    font-size: 1.1rem;
    vertical-align: top;
    line-height: 1;
  }

  .oilfilter-detail .choiced-list .maker-logo {
    margin-bottom: 7px;
    height: auto;
  }

  .oilfilter-detail .choiced-list .maker-logo img {
    height: 13px;
    width: auto;
  }

  .oilfilter-detail .choiced-list .maker-logo span {
    font-size: .8rem;
  }

  .oilfilter-detail .choiced-list .item {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .oilfilter-detail .choiced-list .item small {
    font-size: .8rem;
  }

  .oilfilter-detail .choiced-list .price {
    font-size: 1.4rem;
  }

  .oilfilter-detail .choiced-list .price span {
    font-size: 1rem;
    font-weight: 300;
  }

  .oilfilter-detail .side .price-inner {
    padding: 10px;
  }

  .oilfilter-detail .side .price-title {
    text-align: left;
  }

  .oilfilter-detail .side .price-title small {
    display: inline;
    font-size: 1rem;
  }

  .oilfilter-detail .side .price-item .total {
    margin-bottom: 3px;
    text-align: right;
  }

  .oilfilter-detail .side .price-item .total span {
    font-size: 1rem;
  }

  .oilfilter-detail .side .price-item .unit {
    margin-bottom: 0;
    font-size: 1rem;
    text-align: right;
  }

  .oilfilter-detail .side .price .cart-wrap {
    margin-bottom: 10px;
  }

  .oilfilter-detail .side .price .cart-price {
    font-size: 1.9rem;
  }

  .oilfilter-detail .side .price .cart-price span {
    font-size: 1rem;
  }

  .oilfilter-detail .side .price .option {
    padding: 10px;
    flex-wrap: wrap;
  }

  .oilfilter-detail .side .price .option-title {
    margin-bottom: 3px;
  }

  .oilfilter-detail .side .price .option-item {
    width: 100%;
    padding-left: 0;
  }

  .oilfilter-detail .side .price .option-list-item {
    line-height: 1.2;
  }

  .oilfilter-detail .fa-search-plus {
    font-size: 1.2em;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}

/*----------------------------------------------------
	repayment-init
----------------------------------------------------*/
.repayment-init .main {
  padding-top: 0;
}

.repayment-init .main .page-title {
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  width: 100vw;
  margin-left: calc(calc(100vw - 980px) / 2 * -1);
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}

.repayment-init .main .page-title span {
  display: block;
  padding-top: .5em;
  font-size: 1.2rem;
  color: #ffb300;
}

.repayment-init .info {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  width: 100%;
}

.repayment-init .info th,
.repayment-init .info td {
  padding: 12px 20px;
  font-weight: 600;
  text-align: center;
}

.repayment-init .info th {
  width: 120px;
  background: #F6F5EF;
}

.repayment-init .info td {
  width: 370px;
}

.repayment-init ul.link {
  margin-bottom: 30px;
  text-align: right;
}

.repayment-init ul.link li {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.3rem;
}

.repayment-init ul.link li i {
  margin-right: 5px;
  font-size: 1.2rem;
}

.repayment-init ul.link li a {
  color: #0195A1;
  text-decoration: underline;
}

.repayment-init .table {
  width: 100%;
  padding: 20px 0;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

.repayment-init .table.hidden {
  display: none;
}

.repayment-init .table tr:not(:last-child) {
  border-bottom: #eee 1px solid;
}

.repayment-init .table td {
  vertical-align: middle;
}

.repayment-init .table td.pic {
  width: 140px;
  height: 120px;
  padding: 15px 0;
}

.repayment-init .table td.pic img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  padding: 10px;
  border: #ccc 1px solid;
}

.repayment-init .table td.name {
  padding-right: 20px;
  width: calc(100% - 140px - 130px);
}

.repayment-init .table td.name .maker-logo {
  height: 17px;
  margin-bottom: 10px;
}

.repayment-init .table td.name .maker-logo img {
  vertical-align: bottom;
}

.repayment-init .table td.name .maker-logo span {
  display: inline-block;
  margin-left: 5px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  font-size: 1rem;
}

.repayment-init .table td.name .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.repayment-init .table td.name .text small {
  display: block;
  font-weight: 300;
  font-size: 1rem;
}

.repayment-init .table td.control {
  width: 130px;
}

.repayment-init .table td.control .number {
  margin-bottom: 0;
}

.repayment-init .table .maker-logo {
  height: 17px;
  margin-bottom: 10px;
}

.repayment-init .table .text {
  /* font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4; */
}

.repayment-init .product .table {
  margin-bottom: 30px;
}

.repayment-init .product .number .text {
  font-size: 1.8rem;
  font-weight: 600;
}

.repayment-init .product .number .text .label {
  margin-right: 1em;
  font-size: 1.2rem;
  font-weight: 300;
}

.repayment-init .product .cart-price-inner {
  margin-bottom: 40px;
}

.repayment-init .product .addition {
  display: flex;
  justify-content: space-between;
}

.repayment-init .product .addition-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.repayment-init .product .addition-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 35px;
  margin-right: 1.2em;
  background: #f5d944;
  border-radius: 5px;
}

.repayment-init .product .addition-container {
  display: flex;
  flex-direction: column;
  width: calc((100% - 10px) / 2);
}

.repayment-init .product .addition-container>div {
  display: flex;
  flex-direction: column;
}

.repayment-init .product .addition-list {
  flex-grow: 1;
  margin-bottom: 10px;
}

.repayment-init .product .addition-list-item {
  border-color: #ccc;
  border-width: 1px 1px 0;
  border-style: solid;
}

.repayment-init .product .addition-list-item:last-child {
  border-bottom: #ccc 1px solid;
}

.repayment-init .product .addition-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
}

.repayment-init .product .addition-name {
  font-size: 1.4rem;
  font-weight: 600;
}

.repayment-init .product .addition-text {
  font-size: 1.3rem;
}

.repayment-init .product .addition-name.red,
.repayment-init .product .addition-text.red {
  color: red;
}

.repayment-init .product .addition .cart-price-inner {
  margin-bottom: 0;
}

.repayment-init .total-container {
  padding: 25px;
  margin-bottom: 40px;
  background: #f6f5ef;
  border: #000 1px solid;
}

.repayment-init .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.repayment-init .total-title {
  font-size: 2rem;
  font-weight: 600;
}

.repayment-init .total-title .notes {
  padding-top: .3em;
  font-size: 1.1rem;
  color: #666;
  font-weight: 300;
}

.repayment-init .total-item {
  font-size: 2rem;
  color: #f00;
  font-weight: 600;
}

.repayment-init .total-item span {
  font-size: 1.2rem;
  color: #333;
  font-weight: 300;
}

.repayment-init .section:not(.product, .payment) .table th,
.repayment-init .section:not(.product, .payment) .table td {
  padding: 30px 35px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
}

.repayment-init .section:not(.product, .payment) .table th {
  width: 25%;
  font-size: 1.4rem;
  color: #666;
}

.repayment-init .section:not(.product, .payment) .table td {
  width: 75%;
  font-size: 1.4rem;
}

.repayment-init .section:not(.product, .payment) .table td .map {
  display: inline;
  font-size: 1.2rem;
  color: #0195a1;
  text-decoration: underline;
}

.repayment-init .section:not(.product, .payment) .table td .notes {
  padding-top: .5em;
  font-size: 1.4rem;
  color: #f00;
  font-weight: 600;
}

.repayment-init .bring .list {
  padding-top: .3em;
}

.repayment-init .bring .list-item {
  font-weight: 600;
  line-height: 1.6;
}

.repayment-init .bring .list-item i {
  margin-right: .3em;
  color: #ffb300;
}

.repayment-init .bring .list-item .notes {
  padding-left: 2em;
  font-size: 1.2rem;
  color: #666;
  text-align: left;
  font-weight: 300;
}

.repayment-init .bring .list-item a {
  display: inline;
  margin-left: 1.5em;
  font-size: 1.2rem;
  color: #0195a1;
  text-align: left;
  font-weight: 300;
  text-decoration: underline;
}

.repayment-init .cart-page-button {
  margin-top: 30px;
}

#frm_repayment {
  margin-bottom: 30px;
}

.repayment-init .notes {
  padding: 0 0 40px 0;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 980px) {
  .repayment-init .main {
    padding-top: 0;
  }

  .repayment-init .main .page-title {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2rem;
    margin-left: 0;
  }

  .repayment-init .info {
    margin-bottom: 10px;
  }

  .repayment-init .info th,
  .repayment-init .info td {
    padding: 12px 15px;
  }

  .repayment-init .info th {
    min-width: 100px;
    width: 100px;
  }

  .repayment-init .section {
    margin-bottom: 35px;
  }

  .repayment-init .section:not(.product, .payment) .table th,
  .repayment-init .section:not(.product, .payment) .table td {
    padding: 20px 3%;
  }

  .repayment-init .table {
    border-bottom-color: #eee;
  }

  .repayment-init .product {
    margin-bottom: 0;
  }

  .repayment-init .product td.pic {
    width: 80px;
    height: auto;
    padding: 10px 10px 10px 0;
  }

  .repayment-init .product td.pic img {
    vertical-align: bottom;
  }

  .repayment-init .product td.name {
    width: calc(100% - 80px - 100px);
  }

  .repayment-init .product td.name p.maker-logo {
    margin-bottom: 10px;
    height: 12px;
  }

  .repayment-init .product td.name p.maker-logo span {
    font-size: .8rem;
  }

  .repayment-init .product td.name p.text {
    line-height: 1.2;
    font-size: 1.3rem;
  }

  .repayment-init .product td.name p.text small {
    font-size: .8rem;
  }

  .repayment-init .product td.control {
    width: 100px;
  }

  .repayment-init .product .addition {
    flex-direction: column;
  }

  .repayment-init .product .addition-list {
    margin-bottom: 20px;
  }

  .repayment-init .product .addition-container {
    width: 100%;
  }

  .repayment-init .product .addition-container .subtotal-inner {
    display: none;
  }

  .repayment-init .product .addition-inner {
    padding: 15px 3%;
  }

  .repayment-init .total-container {
    padding: 10px;
  }

  .repayment-init .total-title {
    font-size: 1.7rem;
  }

  .repayment-init .total-item {
    width: 10em;
    text-align: right;
    font-size: 1.7rem;
  }

  .repayment-init .total-item span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .repayment-init .info {
    margin-bottom: 10px;
  }

  .repayment-init .info th,
  .repayment-init .info td {
    padding: 10px;
    font-size: 1.2rem;
  }

  .repayment-init .info th {
    min-width: 7em;
    width: 7em;
  }

  .repayment-init .info td {
    width: calc(50vw - 7em - 10px);
  }

  .repayment-init .notice-container.date .case {
    flex-direction: column;
  }

  .repayment-init .notice-container.date .case-title {
    margin-bottom: .5em;
  }

  .repayment-init .notice-container.date .case-text {
    line-height: 1.7;
  }
}


.mv-slide {
  padding-top: 20px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 980px) {
  .mv-slide {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }
}

.slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  width: 600px;
}

@media (max-width: 640px) {
  .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
    width: 90vw;
  }
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slick-dots li {
  border: none;
  font-size: 0;
  background: #DDD;
}

.slick-dots li button {
  border: none;
  width: 85px;
  height: 7px;
  background: #DDD;
}

@media (max-width: 980px) {
  .slick-dots li button {
    width: 50px;
    height: 5px;
  }
}

.slick-dots li.slick-active button {
  background: #FFB300;
}

.buy-block--tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  max-width: 980px;
}

@media (max-width: 980px) {
  .buy-block--tabs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.buy-block--tabs:before {
  content: "";
  display: block;
  position: absolute;
  left: calc((50vw - 490px) * -1);
  bottom: 0;
  width: 100vw;
  height: calc(50% + 5px);
  background: #F7F5EF;
}

@media (max-width: 980px) {
  .buy-block--tabs:before {
    display: none;
  }
}

.buy-block--tabs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #FFB300;
}

.buy-block--tab {
  position: relative;
  width: calc(50% - 5px);
}

.buy-block--tab .link {
  display: block;
  border-radius: 5px 5px 0 0;
  padding: 20px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: #F3E858;
}

@media (max-width: 980px) {
  .buy-block--tab .link {
    padding: 20px 15px;
    font-size: 16px;
  }
}

.buy-block--tab .link.is-active {
  background: #FFB300;
}

.buy-block--tab .balloon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 12px;
  background: #FFF;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  width: 12em;
}

@media (max-width: 980px) {
  .buy-block--tab .balloon {
    font-size: 10px;
  }
}

.buy-block--tab .balloon:after {
  content: "▼";
  position: absolute;
  left: 50%;
  bottom: -7px;
  display: inline;
  color: #FFF;
}

@media (max-width: 980px) {
  .buy-block--tab .balloon:after {
    bottom: -5px;
  }
}

.buy-block--content {
  display: none;
  background: #F7F5EF;
  padding: 40px 20px;
}

@media (max-width: 640px) {
  .buy-block--content {
    padding: 20px 10px;
  }
}

.buy-block--content.is-active {
  display: block;
}

.buy-block--content .inner {
  margin: 0 auto;
  max-width: 980px;
}

.net-flow {
  margin-bottom: 40px;
  padding: 30px;
  background: #FFF;
  border-radius: 5px;
}

@media (max-width: 980px) {
  .net-flow {
    margin-bottom: 20px;
    padding: 20px 15px 15px;
  }
}

.net-flow--title {
  text-align: center;
  font-size: 20px;
}

@media (max-width: 980px) {
  .net-flow--title {
    font-size: 16px;
  }
}

.net-flow--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

@media (max-width: 980px) {
  .net-flow--list {
    gap: 10px;
  }
}

.net-flow--item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: #F8F8F8;
  border-radius: 5px;
}

@media (max-width: 980px) {
  .net-flow--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding: 15px;
  }
}

.net-flow--image img {
  width: 100%;
}

.net-flow--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

@media (max-width: 980px) {
  .net-flow--text {
    text-align: center;
  }
}

.net-flow--text .number {
  font-size: 40px;
  font-weight: 300;
  color: #FFB300;
}

@media (max-width: 980px) {
  .net-flow--text .number {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
  }
}

.net-flow--text .text {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 980px) {
  .net-flow--text .text {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .net-flow--text .text {
    font-size: 10px;
  }
}

.service-reserve--title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 980px) {
  .service-reserve--title {
    font-size: 18px;
  }
}

.service-reserve--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 980px) {
  .service-reserve--list {
    gap: 10px;
  }
}

.service-reserve--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: calc(33.3% - 6.6px);
}

@media (max-width: 640px) {
  .service-reserve--item {
    width: calc(50% - 5px);
  }
}

.service-reserve--link {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  border: 1px solid #FFF;
  padding: 10px;
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 640px) {
  .service-reserve--link {
    gap: 10px;
  }
}

.service-reserve--link:hover {
  top: 2px;
  border-color: #F3E858;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-reserve--image {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .service-reserve--image {
    width: 50px;
  }
}

.service-reserve--image img {
  border-radius: 3px;
  width: 100%;
}

.service-reserve--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  font-size: 16px;
}

@media (max-width: 640px) {
  .service-reserve--label {
    font-size: 12px;
  }
}

.service-reserve--label .text {
  font-weight: 600;
}

.service-reserve--label .icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service-reserve--label .icon img {
  width: 100%;
  vertical-align: top;
}

.top-pr-block {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 980px) {
  .top-pr-block {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.top-pr-block--inner {
  margin: 0 auto;
  max-width: 980px;
}

.pr-banner--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.pr-banner--item {
  width: calc(25% - 7.5px);
}

@media (max-width: 980px) {
  .pr-banner--item {
    width: calc(50% - 5px);
  }
}

.pr-banner--image {
  width: 100%;
}

.category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 240px;
  padding: 30px;
  background-color: #FFB300;
  background-position: 50% 50%;
  background-size: cover;
}

.category-header-tire {
  background-image: url(../img/category/header-bg-tire.png);
}

.category-header-car-electronics {
  background-image: url(../img/category/header-bg-car-electronics.png);
}

.category-header-carrier {
  background-image: url(../img/category/header-bg-carrier.png);
}

.category-header-oil {
  background-image: url(../img/category/header-bg-oil.png);
}

.category-header-car-supply {
  background-image: url(../img/category/header-bg-car-supply.png);
}

@media (max-width: 980px) {
  .category-header {
    height: 200px;
    padding: 25px;
  }
}

.category-header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: 980px;
}

.category-header--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.category-header--title {
  font-size: 32px;
}

@media (max-width: 980px) {
  .category-header--title {
    font-size: 28px;
  }
}

.category-header--copy {
  line-height: 1.5;
  font-size: 20px;
}

@media (max-width: 980px) {
  .category-header--copy {
    font-size: 14px;
  }
}

.category-header--image {
  width: auto;
  height: 200px;
}

@media (max-width: 980px) {
  .category-header--image {
    width: auto;
    height: 160px;
  }
}

.category-header--image img {
  width: inherit;
  height: inherit;
}

.category-intro-block {
  padding: 80px 20px;
}

@media (max-width: 980px) {
  .category-intro-block {
    padding: 60px 10px;
  }
}

.category-intro-block--inner {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.category-intro-block--title {
  line-height: 1.75;
  font-size: 32px;
  text-align: center;
}

@media (max-width: 980px) {
  .category-intro-block--title {
    font-size: 18px;
  }
}

.category-intro-block--flow {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

@media (max-width: 980px) {
  .category-intro-block--flow {
    gap: 5px;
  }
}

.category-intro-block--step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  font-size: 22px;
}

@media (max-width: 980px) {
  .category-intro-block--step {
    gap: 10px;
    font-size: 14px;
  }
}

.category-intro-block--step .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background: #4C3018;
  color: #FFF;
}

@media (max-width: 980px) {
  .category-intro-block--step .label {
    width: 30px;
    height: 30px;
  }
}

.category-intro-block--step .text {
  font-weight: 600;
}

.category-pr {
  padding: 20px;
  background: #F3E858;
}

@media (max-width: 980px) {
  .category-pr {
    padding: 10px;
  }
}

.category-pr--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 980px;
}

.category-pr--item {
  width: calc(25% - 7.5px);
}

@media (max-width: 640px) {
  .category-pr--item {
    width: calc(50% - 5px);
  }
}

.category-pr--image {
  width: 100%;
}

.work-reservation {
  padding: 40px 20px 0;
  text-align: center;
}

@media (max-width: 980px) {
  .work-reservation {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.work-reservation--link {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  border: 1px solid #DDD;
  padding: 15px 20px;
  width: 100%;
  max-width: 420px;
  border-radius: 5px;
  background: #F7F5EF url("../img/common/icon-arrow-middle.png") no-repeat right 20px top 50%;
  background-size: 1em 1em;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.work-reservation--link:hover {
  border-color: #F3E858;
  background-color: #F3E858;
}

.item-search-block {
  margin: 40px auto 0;
  max-width: 980px;
}

@media (max-width: 980px) {
  .item-search-block {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.item-search-block--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-search-block--title .icon {
  width: 32px;
}

@media (max-width: 980px) {
  .item-search-block--title .icon {
    width: 24px;
  }
}

.item-search-block--title .icon img {
  width: inherit;
  height: auto;
}

.item-search-block--title .text {
  font-size: 24px;
}

@media (max-width: 980px) {
  .item-search-block--title .text {
    font-size: 18px;
  }
}

.item-search-block--content {
  margin-top: 15px;
}

@media (max-width: 980px) {
  .item-search-block--content {
    margin-top: 10px;
  }
}

.item-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 40px 20px;
  background: #F8F6F4;
  border-radius: 5px;
}

@media (max-width: 980px) {
  .item-search {
    padding: 30px 10px;
    gap: 30px;
  }
}

.item-search--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.item-search--label .step {
  padding: 6px 15px 3px;
  font-size: 14px;
  font-weight: 600;
  background: #FFB300;
  border-radius: 20px;
}

@media (max-width: 980px) {
  .item-search--label .step {
    padding: 6px 10px 3px;
    font-size: 11px;
  }
}

.item-search--step1.error,
.item-search--step2.error {
  border-color: #F00;
  background: #ffebeb;
}

.item-search--label .label {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .item-search--label .label {
    font-size: 16px;
  }
}

.item-search--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 640px) {
  .item-search--select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.item-search--selectbox {
  width: calc(50% - 5px);
}

@media (max-width: 640px) {
  .item-search--selectbox {
    width: 100%;
  }
}

.item-search--keyword {
  margin-top: 20px;
}

.item-search--keyword .input {
  width: 100%;
  border: 1px solid #DDD;
  font-size: 18px;
  border-radius: 5px;
}

.txt-freeword {
  padding: 12px 20px;
  ;
}

@media (max-width: 980px) {
  .item-search--keyword .input {
    font-size: 14px;
  }
}

.item-search--keyword .input::-webkit-input-placeholder {
  color: 666;
}

.item-search--keyword .input::-moz-placeholder {
  color: 666;
}

.item-search--keyword .input:-ms-input-placeholder {
  color: 666;
}

.item-search--keyword .input::-ms-input-placeholder {
  color: 666;
}

.item-search--keyword .input::placeholder {
  color: 666;
}

.item-search--button {
  border: none;
  padding: 20px;
  background: #FFB300;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
}

@media (max-width: 980px) {
  .item-search--button {
    padding: 15px;
    font-size: 15px;
  }
}

.item-search--notes {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}

@media (max-width: 980px) {
  .item-search--notes {
    margin-top: 15px;
    font-size: 10px;
  }
}

.custom-selectbox {
  position: relative;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.custom-selectbox--placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
}

.custom-selectbox--placeholder .text {
  font-size: 16px;
}

@media (max-width: 980px) {
  .custom-selectbox--placeholder .text {
    font-size: 14px;
  }
}

.custom-selectbox--placeholder .icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-selectbox--placeholder .icon.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-selectbox--placeholder .icon img {
  width: 1em;
  vertical-align: middle;
}

.custom-selectbox--list {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 200px;
  overflow: scroll;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background: #FFF;
}

@media (max-width: 980px) {
  .custom-selectbox--list {
    top: 52px;
  }
}

.custom-selectbox--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
}

.custom-selectbox--item:hover {
  background: #F7F5EF;
}

.custom-selectbox--item:not(:last-child) {
  border-bottom: 1px solid #DDD;
}

.select-category--title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 980px) {
  .select-category--title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.select-category--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.select-category--item {
  aspect-ratio: 1/1;
  width: calc(20% - 8px);
}

@media (max-width: 980px) {
  .select-category--item {
    width: calc(25% - 7.5px);
  }
}

@media (max-width: 640px) {
  .select-category--item {
    width: calc(33.3% - 6.6px);
  }
}

.select-category--link {
  position: relative;
  top: 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #FFF;
  padding: 5px;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select-category--link:hover {
  top: 2px;
  border-color: #F3E858;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-category--link.selected {
  border: #f90 5px solid;
  padding: 0px;
}

.select-category--link .image {
  width: 66.6%;
  height: auto;
}

.select-category--link .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2em;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 640px) {
  .select-category--link .text {
    font-size: 12px;
  }
}

.pickup-car-block {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 980px) {
  .pickup-car-block {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pickup-car-block--inner {
  margin: 0 auto;
  max-width: 980px;
}

.pickup-car-block--title {
  text-align: center;
  font-size: 24px;
}

@media (max-width: 980px) {
  .pickup-car-block--title {
    font-size: 14px;
  }
}

.pickup-car-block--content {
  margin-top: 15px;
}

.pickup-car--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.pickup-car--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 1px solid #DDD;
  padding: 15px;
  width: calc(25% - 7.5px);
  border-radius: 5px;
}

@media (max-width: 980px) {
  .pickup-car--item {
    padding: 10px;
    width: calc(33.3% - 6.6px);
  }
}

@media (max-width: 640px) {
  .pickup-car--item {
    width: calc(50% - 5px);
  }
}

.pickup-car--image img {
  width: 100%;
}

.pickup-car--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2em;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .pickup-car--text {
    font-size: 12px;
  }
}

.pickup-car--size {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 5px 2px;
  font-size: 10px;
  font-weight: 600;
  background: #FFB300;
  border-radius: 3px;
}

@media (max-width: 980px) {
  .pickup-car--size {
    font-size: 8px;
  }
}

.maker-info-block {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 980px) {
  .maker-info-block {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.maker-info-block--title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 980px) {
  .maker-info-block--title {
    font-size: 18px;
  }
}

.maker-info-block--content {
  margin-top: 15px;
  margin: 0 auto;
  max-width: 980px;
}

.maker-info--notice {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

@media (max-width: 980px) {
  .maker-info--notice {
    font-size: 12px;
  }
}

.maker-info--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.maker-info--item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DDD;
  padding: 15px;
  width: calc(25% - 7.5px);
  border-radius: 5px;
}

@media (max-width: 980px) {
  .maker-info--item {
    padding: 10px;
  }
}

.maker-info--logo .image {
  width: 100%;
}

.maker-info--name {
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .maker-info--name {
    font-size: 10px;
  }
}

.faq-block {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 980px) {
  .faq-block {
    margin-top: 30px;
  }
}

@media (max-width: 980px) {
  .faq-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-block--inner {
  margin: 0 auto;
  max-width: 980px;
}

.faq-block--title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 980px) {
  .faq-block--title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 980px) {
  .faq {
    gap: 5px;
  }
}

.faq--unit {
  border: 1px solid #DDD;
  padding: 20px;
  border-radius: 5px;
  background: #FAFAFA;
  cursor: pointer;
}

@media (max-width: 980px) {
  .faq--unit {
    padding: 15px;
  }
}

.faq--question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.faq--question .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  background: #FFB300;
  border-radius: 30px;
}

@media (max-width: 980px) {
  .faq--question .icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

.faq--question .text {
  padding-top: 5px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .faq--question .text {
    padding-top: 2px;
    font-size: 14px;
  }
}

.faq--answer {
  display: none;
  gap: 10px;
  margin-top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 0;
}

@media (max-width: 980px) {
  .faq--answer {
    margin-top: 10px;
  }
}

.faq--answer.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  height: auto;
}

.faq--answer .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: #000;
  color: #FFB300;
  border-radius: 30px;
}

@media (max-width: 980px) {
  .faq--answer .icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

.faq--answer p {
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 980px) {
  .faq--answer p {
    font-size: 14px;
  }
}

.label-category-st1.error,
.label-category-st2.error {
  color: #F00;
}

.page-content .step0 {
  width: 90%;
  max-width: 1280px;
  padding: 40px 20px 40px 20px;
  margin: 0 auto 1px;
  background: #fff;
  box-shadow: 0px 0px #eceae3;
}
.page-content .step0 {
  padding: 20px 0 20px;
  margin: 0 auto 10px;
}
.page-content .step0_paypay {
  padding: 0;
  margin: 10 auto 10px;
}
.page-content .paypay_banner {
  width: 728px;
  margin: 0 auto;
}
.page-content .step0 .tire_warnnig {
  color: #f00;
  text-align: center;
  margin-bottom: 5px;
  font-size: 0.9rem !important;
}
@media screen and (max-width: 640px) {
    .paypay_banner img {
		width: 100vw;
		height: auto;
	}
}
.user-guide--link-grayout {
	background-color: lightgray;
	cursor: default;
	pointer-events: none;
}
.user-guide--link-grayout:hover {
	background-color: lightgray;
}
