@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : lp.css
 author     : Ability Consultant
 style info : 新着情報
=================================================================== */
.con_news:after, .con_news .con_news_box:after, .con_news .con_pager:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main .st_main .en {
  background-color: #000;
}
.con_main p img {
  display: none;
}

.con_intro {
  background-color: #000;
}

.margin20bt {
  margin-bottom: 20px;
}

.margin5lf {
  margin-left: 5px;
}

/*ボタン*/
.box_btn {
  margin: 5% 5% 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .box_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn {
    float: none;
    text-align: center;
  }
}
.box_btn p {
  margin: 2%;
}
@media only screen and (min-width: 768px) {
  .box_btn p {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn p {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  max-width: 1200px;
  width: 90%;
  margin: 80px auto;
}
@media only screen and (max-width: 1024px) {
  .con_news {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding-bottom: 2.5em;
    width: 90%;
  }
  .con_news .container {
    width: 100%;
  }
  .con_news .box_head {
    padding: .8em;
  }
  .con_news .box_head h3 {
    font-size: 140%;
  }
}
.con_news .con_news_box {
  background: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_box {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_box {
    margin-top: 30px;
  }
}
.con_news .main {
  width: 100%;
}
.con_news .box_news {
  border-bottom: dotted 1px #100d0e;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news {
    font-size: 85%;
  }
}
.con_news .box_news .img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #000;
          box-shadow: 0 0 0 3px #fff, 0 0 0 4px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 19px 0 4px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .img {
    height: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_news .box_news .img {
    width: 30%;
    height: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
  }
  .con_news .box_news:first-child {
    padding: 5px 0 15px 0;
  }
}
.con_news .box_news h3.st_news {
  font-size: 140%;
}
.con_news .box_news.fitted {
  cursor: pointer;
}
.con_news .box_news.fitted.hovered {
  background: #ededed;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news.fitted.hovered {
    background: none;
  }
}
.con_news .box_news.fitted.hovered h3 a {
  text-decoration: none;
}
.con_news .box_news .img {
  width: 220px;
  max-height: 146px;
  overflow: hidden;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .img {
    width: 30%;
    margin-right: 0;
    height: 100px;
  }
}
.con_news .box_news .box_info {
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_info {
    margin-bottom: 5px;
    width: 65%;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.con_news .box_news .box_info p {
  display: inline-block;
  vertical-align: middle;
}
.con_news .box_news .box_info .date {
  color: #100d0e;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 120%;
}
.con_news .box_news .box_info .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.7em;
}
.con_news .box_news .box_info .cate span {
  font-size: 100%;
  background: #161616;
  text-decoration: none;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .7em;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_info .cate span {
    padding-top: 0.1em;
  }
}
@media only screen and (max-width: 375px) {
  .con_news .box_news .box_info .cate span {
    height: 24px;
  }
}
.con_news .box_news .box_info .cate span.sub_c {
  background: #161616;
}
.con_news .box_news p.st_syousai, .con_news .box_news h3 {
  overflow: hidden;
  margin: 0.5em 0 0.8em 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news p.st_syousai, .con_news .box_news h3 {
    margin: 0 0 0.5em 0;
    font-size: 100%;
    width: 65%;
    float: right;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title {
    margin-bottom: 20px;
  }
}
.con_news .con_news_title .box_news_title {
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title .box_news_title {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.con_news .con_news_title .box_news_title p {
  display: inline-block;
  vertical-align: middle;
}
.con_news .con_news_title .box_news_title .date {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title .box_news_title .date {
    display: block;
  }
}
.con_news .con_news_title .box_news_title .cate {
  margin-left: -0.5em;
}
.con_news .con_news_title .box_news_title .cate span {
  background: #161616;
  text-decoration: none;
  padding: 0 0.5em 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .7em;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title .box_news_title .cate span {
    padding-top: 0.1em;
  }
}
@media only screen and (max-width: 375px) {
  .con_news .con_news_title .box_news_title .cate span {
    margin-left: .5em;
    height: 24px;
  }
}
.con_news .con_news_title .box_news_title .cate span.sub_c {
  background: #161616;
}
.con_news .con_news_title h3.news_title {
  color: #161616;
  font-size: 147%;
  border-left: 5px solid #161616;
  padding-left: .6em;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title h3.news_title {
    font-size: 140%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail01 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail01 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 {
    margin-bottom: 20px;
  }
}
.con_news .con_news_detail01 .st_l {
  font-size: 147%;
  border-bottom: 2px solid #161616;
  padding-left: .8em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 .st_l {
    font-size: 140%;
    margin-top: 1em;
  }
}
.con_news .con_news_detail01 .st_m {
  font-size: 147%;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 .st_m {
    font-size: 140%;
    margin-top: 1em;
  }
}
.con_news .con_news_detail01 .st_s {
  font-size: 120%;
  color: #161616;
  margin-bottom: 20px;
  font-weight: normal;
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 6px;
}
.con_news .con_news_detail01 .st_s:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 8px;
  top: 10px;
  background: #161616;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 .st_s:before {
    top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 .st_s {
    font-size: 94%;
  }
}
.con_news .con_news_detail {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail.txt {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail.txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail.txt {
    margin-bottom: 15px;
  }
}
.con_news .con_news_detail .txt {
  text-align: left;
  padding-top: 10px;
}
.con_news .con_news_detail .wrap_movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.con_news .con_news_detail .wrap_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con_news .con_news_detail .txt_caption {
  padding-top: 10px;
  text-align: center;
}
.con_news .con_news_detail .box_tbl01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_tbl01 {
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_tbl01 {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl01 {
    margin: 0 auto 40px;
  }
}
.con_news .con_news_detail .box_tbl01 h4 {
  text-align: left;
}
.con_news .con_news_detail .box_tbl01 h4.st_s {
  font-size: 147%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl01 h4.st_s {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .con_news_detail .box_tbl01 h4.st_s {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl01 h4.st_s {
    width: 100%;
  }
}
.con_news .con_news_detail .box_tbl01 h4.st_s .small {
  display: block;
  padding-bottom: .5em;
  color: #9b0d15;
  font-size: 67%;
}
.con_news .con_news_detail .box_tbl01 h4.st_s .middle {
  display: block;
  font-size: 80%;
}
.con_news .con_news_detail .box_tbl01 .tbl {
  table-layout: fixed;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_tbl01 .tbl {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_tbl01 .tbl {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl01 .tbl {
    width: 100%;
  }
}
.con_news .con_news_detail .box_tbl01 .tbl tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_tbl01 .tbl tr th {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_tbl01 .tbl tr th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl01 .tbl tr th {
    width: 30%;
  }
}
.con_news .con_news_detail .box_tbl01 .tbl tr th::before {
  background: url(../images/common/bd_dash.png) repeat-x 0 bottom;
  position: absolute;
  content: "";
  height: 1px;
  display: block;
  width: calc(100% - 1em);
  left: 0.5em;
  right: 0.5em;
  bottom: 0;
}
.con_news .con_news_detail .box_tbl01 .tbl tr td {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.con_news .con_news_detail .box_tbl01 .tbl tr td::before {
  background: url(../images/common/bd_dash.png) repeat-x 0 bottom;
  position: absolute;
  content: "";
  height: 1px;
  display: block;
  width: calc(100% - 1em);
  left: 0.5em;
  right: 0.5em;
  bottom: 0;
}
.con_news .con_news_detail .box_three_img {
  margin: 0 !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_three_img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_news .con_news_detail .box_three_img .box_left {
  -ms-flex-preferred-size: 735px;
      flex-basis: 735px;
}
@media only screen and (min-width: 768px) {
  .con_news .con_news_detail .box_three_img .box_left {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_three_img .box_left {
    padding-right: 0;
  }
}
.con_news .con_news_detail .box_three_img .box_right {
  -ms-flex-preferred-size: 355px;
      flex-basis: 355px;
}
.ie .con_news .con_news_detail .box_three_img .box_right {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_three_img .box_right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.con_news .con_news_detail .box_three_img .box_right img {
  display: block;
  width: 100%;
}
.con_news .con_news_detail .box_three_img .box_right img:last-child {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_three_img .box_left,
  .con_news .con_news_detail .box_three_img .box_right {
    width: 100%;
  }
  .con_news .con_news_detail .box_three_img .box_left img,
  .con_news .con_news_detail .box_three_img .box_right img {
    padding-top: 10px;
  }
  .con_news .con_news_detail .box_three_img .box_left img:only-child,
  .con_news .con_news_detail .box_three_img .box_right img:only-child {
    padding-top: 0;
  }
}
.con_news .con_news_detail .box_hra hr {
  display: block;
  margin: 0 1rem;
}
.con_news .con_news_detail .box_hra .txt {
  text-align: center;
}
.con_news .con_news_detail .box_hra .txt:first-of-type {
  padding-top: 0;
}
.con_news .con_news_detail .box_hra .txt a {
  display: block;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}
.mouse .con_news .con_news_detail .box_hra .txt a:hover, .touch .con_news .con_news_detail .box_hra .txt a.touchstart {
  opacity: .8;
}
.touch .con_news .con_news_detail .box_hra .txt a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .con_news_detail .box_hra .txt a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.con_news .con_news_detail .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .img_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .con_news_detail .img_list li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .img_list li {
    padding: 0 2px;
  }
}
.con_news .con_news_detail .img_list li .cap {
  padding-top: 10px;
}
.con_news .con_news_detail .img_list li .cap .ttl,
.con_news .con_news_detail .img_list li .cap .price {
  display: block;
}
.con_news .con_news_detail .img_list.list02 li {
  width: 50%;
}
.con_news .con_news_detail .img_list.list02 li .img {
  width: 100%;
}
.con_news .con_news_detail .img_list.list02 li .img img {
  display: block;
}
.con_news .con_news_detail .img_list.list03 li {
  width: calc(100%/3);
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .img_list.list03 li {
    width: 100%;
  }
}
.con_news .con_news_detail .img_list.list03 li .img {
  width: 100%;
  position: relative;
}
.con_news .con_news_detail .img_list.list03 li .img:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  padding-bottom: calc(405 / 608 * 100%);
}
.con_news .con_news_detail .img_list.list03 li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.con_news .con_news_detail .box_tbl02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_tbl02 {
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_tbl02 {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl02 {
    margin: 0 auto 40px;
  }
}
.con_news .con_news_detail .box_tbl02 .tmp_table_respon {
  table-layout: fixed;
}
@media only screen and (min-width: 768px) {
  .con_news .con_news_detail .box_tbl02 .tmp_table_respon tr th {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_tbl02 .tmp_table_respon tr th {
    width: auto;
  }
}
.con_news .con_news_detail .box_map .ttl {
  padding: 10px 0;
  text-align: left;
  font-size: 1.5rem;
  border-top: 1px dotted #000;
}
.con_news .con_news_detail .box_map iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  border: none;
}
@media only screen and (min-width: 768px) {
  .con_news .con_news_detail .box_map iframe {
    height: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_map iframe {
    height: 250px;
  }
}
.con_news .con_news_detail .box_map .gmlnk {
  text-align: right;
  padding-top: 10px;
}
.con_news .con_news_detail .box_map .gmlnk a {
  position: relative;
  letter-spacing: .2em;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_map .gmlnk a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .con_news .con_news_detail .box_map .gmlnk a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_map .gmlnk a {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_map .gmlnk a {
    font-size: 94%;
  }
}
.con_news .con_news_detail .box_map .gmlnk a::before {
  content: '';
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    width: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    width: 9px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    height: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    height: 6px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_map .gmlnk a::before {
    top: 3px;
  }
}
.con_news .con_news_detail .box_map .gmlnk a::after {
  content: '';
  border: 1px solid #000;
  position: absolute;
  top: 0px;
  right: -4px;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_map .gmlnk a::after {
    width: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_map .gmlnk a::after {
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_map .gmlnk a::after {
    width: 9px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail .box_map .gmlnk a::after {
    height: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail .box_map .gmlnk a::after {
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail .box_map .gmlnk a::after {
    height: 6px;
  }
}
.con_news .con_news_detail .txt_lnk {
  width: 250px;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.con_news .con_news_detail .txt_lnk a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_news .con_news_detail .txt_lnk a span {
  padding-bottom: 1em;
}
.con_news .con_news_detail .txt_lnk i {
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 1em;
}
.con_news .con_news_detail02 {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail02 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail02 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail02 {
    margin-bottom: 40px;
  }
}
.con_news .con_news_detail02 .con_l {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail02 .con_l {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_news .con_news_detail02 .con_l dd {
  margin-top: 5px;
}
.con_news .con_news_detail02 .con_r {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail02 .con_r {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
.con_news .con_news_detail02 .con_r dd {
  margin-top: 5px;
}
.con_news .con_news_detail03 {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail03 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail03 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail03 {
    margin-bottom: 40px;
  }
}
.con_news .con_news_detail03 .con_l, .con_news .con_news_detail03 .con_c {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail03 .con_l, .con_news .con_news_detail03 .con_c {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_news .con_news_detail03 .con_l dd, .con_news .con_news_detail03 .con_c dd {
  margin-top: 5px;
}
.con_news .con_news_detail03 .con_r {
  float: right;
  width: 31%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail03 .con_r {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.con_news .con_news_detail03 .con_r dd {
  margin-top: 5px;
}
.con_news .con_news_detail04 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail04 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail04 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail04 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_news .con_news_detail04 .box_img {
  width: 56%;
  padding-left: 5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail04 .box_img {
    width: 100%;
    float: none;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.con_news .con_news_detail04 .txt {
  width: 44%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail04 .txt {
    width: 100%;
    margin-top: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.con_news .con_news_detail05 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail05 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail05 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail05 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail05 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_news .con_news_detail05 .box_img {
  width: 56%;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail05 .box_img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.con_news .con_news_detail05 .txt {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail05 .txt {
    width: 100%;
    margin-top: 5px;
  }
}
.con_news .btn_default {
  margin: 1.5em auto 0;
}
.con_news .con_news_detail01 .tmp_st_h4.ttl_cms span {
  background: none !important;
  border-bottom: 1px solid #000;
}
.con_news .con_pager {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_pager {
    margin-top: 40px;
  }
}
.con_news .con_pager ul {
  text-align: center;
}
.con_news .con_pager ul li {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
}
.con_news .con_pager ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #100d0e;
  text-align: center;
}
.con_news .con_pager ul li a:hover, .con_news .con_pager ul li a.active {
  background: #eaeaea;
  color: #313131;
}
.con_news .con_pager ul li.prev i {
  margin-right: 0.5em;
}
.con_news .con_pager ul li.next i {
  margin-left: 0.5em;
}
.con_news .con_pager ul li.back i {
  margin-right: 0.5em;
}
.con_news .con_pager ul li.index i {
  margin-right: 0.5em;
}
.con_news .con_pager_detail {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_pager_detail {
    margin: 0 auto 15px;
  }
}
.con_news .con_pager_detail .box_prev {
  border-right: 1px solid #dddddd;
  width: 50%;
  display: table-cell;
}
.con_news .con_pager_detail .box_prev:before {
  content: "\f104";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  top: 30%;
  left: 0;
  opacity: .5;
}
.con_news .con_pager_detail .box_prev:hover {
  background: #eaeaea;
  color: #313131;
}
.con_news .con_pager_detail .box_prev:hover a {
  color: #313131;
}
.con_news .con_pager_detail .box_prev a {
  padding-left: 20px;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: .9em;
}
.con_news .con_pager_detail .box_next {
  width: 50%;
  display: table-cell;
  text-align: right;
}
.con_news .con_pager_detail .box_next:after {
  content: "\f105";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  top: 30%;
  right: 0;
  opacity: .5;
}
.con_news .con_pager_detail .box_next:hover {
  background: #eaeaea;
  color: #313131;
}
.con_news .con_pager_detail .box_next:hover a {
  color: #313131;
}
.con_news .con_pager_detail .box_next a {
  padding-left: 20px;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: .9em;
}

@media only screen and (min-width: 1025px) {
  .tmp_slider_box {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_slider_box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_slider_box {
    margin-bottom: 40px;
  }
}
.tmp_slider_box .tmp_slider .slick-list .slick-track .slick-slide img {
  width: 100%;
}
.tmp_slider_box .tmp_slider .slick-list .slick-track .slick-slide img[data-lazy] {
  max-height: 50px;
}
