/* News CSS */
/* _setting CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 768px) {
  #kv {
    padding-top: 83px;
    background: url("../images/common/kv_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
  #kv .jp {
    display: inline-block;
    width: 171px;
    height: 36px;
    background: url("../images/news/title.svg") no-repeat;
    margin-right: 30px;
  }
  #kv .page_title_eng {
    display: inline-block;
    width: 154px;
    height: 20px;
    background: url("../images/news/title_eng.svg") no-repeat;
  }

  #content .archive_head {
    padding-left: 245px;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  #content .archive_head .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content .archive_head .block + .block {
    margin-top: 10px;
  }
  #content .archive_head .block .block_title {
    position: relative;
    width: 155px;
    font-size: 1.6rem;
    padding-top: 10px;
    margin-right: 30px;
  }
  #content .archive_head .block .block_title:after {
    position: absolute;
    right: 0;
    top: -2px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #C69C6D;
  }
  #content .archive_head .block .list {
    width: 645px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .archive_head .block .item {
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #content .archive_head .block .item a {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    padding: 12px 36px 13px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #content .archive_head .block .item a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #C69C6D;
  }
  #content .archive_head .block .cat_news a:hover {
    background-color: #0a558e;
  }
  #content .archive_head .block .cat_product a:hover {
    background-color: #5D995C;
  }
  #content .archive_head .block .cat_event a:hover {
    background-color: #EA7832;
  }
  #content .archive_head .block .on a {
    color: #fff;
  }
  #content .archive_head .block .on.cat_news a {
    background-color: #0a558e;
  }
  #content .archive_head .block .on.cat_product a {
    background-color: #5D995C;
  }
  #content .archive_head .block .on.cat_event a {
    background-color: #EA7832;
  }
  #content .archive_head .block .select_archive {
    position: relative;
    background: url("../images/common/select_wrap_bg.jpg");
    background-size: 100%;
  }
  #content .archive_head .block .select_archive select {
    background: transparent;
  }
  #content .archive_head .block select {
    width: 240px;
    height: 40px;
    font-size: 1.4rem;
    padding: 0 10px 0 15px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 5px;
  }
  #content .articles .item {
    margin-bottom: 10px;
  }
  #content .articles .item a {
    display: block;
    background-color: #fff;
    padding: 18px 35px 8px;
    border-radius: 10px;
  }
  #content .articles .item a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content .articles .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #content .articles .item .entry_title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #content .articles .item .date {
    width: 115px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #content .articles .item .cats {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 275px;
  }

  .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 20px;
  }
  .cats .cat {
    color: #fff;
    font-size: 1.3rem;
    background-color: #0a558e;
    border-radius: 20px;
    padding: 5px 14px 6px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cats .cat_product {
    background-color: #5D995C;
  }
  .cats .cat_event {
    background-color: #EA7832;
  }

  #article .has_bg_shadow_inner {
    padding: 50px 60px;
    border-radius: 15px;
    margin-bottom: 45px;
  }
  #article .article_head {
    border-bottom: 1px solid #AFAFAF;
    margin-bottom: 30px;
  }
  #article .article_head .article_head_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5px;
  }
  #article .article_head .article_head_info .date {
    width: 100px;
    font-size: 1.6rem;
    padding-top: 3px;
  }
  #article .article_head .article_head_info .cats {
    width: 860px;
  }
  #article .article_head .article_name {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  #kv {
    padding-top: 10.26667vw;
  }
  #kv .jp {
    display: inline-block;
    width: 28.8vw;
    height: 6.13333vw;
    background: url("../images/news/title.svg") no-repeat;
    margin-right: 30px;
  }
  #kv .page_title_eng {
    display: inline-block;
    width: 28vw;
    height: 3.46667vw;
    background: url("../images/news/title_eng.svg") no-repeat;
  }

  #contents {
    margin-bottom: 0;
  }

  #content .archive_head {
    margin-bottom: 13.33333vw;
  }
  #content .archive_head .block + .block {
    margin-top: 10px;
  }
  #content .archive_head .block .block_title {
    display: inline-block;
    font-size: 4vw;
    font-weight: bold;
    margin-right: 4vw;
  }
  #content .archive_head .block .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4.66667vw;
  }
  #content .archive_head .block .item {
    min-width: 26.66667vw;
    color: #000;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
  #content .archive_head .block .item a {
    display: block;
    font-size: 3.46667vw;
    text-align: center;
    padding: 2.8vw 4vw 3.06667vw;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #content .archive_head .block .item a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #C69C6D;
  }
  #content .archive_head .block .cat_news a:hover {
    background-color: #0a558e;
  }
  #content .archive_head .block .cat_product a:hover {
    background-color: #5D995C;
  }
  #content .archive_head .block .cat_event a:hover {
    background-color: #EA7832;
  }
  #content .archive_head .block .on a {
    color: #fff;
  }
  #content .archive_head .block .on.cat_news a {
    background-color: #0a558e;
  }
  #content .archive_head .block .on.cat_product a {
    background-color: #5D995C;
  }
  #content .archive_head .block .on.cat_event a {
    background-color: #EA7832;
  }
  #content .archive_head .block .select_archive {
    position: relative;
    background: url("../images/common/select_wrap_bg.jpg") right center no-repeat;
    background-size: 100%;
  }
  #content .archive_head .block .select_archive select {
    background: transparent;
  }
  #content .archive_head .block select {
    width: 44vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    padding: 0 10px 0 15px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 5px;
  }
  #content .archive_head .block form {
    display: inline-block;
  }
  #content .articles .item {
    margin-bottom: 2.66667vw;
  }
  #content .articles .item a {
    display: block;
    background-color: #fff;
    padding: 4vw 6.66667vw 3.33333vw;
    border-radius: 10px;
  }
  #content .articles .item a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #content .articles .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .articles .item .entry_title {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  #content .articles .item .date {
    width: 22.66667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  #content .articles .item .cats {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cats .cat {
    color: #fff;
    font-size: 2.93333vw;
    background-color: #0a558e;
    border-radius: 20px;
    padding: 1.33333vw 3.46667vw 1.6vw;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
  .cats .cat_product {
    background-color: #5D995C;
  }
  .cats .cat_event {
    background-color: #EA7832;
  }

  #article .has_bg_shadow_inner {
    padding: 6.66667vw;
    border-radius: 15px;
    margin-bottom: 8vw;
  }
  #article .article_head {
    border-bottom: 1px solid #AFAFAF;
    margin-bottom: 5.33333vw;
  }
  #article .article_head .article_head_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5px;
  }
  #article .article_head .article_head_info .date {
    width: 22.66667vw;
    font-size: 3.73333vw;
    padding-top: 0.66667vw;
  }
  #article .article_head .article_head_info .cats {
    width: 52vw;
  }
  #article .article_head .article_name {
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 4vw;
  }
}
/* Smartphones (portrait and landscape) */
