@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article h2 {
padding:0;
background:none;
}
/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}
.entry-content h4{
border:none;
background:none;
padding: 0;
}
.entry-content h5{
border:none;
background:none;
padding: 0;
}
.article h2 {
font-size:20px;
padding:15px;
background:#66b2a3;
}

/* H3 */
.entry-content h3{
color: #FFFFFF; /* 文字色 */
font-size: 1.4em; /* 文字サイズ */
background-color: #ebebeb;/* 背景色 */
padding: 10px;
border-left: solid 10px #66b2a3; /* 左側に実線・色*/
}
.entry-content h4{
color: #000; /* 文字色 */
font-size: 1.3em; /* 文字サイズ */
padding: 10px;
border-top: solid 3px #66b2a3;/* 上側に実線・色 */
border-bottom: solid 3px #66b2a3;/* 下側に実線・色*/
}
.entry-content h5{
color: #000; /* 文字色 */
font-size: 1.3em; /* 文字サイズ */
padding: 10px;
border-bottom: dotted 3px #66b2a3;/* 下側に点線・色*/
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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



.reviewBoxLine {
	display: block;
	max-width: 500px;
	background: #FAFAFA;
	border: 1px solid #DBDBDB;
	margin: 20px auto;
	padding: 0;
	border-radius: 10px;
}

.reviewBoxLine .reviewBox_content {
	padding: 30px;
}

.reviewBoxLine .reviewBox_title1 {
	margin: 0;
	padding: 12px;
	background: #DBDBDB;
	text-align: center;
	font-size: 15px !important;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	line-height: 1.3em;
}

.reviewBoxLine p {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

.reviewBoxLine .reviewBox_title2 {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 16px !important;
	margin-bottom: 10px;
	font-weight: bold;
}

.reviewBoxLine .reviewBox_title2:before {
	content: none !important;
}

.reviewBoxLine .reviewBox_top {
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.reviewBoxLine .reviewBox_top p {
	margin: 0;
	line-height: 1.7em;
	font-size: 15px !important;
}

.reviewBoxLine .reviewBox_top p:before {
	content: "\30FB";
	font-weight: 600;
	padding-right: 5px;
}

.reviewBoxLine .reviewBox_top .reviewBox_left,
.reviewBoxLine .reviewBox_top .reviewBox_right {
	width: 50%;
}

.reviewBoxLine .reviewBox_top .reviewBox_right img {
	display: block;
	margin: auto;
	width: 160px;
}

.reviewBoxLine .reviewLink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reviewBoxLine .reviewLink a {
	font-size: 15px !important;
	color: #444 !important;
	border: 2px solid #444;
	padding: .6em 2em;
	margin: 5px;
	width: 50%;
	text-align: center;
	text-decoration: none;
}

.reviewBoxLine .reviewLink a:nth-child(2) {
	background: #444;
	color: #fff !important;
}

.reviewBoxLine .reviewBox_center {
	padding: 25px 0;
}

.reviewBoxLine .score {
	width: 100%;
	line-height: 1.4 !important;
}

.reviewBoxLine .score_content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	font-size: 15px !important;
	margin: auto;
}

.reviewBoxLine .score_text {
	padding: 5px;
	width: 60%;
}

.reviewBoxLine .score_num {
	padding: 5px;
	padding-left: 30px;
	padding-right: 10px;
	font-size: 30px;
}

.reviewBoxLine .score_left {
	width: 100%;
}

.reviewBoxLine .score_line {
	margin: 5px;
	margin-top: 0;
	width: 100%;
	font-weight: 600;
	letter-spacing: .3em;
	font-size: 30px;
	height: 8px;
	background: #FBEFC6;
	position: relative;
}

.reviewBoxLine .score_line:after {
	content: "";
	background: #b8e0da;
	border-radius: 0 7px 7px 0;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

.reviewBoxLine .score_line_10:after {
	width: 100%
}

.reviewBoxLine .score_line_9:after {
	width: 90%
}

.reviewBoxLine .score_line_8:after {
	width: 80%
}

.reviewBoxLine .score_line_7:after {
	width: 70%
}

.reviewBoxLine .score_line_6:after {
	width: 60%
}

.reviewBoxLine .score_line_5:after {
	width: 50%
}

.reviewBoxLine .score_line_4:after {
	width: 40%
}

.reviewBoxLine .score_line_3:after {
	width: 30%
}

.reviewBoxLine .score_line_2:after {
	width: 20%
}

.reviewBoxLine .score_line_1:after {
	width: 10%
}


@media screen and (max-width:480px) {
.reviewBoxLine .reviewBox_content {
		padding: 15px;
	}

.reviewBoxLine .reviewBox_top .reviewBox_right img {
		width: 220px;
	}

.reviewBoxLine .reviewBox_top p {
		font-size: 13px !important;
	}

.reviewBoxLine .reviewBox_top p:first-child {
		font-size: 15px !important;
	}

.reviewBoxLine .reviewBox_center {
		padding: 0;
		margin-bottom: 20px;
	}

.reviewBoxLine .reviewLink a {
		padding: .5em;
	}

.reviewBoxLine .reviewBox_top {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

.reviewBoxLine .reviewBox_top .reviewBox_left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}

.reviewBoxLine .reviewBox_top .reviewBox_right {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}

.reviewBoxLine .reviewLink a {
		font-size: 13px !important;
	}

.reviewBoxLine .score_num {
	font-size: 26px;
	}

.reviewBoxLine .score {
	padding-top: 10px;
}
}


/*灰色のアンダーラインマーカー*/
.marker-under-A{
background:linear-gradient(transparent 60%, #FFE0DC 60%);
}