@charset "UTF-8";
/*
 * ご注文方法
 */
.help-order-methods {
  margin: 20px 0 0;
}

@media screen and (min-width: 960px), print {
  .help-order-methods {
    margin: 50px -20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .help-order-methods > .help-order-method {
    width: calc(33% - 1%);
  }
  .help-order-methods > .help-order-method:not(:last-child) {
    margin-right: 2%;
  }
}

.help-order-method {
  border: 1px dotted #D2D2D2;
  margin-bottom: 20px;
  padding: 38px 36px;
}

.help-order-method__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.help-order-method__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80px;
  color: #707070;
}

.help-order-method__icon .icon-desktop {
  font-size: 40.29px;
}

.help-order-method__icon .icon-shop {
  font-size: 45.57px;
}

.help-order-method__icon .icon-phone {
  font-size: 40.58px;
}

.help-order-method__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
}

.help-order-method__time {
  font-weight: 700;
  line-height: 1.73333;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 960px), print {
  .help-order-method {
    margin-bottom: 0;
  }
  .help-order-method__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .help-order-method__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    width: auto;
    height: 70px;
  }
  .help-order-method__icon .icon-desktop {
    font-size: 65.5px;
  }
  .help-order-method__icon .icon-shop {
    font-size: 68px;
  }
  .help-order-method__icon .icon-phone {
    font-size: 60.93px;
  }
  .help-order-method__text {
    width: 100%;
    padding: 4px;
    background-color: #E6E6E6;
    font-size: 1.5rem;
    text-align: center;
  }
  .help-order-method__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.50658rem;
    font-size: 1.3rem;
    text-align: center;
  }
  .help-order-method__body .link {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
  }
}
