.taiken-title a:hover {
	opacity: 1;
}

.contents-banner {
  background-color: #fbd7e3;
}
.contents-block {
  padding-bottom: 2em;
  background-color: #fbd7e3;
}
.device-color-btn.color1.current {
  background-color: #a33054;
}
.device-color-btn.color2.current {
  background-color: #212849;
}
.device-color-btn.color3.current {
  background-color: #a7a294;
}
.device-color-list li {
   position: relative;
}
.device-color-btn {
  position: relative;
  overflow: hidden;
	background: #999;
}
.device-color-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.device-color-btn.current::before {
  background: none;
}
.page-heading.thin{
  color: #333;
}
.contents-menu.with-comment li{
  position: relative;
}
.contents-menu.with-comment li:nth-child(3), .contents-menu.with-comment li:nth-child(4) {
  margin-bottom: 6.5em;
}
.menu-contents p.with-comment{
  position: absolute;
  top: 105%;
  letter-spacing: -0.01em;
}
.with-comment br.show-pc-l{
  display: none;
}


.family-point {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-top: 50px;
}

.family-point>div {
	text-align: center;
}

.family-point .txt01 {
	color: #333;
	margin-top: 10px;
}

.family-point .fukidashi{
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
  text-align: left;
  color: #000000;
}

.family-point .fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}


@media screen and (min-width:640px) {
.main-text {
  font-size: 1.6rem;
}
.comment-box {
  margin: 0 2rem 1em;
}
.contents-menu.with-comment li:nth-child(1), .contents-menu.with-comment li:nth-child(2), .contents-menu.with-comment li:nth-child(3) {
  margin-bottom: 6em;
}
.contents-menu.with-comment li:nth-child(4) {
  margin-bottom: 0;
}
}
@media screen and (min-width:960px) {
.contents-block {
  padding-right: 5rem;
  padding-left: 5rem;
}
.comment-box {
  margin: 0;
}
.contents-menu.with-comment li:nth-child(1),.contents-menu.with-comment li:nth-child(2),.contents-menu.with-comment li:nth-child(3),.contents-menu.with-comment li:nth-child(4){
  margin-bottom: 5em;
}
.menu-contents p.with-comment{
  top: 107%;
}
.with-comment br.show-pc-l{
  display: block;
}
}

/* ページャー改修 */
.page-head [class*="btn-"] {
  flex-flow: column;
  width: 8rem;
  align-items: center;
  justify-content: center;
}
.prev-txt,
.next-txt {
  font-size: 1.3rem;
  margin-top: 3px;
}

@media screen and (max-width:768px) {

.page-head [class*="btn-"] {
  width: 5rem;
}

.page-head .page-title .title-text {
  max-width: 26rem;
  margin: auto;
}

.device-color-list {
  flex-wrap: wrap;
}

.device-color-list li {
  width: 30%;
  margin-bottom: 10px;
}

}
