@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル　アイコン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-price #visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/price/title-icon-left.png") no-repeat;
  width: 365px;
  height: 215px;
  background-size: 365px 215px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-price #visual .body::before {
    background: url("../../_images/price/title-icon-left.png") no-repeat;
    width: 182px;
    height: 107px;
    background-size: 182px 107px;
  }
}

/* ****************************************************************************************************
   * 料金について（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-parent {
  background: var(--c-front-bg);
} 
#price-top {
  position: relative;
  padding-bottom: 120px;
}
#price-top .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #price-top {
    position: relative;
    padding-top: 2rem !important;
  }
  #price-top .subtitle {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#price-top .layout-flex-2 {
  margin-top: 60px;
  justify-content: center;
  column-gap: 40px;
}

#price-top .layout-flex-2 li {
  background: #fff;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.75);
  transition: transform .3s ease;
}
#price-top .layout-flex-2 li:hover {
  transform: scale(1.1);
}

#price-top .layout-flex-2 li a {
  opacity: 1;
}
#price-top .layout-flex-2 li:nth-child(n+3) {
  margin-top: 60px;
}

#price-top .layout-flex-2 li picture {
  position: relative;
  display: block;
  border-radius: 20px;
  text-align: center;
}
#price-top .layout-flex-2 li picture img {}


#price-top .layout-flex-2 p.caption {
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 2.7rem;
  margin-top: 1em;
  padding-bottom: 50px;
  transition: transform .3s ease;
}
#price-top .layout-flex-2 p.caption span {
  background: linear-gradient(transparent 40%, var(--c-yellow) 40%);
}

#price-top .layout-flex-2 p.caption::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-right-l.png") no-repeat;
  width: 41px;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  transform: translateY(0);
  transition: 0.2s left;
  margin: 0 auto;
}
#price-top .layout-flex-2 li:hover p.caption::after {
  left: 0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #price-top .layout-flex-2 {
    margin-top: 60px;
    justify-content: center;
    column-gap: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #price-top .layout-flex-2 {
    margin-top: 30px;
    justify-content: center;
  }
  #price-top .layout-flex-2 > * ~ * {
    margin-top: 0;
  }
  #price-top .layout-flex-2 li {
    max-width: /*255px*/100%;
    margin: 0 2% 40px;
  }
  #price-top .layout-flex-2 li:nth-child(n+3) {
    margin-top: 0;
  }
  #price-top .layout-flex-2 p.caption {
    font-size: 2.2rem;
    margin-top: 0.5em;
    padding-bottom: 30px;
    line-height: 1.4;
  }
  #price-top .layout-flex-2 p.caption::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-right-l.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    transform: translateY(0);
    transition: 0.2s left;
    margin: 0 auto;
  }
}


/* ****************************************************************************************************
   * 共通タイトル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 小見出し（グレー）
/* ------------------------------------------------------------------------------------------------- */

.price #cost .title-2 span {
  margin-left: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price #cost .title-2 span {
    margin-left: 0;
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.page-child
.price .title-area .subtitle span::before {
  background: url("../../_images/_common/title-line-left.png") no-repeat;
  width: 34px;
  height: 60px;
  background-size: 34px 60px;
}
.page-child
.price .title-area .subtitle span::after {
  background: url("../../_images/_common/title-line-right.png") no-repeat;
  width: 34px;
  height: 60px;
  background-size: 34px 60px;
}

#price-top .subtitle .br-sp {
  line-height: 1;
  padding: 0;
}
#price-top .subtitle .br-sp::before,
#price-top .subtitle .br-sp::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-child
  .price .title-area .subtitle span::before {
    background: url("../../_images/_common/title-line-left.png") no-repeat;
    width: 17px;
    height: 30px;
    background-size: 17px 30px;
    left: -8px;
  }
  .page-child
  .price .title-area .subtitle span::after {
    background: url("../../_images/_common/title-line-right.png") no-repeat;
    width: 17px;
    height: 30px;
    background-size: 17px 30px;
    right: -8px;
  }
}

/* ****************************************************************************************************
   * 料金一覧（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .price {
  position: relative;
  padding-top: 50px;
  padding-right: 1em;
  width: /*1120px*/1140px;
}

.layout-flex .price .body {
  max-width: 1080px;
  padding: 0 !important;
  margin: 0 !important;
}

.layout-flex .price section ~ section {
  margin-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .price {
    position: relative;
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .price {
    position: relative;
    width: /*auto*/100%;
    margin: 0 auto;
    padding: 50px 1em 0;
  }
  .layout-flex .price .body {
    max-width: 1080px;
    padding: 0 !important;
    margin: 0 auto !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .price {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding-top: 2em !important;
  }
  .layout-flex .price section ~ section {
    margin-top: 60px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .price #cost .subtitle .color-1 {
  color: #ff0000;
  padding: 0;
}
.layout-flex .price #cost .subtitle .color-1::before,
.layout-flex .price #cost .subtitle .color-1::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .price #cost .subtitle .color-1 {
    color: #ff0000;
    padding: 0;
    display: block;
  }
}

/* ****************************************************************************************************
   * 黄色枠ボックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.price .box {
  position: relative;
  margin-top: 70px;
  background: #fff;
  border-radius: 20px;
  border: 10px solid var(--c-yellow);
  padding: 40px 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .box {
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    border: 10px solid var(--c-yellow);
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.price .box .title-3 {
  font-size: 4.0rem;
  color: var(--c-blue);
  font-weight: 900;
  text-align: center;
  line-height: 1;
/*  animation: pikopiko 2s steps(2, start) infinite;*/
  margin-bottom: 40px;
}
.price .box .title-3 span {
  position: relative;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .box .title-3 { 
    font-size: 2.2rem;
    color: var(--c-blue);
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.price .box .title-3 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/staff-icon-1.png") no-repeat;
  width: 109px;
  height: 119px;
  position: absolute;
  top: 0;
  left: -120px;
  margin-top: -80px;
  animation: pikopiko 2s steps(2, start) infinite;
}
.price .box .title-3 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/attention.png") no-repeat;
  width: 80px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-70%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .box .title-3 span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/staff-icon-1.png") no-repeat;
    width: 54px;
    height: 59px;
    background-size: 54px 59px;
    position: absolute;
    top: 0;
    left: -60px;
    margin-top: -40px;
    animation: pikopiko 2s steps(2, start) infinite;
  }
  .price .box .title-3 span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/attention.png") no-repeat;
    width: 40px;
    height: 35px;
    background-size: 40px 35px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-70%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内項目
/* ------------------------------------------------------------------------------------------------- */

.price .box .contents.layout-2 {}

.price .box .contents .detail {
  max-width: 710px;
  width: 80%;
}

.price .box .contents .detail .item {}
.price .box .contents .detail .item ~ .item {
  margin-top: 30px;
}

.price .box .contents .detail .item .title {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.price .box .contents .detail .item .title::before {
  content: "";
  display: block;
  background: url("../../_images/_common/check-icon.png") no-repeat;
  width: 35px;
  height: 28px;
  background-size: 35px 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.price .box .contents .detail .item .text {
  font-size: 1.6rem;
}
.price .box .contents picture {
  width: 20%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .box .contents .detail {
    max-width: 100%;
    width: 100%;
  }
  .price .box .contents .detail .item .title {
    font-size: 1.8rem;
    padding-left: 1.2em;
  }
  .price .box .contents .detail .item .title::before {
    background: url("../../_images/_common/check-icon.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    margin-top: 7px;
  }
  .price .box .contents picture {
    width: 100%;
    display: block;
    margin: 1em auto 0;
    text-align: center;
  }
}


/* ****************************************************************************************************
   * グレー背景ボックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.price .inner-box {
  position: relative;
  background: var(--c-bg);
  padding: 60px;
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box {
    position: relative;
    background: var(--c-bg);
    padding: 30px;
    border-radius: 10px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box {
    position: relative;
    background: var(--c-bg);
    padding: 20px;
    border-radius: 10px;
  }
  body.page-fee
  .price .inner-box {
    position: relative;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

/* 車種*/
.price .inner-box .item .title-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.price .inner-box .item.type-normal .title-2::before {
  background: url("../../_images/price/fee/type-1-1.png") no-repeat;
  width: 192px;
  height: 70px;
}
.price .inner-box .item.type-large .title-2::before {
  background: url("../../_images/price/fee/type-1-2.png") no-repeat;
  width: 129px;
  height: 80px;
}
.price .inner-box .item.type-mtat .title-2::before {
  background: url("../../_images/price/fee/type-1-3.png") no-repeat;
  width: 157px;
  height: 70px;
}
.price .inner-box .item.type-motorcycle .title-2::before {
  background: url("../../_images/price/fee/type-1-4.png") no-repeat;
  width: 146px;
  height: 80px;
}
.price .inner-box .item.type-4wd .title-2::before {
  background: url("../../_images/price/fee/type-1-5.png") no-repeat;
  width: 153px;
  height: 100px;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item .title-2::before {
    display: none;
  }
}


/* ホイール*/
.price .inner-box .item .title-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.price .inner-box .item.type-normal .title-2::after {
  background: url("../../_images/price/fee/wheel-1-1.png") no-repeat;
  width: 111px;
  height: 70px;
}
.price .inner-box .item.type-large .title-2::after {
  background: url("../../_images/price/fee/wheel-1-2.png") no-repeat;
  width: 94px;
  height: 80px;
}
.price .inner-box .item.type-mtat .title-2::after {
  background: url("../../_images/price/fee/wheel-1-3.png") no-repeat;
  width: 118px;
  height: 80px;
}
.price .inner-box .item.type-motorcycle .title-2::after {
  background: url("../../_images/price/fee/wheel-1-4.png") no-repeat;
  width: 69px;
  height: 80px;
}
.price .inner-box .item.type-4wd .title-2::after {
  background: url("../../_images/price/fee/wheel-1-5.png") no-repeat;
  width: 115px;
  height: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item .title-2::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.price .inner-box .item ~ .item {
  margin-top: 90px !important;
}

.price #maintenance .inner-box .item ~ .item {
  margin-top: 60px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item ~ .item {
    margin-top: 40px !important;
  }
  
  .price #maintenance .inner-box .item ~ .item {
    margin-top: 30px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル（黄色吹き出し）
/* ------------------------------------------------------------------------------------------------- */

.price .inner-box .item .text-area {
  text-align: center;
}
.price .inner-box .item .text {
  position: relative;
  color: var(--c-yellow);
  background: var(--c-blue);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding: 0.2em;
  line-height: 1.6;
  display: inline-block;
}
.price .inner-box .item .text::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid var(--c-blue);
}
.price .inner-box .item .text-1 {
  text-align: center;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item .text {
    position: relative;
    color: var(--c-yellow);
    background: var(--c-blue);
    border-radius: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0.2em 0.5em;
    line-height: 1.6;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item .text-area + .column {
    margin-top: 0;
  }
  .price .inner-box .item .text {
    position: relative;
    color: var(--c-yellow);
    background: var(--c-blue);
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 0.5em;
  }
  .price .inner-box .item .text-1 {
    text-align: left;
    font-size: 1.6rem;
  }
}


/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.price table.data {}

.price .inner-box .item .text-area + table.data {
  margin-top: 0;
}

.price table.data a.question {
  position: relative;
  color: var(--c-blue);
  text-decoration: underline;
}
.price table.data a.question:hover {
  text-decoration: none;
  opacity: 1;
}
.price table.data a.question span {
  padding: 0.15em;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
  border-radius: 9999px;
  background-color: var(--c-blue);
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price table.data a.question span {
    padding: 0.15em;
    color: #fff;
    line-height: 1;
    font-size: 1.2rem;
    border-radius: 9999px;
    background-color: var(--c-blue);
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(0);
    left: 0;
    margin: 0 0 0 0.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 修理可能箇所
/* ------------------------------------------------------------------------------------------------- */

.price #maintenance .inner-box .layout-2 {
  justify-content: space-between;
  align-items: flex-start;
}

.price #maintenance .inner-box .layout-2 .detail {
  max-width: 600px;
  width: 64%;
}
.price #maintenance .inner-box .layout-2 .detail .title-3 {
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--c-blue);
}
.price #maintenance .inner-box .layout-2 .detail .text-2 {
  font-size: 1.6rem;
}

.price #maintenance .inner-box .layout-2 picture {
  width: 33%;
  margin-left: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price #maintenance .inner-box .layout-2 .detail {
    max-width: 600px;
    width: 100%;
  }
  .price #maintenance .inner-box .layout-2 picture {
    width: 100%;
    display: block;
    margin-top: 1em;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.price #maintenance .inner-box .btn-area {
  text-align: center;
  margin-top: 30px;
}
.price #maintenance .inner-box .btn-area .btn {
  text-align: center;
  border: 1px solid #999999;
  padding: 50px 1em;
  border-radius: 30px;
  font-size: 2.5rem;
  width: 510px;
}
.price #maintenance .inner-box .btn-area .btn span {
  position: relative;
  display: inline-block;
  padding-left: 3.5em;
}
.price #maintenance .inner-box .btn-area .btn span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/attention.png") no-repeat;
  width: 80px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.price #maintenance .inner-box .btn-area:hover .btn::after {
  right: 0.2em;
}
.price #maintenance .inner-box .btn-area .btn:hover {
  background: var(--c-yellow);
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price #maintenance .inner-box .btn-area {
    text-align: center;
    margin-top: 1em;
  }
  .price #maintenance .inner-box .btn-area .btn {
    text-align: center;
    border: 1px solid #999999;
    padding: 20px 1em;
    border-radius: 30px;
    font-size: 2.0rem;
    width: 100%;
  }
  .price #maintenance .inner-box .btn-area .btn span {
    position: relative;
    display: inline-block;
    padding-left: 2.5em;
  }
  .price #maintenance .inner-box .btn-area .btn span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/attention.png") no-repeat;
    width: 40px;
    height: 35px;
    background-size: 40px 35px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.page-fee
.price .link-btn {}
.page-fee
.price .link-btn .btn-1 {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-fee
  .price .link-btn .btn-1 {
    width: 100%;
    padding: 15px 1em;
    font-size: 1.6rem;
  }
}

/* ****************************************************************************************************
   * タイヤ交換いろいろなパターン例
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.price .inner-box .item .images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.price .inner-box .item .images .caption {
  text-align: center;
}
.price .inner-box .item .images .caption span {
  position: relative;
  color: var(--c-blue);
  background: var(--c-yellow);
  border-radius: 20px;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 0.2em 0.7em;
  line-height: 1.6;
  display: inline-block;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.price .inner-box .item .layout-flex-2 > .title p {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 0.5em 0.5em 0.5em 3.5em;
}
.price .inner-box .item .layout-flex-2 > .title span {
  font-size: 1.6rem;
  display: block;
  margin-top: 0.5em;
}
.price .inner-box .item .layout-flex-2 > * {
  width: 49%;
}
.price .inner-box .item .layout-flex-2 > :nth-child(n+3) {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item .layout-flex-2 > * {
    width: 100%;
  }
  .price .inner-box .item .layout-flex-2 > * ~ * {
    margin-top: 1em;
  }

  .price .inner-box .item .layout-flex-2 > .title p {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 3.0em;
    line-height: 1.4;
  }
}



.price .inner-box .item .layout-flex-2 > .title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.price .inner-box .item .layout-flex-2 > .title:nth-child(1) p::before {
  background: url("../../_images/_common/step-1.png") no-repeat;
  width: 50px;
  height: 50px;
}
.price .inner-box .item .layout-flex-2 > .title:nth-child(2) p::before {
  background: url("../../_images/_common/step-2.png") no-repeat;
  width: 50px;
  height: 50px;
}
.price .inner-box .item .layout-flex-2 > .title:nth-child(3) p::before {
  background: url("../../_images/_common/step-3.png") no-repeat;
  width: 50px;
  height: 50px;
}
.price .inner-box .item .layout-flex-2 > .title:nth-child(4) p::before {
  background: url("../../_images/_common/step-4.png") no-repeat;
  width: 50px;
  height: 50px;
}
.price .inner-box .item .layout-flex-2 > .title:nth-child(5) p::before {
  background: url("../../_images/_common/step-5.png") no-repeat;
  width: 50px;
  height: 50px;
}
.price .inner-box .item .layout-flex-2 > .title:nth-child(6) p::before {
  background: url("../../_images/_common/step-6.png") no-repeat;
  width: 50px;
  height: 50px;
}
.price .inner-box .item .layout-flex-2 > .title:nth-child(7) p::before {
  background: url("../../_images/_common/step-7.png") no-repeat;
  width: 50px;
  height: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item .layout-flex-2 > .title:nth-child(1) p::before {
    background: url("../../_images/_common/step-1.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .price .inner-box .item .layout-flex-2 > .title:nth-child(2) p::before {
    background: url("../../_images/_common/step-2.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .price .inner-box .item .layout-flex-2 > .title:nth-child(3) p::before {
    background: url("../../_images/_common/step-3.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .price .inner-box .item .layout-flex-2 > .title:nth-child(4) p::before {
    background: url("../../_images/_common/step-4.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .price .inner-box .item .layout-flex-2 > .title:nth-child(5) p::before {
    background: url("../../_images/_common/step-5.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .price .inner-box .item .layout-flex-2 > .title:nth-child(6) p::before {
    background: url("../../_images/_common/step-6.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .price .inner-box .item .layout-flex-2 > .title:nth-child(7) p::before {
    background: url("../../_images/_common/step-7.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 価格
/* ------------------------------------------------------------------------------------------------- */

.price .inner-box .item .contents.layout-2 {
  max-width: 560px;
  margin: 0 auto;
  align-items: center;
}
.price .inner-box .item .contents.layout-2 .images {
  width: 30%;
}
.price .inner-box .item .contents.layout-2 .detail {
  width: 60%;
  text-align: center;
}

.price .inner-box .item .contents.layout-2 .detail .text {
  width: 100%;
}
.price .inner-box .item .contents.layout-2 .detail .tax {
  font-weight: bold;
}

.price .inner-box .item .contents.layout-2 .detail .tax small {
  font-size: 1.6rem;
  margin-left: 0.5em;
}

.price .inner-box .item .contents.layout-2 .detail .tax span {
  font-size: 4.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item .contents.layout-2 {
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  .price .inner-box .item .contents.layout-2 .images {
    width: 100%;
    text-align: center;
  }
  .price .inner-box .item .contents.layout-2 .images img {
    width: 75px;
  }
  .price .inner-box .item .contents.layout-2 .detail {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 1em;
  }
  
  .price .inner-box .item .contents.layout-2 .detail .tax small {
    font-size: 1.4rem;
    margin-left: 0.5em;
  }
  .price .inner-box .item .contents.layout-2 .detail .tax span {
    font-size: 3.0rem;
  }
}

/* 横長バージョン*/
.price .inner-box .item .contents.layout-2.row {
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
}
.price .inner-box .item .contents.layout-2.row .images {
  width: 17%;
}
.price .inner-box .item .contents.layout-2.row .detail {
  width: 45%;
  text-align: center;
}
.price .inner-box .item .contents.layout-2.row .content {
  width: 30%;
  margin-left: 3%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price .inner-box .item .contents.layout-2.row {
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  .price .inner-box .item .contents.layout-2.row .images {
    width: 100%;
    text-align: center;
  }
  .price .inner-box .item .contents.layout-2.row .images img {
    width: 75px;
  }
  .price .inner-box .item .contents.layout-2.row .detail {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 1em;
  } 
  .price .inner-box .item .contents.layout-2.row .content {
    width: 100%;
    margin-left: 0;
    text-align: center;
    display: block;
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 車両への取付なし作業　持帰りプラン10%引き
/* ------------------------------------------------------------------------------------------------- */

.price #takeout {
  margin-top: 140px;
}
.price #takeout .lead .title-area .title-1 span {
  margin-left: 1em;
}
.price #takeout .images .caption span {
  background: #c30d23;
  color: #fff;
  font-weight: bold;
}
.price #takeout .inner-box .item .layout-flex-2 > .title p span {
  font-size: 2.0rem;
  display: inline-block;
  margin-top: 0;
  background: var(--c-yellow);
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price #takeout {
    margin-top: 60px;
  }
  .price #takeout .lead .title-area .title-1 span {
    margin-left: 0;
  }
  .price #takeout .inner-box .item .layout-flex-2 > .title p span {
    font-size: 1.6rem;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 車両への取付なし作業　予約フリープラン20%引き
/* ------------------------------------------------------------------------------------------------- */

.price #free {
  margin-top: 140px;
}
.price #free .lead .title-area .title-1 span {
  margin-left: 1em;
}
.price #free .images .caption span {
  background: #c30d23;
  color: #fff;
  font-weight: bold;
}
.price #free .inner-box .item .layout-flex-2 > .title p span {
  font-size: 2.0rem;
  display: inline-block;
  margin-top: 0;
  background: var(--c-yellow);
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price #free {
    margin-top: 60px;
  }
  .price #free .lead .title-area .title-1 span {
    margin-left: 0;
  }
  .price #free .inner-box .item .layout-flex-2 > .title p span {
    font-size: 1.6rem;
  }
}


/* ****************************************************************************************************
   * 大口径・特殊作業
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.price [id^="special-"] ~ [id^="special-"] {
  margin-top: 90px;
}
.price .contents.layout-flex-2 .detail {}

.price .contents.layout-flex-2 .content {}

.price .contents.layout-flex-2 .content .images {
  text-align: center;
}
.price .contents.layout-flex-2 .content .images ~ .images {
  margin-top: 20px;
}
.price .contents.layout-flex-2 .content iframe {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.price .contents.layout-flex-2 .content .caption {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .price .contents.layout-flex-2 {
    display: block;
  }
  .price .contents.layout-flex-2 > * {
    width: 100%;
  }
  .price .contents.layout-flex-2 .content {
    margin-top: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price [id^="special-"] ~ [id^="special-"] {
    margin-top: 60px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.price .contents.layout-flex-2 .detail .text-area {
  text-align: center;
}
.price .contents.layout-flex-2 .detail .text-area ~ .text-area {
  margin-top: 40px;
}
.price .contents.layout-flex-2 .detail .text-area .text {
  position: relative;
  color: var(--c-yellow);
  background: var(--c-blue);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding: 0.2em 1em;
  line-height: 1.6;
  display: inline-block;
}
.price .contents.layout-flex-2 .detail .text-area .text::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price .contents.layout-flex-2 .detail .text-area ~ .text-area {
    margin-top: 20px;
  }
  .price .contents.layout-flex-2 .detail .text-area .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 価格
/* ------------------------------------------------------------------------------------------------- */

.price .contents.layout-flex-2 .detail .tax {
  font-weight: bold;
  text-align: center;
}

.price .contents.layout-flex-2 .detail .tax small {
  font-size: 1.6rem;
  margin-left: 0.5em;
}

.price .contents.layout-flex-2 .detail .tax span {
  font-size: 4.0rem;
}
.price .contents.layout-flex-2 .detail .tax .align-c {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price .contents.layout-flex-2 .detail .tax span {
    font-size: 3.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 注意事項
/* ------------------------------------------------------------------------------------------------- */

.price .attention {
  position: relative;
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
  border: 10px solid var(--c-yellow);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.price .attention .icon {
  min-width: 100px;
  margin-right: 1em;
}
.price .attention p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
}
.price .attention p span {
  display: initial;
  margin-top: 0;
  background: var(--c-yellow);
  line-height: 1.2;
}

.price .attention ul {}
.price .attention ul li {
  font-weight: bold;
  font-size: 1.6rem;
}
.price .attention ul li span {
  display: initial;
  margin-top: 0;
  background: var(--c-yellow);
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price .attention {
    position: relative;
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    border: 10px solid var(--c-yellow);
    padding: 10px;
    display: block;
    align-items: center;
    justify-content: flex-start;
  }
  .price .attention .icon {
    min-width: 100;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 1em;
  }
  .price .attention .icon img {
    width: 50px;
  }
}


/** ***************************************************************************
 * ヒント
 * ************************************************************************* */

div.hint-content {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  max-width: 960px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  div.hint-content {
    padding: 40px 1em;
  }
}






/* ****************************************************************************************************
   * 各プラン　モーダル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.price .plan-list {}

.price .plan-list.layout-flex-3 {}
.price .plan-list.layout-flex-3 > * {
  width: 32%;
}

.price .plan-list.layout-flex-3 .item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.price .plan-list.layout-flex-3 .item ~ .item {
  margin-top: 0 !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .price .plan-list.layout-flex-3 > * {
    width: 100%;
  }
  .price .plan-list.layout-flex-3 .item {
    border: 1px solid #ccc;
  }
  .price .plan-list.layout-flex-3 .item ~ .item {
    margin-top: 1em !important;
  }
}

/**
* タイトル
*/
.price .plan-list.layout-flex-3 .item .title {
  text-align: center;
}
.price .plan-list.layout-flex-3 .item .title span {
  background: var(--c-yellow);
  padding: 0.2em 0.8em;
  border-radius: 30px;
  font-size: 1.8rem;
  color: var(--c-blue);
  font-weight: bold;
  line-height: 1.0;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .price .plan-list.layout-flex-3 .item .title span {
    font-size: 1.6rem;
  }
}

/**
* アイコン
*/
.price .plan-list.layout-flex-3 .item .icon {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

/**
* プランヒント
*/
.price .plan-list.layout-flex-3 .item div.hint {
  vertical-align: middle;
  display: /*inline-block*/flex;
  justify-content: center;
  margin-top: 1em;
}
.price .plan-list.layout-flex-3 .item div.hint a {
  display: flex;
  align-items: center;
  color: var(--c-blue);
  font-size: 1.2rem;
  font-weight: bold;
}

.price .plan-list.layout-flex-3 .item div.hint span {
  padding: 0.25em;
  color: #fff;
  line-height: 1;
  /*font-size: 0.75em;*/
  text-decoration: none;
  border-radius: 9999px;
  background-color: var(--c-blue);
  display: block;
  margin-right: 0.5em;
}


/** ***************************************************************************
 * モーダル
 * ************************************************************************* */

.mfp-bg {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}

.mfp-content {
  transition: all 0.2s ease-in-out; 
  transform: scale(0.8); 
  opacity: 0;
}

.mfp-ready .mfp-content {
  transform: scale(1); 
  opacity: 1;
}

.mfp-removing .mfp-content {
  transform: scale(0.8); 
  opacity: 0;
}

.mfp-container .mfp-content .mfp-close {
  font-size: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .mfp-ready .mfp-content {
    transform: scale(1); 
    opacity: 1;
    width: 80% !important;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.mfp-content .title-2 {
  font-size: 2.5rem;
  font-weight: 900;
  background: #333;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .mfp-content .title-2 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.3em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.mfp-content .layout-flex-3 {
  margin-top: 1em;
}
.mfp-content .layout-flex-3 > div {
  background: #ebebeb;
  padding: 20px;
  border-radius: 20px;
}
.mfp-content .layout-flex-3 .item.gray {
  background: rgba(0,0,0,0.7);
}
.mfp-content .layout-flex-3 .item.gray .icon {
  z-index: -1;
}
.mfp-content .layout-flex-3 .item.gray span {
  z-index: -1;
}

.mfp-content .layout-flex-3 .icon {
  position: relative;
  text-align: center;
}
.mfp-content .layout-flex-3 .icon img {
  width: 120px;
}

.mfp-content .layout-flex-3 span {
  position: relative;
  font-size: 1.8rem;
  background: var(--c-yellow);
  color: var(--c-blue);
  font-weight: bold;
  padding: 0.5em 0.8em;
  border-radius: 30px;
  line-height: 1.0;
  display: block;
  text-align: center;
  margin-top: 1em;
}
.mfp-content .layout-flex-3 .text {
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .mfp-content .layout-flex-3 {}
  .mfp-content .layout-flex-3 > div {
    background: #ebebeb;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
  }
  .mfp-content .layout-flex-3 > div ~ div {
    margin-top: 1em;
  }
  .mfp-content .layout-flex-3 .icon {
    display: none;
  }
  .mfp-content .layout-flex-3 .icon img {
    width: 50px;
  }
  .mfp-content .layout-flex-3 span {
    font-size: 1.6rem;
    padding: 0.2em 0.8em;
    margin-top: 0;
  }
  .mfp-content .layout-flex-3 .text {
    font-size: 1.4rem;
    margin-top: 0.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 赤字　【車両への装着はありません】
/* ------------------------------------------------------------------------------------------------- */

.mfp-content .caption {
  text-align: center;
}
.mfp-content .caption span {
  position: relative;
  border-radius: 20px;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.2em 0.7em;
  line-height: 1.6;
  display: inline-block;
  background: #c30d23;
  color: #fff;
  font-weight: bold;
}

.mfp-content .layout-flex-2 {
  margin-top: 1em;
}
.mfp-content .layout-flex-2 > * {
  width: 49%;
}
.mfp-content .layout-flex-2 > :nth-child(n+3) {
  margin-top: 1em;
}
.mfp-content .layout-flex-2 > .title p {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 0.5em 0.5em 0.5em 3.0em;
}
.mfp-content .layout-flex-2 > .title p span {
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 0;
  background: var(--c-yellow);
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .mfp-content .layout-flex-2 > .title p span {
    font-size: 1.6rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .mfp-content .layout-flex-2 > * {
    width: 100%;
  }
}

.mfp-content .layout-flex-2 > .title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-content .layout-flex-2 > .title:nth-child(1) p::before {
  background: url("../../_images/_common/step-1.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
}
.mfp-content .layout-flex-2 > .title:nth-child(2) p::before {
  background: url("../../_images/_common/step-2.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
}
.mfp-content .layout-flex-2 > .title:nth-child(3) p::before {
  background: url("../../_images/_common/step-3.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
}
.mfp-content .layout-flex-2 > .title:nth-child(4) p::before {
  background: url("../../_images/_common/step-4.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .mfp-content .layout-flex-2 > .title:nth-child(1) p::before {
    background: url("../../_images/_common/step-1.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .mfp-content .layout-flex-2 > .title:nth-child(2) p::before {
    background: url("../../_images/_common/step-2.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .mfp-content .layout-flex-2 > .title:nth-child(3) p::before {
    background: url("../../_images/_common/step-3.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .mfp-content .layout-flex-2 > .title:nth-child(4) p::before {
    background: url("../../_images/_common/step-4.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}




