@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*RESET START */
ul {
  list-style: none;
}
.video-container{
margin: 0px auto;
}
.logo-text{
	padding-bottom:0;
	font-weight: 900;
}
/*RESET END */

/* ReviewList Start*/
.review-list-box{
	padding:0px;
}

.review-list-list{
	border: 1px solid #C0C0C0;
	background-color:#FFFFFF;
	padding:10px 15px;
	margin:0px;
}
.review-list-list-left{
	background-color:#f6f6f6;
}
/* ReviewList END*/

.img-center{
	width:100%;
	margin: 0px auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

/*834px以下*/
@media screen and (max-width: 834px){

/* ReviewList Start*/

.review-list-box{

}
/* ReviewList END*/

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

