/*
Theme Name: 国産輸入車タイヤ交換
Description: 国産輸入車タイヤ交換のテーマ
Theme URI: https://autotire-koukan.com/
Author: GRACE
Author URI: https://gr1.jp/
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/

@charset "utf-8";

/* ==============================================
 Reset
=============================================== */

html,
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: bottom;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  color: #000;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fdf991 50%);
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c1c1c1;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}


/* ==============================================
 Common
=============================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

a {
  cursor: pointer;
  color: #000;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active,
a:hover {
  outline: medium none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

h2 {
  font-size: 3.9rem;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

h3 {
  font-size: 2.5rem;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

p {
  line-height: 2;
  transform: rotate(360deg);
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-height: 100%;
  padding-top: 0px;
  text-align: justify;
}

code,
kbd,
pre,
samp {
  -moz-hyphens: none;
  font-family: monospace, serif;
  font-size: 1.4rem;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #000;
  font-family: monospace;
  font-size: 1.4rem;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 1.3rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
  line-height: 1;
}

dt {
  margin: 0;
  line-height: 1;
}

dd {
  margin: 0;
  line-height: 1;
}

menu,
ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

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

.box-shadow {
  -webkit-box-shadow: 5px 5px 13px 0px #c1c1c1;
  -ms-box-shadow: 5px 5px 13px 0px #c1c1c1;
  box-shadow: 5px 5px 13px 0px #c1c1c1;
}

a.box-shadow:hover {
  -webkit-box-shadow: 0px 2px 10px 0px #c1c1c1;
  -ms-box-shadow: 0px 2px 10px 0px #c1c1c1;
  box-shadow: 0px 2px 10px 0px #c1c1c1;
}

.pc-hide {
  display: none;
}

.ps-br {
  display: block;
  /* PCを改行して */
}

.sp-br {
  display: none;
  /* SPの改行を隠す */
}

.tb-br {
  display: none;
  /* TBの改行を隠す */
}

/* ==============================================
 Font
=============================================== */
.serif-ja {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}

.serif-en {
  font-family: 'Oswald', sans-serif;
}

/* Text Align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}


/* ==============================================
 Layout
=============================================== */

/* Common
----------------------------------------------- */
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.section.section-unerline {
  padding-bottom: 50px;
}

/* flex grid
----------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

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

.grid {
  display: grid;
}

/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* Float
----------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

.single img.alignleft {
  margin: 0 10px 15px 0;
}

.single img.alignright {
  margin: 0 0 15px 10px;
}

.single img.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

/* Table
----------------------------------------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  line-height: 1.4;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/* ==================================
スクロールすると要素をふわっと表示
===================================== */
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}


/* ==============================================
　ヘッダー
=============================================== */
header {
  padding: 10px 0;
  transition: .1s;
  align-content: center;
}

header .container .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% - 5rem);
  align-items: center;
}

header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

header h1 a img {
  width: 120px;
}

header h1 a {
  display: flex;
  width: max-content;
  align-items: center;
}

.header_shopname {
  color: #0068b7;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 5%;
  white-space: nowrap;
}

.header-insta {
  max-width: 60px;
  height: auto;
  margin: 0 1vw;
}

header .flex .flex .header-line img {
  max-width: px;
  height: auto;
}

.header-tel {
  white-space: nowrap;
}

header h1 a:hover {
  opacity: 0.5;
}

header .flex .flex {
  justify-content: flex-end;
  height: 60px;
}

header .flex .flex img {
  width: auto;
  max-height: 60px;
}

.header-card {
  margin: 0 1%;
}

.header-tel a {
  color: #0068B7;
  font-size: 4.5rem;
  display: block;
  font-weight: bold;
  line-height: 1;
}

.header-tel span {
  font-size: 1.3rem;
  font-weight: bold;
}

/* ドロワー */
body.drawer--navbarTopGutter {
  padding-top: 0;
}

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 25px;
  display: block;
  box-sizing: content-box;
  width: 3rem;
  padding: 0;
  padding-top: 3px;
  padding-right: .75rem;
  padding-bottom: 20px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
}

.drawer-hamburger:hover {
  background-color: #fff !important;
}

.drawer-hamburger .tit {
  display: block;
  padding-bottom: 3px;
  color: #000;
  font-size: 10px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 500px;
  /* ここの幅変える場合↓もセットで */
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 500px;
  height: 100%;
  color: #000;
  z-index: 10000;
  background-color: #0068B7;
  padding: 1%;
}

.drawer--right .drawer-nav {
  right: -500px;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-nav .drawer-menu {
  margin-bottom: 30px;
}

.drawer-nav ul li {
  text-align: center;
}

.drawer-nav ul li a {
  color: #fff;
  display: block;
  padding: 5%;
  font-size: 1.8rem;
}

.drawer-nav ul li a i {
  font-size: 1.6rem;
  margin-right: 1em;
}

.drawer-nav .common-contact-tel {
  background-color: #fff;
  width: 100%;
  padding: 5%;
}

.drawer-nav .common-contact-tel .flex {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.drawer-nav .common-contact-tel img {
  width: 25%;
}

.drawer-nav .common-contact-tel-txt {
  width: 73%;
}

.drawer-nav .common-contact-tel-txt span {
  display: block;
  font-weight: bold;
}

.drawer-nav .common-contact-tel .message {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: -10px;
}

.drawer-nav .common-contact-no {
  color: #0068B7;
  font-size: 3.8rem;
  margin-bottom: -5px;
}

.drawer-nav .common-contact-tel .time {
  color: #000;
  font-size: 1.6rem;
}


.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  background-color: #000;
}

@media only screen and (max-width:767px) {
  header .container .flex {
    justify-content: center;
    width: calc(100% - 3rem);
  }

  /*header .container .flex h1 {
    max-width: unset !important;
    width: fit-content !important;
  }*/
}


/* ==============================================
　ナビゲーション
=============================================== */
nav {
  background-color: #0068B7;
}

nav a {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding: 2% 0;
}

nav a:hover {
  opacity: 0.5;
}

nav .current {
  border-bottom: 3px #fff solid;
}

#header .drawer-header {
  display: none;
}

#sp-nav {
  display: none;
}

/* 追従 */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0s ease 0s, background 0s ease 0s;
  transition: all 0s ease 0s, background 0s ease 0s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

header.is-fixed {
  padding: 1% 3%;
}

header.is-fixed h1 {
  line-height: 3.25;
  width: 13%;
}

header.is-fixed nav a {
  font-size: 1.6rem;
}


/* 404.php
=============================================== */
.notfound {
  text-align: center;
  margin-bottom: 80px;
}


/* page title 下層ページのタイトル
=============================================== */
#page-title h2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  padding: 130px 0;
}

/* heading
----------------------------------------------- */
.heading-2 {
  color: #fff;
  font-size: 3.0rem;
  position: relative;
  margin-bottom: 10px;
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  font-size: 1.6rem;
  padding: 20px 0;
  margin-bottom: 40px;
}

.breadcrumbs span {
  vertical-align: baseline;
}

.breadcrumbs>span {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.breadcrumbs>span:first-child {
  margin-left: 0;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs a:hover {
  color: #0068B7;
  opacity: 1;
}


/* pager
----------------------------------------------- */
.pager {
  margin-bottom: 80px;
  text-align: center;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  font-size: 1.6rem;
  color: #000;
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  line-height: 33px;
  background: #fff;
  border: 1px solid #000;
}

.pager .wp-pagenavi a:hover,
.pager .wp-pagenavi span:hover {
  background-color: #0068B7;
  color: #fff;
}

.pager .wp-pagenavi .current {
  background-color: #0068B7;
  color: #fff;
  font-weight: normal;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  border: none;
}

.pager .wp-pagenavi .pages {
  background: none;
  width: auto;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #000;
  border: none;
}


/* ============================================================================================
　共通エレメント
============================================================================================= */
.bg-gray {
  background-color: #f8f8f8;
}

.bg-shadow {
  box-shadow: 0px 10px 10px -5px rgba(238, 238, 238, 0.6);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(248, 248, 248, 1) 3px, rgba(248, 248, 248, 1) 6px);
}

.bg-red {
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
}

.bg-red h2 {
  color: #fff;
  padding: 50px 0;
  line-height: 1.25;
}

.bg-red h2 span {
  color: #fff;
}

.bg-gray-dot {
  background-color: #F8F8F8;
  background-image: radial-gradient(#f0f0f0 11%, transparent 14%), radial-gradient(#f0f0f0 11%, transparent 14%);
  background-position: 0 0, 4px 4px;
  background-size: 10px 10px;
  padding: 60px 0;
}


h2.subtxt::before {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

h2 span {
  color: #0068B7;
  font-size: 4.8rem;
}

h2.line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #0068B7, rgba(255, 255, 255, 0));
}

h2.kakomi {
  line-height: 1.25;
  position: relative;
}

h2.kakomi span.kakomi-subtxt {
  font-size: 2rem;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

h2.kakomi::before,
h2.kakomi::after {
  content: '';
  /*何も入れない*/
  display: block;
  /*忘れずに！*/
  width: 30px;
  /*画像の幅*/
  height: 30px;
  /*画像の高さ*/
  background-image: url(images/common-img-kakomi.png);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
}

h2.kakomi::before {
  top: 20px;
}

h2.kakomi::after {
  bottom: -10px;
  right: 0;
  transform: rotate(180deg);
}

.fukidashi {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
}

.fukidashi::after {
  content: '';
  /*何も入れない*/
  display: block;
  /*忘れずに！*/
  max-width: 25%;
  /*画像の最大幅*/
  height: 40px;
  /*画像の高さ*/
  background-image: url(images/common-img-fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  /*元の縦横比のまま、範囲内に収まる最大サイズで表示*/
  vertical-align: middle;
  margin: 5px auto 30px;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

@media only screen and (max-width: 767px) {
  h2.kakomi {
    font-size: 1.5rem;
  }
}

/* a.btn
----------------------------------------------- */
a.btn {
  font-size: 2rem;
  position: relative;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 30px 0;
  text-decoration: none;
  background-color: #0068B7;
  color: #fff;
  align-content: center;
}

a.btn i {
  position: absolute;
  top: 40%;
  right: 5%;
  color: #fff;
}

a.btn:hover {
  opacity: 0.5;
}


/* #mainvisual
----------------------------------------------- */
.sp-hide,
.pc-hide {
  position: relative;
}

.txt {
  position: absolute;
  top: 38%;
  left: 1%;
  padding: 0 25px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  z-index: 5;
}

.txt span {
  background: #0068B7;
  padding: 0 10px;
  margin-right: 10px;
}

.txt-2 {
  position: absolute;
  top: 69%;
  left: 2.5%;
  padding: 0 25px;
  font-size: 28.8px;
  font-weight: bold;
  color: #fff;
  line-height: 0.9;
  z-index: 5;
  font-style: italic;
  text-shadow:
    0.1em 0.1em 0 #000,
    -0.1em 0.1em 0 #000,
    0.1em -0.1em 0 #000,
    -0.1em -0.1em 0 #000;
}

@media only screen and (max-width: 1920px) {
  .txt {
    font-size: 2.5vw;
  }

  .txt-2 {
    font-size: 1.5vw;
  }
}

.txt-2 span {
  color: #FFF352;
}


@media only screen and (max-width: 1160px) {
  header .container>.flex h1 {
    width: max-content;
    max-width: 70%;
  }

  header .container>.flex>.flex {
    justify-content: flex-end;
    width: 60%;
  }

  .txt {
    left: 0.4%;
  }

  .txt-2 {
    left: 2%;
  }
}

@media only screen and (max-width: 820px) {
  .txt {
    left: 0;
    padding: 0 20px;
  }

  .txt-2 {
    left: 1.3%;
  }
}

@media only screen and (max-width: 767px) {
  .txt {
    top: 14%;
    left: 2%;
    font-size: 3.8vw;
    padding: 0 20px;
  }

  .txt-2 {
    top: 80%;
    left: 5vw;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 414px) {
  .txt {
    left: 1.5%;
    line-height: 1.5;
  }

  .txt-2 {
    left: 3.2%;
  }

  .common-contact-box .common-contact-tel .flex {
    align-items: center;
  }
}


/* ============================================================================================
 TOP
============================================================================================= */
/* .top-intro
----------------------------------------------- */
.top-intro {
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.top-intro p {
  width: 65%;
  margin: 60px auto;
}

.top-intro figure {
  border: 10px solid #f5f5f5;
  padding: 2% 6%;
}


/* .top-choice
----------------------------------------------- */
.top-choice {
  margin-bottom: 60px;
}

.top-choice h2.subtxt::before {
  content: 'タイヤ交換初心者の方から、今より質の良いタイヤをお求めの方まで';
}

.top-choice h2 {
  text-align: center;
}

.top-choice-box {
  width: 32%;
}

.top-choice-box figure,
.top-choice-txt {
  width: 85%;
  margin: 20px auto;
}

.top-choice-title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* .top-advice
----------------------------------------------- */
.top-advice {
  padding: 60px 0;
  margin-bottom: 60px;
}

.top-advice h2 {
  padding-bottom: 0;
}

.top-advice figure {
  width: 46%;
}

.top-advice p {
  width: 50%;
}


/* .top-dealer
----------------------------------------------- */
.top-dealer {
  padding-bottom: 60px;
}

.top-dealer .normal {
  width: 80%;
  margin: 0 auto;
}

.top-dealer-emphasis {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  margin: 30px 0;
  padding: 2% 4%;
}

.top-dealer-emphasis span {
  font-size: 2.5rem;
  font-weight: bold;
}


/* .top-menu
----------------------------------------------- */
.top-menu {
  padding: 60px 0;
}

.top-menu h2 {
  font-weight: normal;
  font-size: 4.8rem;
}

.top-menu-box {
  background-size: cover;
  padding: 50px;
}

/* shigeta */
/* .top-menu-box:first-of-type {
  background-image: url(images/top-bg-01.webp);
  margin-bottom: 60px;
}
.top-menu-box:last-of-type {
  background-image: url(images/top-bg-02.webp);
} */
.top-menu-box:first-of-type {
  background-image: url(images/top-bg-01.webp);
  margin-bottom: 60px;
}

.top-menu-box:nth-of-type(2) {
  background-image: url(images/top-bg-02.webp);
  margin-bottom: 60px;
}

.top-menu-box:last-of-type {
  background-image: url(images/top-bg-studless.webp);
}

.top-menu-column {
  background-color: #fff;
  width: 50%;
  padding: 40px 50px;
}

/* .top-menu-box:last-of-type .top-menu-column {
  margin-left: auto;
} */
.top-menu-box:nth-of-type(2) .top-menu-column {
  margin-left: auto;
}

.top-menu-box h3::before {
  color: #0068B7;
  text-align: left;
  font-size: 2rem;
  display: block;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}

/* .top-menu-box:first-of-type h3::before {
  content: "Tire Exchange";
}
.top-menu-box:last-of-type h3::before {
  content: "Tire Repair";
} */
.top-menu-box:first-of-type h3::before {
  content: "Tire Exchange";
}

.top-menu-box:nth-of-type(2) h3::before {
  content: "Tire Repair";
}

.top-menu-box:last-of-type h3::before {
  content: "Tire Repair";
}

.top-menu-column h3 {
  text-align: left;
  font-size: 3.9rem;
  margin-bottom: 30px;
}

.top-menu-column p {
  margin-bottom: 30px;
}

.top-menu-column a {
  width: 100%;
}


/* .top-changer
----------------------------------------------- */
.top-changer {
  padding: 60px 0;
}

.top-changer figure {
  width: 46%;
}

.top-changer p {
  width: 50%;
}


/* .top-ride
----------------------------------------------- */
.top-ride {
  padding: 60px 0;
  margin-bottom: 60px;
}

.top-ride h2 {
  margin-bottom: 40px;
}

.top-ride h2.kakomi span.kakomi-subtxt {
  color: #0068B7;
  font-weight: normal;
}

.top-ride-worry {
  border: 10px solid #f5f5f5;
  padding: 2% 5%;
  margin-bottom: 60px;
}

.top-ride-worry p {
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.top-ride-worry li {
  font-size: 2rem;
  width: 33%;
  margin-bottom: 1em;
}

.top-ride-worry li i {
  color: #0068B7;
  margin-right: .5em;
}

.top-ride-box {
  width: 50%;
}

.top-ride-box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
}

.top-ride-box h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}

.top-ride figure {
  width: 46%;
}


/* .top-quality
----------------------------------------------- */
.top-quality {
  padding-bottom: 60px;
}

.top-quality h2.subtxt::before {
  content: 'タイヤ交換はタイヤ交換専門店へ';
}

.top-quality figure {
  width: 46%;
}

.top-quality-box {
  width: 50%;
}

.top-quality-box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
}

.top-quality-box h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}

.top-quality h2.kakomi span.kakomi-subtxt {
  color: #0068B7;
  font-weight: normal;
}

.top-quality h2.kakomi {
  margin-top: 100px;
}

.top-quality .top-ride-box h3 {
  line-height: 1.25;
}

.top-quality-longcost {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  margin-top: 100px;
  padding-bottom: 100px;
}


/* .top-column
----------------------------------------------- */
.top-column {
  padding: 60px 0;
}

.top-column-box {
  background-size: cover;
  padding: 50px;
}

.top-column-box:first-of-type {
  background-image: url(images/top-bg-05.webp);
}

.top-column-box:nth-of-type(2) {
  background-image: url(images/top-bg-03.webp);
}

.top-column-box:last-of-type {
  background-image: url(images/top-bg-04.webp);
}

.top-column-box:not(:last-of-type) {
  margin-bottom: 60px;
}

.top-column-column {
  background-color: #fff;
  width: 50%;
  padding: 40px 50px;
}

.top-column-box:nth-of-type(odd) .top-column-column {
  margin-left: auto;
}

.top-column-column h3 {
  text-align: left;
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.top-column-column h3 span {
  color: #0068B7;
}

.top-column-column p {
  margin-bottom: 30px;
}

.top-column-column p span {
  color: #0068B7;
  font-weight: bold;
}

.top-column-column a {
  width: 100%;
}


/* .top-promise
----------------------------------------------- */
.top-promise {
  padding: 60px 0;
}

.top-promise h2.kakomi span.kakomi-subtxt {
  color: #0068B7;
  font-weight: normal;
}

.top-promise h2 {
  margin-bottom: 28px;
}

.top-promise ol {
  width: 35%;
  margin: 0 auto 60px;
}

.top-promise ol li {
  font-size: 3.1rem;
  list-style-type: none;
  margin-bottom: 30px;
}

.top-promise ol li::before {
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  color: #fff;
  padding: 0px 14px;
  line-height: 1;
  margin-right: .5em;
  font-family: 'Noto Sans JP', sans-serif;
}

.top-promise ol li:first-of-type:before {
  content: '1';
}

.top-promise ol li:nth-of-type(2):before {
  content: '2';
}

.top-promise ol li:last-of-type:before {
  content: '3';
}

.top-promise p {
  width: 60%;
  margin: 0 auto 60px;
}


/* .top-voice
----------------------------------------------- */
.top-voice {
  padding: 60px 0;
}

.top-voice h2.subtxt::before {
  content: 'Customer Voice';
  font-family: 'Oswald', sans-serif;
  color: #0068B7;
}

.top-voice h2 {
  text-align: center;
}

.top-voice .flex {
  justify-content: center;
}

.top-voice-box {
  width: 32%;
  background-color: #fff;
  margin: 0 30px;
}

.top-voice-box figure,
.top-voice-txt {
  width: 85%;
  margin: 20px auto;
}

.top-voice-title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* .top-step
----------------------------------------------- */
.top-step {
  padding: 60px 0;
}

.top-step h2 {
  margin-bottom: 30px;
}

.top-step figure {
  width: 46%;
}

.top-step-box {
  width: 50%;
}

.top-step-box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
}

.top-step-box h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}


/* ============================================================================================
 初めての方へ
============================================================================================= */
/* .customer-intro
----------------------------------------------- */
.customer-intro {
  padding: 60px 0;
}

.customer-intro figure {
  width: 46%;
}

.customer-intro-box {
  width: 50%;
}

.customer-intro-box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.25;
}

.customer-intro h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}

.customer-intro .flex:first-of-type {
  margin-bottom: 60px;
}


/* .customer-season
----------------------------------------------- */
.customer-season {
  padding-bottom: 60px;
}

.customer-season h3 {
  margin-bottom: 30px;
  font-size: 2.5rem;
}

.customer-season h3 span {
  color: #0068B7;
  font-size: 3.1rem;
}

.customer-season-slipsign {
  width: 80%;
  margin: 0 auto 60px;
}

.customer-season-slipsign span {
  font-weight: bold;
}

.customer-season-slipsign+figure {
  margin-bottom: 60px;
}

.customer-season .flex {
  margin-bottom: 60px;
}

.customer-season .flex figure {
  width: 46%;
}

.customer-season-box {
  width: 50%;
}

.customer-season-violation {
  background-image: url(images/customer-bg-01.jpg);
  background-size: cover;
  padding: 6% 10%;
}

.customer-season-violation h3 {
  background-color: #0068B7;
  color: #fff;
  font-size: 2.5rem;
  font-style: italic;
  padding: 3% 0 3.5%;
}

.customer-season-violation h3 span {
  font-size: 3.1rem;
  color: #fff;
}

.customer-season-violation h3 i {
  margin-right: .5em;
}

.customer-season-violation ul {
  width: 80%;
  margin: 0 auto 30px;
}

.customer-season-violation li {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.customer-season-violation li i {
  margin-right: .5em;
}

.customer-season-violation li:first-of-type {
  margin-bottom: 20px;
}

.customer-season-violation span {
  background: linear-gradient(transparent 60%, #0068B7 0%);
}

.customer-season-violation p {
  color: #fff;
}


/* .customer-where
----------------------------------------------- */
.customer-where {
  padding: 60px 0;
}

.customer-where p {
  width: 80%;
  margin: 0 auto 60px;
}

.customer-best-head {
  justify-content: center;
  margin-bottom: 60px;
}

.customer-best-example {
  background-color: #0068B7;
  color: #fff;
  font-size: 3.1rem;
  padding: 2% 3%;
  line-height: 1;
  margin-right: 1em;
}

.customer-best-example span {
  font-size: 3.9rem;
}

.customer-best-example+p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-best-women {
  width: 20%;
}

.customer-best-women figure {
  margin-bottom: 10px;
}

.customer-best-women p {
  text-align: center;
}

.customer-best-words {
  position: relative;
  width: 75%;
  height: 220px;
  background: #F8F8F8;
  padding: 3% 5%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.customer-best-words:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(248, 248, 248, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -18px;
  border-right-color: #F8F8F8;
  right: 100%;
  top: 50%;
}

.customer-best-box-two .customer-best-words::after,
.customer-best-box-four .customer-best-words::after {
  border-left-color: #F8F8F8;
  border-right: none;
  right: 0;
  left: 100%;
}

.customer-best-box-two .customer-best-words {
  height: 130px;
}

.customer-best-words li {
  line-height: 2;
}

.customer-best-words li i {
  margin-right: .5em;
  color: #0068B7;
  line-height: 2;
}

.customer-best-words span {
  color: #0068B7;
  font-weight: bold;
}

.customer-best-box {
  margin-bottom: 60px;
}

.customer-best h3 {
  margin-bottom: 30px;
}

.customer-best h3 span {
  color: #0068B7;
}

.customer-best-faq {
  margin-bottom: 60px;
}

.customer-best-faq .flex {
  justify-content: flex-start;
}

.customer-best-faq dl {
  width: 80%;
  margin: 0 auto 20px;
}

.customer-best-faq dt {
  font-size: 3.9rem;
  font-weight: bold;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 1em;
}

.customer-best-question dt {
  color: #6e6e6e;
  background-color: #dedede;
  padding: 6px 0;
}

.customer-best-answer dt {
  color: #fff;
  background-color: #0068B7;
  padding: 10px 0;
}

.customer-best-answer dd {
  color: #0068B7;
}

.customer-best-faq dd {
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-best-faq p {
  width: 80%;
  margin: 0 auto;
}

.customer-best-box-three .customer-best-words {
  height: 140px;
}

.customer-best h2.subtxt::before {
  content: '愛車の価値を守るために――';
}

.customer-best h2.subtxt {
  font-size: 3.1rem;
  line-height: 1.5;
}

.customer-best h2.subtxt span {
  font-size: 3.5rem;
}


/* .customer-air
----------------------------------------------- */
.customer-air {
  padding: 60px 0;
  background-image: url(images/customer-bg-02.jpg);
  background-size: cover;
}

.customer-air .flex figure {
  width: 46%;
}

.customer-air-box {
  width: 50%;
}

.customer-air .flex {
  margin-bottom: 60px;
}

.customer-air .bg-red {
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  text-align: center;
  padding: 2%;
  line-height: 1.5;
}

.customer-air .bg-red span {
  font-size: 3.9rem;
}


/* ============================================================================================
 タイヤ交換
============================================================================================= */
/* .exchange-mv
----------------------------------------------- */
.exchange-mv {
  margin-top: -368px;
}

/* .exchange-intro
----------------------------------------------- */
.exchange-intro {
  padding: 60px 0;
}

.exchange-intro figure {
  width: 46%;
}

.exchange-intro-box {
  width: 50%;
}

.exchange-intro-box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.25;
}

.exchange-intro h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}


/* .exchange-worry
----------------------------------------------- */
.exchange-worry {
  padding-bottom: 60px;
}

.exchange-worry-couple {
  width: 20%;
}

.exchange-worry-words {
  position: relative;
  width: 75%;
  height: 220px;
  background: #F8F8F8;
  padding: 3% 5%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 60px;
}

.exchange-worry-words:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(248, 248, 248, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -18px;
  border-right-color: #F8F8F8;
  right: 100%;
  top: 50%;
}

.exchange-worry-words {
  height: 260px;
}

.exchange-worry-words li {
  line-height: 2;
}

.exchange-worry-words li i {
  margin-right: .5em;
  color: #0068B7;
  line-height: 2;
}

.exchange-worry-words span {
  color: #0068B7;
  font-weight: bold;
}

.exchange-worry h3 {
  line-height: 1.25;
  margin-bottom: 40px;
}

.exchange-worry h3 span {
  color: #0068B7;
}

.exchange-worry-compare-head {
  justify-content: center;
  margin-bottom: 60px;
}

.exchange-worry-compare {
  width: 32%;
  background-color: #f8f8f8;
  margin: 0 30px;
}

.exchange-worry-compare figure,
.exchange-worry-txt {
  width: 85%;
  margin: 20px auto;
}

.exchange-worry-title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exchange-worry-txt li {
  line-height: 2;
}

.exchange-worry-txt li i {
  line-height: 2;
  margin-right: .5em;
}

.exchange-worry-compare:first-of-type {
  margin-top: 40px;
}

.exchange-worry-compare:first-of-type .exchange-worry-title {
  background-color: #dedede;
  background-image: none;
  color: #6e6e6e;
  font-size: 2.5rem;
}

.exchange-worry-compare:last-of-type .exchange-worry-title {
  height: 120px;
}

.exchange-worry-compare:last-of-type .exchange-worry-txt li i {
  color: #0068B7;
}

.exchange-worry-compare:last-of-type .exchange-worry-txt {
  margin-top: 0;
  text-align: justify;
}

.exchange-worry-compare:last-of-type figure {
  width: 90%;
  margin-bottom: 0;
  margin-right: 10px;
}

.exchange-worry-reason {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, #0068B7 0%, #64b4f2 100%);
  width: 19%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #fff;
  /* 線幅、線のスタイル、カラー */
  outline-offset: -5px;
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  margin-bottom: 60px;
}

.exchange-worry-reason p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.exchange-worry-box+figure {
  width: 46%;
}

.exchange-worry-box {
  width: 50%;
}

.exchange-worry-box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.25;
}

.exchange-worry-box h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}


/* .exchange-know
----------------------------------------------- */
.exchange-know {
  padding: 60px 0;
}

.fukidashi-red {
  background-image: url(images/exchange-bg-01.jpg);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
  height: 166px;
  color: #fff;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exchange-know .flex {
  margin-bottom: 60px;
}

.exchange-know .bg-gray {
  padding: 60px 0;
  margin-bottom: 60px;
}

.exchange-know .bg-gray .flex:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.exchange-know figure {
  width: 46%;
}

.exchange-know-box {
  width: 50%;
}

.exchange-know-box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.25;
}

.exchange-know h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}


/* .exchange-point
----------------------------------------------- */
.exchange-point .double-line {
  border-top: 10px solid #0068B7;
  border-bottom: 10px solid #0068B7;
  font-style: italic;
  margin-bottom: 60px;
}

.exchange-point .double-line h2 {
  padding: 30px 0;
  margin-bottom: 0;
}

.exchange-point-box {
  background-size: cover;
  padding: 50px;
  margin-bottom: 60px;
}

.exchange-point-box:first-of-type {
  background-image: url(images/exchange-bg-02.jpg);
  margin-bottom: 60px;
}

.exchange-point-box:nth-of-type(2) {
  background-image: url(images/exchange-bg-03.jpg);
}

.exchange-point-box:last-of-type {
  background-image: url(images/exchange-bg-04.jpg);
}

.exchange-point-column {
  background-color: #fff;
  width: 60%;
  padding: 40px 50px;
}

.exchange-point-box:nth-of-type(2) .exchange-point-column {
  margin-left: auto;
}

.exchange-point-column .bg-red {
  color: #fff;
  font-size: 3.1rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
}

.exchange-point-column h3 {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.exchange-point-column h3 span {
  color: #0068B7;
  font-size: 3.1rem;
}

.exchange-point-column p span {
  color: #0068B7;
  font-weight: bold;
}


/* .exchange-guideline
----------------------------------------------- */
.exchange-guideline {
  padding-bottom: 60px;
}

.exchange-guideline .bg-img {
  background-image: url(images/exchange-bg-05.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.exchange-guideline .bg-img h2 {
  color: #fff;
  line-height: 1.25;
  padding: 45px 0;
}

.exchange-guideline .bg-img h2 span {
  color: #0068B7;
}

.exchange-guideline figure {
  width: 46%;
}

.exchange-guideline p {
  width: 50%;
  margin-bottom: 60px;
}

.exchange-guideline p span {
  font-weight: bold;
}

.exchange-guideline h3 span {
  color: #0068B7;
}


/* .exchange-asian
----------------------------------------------- */
.exchange-asian {
  padding: 60px 0;
}

.exchange-asian h2.subtxt::before {
  content: 'タイヤのメーカーによってなにか変わる？';
}

.exchange-asian-box h3 {
  margin-bottom: 30px;
  text-align: left;
}

.exchange-asian-box h3 span {
  color: #0068B7;
}

.exchange-asian-box {
  width: 48%;
}

.exchange-asian figure {
  width: 50%;
}

.exchange-asian .flex:first-of-type {
  margin-bottom: 70px;
}

.exchange-asian .container>h3 {
  margin-bottom: 30px;
}

.exchange-asian h3 span {
  color: #0068B7;
}

.exchange-asian .flex-merideme {
  justify-content: center;
}

.exchange-asian-merit,
.exchange-asian-demerit {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, #0068B7 0%, #64b4f2 100%);
  width: 19%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #fff;
  /* 線幅、線のスタイル、カラー */
  outline-offset: -5px;
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  margin: 0 5px 30px;
  position: relative;
}

.exchange-asian-merit p,
.exchange-asian-demerit p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

.exchange-asian-merit i,
.exchange-asian-demerit i {
  color: #000;
  opacity: .2;
  font-size: 7.2rem;
  position: absolute;
  top: 15%;
  left: 35%;
}

.exchange-asian-merit:last-of-type {
  width: 42%;
}

.exchange-asian-demerit:first-of-type {
  width: 42%;
}

.exchange-asian-demerit:nth-of-type(2) {
  width: 14%;
}

.exchange-asian-demerit:last-of-type {
  width: 21%;
}

.exchange-asian-detail {
  background-image: url(images/exchange-bg-09.jpg);
  background-size: cover;
  margin-bottom: 60px;
  padding: 60px;
}

.exchange-asian-detail span {
  color: #0068B7;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.25;
}

.exchange-asian-demerit-head {
  justify-content: space-around;
}

.exchange-asian-demerit {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(144, 144, 144, 1) 100%);
}

.exchange-asian-demerit i {
  font-size: 9.2rem;
  color: #fff;
  opacity: .1;
  top: 5%;
  left: 35%;
}

.exchange-asian-merit:last-of-type i {
  left: 40%;
}

.exchange-asian-demerit:first-of-type i {
  left: 45%;
}

.exchange-domestic .flex-merideme {
  justify-content: center;
}

.exchange-domestic-merit,
.exchange-domestic-demerit {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, #0068B7 0%, #64b4f2 100%);
  width: 19%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #fff;
  /* 線幅、線のスタイル、カラー */
  outline-offset: -5px;
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  margin: 0 5px 30px;
  position: relative;
}

.exchange-domestic-merit p,
.exchange-domestic-demerit p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

.exchange-domestic-merit i,
.exchange-domestic-demerit i {
  color: #000;
  opacity: .2;
  font-size: 7.2rem;
  position: absolute;
  top: 15%;
  left: 35%;
}

.exchange-domestic-merit:first-of-type {
  width: 20%;
}

.exchange-domestic-merit:nth-of-type(2) {
  width: 22%;
}

.exchange-domestic-merit:nth-of-type(3) {
  width: 28%;
}

.exchange-domestic-merit:last-of-type {
  width: 26%;
}

.exchange-domestic-demerit:first-of-type {
  width: 42%;
}

.exchange-domestic-demerit:nth-of-type(2) {
  width: 14%;
}

.exchange-domestic-demerit:last-of-type {
  width: 21%;
}

.exchange-domestic-detail {
  background-image: url(images/exchange-bg-10.jpg);
  background-size: cover;
  margin-bottom: 60px;
  padding: 60px;
}

.exchange-domestic-detail span {
  color: #0068B7;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.25;
}

.exchange-domestic-demerit-head {
  justify-content: space-around;
}

.exchange-domestic-demerit {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(144, 144, 144, 1) 100%);
}

.exchange-domestic-demerit i {
  font-size: 9.2rem;
  color: #fff;
  opacity: .1;
  top: 5%;
  left: 35%;
}

.exchange-asian .bg-red {
  color: #fff;
  font-size: 2rem;
  padding: 30px;
  line-height: 1.5;
}

.exchange-asian .bg-red span {
  font-size: 2.5rem;
  font-weight: bold;
}







/* .exchange-runflat
----------------------------------------------- */
.exchange-runflat {
  padding: 60px 0;
}

.exchange-runflat h2.subtxt::before {
  content: 'タイヤの種類によってなにか変わる？';
}

.exchange-runflat h3 {
  margin-bottom: 30px;
}

.exchange-runflat h3 span {
  color: #0068B7;
}

.exchange-runflat-merit,
.exchange-runflat-demerit {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, #0068B7 0%, #64b4f2 100%);
  width: 19%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #fff;
  /* 線幅、線のスタイル、カラー */
  outline-offset: -5px;
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  margin-bottom: 30px;
  position: relative;
}

.exchange-runflat-merit p,
.exchange-runflat-demerit p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

.exchange-runflat-merit i,
.exchange-runflat-demerit i {
  color: #000;
  opacity: .2;
  font-size: 7.2rem;
  position: absolute;
  top: 15%;
  left: 35%;
}

.exchange-runflat-detail {
  background-image: url(images/exchange-bg-06.jpg);
  background-size: cover;
  margin-bottom: 60px;
  padding: 60px;
}

.exchange-runflat-detail span {
  color: #0068B7;
  font-weight: bold;
}

.exchange-runflat-demerit-head {
  justify-content: space-around;
}

.exchange-runflat-demerit {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(144, 144, 144, 1) 100%);
}

.exchange-runflat-demerit i {
  font-size: 9.2rem;
  color: #fff;
  opacity: .1;
  top: 5%;
  left: 35%;
}

.exchange-runflat-detail:last-of-type {
  color: #fff;
  background-image: url(images/exchange-bg-07.jpg);
}

.exchange-runflat-detail:last-of-type+p {
  width: 80%;
  margin: 0 auto 60px;
}

.exchange-runflat .bg-red {
  color: #fff;
  font-size: 2rem;
  padding: 30px;
  line-height: 1.5;
}

.exchange-runflat .bg-red span {
  font-size: 2.5rem;
  font-weight: bold;
}


/* .exchange-hope
----------------------------------------------- */
.exchange-hope {
  padding-bottom: 60px;
}

.exchange-hope .bg-img {
  background-image: url(images/exchange-bg-08.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.exchange-hope .bg-img h2 {
  color: #000;
  line-height: 1.25;
  padding: 45px 0;
}

.exchange-hope .bg-img h2 span {
  color: #0068B7;
}

.exchange-hope .container>.flex:first-of-type {
  justify-content: center;
}

.exchange-hope-couple {
  width: 20%;
}

.exchange-hope-words {
  position: relative;
  width: 52%;
  height: 220px;
  background: #F8F8F8;
  padding: 3% 5%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 60px;
  margin-left: 20px;
}

.exchange-hope-words:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(248, 248, 248, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -18px;
  border-right-color: #F8F8F8;
  right: 100%;
  top: 50%;
}

.exchange-hope-words {
  height: 230px;
}

.exchange-hope-words span {
  color: #0068B7;
  font-weight: bold;
}

.exchange-hope-words p:first-of-type {
  font-size: 2.5rem;
  margin-bottom: 30px;
  line-height: 1.25;
}

.exchange-hope-worry {
  border: 10px solid #f5f5f5;
  padding: 2% 4%;
  margin-bottom: 60px;
}

.exchange-hope-worry p {
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.exchange-hope-worry p span {
  color: #0068B7;
}

.exchange-hope-worry li {
  font-size: 2rem;
  margin-bottom: 1em;
}

.exchange-hope-worry li i {
  color: #0068B7;
  margin-right: .5em;
}

.exchange-hope h2.serif-ja {
  line-height: 1.25;
}

.exchange-hope-point2 {
  justify-content: center;
  margin-bottom: 60px;
}

.exchange-hope-point {
  width: 40%;
  margin: 0 30px;
}

.exchange-hope-point figure,
.exchange-hope-txt {
  width: 85%;
  margin: 20px auto;
}

.exchange-hope-title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  padding: 3% 5%;
}

.exchange-hope-title p:first-of-type {
  background-color: #fff;
  text-align: center;
  color: #0068B7;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 5px;
}

.exchange-hope-title p:last-of-type {
  text-align: center;
  line-height: 1.5;
}

.exchange-hope-txt li {
  line-height: 2;
}

.exchange-hope-txt li i {
  color: #0068B7;
  margin-right: .5em;
  vertical-align: baseline;
}

.exchange-hope-shinise {
  position: relative;
  background: rgba(255, 255, 255, 1);
  padding: 2% 2% 1%;
  justify-content: center;
}

.exchange-hope-shinise::after {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: repeating-linear-gradient(45deg, #000, #000 3px, white 3px, white 6px);
  background-color: black;
  content: '';
  z-index: -1;
}

.exchange-hope-shinise figure {
  margin-right: 2em;
  width: 10%;
}

.exchange-hope-shinise p {
  font-size: 2.5rem;
  font-style: italic;
  font-weight: bold;
  width: 60%;
  line-height: 1.5;
}

.exchange-hope-shinise span {
  color: #0068B7;
}



/* .exchange-cost
----------------------------------------------- */
.exchange-cost {
  padding-bottom: 60px;
}

.exchange-cost h2.serif-ja {
  line-height: 1.25;
}

.exchange-cost h3 {
  margin-bottom: 30px;
}

.exchange-cost-table {
  padding: 3%;
}

.exchange-cost table {
  border-spacing: revert;
  width: 100%;
}

.exchange-cost th {
  background-color: #dedede;
  font-weight: normal;
  padding: 1%;
  vertical-align: middle;
}

.exchange-cost td {
  background-color: #fff;
  vertical-align: middle;
  text-align: right;
  padding: 1%;
}

.exchange-cost-wheel {
  width: 13%;
}

.exchange-cost ul li a {
  color: #0068B7;
}

.exchange-cost ul li a:hover {
  opacity: 0.5;
}

.exchange-cost ul {
  margin-top: 30px;
  margin-bottom: 60px;
}

.exchange-cost li {
  font-size: 1.3rem;
  line-height: 2;
}

.exchange-cost-table:last-of-type table {
  width: 50%;
  margin: 0 auto;
}

.exchange-cost-table:last-of-type th {
  text-align: left;
}

.exchange-cost-table:last-of-type th,
.exchange-cost-table:last-of-type td {
  padding: 3%;
}


/* ============================================================================================
 パンク修理
============================================================================================= */
/* .repair-intro
----------------------------------------------- */
.repair-intro {
  padding-bottom: 60px;
}

.repair-intro h2.subtxt::before {
  content: '愛車がパンクしたらすぐ連絡を!';
}

.repair-intro-box {
  width: 50%;
}

.repair-intro-box p {
  margin-bottom: 30px;
}

.repair-intro-box h3 {
  text-align: left;
  line-height: 1.25;
}

.repair-intro-box h3 span {
  color: #0068B7;
}

.repair-intro figure {
  width: 46%;
}


/* .repair-certification
----------------------------------------------- */
.repair-certification {
  padding: 60px 0;
}

.repair-certification h2.subtxt::before {
  content: '充実の設備を持つ工場で安心の修理を実施しております!';
}

.repair-certification-box {
  width: 50%;
}

.repair-certification figure {
  width: 46%;
}

.repair-certification .flex {
  margin-bottom: 60px;
}

.repair-certification h3 {
  line-height: 1.25;
}

.repair-certification h3 span {
  color: #0068B7;
}

@media only screen and (max-width: 767px) {
  .repair-certification h3 {
    font-size: 1.5rem;
  }
}

/* .repair-worry
----------------------------------------------- */
.repair-worry {
  padding-bottom: 60px;
}

.repair-worry-couple {
  width: 20%;
}

.repair-worry-words {
  position: relative;
  width: 75%;
  height: 220px;
  background: #F8F8F8;
  padding: 3% 5%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 60px;
}

.repair-worry-words:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(248, 248, 248, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -18px;
  border-right-color: #F8F8F8;
  right: 100%;
  top: 50%;
}

.repair-worry-words {
  height: 200px;
}

.repair-worry-words li {
  line-height: 2;
}

.repair-worry-words li i {
  margin-right: .5em;
  color: #0068B7;
  line-height: 2;
}

.repair-worry-words span {
  color: #0068B7;
  font-weight: bold;
}

.repair-worry h3 {
  line-height: 1.25;
  margin-bottom: 40px;
}

.repair-worry h3 span {
  color: #0068B7;
}

.repair-worry-compare-head {
  justify-content: center;
  margin-bottom: 60px;
}

.repair-worry-compare {
  width: 32%;
  background-color: #f8f8f8;
  margin: 0 30px;
}

.repair-worry-compare figure,
.repair-worry-txt {
  width: 85%;
  margin: 20px auto;
}

.repair-worry-title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.repair-worry-txt li {
  line-height: 2;
}

.repair-worry-txt li i {
  line-height: 2;
  margin-right: .5em;
}

.repair-worry-compare:first-of-type {
  margin-top: 40px;
}

.repair-worry-compare:first-of-type .repair-worry-title {
  background-color: #dedede;
  background-image: none;
  color: #6e6e6e;
  font-size: 2.5rem;
}

.repair-worry-compare:last-of-type .repair-worry-title {
  height: 120px;
  font-size: 3.1rem;
}

.repair-worry-compare:last-of-type .repair-worry-txt li i {
  color: #0068B7;
}

.repair-worry-compare:last-of-type .repair-worry-txt {
  margin-top: 0;
  text-align: justify;
}

.repair-worry-compare:last-of-type figure {
  width: 90%;
  margin-bottom: 0;
  margin-right: 10px;
}

.repair-worry-reason {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, #0068B7 0%, #64b4f2 100%);
  width: 19%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #fff;
  /* 線幅、線のスタイル、カラー */
  outline-offset: -5px;
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  margin-bottom: 60px;
  position: relative;
}

.repair-worry-reason p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.repair-worry-reason i {
  color: #000;
  opacity: .2;
  font-size: 7.2rem;
  position: absolute;
  top: 15%;
  left: 35%;
}

.repair-worry-box+figure {
  width: 46%;
}

.repair-worry-box {
  width: 50%;
}

.repair-worry-box h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.25;
}

.repair-worry-box h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}

.repair-worry-tech {
  padding: 2%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.repair-worry-tech span {
  font-size: 2.5rem;
  font-weight: bold;
}


/* .repair-difference
----------------------------------------------- */
.repair-difference {
  padding: 60px 0;
}

.repair-difference-box {
  width: 50%;
}

.repair-difference figure {
  width: 46%;
}

.repair-difference .flex {
  margin-bottom: 60px;
}

.repair-difference h3 {
  line-height: 1.25;
  text-align: left;
  margin-bottom: 30px;
}

.repair-difference h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}


/* .repair-inner
----------------------------------------------- */
.repair-inner {
  padding-bottom: 60px;
}

.repair-inner h2 {
  line-height: 1.25;
}

.repair-inner .serif-ja+p {
  width: 80%;
  margin: 0 auto 60px;
}

.repair-inner .flex {
  justify-content: center;
  margin-bottom: 60px;
}

.repair-inner-box {
  width: 40%;
  margin: 0 30px;
}

.repair-inner-title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.repair-inner p.bg-red {
  padding: 2%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.repair-inner p.bg-red span {
  font-size: 2.5rem;
  font-weight: bold;
}


/* .repair-feature
----------------------------------------------- */
.repair-feature {
  padding: 60px 0;
}

.repair-feature h2 {
  margin-bottom: 30px;
}

.repair-feature h2.kakomi::before {
  top: 0px;
}

.repair-feature h2.kakomi::after {
  bottom: 20px;
}

.repair-feature-box {
  width: 50%;
}

.repair-feature figure {
  width: 46%;
}

.repair-feature .flex {
  margin-bottom: 60px;
}

.repair-feature h3 {
  line-height: 1.25;
  text-align: left;
  margin-bottom: 30px;
}

.repair-feature h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}

.repair-feature-inner {
  background-size: cover;
  padding: 50px;
  margin-bottom: 60px;
  background-image: url(images/repair-bg-01.jpg);
}

.repair-feature-column {
  background-color: #fff;
  width: 60%;
  padding: 40px 50px;
  margin-left: auto;
}

.repair-feature-column h3 {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.repair-feature-column h3 span {
  color: #0068B7;
  font-size: 3.1rem;
}

.repair-feature-column p span {
  color: #0068B7;
  font-weight: bold;
}


/* .repair-pank
----------------------------------------------- */
.repair-pank {
  padding: 60px 0;
}

.repair-pank-box {
  width: 50%;
}

.repair-pank figure {
  width: 46%;
}

.repair-pank h3 {
  line-height: 1.25;
  text-align: left;
  margin-bottom: 30px;
}

.repair-pank h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}


/* .repair-distinguish
----------------------------------------------- */
.repair-distinguish {
  padding: 60px 0;
}

.repair-distinguish h2 {
  margin-bottom: 30px;
}

.repair-distinguish h2.kakomi::before {
  top: 0px;
}

.repair-distinguish h2.kakomi::after {
  bottom: 20px;
}

.repair-distinguish .flex {
  margin-bottom: 60px;
}

.repair-distinguish-box {
  width: 50%;
}

.repair-distinguish h3 {
  font-size: 3.9rem;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 30px;
}

.repair-distinguish h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}

.repair-distinguish h4 {
  font-size: 2.5rem;
  color: #0068B7;
  margin-bottom: 10px;
  text-align: left;
}

.repair-distinguish ul {
  margin-bottom: 30px;
}

.repair-distinguish li {
  line-height: 2;
}

.repair-distinguish li i {
  line-height: 2;
  margin-right: .5em;
  color: #0068B7;
}

.repair-distinguish figure {
  width: 46%;
}

.repair-distinguish p.bg-red {
  padding: 2%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.repair-distinguish p.bg-red span {
  font-size: 2.5rem;
  font-weight: bold;
}


/* ============================================================================================
 会社情報
============================================================================================= */
/* .company-intro
----------------------------------------------- */
.company-intro {
  padding-bottom: 60px;
}

.company-intro h2 {
  line-height: 1.25;
}

.company-intro-box {
  width: 100%;
  grid-template-columns: repeat(2, 45%);
  justify-content: space-evenly;
}

.company-intro-box:not(:first-of-type) {
  margin-top: 3vw;
}

.company-intro-box p {
  margin-bottom: 1em;
}

.company-intro-box:nth-of-type(even) p {
  grid-row: 1/2;
  grid-column: 2/3;
}

.company-intro-box:nth-of-type(even) figure {
  grid-column: 1/2;
  grid-row: 1/2;
}

.company-intro figure {
  width: 100%;
}

.company-intro .flex:first-of-type {
  margin-bottom: 60px;
}

.company-intro-table {
  padding: 3%;
  margin-bottom: 60px;
}

.company-intro table {
  border-spacing: revert;
  width: 60%;
  margin: 0 auto;
}

.company-intro th {
  background-color: #dedede;
  font-weight: normal;
  padding: 2%;
  vertical-align: middle;
  width: 20%;
}

.company-intro td {
  background-color: #fff;
  vertical-align: middle;
  padding: 2%;
}

.company-intro .flex:last-of-type {
  margin-bottom: 60px;
}

.company-intro .flex:last-of-type figure {
  width: 32%;
}

.company-intro .flex:last-of-type figure:first-of-type {
  margin-bottom: 20px;
}

.company-intro .container>p {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
}


/* .company-area
----------------------------------------------- */
.company-area {
  padding: 60px 0;
}

.company-area h2 {
  margin-bottom: 30px;
}

.company-area h2.kakomi::before {
  top: 0px;
}

.company-area h2.kakomi::after {
  bottom: 20px;
}

.company-area h2.serif-ja {
  line-height: 1.25;
}

.company-area p {
  width: 80%;
  margin: 0 auto 60px;
}

.company-area ul {
  justify-content: center;
}

.company-area li {
  margin: 0 1em;
}

.company-area li i {
  color: #0068B7;
  margin-right: .5em;
  font-size: 2rem;
  vertical-align: baseline;
}



/* ============================================================================================
 共通 - お問い合わせブロック（汎用）
============================================================================================= */
/* .common-contact
----------------------------------------------- */
.common-contact {
  padding: 60px 0;
}

.common-contact figure {
  width: 46%;
}

.common-contact-box {
  width: 52%;
}

.common-contact-box h3 {
  font-size: 3.1rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.25;
}

.common-contact-box h3 span {
  color: #0068B7;
  font-size: 3.9rem;
}

.common-contact .container>.flex:first-of-type {
  margin-bottom: 60px;
}

.common-contact .flex:last-of-type a.btn {
  width: 48%;
  display: block;
  padding: 2%;
  text-align: center;
}

.common-contact .flex:last-of-type a.btn span {
  display: block;
  font-weight: bold;
}

.common-contact .common-contact-tel {
  border: 10px solid #0068B7;
  background-color: #fff;
}

.common-contact .common-contact-tel img {
  width: 24%;
}

.common-contact .common-contact-tel-txt {
  width: 73%;
}

/* .common-contact .common-contact-tel .flex {
  align-items: flex-start;
  position: absolute;
} */
.common-contact .message {
  color: #000;
  font-size: 2rem;
  margin-bottom: -10px;
}

.common-contact .common-contact-no {
  color: #0068B7;
  font-size: 5rem;
  margin-bottom: -5px;
}

.common-contact .time {
  color: #000;
  font-size: 1.6rem;
}

.common-contact .common-contact-mail {
  position: relative;
}

.common-contact .common-contact-mail span {
  text-align: center;
}

.common-contact .common-contact-mail .otoiawase {
  font-size: 3.1rem;
  margin-bottom: 10px;
}

.common-contact .common-contact-mail img {
  width: 15%;
  margin: 0 auto 10px;
  display: block;
}

.common-contact .common-contact-mail .reception {
  font-size: 1.6rem;
}

.common-contact .common-contact-mail::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  top: 48%;
  right: 5%;
}


/* ============================================================================================
 共通 - 施工事例ブロック
============================================================================================= */
/* .common-works
----------------------------------------------- */
.common-works {
  padding-top: 60px;
}

.common-works .container {
  max-width: 1000px;
}

.common-works .case-block .container .bx-wrapper {
  margin: 0 auto;
}

.common-works h2.kakomi span.kakomi-subtxt {
  font-weight: normal;
  color: #0068B7;
}

.common-works a.btn {
  margin-top: 40px;
}


/* ============================================================================================
 プライバシーポリシー
============================================================================================= */
.privacy {
  padding-bottom: 60px;
}

.privacy h2 {
  font-size: 3.1rem;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.privacy .container {
  width: 60%;
  margin: 0 auto;
}

.privacy .container p {
  margin-bottom: 60px;
}

.privacy .container p:nth-of-type(4) {
  margin-bottom: 10px;
}

.privacy .container p:last-of-type {
  margin-bottom: 0;
}

.privacy .container ul {
  margin-bottom: 60px;
  padding-left: 1em;
}

.privacy .container li {
  line-height: 2;
}

.privacy .container li:before {
  content: "-";
  margin-right: 0.5em;
}


/* ============================================================================================
新着情報
============================================================================================= */
/* news archive
----------------------------------------------- */
.news-archive {
  padding-bottom: 60px;
}

.news-archive .post-archive {
  float: left;
  width: 70%;
}

.news-archive .post-archive h2 {
  text-align: left;
  padding-bottom: 0;
}

.news-archive .post-archive .archive-post {
  margin-bottom: 40px;
  background-color: #f8f8f8;
  padding: 3%;
  box-shadow: 10px 10px 15px -10px;
  transition: 0.2s;
  position: relative;
}

.news-archive .post-archive .archive-post:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.news-archive .post-archive .archive-post:last-of-type {
  margin-bottom: 80px;
}

.news-archive .post-archive .archive-post a.cf {
  color: #000;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.news-archive .post-archive .archive-post a.cf:hover {
  opacity: 0.7;
  box-shadow: none;
}

.news-archive .post-archive .archive-post a.cf img {
  width: 20%;
}

.news-archive .post-archive .archive-post a.cf .post-date {
  color: #000;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 0.5em;
}

.news-archive .post-archive .archive-post a.cf .cate {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 8px;
}

.news-archive .post-archive .archive-post a.cf .cate span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
}

.news-archive .post-archive .archive-post a.cf .cate span.cat-1,
.news-archive .post-archive .archive-post a.cf .cate span.cat-2 {
  border: 1px solid #000;
  color: #000;
  transition: .2s;
}

.news-archive .post-archive .archive-post a.cf .cate span.cat-1:hover,
.news-archive .post-archive .archive-post a.cf .cate span.cat-2:hover {
  background-color: #000;
  color: #fff;
}

.news-archive .post-archive .archive-post a.cf h4 {
  color: #0068B7;
  font-size: 1.8rem;
  margin-bottom: 10px;
  clear: none;
  text-align: left;
  transition: .2s;
}

.news-archive .post-archive .archive-post a.cf h2 {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 10px;
  clear: none;
  text-align: left;
  transition: .2s;
}

.news-archive .post-archive .archive-post a.cf h4:hover,
.news-archive .post-archive .archive-post a.cf .post-date:hover,
.news-archive .post-archive .archive-post a.cf .post-excerpt:hover {
  opacity: 0.5;
}

.news-archive .post-archive .archive-post a.cf .post-excerpt {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.news-archive .post-archive .archive-post a.cf p {
  line-height: 1.5;
  text-align: justify;
}

.news-archive .post-archive .pager {
  margin-bottom: 0;
}

.news-archive .post-archive .archive-post.flex .archive-contents {
  width: 70%;
}

.news-archive .post-archive .archive-post.flex .archive-contents::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0068B7;
  content: "\f054";
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
}


/* news detail
----------------------------------------------- */
.news-detail .post-detail {
  width: 100%;
  list-style-position: inside;
}

.news-detail .post-detail .cate {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 10px;
}

.news-detail .post-detail .cate span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
}

.news-detail .post-detail .cate span.cat-1,
.news-detail .post-detail .cate span.cat-2 {
  border: 1px solid #000;
  color: #000;
}

.news-detail .post-detail h2 {
  position: relative;
  font-size: 3.1rem;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 40px;
}

.news-detail .post-detail h2::before {
  display: none;
}

.news-detail .post-detail h2 span {
  font-size: 1.6rem;
  position: absolute;
  right: 15px;
  top: 18px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: normal;
}

.news-detail .post-detail .post-thumbnail {
  text-align: center;
  width: 60%;
  margin: 0 auto 30px;
}

.news-detail .post-detail .post-contents {
  line-height: 1.8;
}

.news-detail nav {
  background: none;
  display: flex;
  margin: 60px 0;
}

.news-detail nav .btn {
  width: 40%;
}

.news-detail nav .prev,
.news-detail nav .next {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-detail nav .prev a,
.news-detail nav .next a {
  color: #000;
  font-weight: normal;
  font-size: 1.6rem;
}

.news-detail nav .prev a::before {
  content: '<< ';
}

.news-detail nav .next a::after {
  content: ' >>';
}


/* news widget
----------------------------------------------- */
.post-widget {
  float: right;
  width: 27%;
}

.post-widget #archives-cate {
  margin-bottom: 30px;
}

.post-widget h2 {
  color: #fff;
  text-align: center;
  background-color: #0068B7;
  font-size: 1.6rem;
  padding: 15px 0;
  margin-bottom: 0;
}

.post-widget h2::before {
  display: none;
}

.post-widget ul {
  padding: 0 30px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.post-widget ul li {
  border-bottom: 1px solid #d9d9d9;
}

.post-widget ul li:last-of-type {
  border-bottom: none;
}

.post-widget ul li a {
  color: #000;
  letter-spacing: 0.05em;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
}

.post-widget ul li a:hover {
  opacity: 0.5;
}

.post-widget ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0068B7;
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 35%;
}


/* ============================================================================================
 施工事例
============================================================================================= */
/* .case-block
----------------------------------------------- */
.case-block {
  margin-bottom: 60px;
}


/* .case-intro
----------------------------------------------- */
.case-intro {
  padding-bottom: 60px;
}

.case-intro p {
  width: 80%;
  margin: 0 auto 60px;
}

.case-intro .flex .btn {
  width: 30%;
}


/* .case-maker
----------------------------------------------- */
.case-maker {
  padding: 60px 0;
}

.case-maker h2 {
  margin-bottom: 30px;
  font-size: 4.8rem;
}

.case-maker h2.kakomi::before {
  top: 0px;
}

.case-maker h2.kakomi::after {
  bottom: 20px;
}

.case-maker .container>p {
  width: 40%;
  margin: 0 auto 60px;
}

.case-maker h3 {
  font-size: 3.9rem;
  margin-bottom: 30px;
  margin-top: 60px;
}

.case-maker-box {
  width: 10%;
}

.case-maker-box a:hover {
  opacity: 0.5;
}

.case-maker-box p {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

.case-maker-box:first-of-type {
  margin-bottom: 60px;
}

.case-maker .flex:last-of-type .case-maker-box {
  width: 9%;
}


/* .case-type
----------------------------------------------- */
.case-type {
  padding: 60px 0;
}

.case-type h2 {
  margin-bottom: 30px;
  font-size: 4.8rem;
}

.case-type h2.kakomi::before {
  top: 0px;
}

.case-type h2.kakomi::after {
  bottom: 20px;
}

.case-type p {
  width: 40%;
  margin: 0 auto 60px;
}

.case-type .flex .btn {
  width: 24%;
}


/* .case-archive
----------------------------------------------- */
.case-archive-list li {
  background: #f8f8f8;
  margin-right: 2%;
  width: 23.5%;
  transition: all 0.2s ease;
}

.case-archive .case-archive-list li {
  margin-bottom: 40px;
}

.case-archive-list li:nth-child(4n) {
  margin-right: 0;
}

.case-archive-list li .thumb {
  display: block;
  text-align: center;
  overflow: hidden;
  transition: .2s;
}

.case-archive-list li .thumb:hover {
  opacity: 0.5;
}

.case-archive-list li .case-archive-contents {
  padding: 15px 15px 20px;
}

.case-archive-list li .category a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 2px 6px;
  margin: 0 2px 5px 0;
}

.case-archive-list li .category a:hover {
  background-color: #0068B7;
  color: #fff;
}

.case-archive-list li h4 {
  font-size: 1.6rem;
  padding-bottom: 20px;
  line-height: 1.5;
  min-height: 54px;
  font-weight: normal;
  text-align: justify;
}

.case-archive-list li h4 a {
  font-size: 1.6rem;
  color: #0068B7;
  font-weight: bold;
  text-decoration: none;
}

.case-archive-list li h4 a:hover {
  opacity: 0.6;
}

.case-archive-list li table {
  width: 100%;
}

.case-archive-list li table td {
  font-size: 1.2rem;
  line-height: 1.4;
  width: 50%;
  vertical-align: top;
}

.case-archive-list li table td span {
  display: block;
  font-size: 1.0rem;
  color: #000;
  margin-bottom: 3px;
}

.case-archive-list li table td a {
  color: #000;
  text-decoration: none;
}

.case-archive-list li table td a:hover {
  color: #11316c;
}

.case-archive .default-btn a {
  display: block;
  padding: 25px 0;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.4rem;
  transition: 0.2s;
  width: 50%;
  margin: 40px auto 0;
  position: relative;
}

.case-archive .default-btn a::after {
  font-family: "dashicons";
  content: "\f139";
  padding-left: 0.5em;
  position: absolute;
  top: 35%;
}

.case-archive .default-btn a:hover {
  opacity: 0.7;
  letter-spacing: 0.1em;
  border-radius: 10px;
}

/* single-case.php
----------------------------------------------- */
.case-detail .category a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 2px 6px;
  margin: 0 2px 5px 0;
}

.case-detail h2 {
  line-height: 1.25;
  font-size: 3.1rem;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.case-detail .post-date {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

.case-detail .maker {
  width: 20%;
  margin: 0 auto 60px;
}

.case-detail .maker li:first-of-type {
  margin-bottom: 1em;
}

.case-detail .case-detail__photo {
  text-align: center;
  width: 100%;
}

.case-detail__data {
  margin-bottom: 60px;
}

.case-detail .case-detail__contents {
  line-height: 1.8;
}

.case-detail .case-detail__contents img {
  margin-bottom: 20px;
}

.case-detail nav {
  background: none;
  display: flex;
  margin: 60px 0;
}

.case-detail nav .btn {
  width: 40%;
}

.case-detail nav .prev,
.case-detail nav .next {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-detail nav .prev a,
.case-detail nav .next a {
  color: #000;
  font-weight: normal;
  font-size: 1.6rem;
}

.case-detail nav .prev a::before {
  content: '<< ';
}

.case-detail nav .next a::after {
  content: ' >>';
}



/* ============================================================================================
 フォーム
============================================================================================= */
.form.common-contact {
  padding-top: 0;
}

.form.common-contact h3 {
  margin-bottom: 20px;
}

.form.common-contact .common-contact-tel {
  width: 100%;
  padding: 4%;
  margin-top: 20px;
}

.form.common-contact .common-contact-tel span {
  display: block;
  font-weight: bold;

}

.form.common-contact .common-contact-tel img {
  width: 24%;
}

.form.common-contact .common-contact-tel-txt {
  width: 73%;
}

.form.common-contact .message {
  color: #000;
  font-size: 2rem;
  margin-bottom: -10px;
}

.form.common-contact .common-contact-no {
  color: #0068B7;
  font-size: 6rem;
  margin-bottom: -5px;
}

.form.common-contact .time {
  color: #000;
  font-size: 1.6rem;
}

.form table {
  width: 100%;
  padding: 30px 80px 60px;
}

.form table th {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  padding: 22px 20px;
  width: 260px;
  vertical-align: middle;
}

.form table th.last {
  vertical-align: top;
}

.form table th span {
  display: block;
}

.form table th .required {
  background-color: #0068B7;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1px 10px;
  letter-spacing: 0.1em;
  margin-left: auto;
  width: 24%;
  margin-top: -21px;
}

.form table th .optional {
  background-color: #c1c1c1;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1px 10px;
  letter-spacing: 0.1em;
  margin-left: auto;
  width: 24%;
  margin-top: -21px;
}

.form table td {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  padding: 30px;
  vertical-align: middle;
}

.form table td img {
  max-width: 300px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form button,
.form textarea {
  border: 1px solid #e6e6e6;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.form .mwform-tel-field input[type="text"] {
  width: auto;
}

.form input[type="file"] {
  padding: 8px 0;
}

.form input[type="submit"],
.form input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.form input[type="submit"]::-webkit-search-decoration,
.form input[type="button"]::-webkit-search-decoration {
  display: none;
}

.form input[type="submit"]:focus,
.form input[type="button"]:focus {
  outline-offset: -2px;
  outline: 0;
}

.form .mw_wp_form_preview table th.last {
  vertical-align: middle;
}

.form .mw_wp_form_preview .check-privacy {
  display: none;
}

.form .check-privacy {
  margin-bottom: 60px;
}

.form .check-privacy a {
  color: #000;
  text-decoration: none;
}

.form .check-privacy a::after {
  font-family: "dashicons";
  content: "\f504";
  vertical-align: bottom;
  padding: 0 0.5em;
}

.form .check-privacy a:hover {
  color: #0068B7;
}

.form input[name="submitConfirm"],
.form input[name="submit"],
.form input[type="submit"] {
  background-color: #0068B7;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 40%;
  padding: 30px 0;
  position: relative;
  transition: 0.2s;
  font-weight: bold;
}

.form .submit-btn p {
  text-align: center;
}

.form input[name="submitConfirm"]:hover,
.form input[type="submit"]:hover {
  opacity: 0.5;
}

.form .mw_wp_form_preview input[name="submitBack"] {
  background: url("images/common-icon-arrow-left.png") no-repeat left 90px top 50% / 15px;
  color: #0068B7;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  padding: 0 0 0 13%;
  margin-right: 20%;
  position: relative;
  transition: 0.2s;
}

.form .confirmmessage {
  text-align: center;
  font-weight: bold;
  color: #0068B7;
}

.form .confirmtxt {
  width: 70%;
  margin: 60px auto;
}

.form .complete p {
  width: 80%;
  margin: 0 auto 60px;
}

.form .complete .box {
  margin: 0 auto 40px;
}

.form .complete .tel p {
  width: 100%;
  margin-bottom: 0;
}

.form .complete .btn {
  width: 40%;
  margin-bottom: 60px;
}


/* ============================================================================================
 フッター
============================================================================================= */
/* .footer-repeat
----------------------------------------------- */
.footer-repeat {
  padding: 60px 0;
}

.footer-repeat-box {
  width: 50%;
}

.footer-repeat-box h2 {
  font-size: 3.9rem;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 0;
  line-height: 1.1;
}

.footer-repeat-box h2 span {
  color: #0068B7;
  font-size: 4.8rem;
}

.footer-repeat figure {
  width: 46%;
}


/* .footer-map
----------------------------------------------- */
.footer-map {
  padding: 60px 0;
}

.footer-map h2 {
  font-size: 4.8rem;
}

.footer-map-google {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.footer-map-google iframe,
.footer-map-google object,
.footer-map-google embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-map p {
  width: 65%;
  margin: 0 auto 60px;
}

.footer-map dl {
  border: 10px solid #f5f5f5;
  padding: 3% 10%;
}

.footer-map dt {
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.footer-map dd {
  font-size: 1.6rem;
  line-height: 2;
}


/* .footer-service
----------------------------------------------- */
.footer-service {
  padding: 60px 0;
}

.footer-service h2 {
  font-weight: normal;
  font-size: 4.8rem;
  margin-bottom: 40px;
}

.footer-service .container>p {
  text-align: center;
  margin-bottom: 40px;
}

.footer-service-box {
  width: 24%;
  background-color: #fff;
  margin-bottom: 40px;
}

.footer-service-box figure,
.footer-service-txt {
  width: 85%;
  margin: 20px auto;
}

.footer-service-title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #0061ac 4px, #0061ac 8px);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .footer-info
----------------------------------------------- */
.footer-info {
  padding: 60px 0;
}

.footer-info h2 {
  font-size: 4.8rem;
  margin-bottom: 40px;
}

.footer-info-box {
  margin-bottom: 60px;
}

.footer-info article {
  margin-bottom: 30px;
}

.footer-info article a {
  display: block;
  padding: 3% 6%;
  font-weight: bold;
}

.footer-info article a:hover {
  opacity: 0.5;
}

.footer-info article .flex {
  justify-content: flex-start;
}

.footer-info article .date {
  margin-right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-info article .cate {
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 2em;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px 10px;
  width: 12%;
}

.footer-info article h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 72%;
  font-size: 100%;
}

.footer-info article a .archive-contents .flex {
  position: relative;
}

.footer-info article a .archive-contents .flex i {
  position: absolute;
  top: 35%;
  right: 0;
}


/* footer
----------------------------------------------- */
footer {
  padding: 60px 0 170px;
}

footer .footer-box {
  background-color: #fff;
  padding: 5%;
  margin-bottom: 60px;
}

footer h2 {
  text-align: center;
  margin-bottom: 0;
}

footer .footer-box .flex div {
  border: 10px solid #f8f8f8;
  width: 48%;
  padding: 3%;
}

footer .footer-box .flex div h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.flex:has(.footer-spec) {
  align-items: end;
  justify-content: center;
}

footer .footer-spec {
  width: 48%;
}

footer .footer-spec>a {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  width: fit-content;
  color: #0068B7;
}

footer .footer-spec a:hover {
  opacity: 0.5;
}

footer .footer-sns.flex {
  justify-content: left;
  margin-top: 16px;
  gap: 8px;
}

footer .footer-sns .footer-line,
footer .footer-sns .footer-insta {
  width: 40px;
  height: auto;
}

footer .footer-sitemap {
  width: 48%;
}

footer .footer-sitemap .flex {
  justify-content: flex-start;
}

footer .footer-sitemap h3 {
  text-align: left;
  margin-bottom: 30px;
}

footer .footer-sitemap ul:first-of-type {
  margin-right: 5em;
}

footer .footer-sitemap li {
  line-height: 2;
}

footer .footer-sitemap li::before {
  content: '-';
  margin-right: .5em;
}

footer .footer-sitemap li a:hover {
  color: #0068B7;
}

footer .copyright {
  text-align: center;
  font-size: 1.3rem;
  margin: 60px 0 10px;
}

@media screen and (max-width: 1200px) {
  footer .footer-spec>a {
    font-size: 1.6rem;
  }
}

/* .followcontact
----------------------------------------------- */
.followcontact {
  padding: 10px 0;
  background-color: #0068B7;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.followcontact .flex a.btn {
  width: 48%;
  display: block;
  padding: 1% 6%;
  height: 130px;
  text-align: center;
}

.followcontact .flex a.btn span {
  display: block;
  font-weight: bold;
}

.followcontact .followcontact-tel {
  background-color: #fff;
}

.followcontact .btn.followcontact-tel.flex .flex {
  align-items: center;
}

.followcontact .followcontact-tel img {
  width: 24%;
}

.followcontact .followcontact-tel-txt {
  width: 70%;
}

.followcontact .message {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: -10px;
}

.followcontact .followcontact-no {
  color: #0068B7;
  font-size: 4.5rem;
  margin-bottom: -5px;
}

.followcontact .time {
  color: #000;
  font-size: 1.3rem;
}

.followcontact .followcontact-mail {
  position: relative;
  border: 1px solid #fff;
}

.followcontact .followcontact-mail span {
  text-align: center;
}

.followcontact .followcontact-mail .otoiawase {
  font-size: 2rem;
  margin-bottom: 5px;
}

.followcontact .followcontact-mail img {
  width: 13%;
  margin: 0 auto 7px;
  display: block;
}

.followcontact .followcontact-mail .reception {
  font-size: 1.3rem;
}

.followcontact .followcontact-mail::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  top: 45%;
  right: 5%;
}


/* ============================================================================================
 ページトップボタン
============================================================================================= */
.pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
  transition: .2s;
  text-align: right;
  background-color: #fff;
}

.pagetop:hover {
  opacity: 0.5;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  position: relative;
}

.pagetop a::before {
  font-family: "dashicons";
  content: "\f343";
  font-size: 2.4rem;
  color: #0068B7;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -3%;
}


/* ============================================================================================
 ビジュアルエディタ装飾
============================================================================================= */
.freeeditor h1 {
  text-align: left;
  font-size: 2.5rem;
  background-color: #0068B7;
  color: #fff;
  padding: 2%;
  margin-bottom: 20px;
}

.case-detail .freeeditor h2,
.news-detail .freeeditor h2 {
  text-align: left;
  font-size: 2.3rem;
  border-left: 8px solid #0068B7;
  background-color: #f8f8f8;
  padding: 1% 2%;
  margin-bottom: 20px;
  width: 100%;
}

.freeeditor h3 {
  text-align: left;
  font-size: 2rem;
  border-bottom: 2px solid #0068B7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.freeeditor h4 {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-left: 4px solid #0068B7;
  padding: 0.5% 2%;
}

.freeeditor h5 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.freeeditor strong {
  font-weight: bold;
}

.freeeditor strong,
.freeeditor strong span,
.freeeditor h1 span,
.freeeditor h2 span,
.freeeditor h3 span,
.freeeditor h4 span,
.freeeditor h5 span {
  font-weight: bold;
}

.case-detail .freeeditor img {
  width: auto;
  max-width: 100%;
}

.freeeditor ul,
.freeeditor ol {
  margin-bottom: 30px;
}

.freeeditor ul li {
  list-style-type: none;
  /*点を非表示*/
  position: relative;
  /*基準位置*/
  padding-left: 1em;
  line-height: 2;
}

.freeeditor ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 15px;
  /*点の位置*/
  content: "";
  background: #0068B7;
  /*点の色*/
  line-height: 2;
}

.freeeditor ol li {
  line-height: 2;
}

.freeeditor table {
  margin-bottom: 30px;
}

.freeeditor table th {
  background-color: #dedede;
  font-size: 1.8rem;
  border: 1px solid #fff;
  padding: 1%;
}

.freeeditor table td {
  background-color: #f8f8f8;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 1%;
}

.freeeditor p img {
  display: block;
  margin: 0 auto 30px;
}


/* 768px以上（PC/TB）の場合、電話番号タップコール無効 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

  /* .exchange-mv
----------------------------------------------- */
  .exchange-mv {
    margin-top: -320px;
  }

  /* page title
  =============================================== */
  #page-title h2 {
    padding: 100px 0;
  }

}

/* ===================================================================================================================


　tablet


=================================================================================================================== */
@media screen and (max-width: 1240px) {

  /* ヘッダー
  =============================================== */
  header {
    padding: 10px;
  }

  header.flex {
    display: block;
  }

  header+nav {
    padding: 0 10px;
  }

  header nav {
    width: 100%;
  }

  header nav a {
    font-size: 1.2rem;
  }

  header nav>a {
    width: 13%;
    text-align: center;
    margin-bottom: 20px;
  }

  header nav.flex {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  /*.container {
    margin: 0 10px;
  }*/
  .ps-br {
    display: none;
    /* PCの改行を隠して */
  }

  .tb-br {
    display: block;
    /* タブレットを改行する */
  }

  .top-ride-worry {
    padding: 2%;
  }

  .top-ride-worry li {
    font-size: 1.6rem;
  }

  h2.serif-ja {
    line-height: 1.25;
  }

  .top-column-column {
    width: 60%;
  }

  .top-promise ol {
    width: 41%;
  }

  .top-voice-box {
    width: 40%;
  }

  .common-contact .message {
    font-size: 1.6rem;
  }

  .common-contact .common-contact-no {
    font-size: 4.7rem;
  }

  .common-contact .common-contact-mail img {
    width: 10%;
  }

  .footer-info article .cate {
    width: 14%;
  }

  .footer-info article h4 {
    width: 68%;
  }

  .followcontact .flex a.btn {
    padding: 1% 2%;
  }

  .followcontact .message {
    font-size: 1.6rem;
  }

  .followcontact .followcontact-no {
    font-size: 4.8rem;
  }

  .followcontact .time {
    font-size: 1.6rem;
  }

  .followcontact .followcontact-mail img {
    width: 13%;
  }

  .breadcrumbs {
    margin-bottom: 0;
  }

  .customer-season-violation ul {
    width: 100%;
  }

  h3 {
    line-height: 1.25;
  }

  .exchange-worry-compare {
    width: 40%;
  }

  .exchange-worry-reason p {
    font-size: 1.6rem;
  }

  .exchange-point-column {
    width: 70%;
  }

  .exchange-hope-words {
    width: 60%;
  }

  .exchange-hope-worry li {
    font-size: 1.6rem;
  }

  .exchange-hope-point {
    width: 44%;
  }

  .exchange-hope-shinise {
    padding: 2%;
  }

  .exchange-hope-shinise p {
    width: 70%;
  }

  .repair-worry-compare {
    width: 44%;
  }

  .repair-worry-reason p {
    font-size: 1.6rem;
  }

  .repair-feature-column {
    width: 70%;
  }

  .company-intro table {
    width: 100%;
  }

  .form.common-contact .message {
    font-size: 1.6rem;
  }

  .form.common-contact .common-contact-no {
    font-size: 5rem;
  }
}


@media screen and (max-width: 991px) {
  .md-hidden {
    display: block !important;
  }

  img.md-hidden {
    display: inline !important;
  }

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

  img.sp-img-full {
    width: 100%;
  }

  dt,
  dd,
  th,
  td {
    line-height: 1.5;
  }

  .footer-contact h2,
  .footer-contact .inner>p,
  .footer-contact .form-btn p {
    text-shadow: none;
  }

  h2 {
    font-size: 3.2rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  .order01 {
    order: 1;
  }

  .order02 {
    order: 2;
  }

  /* ==============================================
   Layout
  =============================================== */
  .container {
    max-width: 96%;
  }

  /* column
  ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }

  .col-sm-2 {
    width: 16.6666%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-5 {
    width: 41.6666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 57.0833%;
  }

  .col-sm-8 {
    width: 66.6667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3334%;
  }

  .col-sm-11 {
    width: 91.6666%;
  }

  .col-sm-12 {
    width: 100%;
  }


  /* ============================================================================================
   メインコンテンツ共通
  ============================================================================================= */
  /* 共通アセット
  ----------------------------------------------- */
  a.btn {
    width: 100%;
  }

  /* header
  ----------------------------------------------- */
  header .header-maker,
  header .header-card {
    display: none;
  }

  nav a {
    font-size: 1.3rem;
  }


  /* ============================================================================================
   TOP
  ============================================================================================= */
  .top-intro p {
    width: 100%;
  }

  .top-choice-title {
    font-size: 1.6rem;
  }

  .top-dealer .normal {
    width: 100%;
  }

  .top-dealer-emphasis {
    font-size: 1.6rem;
  }

  .top-dealer-emphasis span {
    font-size: 2rem;
  }

  .fukidashi::after {
    max-width: 45%;
  }

  .top-menu-column {
    width: 80%;
  }

  .top-ride-worry {
    padding: 2% 5%;
  }

  .top-ride-worry li {
    width: 48%;
  }

  .top-column-column {
    width: 80%;
  }

  .top-promise ol {
    width: 55%;
  }

  .top-promise p {
    width: 100%;
  }

  .top-voice .flex {
    justify-content: space-between;
  }

  .top-voice-box {
    width: 48%;
    margin: 0;
  }


  /* ============================================================================================
   初めての方へ
  ============================================================================================= */
  .customer-season-slipsign {
    width: 100%;
  }

  .customer-season-violation {
    padding: 5%;
  }

  .customer-season-violation h3 {
    font-size: 1.8rem;
  }

  .customer-season-violation h3 i {
    vertical-align: baseline;
  }

  .customer-season-violation li {
    font-size: 2rem;
  }

  .customer-where p {
    width: 100%;
  }

  .customer-best-example {
    margin-bottom: 10px;
  }

  .customer-best-words {
    height: 310px;
  }

  .customer-best-faq dl {
    width: 100%;
  }

  .customer-best-faq p {
    width: 100%;
  }

  .customer-best-question dt,
  .customer-best-answer dt {
    padding: 0;
  }

  .customer-best-box-three .customer-best-words {
    height: 180px;
  }

  .customer-best .container:last-of-type .customer-best-words {
    height: 190px;
  }

  /* ============================================================================================
   タイヤ交換
  ============================================================================================= */
  .exchange-worry-words {
    height: 340px;
  }

  .exchange-worry-compare-head {
    justify-content: space-between;
  }

  .exchange-worry-compare {
    width: 48%;
    margin: 0;
  }

  .exchange-worry-reason p {
    font-size: 1.3rem;
  }

  .fukidashi-red {
    background-size: contain;
  }

  .exchange-point-column {
    width: 80%;
  }

  .exchange-runflat-merit p,
  .exchange-runflat-demerit p {
    font-size: 1.3rem;
  }

  .exchange-runflat-merit i {
    left: 25%;
  }

  .exchange-runflat-demerit i {
    left: 28%;
  }

  .exchange-runflat-detail:last-of-type+p {
    width: 100%;
  }

  .exchange-hope-words {
    width: 76%;
    height: 210px;
  }

  .exchange-hope-point2 {
    justify-content: space-between;
  }

  .exchange-hope-point {
    width: 48%;
    margin: 0;
  }

  .exchange-hope-title p:last-of-type {
    font-size: 1.3rem;
  }

  .exchange-hope-shinise p {
    width: 80%;
    font-size: 2rem;
  }

  /* ============================================================================================
   パンク修理
  ============================================================================================= */
  .repair-intro-box h3 {
    font-size: 2.4rem;
  }

  .repair-worry-compare-head {
    justify-content: space-between;
  }

  .repair-worry-compare {
    width: 48%;
    margin: 0;
  }

  .repair-worry-reason p {
    font-size: 1.3rem;
  }

  .repair-worry-reason i {
    left: 25%;
  }

  .repair-inner .serif-ja+p {
    width: 100%;
  }

  .repair-inner .flex {
    justify-content: space-between;
  }

  .repair-inner-box {
    width: 48%;
    margin: 0;
  }

  .repair-feature-column {
    width: 80%;
  }

  /* ============================================================================================
   会社概要
  ============================================================================================= */
  .company-area p {
    width: 100%;
  }

  .company-area li {
    margin: 0 10px;
  }

  /* ============================================================================================
   施工事例
  ============================================================================================= */
  .case-intro {
    padding-bottom: 130px;
  }

  .case-intro p {
    width: 100%;
  }

  .case-intro .flex .btn {
    font-size: 1.6rem;
  }

  .case-maker .container>p {
    width: 70%;
  }

  .case-type p {
    width: 70%;
  }

  .case-type .flex .btn {
    font-size: 1.3rem;
  }

  .case-index.common-works .flex .btn {
    font-size: 1.2rem;
  }

  /* case detail
  ----------------------------------------------- */
  .case-detail__data {
    margin-bottom: 40px;
  }

  .case-detail {
    padding: 0 10px 30px;
  }

  .case-detail h2 {
    width: 100%;
    font-size: 1.4em;
  }

  .case-detail .case-detail__meta table th {
    width: 30%;
  }

  .case-detail .maker {
    width: 30%;
  }


  /* ============================================================================================
   お問い合わせ
  ============================================================================================= */

  /* form
  ----------------------------------------------- */
  .form h2 {
    font-size: 2.8rem;
    line-height: 1.25;
  }

  .form .detail {
    width: 100%;
  }

  .form .detail .note {
    width: 50%;
  }

  .form .box p {
    font-size: 1.2rem;
  }

  .form .box a {
    font-size: 2.8rem;
  }

  .form table {
    padding: 0 0 40px;
  }

  .form .confirmtxt {
    width: 90%;
  }

  .form input[name="submitConfirm"],
  .form input[name="submit"],
  .form input[type="submit"] {
    width: 100%;
  }

  .form .mw_wp_form_preview input[name="submitBack"] {
    background: url("images/common-icon-arrow-left.png") no-repeat left 70px top 50% / 7px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .form .complete p {
    width: 100%;
  }

  .form .complete .box {
    width: 50%;
  }

  .form .complete .box .tel a {
    font-size: 3.6rem;
  }

  .form.common-contact .message {
    font-size: 1.3rem;
  }

  .form.common-contact .common-contact-no {
    font-size: 3.6rem;
  }

  .form.common-contact .time {
    font-size: 1.3rem;
  }


  /* ============================================================================================
   新着情報
  ============================================================================================= */
  .news-archive,
  .news-detail {
    padding-top: 0;
  }

  .news-archive .post-archive {
    padding: 10px;
    width: 73%;
  }

  .news-detail .post-navigation .back a {
    font-size: 1.4rem;
  }

  .news-detail .post-navigation .btn {
    width: 40%;
  }

  .news-archive .post-archive .archive-post a.cf img {
    display: none;
  }

  .news-archive .post-archive .archive-post.flex .archive-contents {
    width: 95%;
  }

  /* news widget
  ----------------------------------------------- */
  .post-widget {
    width: 25%;
  }

  .post-widget ul {
    padding: 0 20px;
  }

  .post-widget ul li a::after {
    right: 0;
  }

  /* ============================================================================================
   Footer
  ============================================================================================= */
  .followcontact .followcontact-tel img {
    width: 20%;
  }

  .followcontact .message {
    font-size: 1rem;
    margin-bottom: -7px;
  }

  .followcontact .followcontact-no {
    font-size: 3.1rem;
  }

  .followcontact .time {
    font-size: 1rem;
  }

  .followcontact .flex a.btn {
    height: 90px;
  }

  .followcontact .followcontact-mail .otoiawase {
    font-size: 1.3rem;
  }

  .followcontact .followcontact-mail img {
    width: 8%;
  }

  .followcontact .followcontact-mail .reception {
    font-size: 1rem;
  }

  .followcontact .followcontact-mail::after {
    top: 35%;
  }

  .footer-map p {
    width: 100%;
  }

  .footer-map dl {
    padding: 3%;
  }

  .footer-service-title {
    font-size: 1.6rem;
  }

  .common-contact .common-contact-tel {
    border: 5px solid #0068B7;
  }

  .common-contact .message {
    font-size: 1rem;
    margin-bottom: -5px;
  }

  .common-contact .common-contact-no {
    font-size: 3.4rem;
    margin-bottom: -3px;
  }

  .common-contact .time {
    font-size: 1rem;
  }

  .common-contact .common-contact-tel img {
    width: 21%;
  }

  .common-contact .common-contact-mail .otoiawase {
    font-size: 1.6rem;
  }

  .common-contact .common-contact-mail img {
    width: 9%;
  }

  .common-contact .common-contact-mail .reception {
    font-size: 1.3rem;
  }

  .footer-info article .cate {
    width: 18%;
  }

  .footer-info article h4 {
    width: 60%;
  }

  footer {
    padding: 60px 0 120px;
  }
}


/* ===================================================================================================================


　sp


=================================================================================================================== */
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}


/* ---------------------
　767px以下
---------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .sm-hidden {
    display: block !important;
  }

  img.sm-hidden {
    display: inline !important;
  }

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

  .pc-hide {
    display: block;
  }

  .sp-hide {
    display: none;
  }

  h2 {
    font-size: 18px;
  }

  h2 .sizedown {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .ps-br {
    display: none;
    /* PCの改行を隠して */
  }

  .tb-br {
    display: none;
    /* タブレットの改行を隠す */
  }

  .sp-br {
    display: block;
    /* SPを改行する */
  }

  /* ==============================================
   Layout
  =============================================== */
  .section {
    margin-bottom: 30px;
  }

  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }

  .col-xs-2 {
    width: 16.6666%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333%;
  }

  .col-xs-5 {
    width: 41.6666%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 57.0833%;
  }

  .col-xs-8 {
    width: 66.6667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3334%;
  }

  .col-xs-11 {
    width: 91.6666%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .privacy .container {
    width: 100%;
  }

  /* ==============================================
   Header
  =============================================== */
  #header {
    padding: 3% 1%;
  }

  #header h1 {
    margin: 0;
    width: 100%;
    display: inline-block;
    font-size: 1.7rem;
  }

  #header h1 img {
    width: 20vw;
  }

  #header h1 .header_shopname {
    font-size: 5vw;
  }

  #header.flex {
    display: flex;
  }

  #header .drawer-header {
    display: block;
    float: right;
    padding-top: 8px;
    width: 31px;
  }



  /* .header-contact
----------------------------------------------- */
  .header-contact {
    padding: 1%;
    background-color: #0068B7;
    width: 100%;
  }

  .header-contact .container {
    margin: 0;
    max-width: 100%;
  }

  .header-contact .flex {
    align-items: center;
  }

  .header-contact .flex a.btn {
    width: 37%;
    height: 11vw;
    display: block;
    padding: 1% 2%;
    white-space: nowrap;
    margin: 0;
    min-height: 56px;
    align-items: center;
    align-content: center;
  }

  .header-contact .flex a.header-contact-line,
  .header-contact .flex a.header-contact-insta {
    width: 11%;
  }

  .header-contact .flex a.btn span {
    display: block;
    font-weight: bold;
    white-space: nowrap;
  }

  .header-contact .header-contact-tel {
    background-color: #fff;
  }

  .header-contact .header-contact-tel img {
    display: none;
  }

  .header-contact .header-contact-tel-txt {
    width: 100%;
  }

  .header-contact .header-contact-no {
    color: #0068B7;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1;
  }

  .header-contact .time {
    color: #000;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
  }

  .header-contact .flex a.header-contact-mail {
    position: relative;
    border: 1px solid #fff;
    text-align: center;
  }

  .header-contact .header-contact-mail span {
    text-align: center;
  }

  .header-contact .flex a.header-contact-mail span.otoiawase {
    width: 85%;
    font-size: 2.8vw;
    margin-bottom: 0;
    display: inline-block;
  }

  .header-contact .header-contact-mail img {
    width: 10%;
    margin: 0;
  }

  .header-contact .header-contact-mail .reception {
    font-size: 1.3rem;
  }

  /*.header-contact .header-contact-mail::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
  top: 40%;
  right: 3%;
  font-size: 1rem;
}*/


  /* ==============================================
   Navigation
  =============================================== */
  #gnav {
    display: none;
  }

  #sp-nav {
    display: block;
    width: 12%;
    line-height: 2;
    margin-bottom: 10px;
  }

  #sp-nav #nav-drawer {
    position: relative;
    text-align: center;
  }

  /*チェックボックス等は非表示に*/
  #sp-nav .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #sp-nav #nav-open {
    display: inline-block;
    width: 32px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #sp-nav #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
  }

  #sp-nav #nav-open span:before {
    bottom: -10px;
  }

  #sp-nav #nav-open span:after {
    bottom: -20px;
  }

  #sp-nav p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
  }


  /*閉じる用の薄黒カバー*/
  #sp-nav #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #sp-nav #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 75%;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #11316c;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(135%);
    transform: translateX(135%);
    /*右に隠しておく*/
    padding: 20px 30px;
  }

  /*チェックが入ったらもろもろ表示*/
  #sp-nav #nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .8;
  }

  /* 閉じるボタン */
  #sp-nav .close-btn {
    text-align: left;
    color: #fff;
  }

  #sp-nav .close-btn2 {
    width: 30px;
    font-size: 1.4rem;
    width: 20%;
    position: fixed;
    top: 10px;
    left: 10px;
    font-weight: bold;
    height: 60px;
  }

  #sp-nav .close-btn2::before {
    display: block;
    font-size: 3rem;
  }

  #sp-nav #nav-input:checked~#nav-content {
    -webkit-transform: translateX(34%);
    transform: translateX(34%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }

  /* 書き足し */
  #sp-nav #nav-content ul {
    display: block;
    font-size: 1.4rem;
    margin-top: 0;
  }

  #sp-nav #nav-content li::before {
    content: none;
    margin-right: 0;
  }

  #sp-nav #nav-content ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  #sp-nav #nav-content ul li:last-of-type {
    margin-bottom: 30px;
  }

  #sp-nav #nav-content li::after {
    content: "";
    position: absolute;
    right: 0;
    margin-top: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #sp-nav #nav-content li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }

  #sp-nav #nav-content a:active {
    opacity: 0.3;
  }

  #sp-nav #nav-content .nav-tel {
    width: 100%;
    padding: 2%;
    margin-bottom: 10px;
  }

  #sp-nav #nav-content .nav-tel a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
  }

  #sp-nav #nav-content .nav-tel p {
    font-size: 1.2rem;
    text-align: center;
  }

  #sp-nav #nav-content .nav-mail {
    width: 100%;
    margin-bottom: 20px;
  }

  #sp-nav #nav-content .nav-mail a {
    padding: 5%;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    height: auto;
  }

  #sp-nav #nav-content .nav-mail a span {
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
  }

  #sp-nav #nav-content .nav-line {
    width: 100%;
  }

  #sp-nav #nav-content .nav-line a {
    padding: 5%;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    height: auto;
  }

  #sp-nav #nav-content .nav-line a span {
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
  }


  .drawer--right.drawer-open .drawer-hamburger {
    right: 350px;
    /* ここの幅変える場合↓もセットで */
  }

  .drawer-nav {
    width: 350px;
  }

  .drawer--right .drawer-nav {
    right: -350px;
  }

  .drawer-nav ul li {
    text-align: left;
  }

  .drawer-nav .common-contact-tel {
    padding: 1%;
  }

  .drawer-nav .common-contact-tel .message {
    font-size: 1rem;
    margin-bottom: -5px;
  }

  .drawer-nav .common-contact-no {
    font-size: 3.5rem;
    margin-bottom: 0;
  }

  .drawer-nav .common-contact-tel .time {
    font-size: 1rem;
  }

  .drawer-hamburger {
    top: 0;
  }

  .header-contact .header-contact-mail img {
    width: 8%;
  }


  /* ============================================================================================
 メインコンテンツ共通
============================================================================================= */

  /* page title
  ----------------------------------------------- */
  #page-title h2 {
    padding: 50px 10px;
    font-size: 2.6rem;
  }

  /* heading
  ----------------------------------------------- */
  .heading-2 {
    font-size: 2.4rem;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 1.7rem;
  }

  /* breadcrumbs
  ----------------------------------------------- */
  .breadcrumbs {
    font-size: 1.1rem;
    margin-bottom: 20px;
    max-width: 100%;
    white-space: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumbs>span {
    margin-right: 5px;
    margin-left: 5px;
  }

  /* 施工事例SPでスライダー解除
  ----------------------------------------------- */
  .case-block .container {
    padding-left: 0;
    padding-right: 0;
  }

  .pc {
    display: none;
  }

  #case_slidersp {
    margin-bottom: 40px;
  }

  #case_slidersp li {
    width: 47%;
  }

  .case-archive-list li table td {
    display: block;
    line-height: 1.2;
    margin-bottom: 2em;
  }

  .case-archive-list li table td:last-of-type {
    margin-bottom: 0;
  }

  .flex {
    flex-wrap: wrap;
  }

  .col3 {
    width: 100%;
    margin-bottom: 60px;
  }

  .col4 {
    width: 48%;
  }

  a.btn {
    width: 100%;
    font-size: 1.8rem;
  }

  h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  h2.subtxt::before {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  h2 span {
    font-size: 3.1rem;
  }

  h2.kakomi {
    line-height: 1.5;
  }

  h2.kakomi span.kakomi-subtxt {
    font-size: 1.3rem;
  }

  h2.kakomi::before,
  h2.kakomi::after {
    width: 20px;
    height: 20px;
  }

  .fukidashi {
    margin-top: 30px;
    line-height: 1.5;
  }

  .fukidashi::after {
    max-width: 74%;
  }

  .bg-red h2 {
    padding: 20px 0;
  }

  .bg-gray-dot {
    padding: 30px 0;
  }

  /* ============================================================================================
   TOP
  ============================================================================================= */
  .top-intro {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .top-intro p {
    margin: 30px auto;
  }

  .top-intro figure {
    border: 5px solid #f5f5f5;
  }

  .top-choice {
    margin-bottom: 30px;
  }

  .top-choice-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-choice-title {
    height: 70px;
  }

  .top-advice figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-advice p {
    width: 100%;
  }

  .top-advice {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .top-dealer-emphasis {
    line-height: 1.75;
    padding: 5%;
  }

  .top-dealer {
    padding-bottom: 40px;
  }

  .top-menu {
    padding: 40px 0;
  }

  .top-menu-box {
    background-position: right;
    padding: 5%;
  }

  .top-menu-box:first-of-type {
    margin-bottom: 20px;
  }

  .top-menu-column {
    width: 100%;
    padding: 7%;
  }

  .top-menu-box h3::before {
    margin-bottom: 0;
  }

  .top-menu-column h3 {
    margin-bottom: 10px;
  }

  .top-menu-column p {
    margin-bottom: 20px;
  }

  .top-menu-box:nth-of-type(2) {
    background-position: left;
    margin-bottom: 20px;
  }

  .common-works {
    padding-top: 20px;
  }

  .common-works h2 {
    padding-bottom: 0;
  }

  .common-works a.btn {
    width: 100%;
  }

  .top-changer {
    padding: 30px 0;
  }

  .top-changer figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-changer p {
    width: 100%;
  }

  .top-ride {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .top-ride h2 {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .top-ride-worry {
    border: 5px solid #f5f5f5;
    padding: 4%;
    margin-bottom: 40px;
  }

  .top-ride-worry p {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .top-ride-worry li {
    width: 80%;
    margin: 0 auto 20px;
  }

  .top-ride-box {
    width: 100%;
  }

  .top-ride-box h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .top-ride-box h3 span {
    font-size: 3.1rem;
  }

  .top-ride figure {
    width: 100%;
    margin-top: 30px;
  }

  .top-quality {
    padding-bottom: 40px;
  }

  .top-quality figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-quality-box {
    width: 100%;
  }

  .top-quality-box h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .top-quality-box h3 span {
    font-size: 3.1rem;
  }

  .top-quality .top-ride-box {
    margin-bottom: 30px;
  }

  .top-quality-longcost {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .top-column {
    padding: 40px 0;
  }

  .top-column-box {
    background-position: right;
    padding: 5%;
  }

  .top-column-box:first-of-type {
    margin-bottom: 20px;
  }

  .top-column-column {
    width: 100%;
    padding: 7%;
  }

  .top-column-column h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .top-column-column p {
    margin-bottom: 20px;
  }

  .top-column-box:last-of-type {
    background-position: left;
  }

  .top-promise {
    padding: 30px 0;
  }

  .top-promise h2 {
    padding: 0;
  }

  .top-promise ol {
    width: 100%;
    margin-bottom: 40px;
  }

  .top-promise ol li {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .top-promise p {
    margin-bottom: 30px;
  }

  .top-voice {
    padding: 30px 0;
  }

  .top-voice-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-step {
    padding: 30px 0;
  }

  .top-step h2 {
    padding-bottom: 0;
  }

  .top-step figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-step-box {
    width: 100%;
  }

  .top-step-box h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .top-step-box h3 span {
    font-size: 3.1rem;
  }


  /* ============================================================================================
   初めての方へ
  ============================================================================================= */
  .customer-intro {
    padding: 0 0 30px;
  }

  .customer-intro figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .customer-intro-box {
    width: 100%;
  }

  .customer-intro-box h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .customer-intro h3 span {
    font-size: 3.1rem;
  }

  .customer-intro .flex:first-of-type {
    margin-bottom: 30px;
  }

  .customer-intro .flex:last-of-type {
    flex-direction: column-reverse;
  }

  .customer-season-slipsign {
    margin-bottom: 20px;
  }

  .customer-season-slipsign+figure {
    margin-bottom: 20px;
  }

  .customer-season h2.kakomi {
    padding-bottom: 0;
  }

  .customer-season .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .customer-season-box {
    width: 100%;
  }

  .customer-season .flex {
    margin-bottom: 30px;
  }

  .customer-season {
    padding-bottom: 30px;
  }

  .customer-where {
    padding: 30px 0;
  }

  .customer-where p {
    margin: 0 auto 30px;
  }

  .customer-best h2.kakomi {
    padding-bottom: 0;
  }

  .customer-best-example {
    margin-right: 0;
  }

  .customer-best-head {
    margin-bottom: 20px;
  }

  .customer-best-box {
    margin-bottom: 20px;
  }

  .customer-best-words {
    width: 100%;
    height: auto;
  }

  .customer-best-women {
    width: 30%;
    margin: 0 auto 30px;
  }

  .customer-best-women figure {
    margin-bottom: 0;
  }

  .customer-best-words:after,
  .customer-best-box-two .customer-best-words::after,
  .customer-best-box-four .customer-best-words::after,
  .customer-best-box-three .customer-best-words:after {
    top: -30px;
    left: 50%;
    margin-left: -34px;
    border: 30px solid transparent;
    border-bottom: 30px solid #F8F8F8;
  }

  .customer-best-words li {
    text-align: justify;
  }

  .customer-best-box-two {
    flex-direction: column-reverse;
  }

  .customer-best-box-two .customer-best-words {
    height: auto;
  }

  .customer-best-faq {
    margin-bottom: 30px;
  }

  .customer-best-faq dt {
    font-size: 2rem;
    width: 30px;
    height: 30px;
    margin-right: .5em;
  }

  .customer-best-faq dd {
    font-size: 1.6rem;
    width: 90%;
    justify-content: flex-start;
  }

  .customer-best-box-three .customer-best-words {
    height: auto;
  }

  .customer-best h2.subtxt {
    font-size: 1.5rem;
  }

  .customer-best h2.subtxt span {
    font-size: 1.6rem;
  }

  .customer-best-box-four {
    flex-direction: column-reverse;
  }

  .customer-best h3 {
    line-height: 1.5;
  }

  .customer-best .container:last-of-type .customer-best-words {
    height: auto;
  }

  .customer-air {
    padding: 30px 0;
  }

  .customer-air h2.kakomi {
    padding-bottom: 0;
  }

  .customer-air .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .customer-air-box {
    width: 100%;
  }

  .customer-air .flex {
    margin-bottom: 30px;
  }

  .customer-air .bg-red {
    font-size: 2rem;
  }

  .customer-air .bg-red span {
    font-size: 2.5rem;
  }

  .customer-season-violation li {
    line-height: 1.5;
  }


  /* ============================================================================================
   タイヤ交換
  ============================================================================================= */
  /* .exchange-mv
----------------------------------------------- */
  .exchange-mv {
    margin-top: -163px;
  }

  .exchange-intro {
    padding: 0 0 30px;
  }

  .exchange-intro h2.kakomi {
    padding-bottom: 0;
  }

  .exchange-intro figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .exchange-intro-box {
    width: 100%;
  }

  .exchange-intro-box h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .exchange-intro h3 span {
    font-size: 2.5rem;
  }

  .exchange-worry {
    padding-bottom: 30px;
  }

  .exchange-worry-couple {
    width: 30%;
    margin: 0 auto 30px;
  }

  .exchange-worry-words {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .exchange-worry-words:after {
    top: -30px;
    left: 50%;
    margin-left: -34px;
    border: 30px solid transparent;
    border-bottom: 30px solid #F8F8F8;
  }

  .exchange-worry-words li {
    text-align: justify;
  }

  .exchange-worry h3 {
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .exchange-worry-compare {
    width: 100%;
    margin-bottom: 30px;
  }

  .exchange-worry-compare:first-of-type {
    margin-top: 0;
  }

  .exchange-worry-compare-head {
    margin-bottom: 0;
  }

  .exchange-worry-reason {
    width: 49%;
    height: auto;
    margin-bottom: 20px;
    padding: 6% 0;
  }

  .exchange-worry-box {
    width: 100%;
  }

  .exchange-worry-box h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .exchange-worry-box h3 span {
    font-size: 2.5rem;
  }

  .exchange-worry-box p {
    margin-bottom: 20px;
  }

  .exchange-worry-box+figure {
    width: 100%;
  }

  .exchange-know {
    padding: 30px 0;
  }

  .fukidashi-red {
    height: 82px;
    margin-bottom: 10px;
  }

  .exchange-know figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .exchange-know-box {
    width: 100%;
  }

  .exchange-know-box h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .exchange-know h3 span {
    font-size: 3.4rem;
  }

  .exchange-know .flex {
    margin-bottom: 30px;
  }

  .exchange-know .bg-gray {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .exchange-know p {
    margin-bottom: 20px;
  }

  .exchange-know .bg-gray .flex:last-of-type {
    flex-direction: column-reverse;
  }

  .exchange-know .flex {
    margin-bottom: 0;
  }

  .exchange-point .double-line h2 {
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1.25;
  }

  .exchange-point .double-line h2 span {
    font-size: 2.5rem;
  }

  .exchange-point .double-line {
    margin-bottom: 30px;
  }

  .exchange-point-box {
    padding: 5%;
  }

  .exchange-point-box:first-of-type {
    margin-bottom: 30px;
  }

  .exchange-point-column {
    width: 100%;
    padding: 5%;
  }

  .exchange-point-column h3 {
    font-size: 2rem;
  }

  .exchange-point-column h3 span {
    font-size: 2.5rem;
  }

  .exchange-point-column .bg-red {
    margin-bottom: 10px;
  }

  .exchange-point-box {
    margin-bottom: 30px;
  }

  .exchange-guideline {
    padding-bottom: 10px;
  }

  .exchange-guideline h2.kakomi {
    font-size: 2rem;
    padding-bottom: 0;
    padding-top: 40px;
  }

  .exchange-guideline h2.kakomi span {
    font-size: 2.5rem;
  }

  .exchange-guideline figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .exchange-guideline p {
    width: 100%;
    margin-bottom: 30px;
  }

  .exchange-guideline .bg-img h2 {
    margin-bottom: 0;
    padding: 25px 0;
  }

  .exchange-runflat {
    padding: 30px 0;
  }

  .exchange-runflat-merit,
  .exchange-runflat-demerit {
    padding: 5% 0;
    width: 49%;
    height: auto;
    margin-bottom: 10px;
  }

  .exchange-runflat-merit i {
    left: 35%;
  }

  .exchange-runflat-merit i,
  .exchange-runflat-demerit i {
    font-size: 5rem;
    top: 17%;
  }

  .exchange-runflat-detail {
    padding: 6%;
    margin-bottom: 30px;
  }

  .exchange-runflat-demerit i {
    top: 18%;
    left: 40%;
  }

  .exchange-runflat-detail:last-of-type+p {
    margin: 0 auto 30px;
  }

  .exchange-runflat .bg-red {
    font-size: 1.6rem;
    padding: 5%;
  }

  .exchange-runflat .bg-red span {
    font-size: 2rem;
  }

  .exchange-hope .bg-img h2 {
    font-size: 1.5rem;
    padding: 25px 0;
  }

  .exchange-hope .bg-img h2 span {
    font-size: 1.7rem;
  }

  .exchange-hope-couple {
    width: 30%;
    margin-bottom: 30px;
  }

  .exchange-hope-words {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 5%;
  }

  .exchange-hope-words:after {
    top: -30px;
    left: 50%;
    margin-left: -34px;
    border: 30px solid transparent;
    border-bottom: 30px solid #F8F8F8;
  }

  .exchange-hope-words p:first-of-type {
    margin-bottom: 10px;
  }

  .exchange-hope-worry {
    border: 5px solid #f5f5f5;
    margin-bottom: 30px;
  }

  .exchange-hope-worry p {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .exchange-hope-point {
    margin-bottom: 30px;
    width: 100%;
  }

  .exchange-hope-point2 {
    margin-bottom: 30px;
  }

  .exchange-hope-shinise {
    padding: 5%;
  }

  .exchange-hope-shinise figure {
    margin: 0;
    margin-bottom: 10px;
    width: 20%;
  }

  .exchange-hope-shinise p {
    width: 100%;
    font-size: 1.5rem;
  }

  .exchange-cost th,
  .exchange-cost td {
    font-size: 1.3rem;
  }

  .exchange-cost-table:last-of-type table {
    width: 100%;
  }

  .exchange-cost h3 {
    margin-bottom: 20px;
  }

  .exchange-cost ul {
    margin-bottom: 30px;
  }

  .exchange-cost {
    padding-bottom: 30px;
  }


  .exchange-asian-box h3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .exchange-asian-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .exchange-asian figure {
    width: 100%;
  }

  .exchange-asian .container>h3 {
    margin-bottom: 10px;
  }

  .exchange-asian-merit,
  .exchange-asian-demerit {
    width: 100%;
    margin: 0 0 10px;
  }

  .exchange-asian-merit:last-of-type {
    width: 100%;
  }

  .exchange-asian-merit i,
  .exchange-asian-demerit i {
    left: 40%;
  }

  .exchange-asian-demerit:first-of-type {
    width: 100%;
  }

  .exchange-asian-demerit:nth-of-type(2) {
    width: 100%;
  }

  .exchange-asian-demerit:last-of-type {
    width: 100%;
  }

  .exchange-asian-demerit:first-of-type i {
    left: 40%;
  }

  .exchange-asian .flex-merideme {
    margin-bottom: 30px;
  }

  .exchange-asian-detail {
    padding: 20px;
  }

  .exchange-domestic-merit,
  .exchange-domestic-demerit {
    width: 100%;
    margin: 0 0 10px;
  }

  .exchange-domestic-merit:first-of-type {
    width: 100%;
  }

  .exchange-domestic-merit:nth-of-type(2) {
    width: 100%;
  }

  .exchange-domestic-merit:nth-of-type(3) {
    width: 100%;
  }

  .exchange-domestic-merit:last-of-type {
    width: 100%;
    margin-bottom: 30px;
  }

  .exchange-domestic-merit i,
  .exchange-domestic-demerit i {
    left: 40%;
  }

  .exchange-domestic-demerit:last-of-type {
    width: 100%;
  }

  .exchange-domestic-demerit i {
    left: 40%;
  }

  .exchange-domestic-demerit-head {
    margin-bottom: 30px;
  }

  .exchange-domestic-detail {
    padding: 20px;
  }





  /* ============================================================================================
   パンク修理
  ============================================================================================= */
  .repair-intro-box {
    width: 100%;
  }

  .repair-intro .flex {
    flex-direction: column-reverse;
  }

  .repair-intro figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .repair-intro {
    padding-bottom: 10px;
  }

  .repair-certification {
    padding: 30px 0;
  }

  .repair-certification-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .repair-certification figure {
    width: 100%;
  }

  .repair-certification .flex {
    margin-bottom: 30px;
  }

  .repair-certification h3 {
    margin-bottom: 0;
  }

  .repair-worry h3 {
    margin-bottom: 30px;
  }

  .repair-worry-couple {
    width: 30%;
    margin: 0 auto 30px;
  }

  .repair-worry-words {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 5%;
  }

  .repair-worry-words:after {
    top: -30px;
    left: 50%;
    margin-left: -34px;
    border: 30px solid transparent;
    border-bottom: 30px solid #F8F8F8;
  }

  .repair-worry-compare {
    margin-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .repair-worry-compare:first-of-type {
    margin-top: 0;
  }

  .repair-worry-compare-head {
    margin-bottom: 0;
  }

  .repair-worry-reason {
    padding: 5% 0;
    width: 49%;
    height: auto;
    margin-bottom: 10px;
  }

  .repair-worry-reason i {
    left: 40%;
    font-size: 4rem;
    top: 20%;
  }

  .repair-worry-tech {
    padding: 5%;
    line-height: 1.5;
    text-align: justify;
  }

  .repair-worry {
    padding-bottom: 30px;
  }

  .repair-difference {
    padding: 30px 0;
  }

  .repair-difference h2.kakomi {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .repair-difference figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .repair-difference-box {
    width: 100%;
  }

  .repair-difference h3 {
    margin-bottom: 10px;
  }

  .repair-difference h3 span {
    font-size: 2.5rem;
  }

  .repair-difference .flex {
    margin-bottom: 30px;
  }

  .repair-difference .flex:last-of-type {
    flex-direction: column-reverse;
  }

  .repair-inner .serif-ja+p {
    margin-bottom: 30px;
  }

  .repair-inner-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .repair-inner .flex {
    margin-bottom: 0;
  }

  .repair-inner p.bg-red {
    line-height: 1.25;
    padding: 5%;
    text-align: justify;
  }

  .repair-inner {
    padding-bottom: 30px;
  }

  .repair-feature h2 {
    margin-bottom: 0;
  }

  .repair-feature figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .repair-feature-box {
    width: 100%;
  }

  .repair-feature h3 {
    margin-bottom: 10px;
  }

  .repair-feature .flex {
    margin-bottom: 30px;
  }

  .repair-feature .flex:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  .repair-feature-inner {
    padding: 5%;
    margin-bottom: 30px;
  }

  .repair-feature-column {
    width: 100%;
    padding: 5%;
  }

  .repair-feature-column h3 {
    line-height: 1.25;
  }

  .repair-feature {
    padding: 30px 0;
  }

  .repair-pank {
    padding: 30px 0;
  }

  .repair-pank-box {
    width: 100%;
  }

  .repair-pank h3 {
    margin-bottom: 10px;
  }

  .repair-pank-box p {
    margin-bottom: 20px;
  }

  .repair-pank figure {
    width: 100%;
  }

  .repair-distinguish {
    padding: 30px 0;
  }

  .repair-distinguish figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .repair-distinguish-box {
    width: 100%;
  }

  .repair-distinguish h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .repair-distinguish h4 {
    font-size: 2rem;
  }

  .repair-distinguish .flex {
    margin-bottom: 0;
  }

  .repair-distinguish .flex:last-of-type {
    flex-direction: column-reverse;
  }

  .repair-distinguish p.bg-red {
    line-height: 1.25;
    padding: 4%;
    text-align: justify;
  }


  /* ============================================================================================
   会社情報
  ============================================================================================= */
  .company-intro-box {
    width: 100%;
    margin-bottom: 20px;

    grid-template-columns: 100%;
  }

  .company-intro figure {
    width: 100%;
  }

  .company-intro-box p {
    grid-column: 1/2 !important;
    grid-row: 1/2 !important;
  }

  .company-intro-box figure {
    grid-column: 1/2 !important;
    grid-row: 2/3 !important;
  }

  .company-intro .flex:first-of-type {
    margin-bottom: 30px;
  }

  .company-intro-table {
    margin-bottom: 30px;
  }

  .company-intro .flex:last-of-type figure {
    width: 49%;
    margin-bottom: 10px;
  }

  .company-intro .flex:last-of-type {
    margin-bottom: 20px;
  }

  .company-intro .container>p {
    line-height: 1.25;
    font-size: 2rem;
  }

  .company-intro {
    padding-bottom: 30px;
  }

  .company-area {
    padding: 30px 0;
  }

  .company-area h2.kakomi {
    margin-bottom: 0;
  }

  .company-area p {
    margin-bottom: 30px;
  }

  .company-area li {
    margin: 5px 0;
  }

  .company-area li i {
    font-size: 1.5rem;
  }


  /* ============================================================================================
   新着情報
  ============================================================================================= */
  /* news archive
  ----------------------------------------------- */
  .news-archive {
    padding-top: 0;
  }

  .news-archive .post-archive {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }

  .news-archive .post-archive article a .archive-contents::after {
    right: 10px;
  }

  .news-archive .post-archive article a p {
    width: 95%;
  }

  .news-archive .post-archive article a img {
    width: 0;
    display: none;
  }

  .news-archive .post-archive article a .archive-contents {
    margin-left: 0;
  }

  .news-archive .post-archive article a h4 {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }

  .news-archive .post-archive article a .post-excerpt {
    font-size: 1.2rem;
  }

  .news-archive .post-archive article a .post-date {
    margin-right: 0.25em;
    font-size: 1.4rem;
  }

  .news-archive .archive-post {
    padding: 20px;
  }

  .news-archive .archive-post:last-of-type {
    margin-bottom: 40px;
  }

  .news-archive .archive-post>.archive-contents>a:first-of-type {
    margin-top: 0;
    margin-bottom: 200px;
  }

  .news-archive .post-archive .archive-post {
    margin-bottom: 30px;
    padding: 4%;
  }

  .news-archive .post-archive .archive-post.flex .archive-contents::after {
    font-size: 1.6rem;
  }

  /* news widget
  ----------------------------------------------- */
  .post-widget {
    float: none;
    width: 100%;
  }

  /* news detail
  ----------------------------------------------- */
  .news-detail {
    padding-top: 0;
  }

  .news-detail .post-detail {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .news-detail .post-navigation {
    margin-bottom: 30px;
    margin-top: 60px;
    display: block;
  }

  .news-detail .post-navigation .prev,
  .news-detail .post-navigation .next,
  .news-detail .post-navigation .back {
    width: 100%;
    margin-bottom: 10px;
  }

  .news-detail .post-navigation .prev a::after,
  .news-detail .post-navigation .next a::after {
    top: 38%;
  }

  .news-detail .post-navigation a {
    padding: 15px;
  }

  .news-detail .post-detail h2 {
    padding-right: 10px;
    font-size: 1.6em;
  }

  .news-detail .post-detail h2 span {
    position: static;
    top: 0;
    left: 0;
    display: block;
    text-align: right;
    font-size: 1.1rem;
    padding-top: 5px;
  }

  .news-detail .post-navigation .btn {
    width: 80%;
  }

  .news-detail .post-detail .post-thumbnail {
    width: 100%;
  }


  /* ============================================================================================
   施工事例
  ============================================================================================= */
  /* case archive
  ----------------------------------------------- */
  .case-intro {
    padding-bottom: 20px;
  }

  .case-index .container:last-of-type .flex .btn {
    width: 80%;
  }

  .case-index:nth-of-type(4) .btn-white {
    padding: 3% 1%;
  }

  .case-cate p {
    width: 100%;
    font-size: 1.6rem;
  }

  .case-cate .btn {
    width: 48%;
  }

  .case-cate .btn:first-of-type,
  .case-cate .btn:nth-of-type(3) {
    margin-bottom: 20px;
  }

  .case-cate .flex {
    margin-bottom: 40px;
  }

  .case-maker .case-sort--maker>p {
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.6rem;
  }

  .case-maker h3 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }

  .case-archive h2 {
    font-size: 2rem;
  }

  .case-archive {
    padding: 0;
  }

  .case-archive h3 {
    font-size: 2.4rem;
  }

  .case-archive .container {
    padding-left: 0;
    padding-right: 0;
  }

  .case-archive-list li {
    margin: 0 auto 20px;
    max-width: 478px;
    width: 47%;
  }

  .case-archive-list li:nth-child(4n) {
    margin-right: auto;
  }

  .case-archive-list li table td {
    width: 100%;
  }

  .case-archive .default-btn a {
    width: 100%;
  }

  .case-block h2 {
    line-height: 1.25;
  }

  .case-block {
    padding: 0;
  }

  .case-block .btn {
    margin-top: 0;
    width: 80%;
    margin-bottom: 40px;
  }

  .case-intro p {
    margin-bottom: 30px;
  }

  .case-intro .flex .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .case-maker {
    padding: 30px 0;
  }

  .case-maker h2.kakomi {
    font-size: 2rem;
    padding: 10px 0 30px;
    margin-bottom: 0;
  }

  .case-maker .container>p {
    width: 100%;
    margin-bottom: 30px;
  }

  .case-maker h3 {
    margin-bottom: 20px;
  }

  .case-maker-box {
    width: 24%;
    margin-bottom: 20px;
  }

  .case-maker-box:first-of-type {
    margin-bottom: 20px;
  }

  .case-maker .flex:last-of-type .case-maker-box {
    width: 24%;
    margin: 0 0.5% 30px 0.5%;
  }

  .case-maker .flex:last-of-type {
    justify-content: flex-start;
  }

  .case-type {
    padding: 30px 0;
  }

  .case-type h2.kakomi {
    font-size: 2rem;
    padding: 10px 0 30px;
    margin-bottom: 0;
  }

  .case-type .container>p {
    width: 100%;
    margin-bottom: 30px;
  }

  .case-type .flex .btn {
    width: 100%;
    margin-bottom: 10px;
  }


  /* case detail
  ----------------------------------------------- */
  .case-detail .container {
    padding-left: 0;
    padding-right: 0;
  }

  .case-detail .case-detail__photo {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .case-detail .case-detail__meta {
    float: left;
    width: 100%;
  }

  .case-detail .case-detail__meta table th {
    width: 30%;
  }

  .case-detail .case-detail__meta table td {
    padding: 10px;
  }

  .case-detail .case-detail__contents {
    margin-top: 20px;
    padding: 15px;
  }

  .case-detail .maker {
    width: 100%;
    margin-bottom: 30px;
  }

  .case-detail nav {
    display: block;
  }

  .case-detail nav .prev {
    margin-bottom: 10px;
    width: 100%;
  }

  .case-detail nav .btn {
    width: 100%;
  }

  .case-detail {
    padding: 0;
  }


  /* ============================================================================================
   プライバシーポリシー
  ============================================================================================= */
  .privacy h2 {
    line-height: 1.25;
    font-size: 1.8rem;
  }


  /* ============================================================================================
   フォーム
  ============================================================================================= */
  .form {
    padding: 20px 0;
    margin-bottom: 50px;
  }

  .form h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .form .box {
    width: 100%;
  }

  .form .tel a {
    font-size: 3.6rem;
  }

  .form .detail {
    display: block;
    margin: 0 auto 20px;
  }

  .form .detail a {
    margin: 0 auto 10px;
  }

  .form .detail .info-tel {
    width: 100%;
    margin-bottom: 20px;
  }

  .form .detail .note {
    width: 100%;
    margin-bottom: 20px;
  }

  .form .info-tel a {
    width: 100%;
    font-size: 2.4rem;
    margin: 0 auto 10px;
  }

  .form .info-tel p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .form table {
    border-top: none;
    margin-bottom: 40px;
  }

  .form table tr {
    margin-bottom: 10px;
  }

  .form table th {
    display: block;
    border-bottom: none;
    padding: 10px;
    width: 100%;
  }

  .form table td {
    display: block;
    border-bottom: none;
    padding: 5px 0 5px;
    width: 100%;
    margin-bottom: 15px;
  }

  .form input[name="submitConfirm"],
  .form input[name="submit"] {
    width: 100%;
    padding: 25px;
  }

  .form .mw_wp_form_preview input[name="submitBack"] {
    margin-bottom: 40px;
    background: url("images/common-icon-arrow-left.png") no-repeat left 20px top 50% / 7px;
    font-weight: bold;
  }

  .form .complete .box {
    width: 100%;
  }

  .form .complete .btn {
    width: 100%;
  }

  .form .container h2.serif-ja {
    padding-bottom: 20px;
    font-size: 2rem;
  }

  .form.common-contact .common-contact-no {
    font-size: 3.7rem;
  }


  /* ============================================================================================
   Footer
  ============================================================================================= */
  .footer-repeat {
    padding: 30px 0;
  }

  .footer-repeat-box {
    width: 100%;
  }

  .footer-repeat-box h2 {
    font-size: 3.1rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .footer-repeat-box h2 span {
    font-size: 3.9rem;
  }

  .footer-repeat-box p {
    margin-bottom: 20px;
  }

  .footer-repeat figure {
    width: 100%;
  }

  .footer-map {
    padding: 30px 0;
  }

  .footer-map h2 {
    font-size: 2.5rem;
  }

  .footer-map-google {
    margin-bottom: 30px;
    padding-bottom: 50%;
    padding-top: 100px;
  }

  .footer-map p {
    margin-bottom: 30px;
  }

  .footer-map dl {
    border: 5px solid #f5f5f5;
    padding: 5%;
  }

  .footer-map dt {
    margin-bottom: 10px;
  }

  .footer-service {
    padding: 30px 0;
  }

  .footer-service h2 {
    margin-bottom: 20px;
  }

  .footer-service .container>p {
    margin-bottom: 20px;
  }

  .footer-service-box {
    width: 49%;
    margin-bottom: 30px;
  }

  .common-contact {
    padding: 30px 0;
  }

  .common-contact h2 {
    padding-bottom: 0;
  }

  .common-contact figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .common-contact-box {
    width: 100%;
  }

  .common-contact-box h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .common-contact-box h3 span {
    font-size: 3.1rem;
  }

  .common-contact .container>.flex:first-of-type {
    margin-bottom: 30px;
  }

  .common-contact .flex:last-of-type a.btn {
    margin-bottom: 20px;
    width: 100%;
  }

  .common-contact .common-contact-tel img {
    width: 15%;
  }

  .common-contact .common-contact-tel-txt {
    width: auto;
    padding: 0 0 0 2%;
  }

  .common-contact .common-contact-tel .flex {
    position: relative;
    justify-content: center;
    align-items: center;
  }

  .common-contact .message {
    font-size: 1.3rem;
  }

  .common-contact .common-contact-no {
    font-size: 3.7rem;
  }

  .common-contact .time {
    font-size: 1.3rem;
  }

  .footer-info {
    padding: 30px 0;
  }

  .footer-info h2 {
    font-size: 3.9rem;
    margin-bottom: 30px;
  }

  .footer-info article a {
    padding: 3%;
  }

  .footer-info article .date {
    margin-right: 1em;
    font-size: 1.3rem;
  }

  .footer-info .archive-contents .cate span {
    font-size: 1rem;
  }

  .footer-info article .cate {
    width: 23%;
    padding: 1%;
    margin-bottom: 10px;
    line-height: 1.25;
  }

  .footer-info article h4 {
    width: 95%;
  }

  .footer-info-box {
    margin-bottom: 40px;
  }

  footer {
    padding-top: 30px;
  }

  footer .footer-spec a.logo {
    margin: 0 auto 30px;
  }

  footer .footer-box {
    margin-bottom: 30px;
  }

  footer .footer-box .flex div {
    border: 5px solid #f8f8f8;
    width: 100%;
    padding: 5%;
  }

  footer .footer-box .flex div h3 {
    margin-bottom: 10px;
  }

  footer .footer-box-maker {
    margin-bottom: 20px;
  }

  footer .footer-spec {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .footer-sitemap h3 {
    margin-bottom: 10px;
    font-size: 3.1rem;
  }

  footer .footer-sitemap {
    width: 100%;
  }

  footer .copyright {
    margin-top: 30px;
  }

  .followcontact .flex a.btn {
    padding: 1% 2%;
  }

  .followcontact .followcontact-tel img {
    display: none;
  }

  .followcontact .followcontact-tel .followcontact-no {
    line-height: 1.25;
  }

  .followcontact .followcontact-tel-txt {
    width: 100%;
  }

  .followcontact .followcontact-tel .followcontact-tel-txt .message {
    display: none;
  }

  .followcontact .time {
    text-align: center;
  }

  .followcontact .followcontact-tel .followcontact-tel-txt .followcontact-no {
    font-size: 2.7rem;
    text-align: center;
  }

  .followcontact .followcontact-mail .otoiawase {
    margin-bottom: 3px;
    line-height: 1.25;
  }

  .followcontact .followcontact-mail img {
    width: 10%;
    margin-bottom: 3px;
  }

  .followcontact .followcontact-mail::after {
    font-size: 1rem;
    top: 45%;
  }

  .followcontact .container .flex .followcontact-mail {
    padding: 3%;
  }


  /* iOS電話番号対策 */
  footer .tel-number a {
    color: #e60020;
    text-decoration: none;
  }

  /* ============================================================================================
   ページトップボタン
  ============================================================================================= */
  .pagetop {
    bottom: 20px;
    right: 20px;
  }


  /* ============================================================================================
 ビジュアルエディタ装飾
============================================================================================= */
  .freeeditor h1 {
    line-height: 1.25;
    padding: 4%;
  }

  .case-detail .freeeditor h2,
  .news-detail .freeeditor h2 {
    line-height: 1.25;
    padding: 4%;
  }

  .freeeditor h4 {
    line-height: 1.25;
    padding: 1% 3%;
  }
}


/* ------------------------------------------------------------------------------------
　414px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 414px) {

  .case-detail .case-detail__meta table th,
  .case-detail .case-detail__meta table td {
    padding: 5px;
  }

  .case-detail .case-detail__meta table th {
    width: 25%;
  }

  .case-detail .case-detail__contents {
    padding: 15px 10px;
  }

  .news-detail .post-detail h2 {
    font-size: 1.4em;
  }

  .fukidashi::after {
    max-width: 77%;
  }

  .followcontact .followcontact-tel .followcontact-tel-txt .followcontact-no {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .followcontact .flex a.btn {
    padding: 1%;
  }

  .followcontact .container {
    max-width: 100%;
    margin: 0;
  }

  .customer-season h2.kakomi {
    line-height: 1.25;
  }

  .customer-best h2.kakomi {
    line-height: 1.5;
  }

  .customer-best-women {
    width: 40%;
  }

  .customer-best-faq dd {
    width: 88%;
  }

  .common-contact .container .sptel {
    align-items: center;
  }

  .common-contact .common-contact-tel .flex {
    position: relative;
  }

  .common-contact .common-contact-tel img {
    width: 24%;
  }

  .common-contact .common-contact-tel-txt {
    width: 73%;
  }
}

/* ------------------------------------------------------------------------------------
　390px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 390px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 320px;
    /* ここの幅変える場合↓もセットで */
  }

  .drawer-nav {
    width: 320px;
  }

  .drawer--right .drawer-nav {
    right: -320px;
  }

  .fukidashi::after {
    max-width: 81%;
  }

  .common-works h2.kakomi {
    font-size: 16px;
  }

  .footer-repeat-box h2 {
    font-size: 2.5rem;
  }

  .customer-season-violation h3 span {
    font-size: 2.5rem;
  }

  .customer-season h3 {
    margin-bottom: 10px;
  }

  .customer-season-violation li {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .customer-season-violation ul {
    margin-bottom: 20px;
  }

  .customer-best-example {
    font-size: 2rem;
  }

  .customer-best-example span {
    font-size: 3.1rem;
  }

  .customer-best-example+p {
    font-size: 2rem;
  }

  .fukidashi-red {
    font-size: 2rem;
    padding-top: 8px;
  }

  .exchange-runflat-merit i,
  .exchange-runflat-demerit i {
    top: 14%;
  }

  .exchange-hope-words p:first-of-type {
    font-size: 2rem;
  }

  .header-contact .header-contact-no {
    font-size: 5vw;
  }
}


/* ------------------------------------------------------------------------------------
　376px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 376px) {
  #sp-nav {
    width: 13%;
  }

  .drawer-nav .common-contact-tel img {
    width: 23%;
    height: 70px;
  }

  .drawer-nav .common-contact-no {
    font-size: 3.2rem;
  }

  .common-contact .common-contact-no {
    font-size: 3.6rem;
  }

  .common-contact .time {
    font-size: 1.2rem;
  }

  .common-contact .common-contact-tel img {
    height: 80px;
  }

  .common-contact .message {
    font-size: 1.2rem;
  }

  .post-detail .btn a::after {
    top: 25%;
  }

  .case-archive .btn a::after {
    top: 30%;
  }

  .case-flow .btn a::after {
    top: 32%;
  }

  .header-contact .header-contact-no {
    font-size: 18px;
  }

  .header-contact .flex a.header-contact-mail span.otoiawase {
    font-size: 1.05rem;
  }

  h2 span {
    font-size: 2.7rem;
  }

  .fukidashi::after {
    max-width: 85%;
  }

  a.btn {
    font-size: 1.6rem;
  }

  .top-ride-worry li {
    width: 85%;
  }

  .top-column-column h3 {
    font-size: 2.3rem;
  }

  .footer-repeat-box h2 {
    font-size: 2rem;
  }

  .footer-repeat-box h2 span {
    font-size: 3.4rem;
  }

  .customer-intro h3 span {
    font-size: 3rem;
  }

  .customer-season h2.kakomi {
    padding-top: 20px;
  }

  .customer-best h2.kakomi {
    padding-top: 20px;
  }

  .common-contact-box h3 {
    font-size: 2.3rem;
  }

  .exchange-intro h2.kakomi {
    padding-top: 20px;
  }

  .exchange-point-column h3 {
    font-size: 1.8rem;
  }

  .common-contact h2 {
    padding-top: 20px;
  }

  .exchange-runflat .bg-red span {
    font-size: 1.8rem;
  }

  .exchange-hope-worry li {
    font-size: 1.4rem;
  }

  .form.common-contact .common-contact-no {
    font-size: 29px;
  }

  .form.common-contact .time {
    font-size: 1rem;
  }

  .form.common-contact .message {
    font-size: 1rem;
  }

}

/* ------------------------------------------------------------------------------------
　360px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .header-contact .header-contact-no {
    font-size: 1.8rem;
  }

  .header-contact .flex a.header-contact-mail span.otoiawase {
    font-size: 0.9rem;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 300px;
    /* ここの幅変える場合↓もセットで */
  }

  .drawer-nav {
    width: 300px;
  }

  .drawer--right .drawer-nav {
    right: -300px;
  }

  .drawer-nav .common-contact-no {
    font-size: 3rem;
  }

  .followcontact .followcontact-tel .followcontact-tel-txt .followcontact-no {
    font-size: 2.3rem;
  }

  .top-advice h2 {
    padding-top: 20px;
  }

  .fukidashi::after {
    max-width: 89%;
  }

  .top-ride-worry li {
    width: 90%;
  }

  .top-column-column h3 {
    font-size: 2rem;
  }

  .top-step-box h3 span {
    font-size: 2.8rem;
  }

  .common-contact .message {
    font-size: 1rem;
  }

  .common-contact .common-contact-no {
    font-size: 3.6rem;
  }

  .common-contact .time {
    font-size: 1rem;
  }

  .footer-info article .cate {
    width: 25%;
  }

  .exchange-runflat .bg-red {
    font-size: 1.4rem;
  }

  .repair-intro-box h3 {
    font-size: 2.3rem;
  }

  .common-contact-box h3 {
    font-size: 2.2rem;
  }

  .repair-worry-words li {
    text-align: justify;
  }

  .repair-distinguish h2 {
    font-size: 2rem;
  }

  .company-area li {
    margin: 0;
  }

  .common-contact-box h3 {
    font-size: 2rem;
  }

  .form.common-contact .common-contact-no {
    font-size: 2.7rem;
  }

  .header-contact .flex a.header-contact-mail {
    padding: 3.5%;
  }

  .common-contact .flex:last-of-type a.btn {
    padding: 0 2%;
  }

  .form.common-contact .common-contact-tel img {
    width: 24%;
    height: auto;
  }

  .form.common-contact .common-contact-tel-txt {
    width: 70%;
  }
}

/* ==========================================================================================================================


スタッドレスタイヤ交換


========================================================================================================================== */

/* ========================================

スタッドレスタイヤ交換 - 共通

=========================================== */
.studless p {
  line-height: 1.25;
  color: #333;
  letter-spacing: .05em;
}

.studless a {
  color: #333;
  letter-spacing: .05em;
}

.studless a:hover {
  opacity: .5;
}

.studless h2.studless-h2,
.studless h3.studless-h3,
.studless h4.studless-h4,
.studless h5.studless-h5 {
  line-height: 1.25;
  color: #333;
  letter-spacing: .05em;
}

.studless h2.studless-h2 {
  font-size: 3.1rem;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.studless h2.studless-h2 span {
  font-size: 3.9rem;
  color: #2766c0;
}

.studless p.studless-h2-hosoku {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.studless .studless-h2-obi {
  background-color: #2766c0;
  padding: 30px 0;
  margin-bottom: 50px;
  background-image: url(images/studless-bg-snow.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

.studless .studless-h2-obi p,
.studless .studless-h2-obi h2 {
  text-align: center;
  color: #fff;
}

.studless .studless-h2-obi p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.studless .studless-h2-obi h2 {
  margin-bottom: 0;
}

.studless .studless-h2-obi h2 span {
  color: #fff;
}

.studless p.studless-serif-en {
  font-family: 'Shadows Into Light', cursive;
  text-align: center;
  font-size: 2.5rem;
  color: #2766c0;
  font-weight: bold;
  margin-bottom: 10px;
}

.studless .bg-dot {
  background-color: #2766c0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.32) 5%, transparent 11%),
    radial-gradient(rgba(255, 255, 255, 0.32) 5%, transparent 11%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
}

.studless a.studless-btn {
  display: block;
  background-color: #2766c0;
  border-radius: 50px;
  padding: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  position: relative;
}

.studless a.studless-btn i {
  position: absolute;
  right: 8%;
  top: 35%;
  font-size: 2.5rem;
}

.studless li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.studless li i {
  margin-right: .5em;
  vertical-align: baseline;
}

.studless__breadcrumbs {
  margin-top: -40px;
  padding: 0;
}

.studless__breadcrumbs a:hover {
  color: #333;
  opacity: .5;
}

/* ========================================

スタッドレスタイヤ交換 - 共通CONTACT

=========================================== */
.studless .studless__contact {
  padding: 50px 0;
  background-image: url(images/studless-bg-01.jpg);
  background-size: cover;
  background-position: center;
}

.studless .studless__contact p.studless-serif-en {
  color: #fff;
}

.studless .studless__contact h2.studless-h2 {
  color: #fff;
  margin-bottom: 30px;
}

.studless .studless__contact h2.studless-h2 span {
  color: #fbc7c7;
}

.studless .studless__contact .studless__contact__txt {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.studless .studless__contact .studless__contact__txt span {
  font-weight: bold;
}

.studless .studless__contact .studless__contact__list {
  padding: 30px 50px;
  background-color: #fff;
  align-items: center;
  border-radius: 10px;
}

.studless .studless__contact .studless__contact__list .container>.flex {
  justify-content: space-around;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__fukidashi {
  position: relative;
  background-color: #fbf7ef;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 50px;
  width: 20%;
  padding: 20px 20px 10px;
}

.studless .studless__contact .studless__contact__list__img {
  margin-bottom: 5px;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__fukidashi p {
  text-align: center;
  line-height: 1.25;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__fukidashi span {
  color: #2766c0;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fbf7ef;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__tel>.flex {
  justify-content: flex-start;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__tel__message {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__tel a {
  display: block;
  font-size: 3.9rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__tel a:hover {
  opacity: .5;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__tel a i {
  font-size: 4rem;
  margin-right: .25em;
  vertical-align: baseline;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__tel__time {
  margin-right: 1em;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__tel__time,
.studless .studless__contact .studless__contact__list .studless__contact__list__tel__holiday {
  line-height: 1;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__tel__time span,
.studless .studless__contact .studless__contact__list .studless__contact__list__tel__holiday span {
  background-color: #56a5df;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px;
  margin-right: .5em;
  font-weight: bold;
  display: inline-block;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__mail__message {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
  color: #333;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__mail a {
  display: block;
  background-color: #ed9e9e;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 2.5rem;
  font-weight: bold;
  box-shadow: 0px 10px 0px 0px #a46262;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__mail a:hover {
  transform: translateY(10px);
  box-shadow: none;
  opacity: .8;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__mail i {
  vertical-align: baseline;
  margin-right: .5em;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__mail a p {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.studless .studless__contact .studless__contact__list .studless__contact__list__mail span {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: block;
}


/* ========================================

スタッドレスタイヤ交換 - TOP、ヘッダー、フッター、

=========================================== */
/* .studless__header
----------------------------------------------- */
/*header .header-maker,
header .header-card {
  width: 17%;
}*/
.studless__header .studless__header__tel>.flex {
  justify-content: flex-start;
  width: 100%;
}

.studless__header .studless__header__tel a {
  display: block;
  font-size: 3.9rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #333;
}

.studless__header .studless__header__tel a:hover {
  opacity: .5;
}

.studless__header .studless__header__tel a i {
  font-size: 4rem;
  margin-right: .25em;
  vertical-align: baseline;
}

.studless__header .studless__header__tel__time {
  margin-right: 1em;
}

.studless__header .studless__header__tel__time,
.studless__header .studless__header__tel__holiday {
  line-height: 1;
}

.studless__header .studless__header__tel__time span,
.studless__header .studless__header__tel__holiday span {
  background-color: #56a5df;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px;
  margin-right: .5em;
  font-weight: bold;
  display: inline-block;
}

.studless__header .drawer-nav {
  background-color: #2766c0;
}

.studless__header .drawer-nav ul li {
  text-align: left;
}

.studless__header .drawer-nav ul li a {
  padding: 3% 5%;
}

.studless__drawer .drawer-menu {
  margin-bottom: 10px;
}

.studless__drawer .studless__drawer__list__tel {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.studless__drawer .studless__drawer__list__tel>.flex {
  justify-content: flex-start;
}

.studless__drawer .studless__drawer__list__tel__message {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.studless__drawer .studless__drawer__list__tel a {
  display: block;
  font-size: 3.9rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  line-height: 1;
}

.studless__drawer .studless__drawer__list__tel a:hover {
  opacity: .5;
}

.studless__drawer .studless__drawer__list__tel a i {
  font-size: 4rem;
  margin-right: .25em;
  vertical-align: baseline;
}

.studless__drawer .studless__drawer__list__tel__time {
  margin-right: 1em;
}

.studless__drawer .studless__drawer__list__tel__time,
.studless__drawer .studless__drawer__list__tel__holiday {
  line-height: 1;
}

.studless__drawer .studless__drawer__list__tel__time span,
.studless__drawer .studless__drawer__list__tel__holiday span {
  background-color: #56a5df;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px;
  margin-right: .5em;
  font-weight: bold;
  display: inline-block;
}

.studless__drawer .studless__drawer__list__mail {
  background-color: #fff;
  padding: 20px 20px 30px;
}

.studless__drawer .studless__drawer__list__mail__message {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  color: #333;
}

.studless__drawer .studless__drawer__list__mail a {
  display: block;
  background-color: #ed9e9e;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 2.5rem;
  font-weight: bold;
  box-shadow: 0px 10px 0px 0px #a46262;
}

.studless__drawer .studless__drawer__list__mail a:hover {
  transform: translateY(10px);
  box-shadow: none;
  opacity: .8;
}

.studless__drawer .studless__drawer__list__mail i {
  vertical-align: baseline;
  margin-right: .5em;
}

.studless__drawer .studless__drawer__list__mail a p {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.studless__drawer .studless__drawer__list__mail span {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: block;
}

.studless__nav {
  background-color: #2766c0;
}

.studless__nav>.container>.flex {
  justify-content: flex-end;
}

.studless__nav>.container>.flex>a {
  margin: 0 20px;
}

/* .studless__billboard
----------------------------------------------- */
.studless__billboard {
  position: relative;
}

.studless__billboard .studless__billboard__tire p,
.studless__billboard .studless__billboard__wheel p {
  font-weight: bold;
  position: absolute;
  font-size: 1.6vw;
  line-height: 1;
  color: #ff0000;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.studless__billboard .studless__billboard__tire p {
  right: 9.3vw;
}

@media screen and (min-width: 1980px) {
  .studless__billboard .studless__billboard__tire p {
    right: 9vw;
  }
}

@media screen and (min-width: 2030px) {
  .studless__billboard .studless__billboard__tire p {
    /* right: 8.5vw; */
    right: 9%;
    font-size: 1.2vw;
  }
}

.studless__billboard p.studless__billboard__area {
  position: absolute;
  top: 4%;
  left: 38.4px;
  font-size: 38.4px;
  font-weight: bold;
  color: #ff0000;
  letter-spacing: .1em;
  font-style: italic;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.studless__billboard p.studless__billboard__area span {
  font-size: 1.5vw;
  color: #1d5ab1;
}

@media screen and (max-width: 1920px) {
  .studless__billboard p.studless__billboard__area {
    font-size: 2vw;
  }
}

.studless__billboard .studless__billboard__tire p.studless__billboard__14inch {
  top: 12%;
}

.studless__billboard .studless__billboard__tire p.studless__billboard__15inch {
  top: 18%;
}

.studless__billboard .studless__billboard__tire p.studless__billboard__16inch {
  top: 24%;
}

.studless__billboard .studless__billboard__wheel p.studless__billboard__small {
  top: 45%;
  right: 9.4vw;
}

.studless__billboard .studless__billboard__wheel p.studless__billboard__big {
  top: 68%;
  right: 9.8vw;
}

@media screen and (min-width: 2000px) {
  .studless__billboard .studless__billboard__wheel p.studless__billboard__small {
    /* right: 9vw; */
    right: 10%;
    font-size: 1.1vw;
  }

  .studless__billboard .studless__billboard__wheel p.studless__billboard__big {
    right: 10%;
    font-size: 1.1vw;
  }
}

@media screen and (min-width: 2040px) {}

/* .studless__exchange
----------------------------------------------- */
.studless .studless__exchange {
  background-color: #f1fafd;
  padding: 100px 0;
}

.studless .studless__exchange__box {
  width: 30%;
}

.studless .studless__exchange__box .studless__exchange__tit {
  font-size: 3.1rem;
  color: #fff;
  background-color: #2766c0;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.studless .studless__exchange__box .studless__exchange__img {
  margin-bottom: 20px;
}

.studless .studless__exchange__box .studless__exchange__txt {
  text-align: center;
}

/* .studless__maker
----------------------------------------------- */
.studless .studless__maker {
  margin: 50px 0;
}

.studless .studless__maker .studless__maker__logo {
  border: 10px solid #fbf7ef;
  padding: 30px;
  margin-bottom: 40px;
}

.studless .studless__maker .studless__maker__message {
  display: block;
  text-align: center;
}

.studless .studless__maker .studless__maker__message::before,
.studless .studless__maker .studless__maker__message::after {
  content: '';
  display: inline-block;
  width: 46px;
  height: 61px;
  background-image: url(images/studless-icon-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.studless .studless__maker .studless__maker__message::after {
  transform: scale(-1, 1);
}

.studless .studless__maker .studless__maker__message__txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  display: inline-block;
  transform: rotate(-1deg);
  padding: 0 30px;
  vertical-align: middle;
}

/* .studless__step
----------------------------------------------- */
.studless .studless__step {
  background: linear-gradient(90deg, #f1fafd 0%, #f1fafd 50%, #fff4f4 50%, #fff4f4 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 0;
}

.studless .studless__step .studless__step__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.studless .studless__step .studless__step__box:first-of-type,
.studless .studless__step .studless__step__box:last-of-type {
  width: 30%;
}

.studless .studless__step .studless__step__box:nth-of-type(2) {
  text-align: center;
  width: 20%;
}

.studless .studless__step .studless__step__box:nth-of-type(2) i {
  font-size: 5rem;
  color: #2766c0;
}

.studless .studless__step .studless-h3 {
  font-size: 2.5rem;
  color: #ed9e9e;
  margin-bottom: 20px;
}

.studless .studless__step .studless__step__img {
  margin-bottom: 20px;
}

.studless .studless__step .studless-h4 {
  font-size: 2rem;
  color: #2766c0;
  margin-bottom: 10px;
}

.studless .studless__step .studless__step__txt {
  line-height: 1.75;
}

/* .studless__direct
----------------------------------------------- */
.studless .studless__direct {
  padding-bottom: 100px;
}

.studless .studless__direct__box {
  width: 48%;
}

.studless .studless__direct__box:last-of-type p {
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 50px;
}

.studless .studless__direct__box:last-of-type p span {
  font-size: 1.6rem;
}

/* .studless__price
----------------------------------------------- */
.studless .studless__price {
  background-color: #f1fafd;
  padding: 100px 0;
}

.studless .studless__price table {
  width: 100%;
}

.studless .studless__price table th {
  background-color: #333;
  color: #fff;
  padding: 30px 20px;
  border: 1px solid #f1fafd;
  letter-spacing: .05em;
  vertical-align: middle;
}

.studless .studless__price table tr:not(:first-of-type) th {
  width: 23%;
  background-color: #757575;
}

.studless .studless__price table td {
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid #f1fafd;
  vertical-align: middle;
  letter-spacing: .05em;
}

/* .studless__worry
----------------------------------------------- */
.studless .studless__worry {
  padding-bottom: 30px;
  position: relative;
}

.studless .studless__worry::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #fff;
}

.studless .studless__worry .flex {
  justify-content: space-evenly;
}

.studless .studless__worry__img {
  width: 25%;
}

.studless .studless__worry__fukidashi {
  position: relative;
  background-color: #fbf7ef;
  border-radius: 20px;
  width: 50%;
  padding: 30px 50px;
}

.studless .studless__worry__fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fbf7ef;
}

.studless .studless__worry__fukidashi li {
  font-size: 2rem;
}

.studless .studless__worry__fukidashi li i {
  font-size: 2rem;
  color: #2766c0;
}

.studless .studless__worry__fukidashi li:not(:last-of-type) {
  margin-bottom: 10px;
}

/* .studless__solution
----------------------------------------------- */
.studless .studless__solution {
  padding: 150px 0;
  background-color: #f1fafd;
}

.studless .studless__solution .flex {
  justify-content: space-evenly;
  align-items: center;
}

.studless .studless__solution__box {
  background-color: #fff;
}

.studless .studless__solution__box:first-of-type {
  width: 30%;
}

.studless .studless__solution__box:last-of-type {
  width: 40%;
}

.studless .studless__solution__box .studless__solution__tit {
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.studless .studless__solution__box:first-of-type .studless__solution__tit {
  background-color: #333;
  font-size: 2rem;
}

.studless .studless__solution__box:last-of-type .studless__solution__tit {
  font-size: 3.1rem;
  background-color: #2766c0;
}

.studless .studless__solution__box ul {
  padding: 30px 20px 30px 40px;
}

.studless .studless__solution__box li {
  padding-left: .75em;
  text-indent: -.75em;
}

.studless .studless__solution__box li i {
  font-size: 1.6rem;
  color: #2766c0;
}

/* .studless__feature
----------------------------------------------- */
.studless .studless__feature {
  padding: 100px 0 70px;
}

.studless .studless__feature__box {
  width: 30%;
}

.studless .studless__feature__box:not(:last-of-type) {
  margin-bottom: 30px;
}

.studless .studless__feature__box .studless__feature__tit {
  font-size: 2rem;
  color: #fff;
  background-color: #2766c0;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.studless .studless__feature__box .studless__feature__tit span {
  color: #fbc7c7;
}

.studless .studless__feature__box .studless__feature__txt {
  text-align: center;
}

/* .studless__snowroad
----------------------------------------------- */
.studless .studless__snowroad {
  padding-bottom: 50px;
}

.studless .studless__snowroad .flex {
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.studless .studless__snowroad__list {
  width: 23%;
}

.studless .studless__snowroad__ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.25;
}

.studless .studless__snowroad__ttl span {
  color: #2766c0;
}

.studless .studless__snowroad__comment {
  line-height: 1.25;
  position: relative;
  display: inline-block;
  margin: 30px 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #fbf7ef;
}

.studless .studless__snowroad__comment::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fbf7ef;
}

.studless .studless__snowroad__list>i {
  color: #2766c0;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.studless .studless__snowroad__solution {
  padding: 30px;
  border-radius: 10px;
  background-color: #2766c0;
}

.studless .studless__snowroad__solution__ttl {
  color: #fbc7c7;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.studless .studless__snowroad__solution__txt {
  line-height: 1.5;
  color: #fff;
}

.studless .studless__snowroad .studless__snowroad__message {
  display: block;
  text-align: center;
}

.studless .studless__snowroad .studless__snowroad__message::before,
.studless .studless__snowroad .studless__snowroad__message::after {
  content: '';
  display: inline-block;
  width: 46px;
  height: 61px;
  background-image: url(images/studless-icon-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.studless .studless__snowroad .studless__snowroad__message::after {
  transform: scale(-1, 1);
}

.studless .studless__snowroad .studless__snowroad__message__txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  display: inline-block;
  transform: rotate(-1deg);
  padding: 0 30px;
  vertical-align: middle;
}

/* .studless__pro
----------------------------------------------- */
.studless .studless__pro {
  padding: 50px 0;
  background-image: url(images/studless-bg-02.jpg);
  background-size: cover;
  background-position: center;
}

.studless .studless__pro__wrapper {
  position: relative;
  height: 450px;
}

.studless .studless__pro__txt {
  background-color: #fff;
  padding: 50px 30px;
  position: absolute;
  top: 30px;
  left: 0;
  width: 60%;
  z-index: 100;
  height: 370px;
}

.studless .studless__pro__txt h2 {
  text-align: left;
}

.studless .studless__pro__txt h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #2766c0;
  text-align: left;
}

.studless .studless__pro__txt p {
  line-height: 1.5;
  font-size: 1.8rem;
}

.studless .studless__pro__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.studless .studless__pro__comment {
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
}

.studless .studless__pro__comment span {
  font-size: 3.9rem;
}

/* .studless__reason
----------------------------------------------- */
.studless .studless__reason {
  padding: 100px 0 70px;
  background-color: #f1fafd;
}

.studless .studless__reason .flex {
  justify-content: space-evenly;
}

.studless .studless__reason__box {
  width: 30%;
  background-color: #fff;
  margin-bottom: 30px;
}

.studless .studless__reason__box .studless__reason__tit {
  font-size: 2rem;
  color: #fff;
  background-color: #2766c0;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.studless .studless__reason__box .studless__reason__tit span {
  color: #fbc7c7;
}

.studless .studless__reason__box .studless__reason__img {
  margin-bottom: 30px;
}

.studless .studless__reason__box h4 {
  font-size: 1.8rem;
  color: #2766c0;
  text-align: left;
  margin: 0 20px 20px;
}

.studless .studless__reason__box .studless__reason__txt {
  line-height: 1.5;
  margin: 0 20px 20px;
}

/* .studless__snowroad2
----------------------------------------------- */
.studless .studless__snowroad2 {
  padding-bottom: 50px;
}

.studless .studless__snowroad2 .flex {
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.studless .studless__snowroad2__list {
  width: 22%;
}

.studless .studless__snowroad2__ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.25;
  color: #2766c0;
}

.studless .studless__snowroad2__ttl span {
  color: #2766c0;
}

.studless .studless__snowroad2__img {
  margin-bottom: 20px;
}

.studless .studless__snowroad2__txt {
  line-height: 1.75;
}

.studless .studless__snowroad2 .studless__snowroad2__message {
  display: block;
  text-align: center;
}

.studless .studless__snowroad2 .studless__snowroad2__message::before,
.studless .studless__snowroad2 .studless__snowroad2__message::after {
  content: '';
  display: inline-block;
  width: 46px;
  height: 61px;
  background-image: url(images/studless-icon-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.studless .studless__snowroad2 .studless__snowroad2__message::after {
  transform: scale(-1, 1);
}

.studless .studless__snowroad2 .studless__snowroad2__message__txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  display: inline-block;
  transform: rotate(-1deg);
  padding: 0 30px;
  vertical-align: middle;
}

/* .studless__timing
----------------------------------------------- */
.studless .studless__timing {
  background-color: #f1fafd;
  padding: 100px 0;
}

.studless .studless__timing__box {
  width: 48%;
  margin-bottom: 50px;
}

.studless .studless__timing__box:last-of-type h3 {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 30px;
}

.studless .studless__timing__box:last-of-type h3 span {
  color: #2766c0;
}

.studless .studless__timing__box:last-of-type p {
  line-height: 1.5;
  font-size: 2rem;
}

.studless .studless__timing__lifespan {
  background-color: #fff;
}

.studless .studless__timing__lifespan h3 {
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2rem;
  padding: 20px;
}

.studless .studless__timing__lifespan h3 span {
  color: #f1c2c6;
}

.studless .studless__timing__lifespan .flex .flex {
  width: 48%;
  justify-content: space-evenly;
}

.studless .studless__timing__lifespan>.flex {
  padding: 30px;
}

.studless .studless__timing__lifespan .studless__timing__lifespan__box {
  width: 40%;
}

.studless .studless__timing__lifespan .studless__timing__lifespan__img {
  margin-bottom: 10px;
}

.studless .studless__timing__lifespan .studless__timing__lifespan__txt {
  font-size: 1.3rem;
  text-align: center;
}

.studless .studless__timing__lifespan .studless__timing__lifespan__detail {
  width: 50%;
}

.studless .studless__timing__lifespan .studless__timing__lifespan__detail h4 {
  color: #2766c0;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: left;
}

.studless .studless__timing__lifespan .studless__timing__lifespan__detail p {
  line-height: 1.75;
}

/* .studless__anxiety
----------------------------------------------- */
.studless .studless__anxiety {
  padding-bottom: 50px;
}

.studless .studless__anxiety__box {
  width: 48%;
  border-radius: 10px;
  -moz-box-shadow: -5px 8px 20px -12px rgba(176, 176, 176, 0.8);
  -webkit-box-shadow: -5px 8px 20px -12px rgba(176, 176, 176, 0.8);
  -ms-box-shadow: -5px 8px 20px -12px rgba(176, 176, 176, 0.8);
  box-shadow: -5px 8px 20px -12px rgba(176, 176, 176, 0.8);
  padding: 30px;
  margin-bottom: 30px;
}

.studless .studless__anxiety__box .flex {
  align-items: center;
  margin-bottom: 30px;
}

.studless .studless__anxiety__box .flex .studless__anxiety__img {
  width: 30%;
}

.studless .studless__anxiety__box .flex h3 {
  width: 65%;
  font-size: 2rem;
  color: #2766c0;
  text-align: left;
}

.studless .studless__anxiety__box p {
  line-height: 1.75;
}

/* .studless__safety
----------------------------------------------- */
.studless .studless__safety {
  padding: 100px 0 30px;
  background-color: #f1fafd;
}

.studless .studless__safety__wrapper {
  position: relative;
  height: 570px;
}

.studless .studless__safety__txt {
  background-color: #fff;
  padding: 50px 30px;
  position: absolute;
  top: 30px;
  width: 60%;
  z-index: 100;
  height: 480px;
}

.studless .studless__safety__wrapper:first-of-type .studless__safety__txt {
  left: 0;
}

.studless .studless__safety__wrapper:last-of-type .studless__safety__txt {
  right: 0;
}

.studless .studless__safety__txt h3 {
  margin-bottom: 20px;
  text-align: left;
}

.studless .studless__safety__txt h3 span {
  color: #2766c0;
  font-size: 3.9rem;
}

.studless .studless__safety__txt p {
  line-height: 1.75;
  font-size: 1.8rem;
}

.studless .studless__safety__img {
  position: absolute;
  top: 0;
  width: 50%;
}

.studless .studless__safety__wrapper:first-of-type .studless__safety__img {
  right: 0;
}

.studless .studless__safety__wrapper:last-of-type .studless__safety__img {
  left: 0;
}

/* .studless__no1
----------------------------------------------- */
.studless .studless__no1 {
  padding: 100px 0 30px;
}

.studless .studless__no1__wrapper {
  position: relative;
  height: 570px;
}

.studless .studless__no1__txt {
  background-color: #fff;
  padding: 50px 30px;
  position: absolute;
  top: 30px;
  width: 60%;
  z-index: 100;
  height: 450px;
  background-color: #f1fafd;
}

.studless .studless__no1__wrapper:first-of-type .studless__no1__txt {
  left: 0;
}

.studless .studless__no1__wrapper:last-of-type .studless__no1__txt {
  right: 0;
}

.studless .studless__no1__txt h3 {
  margin-bottom: 20px;
  text-align: left;
}

.studless .studless__no1__txt h3 span {
  color: #2766c0;
  font-size: 3.9rem;
}

.studless .studless__no1__txt p {
  line-height: 1.75;
  font-size: 1.8rem;
}

.studless .studless__no1__img {
  position: absolute;
  top: 0;
  width: 50%;
}

.studless .studless__no1__wrapper .studless__no1__img {
  right: 0;
}

/* .studless__voice
----------------------------------------------- */
.studless .studless__voice {
  padding-bottom: 50px;
}

.studless .studless__voice__box {
  width: 48%;
  border-radius: 10px;
  -moz-box-shadow: -5px 8px 20px -12px rgba(176, 176, 176, 0.8);
  -webkit-box-shadow: -5px 8px 20px -12px rgba(176, 176, 176, 0.8);
  -ms-box-shadow: -5px 8px 20px -12px rgba(176, 176, 176, 0.8);
  box-shadow: -5px 8px 20px -12px rgba(176, 176, 176, 0.8);
  padding: 30px;
  margin-bottom: 30px;
}

.studless .studless__voice__box .flex {
  align-items: center;
  margin-bottom: 30px;
}

.studless .studless__voice__box .flex .studless__voice__img {
  width: 30%;
}

.studless .studless__voice__box .flex h3 {
  width: 65%;
  font-size: 2rem;
  color: #2766c0;
  text-align: left;
}

.studless .studless__voice__box p {
  line-height: 1.75;
}

/* .studless__works
----------------------------------------------- */
.studless.studless__works {
  background-color: #f1fafd;
  padding-bottom: 50px;
}

.studless.studless__works a.studless-btn {
  width: 40%;
  margin: 0 auto;
}

.studless.studless__works .case-archive-list li {
  background-color: #fff;
  padding-left: 0;
}

.studless.studless__works .case-block .container .bx-wrapper {
  margin-bottom: 30px;
}

.studless.studless__works .case-archive-list li .category a {
  margin-left: 20px;
  background-color: #f1fafd;
  border: none;
  display: inline;
}

.studless.studless__works .case-archive-list li h4 {
  text-align: left;
}

.studless.studless__works .case-archive-list li h4 a {
  color: #2766c0;
  margin-left: 20px;
}

/* .studless__faq
----------------------------------------------- */
.studless .studless__faq {
  padding: 50px 0;
}

.studless .studless__faq p.studless-serif-en {
  color: #fff;
}

.studless .studless__faq h2 {
  color: #fff;
  margin-bottom: 50px;
}

.studless .studless__faq .studless__faq__list {
  background-color: #fff;
  margin-bottom: 30px;
}

.studless .studless__faq .studless__faq__list .flex {
  justify-content: flex-start;
  align-items: center;
}

.studless .studless__faq .studless__faq__list__q {
  border-bottom: 1px solid #2766c0;
}

.studless .studless__faq .studless__faq__list__q,
.studless .studless__faq .studless__faq__list__a {
  padding: 10px 20px;
}

.studless .studless__faq .studless__faq__list dt {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  margin-right: 20px;
}

.studless .studless__faq .studless__faq__list__q dt {
  background-color: #f1fafd;
  color: #333;
}

.studless .studless__faq .studless__faq__list__a dt {
  background-color: #2766c0;
  color: #fff;
}

.studless .studless__faq .studless__faq__list dd {
  line-height: 1.75;
}

.studless .studless__faq .studless__faq__list__q dd {
  font-size: 2rem;
  font-weight: bold;
}

.studless .studless__faq .studless__faq__list__a dd {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .studless__news
----------------------------------------------- */
.studless .studless__news {
  padding: 50px 0;
  background-color: #f1fafd;
}

.studless .studless__news .studless__news__ttl {
  margin-bottom: 50px;
}

.studless .studless__news article {
  margin-bottom: 30px;
  background-color: #fff;
}

.studless .studless__news article a {
  display: block;
  padding: 3% 6%;
  font-weight: bold;
}

.studless .studless__news article a:hover {
  opacity: 0.5;
}

.studless .studless__news article .flex {
  justify-content: flex-start;
}

.studless .studless__news article .date {
  margin-right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}

.studless .studless__news article .cate {
  background-color: #f1fafd;
  margin-right: 2em;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px 10px;
  width: 12%;
}

.studless .studless__news article h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 72%;
}

.studless .studless__news article a .archive-contents .flex {
  position: relative;
}

.studless .studless__news article a .archive-contents .flex i {
  position: absolute;
  top: 35%;
  right: 0;
  color: #2766c0;
}

.studless .studless__news article h3 {
  font-size: 1.6rem;
  color: #2766c0;
  line-height: 1.75;
}

/* .studless__area
----------------------------------------------- */
.studless .studless__area h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.studless .studless__area .studless__area__txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.75;
}

/* .studless__service
----------------------------------------------- */
.studless .studless__service {
  padding: 50px 0;
  background-color: #f1fafd;
}

.studless .studless__service__txt {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 50px;
}

.studless .studless__service__box {
  width: 22%;
  margin-bottom: 50px;
}

.studless .studless__service__box h3 {
  font-size: 2rem;
  color: #2766c0;
  margin-bottom: 20px;
}

/* .studless__direct2
----------------------------------------------- */
.studless .studless__direct2 {
  padding: 50px 0;
  background-image: url(images/studless-bg-03.jpg);
  background-size: cover;
  background-position: center;
}

.studless .studless__direct2 p.studless-serif-en {
  color: #fff;
}

.studless .studless__direct2 h2.studless-h2 {
  color: #fff;
}

.studless .studless__direct2 .studless__direct2__txt {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.studless .studless__direct2 .studless__direct2__attention {
  background-color: #fff;
  margin-bottom: 50px;
}

.studless .studless__direct2 .studless__direct2__attention__img {
  width: 35%;
}

.studless .studless__direct2 .studless__direct2__attention__list {
  padding: 23px 40px;
}

.studless .studless__direct2 .studless__direct2__attention__ttl {
  text-align: left;
  margin-bottom: 30px;
  font-size: 2.5rem;
  color: #2766c0;
}

.studless .studless__direct2 .studless__direct2__attention__list li i {
  color: #2766c0;
  margin-right: .5em;
  vertical-align: baseline;
}

.studless .studless__direct2 .studless__direct2__address {
  background-color: #eff7fb;
  padding: 50px;
  border-radius: 10px;
  width: 60%;
  margin: 0 auto;
}

.studless .studless__direct2 .studless__direct2__address h3.studless__direct2__address__ttl {
  text-align: center;
  margin-bottom: 30px;
  color: #2766c0;
  font-size: 2.5rem;
}

.studless .studless__direct2 .studless__direct2__address p.studless__direct2__address__detail {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 30px;
}

.studless .studless__direct2 .studless__direct2__address p.studless__direct2__address__comment {
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}

/* .studless__footer
----------------------------------------------- */
.studless__footer {
  background-color: #2766c0;
}

.studless__footer .footer-box {
  border-radius: 10px;
}

.studless__footer .footer-box h3 {
  color: #2766c0;
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 20px;
}

.studless__footer .footer-box .footer-box-tire {
  margin-bottom: 50px;
}

.studless__footer .footer-spec,
.studless__footer .footer-spec>a,
.studless__footer .footer-spec p a,
.studless__footer .footer-sitemap,
.studless__footer .footer-sitemap h3,
.studless__footer .footer-sitemap li a {
  color: #fff;
}

.studless__footer .footer-sitemap li a:hover {
  color: #fff;
  opacity: .5;
}

.studless__footer .copyright,
.studless__footer .copyright a {
  color: #fff;
}

/* .studless__followcontact
----------------------------------------------- */
.studless__followcontact {
  padding: 15px 0 20px;
  background-color: #56a5df;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
}

.studless__followcontact .container>.flex {
  justify-content: space-evenly;
}

.studless__followcontact .studless__followcontact__fukidashi.sp-hide {
  display: none;
}

.studless__followcontact .studless__followcontact__fukidashi {
  position: relative;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 50px;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.studless__followcontact .studless__followcontact__fukidashi p {
  text-align: center;
  line-height: 1.5;
}

.studless__followcontact .studless__followcontact__fukidashi span {
  color: #ed9e9e;
}

.studless__followcontact .studless__followcontact__fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 98%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

.studless__followcontact .studless__followcontact__tel>.flex {
  justify-content: flex-start;
}

.studless__followcontact .studless__followcontact__tel__message {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1;
  color: #fff;
}

.studless__followcontact .studless__followcontact__tel a {
  display: block;
  font-size: 3.9rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.studless__followcontact .studless__followcontact__tel a:hover {
  opacity: .5;
}

.studless__followcontact .studless__followcontact__tel a i {
  font-size: 4rem;
  margin-right: .25em;
  vertical-align: baseline;
}

.studless__followcontact .studless__followcontact__tel__time {
  margin-right: 1em;
}

.studless__followcontact .studless__followcontact__tel__time,
.studless__followcontact .studless__followcontact__tel__holiday {
  line-height: 1;
  color: #fff;
}

.studless__followcontact .studless__followcontact__tel__time span,
.studless__followcontact .studless__followcontact__tel__holiday span {
  background-color: #2766c0;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px;
  margin-right: .5em;
  font-weight: bold;
  display: inline-block;
}

.studless__followcontact .studless__followcontact__mail__message {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
}

.studless__followcontact .studless__followcontact__mail a {
  display: block;
  background-color: #ed9e9e;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 2.5rem;
  font-weight: bold;
  box-shadow: 0px 10px 0px 0px #a46262;
}

.studless__followcontact .studless__followcontact__mail a:hover {
  transform: translateY(10px);
  box-shadow: none;
  opacity: .8;
}

.studless__followcontact .studless__followcontact__mail i {
  vertical-align: baseline;
  margin-right: .5em;
}

.studless__followcontact .studless__followcontact__mail a p {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.studless__followcontact .studless__followcontact__mail span {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: block;
}

/* ========================================

スタッドレスタイヤ交換 - 下層：会社概要

=========================================== */
/* .studless__company__page
----------------------------------------------- */
.studless .studless__company__page {
  padding-bottom: 100px;
}

.studless .studless__company__page__box {
  width: 48%;
  margin-bottom: 50px;
}

.studless .studless__company__page__box:last-of-type p {
  line-height: 1.75;
  font-size: 1.6rem;
}

.studless .studless__company__page table {
  width: 80%;
  margin: 0 auto;
}

.studless .studless__company__page table th {
  background-color: #333;
  color: #fff;
  padding: 30px 20px;
  border: 1px solid #e6e6e6;
  letter-spacing: .05em;
  vertical-align: middle;
}

.studless .studless__company__page table td {
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  letter-spacing: .05em;
}

/* ========================================

スタッドレスタイヤ交換 - 下層：プライバシーポリシー

=========================================== */
/* .studless__privacy__page
----------------------------------------------- */
.studless__privacy__page {
  padding-bottom: 100px;
}

.studless__privacy__page p {
  line-height: 1.75;
}

.studless__privacy__page h2 {
  margin-bottom: 10px;
  color: #333;
}

/* ========================================

スタッドレスタイヤ交換 - 下層：お問い合わせ（入力・確認・完了）

=========================================== */
.studless__contact__page .studless__contact__list {
  justify-content: center;
}

.studless__contact__page .studless__contact__list .studless__contact__list__tel {
  margin-right: 30px;
}

.studless__contact__page td span {
  font-size: 1.3rem;
}

.studless__contact__page.form .check-privacy a:hover {
  color: #333;
}

.studless__contact__page.form input[name="submitConfirm"],
.studless__contact__page.form input[name="submit"],
.studless__contact__page.form input[type="submit"] {
  background-color: #ed9e9e;
}

.studless__contact__page.form input[type="text"],
.studless__contact__page.form input[type="email"],
.studless__contact__page.form input[type="tel"],
.studless__contact__page.form button,
.studless__contact__page.form textarea {
  border: 1px solid #e6e6e6;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.studless__contact__page.form .mw_wp_form_preview input[name="submitBack"] {
  background: none;
  color: #2766c0;
}

.studless__contact__confirm h2.studless-h2 {
  color: #2766c0;
}

.studless__contact__thanks {
  padding-bottom: 100px;
}

.studless__contact__thanks h2.studless-h2 {
  color: #2766c0;
}

.studless__contact__thanks h3.studless-h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.studless__contact__thanks p {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 50px;
}

.studless__contact__thanks a.studless-btn {
  width: 40%;
  margin: 0 auto;
}

/* ========================================

スタッドレスタイヤ交換 - 下層：施工事例

=========================================== */
.studless__case__breadcrumbs {
  margin-bottom: 20px;
}

.studless__case__page {
  background-color: #f1fafd;
  padding: 50px 0;
}

.studless__case__page .case-archive-list li {
  background-color: #fff;
  padding-left: 0;
}

.studless__case__page .case-block .container .bx-wrapper {
  margin-bottom: 30px;
}

.studless__case__page .case-archive-list li .category a {
  margin-left: 20px;
  background-color: #f1fafd;
  border: none;
  display: inline;
}

.studless__case__page .case-archive-list li h4 {
  text-align: left;
}

.studless__case__page .case-archive-list li h4 a {
  color: #2766c0;
  margin-left: 20px;
}

.studless__case__page .newsSort {
  font-weight: bold;
  margin-bottom: 30px;
}

.studless__case__page .newsSort p {
  text-align: right;
}

.studless__case__single {
  padding-bottom: 100px;
}

.studless__case__single.case-detail .post-date {
  margin-bottom: 50px;
}

.studless__case__single .flex .case-detail__data {
  width: 48%;
}

.studless__case__single .flex .case-detail__contents {
  width: 50%;
}

/* ===================================================================================================================


　tablet


=================================================================================================================== */
/* ---------------------
　820px以下
---------------------- */
@media screen and (max-width: 820px) {
  .studless__billboard {
    position: relative;
  }

  header .container>.flex>h1 {
    width: 70%;
  }

  header .flex .flex {
    display: none;
  }

  .studless .studless__exchange__box .studless__exchange__tit {
    font-size: 2.5rem;
  }

  .studless .studless__exchange__box .studless__exchange__txt {
    text-align: left;
  }

  .studless .studless__contact .studless__contact__list {
    justify-content: space-evenly;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__fukidashi {
    width: 28%;
  }

  .studless .studless__maker .studless__maker__message__txt {
    font-size: 2rem;
  }

  .studless .studless__pro__txt {
    top: 0px;
    width: 100%;
  }

  .studless .studless__pro__img {
    display: none;
  }

  .studless .studless__snowroad2 .studless__snowroad2__message__txt {
    font-size: 2rem;
  }

  .studless .studless__safety__txt {
    width: 100%;
  }

  .studless .studless__safety__wrapper:first-of-type .studless__safety__img {
    display: none;
  }

  .studless .studless__safety__wrapper:last-of-type .studless__safety__img {
    display: none;
  }

  .studless .studless__direct2 .studless__direct2__attention__img {
    margin: 0 auto;
  }

  .studless__followcontact .studless__followcontact__fukidashi {
    font-size: 1rem;
    width: 15%;
  }

  .studless__followcontact .studless__followcontact__tel {
    width: 32%;
  }

  .studless__followcontact .studless__followcontact__tel__message {
    font-size: 1rem;
  }

  .studless__followcontact .studless__followcontact__tel a {
    font-size: 2.5rem;
  }

  .studless__followcontact .studless__followcontact__tel a i {
    font-size: 2.5rem;
  }
}

/* ---------------------
　768px以下
---------------------- */
@media screen and (max-width: 768px) {
  .studless__followcontact .studless__followcontact__tel {
    width: 28%;
  }

  .studless .studless__no1__txt {
    height: 520px;
  }
}


/* ===================================================================================================================


　sp


=================================================================================================================== */
/* ---------------------
　767px以下
---------------------- */
@media screen and (max-width: 767px) {
  #header.studless__header h1 {
    font-size: 2.5rem;
    text-align: left;
  }

  .studless__followcontact {
    padding: 5px 0 10px;
  }

  .studless__followcontact .studless__followcontact__fukidashi.pc-hide {
    display: none;
  }

  .studless__followcontact .studless__followcontact__fukidashi.sp-hide {
    display: block;
    width: 50%;
  }

  .studless__followcontact .studless__followcontact__fukidashi {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .studless__followcontact .studless__followcontact__fukidashi::before {
    top: 50%;
    left: 44%;
    margin-top: 0px;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
  }

  .studless__followcontact .studless__followcontact__tel__message {
    display: none;
  }

  .studless__followcontact .studless__followcontact__tel a i {
    font-size: 2rem;
  }

  .studless__followcontact__tel {
    width: 48%;
  }

  .studless__followcontact .studless__followcontact__tel {
    width: 48%;
  }

  .studless__followcontact .studless__followcontact__tel a {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .studless__followcontact .studless__followcontact__tel__time span,
  .studless__followcontact .studless__followcontact__tel__holiday span {
    font-size: 1rem;
    padding: 3px;
  }

  .studless__followcontact .studless__followcontact__tel__time {
    margin-right: 0;
    margin-bottom: 3px;
  }

  .studless__followcontact .studless__followcontact__tel__time,
  .studless__followcontact .studless__followcontact__tel__holiday {
    font-size: 1.3rem;
  }

  .studless__followcontact__mail {
    width: 48%;
    margin-top: -12px;
  }

  .studless__followcontact .studless__followcontact__mail__message {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .studless__followcontact .studless__followcontact__mail a {
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 1.3rem;
  }

  .studless__followcontact .studless__followcontact__mail a p {
    margin-bottom: 5px;
  }

  .studless__followcontact .studless__followcontact__mail span {
    font-size: 1rem;
  }

  .studless__billboard .studless__billboard__tire p {
    right: 65.3vw;
  }

  .studless__billboard .studless__billboard__tire p,
  .studless__billboard .studless__billboard__wheel p {
    font-size: 3.6vw;
  }

  .studless__billboard p.studless__billboard__area {
    font-size: 4vw;
  }

  .studless__billboard .studless__billboard__tire p.studless__billboard__14inch {
    top: 82.5%;
  }

  .studless__billboard .studless__billboard__tire p.studless__billboard__15inch {
    top: 87%;
  }

  .studless__billboard .studless__billboard__tire p.studless__billboard__16inch {
    top: 91.5%;
  }

  .studless__billboard .studless__billboard__wheel p.studless__billboard__small {
    top: 58.5%;
    right: 16.5vw;
  }

  .studless__billboard .studless__billboard__wheel p.studless__billboard__big {
    top: 76.5%;
    right: 16.8vw;
  }

  .studless p.studless-serif-en {
    font-size: 2rem;
    margin-bottom: 0px;
  }

  .studless h2.studless-h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .studless h2.studless-h2 span {
    font-size: 2.5rem;
  }

  .studless .studless-h2-obi {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .studless .studless-h2-obi h2.studless-h2 {
    margin-bottom: 0;
  }

  .studless .studless-h2-obi p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .studless a.studless-btn {
    padding: 20px;
    font-size: 1.6rem;
  }

  .studless a.studless-btn i {
    font-size: 2rem;
  }

  .studless .studless__exchange {
    padding: 50px 0;
  }

  .studless__exchange .container>.flex {
    display: block;
  }

  .studless .studless__exchange__box {
    width: 100%;
    margin-bottom: 30px;
  }

  .studless .studless__exchange__box .studless__exchange__tit {
    margin-bottom: 0;
    font-size: 2rem;
    padding: 10px;
  }

  .studless .studless__exchange__box .studless__exchange__img {
    margin-bottom: 10px;
  }

  .studless .studless__contact h2.studless-h2 {
    margin-bottom: 10px;
  }

  .studless .studless__contact .studless__contact__txt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .studless .studless__contact .studless__contact__list {
    padding: 20px;
  }

  .studless__contact__list__tel {
    margin-bottom: 30px;
    width: 100%;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__tel__message {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__tel a {
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 1;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__tel a i {
    font-size: 3rem;
  }

  .studless__contact__list__mail {
    margin-bottom: 30px;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__mail__message {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__mail {
    width: 100%;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__mail a {
    padding: 20px;
    font-size: 2rem;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__fukidashi {
    width: 100%;
  }

  .studless .studless__contact .studless__contact__list .studless__contact__list__fukidashi::before {
    top: -10px;
    left: 45%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fbf7ef;
  }

  .studless .studless__maker .studless__maker__message__txt {
    font-size: 1.6rem;
  }

  .studless .studless__maker .studless__maker__message::before,
  .studless .studless__maker .studless__maker__message::after {
    display: none;
  }

  .studless .studless__step {
    padding: 50px 0;
  }

  .studless .studless__step .studless__step__list {
    border-radius: 10px;
    padding: 20px;
    width: 100%;
  }

  .studless .studless__step .studless__step__box:first-of-type,
  .studless .studless__step .studless__step__box:last-of-type {
    width: 100%;
  }

  .studless .studless__step .studless__step__box:nth-of-type(2) {
    transform: rotate(90deg);
    margin: 10px 0;
  }

  .studless .studless__direct {
    padding-bottom: 50px;
  }

  .studless__direct .container>.flex {
    display: block;
  }

  .studless .studless__direct__box {
    width: 100%;
    margin-bottom: 20px;
  }

  .studless .studless__direct__box:last-of-type p {
    line-height: 1.75;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .studless .studless__direct__box:last-of-type p span {
    font-size: 1.3rem;
  }

  .studless .studless__price {
    padding: 50px 0;
  }

  .studless .studless__price__table {
    overflow-x: scroll;
  }

  .studless .studless__price table {
    width: 1000px;
  }

  .studless .studless__worry .flex {
    display: block;
  }

  .studless .studless__worry__img {
    width: 80%;
    margin: 0 auto 30px;
  }

  .studless .studless__worry__fukidashi {
    width: 100%;
    padding: 30px 40px;
  }

  .studless .studless__worry__fukidashi li {
    font-size: 1.6rem;
  }

  .studless .studless__worry__fukidashi::before {
    top: -10px;
    left: 45%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fbf7ef;
  }

  .studless .studless__solution {
    padding: 150px 0 50px;
  }

  .studless .studless__solution .flex {
    display: block;
  }

  .studless .studless__solution__box:first-of-type {
    margin-bottom: 30px;
  }

  .studless .studless__solution__box:first-of-type,
  .studless .studless__solution__box:last-of-type {
    width: 100%;
  }

  .studless .studless__solution__box:first-of-type .studless__solution__tit,
  .studless .studless__solution__box:last-of-type .studless__solution__tit {
    margin-bottom: 0;
  }

  .studless .studless__feature {
    padding: 50px 0;
  }

  .studless__feature .container>.flex {
    display: block;
  }

  .studless .studless__feature__box {
    width: 100%;
    margin-bottom: 30px;
  }

  .studless .studless__feature__box .studless__feature__tit {
    margin-bottom: 0;
  }

  .studless .studless__snowroad .flex {
    display: block;
  }

  .studless .studless__snowroad__list {
    width: 100%;
    margin-bottom: 30px;
  }

  .studless .studless__snowroad .studless__snowroad__message__txt {
    font-size: 1.6rem;
  }

  .studless .studless__snowroad .studless__snowroad__message::before,
  .studless .studless__snowroad .studless__snowroad__message::after {
    display: none;
  }

  .studless .studless__pro {
    padding: 50px 0 250px;
  }

  .studless .studless__pro__txt {
    padding: 30px;
    top: 0;
    width: 100%;
    height: 340px;
  }

  .studless .studless__pro__txt h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .studless .studless__pro__txt p {
    line-height: 1.5;
    font-size: 1.6rem;
  }

  .studless .studless__pro__img {
    top: 360px;
    width: 100%;
    display: block;
  }

  .studless .studless__pro__comment {
    display: none;
  }

  .studless .studless__reason {
    padding: 50px 0 20px;
  }

  .studless .studless__reason__box {
    width: 100%;
  }

  .studless .studless__reason__box .studless__reason__tit {
    margin-bottom: 0;
  }

  .studless .studless__snowroad2__list {
    width: 100%;
    margin-bottom: 30px;
  }

  .studless .studless__snowroad2 .studless__snowroad2__message::before,
  .studless .studless__snowroad2 .studless__snowroad2__message::after {
    display: none;
  }

  .studless .studless__snowroad2 .flex {
    margin-bottom: 20px;
  }

  .studless .studless__snowroad2 .studless__snowroad2__message__txt {
    font-size: 1.6rem;
    padding: 0;
  }

  .studless .studless__timing {
    padding: 50px 0;
  }

  .studless .studless__timing__box {
    width: 100%;
    margin-bottom: 30px;
  }

  .studless .studless__timing__box:last-of-type h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .studless .studless__timing__box:last-of-type p {
    font-size: 1.6rem;
  }

  .studless .studless__timing__lifespan .flex .flex {
    width: 100%;
    margin-bottom: 20px;
  }

  .studless .studless__timing__lifespan h3 {
    margin-bottom: 0;
  }

  .studless .studless__timing__lifespan .studless__timing__lifespan__detail {
    width: 100%;
  }

  .studless .studless__timing__lifespan>.flex {
    padding: 20px;
  }

  .studless .studless__anxiety__box {
    width: 100%;
    padding: 20px;
  }

  .studless .studless__anxiety__box .flex {
    margin-bottom: 10px;
  }

  .studless .studless__safety {
    padding: 50px 0 30px;
  }

  .studless .studless__safety__txt {
    padding: 30px;
    top: 0px;
    width: 100%;
    height: 510px;
  }

  .studless .studless__safety__txt p {
    font-size: 1.6rem;
  }

  .studless .studless__safety__img {
    top: 530px;
    width: 100%;
  }

  .studless .studless__safety__wrapper:first-of-type .studless__safety__img {
    display: block;
  }

  .studless .studless__safety__wrapper {
    height: 840px;
  }

  .studless .studless__safety__wrapper:last-of-type .studless__safety__txt {
    height: 530px;
  }

  .studless .studless__safety__wrapper:last-of-type .studless__safety__img {
    top: 550px;
    display: block;
  }

  .studless .studless__voice__box {
    width: 100%;
    padding: 20px;
  }

  .studless .studless__voice__box .flex {
    margin-bottom: 10px;
  }

  .studless.studless__works a.studless-btn {
    width: 100%;
  }

  .studless .studless__faq {
    padding: 50px 0 20px;
  }

  .studless .studless__faq .studless__faq__list__q,
  .studless .studless__faq .studless__faq__list__a {
    padding: 10px;
  }

  .studless .studless__faq .studless__faq__list dt {
    font-size: 1.6rem;
    padding: 5px 12px;
    margin-right: 10px;
  }

  .studless .studless__faq .studless__faq__list__q dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .studless .studless__faq .studless__faq__list .flex {
    flex-wrap: nowrap;
  }

  .studless .studless__faq .studless__faq__list__a dd {
    line-height: 1.5;
  }

  .studless .studless__news {
    padding: 50px 0 20px;
  }

  .studless .studless__news article a {
    padding: 3%;
  }

  .studless .studless__news article .date {
    margin-right: 1em;
  }

  .studless .studless__news article .cate {
    margin-right: 0;
    width: 40%;
    margin: 5px 0 15px;
  }

  .studless .studless__news article h3 {
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
  }

  /* .studless__no1
----------------------------------------------- */
  .studless .studless__no1 {
    padding: 100px 0;
  }

  .studless .studless__no1__txt h3 span {
    font-size: 2.5rem;
  }

  .studless .studless__no1__img {
    top: -60px;
    width: 100%;
  }

  .studless .studless__no1__txt {
    top: 220px;
    width: 100%;
    height: 410px;
  }

  .studless .studless__no1__txt p {
    font-size: 1.6rem;
  }

  .studless .studless__area h3 {
    margin-bottom: 10px;
    text-align: left;
  }

  .studless .studless__area .studless__area__txt {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .studless .studless__service__txt {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .studless .studless__service__box {
    width: 48%;
    margin-bottom: 30px;
  }

  .studless .studless__service__box h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .studless .studless__direct2 .studless__direct2__txt {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .studless .studless__direct2 .studless__direct2__attention__list {
    padding: 20px 30px;
  }

  .studless .studless__direct2 .studless__direct2__attention__img {
    width: 100%;
  }

  .studless .studless__direct2 .studless__direct2__attention__ttl {
    text-align: left;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .studless .studless__direct2 .studless__direct2__address {
    padding: 20px;
    width: 100%;
  }

  .studless .studless__direct2 .studless__direct2__address h3.studless__direct2__address__ttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .studless .studless__direct2 .studless__direct2__address p.studless__direct2__address__detail {
    padding: 20px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .studless .studless__direct2 .studless__direct2__address p.studless__direct2__address__comment {
    text-align: left;
    line-height: 1.5;
  }

  .studless__footer .footer-box h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .studless__footer .footer-box .footer-box-tire {
    margin-bottom: 20px;
  }

  footer.studless__footer {
    padding: 30px 0 90px;
  }

  .studless__drawer .studless__drawer__list__tel__message {
    font-size: 1.6rem;
  }

  .studless__drawer .studless__drawer__list__tel a {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }

  .studless__drawer .studless__drawer__list__tel a i {
    font-size: 2.5rem;
  }

  .studless__drawer .studless__drawer__list__tel {
    padding: 10px;
  }

  .studless__drawer .studless__drawer__list__mail {
    padding: 10px 10px 20px;
  }

  .studless__drawer .studless__drawer__list__mail__message {
    font-size: 1.6rem;
  }

  .studless__drawer .studless__drawer__list__mail a {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.8rem;
  }

  .studless__drawer .studless__drawer__list__mail a p {
    margin-bottom: 5px;
  }

  .studless__drawer .studless__drawer__list__mail span {
    font-size: 1.3rem;
  }

  .studless__breadcrumbs {
    margin-top: -10px;
  }

  .studless .studless__company__page__box {
    width: 100%;
    margin-bottom: 20px;
  }

  .studless .studless__company__page table {
    width: 100%;
  }

  .studless .studless__company__page table th,
  .studless .studless__company__page table td {
    padding: 20px 20px;
    display: block;
  }

  .studless .studless__company__page {
    padding-bottom: 50px;
  }

  .studless__case__single .flex .case-detail__data {
    width: 100%;
    margin-bottom: 10px;
  }

  .studless__case__single .flex .case-detail__contents {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .studless__case__single.case-detail .post-date {
    margin-bottom: 10px;
  }

  .studless__case__single {
    padding-bottom: 0px;
  }

}

/* ---------------------
　414px以下
---------------------- */
@media screen and (max-width: 414px) {
  .studless__followcontact .studless__followcontact__mail a {
    padding: 10px 5px;
  }

}

/* ---------------------
　390px以下
---------------------- */
@media screen and (max-width: 390px) {
  .studless__followcontact .studless__followcontact__mail a {
    font-size: 1rem;
  }

}

/* ---------------------
　375px以下
---------------------- */
@media screen and (max-width: 375px) {
  .studless .studless__contact .studless__contact__list .studless__contact__list__mail a {
    font-size: 1.8rem;
  }

}

/* スタッドレスのCSSで国産輸入車ページのナビゲーション内の電話ボタンが消えるので書き直し */
@media screen and (max-width: 820px) {
  .drawer-nav .common-contact-tel .flex {
    display: contents;
  }
}

.grecaptcha-badge {
  bottom: 160px !important;
}

@media screen and (max-width: 991px) {
  .grecaptcha-badge {
    bottom: 120px !important;
  }
}

/* 相互バナー用スタイル 2025/07/16 追加*/

.service_banner .footer_banner_wrapper {
  display: flex;
  gap: 10px 20px;
}

.banner_link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .service_banner .footer_banner_wrapper {
    flex-direction: column;
  }
}



/*===========================
=============================
 google口コミ追加
=============================
===========================*/

.footer-voice {
  padding: 80px 0 60px;
}

.footer-voice__title {
  color: #dae2f1;
  margin-bottom: 60px;
}

.footer-voice__title rt {
  font-size: .6em;
  color: #0068B7;
  top: .5em;
  position: relative;
  z-index: 1;
}

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

  .footer-voice {
    padding-bottom: 30px;
  }

  .footer-voice__title {
    margin-bottom: 40px;
  }
}