/*クチコミトップ*/
#wrap_kuchikomi{
	width:750px;
	color:#000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
	padding-bottom: 40px;
}

#wrap_kuchikomi p {font-size: 16px; line-height: 1.5;/* font-family: "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro W3";*/}
#wrap_kuchikomi p.red{color: #f00;}

.info{
flex:0 1 520px;
box-sizing: border-box;
}
.info h3{
font-size: 18px;
font-weight: bold;
padding: 10px 20px;
color: #f00;
background: #fee45d;
border-top-left-radius:10px;
border-top-right-radius:10px;
}
.info ul{
padding: 10px 20px;
border: 4px solid #fee45d;
border-top:0;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
/*font-family: "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro W3";*/
}
.info ul li{
font-size: 14px;
line-height: 1.2;
padding-left:10px;
position: relative;
margin: 5px 0 0 0;
}
.info ul li:not(.flex_layout.flex_j_end)::before{content: ""; width: 8px; height: 8px; display: inline-block; background-color: #000; position: absolute; top:4px; margin-left: -15px;}

.total{
flex:0 1 210px;
}

.total dt{
background-color: #f00;
font-size: 18px;
font-weight: bold;
color: #fff;
padding: 10px 0px;
text-align: center;
}
.txt_kensu {
font-size: 48px;
font-weight: bold;
color: #f00;
line-height: 1;
margin-top:25px;
display: inline-block;
letter-spacing: -0.05em;
}
.txt_ken {
font-size: 24px;
font-weight: bold;
color:#000;
padding-left: 5px;
}
.txt_genzai{
font-size: 14px;
color:#000;
margin-top:10px;
}

.kuchikomi_content{margin: 10px 15px 30px;}
.kuchikomi_content2{margin: 20px 0 10px;}
.kuchikomi_content3{margin: 20px 10px 30px;}

.kuchikomi_product{
font-family: "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro W3";
}
.kuchikomi_product ul{
display: flex;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
}
.kuchikomi_product ul li{
flex:0 1 170px;
margin: 0 10px 10px 0;
}
.kuchikomi_product ul li:nth-of-type(4n){margin-right: 0;}
.kuchikomi_product ul dd{margin-top: 5px;}
.kuchikomi_product .item_img,.kuchikomi_product .item_name,.kuchikomi_product .item_price{text-align: center;}
.kuchikomi_product .item_name{font-size: 12px; height: 2.5em; font-weight: bold; margin-top: 5px;}
.kuchikomi_product .item_name a:link,.kuchikomi_product .item_name a:active{text-decoration:none;}
.kuchikomi_product .item_name a:visited{text-decoration:none;color: #a23300;	}
.kuchikomi_product .item_name a:hover{text-decoration:underline;}
/**
 * テキスト省略(複数行)
 */
.kuchikomi_product .item_name {
  margin-left: 1em;
  line-height: 1.5;
  height: 3em; /*row-height*/
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.kuchikomi_product .item_name::before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.kuchikomi_product .item_name::after {
  content: "";
  position: relative;
  right: -1em;
  margin-left: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}
.kuchikomi_product .item_price{font-size: 12px; line-height: 1.4; color: #F00; font-weight:bold;}
.kuchikomi_product .item_user{position: relative; padding-left: 44px; font-size: 12px; line-height: 1.4; color: #000; margin-top: 5px;}
.kuchikomi_product .item_user::before{
content: '';
position: absolute;
display: block;
top: 4px;
left: 0;
width: 39px;
height: 28px;
background: url("images/img_kuchikomitop_icon.gif");
background-size: cover;
}
.kuchikomi_product .item_star{display: flex; align-items: center; margin-top: 5px;}
.kuchikomi_product .item_star_tag{color: #fff; font-size: 10px; background-color: #096; padding: 2px 5px; border-radius: 3px;    margin-right: 5px;}
.kuchikomi_product .item_star{color: #f00; text-align: left; font-size: 14px; margin-bottom: 5px;}
.kuchikomi_product .item_comment{color: #666; background: #ffc; text-align: left; font-size: 12px; line-height: 1.4; padding: 5px;}

.kuchikomi_product .btn a{
text-align: center;
width: 95%;
display: block;
padding: 12px 0px !important;
background: rgb(233,233,233);
background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%);
border:1px solid #ccc;
box-sizing: border-box;
position: relative;
font-size: 14px;
color: #000;
margin: 0 auto;
}
.kuchikomi_product .btn a::after{
content: "";
width: 8px;
height: 8px;
display: inline-block;
position: absolute;
top: 38%;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: 8px;
}
.kuchikomi_product .btn a:hover{
text-decoration: none;
cursor:pointer;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity:0.6;
zoom:1;
}
.kuchikomi_product .btn a:visited {text-decoration:none; color: #000;}


.kuchikomi_content2 ul.tab{
display: flex;
flex-wrap: wrap;
align-content: flex-start;
justify-content: center;
}

.kuchikomi_content2 ul.tab li{
list-style-type:none;
height:40px;
flex:0 1 220px;
margin: 0;
}
.kuchikomi_content2 ul.tab li:last-child{
margin-right: 0;
}
.kuchikomi_content2 ul.tab li a {
width: 220px;
inline: block;
padding: 0px;
}

.kuchikomi_content2 ul.tab li a.tab1 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
height:40px;
outline:none;
background:url("images/img_kuchikomitab_star5_off.jpg");
display: block;
}

.kuchikomi_content2 ul.tab li a.tab2 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
height:40px;
outline:none;
background:url("images/img_kuchikomitab_star4_off.jpg");
display: block;
}

.kuchikomi_content2 ul.tab li a.tab3 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
height:40px;
outline:none;
background:url("images/img_kuchikomitab_star3_off.jpg");
display: block;
}

.kuchikomi_content2 ul.tab li a.tab1.selected{
height:42px;
background:url("images/img_kuchikomitab_star5_on.jpg");
text-decoration:none;
color:#333;
cursor:default;
display: block;
}

.kuchikomi_content2 ul.tab li a.tab2.selected{
height:42px;
background:url("images/img_kuchikomitab_star4_on.jpg");
text-decoration:none;
color:#333;
cursor:default;
display: block;
}

.kuchikomi_content2 ul.tab li a.tab3.selected{
height:42px;
background:url("images/img_kuchikomitab_star3_on.jpg");
text-decoration:none;
color:#333;
cursor:default;
display: block;
}

.kuchikomi_content2 ul.panel{
overflow: auto; clear: both;
}

.kuchikomi_content2 ul.panel li{
flex: 0 1 170px;
margin: 0 auto 20px;
}


.kuchikomi_content2 ul.panel li.tabA{
border: 2px solid #0099cc; background-color: #fff; padding: 20px 10px; border-radius: 10px;
}

.kuchikomi_content2 ul.panel li.tabB{
border: 2px solid #cc0099; background-color: #fff; padding: 20px 10px; border-radius: 10px;
}

.kuchikomi_content2 ul.panel li.tabC{
border: 2px solid #339900; background-color: #fff; padding: 20px 10px; border-radius: 10px;
}

.kuchikomi_content3 .item_50{flex:0 1 48%;}
.kuchikomi_content3 dl dt{font-size: 16px; font-weight: bold; line-height: 1.2; color: #2b9d5e; margin-bottom: 10px; overflow: hidden; zoom:1;}
.kuchikomi_content3 dl dt::first-letter{float: left; line-height: 1; font-size: 40px; padding-right: 5px;}


/*NLSのクチコミ制度について*/

.h2_tit{
font-size: 24px;
font-weight: bold;
background: #fee45d;
padding: 10px 10px 10px 20px;
color: #f00;
line-height: 1;
font-feature-settings: "palt";
}

.info2 ul{
padding: 0 15px;
/*font-family: "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro W3";*/
margin: 20px 10px;
}
.info2 ul li{
font-size: 16px;
line-height: 1.5;
font-weight: bold;
color: red;
position: relative;
margin-top: 5px;
}
.info2 ul li::before{content: ""; width: 10px; height: 10px; display: inline-block; background-color: red; position: absolute; top:7px; margin-left: -15px;}


.info2_list ul {
display:table;
table-layout:fixed;
width:100%;
margin-top: 20px;
}
.info2_list ul li {
display:table-cell;
}
.info2_list ul li.left {
width:20%;
vertical-align:middle;
text-align:center;
background: orange;
color: white;
font-size: 28px;
line-height: 1;
}

.info2_list ul li.right {
vertical-align:top;
text-align:left;
font-weight: bold;
border: 4px solid orange;
box-sizing: border-box;
font-size: 18px;
line-height: 1.6;
padding: 10px 10px 10px 20px;
}

.h3_tit{font-size: 18px; line-height: 1; font-weight: bold; color: #fff; background-color: #666; border-radius: 10px; padding: 10px 15px;}

.info3 ul{
/*font-family: "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro W3";*/
padding: 10px 18px 0;
}
.info3 ul li{
font-size: 14px;
line-height: 1.6;
}
.info3 ul li::before{content: ""; display: inline-block; position: relative; left: -10px; top: -4px; width: 4px; height: 4px; background: #000; border-radius: 100%;}


/*高評価クチコミ一覧*/
.txt_kuchikomi{font-size: 13px; line-height: 1.3; padding: 0 10px 10px 0;}
.txt_code{font-size: 14px; line-height: 1.4;}
.kuchikomi-star {
color:#f00;
text-align:left;
font-size:14px;
margin-bottom:5px;
}
.box-green {
color:#fff;
font-size:10px;
background-color:#096;
padding:5px;
border-radius:3px;
margin-right:5px;
}
.txt_kuchi01 {
color: #666;
background: #ffffcc;
padding: 10px 10px;
text-align: left;
font-size: 12px;
line-height: 140%;
margin-top: 5px;
}

/*汎用　追加分*/
.category-menu {
border: 1px solid #e0c031;
box-sizing: border-box;
margin: 10px auto;
}
.upper-category {
font-size: 18px;
font-weight: bold;
background: #fefae3;
padding: 10px;
color: #666;
}
.under-category {
padding: 5px 10px;
line-height: 1.5;
}
.under-category li {
display: inline;
list-style: none;
font-weight: normal;
color: #666;
font-size: 12px;
line-height: 1.5;
}
.under-category li::after {
content: "|";
padding: 0 .4em;
}
.under-category li:last-child::after { /* 西暦 */
content: " ";
padding: 0;
}
.m-b40{margin-bottom: 40px;}