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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_news {
  max-width: 1100px;
  margin: auto;
}

@-moz-keyframes scale {
  50% {
    -moz-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    opacity: .8;
  }
}
@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    opacity: .8;
  }
}
@keyframes scale {
  50% {
    -moz-transform: scale(0.97, 0.97);
    -ms-transform: scale(0.97, 0.97);
    -webkit-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    opacity: .8;
  }
}
@-moz-keyframes katakata {
  50% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: .6;
  }
}
@-webkit-keyframes katakata {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: .6;
  }
}
@keyframes katakata {
  50% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: .6;
  }
}
@-moz-keyframes snow {
  30% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }
  60% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    top: 100%;
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@-webkit-keyframes snow {
  30% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  60% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes snow {
  30% {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  60% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    top: 100%;
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@-moz-keyframes leaf {
  30% {
    -moz-transform: translateX(60px);
    transform: translateX(60px);
  }
  60% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    top: 100%;
    -moz-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}
@-webkit-keyframes leaf {
  30% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  60% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}
@keyframes leaf {
  30% {
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  60% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    top: 100%;
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}
@-moz-keyframes Crystal {
  50% {
    opacity: .2;
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes Crystal {
  50% {
    opacity: .2;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Crystal {
  50% {
    opacity: .2;
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes Crystal2 {
  50% {
    opacity: .2;
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes Crystal2 {
  50% {
    opacity: .2;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes Crystal2 {
  50% {
    opacity: .2;
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes blur-out {
  100% {
    filter: blur(20px);
  }
}
@-webkit-keyframes blur-out {
  100% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}
@keyframes blur-out {
  100% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}
@-moz-keyframes bn_comment {
  50% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bn_comment {
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bn_comment {
  50% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-moz-keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@-moz-keyframes scrollleft {
  0% {
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollleft {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes scrollleft {
  0% {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-moz-keyframes scrollright {
  0% {
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollright {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes scrollright {
  0% {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.con_news {
  padding-top: 50px;
  overflow: hidden;
}
.con_news .main {
  width: 750px;
  float: left;
}
.con_news .main .news_list li.even a {
  background: #f6f6f6;
}
.con_news .main .news_list li:first-child a {
  border-top: 1px solid #dfdfdf;
}
.con_news .main .news_list li a {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  overflow: hidden;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.con_news .main .news_list li a:hover {
  opacity: .7;
}
.con_news .main .news_list li a:hover .txt {
  text-decoration: underline;
}
.con_news .main .news_list li a .img {
  float: left;
  width: 120px;
  height: 85px;
  overflow: hidden;
}
.con_news .main .news_list li a .img img {
  width: 100%;
}
.con_news .main .news_list li a .box_det {
  float: right;
  width: 570px;
  padding-top: 10px;
}
.con_news .main .news_list li a .box_det .inf {
  line-height: 1;
}
.con_news .main .news_list li a .box_det .inf span {
  display: inline-block;
  padding: 2px 8px;
  margin-right: .8em;
}
.con_news .main .news_list li a .box_det .inf span.cate {
  background: #fff;
  color: #ae8f60;
  border: 2px solid #ae8f60;
}
.con_news .main .news_list li a .box_det .txt {
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con_news .main .news_detail {
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.con_news .main .news_detail .box_st .inf {
  line-height: 1;
}
.con_news .main .news_detail .box_st .inf span {
  display: inline-block;
  padding: 2px 8px;
  margin-right: .8em;
}
.con_news .main .news_detail .box_st .inf span.cate {
  background: #fff;
  color: #ae8f60;
  border: 2px solid #ae8f60;
}
.con_news .main .news_detail .box_st h3 {
  font-weight: normal;
  font-size: 116%;
  margin-top: 20px;
}
.con_news .main .news_detail [class^="layout"] {
  margin-top: 50px;
}
.con_news .main .news_detail .layout2 img, .con_news .main .news_detail .layout3 img {
  width: 100%;
}
.con_news .main .news_detail .layout2 .txt, .con_news .main .news_detail .layout3 .txt {
  margin-top: 20px;
}
.con_news .main .news_detail .layout3 .img {
  overflow: hidden;
}
.con_news .main .news_detail .layout3 .img img {
  width: 350px;
  float: right;
}
.con_news .main .news_detail .layout3 .img img:first-child {
  float: left;
}
#page .con_news .main .news_detail .layout_btn1 {
  margin-top: 10px;
}
.con_news .main .news_detail .layout_btn1.pdf a {
  color: #c5803d;
  padding-right: 20px;
  background: url(../news/images/ic_pdf.png) no-repeat right center;
}
.con_news .main .news_detail .layout_btn1 a {
  color: #e26b14;
  display: inline-block;
}
.con_news .main .news_detail .layout_btn2 {
  text-align: center;
  margin: 20px auto 0;
  font-size: 1.3em;
}
.con_news .main .news_detail .layout_btn2.pdf a {
  background: #c5803d;
}
.con_news .main .news_detail .layout_btn2.pdf a span {
  padding-right: 20px;
  background: url(../news/images/ic_pdf.png) no-repeat right center;
}
.con_news .main .news_detail .layout_btn2 a {
  display: inline-block;
  min-width: 260px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #e26b14;
  color: #fff;
  text-decoration: none;
}
.con_news .main .news_detail .layout_btn2 a span {
  display: inline-block;
}
.con_news .main .pager_list {
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
.con_news .main .pager_list li {
  display: inline-block;
  vertical-align: middle;
}
.con_news .main .pager_list li:first-child + li {
  margin-left: 0;
}
.con_news .main .pager_list li.prev, .con_news .main .pager_list li.next {
  font-size: 124%;
  font-weight: bold;
}
.con_news .main .pager_list li.prev a, .con_news .main .pager_list li.next a {
  color: #949494;
}
.con_news .main .pager_list li.prev a:hover, .con_news .main .pager_list li.next a:hover {
  color: #ae8f60;
}
.con_news .main .pager_list li.prev span, .con_news .main .pager_list li.next span {
  color: #dfdfdf;
  cursor: default;
}
.con_news .main .pager_list li.prev {
  margin-right: 30px;
}
.con_news .main .pager_list li.next {
  margin-left: 30px;
}
.con_news .main .pager_list li.page {
  margin-left: 4px;
}
.con_news .main .pager_list li.page a, .con_news .main .pager_list li.page span {
  cursor: pointer;
  border: 1px solid #dfdfdf;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.con_news .main .pager_list li.page a:hover {
  background: #ae8f60;
  border-color: #ae8f60;
  color: #fff;
}
.con_news .main .pager_list li.page span {
  cursor: default;
  background: #dfdfdf;
  color: #fff;
}
.con_news .main .pager_list li a, .con_news .main .pager_list li span {
  text-decoration: none;
  display: block;
}
.con_news .main .pager_detail {
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
.con_news .main .pager_detail li {
  display: inline-block;
  vertical-align: middle;
}
.con_news .main .pager_detail li:first-child + li {
  margin-left: 0;
}
.con_news .main .pager_detail li.prev, .con_news .main .pager_detail li.next {
  font-weight: bold;
}
.con_news .main .pager_detail li.prev a, .con_news .main .pager_detail li.next a {
  border: 1px solid #dfdfdf;
  padding: 5px 10px;
  background: #fff;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.con_news .main .pager_detail li.prev a:hover, .con_news .main .pager_detail li.next a:hover {
  background: #fcf3e5;
}
.con_news .main .pager_detail li.prev span, .con_news .main .pager_detail li.next span {
  border: 1px solid #dfdfdf;
  background: #dfdfdf;
  padding: 5px 10px;
  color: #fff;
  cursor: default;
}
.con_news .main .pager_detail li.prev {
  margin-right: 5px;
}
.con_news .main .pager_detail li.prev em {
  margin-right: 1em;
}
.con_news .main .pager_detail li.next {
  margin-left: 5px;
}
.con_news .main .pager_detail li.next em {
  margin-left: .8em;
}
.con_news .main .pager_detail li.page {
  margin-left: 4px;
}
.con_news .main .pager_detail li.page a, .con_news .main .pager_detail li.page span {
  cursor: pointer;
  border: 1px solid #ae8f60;
  background: #ae8f60;
  color: #fff;
  padding: 5px 10px;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: block;
}
.con_news .main .pager_detail li.page a:hover {
  background: #7c6035;
}
.con_news .main .pager_detail li a, .con_news .main .pager_detail li span {
  text-decoration: none;
  display: block;
}
.con_news .side {
  float: right;
  width: 280px;
}
.con_news .side .inner {
  padding: 20px 0 0 25px;
}
.con_news .side .inner .ic_arr li {
  margin-top: .8em;
}
.con_news .side .inner .ic_arr li:first-child {
  margin-top: 0;
}
.con_news .side .inner .ic_arr li:before {
  content: '>';
  font-weight: bold;
  color: #ae8f60;
  margin-right: .8em;
}
.con_news .side .inner .ic_arr li a {
  text-decoration: none !important;
}
.con_news .side .inner .ic_arr li a:hover {
  text-decoration: underline !important;
}
.con_news .side .box_arc {
  margin-top: 60px;
}
.con_news .side .box_arc .year {
  padding-top: 20px;
}
.con_news .side .box_arc .year:first-child {
  padding-top: 0;
}
.con_news .side .box_arc .year:first-child ul {
  display: block;
}
.con_news .side .box_arc .obj_accordion {
  cursor: pointer;
  margin-bottom: 1em;
}
.con_news .side .box_arc .obj_accordion.active:before {
  content: '+';
}
.con_news .side .box_arc .obj_accordion:before {
  content: '-';
  background: #ec6941;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  margin-right: .5em;
  margin-top: -.2em;
}
.con_news .side .box_arc .obj_accordion + ul {
  padding-left: 20px;
  display: none;
}
