@charset "UTF-8";
/*///////共通部分///////*/
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	line-height: 2;
}

#product {
  background: #fff;
  padding: 1rem;
}
.content_main img{
	display: block;
  width: 100%;
  margin: 10% auto!important;
}

.content_main video {
  display: block;
  max-width: 100%;
  margin: 5% auto;
}
h2 {
  font-size: 1.5em;
  margin-top: 30px !important;
  color: #ffffff !important;
  background-color: #40BEA1 !important;
  border: none !important;
  padding: 15px;
  font-weight: bolder;
}
h3 {
  margin: 10% 0% 3%;
  border-left: 4px solid #40BEA1;
  border-bottom: none;
	background-color: #F4FFF7;
  padding: 5px 3px 5px 10px;
  font-weight: bolder;
  text-align: left;
}

.bg_green{
	margin: 5% 2%;
	background-color: #F1FFF7;
	padding: 4%;
	border-radius: 10px;
  text-align: left;
}

.point{
	background-color: #FFA95F;
	color:  #fff;
	font-weight: bolder;
	padding: 1%;
}
.bg_orange{
	margin: 5% 2%;
	background-color: #FDF1E8;
	padding: 4%;
	border-radius: 10px;
	border: 2px solid #FFA95F;
}

.small {
  font-size: 0.8rem;
}
.caption{
	margin-top: -5%;
}
 p {
  margin: 5% 0 5% 0;
  line-height: 2.0;
  font-size: 16px;
}
.red {
  color: #FF0000;
  font-weight: bolder;
}
.bg_yellow {
  background: linear-gradient(transparent 50%, #fff999 50%);
}

.content_main a img{
	border:none;
}

.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
pointer-events: none;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

	/*アコーディオン*/
.accordion p{
	font-size: 0.8em;
}
.toggle {
  display: none;
}
.Label {
  padding: 1em;
  display: block;
  color: #fff;
  font-weight: bolder;
  background: #40bda0;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.Label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transition: 0.3s;
}
.acc_content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.toggle:checked + .Label + .acc_content {
  height: auto;
  padding: 20px;
  opacity: 1;
  visibility: visible;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg);
}

/*SP専用ここから*/
@media (max-width: 480px) {
  .content_box {
    width: 100%;
    margin: 0 auto;
  }

  .content_main {
    width: 96%;
    margin: 5% auto;
  }
  .content_main img {
    display: block;
    width: 100%;
    margin: 5% auto!important;
	  }
  .content_main video {
    display: block;
    max-width: 100%;
    margin: 5% auto;
  }
  .rank_box {
    border: 3px solid #40BEA1;
    border-radius: 0 0 1em 1em;
    margin: 0 0 50px 0;
    padding: 3%;
  }
  h2 {
    font-size: 1.2em;
  }
}
