@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : links.css
 author     : Ability Consultant
 style info : リンク集
=================================================================== */
.con_list {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_list {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'bah';
  src: url(../css/font/bahnschrift.woff) format("woff"), url(../css/font/bahnschrift.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	slide矢印
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int .title {
  margin: 100px 0 90px;
  text-align: center;
  font-weight: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title {
    margin: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    margin: 10% 0 8%;
  }
}
.con_int .title span {
  font-size: 347%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  position: relative;
  letter-spacing: 6px;
  line-height: 1em;
  text-align: center;
  color: #b4b4b4;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title span {
    font-size: 334%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title span {
    font-size: 200%;
  }
}
.con_int .title span:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #004b9d;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_int .title span {
    letter-spacing: normal;
  }
}
.con_int .title em {
  font-size: 140%;
  padding-top: 40px;
  display: block;
  font-weight: normal;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title em {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title em {
    font-size: 94%;
  }
}

/* -----------------------------------------------------------
	.con_list
----------------------------------------------------------- */
.con_list li .sub_title {
  font-size: 140%;
  font-family: "メイリオ",Meiryo,sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  font-weight: bold;
  position: relative;
  color: #323232;
  border-bottom: 2px solid #b4b4b4;
  margin: 85px 0 40px;
}
@media only screen and (max-width: 767px) {
  .con_list li .sub_title {
    padding: 2% 0;
  }
}
.con_list li .sub_title:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #004b9d;
}
@media only screen and (max-width: 767px) {
  .con_list li .sub_title {
    margin: 8% 0 4%;
  }
}
.con_list li .box_twin {
  display: table;
  width: 100%;
}
.con_list li .box_twin ul {
  display: table-cell;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_list li .box_twin ul {
    display: block;
    width: 100%;
  }
}
.con_list li .box_txt {
  margin: 100px 0 25px;
}
@media only screen and (max-width: 767px) {
  .con_list li .box_txt {
    margin: 10% 0 3%;
  }
}
.con_list li .box_list li {
  line-height: 3.5em;
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .con_list li .box_list li {
    padding-left: 8%;
  }
}
.con_list li .box_list li a {
  display: block;
}
.con_list li .box_list li a:hover {
  text-decoration: underline;
}
.con_list li .box_list li:before {
  content: "";
  display: block;
  width: 22px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/ic_arr-right.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_list li .box_list li:before {
    width: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_list li .box_list li:before {
    height: 1.2em;
  }
}
