@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;
}

}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav .body {
    padding: 0 !important;
  }
}


/* ****************************************************************************************************
   * ビジュアル　アイコン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-product #visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/product/title-icon-left.png") no-repeat;
  width: 339px;
  height: 210px;
  background-size: 339px 210px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-product #visual .body::before {
    background: url("../../_images/product/title-icon-left.png") no-repeat;
    width: 169px;
    height: 105px;
    background-size: 169px 105px;
  }
}

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

.product .images {
  text-align: center;
}

/* ****************************************************************************************************
   * 新品タイヤ検索
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#search {
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
}
#search .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #search {
    position: relative;
    padding-top: 2rem !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#search .inner {
  background: #eeeeee;
  border-radius: 10px;
  padding: 50px 60px;
}

#search .search-item ~ .search-item {
  margin-top: 90px;
}
#search .search-item .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #search .inner {
    background: #eeeeee;
    border-radius: 10px;
    padding: 20px;
  }
  #search .search-item ~ .search-item {
    margin-top: 40px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ラジオボタン
/* ------------------------------------------------------------------------------------------------- */

#search .search label.radio-button {
  width: 6em;
  height: 4em;
  margin: 5px;
  cursor: pointer;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: bold;
}
#search .search label.radio-button[checked] {
  background-color: var(--c-blue);
  color: var(--c-yellow);
  border: 1px solid var(--c-blue);
}
#search .search label.radio-button input {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------
   * システムメッセージ（エラーメッセージ）
/* ------------------------------------------------------------------------------------------------- */

#search div.system-message {
  width: fit-content;
  margin: 2em auto;
  color: #f00;
  text-align: center;
}




/* ****************************************************************************************************
   * 新品タイヤ検索 検索結果 一覧ページ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.product {
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
}
.product .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .product {
    position: relative;
    padding-top: 2rem !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.product .search-area .layout-flex-3 {
  justify-content: flex-start;
  margin-top: 50px;
}
.product .search-area .layout-flex-3 .item {
  margin-left: 5%;
}
.product .search-area .layout-flex-3 .item:first-child,
.product .search-area .layout-flex-3 .item:nth-child(3n+1) {
  margin-left: 0;
}

.product .search-area .layout-flex-3 div.item {
  margin-bottom: 2.5em;
}
.product .search-area .layout-flex-3 div.item a {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: block;
  background: #efefef;
  border-radius: 10px;
  padding: 20px 40px;
}
.product .search-area .layout-flex-3 a::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-right-s.png") no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
.product .search-area .layout-flex-3 a:hover::after {
  right: 0.4em;
}

.product .search-area .layout-flex-3 div.meta {
  margin-top: 1em;
  justify-content: flex-start;
}
.product .search-area .layout-flex-3 div.type,
.product .search-area .layout-flex-3 div.tire {
  min-width: 8em;
  padding: 0.5em 0.75em;
  color: #fff;
  line-height: 1;
  font-size: 0.75em;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  align-self: flex-start;
  flex-shrink: 0;
  margin-right: 1em;
}
.product .search-area .layout-flex-3 div.title {
  flex-grow: 1;
  font-weight: bold;
  font-size: 1.6rem;
}

.product .search-area .layout-flex-3 div.price {
  font-size: 1.4rem;
}

.product .search-area .layout-flex-3 div.price span {
  font-weight: bold;
  color: #f00;
  font-size: 2.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .product .search-area .layout-flex-3 div.meta {
    margin-top: 1em;
    display: inline-block;
    justify-content: flex-start;
  }
  .product .search-area .layout-flex-3 div.item a {
    position: relative;
    color: inherit;
    text-decoration: none;
    display: block;
    background: #efefef;
    border-radius: 10px;
    padding: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .product .search-area .layout-flex-3 {
    justify-content: space-between;
    margin-top: 20px;
  }
  .product .search-area .layout-flex-3  > * {
    width: 48%;
  }
  .product .search-area .layout-flex-3  .item {
    margin-left: 0;
    margin-bottom: 1.0em;
  }
  .product .search-area .layout-flex-3  .item:first-child,
  .product .search-area .layout-flex-3  .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .product .search-area .layout-flex-3 div.item a {
    position: relative;
    color: inherit;
    text-decoration: none;
    display: block;
    background: #efefef;
    border-radius: 10px;
    padding: 10px;
  }
  .product .search-area .layout-flex-3 div.item a::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-right-s.png") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: 0.3s;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

/* 商品区分*/
.product .search-area .layout-flex-3 div.item div.type.zaiko {
  background-color: darkorange;
}
.product .search-area .layout-flex-3 div.item div.type.toriyose {
  background-color: purple;
}

/* タイヤ区分*/
.product .search-area .layout-flex-3 div.item div.tire.summer {
  background-color: green;
}
.product .search-area .layout-flex-3 div.item div.tire.studless {
  background-color: dodgerblue;
}



/* ****************************************************************************************************
   * 新品タイヤ検索 詳細ページ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#product-single .title {
  font-size: 2.5rem;
  font-weight: bold;
}

#product-single .area-item ~ .area-item {
  margin-top: 90px;
}
#product-single div.price {
  font-size: 1.6rem;
}

#product-single div.price span {
  font-weight: bold;
  color: #f00;
  font-size: 2.5rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #product-single .area-item ~ .area-item {
    margin-top: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#product-single .inner {
  position: relative;
  background: #efefef;
  border-radius: 10px;
  padding: 60px;
}
#product-single .inner .item ~ .item {
  margin-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #product-single .inner {
    position: relative;
    background: #efefef;
    border-radius: 10px;
    padding: 20px;
  }
  #product-single .inner .item ~ .item {
    margin-top: 2em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 工賃プランの選択
/* ------------------------------------------------------------------------------------------------- */

#product-single #calculation {
  margin-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #product-single #calculation {
    margin-top: 2em;
  }
}

/**
* プラン選択ボタン
*/
#calculation div.cost .radio-btns {
  display: flex;
  justify-content: center;
  column-gap: 25px;
  border: none;
}
#calculation div.cost .radio-btns > * {
  width: 32%;
  text-align: center;
}

#calculation div.cost .radio-btns div.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 .5em;
  position: relative;
  max-width: 300px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
}

#calculation div.cost .radio-btns div.flex > span {
  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;
}
#calculation div.cost .radio-btns .icon {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #calculation div.cost .radio-btns {
    display: block;
    justify-content: center;
    column-gap: 0;
  }
  #calculation div.cost .radio-btns > * {
    width: 100%;
  }
  #calculation div.cost .radio-btns > div.flex ~ div.flex {
    margin-top: 20px;
  }
  #calculation div.cost .radio-btns div.flex {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}



/**
* プランヒント
*/
#calculation div.cost div.hint {
  vertical-align: middle;
  display: /*inline-block*/flex;
  justify-content: center;
  margin-top: 1em;
}
#calculation div.cost div.hint a {
  display: flex;
  align-items: center;
  color: var(--c-blue);
  font-size: 1.2rem;
  font-weight: bold;
}

#calculation div.cost 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;
}



/* ----------------------------------------------------------------------------------------------------
   * 検索フォーム項目
/* ------------------------------------------------------------------------------------------------- */

/**
* 共通
*/
#product-single table {
  border-collapse: collapse;
  width: 100%;
}
#product-single table th {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
#product-single table th[scope="col"] {}
#product-single table th[scope="row"] {}
/**
* 項目名
*/
#product-single table th[scope="row"] span {
  font-size: 1.8rem;
  background: var(--c-yellow);
  color: var(--c-blue);
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #product-single table,
  #product-single table tbody,
  #product-single table tr,
  #product-single table tr > * {
  width: 100%;
  display: block;
}
#product-single table th[scope="col"] {
  display: none;
}

#product-single table tr ~ tr {
  margin-top: 20px;
}

#product-single table tr > th {
  margin-bottom: 5px;
  padding: 5px 10px 2px;
}

#product-single table tr > td {
  min-height: 40px;
}

}


/**
* 合計
*/
#product-single table th.total {}
#product-single table th.total span {
  font-size: 2.2rem;
}
#product-single table th[scope="row"] small {
  display: block;
}

#product-single table td {
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 1px solid #ccc;
}
#product-single table td.total {
  font-size: 3.0rem;
  padding-right: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #product-single table th.total {
    text-align: center;
  }
}


#product-single label {
  vertical-align: middle;
  display: inline-block;
}
#product-single input[type="text"] {
  width: 100%;
  font: inherit;
}
#product-single input[type="email"] {
  width: 100%;
  font: inherit;
}
#product-single input[name="namae"] {
  max-width: 16em;
}
#product-single input[name="kana"] {
  max-width: 16em;
}
#product-single input[name="email"] {
  max-width: 16em;
}
#product-single input[name="tracking"] {
  max-width: 16em;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}
#product-single select {
  padding: 0.25em 0.75em 0.125em;
  cursor: pointer;
  appearance: none;
  font: inherit;
  border: 1px solid #ccc;
  box-shadow: none;
  background: none;
  background: #fff;
}

/* ----------------------------------------------------------------------------------------------------
   * お客様入力欄　テーブルレイアウト
/* ------------------------------------------------------------------------------------------------- */

#product-single .cusomer-form {}

#product-single .customer-form .item {}

#product-single .customer-form .item ~ .item {
  margin-top: 60px;
}

#product-single .customer-form .item .title span.col-1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--c-blue);
  background: var(--c-yellow);
  padding: 0.1em 0.5em;
  border-radius: 15px;
  margin-right: 0.5em;
}

#product-single .customer-form .item .text {
  font-size: 1.6rem;
  margin-top: 1em;
}

#product-single .customer-form input {
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 0.5em;
  border: 1px solid #aaaaaa;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #product-single .customer-form .item ~ .item {
    margin-top: 30px;
  }
}

/**
* 必須
*/
#main span.hissu {
  background: #ff0000;
  color: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2em 0.5em;
  line-height: 1.4;
}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせ番号発行
/* ------------------------------------------------------------------------------------------------- */

#product-single div.tracking {
  overflow: hidden;
}
#product-single div.tracking .text a {
  text-decoration: underline;
  color: var(--c-blue);
}
#product-single div.tracking .text a:hover {
  text-decoration: none;
  opacity: 1;
}

#product-single div.tracking div.box {
  text-align: center;
  background: #fff;
  border: 7px solid #ff0000;
  max-width: 450px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
#product-single div.tracking div.box span.number {
  font-size: 4.0rem;
  color: #ff0000;
  font-weight: bold;
}
#product-single div.tracking div.button {
  margin-top: 30px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #product-single div.tracking div.box {
    margin-top: 30px;
  }
}

/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  margin-bottom: 1.5em;
  transition: 0.3s;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn-1 {
  border: 0px;
  cursor: pointer;
  text-align: center;
  width: 350px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 1em;
  transition: 0.3s;
  background: var(--c-blue);
  color: var(--c-yellow);
  box-shadow: 0px 2px 1px 2px rgb(97, 108, 192) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
#main .form-button .btn-1::after {
  border-color: var(--c-yellow);
  width: 10px;
  height: 10px;
  margin-top: -7px;
}

#main .form-button .btn-1 > input {
  background: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  margin: 0 auto;
}
/* ローディング画像*/
div.wpcf7 .wpcf7-spinner {
  display: none;
}

#main .form-button .return {
  border: none;
  margin: 10px;
  cursor: pointer;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .form-button .btn-1 {
    border: 0px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 1em;
    transition: 0.3s;
    background: var(--c-blue);
    color: var(--c-yellow);
    box-shadow: 0px 2px 1px 2px rgb(97, 108, 192) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 装飾
/* ------------------------------------------------------------------------------------------------- */

/* タイプ（カテゴリ）*/

#product-single div.meta {
  justify-content: flex-start;
}
#product-single div.type,
#product-single div.tire {
  min-width: 8em;
  padding: 0.5em 0.75em;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-right: 1em;
}
#product-single div.type.zaiko {
  background-color: darkorange;
}
#product-single div.type.toriyose {
  background-color: purple;
}
/* タイヤ区分*/
#product-single div div.tire.summer {
  background-color: green;
}
#product-single div div.tire.studless {
  background-color: dodgerblue;
}


/* お問い合わせ番号*/
#check .message {
  font-size: 1.6rem;
}
#check .tracking-number {
  color: #f00;
  line-height: 1;
  font-size: 1.125em;
}

/* ----------------------------------------------------------------------------------------------------
   * 見積り計算エリア
/* ------------------------------------------------------------------------------------------------- */

#calculation:not(.active) {
  display: none;
}

/**
* お問い合わせ番号
*/
#calculation div.tracking {
 transition: 
 max-height 0.3s ease-in-out 0.15s, 
 margin 0.3s ease-in-out 0.15s, 
 visibility 0.3s ease-in-out 0.0s, opacity 0.3s ease-in-out 0.0s;
 max-height: 0;
 margin-top: 0;
 visibility: hidden;
 opacity: 0;
}
#calculation div.tracking.active {
 transition:
  max-height 0.3s ease-in-out 0.0s, 
  margin 0.3s ease-in-out 0.0s, 
  visibility 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s;
 max-height: 200vh;
 visibility: visible;
 opacity: 1;
}






/** ***************************************************************************
 * ヒント
 * ************************************************************************* */

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;
  }
}

/** ***************************************************************************
 * モーダル
 * ************************************************************************* */

.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 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 {
    margin-top: 1em;
  }
  .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;
}





