ul.Registration  {
  list-style-type: none;
  position: relative;
  padding: 15px 0 0;
  font-size: 90%;
  margin: 0;
}
.Registration li {
  padding: 5px 0 0 28px;
  font-size: 83%;
}
.Registration li::before {
  content: '※';
  position: absolute;
  left: 10px;
}

.update {
  width: 95%;
  height: 6em;
  overflow-y: scroll;
  border: 1px solid;
  padding: 10px;
  margin-bottom: 10px;
}
.imgcheck {
  width: 300px;
  display: inline-block !important;
border: 10px solid;
  border-radius: 20px;
}


.subtitlebox{
  background-color: #555a5b;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
.subtitlebox img{
  width: 20px;
  vertical-align: middle;
}

.howto {
  display: flex;
  justify-content: space-around;
}
.howto div{
  padding: 0 5px;
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
  .howto img{
height: 80px !important;
  }
}
@media screen and (max-width: 994px) {
  .howto img{
height: 80px !important;
  }
}
@media screen and (max-width: 579px) {
  .howto img{
height: auto !important;
  }
}

/*見出し*/

h2.hapiness {
  position: relative;
  padding: 0.25em 0;
  font-size: 140%;
  font-weight: bold;
  /*! margin-top: 20px; */
}
h2.hapiness:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(90, 158, 230), transparent);
}

.model{
  border: 1px solid #666;
  margin-bottom: 20px;
}

.model dt{
  display: inline-block;
  background-color: #555a5b;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
}

.model dd{
  display: inline-block;
  padding: 10px 20px;
}

h3.subtitle{
  margin: 20px 0;
  font-size: 120%;
  border-bottom: 1px solid;
}

/*開閉*/
.accordion {
  margin: 6em auto;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
  border: solid 5px #0f56b3;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
  border-radius: 20px;
  background-color: #daeaff;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden !important;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 1000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

/*slick*/
.slick-dots li button::before {
  font-size: 18px !important;
}

.slick-dots {
  /*! bottom: -35px !important; */
}

.slick-prev::before, .slick-next::before {
  color: #666;
font-size: 48px;
}
.slick-prev {
  /*! left: 25px; */
}
.slick-next {
  /*! right: 25px; */
}
.single-item{
padding: 20px;
  width: 90%;
  margin: 0 auto;
}

/*開閉*/

/*========= check ===============*/
.check {
	position: relative;
	padding-top: 50px;
padding-bottom: 30px;
	font-size: 26px;
	text-align: center;
}

.check span {
	position: relative;
	z-index: 2;
}

.check::before {
	content: attr(data-en);
	position: absolute;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 40px;
	font-style: italic;
width: 9.5em;
display: inline-block;
}
/*========= check ===============*/





@media screen and (max-width: 767px) {
.imgcheck {
  width: 40%;
  display: inline-block !important;
  border: 10px solid;
  border-radius: 20px;
}
  .slick-prev::before, .slick-next::before {
    color: #666;
    font-size: 18px;
  }
.subtitlebox {
  background-color: #555a5b;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

}