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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_news {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_news {
    width: 95%;
  }
}

.con_news:after {
  content: "";
  display: table;
  clear: both;
}

.topicpath li:nth-child(3) {
  max-width: 65%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  overflow: hidden;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 2.5em;
  }
}
.con_news .main {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_news .main {
    float: left;
    width: 73.63636%;
  }
}
@media print {
  .con_news .main {
    float: left;
    width: 73.63636%;
  }
}
.ie8 .con_news .main {
  float: left;
  width: 73.63636%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .main {
    width: 70%;
  }
}
.con_news .main .category {
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .main .category {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .category {
    padding-bottom: 0.5em;
  }
}
.con_news .main .category > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  letter-spacing: .18em;
}
.con_news .main .category span {
  color: #7dc8bd;
  font-size: 124%;
  font-family: "Forum", cursive;
}
@media only screen and (max-width: 767px) {
  .con_news .main .category span {
    font-size: 108%;
  }
}
.con_news .main .category em {
  color: #083944;
  font-size: 139%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_news .main .category em {
    font-size: 116%;
  }
}
.con_news .main .box_main li {
  border-bottom: 1px solid #c1c1c1;
}
.con_news .main .box_main li a {
  display: block;
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  letter-spacing: -.4em;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .main .box_main li a {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_main li a {
    padding: 0.5em 0.3em;
  }
}
.con_news .main .box_main li a > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_news .main .box_main li a .wrp_img {
  overflow: hidden;
  width: 27.5641%;
  height: 0;
  padding-bottom: 20.25641%;
}
.con_news .main .box_main li a .wrp_img img {
  width: 100%;
  border-radius: 8px;
}
.con_news .main .box_main li a .wrp_txt {
  position: relative;
  width: 72.4359%;
  padding: 0 65px 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .main .box_main li a .wrp_txt {
    padding: 0 40px 0 3.50877%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_main li a .wrp_txt {
    padding: 0 1.5em 0 4%;
  }
}
.con_news .main .box_main li a .wrp_txt .info {
  letter-spacing: -.4em;
}
.con_news .main .box_main li a .wrp_txt .info > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_news .main .box_main li a .wrp_txt .info .date {
  color: #56a091;
  font-size: 131%;
  font-weight: bold;
  font-family: "Forum", cursive;
  letter-spacing: .05em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .main .box_main li a .wrp_txt .info .date {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_main li a .wrp_txt .info .date {
    font-size: 108%;
  }
}
.con_news .main .box_main li a .wrp_txt .info .cat {
  padding: 0.1em 1em;
  margin-left: 1.5em;
  background: #d0e9e5;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_main li a .wrp_txt .info .cat {
    padding: 0.1em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_main li a .wrp_txt .info .cat {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_news .main .box_main li a .wrp_txt .info .cat {
    font-size: 108%;
  }
}
@media print {
  .con_news .main .box_main li a .wrp_txt .info .cat {
    font-size: 108%;
  }
}
.ie8 .con_news .main .box_main li a .wrp_txt .info .cat {
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_main li a .wrp_txt .info .cat {
    font-size: 93%;
  }
}
.con_news .main .box_main li a .wrp_txt .txt {
  margin-top: 10px;
  color: #083944;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_main li a .wrp_txt .txt {
    margin-top: 0.3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .box_main li a .wrp_txt .txt {
    line-height: 1.75;
    letter-spacing: .05em;
  }
}
@media print {
  .con_news .main .box_main li a .wrp_txt .txt {
    line-height: 1.75;
    letter-spacing: .05em;
  }
}
.ie8 .con_news .main .box_main li a .wrp_txt .txt {
  line-height: 1.75;
  letter-spacing: .05em;
}
@media only screen and (min-width: 1101px) {
  .con_news .main .box_main li a .wrp_txt .txt {
    font-size: 124%;
  }
}
@media print {
  .con_news .main .box_main li a .wrp_txt .txt {
    font-size: 124%;
  }
}
.ie8 .con_news .main .box_main li a .wrp_txt .txt {
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .main .box_main li a .wrp_txt .txt {
    font-size: 116%;
  }
}
@media only screen and (max-width: 1100px) {
  .con_news .main .box_main li a .wrp_txt .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.con_news .main .box_main li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (min-width: 1101px) {
  .con_news .main .box_main li a:hover .wrp_txt:before, .con_news .main .box_main li a:hover .wrp_txt:after {
    right: -10px;
  }
}
@media print {
  .con_news .main .box_main li a:hover .wrp_txt:before, .con_news .main .box_main li a:hover .wrp_txt:after {
    right: -10px;
  }
}
.ie8 .con_news .main .box_main li a:hover .wrp_txt:before, .ie8 .con_news .main .box_main li a:hover .wrp_txt:after {
  right: -10px;
}
.con_news .main .box_pager {
  margin-top: 30px;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .main .box_pager {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_pager {
    margin-top: 1.5em;
  }
}
.con_news .main .box_pager li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: .5em;
}
.con_news .main .box_pager li:first-child {
  margin-left: 0;
}
.con_news .main .box_pager li a {
  display: block;
  padding: .2em .5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #a4a4a4;
  font-size: 154%;
  font-family: "Forum", cursive;
  line-height: 1;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_pager li a {
    font-size: 139%;
  }
}
.con_news .main .box_pager li.prev, .con_news .main .box_pager li.next {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.con_news .main .box_pager li.prev a, .con_news .main .box_pager li.next a {
  color: #7dc8bd;
}
.con_news .main .box_pager li:hover a, .con_news .main .box_pager li.active a {
  color: #56a091;
}
.con_news .main .box_pager li:hover.prev, .con_news .main .box_pager li.active.prev {
  -webkit-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
}
.con_news .main .box_pager li:hover.next, .con_news .main .box_pager li.active.next {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.con_news .side {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_news .side {
    float: right;
    width: 21.81818%;
  }
}
@media print {
  .con_news .side {
    float: right;
    width: 21.81818%;
  }
}
.ie8 .con_news .side {
  float: right;
  width: 21.81818%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side {
    margin-top: 2.5em;
  }
}
.con_news .side .box_side .st {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side .st {
    margin-bottom: 1.5em;
  }
}
.con_news .side .box_side .st > * {
  display: block;
  line-height: 1;
}
.con_news .side .box_side .st span {
  color: #7dc8bd;
  font-family: "Forum", cursive;
  letter-spacing: .05em;
  font-size: 231%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side .st span {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side .st span {
    font-size: 185%;
  }
}
.con_news .side .box_side .st span:first-letter {
  color: #56a091;
}
.con_news .side .box_side .st em {
  margin-top: 8px;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side .st em {
    margin-top: 0.3em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_news .side .box_side .st em {
    font-size: 116%;
  }
}
@media print {
  .con_news .side .box_side .st em {
    font-size: 116%;
  }
}
.ie8 .con_news .side .box_side .st em {
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side .st em {
    font-size: 108%;
  }
}
.con_news .side .box_side.category ul li {
  margin-top: 6px;
}
.con_news .side .box_side.category ul li:first-child {
  margin-top: 0;
}
.con_news .side .box_side.category ul li a {
  display: block;
  padding: 10px 1em;
  border: 1px solid #76b8a8;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #56a091;
  letter-spacing: .1em;
  -webkit-transition: border 500ms ease, background 500ms ease, color 500ms ease;
  transition: border 500ms ease, background 500ms ease, color 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side.category ul li a {
    padding: 7px 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side.category ul li a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_news .side .box_side.category ul li a {
    font-size: 116%;
  }
}
@media print {
  .con_news .side .box_side.category ul li a {
    font-size: 116%;
  }
}
.ie8 .con_news .side .box_side.category ul li a {
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side.category ul li a {
    font-size: 108%;
  }
}
.con_news .side .box_side.category ul li:hover a, .con_news .side .box_side.category ul li.active a {
  border-color: #56a091;
  background: #56a091;
  color: #fff;
}
.con_news .side .box_side.archive {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side.archive {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side.archive {
    margin-top: 2.5em;
  }
}
.con_news .side .box_side.archive > ul > li:first-child .sst {
  border-top: 1px solid #76b8a8;
}
.con_news .side .box_side.archive > ul > li:first-child ul {
  display: block;
}
.con_news .side .box_side.archive > ul > li .sst {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #76b8a8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 170%;
  color: #76b8a8;
  font-family: "Forum", cursive;
  letter-spacing: .05em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side.archive > ul > li .sst {
    padding: 7px 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side.archive > ul > li .sst {
    padding: 0.5em 1em;
  }
}
.con_news .side .box_side.archive > ul > li .sst:before, .con_news .side .box_side.archive > ul > li .sst:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news .side .box_side.archive > ul > li .sst:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 69%;
  line-height: 1;
  margin-top: -.5em;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side.archive > ul > li .sst {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side.archive > ul > li .sst {
    font-size: 124%;
  }
}
.con_news .side .box_side.archive > ul > li .sst span {
  font-size: 69%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.con_news .side .box_side.archive > ul > li .sst:hover {
  cursor: pointer;
}
.con_news .side .box_side.archive > ul > li .sst.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.con_news .side .box_side.archive > ul > li ul {
  display: none;
  padding: 12px 15px;
  border-bottom: 1px solid #76b8a8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side.archive > ul > li ul {
    padding: 0.8em 1.5em;
  }
}
.con_news .side .box_side.archive > ul > li ul li {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side.archive > ul > li ul li {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .box_side.archive > ul > li ul li {
    margin-top: 0.8em;
  }
}
.con_news .side .box_side.archive > ul > li ul li:first-child {
  margin-top: 0;
}
.con_news .side .box_side.archive > ul > li ul li a {
  position: relative;
  text-decoration: none;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1101px) {
  .con_news .side .box_side.archive > ul > li ul li a {
    font-size: 116%;
  }
}
@media print {
  .con_news .side .box_side.archive > ul > li ul li a {
    font-size: 116%;
  }
}
.ie8 .con_news .side .box_side.archive > ul > li ul li a {
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .side .box_side.archive > ul > li ul li a {
    font-size: 108%;
  }
}
.con_news .side .box_side.archive > ul > li ul li a:before, .con_news .side .box_side.archive > ul > li ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news .side .box_side.archive > ul > li ul li a:before {
  content: "";
  margin-right: .5em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  color: #7dc8bd;
  font-size: 107%;
  line-height: 1;
}
.con_news .side .box_side.archive > ul > li ul li a:hover {
  text-decoration: underline;
}
.con_news.detail .box_tit {
  padding: 15px;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_tit {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_tit {
    padding: 0.8em 0.5em;
  }
}
.con_news.detail .box_tit .info {
  letter-spacing: -.4em;
}
.con_news.detail .box_tit .info > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_news.detail .box_tit .info .date {
  color: #56a091;
  font-size: 131%;
  font-family: "Forum", cursive;
  letter-spacing: .05em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_tit .info .date {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_tit .info .date {
    font-size: 108%;
  }
}
.con_news.detail .box_tit .info .cat {
  padding: 0.1em 1em;
  margin-left: 1.5em;
  background: #d0e9e5;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_tit .info .cat {
    padding: 0.1em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_tit .info .cat {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_news.detail .box_tit .info .cat {
    font-size: 108%;
  }
}
@media print {
  .con_news.detail .box_tit .info .cat {
    font-size: 108%;
  }
}
.ie8 .con_news.detail .box_tit .info .cat {
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_tit .info .cat {
    font-size: 93%;
  }
}
.con_news.detail .box_tit .txt {
  margin-top: 10px;
  color: #083944;
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_tit .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_news.detail .box_tit .txt {
    font-size: 154%;
  }
}
@media print {
  .con_news.detail .box_tit .txt {
    font-size: 154%;
  }
}
.ie8 .con_news.detail .box_tit .txt {
  font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_tit .txt {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_tit .txt {
    font-size: 116%;
  }
}
.con_news.detail .box_txt {
  padding: 25px 10px 30px;
  border-bottom: 1px solid #c1c1c1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_txt {
    padding: 15px 8px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt {
    padding: 1em 0 1.5em;
  }
}
.con_news.detail .box_txt > p, .con_news.detail .box_txt > div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_txt > p, .con_news.detail .box_txt > div {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt > p, .con_news.detail .box_txt > div {
    margin-top: 0.8em;
  }
}
.con_news.detail .box_txt > p:first-child, .con_news.detail .box_txt > div:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .con_news.detail .box_txt .txt {
    font-size: 124%;
    line-height: 1.62;
  }
}
@media print {
  .con_news.detail .box_txt .txt {
    font-size: 124%;
    line-height: 1.62;
  }
}
.ie8 .con_news.detail .box_txt .txt {
  font-size: 124%;
  line-height: 1.62;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_txt .txt {
    font-size: 116%;
  }
}
.con_news.detail .box_txt .img_single img {
  border-radius: 8px;
}
.con_news.detail .box_txt .img_single span {
  display: block;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt .img_single span {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_news.detail .box_txt .img_single span {
    font-size: 108%;
  }
}
@media print {
  .con_news.detail .box_txt .img_single span {
    font-size: 108%;
  }
}
.ie8 .con_news.detail .box_txt .img_single span {
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_txt .img_single span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt .img_single span {
    font-size: 85%;
  }
}
.con_news.detail .box_txt .img_double {
  overflow: hidden;
}
.con_news.detail .box_txt .img_double p {
  float: left;
  width: 48.10127%;
}
.con_news.detail .box_txt .img_double p + p {
  float: right;
}
.con_news.detail .box_txt .img_double p img {
  border-radius: 8px;
}
.con_news.detail .box_txt .img_double p span {
  display: block;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt .img_double p span {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_news.detail .box_txt .img_double p span {
    font-size: 108%;
  }
}
@media print {
  .con_news.detail .box_txt .img_double p span {
    font-size: 108%;
  }
}
.ie8 .con_news.detail .box_txt .img_double p span {
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_txt .img_double p span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt .img_double p span {
    font-size: 85%;
  }
}
.con_news.detail .box_txt .box_btn {
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .con_news.detail .box_txt .box_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print {
  .con_news.detail .box_txt .box_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ie8 .con_news.detail .box_txt .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_news.detail .box_txt .box_btn li a, .con_news.detail .box_txt .box_btn li > span {
  display: block;
  padding: 10px 0.5em;
  border: 1px solid #7dc8bd;
  background: #7dc8bd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 124%;
  letter-spacing: .05em;
  -webkit-transition: background 500ms ease, color 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, color 500ms ease, opacity 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_txt .box_btn li a, .con_news.detail .box_txt .box_btn li > span {
    padding: 8px 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt .box_btn li a, .con_news.detail .box_txt .box_btn li > span {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_txt .box_btn li a, .con_news.detail .box_txt .box_btn li > span {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt .box_btn li a, .con_news.detail .box_txt .box_btn li > span {
    font-size: 108%;
  }
}
.con_news.detail .box_txt .box_btn li a:hover, .con_news.detail .box_txt .box_btn li > span:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .con_news.detail .box_txt .box_btn li {
    width: 50%;
    margin: 0 5px;
  }
}
@media print {
  .con_news.detail .box_txt .box_btn li {
    width: 50%;
    margin: 0 5px;
  }
}
.ie8 .con_news.detail .box_txt .box_btn li {
  width: 50%;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_txt .box_btn li {
    margin: 10px 5px;
  }
}
/*.con_news.detail .box_txt .box_btn li a:before, .con_news.detail .box_txt .box_btn li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}*/
/*.con_news.detail .box_txt .box_btn li a:after {
  content: "";
  margin-left: .5em;
  line-height: 1;
  vertical-align: baseline;
  font-size: 80%;
}*/
.con_news.detail .box_pager_detail {
  margin-top: 25px;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_pager_detail {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_pager_detail {
    margin-top: 1.5em;
  }
}
.con_news.detail .box_pager_detail li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_news.detail .box_pager_detail li a {
  display: block;
  text-decoration: none;
  font-size: 124%;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_pager_detail li a {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_pager_detail li a {
    font-size: 108%;
  }
}
.con_news.detail .box_pager_detail li a:hover {
  color: #56a091;
}
.con_news.detail .box_pager_detail li.prev a:before, .con_news.detail .box_pager_detail li.prev a:after, .con_news.detail .box_pager_detail li.next a:before, .con_news.detail .box_pager_detail li.next a:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline !important;
  color: #a4a4a4;
  line-height: 1;
  -webkit-transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}
.con_news.detail .box_pager_detail li.prev a:hover:before, .con_news.detail .box_pager_detail li.prev a:hover:after, .con_news.detail .box_pager_detail li.next a:hover:before, .con_news.detail .box_pager_detail li.next a:hover:after {
  color: #56a091;
}
.con_news.detail .box_pager_detail li.prev a:before, .con_news.detail .box_pager_detail li.prev a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news.detail .box_pager_detail li.prev a:before {
  content: "";
  margin-right: .5em;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_pager_detail li.prev a:before {
    margin: 0 1em 0 0;
  }
}
.con_news.detail .box_pager_detail li.prev a:hover:before {
  -webkit-transform: translateX(-0.3em);
  transform: translateX(-0.3em);
}
.con_news.detail .box_pager_detail li.next a:before, .con_news.detail .box_pager_detail li.next a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news.detail .box_pager_detail li.next a:after {
  content: "";
  margin-left: .5em;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_pager_detail li.next a:after {
    margin: 0 0 0 1em;
  }
}
.con_news.detail .box_pager_detail li.next a:hover:after {
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
.con_news.detail .box_pager_detail li.home {
  margin: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news.detail .box_pager_detail li.home {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news.detail .box_pager_detail li.home {
    margin: 0 2em;
  }
}
.con_news.detail .box_pager_detail li.home a {
  color: #56a091;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
}
@media only screen and (min-width: 1101px) {
  .con_news.detail .box_pager_detail li.home a {
    padding: 5px 10px;
    border: 1px solid transparent;
  }
}
@media print {
  .con_news.detail .box_pager_detail li.home a {
    padding: 5px 10px;
    border: 1px solid transparent;
  }
}
.ie8 .con_news.detail .box_pager_detail li.home a {
  padding: 5px 10px;
  border: 1px solid transparent;
}
@media only screen and (min-width: 1101px) {
  .con_news.detail .box_pager_detail li.home a:hover {
    border: 1px solid #56a091;
  }
}
@media print {
  .con_news.detail .box_pager_detail li.home a:hover {
    border: 1px solid #56a091;
  }
}
.ie8 .con_news.detail .box_pager_detail li.home a:hover {
  border: 1px solid #56a091;
}
