@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	height: auto;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,p,a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#br {
	position: relative;
	font-family:"Noto Sans JP", "Hanken Grotesk", sans-serif;
	margin-bottom: 7%;
	width: 100%;
	line-height: 1.5;
	
}
#br a {
	color: #000;
}

#br .kw{
	width: 100%;
	position: relative;
}

#br .kw .main{
	margin: 0 auto;
	
}

#br .kw .ttl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 62%;
	
}

#br .center{
	text-align: center;
}

#br .center .review_ttl{
	width: 27%;
	margin: 10% auto 5%;
	position: relative;
  	display: inline-block;
	
  
}

#br .center .review_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 43px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 1px;

}

#br .review_box{
	border: 1px #000 solid;
	width: 90%;
	font-size: 12px;
	padding: 20px 10px;
	margin: 5% auto;
}

#br .review_box p{
	padding: 10px;
}


#br .review_box .line {
 border:0.5px solid #E2E2E3;
}

@media only screen and (min-width: 768px)  {
	#br .kw{
	width: 1200px;
	margin: 0 auto;
	}
	#br .kw .ttl{
	width: 33%;
	}
	#br .center .review_ttl{
	width: 9%;
	margin: 5% auto 2%;
	}
	#br .center .review_ttl:before {
  	bottom: -26px;
	width: 47px;
	}
	#br .review_box{
	width: 960px;
	}
}

.anim {
	opacity: 0;
	transition: 1.6s all 0s ease;
}
.anim.ac {
	opacity: 1
}


/*////pcview////*/
   .spview {
        display: none;
    }    
    .pcview {
        display: block;
    }
@media only screen and (max-width: 768px)  {
   .spview {
        display: block;
    }    
   .pcview {
        display: none;
    }    
}
