@charset "utf-8";
/* CSS Document */

/* テキスト */
.t_cleangoods {
 position: relative;
 margin: 2em auto;
 padding: 40px 20px 15px;
 width: 90%; /* ボックス幅 */
 background: #FFFAF0; /* ボックス背景色 */
 color: #666; /* 文章色 */
 border: 2px solid #FFDEAD; /* ボックス枠線 */
 border-radius: 5px;
 box-shadow: 0 0 3px #ccc; /* 影 */
 text-align: center;
}
.t_cleangoods::before, 
.t_cleangoods::after {
 position: absolute;
 content: '';
 top: 10px;
 width: 18px;
 height : 18px;
 background: #fff; /*穴背景色*/
 box-shadow: 0 0 8px #cccccc inset;
 border: 1px solid #FFDEAD; /*パンチ穴枠*/
 border-radius: 50%;
}
.t_cleangoods::before { left: 80px;}
.t_cleangoods::after { right: 80px;}

/* 紹介文アンダーライン */
.under {
  background: linear-gradient(transparent 50%, #FFDEAD 50%);
  font-weight: bold;
}

/* 見出し */
.t_clean {
    background-color: #fae1e1;
    border: 2px dashed #fdb2b2;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #fae1e1;
    color: #366a9b;
	font-weight: 600;
	font-size: 1.25em;
	text-align: center;
	
}
/* 上下の余白を消す */
.block-top-event {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* 口コミ商品 */

.itembox {
  display: flex;
  flex-wrap: nowrap;
background-color: #fff;
}

.item-image {
  width: 25%;
justify-content: center; 
    margin-top:55px;
    text-align: center;
}

.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 2 10px;
 padding: 10px;
}

.rec_pt {
 font-weight: bold;
 font-size: 1.0rem;
    text-decoration: underline;
}

.rec_date {
 color: #999;
 font-size: 0.7rem;
 text-align: left;
}

.rec_title {
 font-size: 1.0rem;
 font-weight: bold;
 text-align: left;
 margin-bottom:-50px;
}

.rec_text {
 font-size: 0.9rem;
 text-align: left;
 line-height:230%;
 width: 100%;
 margin:5px 0 auto;
 padding:10px;
 background-color: #FFFAF0;
 border-bottom: 1px solid #FFDEAD;
 border-top: 1px solid #FFDEAD;
}


/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}