

#main_content .nurseries{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 20px;
}

#main_content .nurseries a{
display: block;
width:32%;
}

#main_content .entry{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: #fff;
border:2px solid #f60;
border-radius: 10px;
padding: 25px 20px 20px;
margin-bottom: 20px;
}

#main_content .entry h3,
#main_content .entry > h4,
#main_content .entry > dl{
width: 100%;
}

#main_content .entry h3 span{
display: inline-block;
color: #000;
border-bottom: 2px solid #f60;
margin-bottom: 0.4em;
}

#main_content .entry h4{
border-bottom: 1px solid #f60;
padding-bottom: 0.3em;
font-size: 112.5%;
}

#main_content .entry h5{
font-size: 87.5%;
}

#main_content .entry p{
font-size: 87.5%;
}

#main_content .entry p:last-child{
margin-bottom: 0;
}

#main_content .entry > dl{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}

#main_content .entry > dl dt{
width: 8em;
font-weight: bold;
font-size: 87.5%;
}

#main_content .entry > dl dd{
width: calc(100% - 9.5em);
font-size: 87.5%;
}

#main_content .entry > dl dd:nth-of-type(2) br{
display: none;
}

#main_content .entry h5::before,
#main_content .entry dt::before{
content:"■";
}

#main_content .entry div{
width: 48.5%;
}

#main_content .entry > p:last-child{
background: #f2f2f2;
width: 100%;
padding: 1em;
margin-top:20px;
text-align: center;
}

#main_content .entry > p:last-child br{
display: none;
}


#main_content .idea{
border:2px dotted #F60;
border-radius: 10px;
padding:20px;
margin:0 auto 20px auto;
}

#main_content h3{
margin-bottom:20px;
line-height:1.3;
font-size:150%;
text-align:center;
}

#main_content h3 span{
border-bottom:2px solid #F60;
padding:0 0.5em;
}

#content p{
margin:0 auto 10px auto;
line-height:1.4;
}

#content .corona{
padding:0 1em 1em 1em;
}

#content p.star{
font-weight:bold;
margin:0 auto 20px auto;
}

#content p.star.last_child{
margin-bottom:0;
}

#content p img{
float:left;
max-width: 100%;
margin-right:10px;
}

#content p br{
clear:left;
}

#content p.txac img{
float:none;
margin-right: 0;
}

#main_content .recipe {
background:#34D332;
border-radius: 10px;
margin: 25px 0 25px 0;
padding-bottom: 15px;
}

#main_content .recipe h3 {
padding: 10px;
font-size: 18px;
color: #fff;
border-radius: 10px 10px 0 0;
text-align: center;
text-shadow: none;
line-height: 1;
margin-bottom: 0;
}

#main_content .recipe p:last-child{
background: #FFF;
border-radius: 10px;
padding: 10px;
margin: 16px 16px 0 16px;
}

/* youtube追加項目 */
#content .youtube a {
  color: #F60;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  border: 2px solid #f66;
  border-radius: 10px;
  color: #f66;
  background: #fff;
  padding: 10px;
}
/* youtube追加項目 */


@media screen and (max-width:500px) {

#main_content .nurseries a{
width:100%;
margin-bottom: 10px;
}

#main_content .entry > dl{
display: block;
}

#main_content .entry > dl dt,
#main_content .entry > dl dd{
width: auto;
font-size: 3.2vw;
}

#main_content .entry > dl dd{
margin: 0 auto 10px auto;
}

#main_content .entry > dl dd:nth-of-type(2) br{
display: block;
}

#main_content .entry div{
width: 100%;
}

#main_content .entry p{
font-size: 3.2vw;
}

#main_content .entry div:last-of-type{
margin-top: 20px;
}

#main_content .entry > p:last-child br{
display: block;
}

}