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

 file name  : information.css
 author     : Ability Consultant
 style info : インフォメーション
=================================================================== */
/*----------------------------------------------//*/
/* *Media Queries								//*/
/*----------------------------------------------//*/
/*tab*/
/*sp*/
/*----------------------------------------------//*/
/* *Variable									//*/
/*----------------------------------------------//*/
/* メインカラム*/
/* フォントのベースサイズ*/
/* フォントのベーカラー*/
/*----------------------------------------------//*/
/* *Placeholder									//*/
/*----------------------------------------------//*/
/* コンテンツ幅 - baceWidth*/
.con_information {
  max-width: 1100px;
  margin: auto;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .con_information {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information {
    width: 93.75%;
  }
}

/* クリアフィックス - clearFix*/
.box_pager-b:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------//*/
/* *Function									//*/
/*----------------------------------------------//*/
/* %計算*/
/*----------------------------------------------//*/
/* *mixin										//*/
/*----------------------------------------------//*/
/* フォントサイズ*/
/* @include fsz(任意のサイズ,親要素のサイズ); ※px不要*/
/* 値を振り分け - choiceValue*/
/* @include cV(プロパティ,pc幅,tab~sp幅); or @include cV(プロパティ,pc幅,tab幅,sp幅);*/
/* ホバー*/
/* @include hover {*/
/*		style*/
/* }*/
/* 幅を決めて中央寄せ - choiceWidth*/
/* @include cW(任意の幅px);*/
/* 画像を拡大*/
/* @include zoomImg(拡大率,x軸基点);*/
/* リンクの下線を逆にする*/
/* @include reverseDecoration;*/
/* 縦方向のグラデーション(IE8対応)*/
/* @include gradient(上側のカラー,下側のカラー);*/
/* テキストシャドー*/
/*明朝*/
/*明朝、英語*/
/*ゴシック*/
/*FontAwesome*/
/* font-awesome */
/* -----------------------------------------------------------
	ベースボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ベースtitle
----------------------------------------------------------- */
/*左右title--------- */
/* -----------------------------------------------------------
	下層リンクボックススタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	下層リアンカーリンク
----------------------------------------------------------- */
/* -----------------------------------------------------------
	画像上リンク部分
----------------------------------------------------------- */
/*.warp_btn*/
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*slick　ページャー*/
/*slick　ボタン*/
/*フォントサイズ設定*/
/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  margin-top: 65px;
  /*tab*/
  /*sp*/
  overflow: hidden;
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .con_information {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information {
    margin-top: 7%;
  }
}
.con_information .main {
  position: relative;
  width: 69.09091%;
  float: left;
  /*tab_s*/
  /*sp*/
}
.con_information .main > .txt span {
  font-size: 154%;
}
@media only screen and (min-width: 641px) and (max-width: 869.5px) {
  .con_information .main {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .main {
    float: none;
    width: 100%;
  }
}
.con_information .main ul.list_news {
  width: 100%;
  margin-top: 20px;
  /*sp*/
}
@media only screen and (max-width: 640px) {
  .con_information .main ul.list_news {
    margin-top: 3%;
  }
}
.con_information .main ul.list_news li {
  border-bottom: 1px dashed #d5d5d5;
}
.con_information .main ul.list_news li a {
  display: block;
  overflow: hidden;
  padding: 5.26316%;
  /*sp*/
}
@media only screen and (max-width: 640px) {
  .con_information .main ul.list_news li a {
    padding: 2%;
  }
}
.con_information .main ul.list_news li a .photo {
  float: left;
  width: 36.76471%;
  /*sp*/
}
@media only screen and (max-width: 640px) {
  .con_information .main ul.list_news li a .photo {
    width: 41.66667%;
  }
}
.con_information .main ul.list_news li a .box_txt {
  float: right;
  width: 55.14706%;
  /*sp*/
}
.con_information .main ul.list_news li a .box_txt .inf {
  font-size: 100%;
  margin-bottom: 15px;
  /*sp*/
}
@media only screen and (max-width: 640px) {
  .con_information .main ul.list_news li a .box_txt .inf {
    margin-bottom: 2%;
  }
}
.con_information .main ul.list_news li a .box_txt .inf span {
  display: inline-block;
}
.con_information .main ul.list_news li a .box_txt .inf span.cate {
  margin-left: 1.5em;
}
.con_information .main ul.list_news li a .box_txt .title_news {
  display: block;
  text-decoration: underline;
  margin-bottom: 25px;
  /*sp*/
}
@media only screen and (max-width: 640px) {
  .con_information .main ul.list_news li a .box_txt .title_news {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .main ul.list_news li a .box_txt {
    width: 55%;
    line-height: 1;
  }
  .con_information .main ul.list_news li a .box_txt .inf {
    font-size: 85%;
  }
  .con_information .main ul.list_news li a .box_txt .inf span.cate {
    margin-left: .5;
  }
  .con_information .main ul.list_news li a .box_txt .title_news {
    display: block;
    text-decoration: underline;
    line-height: 1.5;
    margin-top: 5%;
  }
  .con_information .main ul.list_news li a .box_txt .txt {
    font-size: 93%;
    line-height: 1.35;
  }
}
.con_information .main ul.list_news li a:hover {
  background-color: #f7f9f9;
}
.con_information .con_detail a {
  word-break: break-all;
}
.con_information .con_detail h4 {
  font-weight: 100;
  padding: 1.5em 2em;
  background: url(../images/common/bg_dot.jpg) repeat;
  margin-bottom: 40px;
  /*tab*/
  /*sp*/
  /*sp*/
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .con_information .con_detail h4 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .con_detail h4 {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .con_detail h4 {
    padding: 1.5em 1em;
  }
}
.con_information .con_detail .txt {
  margin: 25px 0;
  /*sp*/
  font-size: 93%;
}
@media only screen and (max-width: 640px) {
  .con_information .con_detail .txt {
    margin: 3% 0;
  }
}
.con_information .con_detail .txt span {
  font-size: 100%;
}
.con_information .con_detail .phtot {
  margin: 25px 0;
  /*sp*/
}
@media only screen and (max-width: 640px) {
  .con_information .con_detail .phtot {
    margin: 3% 0;
  }
}
.con_information .con_detail .box_photo {
  overflow: hidden;
}
.con_information .con_detail .box_photo p.photo {
  float: right;
  width: 47.36842%;
}
.con_information .con_detail .box_photo p:first-child {
  float: left;
}
.con_information .con_detail h5 {
  font-size: 93%;
  margin-bottom: 10px;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .con_information .con_detail h5 {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .con_detail h5 {
    margin-bottom: 2%;
  }
}
.con_information .con_detail h5 i {
  margin-right: 1em;
}
.con_information .con_detail table {
  width: 100%;
}
.con_information .con_detail .pager_det {
  letter-spacing: -.4em;
  text-align: right;
  margin-top: 10px;
  padding: 5px 0;
  /*sp*/
}
@media only screen and (max-width: 640px) {
  .con_information .con_detail .pager_det {
    text-align: center;
  }
}
.con_information .con_detail .pager_det li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 3em;
}
.con_information .con_detail .pager_det li:first-child {
  margin-left: 0;
}
.con_information .con_detail .pager_det li a {
  display: block;
  border: 1px solid #ddd;
  padding: .3em 1em;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.con_information .side {
  float: right;
  width: 26.45455%;
  /*tab_s*/
  /*sp*/
}
@media only screen and (min-width: 641px) and (max-width: 869.5px) {
  .con_information .side {
    float: none;
    width: 80%;
    margin: 5% auto;
  }
}
@media only screen and (max-width: 640px) {
  .con_information .side {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
}
.con_information .side .box_side {
  margin-bottom: 50px;
  /*sp*/
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_information .side .box_side {
    margin-bottom: 7%;
  }
}
.con_information .side .box_side .st {
  font-family: "HG明朝B","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  display: block;
  padding: 1em 2em;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  /*sp*/
}
@media only screen and (max-width: 640px) {
  .con_information .side .box_side .st {
    margin-bottom: 3%;
  }
}
.con_information .side .box_side ul {
  padding: 0 2em;
  text-align: left;
  /*tab*/
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .con_information .side .box_side ul {
    padding: 0 .5em;
  }
}
.con_information .side .box_side ul li {
  overflow: hidden;
}
.con_information .side .box_side ul li:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 1em;
  vertical-align: middle;
  margin-right: 1em;
  float: left;
  padding: 1.1em 0;
  font-size: 70%;
  /*tab*/
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .con_information .side .box_side ul li:before {
    margin-right: .5em;
  }
}
.con_information .side .box_side ul li a {
  float: left;
  display: inline-block;
  padding: .5em 0;
}
.con_information .side .box_side select {
  width: 82.47423%;
  margin: auto;
  height: 3em;
  border: 1px solid #ddd;
  padding-left: .5em;
}
.con_information .side .box_side select option {
  padding-left: .5em;
}
@media only screen and (min-width: 641px) {
  .con_information .side .box_side select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/ic_se.png) no-repeat 95% center #fff;
  }
}

.box_pager {
  /*sp*/
}
.box_pager ul {
  text-align: center;
  letter-spacing: -.4em;
}
.box_pager ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: .8em;
}
.box_pager ul li:first-child {
  margin-left: 0;
}
.box_pager ul li a {
  display: block;
  border: 1px solid #ddd;
  padding: .3em 1em;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.box_pager ul li:hover a, .box_pager ul li.active a {
  border: none;
  background-color: #f9f9f9;
  text-decoration: none;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media only screen and (max-width: 640px) {
  .box_pager {
    font-size: 85%;
  }
}

.box_pager-t {
  width: 100%;
  /*pc*/
  /*tab*/
}
@media only screen and (min-width: 1100px) {
  .box_pager-t {
    position: absolute;
    left: 0;
    top: 0;
  }
  .box_pager-t ul {
    text-align: right;
  }
}
@media print {
  .box_pager-t {
    position: absolute;
    left: 0;
    top: 0;
  }
  .box_pager-t ul {
    text-align: right;
  }
}
.ie8 .box_pager-t {
  position: absolute;
  left: 0;
  top: 0;
}
.ie8 .box_pager-t ul {
  text-align: right;
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .box_pager-t {
    margin-bottom: 25px;
    float: left;
  }
}

.box_pager-b {
  margin: 25px auto;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .box_pager-b {
    margin: 3% auto;
  }
}
@media only screen and (max-width: 640px) {
  .box_pager-b {
    margin: 5% auto;
  }
}
