@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: middle;
}

p {
  margin: 0 0 1em;
}

.breadcrumb {
  margin: 10px 0;
}

.breadcrumb__inner {
  font-size: 0;
  width: 1020px;
  margin: auto;
}

.breadcrumb__inner li {
  display: inline;
  font-size: 12px;
  position: relative;
}

.breadcrumb__inner li:not(:last-child)::after {
  content: " > ";
}

.breadcrumb__inner li a {
  color: inherit;
}

.wrapper {
  width: 1020px;
  margin: 24px auto;
}

.wrapper .wrapper__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper .page-title {
  margin: 2em 0 1em;
}

.wrapper .page-title .page-title__main {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.wrapper .page-title .page-title__sub {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 4px;
}

main {
  width: 680px;
  font-size: 16px;
  line-height: 1.8;
}

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

.contents h2 {
  color: #07429e;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  padding: 4px 0 8px 13px;
  border-left: 4px solid #07429e;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  margin-bottom: 1em;
}

.contents h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  padding: 8px;
  border-bottom: 2px solid #07429e;
  background-color: #EFEFEF;
  margin: 0 0 16px;
}

.contents h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 8px;
}

.contents time {
  display: inline-block;
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}

.contents .link {
  color: #1a73e8;
  font-weight: 700;
}

.contents .link::before {
  content: "▼";
}

.contents .banner {
  margin: 2em auto;
}

.contents .banner img {
  max-width: 100%;
  height: auto;
}

.banner__bottom {
  margin: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author {
  margin: 44px 0 0;
}

.author h2 {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  border: none;
  padding: 0;
}

.author .author__list:not(:first-of-type) {
  margin-top: 16px;
}

.author .author__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 2px dotted #EFEFEF;
  padding: 16px 0 0;
}

p span.interviewQues {
  font-weight: bold;
  background: #e2e2e2;
  padding: 4px 6px;
  border-radius: 4px;
  border: solid 1px;
  border-color: #e2e2e2;
}

p span.interviewAns {
  font-weight: bold;
  background: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  border: solid 1px;
  border-color: #000;
}

.author .author__photo {
  background-color: #EFEFEF;
  width: 60px;
  height: 60px;
}

.author .author__photo img {
  max-width: 100%;
  height: auto;
}

.author .author__meta {
  width: calc(100% - 80px);
  font-size: 13px;
  line-height: 1.5;
}

.author .author__meta p:last-child {
  margin-bottom: 0;
}

.author .author__name {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
}

.prev_next {
  margin: 60px 0 0;
  padding: 16px;
  border: 1px solid #EFEFEF;
}

.prev_next::after {
  content: "";
  clear: both;
  display: table;
}

.prev_next dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 48%;
}

.prev_next dl.prev {
  float: left;
  border-right: 1px solid #EFEFEF;
  padding-right: 1%;
}

.prev_next dl.prev .icon {
  left: 0;
}

.prev_next dl.next {
  float: right;
  flex-direction: row-reverse;
}

.prev_next dl.next .icon {
  right: 0;
}

.prev_next dt {
  background-color: #EFEFEF;
  width: 120px;
  height: 80px;
}

.prev_next dt img {
  width: 120px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.prev_next dd {
  width: calc(100% - 130px);
}

.prev_next dd a {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  display: block;
}

.prev_next dd a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.prev_next .icon {
  color: #333;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  padding: 2px 8px;
  position: absolute;
  top: -30px;
}

.side {
  width: 300px;
}

.side .banner {
  width: 300px;
  margin: 24px auto 0;
}

.side h2 {
  text-align: left;
  color: #07429e;
  padding-left: 10px;
  border-left: 4px solid #07429e;
  margin: 0 0 8px;
}

.side h3 {
  text-align: left;
  margin: 12px 0 8px;
  font-size: 0.9em;
}

.side .sns {
  border-top: none;
  margin: 16px 0 0 0;
}

.side .sns h2 {
  text-align: left;
}

.side .sns .sns__list {
  width: 100%;
}

.maker {
  margin: 24px 0 0;
}

.maker .maker__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 8px;
  background-color: #EFEFEF;
}

.maker .maker__list li {
  width: calc((100% - 12px) / 3);
  height: 80px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  margin-right: 4px;
  padding: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.maker .maker__list li:not(:nth-child(-n+3)) {
  margin-top: 4px;
}

.maker .maker__list li:nth-of-type(3n) {
  margin-right: 0;
}

.maker .maker__list li img {
  max-width: 100%;
  height: auto;
}

.maker .maker__list a {
  display: block;
  color: inherit;
  font-size: 11px;
  margin: 8px 0 0;
  text-align: center;
  text-decoration: none;
}

.maker .maker__list a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lease {
  margin: 32px 0;
  background-color: #e7f7ff;
  border: 4px solid #30BBF2;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.lease .lease__thumbnail {
  background-color: #FFF;
  width: 120px;
  height: 80px;
}

.lease .lease__text {
  width: calc(100% - 130px);
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.lease .lease__text--sub {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 4px;
}

.lease .lease__text a {
  color: inherit;
}

.lease .lease__text a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ranking {
  margin: 24px 0 0;
}

.ranking .ranking__list {
  border: 8px solid #EFEFEF;
  padding: 8px;
}

.ranking .ranking__list dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.ranking .ranking__list dl:not(:first-of-type) {
  margin-top: 8px;
  border-top: 1px solid #EFEFEF;
  padding: 8px 0 0;
}

.ranking .ranking__list dl::after {
  content: "";
  border-top: 2px solid #c9d3d4;
  border-right: 2px solid #c9d3d4;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 8px;
  height: 8px;
}

.ranking .ranking__list dt {
  width: 130px;
  padding-left: 30px;
  box-sizing: border-box;
}

.ranking .ranking__list dt img {
  max-width: 100%;
  height: auto;
}

.ranking .ranking__list dd {
  width: calc(100% - 140px);
}

.ranking .ranking__icon {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  background-color: #333;
  padding: 4px;
  position: absolute;
  top: 8px;
  left: 0;
}

.ranking .ranking__name {
  font-size: 14px;
  font-weight: 700;
  margin: 4px 0 0;
}

.ranking .ranking__name a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ranking .ranking__meta {
  font-size: 11px;
  margin: 4px 0 0;
  background-color: #FF3455;
  color: #FFF;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
}

.ranking .ranking__price {
  font-size: 12px;
  margin: 4px 0 0;
}

.ranking .ranking__price--disabled {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
}

.ranking .ranking__link {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 8px 0 0;
  padding: 6px 12px;
  background-color: #30BBF2;
  border-radius: 4px;
}

.index {
  border: 4px solid #c9d3d4;
  padding: 8px 16px;
  margin: 16px 0;
}

.index .index__title {
  font-weight: 700;
  border-bottom: 2px solid #CCC;
  margin: 0 0 8px;
  padding: 0 0 8px;
}

.index ol {
  font-size: 16px;
  margin: 0 0 4px;
}

.index ol:last-child {
  margin: 0;
}

.index ol li {
  position: relative;
}

.index ol li::before {
  content: "";
  background-image: url("/lease/image/newcar/article/arrow-c1b9ef6315ca983023aa3aae728a2342.svg");
  display: inline-block;
  margin: 0 4px 0 0;
  width: 14px;
  height: 14px;
}

.index ol li a {
  color: inherit;
}

.side-menu h2 {
  line-height: 1.3;
  margin: 0 0 8px;
}

.side-menu .side-menu__list {
  background-color: #EFEFEF;
  padding: 8px;
}

.side-menu .side-menu__list li {
  font-size: 13px;
  line-height: 1.3;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  padding: 12px 20px 12px 12px;
  position: relative;
}

.side-menu .side-menu__list li:not(:first-of-type) {
  margin-top: -1px;
}

.side-menu .side-menu__list li::after {
  content: "";
  border-top: 2px solid #c9d3d4;
  border-right: 2px solid #c9d3d4;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 6px;
  height: 6px;
}

.side-menu .side-menu__list li a {
  color: inherit;
  text-decoration: none;
}

.side-menu .side-menu__list li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.side-menu .side-menu__list li.is-current {
  border-left: 5px solid #30BBF2;
  background-color: rgba(48, 187, 242, 0.2);
  font-weight: 700;
}

.sns {
  border-top: 1px solid #CCC;
  padding: 16px 0 0;
}

.sns h2 {
  text-align: center;
}

.sns .sns__list {
  margin: 12px auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 400px;
}

.sns .sns__list--item {
  list-style: none;
  width: 16.6666666667%;
  margin: 0;
}

.sns .sns__list--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin: auto;
}

.sns .sns__list--item a:hover .icon-sns {
  position: absolute;
  z-index: -1;
  border: 1px solid #EEE;
  border-radius: 100px;
  opacity: 0;
  box-shadow: 0px 0px 2px #EEE, inset 0px 0px 2px #EEE;
  animation: pulsate 0.7s ease-out;
  animation-iteration-count: infinite;
  /* センター揃えとリングの大きさ */
  height: 80px;
  width: 80px;
  top: -20px;
  left: -20px;
  margin: auto;
}

.sns .sns__list--item a > img {
  width: 22px;
  height: auto;
  vertical-align: unset;
}

@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  /* リングの大きさ */
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.share__btn--clip .share__tooltip {
  display: none;
}

.share__btn--clip:hover .share__tooltip {
  display: block;
  border-radius: 4px;
  background: #4DABFF;
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
  position: absolute;
  width: 12em;
  top: -35px;
  left: -60px;
  padding: 4px;
}

#banner {
  position: fixed;
  right: 120px;
  bottom: 0;
}

.search .search__link {
  color: inherit;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin: 8px 0 0;
  position: relative;
}

.search .search__link::before {
  content: "";
  border-top: 2px solid #c9d3d4;
  border-right: 2px solid #c9d3d4;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_blue {
  background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
  background: linear-gradient(transparent 60%, #ff66ff 60%);
}

.marker_green {
  background: linear-gradient(transparent 60%, #66FFCC 60%);
}

table {
  border: 1px solid #CCC;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 1em;
  font-size: 14px;
  line-height: 1.5;
}

table th {
  border: 1px solid #CCC;
  background-color: #EFEFEF;
  padding: 8px;
  vertical-align: middle;
  text-align: left;
}

table td {
  border: 1px solid #CCC;
  padding: 8px;
  vertical-align: middle;
  text-align: left;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.5%;
}

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

.caption {
  font-size: 12px;
}

table + .caption {
  margin-top: -10px;
}

.vs {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  margin: -1em 0;
}

/**/

.modal-popup {
  background-color: #FFF;
  border: 1px solid #333;
  position: fixed;
  width: 320px;
  margin: auto;
  left: auto;
  right: 10px;
  bottom: 130px;
}

.modal-popup__inner {
  padding: 16px;
}

.modal-popup__close {
  position: absolute;
  top: -20px;
  right: -37px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.modal-popup__close img {
  width: 50%;
  height: 50%;
}

.modal-popup__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.modal-popup__point dt {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.modal-popup__point dd {
  margin-top: 4px;
}

.modal-popup__link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #CCC;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.modal-popup__link--lease {
  background-color: #FF5E00;
}

.modal-popup__link--inquiry {
  color: #FFF;
  background-color: #30BBF2;
}

.modal-popup__link--tel {
  color: #FFF;
  background-color: #30BBF2;
}

.comparison-table {
  margin-top: 32px;
  margin-bottom: 32px;
}

.comparison-table .table {
  border: 1px solid #CCC;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 1em;
  font-size: 12px;
  line-height: 1.3;
  width: 150%;
  position: relative;
}

.comparison-table .table th,
.comparison-table .table td {
  border: 1px solid #CCC;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}

.comparison-table .table th {
  background-color: #EFEFEF;
}

.comparison-table .table td {
  background-color: #FFF;
}

.comparison-table .table td.best {
  background-color: #fffad0;
}

.comparison-table .table .cap {
  display: block;
}

.cap {
  font-size: 12px;
}

.comparison-table .table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 7vw;
}

.comparison-table .table thead th {
  padding: 3px;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 10vw;
}

.comparison-table .table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
}

.comparison-table .table tbody th span {
  display: block;
}

.table__scroll {
  font-size: 13px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.table__cap {
  font-size: 12px;
  margin-top: 4px;
}

.table__scroll li {
  text-indent: -1em;
  padding-left: 1em;
}

.table__scroll::-webkit-scrollbar {
  width: 15px;
}

.table__scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.table__scroll::-webkit-scrollbar-track-piece:start {
  background: #f1f1f1;
}

.table__scrol::-webkit-scrollbar-track-piece:end {
  background: #f1f1f1;
}

[role=region][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 98vh;
  overflow: auto;
}

[role=region][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  outline: 0;
}

.comparison-table img {
  width: 20px;
  height: auto;
}

.tooltip__table:hover + .tooltip {
  display: inline-block;
}

.tooltip {
  display: none;
  background-color: #777;
  width: 360px;
  text-align: left;
  position: absolute;
  top: 50px;
  left: 300px;
  z-index: 100;
  color: #FFF;
}

.tooltip__inner {
  padding: 16px;
}

.tooltip__title {
  font-size: 15px;
  font-weight: 700;
  text-indent: 0;
}

.tooltip__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}

.tooltip__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.rss-feed {
  margin-top: 8px;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  color: #FFF;
  background-color: #ff9800;
  border-radius: 4px;
  font-size: 11px;
}

.rss-feed__icon {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}

.ranking__price--disabled {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
}

.simulator__button {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #ff7548;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #c5532e;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 32px;
}

.simulator__button::after {
  position: absolute;
  top: 46%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.simulator__button__sub {
  background-color: #fff;
  color: #ff7548;
  font-size: 14px;
  font-weight: 700;
  border-radius: 14px;
}

.simulator__button__main {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.simulator__button__sub,
.simulator__button__main {
  line-height: 1;
}

.simulator__button__main--free {
  color: #fff;
  background-color: #333;
  box-shadow: 0 3px 0 0 #000;
  border-radius: 4px 0 0 4px;
  width: 2em;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.link__area {
  margin: 20px 0 40px;
  text-align: center;
}

.link__area .catchcopy {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.link__button {
  position: relative;
  margin: 0 auto;
  padding: 16px 16px;
  font-size: 18px;
  font-weight: 700;
  background-color: #C00;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: pointer;
}

.link__button a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #FFF;
}

.link__button a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link__button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.link__button span {
  font-size: 13px;
  color: #000;
  background-color: #FFF;
  border-radius: 20px;
  padding: 4px 8px;
}

@media screen and (min-width: 640px) {
  .side .fixed {
    position: sticky;
    top: 10px;
  }

  .modal-popup__point:not(:first-of-type) {
    margin-top: 16px;
  }

  .simulator__button {
    align-items: center;
    height: 60px;
  }

  .simulator__button:hover {
    opacity: 0.8;
  }

  .simulator__button__sub {
    margin-right: 8px;
    padding: 8px 26px;
  }

  .simulator__button__main--free {
    font-size: 18px;
    padding: 20px;
  }

  .link__button {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    margin: 10px;
  }

  .breadcrumb__inner {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .wrapper {
    width: 100%;
    margin: 16px auto;
  }

  .wrapper .wrapper__inner {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .wrapper .page-title {
    padding: 0 10px;
  }

  .wrapper .page-title .page-title__main {
    font-size: 22px;
  }

  .wrapper .page-title .page-title__sub {
    font-size: 14px;
  }

  main {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
  }

  .contents h2 {
    font-size: 20px;
  }

  .contents h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .contents h4 {
    font-size: 16px;
    line-height: 1.3;
  }

  p span.interviewQues {
    display: inline-block;
    margin-bottom: 8px;
  }

  p span.interviewAns {
    display: inline-block;
    margin-bottom: 8px;
  }

  .author .author__meta {
    font-size: 12px;
    line-height: 1.5;
    width: calc(100% - 70px);
  }

  .prev_next {
    flex-direction: column;
  }

  .prev_next dl {
    width: 100%;
  }

  .prev_next dl.prev {
    border: none;
    padding: 0;
  }

  .prev_next dl.next {
    margin-top: 32px;
  }

  .side {
    width: 100%;
    margin: 24px 0 0;
  }

  .side .sns {
    display: none;
  }

  .maker .maker__list li {
    height: 90px;
  }

  .maker .maker__list li img {
    max-width: 80%;
  }

  .lease {
    align-items: self-start;
    padding: 10px;
  }

  .lease .lease__text--sub {
    font-size: 11px;
  }

  .index {
    padding: 10px;
  }

  .index ol {
    font-size: 13px;
    line-height: 2;
  }

  .side-menu .side-menu__list {
    background-color: #FFF;
    padding: 0;
  }

  .sns .sns__list {
    width: 100%;
  }

  .vs {
    margin: -0.5em 0 0;
  }

  .modal-popup {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    border: 0;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.3);
  }

  .modal-popup__inner {
    padding: 10px;
  }

  .modal-popup__close {
    top: -23px;
    right: 5px;
    width: 30px;
    height: 30px;
  }

  .modal-popup__close img {
    width: 100%;
    height: auto;
  }

  .modal-popup__title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .modal-popup__title br {
    display: none;
  }

  .modal-popup__point dt {
    display: none;
  }

  .modal-popup__link {
    font-size: 12px;
    padding: 8px 0;
  }

  .footer__pagetop {
    bottom: 150px;
  }

  .comparison-table .table {
    width: 200%;
  }

  .comparison-table .table thead th:first-child {
    width: 13vw;
  }

  .comparison-table .table thead th {
    width: 15vw;
  }

  .comparison-table .table tbody th span {
    display: inline;
  }

  .tooltip {
    width: 340px;
    left: 0;
    top: 160px;
  }

  .tooltip__inner {
    padding: 10px;
  }

  .simulator__button {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 70px;
    order: 4;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
  }

  .simulator__button::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .simulator__button__sub {
    position: absolute;
    top: 13px;
    padding: 4px 32px;
    font-size: 12px;
    left: 44px;
  }

  .simulator__button__main {
    font-size: 16px;
    padding-top: 29px;
  }

  .simulator__button__main--free {
    font-size: 16px;
    padding: 8px;
    margin-right: 0.5em;
  }

  .link__button {
    width: 80%;
  }
}