@charset "UTF-8";
/*
----------------------------------------------------------------------------------------
  装飾用CSS
----------------------------------------------------------------------------------------
*/

.bold{
	font-weight:bold;
}
.aka,.red{
	color:#f00;
}
.pink{
	color:#EC6D80;
}
.purple{
	color:#db589b;
}
.orange{
	color:#F97F06;
}
.brown{
	color:#663333;
}

strong { 
	font-weight: bold;
}
em { 
	font-style: italic;
}

.font_bold{
	font-weight:bold;	
}
.font_size14{
	font-size:120%;
}
.font_size16{
	font-size:130%;	
}
.font_size20{
	font-size:160%;	
}
.font_size12{
	font-size:80%;	
}
.font_red{
	color:#ff1112;
}
.font_blue{
	color:#2f97d8;
}
.font_green{
	color:#1A9C53;
}
.font_orange{
	color:#E46A0A;	
}

.underline_red{
    margin: auto 0.2em;
    background: linear-gradient(transparent 60%, #ffdddd 60%);
    background: -webkit-linear-gradient(transparent 60%, #ffdddd 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#ffdddd));
}
.underline_yellow{
    margin: auto 0.2em;
    background: linear-gradient(transparent 60%, #FCF792 60%);
    background: -webkit-linear-gradient(transparent 60%, #FCF792 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#FCF792));
}
.underline_green{
    margin: auto 0.2em;
    background: linear-gradient(transparent 60%, #b7e2c3 60%);
    background: -webkit-linear-gradient(transparent 60%, #b7e2c3 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#b7e2c3));
}
.underline_blue{
    margin: auto 0.2em;
    background: linear-gradient(transparent 60%, #cdeff5 60%);
    background: -webkit-linear-gradient(transparent 60%, #cdeff5 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#cdeff5));
}
.underline_orange{
    margin: auto 0.2em;
    background: linear-gradient(transparent 60%, #ffd5bc 60%);
    background: -webkit-linear-gradient(transparent 60%, #ffd5bc 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#ffd5bc));
}

.bold_txt{
	font-weight:bold;
	color:#f00;
}

.bold{
	font-weight:bold;
}

/*総評パーツ
------------------------------*/
.hyoka_box{
	margin:30px auto 10px;
	border:2px solid #800080;
	padding:10px;
	border-radius:6px;
	overflow:hidden;
}

.hyoka_box .hyoka_box_title{
	margin:-10px -10px 10px;
	background-color:#f3e9ee;
	line-height:1.0;
	padding:15px 15px 15px 40px;
	font-weight:bold;
	font-size:120%;
	position:relative;
}

.hyoka_box .hyoka_box_title i{
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    text-align: center;
    color: #800080;
    position: absolute;
    text-shadow: none;
    left: 10px;
    top:50%;
	margin-top: -10px;
    font-weight: normal;
}

.hyoka_box .hyoka_box_title img {
    width: 20px;
    height: auto;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top:50%;
	margin-top: -12px;   
}

.hyoka_box_txt p:nth-last-of-type(1){
	margin-bottom:0;
}

.hyoka_box_txt a:link{
	text-decoration: underline;
    font-weight: bold;
}

/*

.hyoka_box .hyoka_box_title:before {
    content: "\f09d";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    text-align: center;
    color: #800080;
    position: absolute;
    text-shadow: none;
    left: 10px;
    top:50%;
	margin-top: -10px;
    font-weight: normal;
}
*/

/*テーブル
------------------------------*/
table.color_tbl{
	width:100%;
	box-sizing:border-box;
	margin:10px auto;	
	font-size:12px;
}

table.color_tbl th,
table.color_tbl td{
	padding:10px;
	border:1px solid #ccc;
	vertical-align:middle;
}

table.color_tbl th {
	background-color:#efefef;	
}

table.color_tbl td{
	background-color:#fff;	
}

table.color_tbl thead th{
	color:#fff;
	background-color:#800080;
	font-weight:bold;
}

.touch_close{
    display: none;
}

/*リンクボタン
------------------------------*/
.link_btn_parts a {
	background-color: #E6572B;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E6572B), color-stop(0.00, #d04a20));
    background: -webkit-linear-gradient(#E6572B, #d04a20);
    background: -moz-linear-gradient(#E6572B, #d04a20);
    background: -o-linear-gradient(#E6572B, #d04a20);
    background: -ms-linear-gradient(#E6572B, #d04a20);
    background: linear-gradient(#E6572B, #d04a20);
    border: 1px solid #ce4c24;
    border-bottom: 4px solid #af4423;
    text-shadow: 1px 1px 3px #ce4c24;
    padding: 15px;
    line-height: 1.0;
    display: block;
    box-sizing: border-box;
    margin: 10px auto 0;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 120%;
    font-weight: bold;
    position: relative;
}

.link_btn_parts a:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

.link_btn_parts a:after,
article .link_btn_parts a[target="_blank"]:after{
    content: '';
}

.link_btn_parts a:hover{
	opacity:0.6;
}


/*ボックスパーツ
------------------------------*/
.ranking_box{
	border:1px solid #800080;
	padding:10px;
	margin:20px auto;
}

.ranking_box .head{
	border-bottom:1px dotted #800080;
	margin-bottom:20px;
}

.ranking_box .head h3{
	width:60%;
	box-sizing:border-box;
	margin:0 !important;
	padding:10px 0 !important;
	float:left;
	border:none !important;
	line-height:1.0;
	font-size:160% !important;
	color:#800080 !important;
	position:relative;
}

.ranking_box .head h3 a{
	color:#800080 !important;
}

article .ranking_box a[target="_blank"]:after{
    content: '';
}

.ranking_box .head .kutikomi_count{
	width:40%;
	box-sizing:border-box;
	padding:10px 0 !important;
	margin:0 !important;
	float:right;
	text-align:right;
	line-height:1.0;
}

.ranking_box .head .kutikomi_count span{
	font-size:160%;
	color:#800080;
	font-weight:bold;
}

.ranking_box.rank01 .head h3:before,
.ranking_box.rank02 .head h3:before,
.ranking_box.rank03 .head h3:before,
.ranking_box.rank04 .head h3:before,
.ranking_box.rank05 .head h3:before,
.ranking_box.rank06 .head h3:before,
.ranking_box.rank07 .head h3:before,
.ranking_box.rank08 .head h3:before,
.ranking_box.rank09 .head h3:before,
.ranking_box.rank10 .head h3:before,
.ranking_box.rank11 .head h3:before,
.ranking_box.rank12 .head h3:before,
.ranking_box.rank13 .head h3:before,
.ranking_box.rank14 .head h3:before,
.ranking_box.rank15 .head h3:before,
.ranking_box.rank16 .head h3:before,
.ranking_box.rank17 .head h3:before,
.ranking_box.rank18 .head h3:before,
.ranking_box.rank19 .head h3:before,
.ranking_box.rank20 .head h3:before{
	content:" ";
	width:56px;
	height:45px;
	background-image:url("img/bg_ranking_01.png");
	background-size:56px 45px;
	display:inline-block;
	position:absolute;
	top:-5px;
	left:0;
}

.ranking_box.rank01 .head h3:before{
	background-image:url("img/bg_ranking_01.png");
	background-size:56px 45px;
}

.ranking_box.rank02 .head h3:before{
	background-image:url("img/bg_ranking_02.png");
	background-size:56px 45px;
}

.ranking_box.rank03 .head h3:before{
	background-image:url("img/bg_ranking_03.png");
	background-size:56px 45px;
}

.ranking_box.rank04 .head h3:before,
.ranking_box.rank05 .head h3:before,
.ranking_box.rank06 .head h3:before,
.ranking_box.rank07 .head h3:before,
.ranking_box.rank08 .head h3:before,
.ranking_box.rank09 .head h3:before,
.ranking_box.rank10 .head h3:before,
.ranking_box.rank11 .head h3:before,
.ranking_box.rank12 .head h3:before,
.ranking_box.rank13 .head h3:before,
.ranking_box.rank14 .head h3:before,
.ranking_box.rank15 .head h3:before,
.ranking_box.rank16 .head h3:before,
.ranking_box.rank17 .head h3:before,
.ranking_box.rank18 .head h3:before,
.ranking_box.rank19 .head h3:before,
.ranking_box.rank20 .head h3:before{
	background-image:none;
	background-size:56px 45px;
	text-align:center;
	content:"No.4";
	color:#333;
	font-size:16px;
	padding-top: 17px;
	position:absolute;
	top:-5px;
	left:0;
}

.ranking_box.rank05 .head h3:before{
	content:"No.5";
}

.ranking_box.rank06 .head h3:before{
	content:"No.6";
}

.ranking_box.rank07 .head h3:before{
	content:"No.7";
}

.ranking_box.rank08 .head h3:before{
	content:"No.8";
}

.ranking_box.rank09 .head h3:before{
	content:"No.9";
}

.ranking_box.rank10 .head h3:before{
	content:"No.10";
}

.ranking_box.rank11 .head h3:before{
	content:"No.11";
}

.ranking_box.rank12 .head h3:before{
	content:"No.12";
}

.ranking_box.rank13 .head h3:before{
	content:"No.13";
}

.ranking_box.rank14 .head h3:before{
	content:"No.14";
}

.ranking_box.rank15 .head h3:before{
	content:"No.15";
}

.ranking_box.rank10 .head h3:before{
	content:"No.10";
}

.ranking_box.rank16 .head h3:before{
	content:"No.16";
}

.ranking_box.rank17 .head h3:before{
	content:"No.17";
}

.ranking_box.rank18 .head h3:before{
	content:"No.18";
}

.ranking_box.rank19 .head h3:before{
	content:"No.19";
}

.ranking_box.rank20 .head h3:before{
	content:"No.20";
}


.ranking_box.rank01 .head h3,
.ranking_box.rank02 .head h3,
.ranking_box.rank03 .head h3,
.ranking_box.rank04 .head h3,
.ranking_box.rank05 .head h3,
.ranking_box.rank06 .head h3,
.ranking_box.rank07 .head h3,
.ranking_box.rank08 .head h3,
.ranking_box.rank09 .head h3,
.ranking_box.rank10 .head h3,
.ranking_box.rank11 .head h3,
.ranking_box.rank12 .head h3,
.ranking_box.rank13 .head h3,
.ranking_box.rank14 .head h3,
.ranking_box.rank15 .head h3,
.ranking_box.rank16 .head h3,
.ranking_box.rank17 .head h3,
.ranking_box.rank18 .head h3,
.ranking_box.rank19 .head h3,
.ranking_box.rank20 .head h3{
		padding-left:66px !important;
}

.ranking_box .review_link_area{
	padding:10px 0;	
}

.ranking_box .review_link_area .review{
	width:55%;
	float:left;
	padding:10px 0;
}

.ranking_box .review_link_area .point{
	font-size:140%;
	font-weight:bold;
}

.ranking_box .review_link_area a{
	display:block;
	float:right;
	width:35%;
	padding:10px 30px 10px 10px;
	box-sizing:border-box;
	text-align:center;
	color:#fff!important;
    font-weight: bold;
	background-color:#800080;
	border-radius:4px;
	text-decoration:none;
	position:relative;
	border-bottom:4px solid #5f025f;
}

.ranking_box .review_link_area a:before{
	content:"\f054";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-11px;
}

.ranking_box .review_link_area a:hover{
	opacity:0.6;	
}

.ranking_box .img{
	
}

.ranking_box .img img{
		width:100%;
		vertical-align:bottom;
}

.ranking_box table{
	
}

.ranking_box table tr th{
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
    text-align: left;
}

.ranking_box table tr:first-child th{
	border-top:3px solid #B3B3B3;
}

.ranking_box table tr td{
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
}

.ranking_box table tr:first-child td{
	border-top:3px solid #BC1717;
}

.ranking_box ul{
    margin:15px auto;
	background-color:#f5f5f5;
    padding-left: 0;
	padding:10px!important;
    list-style-type: none!important;
}

.ranking_box ul li,
article .ranking_box ul li{
	position:relative;
	padding-left:18px;	
	font-weight:bold;
	margin-bottom:10px;	    
    list-style-type: none!important;
}

.ranking_box ul li:nth-last-of-type(1){
    margin-bottom: 0;
}

.ranking_box ul li:before{
	color:#BC1717 !important;
	content:"\f058" !important;
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	left:0px;
}

.ranking_box .txt p{
	margin-bottom:10px;	
}

.ranking_box .txt p:nth-last-of-type(1){
	margin-bottom:0;
}


.ranking_box .link_btn a{
	background-color: #E6572B;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E6572B), color-stop(0.00, #d04a20));
	background: -webkit-linear-gradient(#E6572B, #d04a20);
	background: -moz-linear-gradient(#E6572B, #d04a20);
	background: -o-linear-gradient(#E6572B, #d04a20);
	background: -ms-linear-gradient(#E6572B, #d04a20);
	background: linear-gradient(#E6572B, #d04a20);
	border: 1px solid #ce4c24;
	border-bottom: 4px solid #af4423;
	text-shadow: 1px 1px 3px #ce4c24;
	padding:15px;
	line-height:1.0;
	display:block;
	box-sizing:border-box;
	margin:10px auto 0;
	color:#fff!important;
    font-weight: bold;
	text-decoration:none;
	border-radius:4px;
	font-size:120%;
	position:relative;
}

.ranking_box .link_btn a:hover{
	opacity:0.6;	
}

.ranking_box .link_btn a:before{
	content:"\f054";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-7px;
}


/*ポイントテキスト
------------------------------*/
.point_txt:after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\f06a  ポイント';
    background: #800080;
    color: #fff;
    left: -1px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 90%;
    line-height: 1;
    letter-spacing: 0.05em;
}

.point_txt{
	background-color: #fff6f6;
	margin: 30px auto 10px;
	padding: 15px;
	border: solid #800080 1px;
	position:relative;
}

.point_txt p:nth-last-of-type(1){
	margin-bottom:0;
}


/*チェックリスト
------------------------------*/
.check_list{
	position:relative;
	background-color: #fff6f6 !important;
	margin: 30px auto 10px !important;
	padding: 10px !important;
	border: solid #800080 1px !important;
}

.check_list li{
    list-style: none !important;
	font-weight:bold;
	margin-bottom:10px;	    
}

.check_list li:last-child{
    margin-bottom: 0;
}

.check_list:after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\f058  チェック';
    background: #800080;
    color: #fff;
    left: -1px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 90%;
    line-height: 1;
    letter-spacing: 0.05em;
}

.check_list li:before {
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;    
    content: '\f00c' !important;
    color: #800080 !important;
    margin-right: 10px;    
}


/*ポイントリスト
------------------------------*/
.point_list{
	position:relative;
	background-color:#fff6f6 !important;
	margin: 30px auto 10px !important;
	padding: 10px !important;
	border: solid #800080 1px !important;
    list-style: none !important;
}

.point_list:after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\f06a  ポイント';
    background: #800080;
    color: #fff;
    left: -1px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 90%;
    line-height: 1;
    letter-spacing: 0.05em;
}

.point_list li{
    list-style: none !important;
	font-weight:bold;
	margin-bottom:10px;    
}

.point_list li:last-child{
    margin-bottom: 0;
}

.point_list li:before {
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif; 
    content: '\f144' !important;
    color: #800080 !important;
    margin-right: 10px;
}


/*セリフ1, セリフ2
------------------------------*/
.words01,
.words01_r{
	position:relative;
	margin:40px auto;
}

.words01 .words_chara{
	width:100px;
	height:100px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-50px;
	border-radius:300px;
	overflow:hidden;
	border:1px solid #eee;
}

.words01_r .words_chara{
	width:100px;
	height:100px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-50px;
	border-radius:300px;
	overflow:hidden;
	border:1px solid #eee;
}

.words_chara img{
    max-width:100%;
	margin:0;
}

.words01 .fukkidashi{
	padding:10px;
	border-radius:4px;
	box-sizing:border-box;
	margin-left:130px;
	background-color:#D6EDF8;	
	position:relative;
}

.words01_r .fukkidashi{
	padding:10px;
	border-radius:4px;
	box-sizing:border-box;
	margin-right:130px;
	background-color:#D6EDF8;
	position:relative;
}

.words01 .fukkidashi.pink,
.words01_r .fukkidashi.pink{
	background-color:#fbf1f1;	
}

.words01 .fukkidashi.gray,
.words01_r .fukkidashi.gray{
	background-color:#fafafa;	
}

.words01 .fukkidashi:after {
	content: "";
	position: absolute;
	top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #D6EDF8 transparent transparent;
}

.words01_r .fukkidashi:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #D6EDF8;
}

.words01 .fukkidashi.pink:after{
    border-color: transparent #fbf1f1 transparent transparent;    
}
.words01_r .fukkidashi.pink:after{
    border-color: transparent transparent transparent #fbf1f1;
}

.words01 .fukkidashi.gray:after{
    border-color: transparent #fafafa transparent transparent;    
}

.words01_r .fukkidashi.gray:after{
    border-color: transparent transparent transparent #fafafa;
}

.words01_r .fukkidashi p,
.words01 .fukkidashi p{
	margin-bottom:10px;	
}

.words01_r .fukkidashi p:nth-last-of-type(1),
.words01 .fukkidashi p:nth-last-of-type(1){
	margin-bottom:0;
}

/*シンプル３つボックス, ３ボックス
------------------------------*/
.box3_flat{
	margin-top:30px;
	margin-bottom:40px;
}

.box3_flat .box3-01{
	margin-left:1%;	
}

.box3_flat .box3-01,
.box3_flat .box3-02{
	width:32%;
    min-height:100px;
	background-color:#f9f7f7;
	margin-right:1%;
	float:left;
	padding:22px 10px 10px;
	box-sizing:border-box;
	border:1px solid #eaebea;
}

.box3_flat .box3-03{
	width:32%;
    min-height:100px;
	background-color:#f7f6f6;
	margin-right:1%;
	float:left;
	padding:22px 10px 10px;
	box-sizing:border-box;
	border:1px solid #eaebea;
}

.box3_flat h4{
	color:#333;
	font-size:115%;
	margin-top:-8px !important;
	margin-bottom:12px !important;
	position:relative;
	border:none !important;
}

.box3_flat h4 span{
	background-color:#800080;
	padding:3px 5px;
	line-height:1.0;
	display:inline-block;
	color:#fff;
    font-size: 18px;
	font-weight:normal;
	position:relative;
	border-radius:2px;
}

.box3_flat .box3_flat-m{
	background-color:#fff;
	padding:5px 5px 0;
}

.box3_flat .box3_flat-m .big16{
	font-size:115%;
	line-height:1.2;
}

.box3_flat .box3-2-m .big16 a{
    text-decoration: underline;
    font-weight: bold;
}

.box3_flat .box-img{
	margin-bottom:10px;
}

.box3_flat .box-img img{
	width:100%;
	vertical-align:bottom;
}

.s-right_btn a {
    display: block;
    border-radius: 4px;
    line-height: 1.0;
    color: #fff!important;
    font-weight: bold;
    text-align: center;
    background-color: #E6572B;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E6572B), color-stop(0.00, #d04a20));
    background: -webkit-linear-gradient(#E6572B, #d04a20);
    background: -moz-linear-gradient(#E6572B, #d04a20);
    background: -o-linear-gradient(#E6572B, #d04a20);
    background: -ms-linear-gradient(#E6572B, #d04a20);
    background: linear-gradient(#E6572B, #d04a20);
    border: 1px solid #ce4c24;
    border-bottom: 4px solid #af4423;
    text-shadow: 1px 1px 3px #ce4c24;
    padding: 7px 10px;
    margin: 10px auto 5px;
    text-decoration: none;
}

.s-right_btn a:hover{
	opacity:0.6;	
}



/*ポジティブリスト, ネガティブリスト
------------------------------*/
.negative_txt_box,
.positive_txt_box{
	padding:10px;
	margin:15px auto;
	background-color:#EFF2F9;	
}

.negative_txt_box{
	background-color:#F9EAEA;	
}

.positive_txt_box ul,
.negative_txt_box ul{
	background:none;
	padding:0!important;
	margin-bottom:0;
}

.positive_txt_box ul li,
.negative_txt_box ul li{
	text-indent: -8px;
    margin-left: 15px;
    list-style: none!important;
    font-weight: bold;
    margin-bottom: 10px;
}

.positive_txt_box ul li:nth-last-of-type(1),
.negative_txt_box ul li:nth-last-of-type(1){
	margin-bottom:0;
}

.positive_txt_box ul li i,
.negative_txt_box ul li i{
    margin-right: 5px;
}

.negative_txt_box .title span,
.positive_txt_box .title span{
	padding:5px 13px 5px;
	color:#fff;
	background-color:#3173F7;
	line-height:1.0;
	font-size:87%;
}

.negative_txt_box .title span{
	background-color:#F93E3E;	
}

/*
.positive_txt_box ul li:before {
    content: "\f10c" !important;
    margin-right: 5px;
    font-family: FontAwesome;
	color:#3173F7 !important;
}

.negative_txt_box ul li:before {
    content: "\f00d" !important;
    margin-right: 5px;
    font-family: FontAwesome;
	color:#F93E3E !important;
}
*/


/*数字ポイントテキスト
------------------------------*/
.num_txtes{
  position: relative;
}
.num_txt{
	margin:40px auto 15px;
	line-height:1.2;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	padding:5px 10px;
  padding-left: 50px;
	background-color:#800080;
}
.num_parts{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background-color: #650165;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: -6px;
	  top:50%;
	  margin-top:-25px;
}

/*口コミパーツ
------------------------------*/

.kuchikomi-box {
	padding:20px;
	border-radius:4px;
	background-color:#fdf3f3;
	background-image:url("https://xn--n8jtcygzm8b8350azqrb12fouxa.jp/wp-content/uploads/review_box_back.png");
	margin:0 auto 20px;
}
.kuchikomi-box .review_head{
	margin-bottom:10px;
}
.kuchikomi-box .review_head .review_head_top .review_hyoka p{
	display:none;
}
.kuchikomi-box .review_head .review_head_top{
	margin-bottom:5px;
	position:relative;
	padding-left:75px;
	min-height:44px;
}
.kuchikomi-box.preview_1 .review_head .review_head_top:before,
.kuchikomi-box.preview_2 .review_head .review_head_top:before,
.kuchikomi-box.bad .review_head .review_head_top:before{
	content: " ";
	display: block;
	width: 70px;
	height: 54px;
	background: url("https://xn--n8jtcygzm8b8350azqrb12fouxa.jp/wp-content/uploads/hyoka_icon_bad.png");
	background-size: 70px 54px;
	position:absolute;
	top:0px;
	left:0;
}
.kuchikomi-box.preview_3 .review_head .review_head_top:before,
.kuchikomi-box.normal .review_head .review_head_top:before{
	content: " ";
	display:block;
	width: 70px;
	height: 54px;
	background: url("https://xn--n8jtcygzm8b8350azqrb12fouxa.jp/wp-content/uploads/hyoka_icon_normal.png");
	background-size: 70px 54px;
	position:absolute;
	top:0px;
	left:0;
}
.kuchikomi-box.preview_4 .review_head .review_head_top:before,
.kuchikomi-box.preview_5 .review_head .review_head_top:before,
.kuchikomi-box.good .review_head .review_head_top:before{
	content: " ";
	display: block;
	width: 70px;
	height: 54px;
	background: url("https://xn--n8jtcygzm8b8350azqrb12fouxa.jp/wp-content/uploads/hyoka_icon_good.png");
	background-size: 70px 54px;
	position:absolute;
	top:0px;
	left:0;
}
.kuchikomi-box .review_head .review_head_top .review_hyoka{
	width:260px;
	float:left;
	font-size:16px;
	font-weight:bold;
	min-height:23px;
}
.kuchikomi-box .review_head .review_head_top .review_hyoka img{
	width:135px;
	vertical-align:bottom;
}
.kuchikomi-box .review_head .review_head_top .review_name{
	font-weight: bold;
	float: right;
	width: 100%;
	font-size: 16px;
	min-height:23px;
	position:relative;
}
.kuchikomi-box .review_head .review_head_top .review_name span{

}
.kuchikomi-box .review_head .review_head_bottom{
}
.kuchikomi-box .review_head .review_head_bottom .review_point{
	font-size: 87%;
	position: relative;
	color: #695647;
	padding-left:90px;
}
.kuchikomi-box .review_head .review_head_bottom .review_point span:nth-last-of-type(1):before,
.kuchikomi-box .review_head .review_head_bottom .review_point span:nth-last-of-type(2):before,
.kuchikomi-box .review_head .review_head_bottom .review_point span:nth-last-of-type(3):before,
.kuchikomi-box .review_head .review_head_bottom .review_point span:nth-last-of-type(4):before{
	content: "｜";
}
.kuchikomi-box .review_txt{
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e8bab2;
	line-height:1.5;
	font-size:100%;
}
.kuchikomi-box .review_txt p:nth-last-of-type(1){
	margin-bottom:0;
}
.kuchikomi-box .review_txt .review_title{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.2;
}

/*レビュー星　font-awesome
------------------------------*/
.ave_star {
	font-size: 25px;
	line-height: 1;
	height: 25px;
	margin-right: 0;
	padding-right: 0;
	position: relative;
	white-space: nowrap;
	width: 115px;
	display: inline-block;
}
.ave_star .star {
	color: #ffb838;
	overflow: hidden;
	position: absolute;
}
.ave_star .star_base {
	color: #ffb838;
}
.star_area {
	padding-left:10px;
	display: inline-block;
	font-size: 30px;
	height: 30px;
	position: relative;
	top: 2px;
	white-space: nowrap;
	width: 140px;
}
.star_area .star {
	color: #ffb838;
	overflow: hidden;
	position: absolute;
}
.star_area .star_base {
	color: #ffb838;
}

/*口コミリッチスニペット
------------------------------*/
.kutikomi_data{
	padding:10px;	
	background-color:#efefef;
	margin:0 auto 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.kutikomi_data .kutikomi_data_name{
	font-size:120%;
	font-weight:bold;
	margin-bottom:5px;
}