.contBox {
  position: relative;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media print, screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

.delivery-visual {
  height: 550px;
  background: url(/img/support/delivery/visual_bg.jpg) no-repeat center top;
  background-size: cover;
}

@media print, screen and (max-width: 768px) {
  .delivery-visual {
    height: auto;
    background: url(/img/support/delivery/visual_bg.jpg) no-repeat right 30% top;
    background-size: cover;
  }
}

.delivery-visual img {
  width: 100%;
}

.delivery-visual__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

@media print, screen and (max-width: 768px) {
  .delivery-visual__inner {
    padding: 20% 20px 20px;
  }
}

.delivery-visual__title h1 {
  margin-bottom: 20px;
  width: 538px;
}

@media print, screen and (max-width: 768px) {
  .delivery-visual__title h1 {
    margin-bottom: 10px;
    width: 66.26667%;
  }
}

.delivery-visual__title--lead {
  margin-bottom: 20px;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .delivery-visual__title--lead {
    margin-bottom: 10px;
  }
}

.delivery-visual__title--leadRow {
  padding: 4px 10px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  background: #fff;
}

@media print, screen and (max-width: 768px) {
  .delivery-visual__title--leadRow {
    padding: 0;
    display: inline;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .delivery-visual__title--leadRow span {
    padding: 4px 5px;
    display: inline-block;
    line-height: 1.2;
    background: #fff;
  }
}

.delivery-visual__title--point {
  max-width: 500px;
}

.delivery-distress {
  display: flex;
  height: 390px;
}

@media print, screen and (max-width: 768px) {
  .delivery-distress {
    height: auto;
  }
}

.delivery-distress__image {
  width: 50%;
  background: url(/img/support/delivery/distress_photo.jpg) no-repeat center center;
  background-size: cover;
}

@media print, screen and (max-width: 768px) {
  .delivery-distress__image {
    display: none;
  }
}

.delivery-distress__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background: url(/img/support/delivery/bg_dot.png) 0 0;
}

@media print, screen and (max-width: 768px) {
  .delivery-distress__text {
    padding: 20px;
    width: 100%;
  }
}

.delivery-distress__text h2 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #005bab;
}

@media print, screen and (max-width: 768px) {
  .delivery-distress__text h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.delivery-distress__text ul {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 768px) {
  .delivery-distress__text ul {
    margin-bottom: 15px;
  }
}

.delivery-distress__text ul li {
  padding: 10px 0;
  font-size: 1.8rem;
  width: 400px;
  background: #f6f6f6;
  border-radius: 10px;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .delivery-distress__text ul li {
    font-size: 1.4rem;
    width: 100%;
  }
}

.delivery-distress__text ul li:first-child {
  margin-bottom: 20px;
  transform: translateX(-5%);
}

@media print, screen and (max-width: 768px) {
  .delivery-distress__text ul li:first-child {
    margin-bottom: 10px;
    transform: none;
  }
}

.delivery-distress__text ul li:last-child {
  transform: translateX(5%);
}

@media print, screen and (max-width: 768px) {
  .delivery-distress__text ul li:last-child {
    transform: none;
  }
}

.delivery-distress__text p {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #005bab;
}

.delivery-distress__text p strong {
  background: linear-gradient(transparent 50%, #ffff32 0%);
}

@media print, screen and (max-width: 768px) {
  .delivery-distress__text p {
    font-size: 2.2rem;
  }
}

.delivery-distress__textBlock {
  text-align: center;
}

.delivery-apply {
  padding: 25px 0;
  background: #005bab;
}

@media print, screen and (max-width: 768px) {
  .delivery-apply {
    padding: 20px;
  }
}

.delivery-apply--btn {
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.delivery-apply--btn a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 80px;
  border: 2px solid #fff;
  background: linear-gradient(#fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 2.4rem;
  color: #ec5400;
  text-shadow: 0 1px 0 #fff;
}

@media print, screen and (max-width: 768px) {
  .delivery-apply--btn a {
    height: 70px;
    font-size: 1.6rem;
  }
}

.delivery-apply--btn a::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 20px;
  background: url(/img/support/delivery/icn_arrow_1.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media print, screen and (max-width: 768px) {
  .delivery-apply--btn a::before {
    content: none;
  }
}

.delivery-apply--btn a::after {
  margin-left: 10px;
  content: '';
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(/img/support/delivery/icn_blank.png) no-repeat 0 0;
  background-size: contain;
}

.delivery-apply--btn a:hover {
  background: linear-gradient(#fefce3 0%, #fefce3 50%, #fbf3a0 50%, #fbf3a0 100%);
}

.delivery-apply--notice {
  margin-top: 20px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.delivery-point {
  padding-top: 80px;
}

@media print, screen and (max-width: 768px) {
  .delivery-point {
    padding-top: 40px;
  }
}

.delivery-point--heading {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 600;
  color: #005bab;
  line-height: 1;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .delivery-point--heading {
    font-size: 2.8rem;
  }
}

.delivery-point--heading strong {
  padding-bottom: 10px;
  border-bottom: 2px solid #005bab;
}

@media print, screen and (max-width: 768px) {
  .delivery-point--heading strong {
    padding-bottom: 5px;
  }
}

.delivery-point--heading span {
  padding-top: 5px;
  position: relative;
}

.delivery-point--heading span:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url(/img/support/delivery/img_pick.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -8px;
}

@media print, screen and (max-width: 768px) {
  .delivery-point--heading span:after {
    width: 18px;
    top: -5px;
    right: -6px;
  }
}

.delivery-point__pict {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.delivery-point__pict--icn {
  margin: 0 auto 5px;
  max-width: 200px;
}

.delivery-point__pict--icn img {
  width: 100%;
}

.delivery-point__pict--head {
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  color: #005bab;
}

.delivery-point__pict--head::after {
  margin-left: -15px;
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #005bab;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.delivery-point__pict--text {
  line-height: 1.5;
}

.delivery-point__pict h3 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.14;
  color: #ec5400;
}

@media print, screen and (max-width: 768px) {
  .delivery-point__pict h3 {
    font-size: 2.4rem;
  }
}

.delivery-point__pictBlock {
  width: 33.333%;
  text-align: center;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .delivery-point__pictBlock {
    width: 100%;
  }
}

.delivery-point__pictBlock::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/img/support/delivery/icn_plus.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: -20px;
}

@media print, screen and (max-width: 768px) {
  .delivery-point__pictBlock::before {
    content: none;
  }
}

.delivery-point__pictBlock:first-child::before {
  content: none;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow {
    padding: 0 20px;
  }
}

.delivery-flow__inner {
  margin-bottom: 20px;
  width: 980px;
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__inner {
    width: 100%;
    display: block;
  }
}

.delivery-flow__column {
  margin: 0 10px;
  padding: 20px;
  width: 50%;
  background: #e6f2f9;
  border-radius: 10px;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.delivery-flow__column h3 {
  margin-bottom: 20px;
  padding: 5px 0;
  background: #3db4d0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column h3 {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

.delivery-flow__column--step {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #005bab;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column--step {
    height: 40px;
    font-size: 1.4rem;
  }
}

.delivery-flow__column--step span {
  position: absolute;
  top: -40px;
  right: 20px;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column--step span {
    right: 10px;
  }
}

.delivery-flow__column--step strong {
  background: linear-gradient(transparent 50%, #ffff32 0%);
}

.delivery-flow__column--change {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #3db4d0;
  border: 2px solid #3db4d0;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column--change {
    width: 70px;
    height: 70px;
    font-size: 1.4rem;
  }
}

.delivery-flow__column--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  background: url(/img/support/delivery/img_arrow_1.png) no-repeat center bottom 2px;
  background-size: 22px auto;
  text-shadow: 1px 1px 0 #e6f2f9, -1px 1px 0 #e6f2f9, 1px -1px 0 #e6f2f9, -1px -1px 0 #e6f2f9;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column--arrow {
    font-size: 1.2rem;
  }
}

.delivery-flow__column--stepLarge {
  width: 920px;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column--stepLarge {
    width: 100%;
  }
}

.delivery-flow__column--hidden {
  opacity: 0;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column--hidden {
    opacity: 1;
  }
}

.delivery-flow__column--arrowLong {
  height: 340px;
}

@media print, screen and (max-width: 768px) {
  .delivery-flow__column--arrowLong {
    height: 60px;
  }
}

.delivery-stockNumber {
  padding: 40px 0;
  background: #f6f6f6;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .delivery-stockNumber {
    padding: 20px;
  }
}

.delivery-stockNumber h3 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #005bab;
}

@media print, screen and (max-width: 768px) {
  .delivery-stockNumber h3 {
    font-size: 1.8rem;
  }
}

.delivery-stockNumber p {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

@media print, screen and (max-width: 768px) {
  .delivery-stockNumber p {
    font-size: 1.4rem;
  }
}

.delivery-stockNumber--btn {
  margin: 0 auto;
  width: 420px;
  background: #ffffff;
}

@media print, screen and (max-width: 768px) {
  .delivery-stockNumber--btn {
    width: 100%;
  }
}

.delivery-stockNumber--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery-stockNumber--btn a::before {
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(/img/support/delivery/icn_pdf.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

.delivery--notice {
  margin-bottom: 80px;
  padding: 15px 0;
  background: #ffdcdc;
  font-weight: 600;
  color: #cc0000;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .delivery--notice {
    margin-bottom: 40px;
    padding: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
}
