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

 file name  : news.css
 author     : Ability Consultant
 style info : 新着情報
=================================================================== */
.con_news {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
  .con_news {
    width: 95%;
  }
}
@media print {
  .con_news {
    width: 95%;
  }
}
.ie8 .con_news {
  width: 95%;
}
@media only screen and (max-width: 1023px) {
  .con_news {
    width: 95%;
  }
}

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

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  overflow: hidden;
  padding: 0;
  margin-top: 1.2%;
  margin-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-bottom: 0em;
  }
}
.con_news .txt_num {
  margin-bottom: .6em;
}
.con_news .txt_num span {
  font-size: 231%;
}
.con_news #main {
  float: left;
  width: 73.58333%;
  /* -----------------------------------------------------------
  	.詳細ページ
  ----------------------------------------------------------- */
}
.con_news #main .box_pager {
  margin: 25px 0;
  width: 100%;
  letter-spacing: -.4em;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_news #main .box_pager {
    margin: 2em 0;
  }
}
.con_news #main .box_pager li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-left: .5em;
}
.con_news #main .box_pager li:first-child {
  margin-left: 0;
}
.con_news #main .box_pager li a {
  display: block;
  padding: .4em .8em;
  color: #fff;
  background: #dedede;
  text-decoration: none;
  font-size: 115%;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
.con_news #main .box_pager li a .fa {
  font-size: 1.7em;
}
.con_news #main .box_pager li:hover a, .con_news #main .box_pager li.active a {
  background: #2f1805;
}
.con_news #main .box_pager li.pre a, .con_news #main .box_pager li.nex a {
  padding: .25em .8em;
}
@media only screen and (max-width: 767px) {
  .con_news #main .box_pager {
    text-align: center;
  }
}
.con_news #main .box_news {
  width: 100%;
  border-top: 1px solid #dedede;
}
.con_news #main .box_news li {
  border-bottom: 1px solid #dedede;
}
.con_news #main .box_news li a {
  padding: 2.48447%;
  display: block;
  overflow: hidden;
  text-decoration: none;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.con_news #main .box_news li a .photo {
  width: 17.0441%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_news #main .box_news li a .photo {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #main .box_news li a .photo img {
    width: 100%;
  }
}
.con_news #main .box_news li a .box_det {
  float: right;
  width: 80.45292%;
}
@media only screen and (max-width: 767px) {
  .con_news #main .box_news li a .box_det {
    width: 64%;
  }
}
.con_news #main .box_news li a .box_det .inf {
  letter-spacing: -.4em;
  display: block;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .con_news #main .box_news li a .box_det .inf {
    margin-bottom: 3%;
  }
}
.con_news #main .box_news li a .box_det .inf span {
  display: inline-block;
  letter-spacing: normal;
  padding: .5em 0;
  line-height: 1;
}
.con_news #main .box_news li a .box_det .inf span.cate {
  margin-right: .5em;
  padding: .5em 1em;
  color: #fff;
}
.con_news #main .box_news li a .box_det .st {
  display: block;
  font-size: 108%;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news #main .box_news li a .box_det .st {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #main .box_news li a .box_det .txt {
    display: none;
  }
}
.con_news #main .box_news li a:hover {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.con_news #main .box_news li a:hover .box_det .st {
  text-decoration: none;
}
.con_news #main .box_news li:hover a {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #f6f5f5;
}
.con_news #main.con_details {
  padding: 3% 0 0;
}
@media only screen and (max-width: 767px) {
  .con_news #main.con_details {
    padding: 5% 0 0;
  }
}
.con_news #main.con_details .box_st {
  font-weight: 100;
}
.con_news #main.con_details .box_st .inf {
  letter-spacing: -.4em;
  display: block;
  margin-bottom: 0.3em;
  padding-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_news #main.con_details .box_st .inf {
    margin-bottom: 3%;
  }
}
.con_news #main.con_details .box_st .inf span {
  display: inline-block;
  letter-spacing: normal;
  padding: .5em 0;
  line-height: 1;
}
.con_news #main.con_details .box_st .inf span.cate {
  margin-right: .5em;
  padding: .5em 1em;
  color: #fff;
}
.con_news #main.con_details .box_st .st {
  display: block;
  font-size: 139%;
  font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_news #main.con_details .box_st .st {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #main.con_details .box_st .st {
    font-size: 140%;
  }
}
.con_news #main.con_details .box_det .photo {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_news #main.con_details .box_det .photo {
    margin-bottom: 3%;
  }
}
.con_news #main.con_details .box_det .photo span {
  display: block;
  padding-top: .5em;
  font-size: 100%;
  text-align: justify;
}
.con_news #main.con_details .box_det .photo img {
  width: 100%;
}
.con_news #main.con_details .box_det .txt {
  line-height: 1.8;
  margin-bottom: 4%;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_news #main.con_details .box_det .txt {
    margin-bottom: 3%;
  }
}
.con_news #main.con_details .box_det .box_double {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}
.con_news #main.con_details .box_det .box_double p {
  float: right;
  width: 48.57143%;
}
.con_news #main.con_details .box_det .box_double p:first-child {
  float: left;
}
.con_news #main.con_details .box_pager {
  padding: 25px 0 0;
  border-top: 1px solid #c8c8c8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news #main.con_details .box_pager {
    padding: 3% 0 0;
  }
}
.con_news #main.con_details .box_pager li a {
  background: -moz-linear-gradient(top, #ffffff 1%, #f3f1ee 100%);
  background: -webkit-linear-gradient(top, #ffffff 1%, #f3f1ee 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #f3f1ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f1ee',GradientType=0 );
  border: 1px solid #d4d4d4;
  text-decoration: underline;
  color: #4c4c4c;
  letter-spacing: 1px;
  font-size: 100%;
  padding: .5em 1em;
}
@media only screen and (max-width: 543.5px) {
  .con_news #main.con_details .box_pager li a {
    padding: .5em;
  }
}
.mouse .con_news #main.con_details .box_pager li a:hover, .touch .con_news #main.con_details .box_pager li a.touchstart {
  text-decoration: none;
}
.touch .con_news #main.con_details .box_pager li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news #main.con_details .box_pager li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news #main.con_details .box_pager li.pre a, .con_news #main.con_details .box_pager li.nex a {
  padding: .5em 1em;
}
@media only screen and (max-width: 543.5px) {
  .con_news #main.con_details .box_pager li.pre a, .con_news #main.con_details .box_pager li.nex a {
    padding: .5em;
  }
}
.con_news #main.con_details .clr_red {
  font-size: 185%;
  color: #e20e0e;
}
.con_news #side {
  float: right;
  width: 20.83333%;
  margin: 4em 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_news #side {
    margin: 4em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #side {
    margin: 3% 0 5%;
  }
}
.con_news #side .box_cate {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .con_news #side .box_cate {
    margin-bottom: 3%;
  }
}
.con_news #side .box_cate ul {
  width: 100%;
}
.con_news #side .box_cate ul.text_cate li, .con_news #side .box_cate ul.text_year li {
  border-bottom: 1px solid #dedede;
}
.con_news #side .box_cate ul.text_cate li a, .con_news #side .box_cate ul.text_year li a {
  display: block;
  text-decoration: none;
  font-size: 108%;
  padding: 6% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_news #side .box_cate ul.text_cate li a, .con_news #side .box_cate ul.text_year li a {
    padding: 6% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #side .box_cate ul.text_cate li a, .con_news #side .box_cate ul.text_year li a {
    padding: 4% 0;
  }
}
.con_news #side .box_cate ul.text_cate li a:before, .con_news #side .box_cate ul.text_cate li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news #side .box_cate ul.text_cate li a > * {
  vertical-align: middle;
  display: inline;
}
.con_news #side .box_cate ul.text_cate li a:before {
  content: "\f138";
  margin-right: .5em;
  font-size: 90%;
  color: #292929;
}
.con_news #side .box_cate ul.text_year li {
  padding: 6% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_news #side .box_cate ul.text_year li {
    padding: 6% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #side .box_cate ul.text_year li {
    padding: 3% 0;
  }
}
.con_news #side .box_cate ul.text_year li .st_acc {
  cursor: pointer;
  font-size: 108%;
}
.con_news #side .box_cate ul.text_year li .st_acc:before, .con_news #side .box_cate ul.text_year li .st_acc:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news #side .box_cate ul.text_year li .st_acc > * {
  vertical-align: middle;
  display: inline;
}
.con_news #side .box_cate ul.text_year li .st_acc:before {
  content: "\f055";
  margin-right: .5em;
  color: #5e5e5e;
  font-size: 140%;
}
.con_news #side .box_cate ul.text_year li .st_acc.active:before, .con_news #side .box_cate ul.text_year li .st_acc.active:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news #side .box_cate ul.text_year li .st_acc.active > * {
  vertical-align: middle;
  display: inline;
}
.con_news #side .box_cate ul.text_year li .st_acc.active:before {
  content: "\f056";
  margin-right: .5em;
}
.con_news #side .box_cate ul.text_year li .text_acc {
  display: none;
  padding-left: 11%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_news #side .box_cate ul.text_year li .text_acc {
    padding-left: 11%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news #side .box_cate ul.text_year li .text_acc {
    padding-left: 9%;
  }
}
.con_news #side .box_cate ul.text_year li .text_acc li {
  padding: 0;
  border: 0;
}
.con_news #side .box_cate ul.text_year li .text_acc li a {
  display: block;
  padding: 1% 0;
}
.con_news #side .box_cate ul.text_year li .text_acc li a:before, .con_news #side .box_cate ul.text_year li .text_acc li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news #side .box_cate ul.text_year li .text_acc li a > * {
  vertical-align: middle;
  display: inline;
}
.con_news #side .box_cate ul.text_year li .text_acc li a:before {
  content: "\f105";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_news #side .box_cate ul.text_cate, .con_news #side .box_cate ul.text_year {
    display: none;
  }
  .con_news #side .box_cate h3 {
    border: 1px solid #ccc;
    background-position: .5em 50%;
    position: relative;
    -moz-background-size: 1.3em auto;
    -o-background-size: 1.3em auto;
    -webkit-background-size: 1.3em auto;
    background-size: 1.3em auto;
    padding: 1em 2em;
  }
  .con_news #side .box_cate h3 .jp {
    font-size: 124%;
  }
  .con_news #side .box_cate h3:before, .con_news #side .box_cate h3:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .con_news #side .box_cate h3 > * {
    vertical-align: middle;
    display: inline;
  }
  .con_news #side .box_cate h3:before {
    content: "\f107";
    margin-right: .5em;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .con_news #side .box_cate h3.active:before, .con_news #side .box_cate h3.active:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .con_news #side .box_cate h3.active > * {
    vertical-align: middle;
    display: inline;
  }
  .con_news #side .box_cate h3.active:before {
    content: "\f106";
    margin-right: .5em;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news #main, .con_news #side {
    float: none;
    width: 100%;
  }
}
