@charset "utf-8";

#productAbout {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#productAbout img {
	width: 100%;
	height: auto;
	display: block;
}

#productAbout .cv_area {
	position: relative;
}

#productAbout .cv_area a {
	width: 84%;
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.4);
    border-radius: 999px;
}



/*  */
.ml-component2 {
  border: 1px solid #e5e5e5;
  padding: 22px 25px;
  margin-top: 64px;
  margin-bottom: 40px;
  position: relative;
}

.ml-component2__head {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Open Sans", "Hiragino Kaku Gothic W6 JIS2004";
  margin-bottom: 15px;
  color: #333333;
}

.ml-component2__contents {
  padding-bottom: 80px;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.ml-component2__contents:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.ml-component2__contents.active {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ml-component2__contents.active:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ml-component2__inner{
  border-bottom: #fff solid 1px;
}
.ml-component2__main {
  overflow: visible;
  border-bottom: #fff solid 1px;
}

.ml-component2 p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

.ml-component2__button {
  width: 100%;
  color: #b81649 !important;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Open Sans", "Hiragino Kaku Gothic W6 JIS2004";
  text-align: center;
  cursor: pointer;
  display: block;
  padding-top: 10px;
}

.ml-component2__button:hover {
  text-decoration: underline;
}

.ml-component2__button p {
  background: #FFFFFF;
  margin-bottom: 0;
  padding: 10px 0 10px;
  position: relative;
  color: #b81649;
}

.ml-component2 .icn-plus {
  display: inline-block;
  margin-left: 5px;
  vertical-align: -5px;
  width: 11px;
  height: 11px;
}

.ml-component2 .icn-plus:before,.ml-component2 .icn-plus:after {
  content: "";
  display: block;
  background: #b81649;
}

.ml-component2 .icn-plus:before {
  width: 11px;
  height: 1px;
}

.ml-component2 .icn-plus:after {
  width: 1px;
  height: 11px;
  margin-top: -6px;
  margin-left: 5px;
}

.ml-component2 .icn-minus {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 3px;
}

.ml-component2 .icn-minus:before {
  content: "";
  display: block;
  background: #b81649;
  width: 11px;
  height: 1px;
  margin-top: 5px;
}


.ml-component2.not-openable .ml-component2__contents{
  height: auto; 
  overflow: visible;
  padding-bottom: 0;
}
.ml-component2.not-openable .ml-component2__button,
.ml-component2.not-openable .ml-component2__contents:before{
  display: none;
}