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

 file name  : ir.css
 author     : Ability Consultant
 style info : 会社情報
=================================================================== */
/* font-awesome */
.con_article .inner, .con_ir .inner, .con_link_ir .inner, .con_ir_about .inner {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_article .inner, .con_ir .inner, .con_link_ir .inner, .con_ir_about .inner {
    width: 95%;
  }
}

.con_article .inner ul.list_article:after, .con_article .inner ul.list_article li:after, .con_ir:after, .con_link_ir:after, #sidebar:after, #sidebar > ul:after, .ir_about .con_article ul.list_article:after, .ir_about .con_article ul.list_article li:after, .con_ir_about:after {
  content: "";
  display: table;
  clear: both;
}

@-moz-keyframes view {
  0% {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes view {
  0% {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes view {
  0% {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* -----------------------------------------------------------
	fixnav
----------------------------------------------------------- */
/*#header #fixnav .main_menu li:last-child {
	display: none;
}*/
/* -----------------------------------------------------------
	article
----------------------------------------------------------- */
.con_article {
  margin-top: 3%;
}
.con_article .inner {
  margin-bottom: 2%;
}
.con_article .inner ul.list_article li {
  float: left;
  width: 49%;
  border: 1px solid #5391ce;
  margin-bottom: 2%;
  background: #5391ce;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%;
  position: relative;
}
.con_article .inner ul.list_article li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5em 1.5em;
  border-color: transparent transparent #fff transparent;
}
.con_article .inner ul.list_article li:nth-child(2n+2) {
  margin-left: 2%;
}
.con_article .inner ul.list_article li:nth-child(2) {
  background: #1957a0;
  border-color: #1957a0;
}
.con_article .inner ul.list_article li:nth-child(2) a {
  color: #fff;
}
.con_article .inner ul.list_article li:nth-child(2):after {
  border-color: transparent transparent #fff transparent;
}
.con_article .inner ul.list_article li a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
.con_article .inner ul.list_article li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_article .inner ul.list_article li .img {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
}
.con_article .inner ul.list_article li .box_txt {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  padding-left: 5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}
.con_article .inner ul.list_article li .box_txt h5 {
  font-size: 139%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_article .inner ul.list_article li {
    float: none;
    width: 100%;
  }
  .con_article .inner ul.list_article li:nth-child(2n+2) {
    margin-left: 0;
  }
  .con_article .inner ul.list_article li .img {
    width: 30%;
  }
  .con_article .inner ul.list_article li .img img {
    width: 100%;
  }
  .con_article .inner ul.list_article li .box_txt {
    width: 70%;
  }
  .con_article .inner ul.list_article li .box_txt h5 {
    padding-bottom: 4%;
    font-size: 124%;
  }
}

/* -----------------------------------------------------------
	contents
----------------------------------------------------------- */
#contents {
  overflow: hidden;
}

html.lower #contents .con_title {
  background: url(../ir/images/bg_header.jpg) center center no-repeat;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_title {
    background: url(../ir/images/bg_header-sp.jpg) center center no-repeat;
  }
}

.con_ir {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_ir {
    margin-bottom: 8%;
  }
}
.con_ir .inner .item {
  float: left;
  width: 49.09091%;
  margin-top: 20px;
  border: 1px solid #1957a0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_ir .inner .item {
    width: 100%;
  }
}
.con_ir .inner .item:nth-child(2n) {
  float: right;
  clear: right;
}
.con_ir .inner .item:nth-child(2n+1) {
  clear: left;
}
.con_ir .inner .item a {
  text-decoration: none;
  display: block;
}
.con_ir .inner .item.last {
  clear: none;
  float: right;
}
.con_ir .inner .item.spec {
  border: none;
}
.con_ir .inner .item.spec a {
  display: block;
  height: 100%;
  border: 1px solid #1957a0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_ir .inner .item.spec .box_item {
  padding: 40px 40px 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .con_ir .inner .item.spec .box_item .img {
    width: 30%;
    margin-right: 5%;
  }
  .con_ir .inner .item.spec .box_item .txt_item {
    width: 65%;
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir .inner .item.spec .box_item {
    padding: 8% 3% 9%;
  }
  .con_ir .inner .item.spec .box_item .img {
    width: 30%;
    margin-right: 5%;
  }
  .con_ir .inner .item.spec .box_item .txt_item {
    width: 65%;
    margin-top: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_ir .inner .item.spec .box_item {
    padding: 12% 3% 10%;
  }
  .con_ir .inner .item.spec .box_item .img {
    width: 35%;
    margin-right: 4%;
  }
  .con_ir .inner .item.spec .box_item .img img {
    width: 100%;
  }
  .con_ir .inner .item.spec .box_item .txt_item {
    width: 60%;
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ir .inner .item.spec .box_item {
    padding: 5% 3% 4%;
  }
  .con_ir .inner .item.spec .box_item .img img {
    width: 100%;
  }
  .con_ir .inner .item.spec .box_item .txt_item {
    margin-top: 0;
  }
}
.con_ir .inner .item .tit_head {
  background: #1957a0;
  color: #fff;
  padding: 20px;
}
.con_ir .inner .item .tit_head a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}
.con_ir .inner .item .tit_head i {
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.con_ir .inner .item .tit_head h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 139%;
}
.con_ir .inner .item .tit_head .view_lst {
  float: right;
  margin-top: 15px;
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir .inner .item .tit_head .view_lst {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_ir .inner .item .tit_head .view_lst {
    margin-top: 0;
  }
}
.con_ir .inner .item .tit_head .view_lst i {
  margin-left: 5px;
  border: 1px solid #fff;
  padding: 4px;
  width: 10px;
  line-height: 10px;
  height: 10px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .con_ir .inner .item .tit_head {
    padding: 2% 3%;
  }
  .con_ir .inner .item .tit_head i {
    width: 1em;
    padding-right: 10px;
  }
  .con_ir .inner .item .tit_head h4 {
    font-size: 116%;
  }
}
.con_ir .inner .item .box_item {
  background: #fff;
  padding: 30px 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir .inner .item .box_item {
    padding: 5% 3%;
  }
}
.con_ir .inner .item .box_item .lst_lnk {
  overflow: hidden;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir .inner .item .box_item .lst_lnk {
    margin-top: 3%;
  }
}
.con_ir .inner .item .box_item .lst_lnk li {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
.con_ir .inner .item .box_item .lst_lnk li a {
  color: #1957a0;
  text-decoration: none;
}
.con_ir .inner .item .box_item .lst_lnk li a .file {
  padding-left: 10px;
  color: #b82a2a;
}
.con_ir .inner .item .box_item .lst_lnk li a .file img {
  width: 14px;
}
.con_ir .inner .item .box_item .lst_lnk li a .file img.movieicon {
  width: 20px;
}
.con_ir .inner .item .box_item .lst_news {
  overflow: hidden;
}
.con_ir .inner .item .box_item .lst_news li {
  width: 100%;
  clear: both;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir .inner .item .box_item .lst_news li {
    margin-bottom: 10px;
  }
}
.con_ir .inner .item .box_item .lst_news li a {
  text-decoration: none;
  display: block;
}
.con_ir .inner .item .box_item .lst_news li .cate {
  background: #1957a0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  margin-right: 40px;
  width: 65px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir .inner .item .box_item .lst_news li .cate {
    margin-right: 15px;
  }
}
.con_ir .inner .item .box_item .lst_news li .entry {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.con_ir .inner .item .box_item .lst_news li .entry .date {
  display: block;
}
.con_ir .inner .item .box_item .img {
  float: left;
  margin-right: 18px;
}
.con_ir .inner .item .box_item .txt_item {
  float: right;
  margin-top: 12%;
}
@media only screen and (max-width: 767px) {
  .con_ir .inner .item .box_item {
    padding: 4% 3%;
  }
  .con_ir .inner .item .box_item .lst_lnk {
    margin-top: 4%;
  }
  .con_ir .inner .item .box_item .lst_news li {
    margin-bottom: 4%;
  }
  .con_ir .inner .item .box_item .lst_news li .cate {
    width: 20%;
    margin-right: 3%;
    vertical-align: top;
  }
  .con_ir .inner .item .box_item .lst_news li .entry {
    width: 68%;
    vertical-align: top;
  }
  .con_ir .inner .item .box_item .img {
    width: 30%;
    margin-right: 5%;
  }
  .con_ir .inner .item .box_item .txt_item {
    width: 65%;
  }
}
.con_ir .inner .item.second {
  float: right;
  border: none;
}
.con_ir .inner .item.second .item {
  float: none;
  width: 100%;
  margin-bottom: 22px;
  margin-top: 0;
}
.con_ir .inner .item.second .item.last {
  margin-bottom: 0;
}

.con_link_ir {
  background: #f1f1f1;
  line-height: 1.8;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_link_ir {
    padding-top: 8%;
    padding-bottom: 3%;
  }
}
.con_link_ir .inner .item_lnk {
  float: left;
  width: 50%;
  padding-left: 40px;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_link_ir .inner .item_lnk:nth-child(3) {
  clear: both;
}
.con_link_ir .inner .item_lnk h5 a {
  display: block;
  text-decoration: none;
  color: #1957a0;
  font-size: 139%;
  position: relative;
  padding-left: 15px;
  padding-bottom: 20px;
}
.con_link_ir .inner .item_lnk h5 a:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  left: 0;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .con_link_ir .inner .item_lnk {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2%;
  }
  .con_link_ir .inner .item_lnk h5 {
    padding-bottom: 2%;
    font-size: 93%;
  }
  .con_link_ir .inner .item_lnk h5 a {
    padding-bottom: 10px;
  }
}
.con_link_ir .inner .item_lnk ul {
  overflow: hidden;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .con_link_ir .inner .item_lnk ul {
    display: none;
  }
}
.con_link_ir .inner .item_lnk ul li {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
.con_link_ir .inner .item_lnk ul li a {
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
.con_link_ir .inner .item_lnk ul li a:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  left: 0;
  top: -3px;
}

#sidebar {
  float: left;
  width: 20.90909%;
}
#sidebar .button {
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 1em 0;
  font-size: 108%;
  cursor: pointer;
  position: relative;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dbdbdc));
  background: -moz-linear-gradient(#ffffff, #dbdbdc);
  background: -webkit-linear-gradient(#ffffff, #dbdbdc);
  background: linear-gradient(#ffffff, #dbdbdc);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFDBDBDC');
  border: 1px solid #DBDBDC;
}
#sidebar .button:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.3em;
  border: 0.5em solid transparent;
  border-top: solid 0.8em #676767;
  border-bottom-width: 0;
  z-index: 100;
}
#sidebar .button.active:after {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#sidebar .button + * .inner {
  padding: 1em;
  border: 1px dotted #999;
  border-top: 0;
  display: block;
}
#sidebar .button.active:after {
  content: "";
}
#sidebar > ul li {
  width: 100%;
}
#sidebar > ul li a {
  padding: 14px 15px 14px 24px;
  display: block;
  color: #333333;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sidebar > ul li a {
    padding: 7% 2em 7% 5%;
  }
}
#sidebar > ul li a:hover {
  background: #1957a0;
  color: #fff;
}
#sidebar > ul li a:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  right: 24px;
  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 (min-width: 768px) and (max-width: 1024px) {
  #sidebar > ul li a:after {
    right: 1em;
  }
}
#sidebar > ul li.l-nav-parent-top {
  border-bottom: 3px solid #666666;
}
#sidebar > ul li.l-nav-parent-top a {
  color: #fff;
  background: #1957a0;
  position: static;
  border-bottom: 0;
}
#sidebar > ul li.l-nav-parent-top a:after {
  content: '';
  position: static;
}
#sidebar > ul li.subnav.visit {
  background: none;
  color: #333;
}
#sidebar > ul li.subnav.active > a {
  background: #1957a0;
  color: #fff;
}
#sidebar > ul li.subnav > a.active {
  background: #1957a0;
  color: #fff;
}
#sidebar > ul li.subnav > a.sub_item_active {
  background: none;
  color: #1957a0;
}
#sidebar > ul li.subnav > ul {
  display: none;
}
#sidebar > ul li.subnav > ul li a {
  text-align: left;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  #sidebar > ul li.subnav > ul li a {
    text-align: center;
  }
}
#sidebar > ul li.subnav > ul li a:after {
  right: auto;
  left: 30px;
}
#sidebar > ul li.subnav > ul li.active_nav a {
  background: #1957a0;
  color: #fff;
}
#sidebar > ul li.visit a {
  background: #1957a0;
  color: #fff;
}
#sidebar > ul li.spec {
  margin-top: 7px;
  border-bottom: 0;
}
#sidebar > ul li.spec a {
  background: #f1f1f1;
  color: #333333;
}
#sidebar > ul li.spec a:hover {
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sidebar {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
  }
  #sidebar ul {
    text-align: center;
    display: none;
  }
  #sidebar ul li {
    height: auto !important;
  }
}

#main {
  float: right;
  line-height: 1.8;
  width: 72.72727%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #main {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #main {
    width: 100%;
    margin-top: 7%;
  }
}

.ir_about .con_article {
  margin-top: 2%;
}
.ir_about .con_article ul.list_article li {
  float: left;
  width: 49%;
  border: 1px solid #177FB8;
  margin-bottom: 2%;
  background: #1957a0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%;
  position: relative;
}
.ir_about .con_article ul.list_article li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5em 1.5em;
  border-color: transparent transparent #fff transparent;
}
.ir_about .con_article ul.list_article li:nth-child(2n+2) {
  margin-left: 2%;
}
.ir_about .con_article ul.list_article li:nth-child(2), .ir_about .con_article ul.list_article li:nth-child(3), .ir_about .con_article ul.list_article li:nth-child(6) {
  background: #fff;
}
.ir_about .con_article ul.list_article li:nth-child(2) a, .ir_about .con_article ul.list_article li:nth-child(3) a, .ir_about .con_article ul.list_article li:nth-child(6) a {
  color: #4b4b4b;
}
.ir_about .con_article ul.list_article li:nth-child(2) dt, .ir_about .con_article ul.list_article li:nth-child(3) dt, .ir_about .con_article ul.list_article li:nth-child(6) dt {
  color: #177FB8;
}
.ir_about .con_article ul.list_article li:nth-child(2):after, .ir_about .con_article ul.list_article li:nth-child(3):after, .ir_about .con_article ul.list_article li:nth-child(6):after {
  border-color: transparent transparent #1957a0 transparent;
}
@media only screen and (max-width: 767px) {
  .ir_about .con_article ul.list_article li {
    float: none;
    width: 100%;
  }
  .ir_about .con_article ul.list_article li:nth-child(2n+2) {
    margin-left: 0;
  }
  .ir_about .con_article ul.list_article li:nth-child(2), .ir_about .con_article ul.list_article li:nth-child(4), .ir_about .con_article ul.list_article li:nth-child(6) {
    background: #fff;
  }
  .ir_about .con_article ul.list_article li:nth-child(2) a, .ir_about .con_article ul.list_article li:nth-child(4) a, .ir_about .con_article ul.list_article li:nth-child(6) a {
    color: #313131;
  }
  .ir_about .con_article ul.list_article li:nth-child(2) dt, .ir_about .con_article ul.list_article li:nth-child(4) dt, .ir_about .con_article ul.list_article li:nth-child(6) dt {
    color: #177FB8;
  }
  .ir_about .con_article ul.list_article li:nth-child(2):after, .ir_about .con_article ul.list_article li:nth-child(4):after, .ir_about .con_article ul.list_article li:nth-child(6):after {
    border-color: transparent transparent #1957a0 transparent;
  }
  .ir_about .con_article ul.list_article li:nth-child(3) {
    background: #1957a0;
  }
  .ir_about .con_article ul.list_article li:nth-child(3) a {
    color: #fff;
  }
  .ir_about .con_article ul.list_article li:nth-child(3) dt {
    color: #fff;
  }
  .ir_about .con_article ul.list_article li:nth-child(3):after {
    border-color: transparent transparent #fff transparent;
  }
}
.ir_about .con_article ul.list_article li a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
.ir_about .con_article ul.list_article li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.ir_about .con_article ul.list_article li dt {
  padding-bottom: 2%;
  font-size: 150%;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ir_about .con_article ul.list_article li dt {
    font-size: 120%;
  }
}
.ir_about .con_article ul.list_article li .box_txt {
  display: table;
  width: 100%;
}
.ir_about .con_article ul.list_article li .img {
  width: 42%;
  display: table-cell;
  vertical-align: middle;
}
.ir_about .con_article ul.list_article li .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ir_about .con_article ul.list_article li .img {
    width: 30%;
  }
}
.ir_about .con_article ul.list_article li .txt,.ir_about .con_article ul.list_article li p {
  display: table-cell;
  vertical-align: middle;
  width: 58%;
  padding-left: 5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ir_about .con_article ul.list_article li .txt,.ir_about .con_article ul.list_article li p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .ir_about .con_article ul.list_article li .txt,.ir_about .con_article ul.list_article li p {
    line-height: 1.5;
    width: 70%;
  }
}

.con_ir_about {
  margin: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
  .con_ir_about {
    margin: 5% 0 8%;
  }
}
.con_ir_about .inner .title {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir_about .inner .title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ir_about .inner .title {
    margin-bottom: 5%;
  }
}
.con_ir_about .inner .title i {
  display: block;
  margin-bottom: 5px;
}
.con_ir_about .inner .title i img {
  width: 36px;
}
.con_ir_about .inner .title h3 {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 139%;
}
.con_ir_about .inner .title h3 span {
  display: block;
  color: #333333;
}
.con_ir_about .inner .title h3 span.jp {
  line-height: 1.2;
}
.con_ir_about .inner .title h3 span.en {
  font-family: "Conv_Muli-Light", Sans-Serif;
  font-size: 50%;
  padding-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir_about .inner .title h3 {
    font-size: 124%;
  }
  .con_ir_about .inner .title h3 span.en {
    font-size: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ir_about .inner .title h3 {
    font-size: 108%;
  }
  .con_ir_about .inner .title h3 span.en {
    font-size: 50%;
  }
}

.wrp_news .wrp_side .con_side {
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.wrp_news .wrp_side .con_side h3 {
  padding: 5px 7px;
  float: left;
  width: 30%;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 139%;
}
.wrp_news .wrp_side .con_side h3 hr {
  font-weight: normal;
  color: #8b898a;
}
.wrp_news .wrp_side .con_side h3 .eng {
  font-size: 67%;
  color: #21286d;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_news .wrp_side .con_side h3 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .wrp_side .con_side h3 {
    width: 100%;
  }
}
.wrp_news .wrp_side .con_side ul {
  float: right;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_news .wrp_side .con_side ul {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .wrp_side .con_side ul {
    display: none;
  }
}
.wrp_news .wrp_side .con_side ul li {
  float: left;
  margin: 0 5px;
}
@media screen and (min-width: 1024px) and (max-width: 1053px) {
  .wrp_news .wrp_side .con_side ul li {
    margin: 0 3px;
  }
}
.wrp_news .wrp_side .con_side ul li a {
  padding: 1em 1.1em;
  display: block;
  position: relative;
  color: #1957a0;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_news .wrp_side .con_side ul li a {
    padding: 1em 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .wrp_side .con_side ul li a {
    padding: 1em 0;
  }
}
.wrp_news .wrp_side .con_side ul li a:hover {
  background-color: #f0eded;
}
.wrp_news .wrp_side .con_side ul li:first-child {
  margin-left: 0;
}
.wrp_news .wrp_side .con_side ul li.active a {
  background-color: #f0eded;
}
.wrp_news .wrp_side .con_side ul.nav_news li.active a {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.mouse .wrp_news .wrp_side .con_side ul.nav_news li a:hover, .touch .wrp_news .wrp_side .con_side ul.nav_news li a.touchstart {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.touch .wrp_news .wrp_side .con_side ul.nav_news li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_news .wrp_side .con_side ul.nav_news li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_news .wrp_side .con_side .box_category {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wrp_news .wrp_side .con_side .box_category {
    display: block;
  }
  .wrp_news .wrp_side .con_side .box_category select {
    width: 100%;
    padding: 10px 12px;
  }
}
.wrp_news .wrp_side .con_side.con_arichve {
  border-bottom: 3px solid #1957a0;
}
.wrp_news .wrp_side .con_side.con_arichve .box_month {
  width: 70%;
  float: right;
}
.wrp_news .wrp_side .con_side.con_arichve .box_month select {
  width: 30%;
  padding: 10px 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_news .wrp_side .con_side.con_arichve .box_month {
    width: 100%;
  }
  .wrp_news .wrp_side .con_side.con_arichve .box_month select {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .wrp_side .con_side.con_arichve .box_month {
    width: 100%;
  }
  .wrp_news .wrp_side .con_side.con_arichve .box_month select {
    width: 100%;
  }
}
.wrp_news .wrp_main {
  overflow: hidden;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_news .wrp_main {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .wrp_main {
    margin-top: 5%;
  }
}
.wrp_news .wrp_main h4 {
  font-weight: normal;
  color: #1957a0;
  padding-left: 20px;
  font-size: 170%;
  position: relative;
  padding-bottom: 30px;
}
.wrp_news .wrp_main h4:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 31px;
  background: #1957a0;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_news .wrp_main h4 {
    font-size: 139%;
  }
  .wrp_news .wrp_main h4:after {
    top: 3px;
  }
}
.wrp_news .wrp_main .txt_num {
  padding-bottom: 10px;
}
.wrp_news .wrp_main .box_news {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
.wrp_news .wrp_main .box_news li {
  width: 100%;
  clip: both;
  border-bottom: 1px solid #eeeeee;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.wrp_news .wrp_main .box_news li a {
  padding: 30px 20px;
  text-decoration: none;
  display: block;
  background: url(../news/images/ic_news_arr.png) no-repeat 98% center;
}
.wrp_news .wrp_main .box_news li a dl dt {
  display: inline-block;
  vertical-align: middle;
  background: #1957a0;
  color: #fff;
  width: 90px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.wrp_news .wrp_main .box_news li a dl dd {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  width: 78%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_news .wrp_main .box_news li a dl dd {
    width: 70%;
  }
}
.wrp_news .wrp_main .box_news li a dl dd span {
  display: block;
}
.wrp_news .wrp_main .box_news li:hover {
  background: #f1f1f1;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .wrp_news .wrp_main .box_news li a {
    padding: 3%;
  }
  .wrp_news .wrp_main .box_news li a dl dt {
    width: 23%;
    height: auto;
    line-height: 1.6;
  }
  .wrp_news .wrp_main .box_news li a dl dd {
    padding-left: 1em;
    width: 60%;
  }
}
.wrp_news .wrp_main .box_pager {
  margin-top: 25px;
  letter-spacing: -.4em;
  text-align: center;
}
.wrp_news .wrp_main .box_pager li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: .7em;
}
.wrp_news .wrp_main .box_pager li:first-child {
  margin-left: 0;
}
.wrp_news .wrp_main .box_pager li a {
  display: block;
  padding: .7em 1.1em;
  background: #f0eded;
  color: #353535;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -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;
}
.wrp_news .wrp_main .box_pager li.active a, .wrp_news .wrp_main .box_pager li:hover a, .wrp_news .wrp_main .box_pager li.list a {
  background: #1957a0;
  color: #fff;
}
.wrp_news .box_details {
  overflow: hidden;
}
.wrp_news .box_details .box_head {
  margin: 30px auto 0;
  padding-bottom: 1%;
  /* background: url(../ir/images/news/bg_dotted.jpg) repeat-x bottom left; */
  border-bottom: 1px dotted #000;
}
.wrp_news .box_details .box_head .wrp_head {
  overflow: hidden;
}
.wrp_news .box_details .box_head .wrp_head .con_detcat {
  float: left;
  width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_news .box_details .box_head .wrp_head .con_detcat {
    width: 65%;
  }
}
.wrp_news .box_details .box_head .wrp_head .con_detcat .cate {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  background: #1957a0;
  text-align: center;
  color: #FFF;
  padding: .1em .7em;
  min-width: 95px;
  text-align: center;
  margin-left: 1.5em;
}
.wrp_news .box_details .box_head .wrp_head .con_sns {
  float: right;
  width: 25%;
  text-align: right;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_news .box_details .box_head .wrp_head .con_sns {
    width: 35%;
  }
}
.wrp_news .box_details .box_head .wrp_head .con_sns .btn_facebook {
  display: inline-block;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_head .wrp_head .con_sns .btn_facebook {
    margin-bottom: 0.3em;
  }
}
.wrp_news .box_details .box_head .wrp_head .con_sns .btn_twitter {
  display: inline-block;
}
.wrp_news .box_details .box_head h2 {
  padding-top: 2%;
  font-size: 185%;
  font-weight: bold;
  line-height: 1.4;
  color: #1957a0;
  clear: both;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_head {
    margin: 5% auto 0;
  }
  .wrp_news .box_details .box_head h2 {
    font-size: 139%;
  }
}
.wrp_news .box_details .title-sub {
  padding-top: 1%;
  font-size: 1.23077em;
  font-weight: bold;
}
.wrp_news .box_details .box_det {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det {
    margin-top: 1em;
  }
}
.wrp_news .box_details .box_det .photo {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det .photo {
    margin-bottom: 3%;
  }
}
.wrp_news .box_details .box_det .txt,.wrp_news .box_details .box_det p:not(.btn) {
  margin-bottom: 35px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det .txt,.wrp_news .box_details .box_det p:not(.btn) {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det .txt,.wrp_news .box_details .box_det p:not(.btn) {
    margin-bottom: 4%;
  }
}
.wrp_news .box_details .box_det .box_double {
  width: 100%;
  overflow: hidden;
}
.wrp_news .box_details .box_det .box_double li {
  float: right;
  width: 48.63014%;
}
.wrp_news .box_details .box_det .box_double li:first-child {
  float: left;
}
.wrp_news .box_details .box_det table {
  width: 100%;
}
.wrp_news .box_details .box_det .box_btn {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det .box_btn {
    margin-top: 5%;
  }
}
.wrp_news .box_details .box_det .box_btn li {
  float: left;
  width: 32.32877%;
  margin-left: 1.50685%;
  text-align: center;
  font-size: 108%;
}
.wrp_news .box_details .box_det .box_btn li:first-child {
  margin-left: 0;
}
.wrp_news .box_details .box_det .box_btn li a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: auto;
  background: #1957a0;
  padding: .5em 0;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 2px solid #1957a0;
  -moz-transition: border-color 0.35s, background 0.35s, color 0.35s;
  -o-transition: border-color 0.35s, background 0.35s, color 0.35s;
  -webkit-transition: border-color 0.35s, background 0.35s, color 0.35s;
  transition: border-color 0.35s, background 0.35s, color 0.35s;
  position: relative;
}
.wrp_news .box_details .box_det .box_btn li a em {
  display: block;
  width: 90%;
}
.wrp_news .box_details .box_det .box_btn li a:before, .wrp_news .box_details .box_det .box_btn li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.wrp_news .box_details .box_det .box_btn li a > * {
  vertical-align: middle;
  display: inline;
}
.wrp_news .box_details .box_det .box_btn li a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  display: block;
  margin-left: 0;
  right: 7%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 50%;
  margin-top: -.7em;
  -moz-transition: right 0.35s, opacity 0.35s;
  -o-transition: right 0.35s, opacity 0.35s;
  -webkit-transition: right 0.35s, opacity 0.35s;
  transition: right 0.35s, opacity 0.35s;
}
.wrp_news .box_details .box_det .box_btn li a:hover {
  background: none;
  border-color: #1957a0;
  color: #1957a0;
}
.wrp_news .box_details .box_det .box_btn li a:hover:after {
  right: 2%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.wrp_news .box_details .box_det .box_btn li a:hover {
  background: none;
  color: #1957a0;
  border-color: #1957a0;
}
.wrp_news .box_details .box_det .box_btn li.btn02 a {
  background: none;
  color: #1957a0;
  border-color: #1957a0;
}
.wrp_news .box_details .box_det .box_btn li.btn02 a:hover {
  background: #1957a0;
  color: #fff;
  border-color: #1957a0;
}
.wrp_news .box_details .box_det .box_btn li.btn_pdf a:before, .wrp_news .box_details .box_det .box_btn li.btn_pdf a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.wrp_news .box_details .box_det .box_btn li.btn_pdf a > * {
  vertical-align: middle;
  display: inline;
}
.wrp_news .box_details .box_det .box_btn li.btn_pdf a:before {
  content: "";
  margin-right: .5em;
}
.wrp_news .box_details .box_det .con_btn {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det .con_btn {
    margin-top: 5%;
  }
}
.wrp_news .box_details .box_det .con_btn .btn {
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  font-size: 108%;
}
.wrp_news .box_details .box_det .con_btn .btn:first-child {
  margin-left: 0;
}
.wrp_news .box_details .box_det .con_btn .btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: auto;
  background: #1957a0;
  padding: .5em 0;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 2px solid #1957a0;
  -moz-transition: border-color 0.35s, background 0.35s, color 0.35s;
  -o-transition: border-color 0.35s, background 0.35s, color 0.35s;
  -webkit-transition: border-color 0.35s, background 0.35s, color 0.35s;
  transition: border-color 0.35s, background 0.35s, color 0.35s;
  position: relative;
}
.wrp_news .box_details .box_det .con_btn .btn a em {
  display: block;
  width: 90%;
}
.wrp_news .box_details .box_det .con_btn .btn a:before, .wrp_news .box_details .box_det .con_btn .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.wrp_news .box_details .box_det .con_btn .btn a > * {
  vertical-align: middle;
  display: inline;
}
.wrp_news .box_details .box_det .con_btn .btn a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  display: block;
  margin-left: 0;
  right: 7%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 50%;
  margin-top: -.7em;
  -moz-transition: right 0.35s, opacity 0.35s;
  -o-transition: right 0.35s, opacity 0.35s;
  -webkit-transition: right 0.35s, opacity 0.35s;
  transition: right 0.35s, opacity 0.35s;
}
.wrp_news .box_details .box_det .con_btn .btn a:hover {
  background: none;
  border-color: #1957a0;
  color: #1957a0;
}
.wrp_news .box_details .box_det .con_btn .btn a:hover:after {
  right: 2%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.wrp_news .box_details .box_det .con_btn .btn a {
  padding: 0.5em 3em 0.5em 1em;
}
.wrp_news .box_details .box_det .con_btn .btn a:hover {
  background: none;
  color: #1957a0;
  border-color: #1957a0;
}
.wrp_news .box_details .box_det .con_btn .btn02 a {
  background: none;
  color: #1957a0;
  border-color: #1957a0;
}
.wrp_news .box_details .box_det .con_btn .btn02 a:hover {
  background: #1957a0;
  color: #fff;
  border-color: #1957a0;
}
.wrp_news .box_details .box_det .con_btn .btn_pdf a:before, .wrp_news .box_details .box_det .con_btn .btn_pdf a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.wrp_news .box_details .box_det .con_btn .btn_pdf a > * {
  vertical-align: middle;
  display: inline;
}
.wrp_news .box_details .box_det .con_btn .btn_pdf a:before {
  content: "";
  margin-right: .5em;
}
.wrp_news .box_details .box_det .con_btn .btn_pdf a:before {
  padding-right: 0.5em;
}
.wrp_news .box_details .box_det .box_txt {
  margin: 30px auto 0;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det .box_txt {
    margin: 5% auto 0;
  }
}
.wrp_news .box_details .box_det .box_txt .sub_title {
  font-size: 124%;
  font-weight: bold;
  color: #1957a0;
  margin: .8em 0;
}
.wrp_news .box_details .box_det table {
  margin: 30px auto;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det table {
    margin: 5% auto;
  }
}
.wrp_news .box_details .box_det table tr {
  border-bottom: 1px solid #d2d2d2;
}
.wrp_news .box_details .box_det table tr:first-child {
  border-top: 1px solid #d2d2d2;
}
.wrp_news .box_details .box_det table th, .wrp_news .box_details .box_det table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  padding: 1.5em;
}
.wrp_news .box_details .box_det table th {
  width: 28%;
  background-color: #f1f1f1;
  text-align: center;
  font-weight: normal;
}
.wrp_news .box_details .box_det table td {
  text-align: left;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_details .box_det table th, .wrp_news .box_details .box_det table td {
    display: block;
    padding: .8em .6em;
  }
  .wrp_news .box_details .box_det table th {
    width: 100%;
    text-align: center;
  }
  .wrp_news .box_details .box_det table td {
    width: 100%;
  }
}
