/* common */
.prdlst_desc p {
  line-height: 2em;
  margin: 0 0 0 10px;
}
.prdlst_desc img {
  margin: 10px 0 10px 0;
}
.prdlst_desc a {
  text-decoration: none;
}
.prdlst_desc a:hover {
  text-decoration: underline;
  background: #eee;
}
.prdlst_desc .head1 {
  text-align: left;
  font-size: 120%;
  font-weight: bold;  
  margin: 20px 0px 10px 0px;
  }
.prdlst_desc h1 {
  text-align: left;
  font-size: 120%;
  font-weight: bold;  
  margin: 20px 0px 10px 0px;
  }


.prdlst_desc .quote {
  text-align: left;
  width: 70%;
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #fafafa;
  border: dashed 2px #555555;/*点線*/
  margin: 5px 0x 10px 0px;
}

.prdlst_desc .quote p {
  line-height: 2em;
}


/* text container */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
    display: none ; /*閉じるボタンを消す */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
.cp_box img {
  width: 30vw;
  max-width: 800px;
}

/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
  text-align: center;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}
