.page_wrapper .category_second .category_second_list2 {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 999px;
  margin: 20px auto 0;
}

.category_second_title2{
color: rgb(51, 51, 51);
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
font-size: 28px;
font-style: normal;
font-variant-ligatures:normal;
font-variant-caps: normal;
font-weight: 400;
border-bottom: 1px solid #eee;
width:999px;
margin: 100px auto 0;
}

.page_wrapper .category_second .category_second_item2 {
  background-color: #ffffff;
  display: block;
  width: 330px;
  margin-top: 1px;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 24px;
}
.page_wrapper .category_second .category_second_item2 .item_thumb2 {
  display: block;
  width: 320px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.page_wrapper .category_second .category_second_item2 .item_thumb2 img {
  width: 320px;
  height: auto;
}
.page_wrapper .category_second .category_second_item2 .item_name2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #003e80;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
}
.page_wrapper .category_second .category_second_item2 .item_desc2 {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  margin-top: 7px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
}
.page_wrapper .category_second .category_second_item2 .item_link2 {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: right;
  text-decoration: underline;
}
.page_wrapper .category_second .category_second_item2 .item_link2 span {
  vertical-align: middle;
}
.page_wrapper .category_second .category_second_item2 .item_link2::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  font-size: 10px;
  margin-left: 4px;
}
.page_wrapper .category_second .category_second_item2:hover .item_link2 {
  text-decoration: none;
}
