@charset "UTF-8";

.recommend {
	font-size: 12px;
	background-color: #fce8e8;
	border: solid 2px #ea5750;
  box-sizing: border-box;
  margin: 20px auto 10px;
  padding: 25px 0px 10px 10px;
  position: relative;
		border-radius: 10px;
}

div.r_title {
  color: #fff;
  background-color: #ea5750;
  font-size: 13px;
  font-weight: bold;
  border-radius: 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  position: absolute;
  top: -15px;
}

.wrap_rbox {
	display: flex;

  background-color: #fff;
		margin-right: 10px;
		margin-bottom: 2px;
  color: #000;
}
.wrap_rbox a {
  text-decoration: none;
}
.wrap_rbox a img {
  border: none;
}

.item_img {
  text-align: center;
  padding: 5px;
		box-sizing: border-box;
		flex-basis: 110px;
		flex-shrink:0;
}
.item_text {
  padding-right: 5px;
		box-sizing: border-box;
		flex-basis: auto;

}
.item_img img {
  height: 120px;
  width: auto;
}
p.item_title {
  font-weight: bold;
  border-bottom: solid 2px #000;
		margin: 5px 0;
		text-align: center;
}
.item_link{text-align: center;}
.item_link a{
display: inline-block;
padding: 3px 5px;
background-color: #ffa500;
color:#fff;
border-radius: 10px;
}
.item_link a:hover{
	text-decoration: none;
	color: #000;
}

/* ----------------------------------------------- 脱酸素剤関連 */
.ps{
 max-width: 730px;
 margin-left: auto;
 margin-right: auto;
}
.center{
 text-align: center;
}
.o2_link{
 margin-top: 7px;
 margin-bottom:7px;
}
.o2_link a{
 display: block;
 width: 150px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #fff;
 color: #000;
 font-weight: bold;
 font-size:16px;
 border-radius: 7px;
}
#o2{
 margin-bottom: 15px;
 padding: 5px 10px;
 border-radius: 7px;
 display: inline-block;
 text-align: left;
 background-color: #5f5f5f;
 line-height: 1.5;
}
#o2 h4{
 font-size:15px;
 margin-bottom: 7px;
}
#o2 h4 span{
 font-size:80%;
}
#o2 p{
 margin-left: 15px;
 font-size:13px;
}
/* ----------------------------------------------- モバイルのみ */

@media screen and (max-width: 480px) {
}

/* ----------------------------------------------- PCのみ */

@media screen and (min-width: 481px) {
  .rec2 {
    max-width: 575px;
  }
  .rec1 {
   max-width: 295px;
 }

  .wrap_rec {
				display: flex;
				flex-wrap:wrap;
		}
		.wrap_rbox {
			flex-basis: 270px;
			flex-shrink:0;
		}

}
