@charset "UTF-8";
/* window-size + 17px */
/* -------------------------------------------------------------------

    style_delivery.css

-------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*  #container
--------------------------------------- */
#container {
  margin: 0;
  width: 100%;
}
#container .content_only {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}


/*  delivery_service
--------------------------------------- */
.delivery_service {
  --ar-vw-pc: 1200;
  --ar-vw-sp: 390;
  --ar-padding-inline-sp: 15px;
  --ar-color-pink: #f68390;
  --ar-color-pink2: #ef6889;
  --ar-color-pink-light: #fff1f4;
  --ar-color-pink-light2: #fffafb;
  --ar-color-gray-light: #F3F3F3;
  --ar-color-purple-light: #EBEDF4;
 /*   --ar-color-gray: #444C52;
  --ar-color-gray-light2: #F5F5F8;
  --ar-color-gray-light3: #F5F5F5;
  --ar-color-blue: #2D81D7;
  --ar-color-purple-light2: #F2F4F8;--------------------------------------- */
  --ar-color-footer: #F1F5FF;
  --ar-color-footer-line: rgba(0, 31, 122, .1);
  --ar-color-line: #ffdede;
  --ar-color-line2: #D4D4D4;
  --ar-color-line3: #D1D1D1;
  --ar-color-em: #F54272;
  --ar-color-em2: #E3153A;
  --ar-color-em3: #CC1334;
  --ar-color-link: #001F7A;

  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.delivery_service * {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .delivery_service br.sp-block {
    display: inline-block;
  }
  .delivery_service br.sp-none {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .delivery_service img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/*  c-link
.delivery_service .c-link {
  color: var(--ar-color-link);
}
@media (hover: hover) and (pointer: fine) {
  .delivery_service .c-link:hover {
    text-decoration: underline;
  }
}--------------------------------------- */


/*  delivery_service account_lead
--------------------------------------- */
.delivery_service .c-subpage-header__head {
  color: #fff;
  font-size: calc((36 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
}
.delivery_service .account_lead {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 20px 30px;
  background-color: var(--ar-color-pink2);
  font-size: calc(16 / 14 * 100%);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 10px 0;
  width: 100%;
  border-radius: 8px;
}
.delivery_service .account_lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: var(--ar-color-pink2) transparent transparent;
  translate: -50% 100%;
}

@media screen and (max-width: 768px) {
.delivery_service .c-subpage-header__head {
  font-size: calc((36 / 14) * 60%);
  line-height: 1.5;
}
  .delivery_service .account_lead {
    font-size: 95%;
  }
}
.delivery_service .account_lead::after {
  border-width: 16px 10px 0 10px;
}


/*  c-kv
--------------------------------------- */
.delivery_service .c-kv {
  position: relative;
  margin-top: 50px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.delivery_service .c-kv__vessel {
  position: relative;
  margin-inline: auto;
  width: min(100%, 1200px);
}

.delivery_service .c-kv__img {
  position: relative;
  width: min(100%, 1200px);
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-kv {
    margin-top: 0;
  }
}

/*  c-width
--------------------------------------- */
.delivery_service .c-width {
  position: relative;
}
.delivery_service .c-width__vessel {
  position: relative;
  margin-inline: auto;
  width: 1000px; /* 固定 */
}
@media screen and (max-width: 768px) {
  .delivery_service .c-width {
    padding-inline: var(--ar-padding-inline-sp);
  }
  .delivery_service .c-width__vessel {
    width: 100%;
  }
}

/*  c-top-banner → service_cp_pickup

.delivery_service * + .service_cp_pickup {
  margin-top: 19px;
}
.delivery_service .service_cp_pickup ul {
  /*display: grid;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 0 20px;
  justify-content: center;
}
.delivery_service * + .service_cp_pickup ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .delivery_service * + .service_cp_pickup {
    margin-top: 20px;
  }
  .delivery_service .service_cp_pickup ul {
    gap: 0 5px;
    padding-inline: var(--ar-padding-inline-sp);
  }
}--------------------------------------- */


/*  c-top-about
--------------------------------------- */
.delivery_service * + .c-top-about {
  margin-top: 60px;
  padding-bottom: 51px;
}
.delivery_service .c-top-about__sub {
  color: var(--ar-color-pink);
  font-size: calc((18 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.delivery_service .c-top-about__head {
  color: #000;
  font-size: calc((36 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .delivery_service * + .c-top-about {
    margin-top: 30px;
    padding-bottom: 32px;
  }
  .delivery_service .c-top-about__sub {
    font-size: calc((13 / 14) * 100%);
  }
  .delivery_service .c-top-about__head {
    margin-top: 2px;
    font-size: calc((24 / 14) * 100%);
    line-height: 1.2;
  }
}

/*  c-top-about-box
--------------------------------------- */
.delivery_service .c-top-about-box {
  display: grid;
  grid-template-columns: 212px 1fr;
  align-items: center;

  margin-inline: auto;
  padding: 0 36px 0 21px;
  width: 802px;
  border-radius: 8px;
  background: var(--ar-color-pink-light);
}
.delivery_service * + .c-top-about-box {
  margin-top: 51px;
}
.delivery_service .c-top-about-box__head {
  display: flex;
  align-items: center;

  padding: 25px 0 33px 0;
  color: var(--ar-color-pink);
  font-size: calc((16 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
}
.delivery_service .c-top-about-box__head img {
  margin-right: 8px;
  width: 48px;
  height: auto;
}
.delivery_service .c-top-about-box__head-text {
  padding-top: 4px;
}
.delivery_service .c-top-about-box__body {
  padding-block: 28px;
}
.delivery_service .c-top-about-box__text {
  color: #000;
  font-size: calc((16 / 14) * 100%);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-top-about-box {
    display: block;

    padding: 16px;
    width: calc(100% - 30px);
    background: var(--ar-color-pink-light);
  }
  .delivery_service * + .c-top-about-box {
    margin-top: 20px;
  }
  .delivery_service .c-top-about-box__header {
    text-align: center;
  }
  .delivery_service .c-top-about-box__head {
    display: inline-flex;
    align-items: center;

    padding: 0;
  }
  .delivery_service .c-top-about-box__head-text {
    padding-top: 0;
  }
  .delivery_service .c-top-about-box__body {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .delivery_service .c-top-about-box__text {
    font-size: 100%;
  }
}



/*  c-button
--------------------------------------- */
.delivery_service a.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 0 16px;
  border-radius: 6px;
  width: min(100%, 450px);
  height: 80px;
  background: var(--ar-color-em2);
  color: #fff;
  font-size: calc((22 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .delivery_service a.c-button:hover {
    background-color: var(--ar-color-em3);
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .delivery_service a.c-button {
    height: 60px;
    font-size: calc((18 / 14) * 100%);
  }
}

/*  c-cv
--------------------------------------- */
.delivery_service .c-cv {
  padding-top: 61px;
  padding-bottom: 60px;
}
.delivery_service .c-cv.c-cv--last {
  padding-top: 40px;
}
.delivery_service .c-cv__lead {
  color: #222;
  font-size: calc(16 / 14 * 100%);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.delivery_service .c-cv__button {
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-cv {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .delivery_service .c-cv.c-cv--last {
    padding-top: 32px;
  }
  .delivery_service .c-cv__lead {
    font-size: calc(15 / 14 * 100%);
  }
}

/*  c-mat
--------------------------------------- */
.delivery_service .c-mat {
  position: relative;
  padding-block: 60px;
  background: var(--ar-color-pink-light);
  z-index: 1;
}
.delivery_service.delivery_service--subpage .c-mat {
  padding-top: 1px;
}
.delivery_service .c-mat.c-mat--point10 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-mat {
    padding-block: 32px;
  }
}

/*  c-mat-box
--------------------------------------- */
.delivery_service .c-mat-box {
  position: relative;
  padding: 40px 60px 60px 60px;
  border-radius: 8px;
  background: #fff;
  z-index: 4;
}
.delivery_service .c-mat-box +.c-mat-box {
  margin-top: 40px;
}


@media screen and (max-width: 768px) {
  .delivery_service .c-mat-box {
    padding: 24px 20px;
  }

  .delivery_service .c-mat-box +.c-mat-box {
    margin-top: 20px;
  }

}

/*  c-headLv2
--------------------------------------- */
.delivery_service .c-headLv2 {
  padding-bottom: 10px;
  text-align: center;
}
.delivery_service * + .c-headLv2 {
  margin-top: 60px;
}
.delivery_service .c-headLv2__text {
  display: block;
  color: #222;
  font-size: calc((30 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: var(--ar-color-pink2);
  text-decoration-thickness: 4px;
  text-decoration-skip-ink: none;
  text-underline-offset: 14px;
}
.delivery_service * + .c-headLv2__text {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .delivery_service .c-headLv2 {
    padding-bottom: 0;
  }
  .delivery_service * + .c-headLv2 {
    margin-top: 32px;
  }
.delivery_service .c-headLv2__text {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid var(--ar-color-pink2);
    font-size: calc((22 / 14) * 100%);
    text-decoration: none;
  }
  .delivery_service * + .c-headLv2__text {
    margin-top: 8px;
  }

}



/*  c-head-check
--------------------------------------- */
.delivery_service .c-head-check {
  position: relative;
  padding-left: 38px;
  min-height: 30px;
  color: #222;
  font-size: calc((20 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
}
.delivery_service .c-head-check.c-head-check--no-icon {
  padding-left: 0;
}
.delivery_service .c-head-check::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../delivery_service/images/ar_icon_check_01.svg) no-repeat center center;
  background-size: contain;
}
.delivery_service .c-head-check.c-head-check--no-icon::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-head-check {
    position: relative;
    padding-left: 28px;
    min-height: 24px;
    font-size: calc((16 / 14) * 100%);
  }
  .delivery_service .c-head-check::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../delivery_service/images/ar_icon_check_01_sp.svg) no-repeat center center;
    background-size: contain;
  }
}

/*  c-head-dot
--------------------------------------- */
.delivery_service .c-head-dot {
  position: relative;
  padding-left: 20px;
  min-height: 30px;
  color: #222;
  font-size: calc((22 / 14) * 100%);
  font-weight: 700;
  line-height: 1.5;
}
.delivery_service .c-head-dot::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../delivery_service/images/ar_icon_dot_01.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-head-dot {
    padding-left: 16px;
    min-height: 1em;
    font-size: calc((16 / 14) * 100%);
    line-height: 1.35;
  }
  .delivery_service .c-head-dot::before {
    content: '';
    position: absolute;
    top: 6px;
    width: 10px;
    height: 10px;
  }
}




/*  c-text
--------------------------------------- */
.delivery_service .c-text {
  color: #333;
  font-size: calc((16 / 14) * 100%);
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1rem;
}
.delivery_service .c-headLv2 + .c-text {
  margin-top: 40px;
}

.delivery_service .c-head-check + .c-text {
  margin-top: 22px;
}
.delivery_service .c-head-dot + .c-text {
  margin-top: 20px;
}
.delivery_service .c-compare-box + .c-text {
  margin-top: 20px;
}
.delivery_service .c-notes-list + .c-text {
  margin-top: 16px;
}
.delivery_service .indent {
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-text {
    font-size: 100%;
  }
  .delivery_service .c-headLv2 + .c-text {
    margin-top: 24px;
  }
  .delivery_service .c-head-check + .c-text {
    margin-top: 12px;
  }
  .delivery_service .c-head-dot + .c-text {
    margin-top: 12px;
  }
  .delivery_service .c-compare-box + .c-text {
    margin-top: 12px;
  }
  .delivery_service .c-notes-list + .c-text {
    margin-top: 12px;
  }
}

/*  c-notes-list
--------------------------------------- */
.delivery_service .c-notes-list {
  color: #333;
  font-size: calc((12 / 14) * 100%);
  line-height: 1.5;
}
.delivery_service * + .c-notes-list {
  margin-top: 16px;
}
.delivery_service .c-text + .c-notes-list {
  margin-top: 17px;
}
.delivery_service .c-image + .c-notes-list {
  margin-top: 12px;
}
.delivery_service .c-table.c-table--top05 + .c-notes-list {
  margin-top: 40px;
}
.delivery_service .c-notes-list li {
  position: relative;
}
.delivery_service .c-notes-list li + li {
  margin-top: 2px;
}
.delivery_service .c-notes-list__vessel {
  display: table;
  width: 100%;
}
.delivery_service .c-notes-list__text,
.delivery_service .c-notes-list__no {
  display: table-cell;
  vertical-align: top;
}
.delivery_service .c-notes-list__no {
  padding-right: 2px;
  width: 1em;
  white-space: nowrap;
}
.delivery_service .c-notes-list__text {
  width: auto;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-notes-list.c-notes-list--small {
    font-size: calc((11 / 14) * 100%);
  }
  .delivery_service * + .c-notes-list {
    margin-top: 12px;
  }
  .delivery_service .c-text + .c-notes-list {
    margin-top: 12px;
  }
  .delivery_service .c-table.c-table--top05 + .c-notes-list {
    margin-top: 24px;
  }
}



/*  c-button-secondary
--------------------------------------- */
.delivery_service .c-button-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  position: relative;
  padding: 16px 17px 15px 17px;
  border: 1px solid var(--ar-color-line2);
  border-radius: 6px;
  width: 280px;
  background: #fff;
  color: var(--ar-color-link);
  font-size: calc((15 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;

  transition: background-color 0.3s ease;
}
.delivery_service .c-button-secondary.c-button-secondary--auto {
  width: auto;
}
@media (hover: hover) and (pointer: fine) {
  .delivery_service .c-button-secondary:hover {
    background-color: var(--ar-color-purple-light);
  }
}
.delivery_service .c-button-secondary__vessel {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
}
.delivery_service .c-button-secondary__vessel::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background: url(../delivery_service/images/ar_icon_link_01.svg) no-repeat center center;
  background-size: contain;
}
.delivery_service .c-button-secondary__vessel-2 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
}
.delivery_service .c-button-secondary__vessel-2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background: url(../delivery_service/images/ar_icon_link_01-2.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-button-secondary {
    padding: 16px 17px 16px 17px;
    font-size: 100%;
  }
  .delivery_service .c-button-secondary__vessel::before {
    content: '';
    width: 18px;
    height: 19px;
    background: url(../delivery_service/images/ar_icon_link_01_sp.svg) no-repeat center center;
    background-size: contain;
  }
  .delivery_service .c-button-secondary__vessel-2::before {
    content: '';
    width: 18px;
    height: 19px;
    background: url(../delivery_service/images/ar_icon_link_01-2_sp.svg) no-repeat center center;
    background-size: contain;
  }
}

/*  c-top-column
--------------------------------------- */
.delivery_service * + .c-top-column {
  margin-top: 60px;
}
.delivery_service .c-headLv3 + .c-top-column {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .delivery_service * + .c-top-column {
    margin-top: 25px;
  }
  .delivery_service .c-headLv3 + .c-top-column {
    margin-top: 26px;
  }
}

/*  c-top-2column
--------------------------------------- */
.delivery_service .c-top-2column {
  display: grid;
  grid-template-areas:
	"content image"
	"button image";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 32px 40px;
}
.delivery_service .c-top-2column__content {
  grid-area: content;
}
.delivery_service .c-top-2column__image {
  grid-area: image;
}
.delivery_service .c-top-2column__image img {
  width: 100%;
  height: auto;
}
.delivery_service .c-top-2column__button {
  grid-area: button;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-top-2column {
    display: block;
  }
  .delivery_service .c-top-2column__image {
    margin-top: 12px;
  }
  .delivery_service .c-top-2column__button {
    margin-top: 24px;
  }
}

/*  c-button-area
--------------------------------------- */
.delivery_service .c-button-area {
  position: relative;
}
.delivery_service * + .c-button-area {
  margin-top: 40px;
}
.delivery_service .c-text + .c-button-area {
  margin-top: 30px;
}
.delivery_service .c-mat-box.c-mat-box--compare * + .c-button-area {
  margin-top: 30px;
}
.delivery_service .c-button-area__lead {
  color: #222;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.delivery_service .c-button-area__button {
  text-align: center;
}
.delivery_service * + .c-button-area__button {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .delivery_service * + .c-button-area {
    margin-top: 24px;
  }
  .delivery_service .c-text + .c-button-area {
    margin-top: 24px;
  }
  .delivery_service .c-mat-box.c-mat-box--compare * + .c-button-area {
    margin-top: 24px;
  }
  .delivery_service .c-button-area__lead {
    font-size: calc((13 / 14) * 100%);
  }
  .delivery_service * + .c-button-area__button {
    margin-top: 6px;
  }
  .c-button-area__button .c-button-secondary {
    width: 100%;
  }
}

/*   取引通貨 ここから
--------------------------------------- */


/*  delivery_service currency_exchange 
--------------------------------------- */
.delivery_service .currency_exchange {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
        /*  justify-content: space-between;  btn 2個以上*/
    justify-content: space-around;
    }
@media screen and (max-width: 768px) { 
.delivery_service .currency_exchange {
  display: block;
}
}

/*  currency_exchange_box c-compare-box c-compare-box__head
--------------------------------------- */
.delivery_service .currency_exchange_box {
  width: 48%;
}
.delivery_service .c-compare-box__head {
  padding: 10px;
  border-radius: 4px 4px 0 0;
  background: var(--ar-color-pink2);
  color: #fff;
  font-size: calc((18 / 14) * 100%);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.delivery_service * + .c-compare-box {
 margin-top: 0;
}
.delivery_service .c-compare-box {
  text-align: center;
  width: 100%;
  gap: 0;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 768px) { 
  .delivery_service * + .c-compare-box {
  margin-top: 0;
}
.delivery_service .c-compare-box {
  display: block;
}
  .delivery_service .currency_exchange_box {
  width: 100%;
}
  .delivery_service .c-compare-box__head {
  line-height: 2.0;
  padding: 7px 8px 8px 8px;
  font-size: 100%;
}
  .delivery_service .c-compare-box__body {
    padding: 10px;
  }
}

/*  c-compare-box__item currency_name c-compare-box__body
--------------------------------------- */
.delivery_service .c-compare-box__item {
  align-items: center;
  border-radius: 0 0 4px 4px;
  background: var(--ar-color-pink-light);
  padding: 25px 10px 30px;
}

/* 売りが発生するとき
.delivery_service .c-compare-box__item .currency_buy {
  border-radius: 0 0 0 5px;
}
.delivery_service .c-compare-box__item .currency_sell {
  border-radius: 0 0 5px 0;
} 
.delivery_service .c-compare-box__item:nth-child(2) {
  background: var(--ar-color-gray-light2);
}
.delivery_service .c-compare-box.c-compare-box--first .c-compare-box__item {
  align-items: start;
}

.delivery_service .c-compare-box__item:nth-child(2) .c-compare-box__head {
  background: var(--ar-color-gray);
}

.delivery_service .c-compare-box.c-compare-box--first .c-compare-box__body {
  align-items: start;
}  
--------------------------------------- */
@media screen and (max-width: 768px) { 
  .delivery_service .c-compare-box__item {
  padding: 5px 5px 20px;
}
}





/*  c-compare-box__body c-compare-symbol
--------------------------------------- */
.delivery_service .c-compare-box__body {
  height: 100%;
  text-align: center;
}
.delivery_service .c-compare-symbol {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.delivery_service .c-compare-symbol img {
  width: 24%;
  align-items:baseline;
}
.delivery_service .c-compare-symbol__text {
  color: #333;
  font-size: calc((16 / 14) * 300%);
  font-weight: 700;
  line-height: 1.35;
}

@media screen and (max-width: 768px) { 
  .delivery_service .c-compare-box__body {
    padding: 10px;
  }
  .delivery_service .c-compare-symbol {
  margin-bottom: 10px;
}
 .delivery_service .c-compare-symbol__text {
  font-size: calc((16 / 14) * 260%);
}
}

/*  delivery_service c-compare-box btn
--------------------------------------- */
.delivery_service .delivery_service_btn {
  display: block;
  width: 85%;
  padding: 10px;
  border-radius: 5px;
  margin: 0 auto;
}
.delivery_service .delivery_service_btn a {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.delivery_service .delivery_service_btn a:hover {
  text-decoration: none;
}
.delivery_service .delivery_service_btn p {
  color: #ffff;
  font-size: calc((26 / 14) * 100%);
  font-weight: 600;
}
.delivery_service .delivery_service_btn img {
  width: 35%;
}
.delivery_service .currency_buy_btn {
    transition: .3s;
    background: #f68390;
    filter: drop-shadow(0px 5px 0px var(--ar-color-pink2));
}

.delivery_service .currency_buy_btn:hover {
  transform: translateY(3px);
  filter: drop-shadow(0px 2px 0px var(--ar-color-pink2));
}

/* 売りが発生するとき
.delivery_service .currency_sell_btn {
  transition: .3s;
  background: #f9a128;
  filter: drop-shadow(0px 5px 0px #d98319);
} 
.delivery_service .currency_sell_btn:hover {
  transform: translateY(3px);
  filter: drop-shadow(0px 2px 0px #d98319);
}
  --------------------------------------- */

.delivery_service .top_un_btn {
  width: 40%;
  padding: 20px;
}
.delivery_service .top_un_btn p {
  font-size: calc((16 / 14) * 200%);
}

.delivery_service .top_un_btn.mypage p {
  font-size: calc((16 / 14) * 140%);
  letter-spacing: 0.18rem;
}


@media screen and (max-width: 768px) {
  .delivery_service .delivery_service_btn p {
  font-size: calc((26 / 14) * 80%);
}
.delivery_service .top_un_btn {
  width: 80%;
  padding: 12px;
}

.delivery_service .top_un_btn p {
  font-size: calc((16 / 14) * 180%);
  padding: 5px 0;
}

.delivery_service .top_un_btn.mypage p {
  font-size: calc((16 / 14) * 120%);
}

}

/* c-point3-column-investment
*************/
.delivery_service-05 {
  background-color: #f3f3f3;
  padding: 24px 0;
}
.delivery_service .c-point3-column-investment {
  padding: 35px 17px 17px 20px;
  border-radius: 8px;
}
.delivery_service * + .c-point3-column-investment {
  margin-top: 34px;
}
.c-point3-column-investment+ .c-point3-column-investment {
   margin-top: 12px; 
}
.delivery_service .c-point3-column-investment__item {
  position: relative;
  padding: 1px 20px 20px 20px;
  border-radius: 8px;
  background: #fff;
}
.delivery_service .c-point3-column-investment__ds {
  font-size: calc((20 / 14) * 100%);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin: 0 auto;
  width: 30%;
}
.delivery_service .ds__item {
  border-radius: 9999px;
  background: var(--ar-color-pink2);
  color: #fff;
  display: flex;
  gap: 20px;
  margin-top: -20px;
 justify-content: center;
 letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .delivery_service * + .c-point3-column-investment {
    margin-top: 10px;
  }
  .delivery_service .c-point3-column-investment {
  padding: 35px 14px 14px 14px;
}
  .delivery_service .c-point3-column-investment__item {
  padding: 1px 14px 20px 14px;
  border-radius: 5px;
}

  .delivery_service .c-point3-column-investment__ds {
  font-size: calc((20 / 14) * 90%);
  width: 100%;
  }
}

/* c-point3-column-about.ds-column_order
*************/
.delivery_service .c-point3-column-about.ds-column_order {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 0 40px;
  align-items: center;
  height: 164px;
}
.delivery_service .c-point3-column-about.ds-column_order .c-text {
  width: 94%;
}
.c-point3-column-about.ds-column_order .c-point3-column-about__image {
  text-align: center;
}
.c-point3-column-about.ds-column_order .c-point3-column-about__image img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .delivery_service .c-point3-column-about.ds-column_order {
    display: block;
    height: auto;
  }
  .delivery_service .c-point3-column-about.ds-column_order .c-text {
    width: 90%;
    margin: 0 auto;
}
  .delivery_service .c-point3-column-about__image {
    margin: 24px 16px 16px;
  }
  .c-point3-column-about.ds-column_order .c-point3-column-about__image img {
  width: 65%;
}
}



/*  delivery_service c-top-2column
--------------------------------------- */
.delivery_service .c-top-2column {
 grid-template-columns: 1fr 30%;
 gap: 12px 40px;
}
.delivery_service .c-top-2column__image {
  padding: 24px 40px;
  border: solid 2px var(--ar-color-gray-light);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}



/*  delivery_service table01
--------------------------------------- */
.delivery_service .table01 td {
  border: 1px solid var(--ar-color-line);
  letter-spacing: 0.05rem;
  font-size: calc((16 / 14) * 100%);
}
.delivery_service .ds_pink {
    background: var(--ar-color-pink2);
}
.delivery_service .fff {
  color: #fff;
  font-weight: 600;
}
.delivery_service .column_left {
  width: 36%;
}
@media screen and (max-width: 768px) { 
  .delivery_service .table01 td {
  font-size: calc((14 / 14) * 100%);
}
.delivery_service .table01.sp-table02 td {
  text-align: left;
}
.table01.sp-table02 tr:last-child td:last-child {
  border-bottom: 1px solid var(--ar-color-line);
}
.delivery_service .column_left {
  width: 100%;
}
}
/*  delivery_service delivery_service-08
--------------------------------------- */
.delivery_service .delivery_service-08 .c-head-check {
    font-size: calc((16 / 14) * 100%);
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.1rem;
    font-weight: 400;
}