@charset "UTF-8";
#recommend_check_item { padding-top: 75px; padding-bottom: 80px; background-color: #f2f1ee; }
#recommend_check_item .headline2 { margin-bottom: 40px; }
#recommend_check_item .headline2:after { content: ""; width: 30px; height: 2px; background-color: #a8a59a; margin: 0 auto; margin-top: 26px; display: block; }
#recommend_check_item .headline2 p { font-size: 23px; text-align: center; color: #555555; }
#recommend_check_item .recommend_check_item__wrap { max-width: 960px; margin: 0 auto; margin-bottom: 40px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
#recommend_check_item .recommend_check_item__list { width: 153px; margin-bottom: 8px; }
#recommend_check_item .recommend_check_item__list:not(:nth-of-type(6n)) { margin-right: 8px; }
#recommend_check_item .recommend_check_item__list--tmb { overflow: hidden; width: 153px; /* トリミングしたい枠の幅 */ height: 153px; /* トリミングしたい枠の高さ */ position: relative; }
#recommend_check_item .recommend_check_item__list--tmb > img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; height: 100%; }
