@charset "UTF-8";
@media screen and (min-width:751px){
  .consumer-protection-display{
     max-width: 900px;
     margin: 0 auto;
  }
}
@media screen and (min-width:751px){
  .consumer-protection-text{
     font-size: 17px;
     font-weight: 700;
     font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
     margin: 0 20px 70px 20px;
     line-height: 1.8;
  }
}
@media screen and (max-width:750px){
  .consumer-protection-display{
     width:100%;
  }
}
@media screen and (max-width:750px){
  .consumer-protection-text{
     font-size: 12px;
     font-weight: 700;
     font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
     margin: 0 10px 40px 20px;
     line-height: 1.5;
   }
}
p.InquiryListItem__description{
    font-weight: normal;
}
.banner-text-section{
    margin: 20px 0 20px;
    max-width: 1130px;
    margin: 0 auto;
}

.handsup-mt-scope{
  margin: auto;
  line-height: inherit;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
.handsup-mt-scope .headline{
  text-align: center;
  margin-bottom: 16px;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-line;
  font-size: 22px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
.handsup-mt-scope .title{
  text-align: center;
  font-weight: 500;
  margin: 0 20px;
  word-wrap: break-word;
  white-space: pre-line;
  word-break: break-all;
  font-size: 22px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
.handsup-mt-scope .hashtag{
    margin: 30px 0 !important;
    padding: 0 15px !important;
}
.handsup-mt-scope .hashtag-content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.handsup-mt-scope .hashtag-link{
    background: #FFFFFF;
    border: 1px solid #e8d7d4 !important;
    border-radius: 50px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    list-style: none;
}
.handsup-mt-scope .hashtag-link a{
    display: block;
    color: #4b5563;
    text-decoration: none;
    padding: 12px 24px !important;
}
.handsup-mt-scope .hashtag-link:hover{
    background: #e8d7d4 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    color: #be185d !important;
}

.text-section{
    margin: 20px auto;
    padding: 1px 20px;
    max-width: 800px;
    text-align: left;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.text-section h2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px !important;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.text-section p{
    font-size: 16px;
    line-height: 1.8;
}
.guidance-section{
    text-align: center;
    margin: 40px auto;
    padding: 20px;
    max-width: 1130px;
}
.guidance-section h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.guidance-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    margin: 0 auto;
}
@media (max-width: 750px){
    .guidance-grid{
        justify-content: flex-start;
        gap: 10px;
    }
}
.guidance-card{
    flex: 0 0 calc(20% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: #f9f9f9;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI emoji;
    text-decoration: none;
}
@media (max-width: 750px){
    .guidance-card{
        flex: 0 0 calc(50% - 10px);
    }
}
.guidance-card,
.guidance-card a{
    color: inherit;
    text-decoration: none;
}
.guidance-card:last-child{
    margin-left: 0;
}
.guidance-card img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.guidance-card p,
.guidance-card small{
    text-align: left;
}
.guidance-card p{
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0;
}
.guidance-card small{
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
.button{
    background-color: #008cba;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none;
}
.button:hover{
    background-color: #005f75;
}
.notice{
    margin-top: 20px;
    font-size: 0.9em;
    color: #555;
    line-height: 1.6;
}
.sp-text{
    display: none;
}
@media (max-width: 768px){
    .pc-text{
        display: none;
    }
}
@media (max-width: 768px){
    .sp-text{
        display: inline;
    }
}
.special-announcement{
    font-size: 1.2em !important;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.content-text{
    margin-top: 20px;
}
.special-list{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: none;
}
.special-list li{
    padding: 5px 0;
}
.special-guest{
    margin: 40px auto;
    max-width: 800px;
}
.special-guest h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.guest-profile{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.guest-profile img{
    width: 90%;
    height: auto;
}
.guest-site{
    font-size: 16px;
    line-height: 1.8;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.guest-site a{
    color: #008cba;
    text-decoration: underline;
}
.guest-site a:hover{
    text-decoration: none;
}
.special-announcement{
    font-size: 1.2em !important;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.special-announcement span{
    display: inline-block;
    white-space: nowrap;
}
.handsup-mt-scope .module-container{
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 60px !important;
}
.handsup-mt-scope .devices-recommendation-display{
    padding: 16px 20px;
}
.handsup-mt-scope .devices-recommendation-display__title{
    margin-bottom: 16px;
    word-break: break-all;
    font-weight: 500;
    white-space: pre-line;
    text-align: center;
    font-size: 22px;
    line-height: 1.75rem;
    word-wrap: break-word;
    color: rgb(0, 0, 0);
}
.handsup-mt-scope .devices-recommendation-display__desc{
    margin-bottom: 16px;
    text-align: center;
}
.handsup-mt-scope .mb-4 {
    margin-bottom: 16px;
}
.handsup-mt-scope .handsup-mt-scope .whitespace-pre-line{
    white-space: pre-line;
}
.handsup-mt-scope .devices-recommendation-display__device-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media screen and (max-width: 750px) {
  .handsup-mt-scope .devices-recommendation-display__device-box{
    flex-direction: column;
  }
}
.handsup-mt-scope .devices-recommendation-display__device-box__device{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    flex-grow: 0;
}
@media screen and (max-width: 750px) {
  .handsup-mt-scope .devices-recommendation-display__device-box__device{
    flex-direction: column;
  }
}
.handsup-mt-scope .devices-recommendation-display__device-box__image-box{
    margin-right: 8px;
    display: flex;
    flex-direction: column;
}
.handsup-mt-scope .devices-recommendation-display__device-box__image-box__img{
    width: 117px;
    margin-bottom: 12px;
}
.handsup-mt-scope .el-image__inner{
    opacity: 1;
    vertical-align: top;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.handsup-mt-scope .el-image{
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.handsup-mt-scope .devices-recommendation-display__device-box__image-box__name{
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    line-height: 2px;
    --tw-text-opacity: 1;
    color: rgb(96 98 102);
}
.handsup-mt-scope .devices-recommendation-display__device-box__desc{
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(96 98 102);
    max-width: 300px;
}
.handsup-mt-scope .event_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #90A7BE;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 44px;
  width: 156px;
  border: 1px solid #90A7BE !important;
  text-decoration: none;
  margin: 0 0 0 auto !important;
  position: relative;
  padding: 0 1em 0 0 !important;
  user-select: none;
  transition: 0.15s;
}
.handsup-mt-scope .event_btn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
  right: auto;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #90A7BE !important;
  border-top: 1px solid #90A7BE !important;
  transform: rotate(-45deg);
}
.handsup-mt-scope .event_btn:hover{
  background: #AABDCD;
  color: #ffff;
}
.handsup-mt-scope .event_btn:hover:after{
  border-left: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
}
.handsup-mt-scope .event_btn.btn_l{
  width: 436px;
  height: 64px;
  margin: 60px auto !important;
  padding: 0 !important;
  font-size: 20px;
}
@media screen and (max-width: 750px){
  .handsup-mt-scope .event_btn.btn_l{
    width: 85%;
    height: auto;
    font-size: 14px;
    margin: 20px auto !important;
    padding: 1em 0 !important;
  }
}
.handsup-mt-scope .event_btn.btn_l:after{
  left: 30px;
  right: auto;
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 750px) {
  .handsup-mt-scope .event_btn.btn_l:after{
    width: 6px;
    height: 6px;
    left: 7%;
    right: auto;
  }
}
.handsup-mt-scope .archives_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C28586;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 44px;
  width: 156px;
  border: 1px solid #C28586 !important;
  text-decoration: none;
  margin: 0 0 0 auto !important;
  position: relative;
  padding: 0 1em 0 0 !important;
  user-select: none;
  transition: 0.15s;
}
.handsup-mt-scope .archives_btn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
  right: auto;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #C28586 !important;
  border-top: 1px solid #C28586 !important;
  transform: rotate(-45deg);
}
.handsup-mt-scope .archives_btn:hover{
  background: #C28586;
  color: #ffff;
}
.handsup-mt-scope .archives_btn:hover:after{
  border-left: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
}
.handsup-mt-scope .archives_btn.btn_l{
  width: 436px;
  height: 64px;
  margin: 60px auto !important;
  padding: 0 !important;
  font-size: 20px;
}
@media screen and (max-width: 750px){
  .handsup-mt-scope .archives_btn.btn_l{
    width: 85%;
    height: auto;
    font-size: 14px;
    margin: 20px auto !important;
    padding: 1em 0 !important;
  }
}
.handsup-mt-scope .archives_btn.btn_l:after{
  left: 30px;
  right: auto;
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 750px) {
  .handsup-mt-scope .archives_btn.btn_l:after{
    width: 6px;
    height: 6px;
    left: 7%;
    right: auto;
  }
}

