/*clearfix*/
/*flex*/
/*flex*/
.news_area {
  width: 100%;
  margin: 0px auto;
  padding: 40px 0px 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .news_area {
      padding: 40px 0px 20px;
      margin-bottom: 0px; } }
  .news_area h3 {
    font-family: "adobe-garamond-pro";
    line-height: 1;
    font-size: 18px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .news_area h3 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px; } }
  .news_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .news_area dl {
        margin-bottom: 10px; } }
    .news_area dl dt {
      width: 8%; }
      @media screen and (max-width: 767px) {
        .news_area dl dt {
          width: 20%;
          font-size: 11px; } }
    .news_area dl dd {
      width: 78%; }
      @media screen and (max-width: 767px) {
        .news_area dl dd {
          width: 76%;
          font-size: 12px; } }
      .news_area dl dd a {
        display: inline-block;
        color: #000; }
        .news_area dl dd a:hover {
          text-decoration: underline !important; }

.hero_area {
  width: 83.33%;
  max-width: 1000px;
  margin: 0px auto;
  margin-bottom: 20px;
  color: #000; }
  @media screen and (max-width: 767px) {
    .hero_area {
      margin-bottom: 20px;
      width: 100%;
      max-width: 1200px; } }
  .hero_area img {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .hero_area img {
        margin-bottom: 5px; } }
  .hero_area figcaption {
    text-align: right;
    font-size: 13px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .hero_area figcaption {
        font-size: 10px;
        padding-right: 10px; } }

main .pic_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    main .pic_box {
      margin-bottom: 30px; } }
  main .pic_box li {
    position: relative;
    width: 14%;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      main .pic_box li {
        width: 19%; } }
    main .pic_box li a {
      color: #fff; }
      main .pic_box li a:hover .txt_area {
        opacity: 1;
        -webkit-transition: all 1.0s;
        transition: all 1.0s; }
    main .pic_box li img {
      max-width: 100%;
      height: auto; }
    main .pic_box li .txt_area {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0; }
      main .pic_box li .txt_area strong {
        font-size: 14px;
        font-family: "adobe-garamond-pro";
        color: #fff;
        display: block; }
        @media screen and (max-width: 767px) {
          main .pic_box li .txt_area strong {
            font-size: 13px; } }
        main .pic_box li .txt_area strong:after {
          content: "";
          width: 30px;
          height: 2px;
          background-color: #fff;
          margin: 10px auto;
          display: block;
          line-height: 1; }
          @media screen and (max-width: 767px) {
            main .pic_box li .txt_area strong:after {
              width: 20px;
              height: 1px;
              margin: 5px auto; } }
