@charset "UTF-8";

/* top intro new */
@media (min-width: 768px) {
  #home .drawer-menu a {
    color: #000;
  }
  .container-intro {
    background: #fff;
    padding-top: 20px;
  }
  .container-intro .row {
    width: 100%;
    max-width: 1675px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .container-intro .container-intro-img {
    padding-left: 0;
  }
  .container-intro .container-intro-img img {
    border-radius: 0 0 6em 0;
  }
  .container-intro .container-intro-txt {
    position: absolute;
    text-align: right;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
  }
  .container-intro .container-intro-txt h2 {
    margin-top: 1em;
  }
  .container-intro .container-intro-txt h2 img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  #home .drawer-menu a {
    color: #000;
  }
  .container-intro {
    background: #fff;
    padding-top: 0;
  }
  .container-intro .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container-intro .container-intro-img {
    padding-right: 0;
    padding-left: 0;
  }
  .container-intro .container-intro-img img {
    border-radius: 0 0 2em 0;
  }
  .container-intro .container-intro-txt {
    margin: -2em auto 0;
  }
  .container-intro .container-intro-txt h2 {
    margin-top: 1em;
  }
  .container-intro .container-intro-txt h2 img {
    width: auto;
    height: auto;
  }
}
/* top voice */
.bg-gray.voice {
  border-top-right-radius: 0;
}
.voice-balloon {
  position: relative;
  background: #fff;
  padding: 20px 4%;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}
.voice-balloon02 {
  position: relative;
  background: #fff;
  padding: 20px 3%;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}
.voice-balloon02 .prof {
  display: block;
  text-align: right;
  font-size: 14px;
}
@media (min-width: 768px) {
  .voice-row {
    margin-bottom: 2.5em;
  }
  .voice-balloon {
    position: relative;
    background: #fff;
    padding: 20px 4%;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
  }
  .voice-balloon::after {
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .voice-balloon.balloon-left::after {
    right: -34px;
    background-image:url(/common/img/miraizshop/icon-balloon01.svg);
  }
  .voice-balloon.balloon-right::after {
    left: -32px;
    background-image:url(/common/img/miraizshop/icon-balloon02.svg);
    z-index: -1;
  }
  .voice-balloon.balloon-right {
    margin-left: 2.5%;
  }
  .voice-balloon p {
    font-size: 20px;
    line-height: 240%;
    font-weight: 500;
    margin-bottom: 0;
  }
  .voice-balloon p strong {
    font-size: 25px;
    font-weight: 700;
    color: #ff4330;
  }
  .voice-balloon .prof {
    display: block;
    text-align: right;
    font-size: 16px;
  }
  .voice-balloon02::after {
    content:"";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -20px;
    top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image:url(/common/img/miraizshop/icon-balloon03.svg);
  }
  .voice-balloon-img{
    padding: 0 4%;
  }
  .voice-balloon02-img.voice-img05 {
    padding: 0 5%;
  }
  .voice-balloon02 p {
    font-size: 16px;
    line-height: 225%;
    font-weight: 500;
    margin-bottom: 0;
  }
  .voice-balloon02 p strong {
    font-size: 18px;
    font-weight: 700;
    color: #ff4330;
  }
}
@media (max-width: 767px) {
  .voice-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .voice-balloon {
    position: relative;
    background: #fff;
    padding: 30px 4%;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
    order: 1;
    margin-bottom: 35px
  }
  .voice-balloon::after {
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0; right: 0;
    margin: auto;
    bottom: -35px;
    background-image:url(/common/img/miraizshop/icon-balloon_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .voice-balloon p {
    font-size: 18px;
    line-height: 220%;
    font-weight: 500;
    margin-bottom: 0;
  }
  .voice-balloon p strong {
    font-size: 22px;
    font-weight: 700;
    color: #ff4330;
  }
  .voice-balloon .prof {
    display: block;
    text-align: right;
    font-size: 14px;
  }
  .voice-balloon-img {
    order: 2;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .voice-balloon-img img {
    width: 45%;
  }
  .voice-row02 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .voice-balloon02 {
    padding: 20px 4%;
    margin-bottom: 30px
  }
  .voice-balloon02::after {
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 35%;
    margin: auto;
    bottom: -35px;
    background-image:url(/common/img/miraizshop/icon-balloon_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .voice-balloon02 p {
    font-size: 18px;
    line-height: 220%;
    font-weight: 500;
    margin-bottom: 0;
  }
  .voice-balloon02 p strong {
    font-size: 22px;
    font-weight: 700;
    color: #ff4330;
  }
  .voice-balloon02-img {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .voice-balloon02-img.voice-img04 img {
    width: 60%;
  }
  .voice-balloon02-img.voice-img05 img {
    width: 28%;
  }
}
/*focus処理　20250521追加*/
.service-top:focus-visible, .green-bnt:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
  color:#666666;  
}
.black-bnt:focus-visible, .c-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
  color: #fff;
}
/*focus処理ここまで*/