@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;
}

}

/* ****************************************************************************************************
   * ビジュアル　アイコン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/direct/title-icon-left.png") no-repeat;
  width: 280px;
  height: 220px;
  background-size: 280px 220px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .body::before {
    background: url("../../_images/direct/title-icon-left.png") no-repeat;
    width: 140px;
    height: 110px;
    background-size: 140px 110px;
  }
}


/* ****************************************************************************************************
   * タイヤ直送の方へ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.direct {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
}

.direct .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct {
    padding-top: 2em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.direct .lead .text {
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .lead .text {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * グレー枠
/* ------------------------------------------------------------------------------------------------- */

.direct .inner-box {
  background: var(--c-bg);
  border-radius: 10px;
  padding: 0 40px;
  margin-top: 50px;
}
.direct .inner-box .layout-2 {
  align-items: center;
  justify-content: center;
}

.direct #about .inner-box .layout-2 {
  align-items: flex-start;
  justify-content: center;
}
.direct #about .inner-box {
  margin-top: 40px;
  padding-bottom: 60px;
}
.direct #about .inner-box .content {
  max-width: 30%;
  text-align: center;
  margin-top: 20px;
}
.direct #about .inner-box .logo {
  margin-top: 20px;
}
.direct #about .inner-box .logo .address-area {
  margin-top: 20px;
}

.direct #about .inner-box .content .images img {
  animation: pikopiko 1s steps(2, start) infinite;
}

.direct #about .inner-box .content a {
  display: inline-block;
  color: var(--c-blue);
  font-size: 1.6rem;
  text-decoration: underline;
}
.direct #about .inner-box .content a:hover {
  text-decoration: none;
  opacity: 1;
}

.direct #about .inner-box .contents.layout-2 .detail {
  max-width: 65%;
  padding-top: 40px;
  margin-left: 5em;
}
.direct #about .inner-box .contents.layout-2 .detail .title {
  font-size: 2.5rem;
  font-weight: bold;
}
.direct #about .inner-box .contents.layout-2 .detail .text {
  font-size: 1.6rem;
}


.direct #online .inner-box{
  padding-top: 40px;
  padding-bottom: 40px;
}



/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1300px) {
  /*ブラウザの幅が736px以下の時*/
  .direct #about .inner-box .contents.layout-2 .content {
    max-width: 30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .direct #about .inner-box .contents.layout-2 .detail {
    max-width: 65%;
    padding-top: 40px;
    margin-left: 3em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .inner-box {
    padding: 20px;
    margin-top: 1em;
  }
  .direct #about .inner-box {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .direct #about .inner-box .contents.layout-2 .content {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .direct #about .inner-box .content .images img {
    width: 80px;
  }
  .direct #about .inner-box .address-area > * {
    display: inline-block;
    margin: 0 1em;
  }
  .direct #about .inner-box .contents.layout-2 .detail {
    max-width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }
  .direct #about .inner-box .contents.layout-2 .detail .title {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .direct #online .inner-box{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * グレー枠
/* ------------------------------------------------------------------------------------------------- */

.direct #about .item {
  padding-top: 40px;
}
.direct #about .item .inner {}
.direct #about .item .inner ~ .inner {
  margin-top: 60px;
}
.direct #about .item .inner .title-3 {
  background: #fff;
  color: #000000;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 0.2em 0.5em;
  line-height: 1.4;
}
.direct #about .item .inner .layout-2 .images {
  text-align: center;
  margin-right: 2em;
}
.direct #about .item .inner .layout-2 .images img {
  animation: pikopiko 2s steps(2, start) infinite;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct #about .item {
    padding-top: 20px;
  }
  .direct #about .item .inner ~ .inner {
    margin-top: 30px;
  }
  .direct #about .item .inner .layout-2 .images {
    text-align: center;
    margin-right: 0;
  }
  .direct #about .item .inner .layout-2 .images img {
    width: 54px;
    height: 59px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * グレー枠テーブル
/* ------------------------------------------------------------------------------------------------- */

.direct #about .item .inner table.data {
  width: 95%;
  margin: 20px auto 0;
}

.direct #about .item .inner .col + .text-1 {
  position: relative;
  text-align: center;
  color: var(--c-blue);
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 60px;
}
.direct #about .item .inner .col + .text-1::before {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-s.png") no-repeat;
  width: 120px;
  height: 40px;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct #about .item .inner .col + .text-1 {
    font-size: 2.0rem;
    margin-top: 30px;
  }
  .direct #about .item .inner .col + .text-1::before {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-s.png") no-repeat;
    width: 60px;
    height: 20px;
    background-size: 60px 20px;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 黄色枠ボックス
/* ------------------------------------------------------------------------------------------------- */

.direct #about .item .inner .box {
  padding: 20px;
  margin-top: 30px;
}
.direct #about .item .inner .box::after {
  display: none;
}
.direct #about .item .inner .box p {
  color: var(--c-blue);
}


/* ****************************************************************************************************
   * 共通　店舗リスト
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 店舗リスト
/* ------------------------------------------------------------------------------------------------- */

.direct .info-list ul.layout-flex-3 {
  position: relative;
  column-gap: 2%;
}

.direct .info-list ul.layout-flex-3 > * {
  width: 32%;
  padding: 0;
}

.direct .info-list ul.layout-flex-3 li {
  max-width: 330px;
  border-radius: 20px;
  border: 3px solid var(--c-blue);
  background: #fff;
}
.direct .info-list .detail {
  margin-top: 0;
  padding: 10px 10px 20px;
  max-width: 100%;
}

.direct .info-list ul.layout-flex-3 li .title-1 {
  font-size: 3.0rem;
  padding: 0.1em;
  border-radius: 15px 15px 0 0;
}

.direct .info-list ul.layout-flex-3 li .tel {
  margin-top: 0.2em;
  text-align: center;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.0;
}
.direct .info-list ul.layout-flex-3 li .tel span {
  position: relative;
  display: inline-block;
  padding-left: 0.8em;
}
.direct .info-list ul.layout-flex-3 li .tel span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/info-tel-icon.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.direct .info-list ul.layout-flex-3 li .text-2 {
  text-align: center;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .info-list ul.layout-flex-3 li .tel {
    font-size: 3.5rem;
  }
  .direct .info-list ul.layout-flex-3 li .tel span {
    position: relative;
    display: inline-block;
    padding-left: 0;
  }
  .direct .info-list ul.layout-flex-3 li .tel span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/info-tel-icon.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .info-list .layout-2 ul.layout-flex-3 {
    position: relative;
    justify-content: space-between;
  }
  .direct .info-list ul.layout-flex-3 li .title-1 {
    font-size: 2.2rem;
    padding: 0 0 0.2em;
  }
  .direct .info-list ul.layout-flex-3 li .tel {
    font-size: 2.5rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .info-list ul.layout-flex-3 > * {
    width: 100%;
    padding: 0;
    margin: 1em auto;
  }
  .direct .info-list ul.layout-flex-3 .inner .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .direct .info-list ul.layout-flex-3 + p.text {
    margin-top: 1em;
    line-height: 1.4;
  }
}

.direct .info-list + .text {
  margin-top: 1em;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.direct .info-list ul.layout-flex-3 li .link-btn {
  margin-top: 0;
  margin-bottom: 30px;
}
.direct .info-list ul.layout-flex-3 li .link-btn .btn-2 {
  width: 240px;
  font-size: 1.6rem;
  color: var(--c-yellow);
  text-align: center;
  padding: 20px 1em;
  font-weight: 900;
  line-height: 1.5;
  background: var(--c-blue);
  border-radius: 10px;
  box-shadow: 0px 2px 1px 2px rgb(82, 94, 186) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.direct .info-list ul.layout-flex-3 li .link-btn .btn-2::after {
  display: none;
}
.direct .info-list ul.layout-flex-3 li .link-btn .btn-2 span {
  position: relative;
  display: block;
  padding-right: 1.25em;
}
.direct .info-list ul.layout-flex-3 li .link-btn .btn-2 span::after {
  content: "";
  display: inline-block;
  background: url("../../_images/shop/question.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.direct .info-list ul.layout-flex-3 li .link-btn .btn-2:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .info-list ul.layout-flex-3 li .link-btn .btn-2 {
    width: 90%;
    font-size: 1.6rem;
    color: var(--c-yellow);
    text-align: center;
    padding: 1em;
    font-weight: 900;
    line-height: 1.5;
    background: var(--c-blue);
    border-radius: 10px;
    box-shadow: 0px 2px 1px 2px rgb(82, 94, 186) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 店舗リスト（写真付き）
/* ------------------------------------------------------------------------------------------------- */

.direct .info-list  ul.layout-flex-3 li .inner {
  margin: 1em;
}
.direct .info-list  ul.layout-flex-3 li picture {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}
.direct .info-list  ul.layout-flex-3 li picture img {
  transition: 0.2s;
}
.direct .info-list  ul.layout-flex-3 li:hover img {
  transform: scale(1.05);
}
.direct .info-list  ul.layout-flex-3 .inner .text {
  font-size: 1.4rem;
}
.direct .info-list  ul.layout-flex-3 + p.text {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .info-list  ul.layout-flex-3 .inner .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .direct .info-list  ul.layout-flex-3 + p.text {
    margin-top: 1em;
    line-height: 1.4;
  }
}

/* ****************************************************************************************************
   * 共通　ボタンエリア（タイヤ交換のご予約はこちらから！）
**************************************************************************************************** */

.direct .btn-area {
  display: block;
  text-align: center;
}

.direct .btn-area .btn-2 {
  position: relative;
  width: 600px;
  color: #fff;
  padding: 30px 3em;
  font-size: 2.7rem;
  font-weight: 900;
  display: inline-block;
  line-height: 1.5;
  background: #000000;
  border-radius: 50px;
  box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.direct .btn-area .btn-2:hover {
  opacity: 1;
  color: var(--c-blue);
  background: var(--c-yellow);
  box-shadow: 0px 2px 1px 2px rgb(255,255,255) inset,0px 10px 10px 0px rgba(255,231,48, 0.1);
}
.direct .btn-area .btn-2::after {
  content: '';
  width: 36px;
  height: 36px;
  border: 0px;
  background: url("../../_images/_common/reservation-icon.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s right;
}
.direct .btn-area .btn-2:hover::after {
  right: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .btn-area {
    align-items: center;
    margin-top: 40px;
    display: block;
  }
  .direct .btn-area .btn-2 {
    position: relative;
    width: 600px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 3em;
    font-size: 2.7rem;
    font-weight: 900;
    display: block;
    line-height: 1.5;
    background: #000000;
    border-radius: 50px;
    box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .btn-area {
    margin-top: 40px;
  }
  .direct .btn-area .btn-2 {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 15px 2em;
    font-size: 2.0rem;
    font-weight: 900;
    display: inline-block;
    line-height: 1.5;
    background: #000000;
    border-radius: 50px;
    box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .direct .btn-area .btn-2::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    background: url("../../_images/_common/reservation-icon.png") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.2s right;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 黄色枠ボックス
/* ------------------------------------------------------------------------------------------------- */

.direct .box {
  position: relative;
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
  border: 10px solid var(--c-yellow);
  padding: 40px 60px;
}
.direct .box::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-s.png") no-repeat;
  width: 120px;
  height: 40px;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .box {
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    border: 10px solid var(--c-yellow);
    padding: 20px;
  }
  .direct .box::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-s.png") no-repeat;
    width: 60px;
    height: 20px;
    background-size: 60px 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.direct .box .title-3 { 
  font-size: 3.0rem;
  color: var(--c-blue);
  font-weight: 900;
  text-align: center;
  line-height: 1;
/*  animation: pikopiko 2s steps(2, start) infinite;*/
  margin-bottom: 40px;
}
.direct .box .title-3 span {
  position: relative;
  background: var(--c-yellow);
  line-height: 1;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .box .title-3 { 
    font-size: 2.2rem;
    color: var(--c-blue);
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内リスト
/* ------------------------------------------------------------------------------------------------- */

.direct .box ul {}
.direct .box ul li {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.direct .box ul li::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;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct .box ul li {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding-left: 1.2em;
  }
  .direct .box ul li::before {
    content: "";
    display: block;
    background: url("../../_images/_common/check-icon.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-top: 7px;
  }
  .direct .box ul li ~ li {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.direct p.subtitle span {
  font-size: 3.0rem;
}
.direct p.subtitle .marker {
  background: var(--c-yellow);
  line-height: 1;
  padding: 0;
}
.direct p.subtitle .marker::before,
.direct p.subtitle .marker::after {
  display: none;
}

.direct p.subtitle .br-pc {
  line-height: 1;
  padding: 0;
  display: block;
  margin-top: 0;
}
.direct p.subtitle .br-pc::before,
.direct p.subtitle .br-pc::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .direct p.subtitle span {
    font-size: 2.0rem;
  }
  .direct #online .flow p.subtitle .marker {
    background: var(--c-yellow);
    font-size: 2.2rem;
    line-height: 1;
    padding: 0;
    display: inline;
  }
}


/* ****************************************************************************************************
   * ネット購入タイヤ直送の方へ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.direct #online {
  margin-top: 100px;
}

.direct #online .flow {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct #online {
    margin-top: 50px;
  }
  .direct #online .flow {}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.direct #online .inner-box {
  position: relative;
  padding: 30px 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct #online .inner-box {
    position: relative;
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 販売店様へ
/* ------------------------------------------------------------------------------------------------- */

.direct #online .flow .white-box {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.direct #online .flow .white-box .title-2 {
  background: #c30d23;
  border-radius: 20px;
}
.direct #online .flow .white-box .text-1 {
  font-size: 1.6rem;
}
.direct #online .flow .white-box .text-2 {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
}
.direct #online .flow .white-box .text-2 span.color-1 {
  background: var(--c-yellow);
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .direct #online .flow .white-box {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
  }
  .direct #online .flow .white-box .text-2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
  }
  .direct #online .flow .white-box .text-2 span.color-1 {
    background: var(--c-yellow);
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
