/*共通設定*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  color: #696969;
  line-height: 1.7;
}
a{
  text-decoration: none;
}
li{
  list-style-type: none;
}
.header,.footer{
  display: block;
  max-width: 1120px;
  margin: 0 auto;
}
.main{
  max-width: 1120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:20px;
  margin: 0 auto;
  padding: 0 0px;
}
.main img{
  width: 100%;
}
.page_wrap{
  order: 2;
}
.left{
  display: block;
  order: 1;
}
@media screen and (max-width:1120px){
.header,.footer,.left{
  display: none;
}
}

/*共通設定*/
.page_wrap{
  width: 100%;
}
.page_wrap .content_wrap {
    padding: 6rem 2rem;
}
.page_ttl{
  font-size: 2.8rem;
  border-bottom: 2px solid #e3a5ba;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width:1120px){
  .main{
    margin-top: 30px;
    padding: 0 20px 60px;
  }
  .page_ttl{
    font-size: 2.2rem;
  }
}
@media screen and (max-width:768px){
  .main{
    padding: 0 10px 40px;
  }
  .page_ttl{
    font-size: 2rem;
  }
  .page_wrap .content_wrap {
    padding: 6rem 1.5rem;
  }
}
@media screen and (max-width:520px){
  .page_wrap .contents_wrap{
    padding: 4rem 0 0;
  }
}
@media screen and (max-width:375px){
  .page_ttl{
    font-size: 1.5rem;
  }
}

hr{
  margin: 5rem 0;
  border: none;
  border-top: 1px solid #d2d2d2;
}
/*メイン*/

.content_ttl {
    font-size: 2.4rem;
    color: #e3a5ba;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 3rem;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.content_ttl span{
  display: flex;
}
.content_subttl{
    font-size: 2.0rem;
    color: #e3a5ba;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.content_text{
  font-size: 1.4rem;
  text-align: left;
  color: #373737;
}
.content_text.center{
  text-align: center;
}
.content_text span{
  font-size: 1.2rem;
  text-align: left;
  color: #373737;
}
.laundryTable_ttl{
  font-size: 1.8rem;
  color: #373737;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  margin-top: 5rem;
}
.mcenter{
    display: flex;
    justify-content: center;
}

.video-player{
  width: 100% !important;
  height: auto !important;
}




.task_box{
  position: relative;
  border: 1px solid #db84a2;
  padding: 4rem;
  border-radius: 8px;
}
.arrow{
  max-width: 23px;
  width: 100%;
  margin: 3rem auto;
}
.task_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.task_flexbox{
  width: 50%;
}
.task_ttl{
  position: absolute;
  font-size: 2.0rem;
  color: #e3a5ba;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  background-color: #FFF;
  padding: 0 2rem;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.task_subttl{
  font-size: 1.8rem;
  color: #e3a5ba;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width:768px){
  .task_box{
    padding: 2rem;
  }
  .task_flex{
    display: grid;
  }
  .task_flexbox{
    width: 100%;
  }
}


.point_ttl{
  color: #eca53a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}
.point_ttl span{
  display: flex;
  align-items: center;
}
.point{
  border: 1px solid #eca53a;
  padding: 3rem;
  border-radius: 8px;
}
.movie_flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
@media screen and (max-width:768px){
  .point{
    padding: 2rem;
  }
  .movie_flex{
    display: grid;
  }
}

.sign_ttl{
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.sign_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
}
.sign_flex .sign_textbox{
  width: 60%;
}
.sign_flex .movie{
  width: 40%;
  margin-top: 0;
}

@media screen and (max-width:768px){
  .sign_flex{
    display: block;
  }
  .sign_flex .sign_textbox{
    width: 100%;
  }
  .sign_flex .movie{
    width: 100%;
    margin-top: 20px;
  }
}

.btn_flex{
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 40px;
}
.btn_flex a{
  display: inline-block;
  max-width: 245px;
  width: 100%;
}
.btn_flex a p{
  border-radius: 999px;
  border: 1px solid #bdbdbd;
  background-color: #FFF;
  color: #373737;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}
.btn_flex a p:hover{
  background-color: #373737;
  color: #FFf;
}
@media screen and (max-width:768px){
  .btn_flex{
    display: block;
            text-align: center;
  }
  .btn_flex a{
    margin-bottom: 20px;
  }
}

.movie{
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;

}
.movie iframe{
  width: 100%;
  height: 100%;
}

/*テーブル*/
.laundryTable {
  width: auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  color: #333;
}

.laundryTable th,
.laundryTable td {
  border: 1px solid #e5e5e5;
  padding: 20px 20px;
  vertical-align: middle;
}

.laundryTable thead th {
  background: #e3aec2;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.laundryTable thead th.center{
  text-align: center;
}

.laundryTable .col-category {
  color: #373737;
  text-align: center;
  background: #f8f8f8;
  font-size: 17px;
  font-weight: bold;
}
.laundryTable .col-category span{
  display: inline-block;
  font-size: 12px;
}

.laundryTable .col-icon {
  text-align: center;
  padding: 20px 40px;
}

.laundryTable .col-text {
  font-size: 16px;
  color: #373737;
}

.laundryTable .iconWrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.laundryTable .iconWrap img {
  max-width: 60px;
  max-height: 60px;
  display: block;
}

.laundryScrollWrap {
  position: relative;
}

.laundryScrollArea {
  overflow: visible;
}

/* =========================================================
   SP only: horizontal scroll + scroll-hint
   ========================================================= */
@media (max-width: 768px) {
  .laundryScrollArea {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .laundryTable {
    min-width: 720px;
  }

  .laundryScrollWrap.is-hintable::before {
    content: attr(data-scroll-hint);
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 999px;
    pointer-events: none;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.25s ease;
  }

  .laundryScrollWrap.is-hintable::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
    opacity: 1;
    transition: opacity 0.25s ease;
  }

  .laundryScrollWrap.is-hint-hidden::before,
  .laundryScrollWrap.is-hint-hidden::after {
    opacity: 0;
  }

  .laundryTable th,
  .laundryTable td {
    padding: 10px 10px;
  }
  .laundryTable .col-text{
    font-size: 14px;
  }
  .laundryTable .col-category{
    font-size: 15px;
  }
  .laundryTable .col-category span{
    font-size: 10px;
  }
}
@media (max-width: 767px){
  .scroll-hint-shadow-wrap{
    width: 100vw;
    margin-right: calc(50% - 50vw); /* 右だけ画面端へ */
  }
}

.mt40{
  margin-top: 40px;
}
.mb40{
  margin-bottom: 40px;
}