@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";*/
  line-break: strict;
  font-family: Noto Sans JP, 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;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
}

.is-pc {
  display: block;
}

.is-sp {
  display: block;
}

.header__inner {
  width: 1020px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header__title {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

.header__title--main {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 2px;
}

.header__logo {
  display: flex;
  align-items: flex-end;
}

.header__logo--main {
  display: block;
}

.header__logo--main img {
  width: auto;
  height: 25px;
}

.header__logo--sub {
  display: block;
  color: #333;
}

.header__logo--sub img {
  width: auto;
  height: 32px;
}

.header__logo--sub a {
  color: inherit;
}

.header__banner {
  margin-left: auto;
}

.campaign-banner {
  width: 260px;
  height: 70px;
}

.header__search {
  width: 100%;
  background-color: #333;
}

.header__search--inner {
  width: 1020px;
  margin: auto;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: right;
}

.header__search--input {
  font-size: 16px;
  padding: 4px 8px 6px;
  background-color: #FFF;
  width: 600px;
}

.header__search--submit {
  font-size: 16px;
  color: #FFF;
  padding: 6px 9px 8px;
  background-color: #607d8b;
  line-height: 1.3;
  vertical-align: top;
  cursor: pointer;
}

.header__search--open {
  display: block;
}

/*旅　NEWアイコン*/

.header-modal-open .navigation .service-nav__new::before {
  display: none;
}

.header__head {
  border-bottom: 2px solid #333;
}

.header__head--inner {
  width: 1020px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 0;
  box-sizing: border-box;
}

.header__head--inner.is-inquiry {
  padding: 20px 0;
}

.header__logoonly--img {
  height: 24px;
  width: auto;
}

.header__head--service {
  width: 50px;
  margin-right: 15px;
}

.header__head--menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 48px;
  margin-left: auto;
}

.header__head--button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 48px;
}

.header__head--button span {
  display: block;
  font-size: 10px;
  color: #000;
}

.header__topcopy {
  padding: 8px;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.header__logo--box {
  height: 42px;
  padding-top: 7px;
  padding-left: 2px;
  box-sizing: border-box;
}

/*サービス*/

.service {
  width: 400px;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 200;
  top: 0;
  left: -478px;
  box-shadow: 0 5px 14px 3px rgba(0, 0, 0, 0.3);
  transition: all 300ms 0s ease;
}

.service__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menuBg {
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu {
  width: 400px;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  z-index: 200;
  top: 0;
  right: -478px;
  box-shadow: 0 5px 14px 3px rgba(0, 0, 0, 0.3);
  transition: all 300ms 0s ease;
}

.menuBg {
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 64px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  width: 64px;
  height: 64px;
  top: 0;
}

.menu-button__left {
  left: 400px;
}

.menu-button__right {
  right: 400px;
}

.modal-open {
  overflow: hidden;
}

.menu__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: auto auto 20px;
  line-height: 1.6;
}

.menu__block .underline_large {
  border-bottom: 2px solid #707070;
  font-weight: 700;
  padding: 0 0 4px 0;
  margin: 0 0 8px 0;
  cursor: default;
}

.menu__search {
  width: 100%;
}

.menu__account {
  width: 100%;
  margin: 20px 0 0;
}

.menu__account a:hover {
  color: #F26161;
}

.menu__summary {
  font-weight: 700;
  cursor: pointer;
}

.menu__keyword--term {
  color: #FFF;
  font-weight: 700;
}

.menu__keyword--valu {
  width: 600px;
  margin-left: 10px;
}

.menu__keyword--list {
  font-size: 13px;
}

.menu__keyword--item {
  display: inline;
}

.menu__keyword--item a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  border: solid 1px #CCC;
  border-radius: 5px;
  margin-bottom: 5px;
}

.menu__keyword--item a:hover {
  background-color: #EFEFEF;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}

.menu__account--term {
  font-weight: 700;
}

.menu__account--term:nth-of-type(2) {
  margin-top: 10px;
}

.menu__logout {
  margin-top: 20px;
}

.menu__logout--term {
  padding: 20px 10px;
  border: solid 1px #CCC;
  border-radius: 6px;
  text-align: center;
}

.menu__input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.menu__input--keyword {
  width: 100%;
  margin-right: 10px;
  background-color: #fff;
  outline: none;
}

.menu__button--search {
  border-radius: 4px;
  cursor: pointer;
  width: 70px;
  background-color: #DDD;
  outline: none;
}

.menu__button--search:hover {
  background-color: #C4C4C4;
}

.menu__button--login {
  margin-top: 10px;
  cursor: pointer;
  background-color: #DDD;
}

.menu__button--login:hover {
  background-color: #C4C4C4;
}

.menu__reminder {
  font-size: 12px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

.menu__reminder--item {
  box-sizing: border-box;
  text-align: center;
}

.menu__reminder--item br {
  display: none;
}

.menu__button--close {
  background-color: #FFF;
  outline: none;
  text-align: center;
  display: block;
  margin: 24px auto;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 8px 24px;
  font-size: 13px;
  color: #000;
}

.header-modal {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.99);
  padding: 10px;
  box-sizing: border-box;
}

.header-modal a {
  color: #333;
  text-decoration: none;
}

.header-modal .menu__login {
  padding: 10px;
}

.header-modal .service-nav {
  margin: 0 0 20px;
}

.header-modal .service-nav__inner {
  display: flex;
  flex-wrap: wrap;
}

.header-modal .service-nav__inner--list {
  font-size: 14px;
  line-height: 1;
  width: 50%;
}

.header-modal .service-nav__inner a {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  margin: 4px;
  box-sizing: border-box;
  border: solid 1px #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.header-modal .header-modal__inner {
  width: 100%;
  margin: 16px 0 0;
}

.header-modal .header__logo {
  justify-content: flex-start;
  flex-direction: initial;
  margin-left: 0;
}

.header-modal .header__logo img {
  width: auto;
  height: 24px;
}

.header-modal__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.header-modal__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 2px #CCC;
}

.header-modal__heading--small {
  font-size: 14px;
  margin: 0 0 10px;
}

.header-modal__catalog {
  margin: 0 0 20px;
}

.header-modal__catalog--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-modal__catalog__primary {
  width: 100%;
}

.header-modal__catalog__secondary {
  width: 100%;
}

.header-modal__maker {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-modal__maker li {
  width: 20%;
  margin: 0 0 15px;
}

.header-modal__maker--link {
  display: block;
  text-decoration: none;
}

.header-modal__maker--logo {
  display: block;
  margin: 0 0 5px;
}

.header-modal__maker--name {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  height: 3em;
}

.header-modal__more-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.header-modal__more-link::after {
  content: "";
  clear: both;
  display: block;
}

.header-modal__more-link a {
  display: block;
  float: right;
}

.header-modal__category-list {
  font-size: 14px;
}

.header-modal__category-list--list {
  border-bottom: 1px solid #EFEFEF;
}

.header-modal__category-list--list a {
  display: block;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
  background: no-repeat 100% 50% url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2224%22%20viewBox%3D%220%200%209%2028%22%3E%3Cpath%20fill%3D%22%23F26161%22%20d%3D%22M9.297%2015c0%200.125-0.063%200.266-0.156%200.359l-7.281%207.281c-0.094%200.094-0.234%200.156-0.359%200.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359%200-0.125%200.063-0.266%200.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266%200.156-0.359l0.781-0.781c0.094-0.094%200.234-0.156%200.359-0.156s0.266%200.063%200.359%200.156l7.281%207.281c0.094%200.094%200.156%200.234%200.156%200.359z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}

.header-modal__category-list--list span {
  font-size: 12px;
}

.header-modal__category-list--campaign {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.header-modal__category-list--campaign img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

.header-modal__category__primary {
  width: 100%;
}

.header-modal__category__primary .header-modal__category-list {
  margin-bottom: 18px;
}

.header-modal__category__secondary {
  width: 100%;
  margin: 0 0 24px;
}

.header-modal__category__secondary .header-modal__new-car,
.header-modal__category__secondary .header-modal__car-life,
.header-modal__category__secondary .header-modal__article {
  width: 100%;
}

.header-modal__category__secondary .header-modal__news .header-modal__category-list--list {
  font-size: 16px;
  border-bottom: none;
}

.header-modal__category__secondary .header-modal__news .header-modal__category-list--list a {
  padding: 0;
}

.navigation {
  margin: 0 0 16px;
}

.navigation .service-nav {
  margin: 0;
}

.navigation .service-nav__inner {
  display: flex;
  width: 1020px;
  margin: auto;
}

.navigation .service-nav__inner a,
.navigation .service-nav__inner span {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 8px;
  box-sizing: border-box;
}

.navigation .service-nav__inner--list {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1;
  border-bottom: solid 5px #F7F7F7;
}

.navigation .service-nav__inner--list:hover {
  border-bottom-color: #C00;
}

.navigation .service-nav__current {
  border-bottom-color: #C00;
}

.navigation .service-nav__new a {
  position: relative;
}

.navigation .service-nav__new a::before {
  width: 32px;
  margin: 0 4px 0 0;
  padding: 4px 4px 3px;
  border-radius: 4px;
  background-color: #c00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
}

/*フッター*/

.footer {
  width: 100%;
  margin: 20px 0 0;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__banner {
  margin: 60px auto 40px;
  width: 700px;
}

.footer__banner--link {
  display: block;
}

.footer__title--main {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.footer__title--sub {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.footer__primary {
  background-color: #F2F2F2;
  padding: 48px 20px;
}

.footer__primary h4 {
  font-size: 16px;
  font-weight: bold;
}

.footer__primary .footer__heading {
  font-size: 23px;
  width: 1020px;
  margin: auto auto 16px;
  font-weight: bold;
}

.footer__primary .footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1020px;
  margin: auto;
}

.footer__primary .footer__top {
  width: 50%;
}

.footer__primary .footer__faq {
  width: 48%;
}

.footer__primary .footer__faq--item {
  margin-top: 16px;
}

.footer__primary .footer__faq--item li {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2;
  list-style: disc inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer__primary .footer__faq--cat {
  margin-bottom: 8px;
}

.footer__secondary {
  background-color: #49494a;
  border-top: 1px solid #666;
}

.footer__secondary .footer__inner {
  width: 1020px;
  margin: auto;
  padding: 48px 0;
}

.footer__secondary a {
  color: #fff;
  text-decoration: none;
}

.footer__secondary a:hover {
  text-decoration: underline;
}

.footer__tertiary {
  background-color: #49494a;
  border-top: 1px solid #666;
}

.footer__tertiary .footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: auto;
  padding: 24px 0;
  width: 1020px;
}

.footer__tertiary a {
  color: #fff;
  text-decoration: none;
}

.footer__tertiary a:hover {
  text-decoration: underline;
}

.footer__contents {
  font-size: 0;
  overflow: hidden;
}

.footer__contents--left,
.footer__contents--right {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

.footer__contents--left {
  width: 40%;
}

.footer__contents--right {
  width: 60%;
  border-left: solid 1px #666;
}

.footer__contents--title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 1em;
}

.footer__contents--list li {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 10px 1.5em;
  list-style-type: square;
}

.footer__service--title {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  width: 9em;
}

.footer__service--term {
  width: 10em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
}

.footer__service--data {
  width: 100%;
}

.footer__service--list {
  display: flex;
  justify-content: space-between;
}

.footer__service--list:not(:first-of-type) {
  margin-top: 10px;
}

.footer__service--link {
  display: flex;
  flex-wrap: wrap;
}

.footer__service--link:not(:first-of-type) {
  margin-top: 8px;
}

.footer__service--link li {
  color: #fff;
  font-size: 12px;
  line-height: 2;
}

.footer__service--link li::after {
  content: "|";
  margin: 0 6px;
}

.footer .t-category__heading--main {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.footer__category--title {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
}

.footer__article {
  font-size: 0;
}

.footer__article li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 5px 0;
  position: relative;
}

.footer__article li::after {
  color: #999;
  content: "│";
  margin: 0 5px;
}

.footer__article li a {
  color: #333;
}

.footer__link {
  display: flex;
}

.footer__link li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5em 0 0;
  font-size: 11px;
  line-height: 1;
}

.footer__copyright {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.footer__logo {
  float: left;
  margin: 0 20px 0 0;
}

.footer__logo svg {
  fill: #fff;
}

.footer__pagetop {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 50px;
}

.footer__pagetop a {
  display: block;
  background-color: #6C86A2;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  padding: 12px 5px 0px 5px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.footer__comment {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 50px;
}

.footer__comment a {
  background-color: #238BE4;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__comment::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -8px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 22px solid #238BE4;
  z-index: 0;
  transform: rotate(135deg);
}

.footer__block {
  margin-top: 16px;
}

/*都道府県で探す*/

.footer__area:not(:first-child) {
  margin-top: 16px;
}

.footer__area dt {
  font-size: 15px;
  font-weight: 700;
}

.footer__area dd {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.3;
}

.footer__area .footer__area--list {
  display: flex;
  flex-wrap: wrap;
}

.footer__area .footer__area--list li:not(:first-child)::before {
  content: "│";
}

/*メーカーで探す*/

.footer__maker {
  margin-top: 16px;
}

.footer__maker--list {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.5;
}

.footer__maker--list li:not(:first-child)::before {
  content: "│";
}

.footer__maker h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

/*買い方で探す*/

.footer__how2buy--list {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
}

.footer__how2buy--list li:not(:first-child)::before {
  content: "│";
}

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  z-index: 1;
}

.pagetop img {
  width: 100%;
  height: auto;
}

.footer_campaign {
  /*Amazonギフト券バナーをフッターに追加*/
  width: 700px;
  margin: 56px auto 16px;
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none;
  }

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

@media screen and (max-width: 640px) {
  .is-pc {
    display: none;
  }

  .header__inner {
    width: 100%;
  }

  .header__top-title {
    box-sizing: border-box;
    background-color: #f4f4f4;
    color: #666;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px;
  }

  .header__title {
    margin-left: 0;
  }

  .header__logo {
    align-items: flex-start;
    justify-content: center;
    margin-left: 16px;
    flex-direction: column;
  }

  .header__logo--main img {
    height: 24px;
  }

  .header__logo--sub {
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
  }

  .header__logo--sub img {
    height: 18px;
  }

  .campaign-banner {
    width: auto;
    height: 30px;
  }

  .header__search--inner {
    width: 100%;
  }

  .header__head--inner {
    width: 100%;
    padding: 8px;
  }

  .header__head--service {
    margin-right: 0;
  }

  .header__head--menu {
    width: 44px;
  }

  .header__topcopy {
    width: 95%;
  }

  .service {
    width: 100%;
    bottom: 0;
    /*    right: 0;*/
    left: calc(-100% - 78px);
  }

  .menu {
    width: 100%;
    right: calc(-100% - 78px);
  }

  .menu-button {
    color: #333;
  }

  .menu-button__left {
    left: auto;
    right: -10px;
    top: -15px;
  }

  .menu-button__right {
    right: -10px;
    left: auto;
    top: -15px;
  }

  .menu__block .underline_large {
    font-size: 14px;
    padding: 10px;
    margin: 0;
    border: none;
    background-color: #EFEFEF;
  }

  .menu__summary {
    font-size: 16px;
    padding: 10px;
    border: none;
    background-color: #EFEFEF;
  }

  .menu__keyword--list {
    padding: 10px;
  }

  .header-modal {
    padding: 0;
  }

  .header-modal .service-nav {
    margin: 0;
  }

  .header-modal .header-modal__inner {
    margin: 0;
  }

  .header-modal .header__logo {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #EFEFEF;
  }

  .header-modal__title {
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px;
  }

  .header-modal__heading {
    font-size: 14px;
    margin: 0;
    padding: 10px;
    border: none;
    background-color: #EFEFEF;
  }

  .header-modal__catalog__primary {
    box-sizing: border-box;
    padding: 10px;
  }

  .header-modal__catalog__secondary {
    box-sizing: border-box;
    padding: 10px;
  }

  .header-modal__maker {
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
  }

  .header-modal__maker li {
    margin: 0;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    box-sizing: border-box;
    padding: 4px;
  }

  .header-modal__maker--name {
    font-size: 11px;
    height: auto;
  }

  .header-modal__more-link {
    margin-right: 10px;
  }

  .header-modal__category-list--list a {
    box-sizing: border-box;
    padding: 12px;
    background-position: 98% 50%;
  }

  .navigation {
    margin: 0;
  }

  .navigation .service-nav__inner {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 0 10px;
  }

  .navigation .service-nav__inner a,
  .navigation .service-nav__inner span {
    padding: 10px 8px;
  }

  .navigation .service-nav__inner--list {
    font-size: 12px;
  }

  .footer__banner {
    width: calc(100% - 20px);
    margin: 40px 10px 60px;
  }

  .footer__title--sub {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .footer__primary {
    padding: 40px 10px;
  }

  .footer__primary .footer__heading {
    font-size: 20px;
    width: 100%;
    line-height: 1.4;
  }

  .footer__primary .footer__inner {
    display: block;
    width: 100%;
  }

  .footer__primary .footer__top {
    margin-top: 24px;
    width: 100%;
  }

  .footer__primary .footer__faq {
    width: 100%;
    margin-top: 48px;
  }

  .footer__secondary .footer__inner {
    width: 100%;
    padding: 40px 10px 70px 10px;
    box-sizing: border-box;
  }

  .footer__tertiary .footer__inner {
    padding: 16px 10px 24px;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
  }

  .footer__service--term {
    width: 13em;
    line-height: 2;
  }

  .footer__link {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer__link li {
    margin: 0 0 1.5em 0;
    width: 50%;
  }

  .footer__copyright {
    text-align: right;
  }

  .pagetop {
    right: 10px;
    bottom: 100px;
  }

  .footer_campaign {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 60px;
  }

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

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