
@charset "UTF-8";

.about_text{
	color: #0067b2;
text-shadow: 1px 1px 0px #fff;
}



.base_white{
	background-color: hsla(0,0%,100%,1.00);	
}

.pb-5{
	padding-bottom: 5rem;
}



.cast-img{
	width:40%;
}

.cast-text{
width:55%;
}

.cast-img2{
	width:80%;
	margin:auto;
}


/*cast*/

.cast-box{
	background-color: hsla(0,0%,100%,0.8);
	padding: 2rem;
	border-radius: 10px;
}

.cast_margin{
	margin:10px;
}

.review-title{
	text-align: center;
	color: var( --color-03);
}


.review-box{
	background-color: hsla(192,100%,49%,0.90);
	padding: 2rem;
	border-radius: 10px;
}

.review-box .text-default{
	
	color: #fff;
	text-shadow: 0px 0px 0px #fff;
	text-align: center;
}

.review-box .name{
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 0px #fff;
}



@media (max-width: 767px) {
	
	
	.cast-box{
	padding:1em;
	border-radius: 10px;
}
	
	.cast_margin{
	width:75%;
		margin-left: auto;
		margin-right: auto;
}
	
	
	.cast-img{
	width:100%;
}

.cast-text{
	margin-top: 1rem;
	width:100%;
	
}
	
	.cast-img2{
width:100%;
	margin:auto;
}


	
}



/*______________fixed back-ground*/


.bg-wrapper2{
	position: fixed;
	width: 100%;
	top: 0;
	background-image: url(../img/comment/comment_base.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	z-index: 0;
}



.news-img{
	position: relative;
	width:80%;
	max-width: 400px;
	margin: auto;
}

.news-img2{
	position: relative;
	width:80%;
	/*max-width: 1000px;*/
	margin: auto;
}




@media screen and (max-width: 767px) {
	
	
	.news-img2{
	
	width:100%;
	
}
	
	.bg-wrapper2{
    position: fixed;
    width: 100%;
    top: 0;
    background-image : none;
}
    
    
      .bg-wrapper2::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
  background-image: url(../img/comment/comment_base_sp.webp);
	background-size: 100% auto;
    }
    

	

	
}








