@charset "utf-8";
#checklist .contents__mainimage,
#moving .contents__mainimage{
  background: url(/cms/img/usr/checklist/mv_bg.png) no-repeat;
  background-size: cover;
}
#checklist .maincontents,
#moving .maincontents{
  margin-bottom: 40px;
  position: relative;
  background-color: #ffffff;
  border:  1px solid #eaeaea ;
  padding: 32px;
  max-width: 100%;
  box-sizing: border-box;
}
div.container_ div.contents_ {
  max-width: 100%;
}
.checklist__tag span{
  font-size: 10px;
  color: #e57993;
  font-weight: bold;
  margin-right: 16px;
}
.checklist__contents__h2{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 32px;
}
  .checklist__contents__box{
    margin-bottom: 40px;
  }
  .checklist__contents__image{
    width: 100%;
    height: auto;
  }
.checklist__contents__image{
  width: 500px;
  height: 334px;
  margin: 0 auto 24px;
}
.checklist__contents__image img{
  width: 100%;
}
.checklist__contents__text{
  margin-bottom: 16px;
}
.checklist__contents{
  padding-bottom: 80px;
}
.checklist__contents:last-child{
  margin-bottom: 0;
}


.checklist__toc__wrap{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
  align-items: stretch;
}
.checklist__toc__block {
  width: 23.1%;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  margin-bottom: 56px;
  border: solid 2px #fd88a4;
  border-radius: 8px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
a.checklist__toc__block:hover {
  background-color: #fd88a4;
  color: #FFF;
  text-decoration: none;
}

.checklist__toc__icon{
  color:#fd88a4;
  letter-spacing: 4px ;
  padding: 8px 0 8px 28px;
  position: relative;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.checklist__toc__block:hover .checklist__toc__icon{
  color:#fff;
}
.checklist__toc__icon:before{
  position: absolute;
  left:70px;
  top:10px;
  content:"";
  display:inline-block;
  width:1.2em;
  height:1.2em;
  background:url(/cms/img/usr/checklist/checklist_icon1.svg) no-repeat;
  background-size:contain;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.checklist__toc__block:hover .checklist__toc__icon:before{
  background:url(/cms/img/usr/checklist/checklist_icon3.svg) no-repeat;
}
.checklist__toc__icon:after{
  position: absolute;
  right:16px;
  top:8px;
  content:"";
  display:inline-block;
  width:1.3em;
  height:1.3em;
  background:url(/cms/img/usr/checklist/checklist_icon2.svg) no-repeat;
  background-size:contain;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.checklist__toc__block:hover .checklist__toc__icon:after{
  background:url(/cms/img/usr/checklist/checklist_icon4.svg) no-repeat;
}


.checklist__contents__supplementary{
  border: 2px solid #eaeaea;
  margin-bottom: 64px;
  padding: 24px 24px 8px ;
}
.checklist__contents__supplementary__title{
  font-size: 120%;
  margin-bottom: 20px;
}
.checklist__contents__supplementary__text{
  font-size: 80%;
  margin-bottom: 16px;
  color: #707070;
}
.checklist__contents__supplementary__text b{
  color: #333333;
}



.checklist__contents__title{
  font-size: 24px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #d41f34;
  margin-bottom: 24px;
  margin-top: 16px;
}
.checklist__contents__title_icon{
  float: left;
  background:#d41f34;
  color:#FFF;
  font-size: 60%;
  letter-spacing: 4px ;
  padding: 6px 10px 6px 30px;
  position: relative;
  margin-right: 8px;
}
.checklist__contents__title_icon:before{
  position: absolute;
  left:10px;
  top:10px;
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(/cms/img/usr/checklist/checklist_icon3.svg) no-repeat;
  background-size:contain;
}




.checklist__contents__item__wrap{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
  align-items: stretch;
}
.checklist__contents__item__block {
  width: 31.5%;
  margin-bottom: 56px;
  position: relative;
  padding-bottom:40px;
}
.checklist__contents__item__block:nth-child(3n+2):last-child {
  margin-right: 23.8rem;
}
.checklist__contents__item__block img{
  width: 100%;
  margin-bottom: 20px;
}
.checklist__contents__item__block h4{
  padding-left:8px;
  border-left: 4px solid #d41f34;
  margin-bottom: 12px;
  line-height: 1.2;
}
.checklist__contents__item__tag{
  position: absolute;
  bottom: 0;
}
.checklist__contents__item__tag li{
  float: left;
  margin-right: 8px;
  border: #eaeaea solid 2px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  padding: 4px 8px;
}



.join__login{
  padding: 40px 0;
  box-sizing: border-box;
  width: 1040px;
  margin: 0 auto;
}
.join__login__title{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 24px;
  text-align: center;
}
.join__login__btnlist{
  width: 100%;
  text-align: center;
}
.join__login__btnitem{
  display: inline-block;
  text-align: center;
  width: 30%;
  margin: 0 16px;
  border-radius:32px;
}
.join__login__btnitem a{
  padding:16px 0;
  display:block;
  border-radius:32px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.join__login__btnitem a::after{
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(-45deg);
}
.join__login__btnitem.join{
  background-color:#e57993;
}
.join__login__btnitem.join a{
  color: #ffffff;
}
.join__login__btnitem.join a::after{
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.join__login__btnitem.login{
  border: 2px solid #e57993;
  background-color: #ffffff;
  box-sizing: border-box;
}
.join__login__btnitem.login a{
  color: #e57993;
}
.join__login__btnitem.login a::after{
  border-right: 2px solid #e57993;
  border-bottom: 2px solid #e57993;
}
@media only screen and (max-width: 768px){

  #checklist .maincontents{
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 4vw 4vw 10vw 4vw;
  font-size: 3.5vw;
    line-height: 1.4;
    letter-spacing: 0.5vw;
  }

  .checklist__tag span{
    font-size: 2vw;
    margin-right: 16px;
  }
  .checklist__contents{
    padding-bottom: 10vw;
  }
  .checklist__contents__h2{
    font-size: 5vw;
    margin-bottom: 6vw;
  }
    .checklist__contents__box{
      margin-bottom: 12vw;
    }
    .checklist__contents__image{
      width: 100%;
      height: auto;
    }
  .checklist__contents__text{
      margin-bottom: 12vw;
  }
  .checklist__toc__wrap{
    width: 100%;
      margin-bottom: 10vw;
  }
  .checklist__toc__block {
    width: 46%;
    margin-bottom: 4vw;
    border: solid 0.6vw #fd88a4;
  }
  .checklist__toc__icon{
    padding: 2vw 0;
  }
  .checklist__toc__icon:before{
    left:9vw;
    top:2.3vw;
  }
  .checklist__toc__icon:after{
    right:4vw;
    top:3vw;
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
  }
  .checklist__contents__supplementary{
    border: 0.6vw solid #eaeaea;
    margin-bottom: 14vw;
    padding: 4vw 4vw 1vw;
  }
  .checklist__contents__supplementary__title{
    margin-bottom: 5vw;
  }
  .checklist__contents__supplementary__text{
    margin-bottom: 4vw;
  }
  .checklist__contents__title{
    font-size: 5vw;
    padding-bottom: 3vw;
    border-bottom:  0.6vw solid #d41f34;
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
  .checklist__contents__title_icon{
    padding: 9vw 0.5vw 2vw 1vw;
    margin-right: 2vw;
  }
  .checklist__contents__title_icon:before{
    left:5vw;
    top:2vw;
    width:2em;
    height:2em;
  }

  .checklist__contents__item__block {
    width: 47.5%;
    margin-bottom: 10vw;
    padding-bottom:10vw;
  }
  .checklist__contents__item__block:nth-child(3n+2):last-child {
    margin-right: 0;
  }
  .checklist__contents__item__block img{
    margin-bottom: 4vw;
  }
  .checklist__contents__item__block h4{
    padding-left:2vw;
    margin-bottom: 4vw;
  }
  .checklist__contents__item__tag li{
    margin-right:2vw;
    border: #eaeaea solid  0.6vw;
    padding: 1vw 2vw;
  }
  .join__login{
    width: 100%;
    background-color: #fbf7f8;
    padding: 20px 10px;
  }
  .join__login__btnitem{
    width: 48%;
    margin: 0;
  }
  .join__login__btnitem.join{
    margin: 0 8px 0 0;
  }
  .join__login__btnitem a::after{
    height: 8px;
    width: 8px;
    right: 10px;
  }
  .join__login__title{
    font-size: 16px;
  }
}