.wrap {
  width: 976px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
ul,li{
	list-style: none;
}
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}

#user_registration_terms a:hover{
  opacity: 0.7;
}
.mv {
  background-color: #ededed;
  height: 200px;
  vertical-align: middle;
  display: table-cell;
  width: 1200px;
}
.mv h2 {
  margin: 0 auto;
  width: 976px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mv h2 span.mv_subttl {
  display: block;
  padding: 0 0 8px;
  font-size: 22px;
}
.mv h2 span.mv_ttl {
  display: block;
  font-size: 36px;
  line-height: 1.2;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

p.mail_img {
  padding: 10px;
}
#protection p {
  line-height: 1.5;
}
#protection p a {
  color: #0273ab;
}
#protection ol {
  padding: 50px 20px;
  line-height: 1.5;
}
#protection ol li {
  margin-bottom: 2em;
}
#protection ol li a {
  color: #0273ab;
}
#protection ol li ol{
  padding: 0 1em;
  line-height: 1.5;
}
#protection ol li ol li,
#protection ol li ul li{
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom:0;
}

.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.page_top a {
  color: #fff;
  text-align: center;
  background-color: rgba(110, 113, 117, 0.4);
  display: block;
  overflow: hidden;
  position: relative;
  padding: 12px 0 0;
  width: 56px;
  height: 28px;
}
.date{
  padding: 0 0 50px;
}


@media screen and (max-width: 767px){
  img{
    width: 100%;
  }
  .container {
    width: auto;
    margin: 0 auto;
  }
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none !important;
  }
  .mv {
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    height: 150px;
  }
  .mv h2 {
    width: 100%;
  }
  .mv h2 span.mv_subttl {
    padding: 0 0 5px 10px;
    font-size: 18px;
  }
  .mv h2 span.mv_ttl {
    font-size: 22px;
    padding: 0 0 0 10px;
  }
  #protection ol {
    padding: 50px 10px;
  }
  #protection ol li a{
    font-size: 15px;
  }
  #protection ol li a img{
    width: 12px;
  }
  .page_top {
    z-index: 1000;
  }
}