@charset "utf-8";
/* ======================================================
 * send_add
 * ------------------------------------------------------
 * - Override
 * - PageComponent
 * Print
====================================================== */

/* preparations-content */
.preparations-content .card__type {
  position: relative;
  padding: 1.2em 1.6em;
}
.preparations-content .card__type {
  position: relative;
  padding: 1.2em 1.6em;
}

.preparations-content .card__type--nolink {
  position: relative;
  padding: 1.2em 1.6em;
}

.preparations-content .card__type--blank__icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.preparations-content .card__type--blank {
  position: relative;
  padding: 1.2em 1.6em;
}

.preparations-content .card__type:before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  right: 21px;
  width: 8px;
  height: 11px;
  background: url(/ytc/customer/img/customer_guide_ic01.png);
  background-size: 8px 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.preparations-content .card__type--nolink:before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  right: 21px;
  width: 8px;
  height: 11px;
  background: url(/ytc/customer/img/customer_guide_ic01.png);
  background-size: 8px 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.preparations-content .card__type--blank:before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  right: 21px;
  width: 8px;
  height: 11px;
  background: url(/ytc/customer/img/customer_guide_ic01.png);
  background-size: 8px 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 760.98px) {
  .preparations-content .button-wrap {
    margin: 2em 0 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .preparations-content .card__title {
    padding-top: 0.6em;
  }

  .preparations-content .card__type--blank__icon {
    top: 10px;
  }
}

/* service-content */
.services-content .button-v2__type--small,
.services-content .button__type--small {
  width: 93.62%;
  margin-right: auto;
  margin-left: auto;
}

.services-content .button-wrap[data-col-pc]:not([data-col-pc="auto"]) > * {
  margin-top: 1em;
}

@media screen and (min-width: 761px) {
  .services-content .button-v2__type--small,
  .services-content .button__type--small {
    width: 74.815%;
  }
}

@media all and (-ms-high-contrast: none) {
  .services-content .button-v2 .button-v2__type--small,
  .services-content .button .button__type--small {
    padding: 1.2em 0.8em 0.8em;
  }
}

@media screen and (min-width: 761px) {
  .services-content .card-v6__type:hover,
  .services-content .card-v6__type:hover .card-v6__image,
  .services-content .card-v6__type:hover img {
    opacity: 1;
  }

  .services-content .card-v6 .button-v2__type,
  .services-content .card-v6 .button__type {
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }

  .services-content .card-v6 .button-v2__type:hover,
  .services-content .card-v6 .button__type:hover {
    opacity: .7;
  }

  .services-content .card-v6 .button-wrap {
    position: relative;
    z-index: 2;
  }

  .services-content .card-v6 .button-wrap .button-v2 .button-v2__type--small,
  .services-content .card-v6 .button-wrap .button .button__type--small {
    font-size: 1.4rem;
  }

  .services-content .card-v6__type {
    position: relative;
  }

  .services-content .card-v6__type:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .3);
    opacity: 0;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }

  .services-content .card-v6__type:not(.is-btn-hover):hover:before {
    opacity: 1;
  }
}

/* send-top */
.send-top .util-mb-send {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .send-top .util-mt-send {
    margin-top: 1.2em;
  }
}

.send-top .send-top__section {
  margin-top: 45px;
}

.send-top .send-top__sub-section {
  margin-top: 30px;
}

@media screen and (min-width: 761px) {
  .send-top .send-top__section {
    margin-top: 80px;
  }

  .send-top .send-top__sub-section {
    margin-top: 60px;
  }
}

.send-top .send-top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.send-top .send-top__nav > li {
  width: 100%;
  display: block;
  position: relative;
}

@media screen and (max-width: 760px) {
  .send-top .send-top__nav > li:nth-child(n + 2) {
    margin-top: 1em;
  }
}

@media screen and (min-width: 761px) {
  .send-top .send-top__nav > li {
    width: 25.8%;
  }

  .send-top .send-top__nav > li:last-child {
    width: calc(25.8% + 5em);
  }

  .send-top .send-top__nav > li:last-child .anchor-navi__link {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    padding-left: 2em;
  }
}

.send-top .anchor-nav__children {
  position: relative;
  right: -1em;
}

.send-top .anchor-nav__children li {
  margin: 0.5em 0;
  font-weight: bold;
}

@media screen and (min-width: 761px) {
  .send-top .anchor-nav__children {
    position: relative;
    right: -5em;
    font-size: 1.4rem;
  }
}

.send-top .anchor-navi__label__small {
  font-size: 1.3rem;
}

.send-top .anchor-navi__label__small::before {
  top: 0.7em;
  border-width: 5px 8px 5px;
}

.send-top .link-list > li > [class*="__type"] {
  text-decoration: none;
}

@media screen and (max-width: 760.98px) {
  .send-top .link-list > li {
    margin-bottom: 0;
  }
}

.send-top .card {
  display: block;
}

.send-top .card__title {
  font-size: 1.3rem;
}

@media screen and (min-width: 761px) {
  .send-top .card__title {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 760px) {
  .send-top .card__head {
    margin-bottom: 1em;
  }

  .send-top .card__head + .card__body {
    margin-left: 0;
    text-align: center;
  }

  .send-top .card-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 761px) {
  .send-top .card__head + .card__body {
    margin-left: 1em;
  }

  .send-top .customer-card__item .card {
    min-height: 125px;
  }

  .send-top .customer-card__item .card + .card {
    margin-top: 2em;
  }
}

@media screen and (min-width: 761px) {
  .send-top .customer-card__text {
    font-size: 1.3rem;
    margin-top: 0.5em;
    margin-bottom: 0em;
  }
}
.send-top .customer-card__text {
  margin-bottom: 0.5em;
}

.send-top .card-v3__label {
  margin: 0.3em 0 0;
}

.send-top .customer-card__item .card > a,
.send-top .customer-card__item .card > div,
.send-top .customer-card__type {
  height: 100%;
}

.send-top .card__type--blank__icon,
.send-top .link-list__type--blank__icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 761px) {
  .send-top .card__type--blank__icon,
  .send-top .card__type--blank__icon img,
  .send-top .link-list__type--blank__icon {
    width: 20px;
    height: 20px;
  }
}

.send-top .customer-card__icon:before {
  width: 79px;
  height: 77px;
}

@media screen and (min-width: 761px) {
  .send-top .customer-card__icon:before {
    margin-bottom: 2.2em;
  }
}

@media screen and (max-width: 760px) {
  .send-top .customer-card__inner-c-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .send-top .card.img-center > [class^="card__type"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 761px) {
  .send-top .customer-card__icon::before {
    height: 95px;
    width: auto;
  }

  .send-top .card.img-center a {
    padding: 1.2em 1.4em 1.6em !important;
  }

  .send-top .customer-card__icon:after {
    height: 95px;
  }
}

.send-top .card__image {
  margin: 0 auto;
}

@media screen and (max-width: 760.98px) {
  .send-top .card.img-center > [class^="card__type"] .card__head {
    width: 10vw;
  }

  .send-top .card__type {
    padding: 1.2em 0.72em 1.6em;
  }

  .send-top .card__type--blank {
    padding: 1.2em 0.72em 1.6em;
  }

  .send-top .img-center {
    width: calc((100% - 15px) / 2);
  }

  .send-top .card__title__block {
    display: inline-block;
  }
}

@media screen and (min-width: 761px) {
  .send-top .card-wrap .card.img-center > [class^="card__type"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .send-top .card__body {
    width: auto;
  }

  .send-top .customer-card__item--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.send-top .customer-card-icon__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 761px) {
  .send-top .customer-card-icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 761px) {
  .send-top .menber-wrap {
    text-align: center;
  }
}

@media screen and (min-width: 761px) {
  .send-top .customer-card__icon .list-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 760.98px) {
  .send-top__type--blank {
    margin: 0;
  }
}

.customer-card__icon--13:before {
  background-image: url(/ytc/customer/img/customer_guide_im13.png);
}

.customer-card__icon--13:after {
  background-image: url(/ytc/customer/img/customer_guide_im13_on.png);
}

.customer-card__icon--14:before {
  background-image: url(/ytc/customer/img/customer_guide_im14.png);
}

.customer-card__icon--14:after {
  background-image: url(/ytc/customer/img/customer_guide_im14_on.png);
}

.customer-card__icon--15:before {
  background-image: url(/ytc/customer/img/customer_guide_im15.png);
}

.customer-card__icon--15:after {
  background-image: url(/ytc/customer/img/customer_guide_im15_on.png);
}

.customer-card__icon--16:before {
  background-image: url(/ytc/customer/img/customer_guide_im16.png);
}

.customer-card__icon--16:after {
  background-image: url(/ytc/customer/img/customer_guide_im16_on.png);
}

.customer-card__icon--17:before {
  background-image: url(/ytc/customer/img/customer_guide_im17.png);
}

.customer-card__icon--17:after {
  background-image: url(/ytc/customer/img/customer_guide_im17_on.png);
}

.customer-card__icon--18:before {
  background-image: url(/ytc/customer/img/customer_guide_im18.png);
}

.customer-card__icon--18:after {
  background-image: url(/ytc/customer/img/customer_guide_im18_on.png);
}

.customer-card__icon--19:before {
  background-image: url(/ytc/customer/img/customer_guide_im19.png);
}

.customer-card__icon--19:after {
  background-image: url(/ytc/customer/img/customer_guide_im19_on.png);
}

.customer-card__icon--20:before {
  background-image: url(/ytc/customer/img/customer_guide_im20.png);
}

.customer-card__icon--20:after {
  background-image: url(/ytc/customer/img/customer_guide_im20_on.png);
}

.customer-card__icon--21:before {
  background-image: url(/ytc/customer/img/customer_guide_im21.png);
}

.customer-card__icon--21:after {
  background-image: url(/ytc/customer/img/customer_guide_im21_on.png);
}

.customer-card__icon--22:before {
  background-image: url(/ytc/customer/img/customer_guide_im22.png);
}

.customer-card__icon--22:after {
  background-image: url(/ytc/customer/img/customer_guide_im22_on.png);
}

.customer-card__icon--23:before {
  background-image: url(/ytc/customer/img/customer_guide_im23.png);
}

.customer-card__icon--23:after {
  background-image: url(/ytc/customer/img/customer_guide_im23_on.png);
}

.customer-card__icon--24:before {
  background-image: url(/ytc/customer/img/customer_guide_im24.png);
}

.customer-card__icon--24:after {
  background-image: url(/ytc/customer/img/customer_guide_im24_on.png);
}

.customer-card__icon--25:before {
  background-image: url(/ytc/customer/img/customer_guide_im25.png);
}

.customer-card__icon--25:after {
  background-image: url(/ytc/customer/img/customer_guide_im25_on.png);
}

.customer-card__icon--26:before {
  background-image: url(/ytc/customer/img/customer_guide_im26.png);
}

.customer-card__icon--26:after {
  background-image: url(/ytc/customer/img/customer_guide_im26_on.png);
}

.send-select + .preparations-content {
  margin-top: 20px;
}

@media screen and (min-width:761px) {
  .send-select + .preparations-content {
    margin-top: 40px;
  }
}

.send-select .is-hidden {
  display: none;
}

@media screen and (min-width:761px) {
  .send-select .text {
    margin-bottom: 60px
  }
}

@media screen and (min-width:761px) {
  .send-select .card-wrap {
    margin-left: -14px;
    margin-right: -14px
  }
}

.send-select .card-v2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:761px) {
  .send-select .card-v2 {
    margin: 0 14px 19px !important
  }
}

.send-select .button-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px
}

@media screen and (max-width:760px) {
  .send-select .button {
    width: 100%
  }
}

.send-select .button .button__type--small {
  min-width: 100%
}

@media screen and (min-width:761px) {
  .send-select .button .button__type--small {
    min-width: 287px
  }
}

@media screen and (max-width:760px) {
  .send-select .link-list>li {
    margin-bottom: 0
  }
}

.send-select .js-send-service {
  display: none
}

.send-select .hdg-level2-01 {
  margin-bottom: 12px
}

.send-select .hdg-level2-01+.text {
  margin-top: 12px;
  margin-bottom: 35px
}

.send-select .js-send-service {
  margin-top: 60px
}

@media screen and (min-width:761px) {
  .send-select__categories {
    padding-top: 30px
  }
}

@media screen and (min-width:761px) {
  .send-select__category-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.send-select__category {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #141414;
  border-radius: 0.8em;
  background-color: #fff;
  color: #141414;
  text-align: left;
  text-decoration: none
}

.send-select__category-head {
  padding: 22px 48px 22px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:760px) {
  .send-select__category-head {
    position: relative;
    cursor: pointer
  }

  .send-select__category-head.is-open+.js-send-category-list {
    display: block
  }
}

@media screen and (min-width:761px) {
  .send-select__category-head {
    padding: 20px
  }
}

.send-select__category-icon {
  display: block;
  width: 26px;
  height: 26px;
  background: #fccf00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px
}

@media screen and (min-width:761px) {
  .send-select__category-icon {
    display: none
  }
}

.send-select__category-icon:before {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.send-select__category-icon:after {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg)
}

.is-open .send-select__category-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg)
}

.is-open .send-select__category-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

@media screen and (min-width:761px) {
  .send-select__category-image {
    width: 78px
  }
}

.send-select__category-title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (min-width:761px) {
  .send-select__category-title {
    font-size: 1.8rem;
    padding-left: 20px
  }
}

.send-select__category-list {
  position: relative
}

@media screen and (max-width:760px) {
  .send-select__category-list {
    display: none
  }

  .send-select__category-list:before {
    content: "";
    display: block;
    width: calc(100% - 44px);
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media screen and (min-width:761px) {
  .send-select__category-list {
    display: block;
    border-top: 4px solid #f0f0f0
  }
}

.send-select__category-list>li {
  font-size: 1.4rem;
  cursor: pointer;
  position: relative
}

.send-select__category-list>li.is-active,
.send-select__category-list>li:hover {
  background: #f0f0f0
}

@media screen and (max-width:760px) {
  .send-select__category-list>li:nth-child(n+2):before {
    content: "";
    display: block;
    width: calc(100% - 44px);
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media screen and (min-width:761px) {
  .send-select__category-list>li:nth-child(n+2) {
    border-top: 2px solid #f0f0f0
  }
}

.send-select__category-list>li>a,
.send-select__category-list>li>span {
  display: block;
  padding: 20px
}

@media screen and (min-width:761px) {

  .send-select__category-list>li>a,
  .send-select__category-list>li>span {
    padding: 22px
  }
}

.send-select__category-list>li>a[target=_blank] span {
  padding-left: 1.4em;
  position: relative
}

.send-select__category-list>li>a[target=_blank] span:after {
  content: "";
  background: url(/app-files/img/sprite/icon.svg#blank-usage);
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.send-select-detail .hdg-level2-01 {
  margin-bottom: 12px
}

.send-select-detail .hdg-level2-01+* {
  margin-top: 12px
}

.send-select-detail .hdg-level2-04 {
  margin-bottom: 12px
}

.send-select-detail .hdg-level2-04+* {
  margin-top: 12px
}

@media screen and (min-width:761px) {
  .send-select-detail .media-v2__head {
    width: 40%
  }
}

@media screen and (min-width:761px) {
  .send-select-detail .media-v2__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.send-select-detail .media-v2__body__text {
  font-size: 1.4rem;
  margin-top: 0
}

.send-select-detail .media-v2__body__text a {
  text-decoration: underline;
}

.send-select-detail .media-v2__body__text .util-highlight__02 {
  margin-bottom: 0.5em
}

.send-select-detail__head {
  margin-bottom: 22px
}

@media screen and (min-width:761px) {
  .send-select-detail__head {
    margin-bottom: 60px
  }
}

.send-select-detail .text,
.send-select-detail__text {
  font-size: 1.1rem;
  color: #b40000;
  margin: 0
}

.send-select-detail__text li {
  font-weight: bold;
}

@media screen and (min-width:761px) {

  .send-select-detail .text,
  .send-select-detail__text {
    font-size: 1.3rem
  }
}

.send-select-detail .text .list-wrap,
.send-select-detail .text .unorder-list,
.send-select-detail__text .list-wrap,
.send-select-detail__text .unorder-list {
  margin-top: 0;
  margin-bottom: 0
}

.send-select-detail .text .unorder-list>li:before,
.send-select-detail__text .unorder-list>li:before {
  background: #b40000
}

.send-select-detail .text .order-list__mark,
.send-select-detail__text .order-list__mark {
  color: #b40000
}

.send-select-detail .text .unorder-list li a,
.send-select-detail .text a,
.send-select-detail__text .unorder-list li a,
.send-select-detail__text a {
  text-decoration: underline;
  color: #b40000
}

.send-select-detail__movie {
  margin: 0 auto
}

.send-select-detail__section,
.send-select-detail__sub-section {
  margin-top: 35px;
  margin-bottom: 35px
}

@media screen and (min-width:761px) {

  .send-select-detail__section,
  .send-select-detail__sub-section {
    margin-top: 60px;
    margin-bottom: 60px
  }
}

.send-select-detail__sub-section-02 {
  margin-top: 40px
}

.send-select-detail__sub-section-02 .hdg-level3-01 {
  margin-bottom: 25px
}

.send-select-detail .hdg-level2-01+.send-select-detail__sub-section-02 {
  margin-top: 30px
}

@media screen and (min-width:761px) {
  .send-select-detail .hdg-level2-01+.send-select-detail__sub-section-02 {
    margin-top: 40px
  }
}

.send-select-detail__border {
  border-top: 2px solid #f0f0f0;
  margin-top: 40px;
  padding-top: 10px
}

.send-select-detail .media-v2 {
  margin-bottom: 22px
}

.send-select-detail .note-list>li,
.send-select-detail .order-list>li,
.send-select-detail .unorder-list>li {
  margin-top: 0
}

.send-select-detail .note-list>li:nth-child(n+2),
.send-select-detail .order-list>li:nth-child(n+2),
.send-select-detail .unorder-list>li:nth-child(n+2) {
  margin-top: 0.5em
}

.send-select-detail .note-list .note-list,
.send-select-detail .note-list .order-list,
.send-select-detail .note-list .unorder-list,
.send-select-detail .order-list .note-list,
.send-select-detail .order-list .order-list,
.send-select-detail .order-list .unorder-list,
.send-select-detail .unorder-list .note-list,
.send-select-detail .unorder-list .order-list,
.send-select-detail .unorder-list .unorder-list {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em
}

.send-select-detail .note-list a,
.send-select-detail .order-list a,
.send-select-detail .unorder-list a {
  text-decoration: underline
}

.send-select-detail .button-v2 .button-v2__type {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:760px) {
  .send-select-detail .button-v2 .button-v2__type {
    height: 80px
  }
}

.send-select-detail .button-v2__label+span {
  font-size: 1rem;
  width: 100%;
  display: block;
  margin-top: 0.4em
}

@media screen and (min-width:761px) {
  .send-select-detail .button-v2__label+span {
    font-size: 1.3rem;
    margin-top: 1em
  }
}

.send-select-detail .button .button__type {
  height: 80px
}

@media screen and (min-width:761px) {
  .send-select-detail .button .button__type {
    border-width: 2px
  }
}

.js-send-service-link {
  cursor: pointer;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
  opacity: 1;
}

.js-send-service-link:hover {
  opacity: .6;
}
