@charset "UTF-8";

/*------------------------------------------------------------content*/
.item_list > li {
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
.item_list > li {
  margin-bottom: 40px;
}
}

.ph_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ph_list li {
  width: 31%;
}
.ph_list li figure img {
  width: 100%;
  height: auto;
}
.ph_list li figure figcaption {
  margin-top: 5px;
  line-height: 1.4;
  text-align: center;
}

.fig_box figure {
  margin-bottom: 20px;
}
.fig_box figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:576px) {
.fig_box {
  display: flex;
  justify-content: space-between;
}
.fig_box figure {
  width: 48%;
  margin-bottom: 0;
}
.fig_box figure img {
  width: 100%;
  height: auto;
}
.fig_box div {
  width: 48%;
}
}
@media print, screen and (min-width:992px) {
.fig_box {
  align-items: center;
}
}

.example_box {
  margin-top: 15px;
  padding: 15px;
  background: #F8F5F0;
}
.example_box h4 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 17px;
  color: #94243a;
  background: #F8F5F0;
}
.example_box .menu_title {
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 500;
  background: url("../img/common_img/icon_azuki.png") left center no-repeat;
  background-size: 14px auto;
}
.example_box .fig_box figure ul {
  display: flex;
  justify-content: space-between;
}
.example_box .fig_box figure ul li {
  width: 49%;
}
@media print, screen and (min-width:576px) {
.example_box .fig_box {
  flex-direction: row-reverse;
}
}
@media print, screen and (min-width:768px) {
.example_box {
  margin-top: 30px;
  padding: 30px;
}
.example_box h4 {
  margin-bottom: 30px;
  font-size: 22px;
}
.example_box .menu_title {
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 500;
  background: url("../img/common_img/icon_azuki.png") left center no-repeat;
  background-size: auto auto;
}
}
