/*オンラインカタログ掲載商品例 */

.top_hoiku_reco_pc{
background-color: #E9FAD3;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.hoiku_reco_pc{
	margin: auto;
    text-align: center;
    display: block;
    max-width: 1240px;
}

/* オンラインカタログ掲載商品例のタイトル */
.hoiku_reco_cnt_title_pc h2{
    color: #349B36;
    font-size: 34px;
    margin: 0;
    font-weight: bold;
    background-color: unset;
    font-family: "M PLUS Rounded 1c", sans-serif;
}


/* オンラインカタログ掲載商品例の詳細 */
.hoiku_reco_cnt_goods_pc{
	margin-top: 38px;
}


.hoiku_reco_cnt_goods_pc ul{
	margin: 0;
    padding: 0;
}

.hoiku_reco_cnt_goods_pc ul li{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 65px;
}

.hoiku_reco_cnt_goods_pc ul li a{
	width: 50%;
}

.hoiku_reco_cnt_goods_pc ul li img{
	width: 100%;
    object-fit: contain;
    display: block;
}

/* 詳細 */

.hoiku_reco_cnt_goods_detail_pc{
	width: 50%;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
}

.hoiku_reco_cnt_goods_detail_pc h2{
	margin: 0;
    background-color: unset;
    color: #349B36;
    font-size: 20px;
    font-weight: bold;
}

.hoiku_reco_cnt_goods_detail_pc p{
    margin: 0;
    color: #484848;
    font-size: 13px;
    margin-top: 4px;
}

/* ボタン */
.hoiku_reco_cnt_goods_btn_pc{
	margin: 27px 0px;
}

.hoiku_reco_cnt_goods_btn_pc a{
	padding: 10px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 15px;
    color: #fff;
    font-weight: 400;
    transition: 0.5s;
    font-size: 15px;
    background-color: #349B36;
}