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

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

.con_article ul.list_article:after, .con_article ul.list_article li:after, .con_ir_governance:after, .con_cg:after, .con_directors:after, .con_directors section .section_appointment:after, .con_dialogue:after, .con_policy:after, .con_risk: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: 2%;
}
.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;
}
.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;
}
.con_article ul.list_article li:nth-child(2n+2) {
  margin-left: 2%;
}
.con_article ul.list_article li:nth-child(2), .con_article ul.list_article li:nth-child(3), .con_article ul.list_article li:nth-child(6) {
  background: #fff;
}
.con_article ul.list_article li:nth-child(2) a, .con_article ul.list_article li:nth-child(3) a, .con_article ul.list_article li:nth-child(6) a {
  color: #4b4b4b;
}
.con_article ul.list_article li:nth-child(2) dt, .con_article ul.list_article li:nth-child(3) dt, .con_article ul.list_article li:nth-child(6) dt {
  color: #177FB8;
}
.con_article ul.list_article li:nth-child(2):after, .con_article ul.list_article li:nth-child(3):after, .con_article ul.list_article li:nth-child(6):after {
  border-color: transparent transparent #1957a0 transparent;
}
@media only screen and (max-width: 767px) {
  .con_article ul.list_article li {
    float: none;
    width: 100%;
  }
  .con_article ul.list_article li:nth-child(2n+2) {
    margin-left: 0;
  }
  .con_article ul.list_article li:nth-child(2), .con_article ul.list_article li:nth-child(4), .con_article ul.list_article li:nth-child(6) {
    background: #fff;
  }
  .con_article ul.list_article li:nth-child(2) a, .con_article ul.list_article li:nth-child(4) a, .con_article ul.list_article li:nth-child(6) a {
    color: #313131;
  }
  .con_article ul.list_article li:nth-child(2) dt, .con_article ul.list_article li:nth-child(4) dt, .con_article ul.list_article li:nth-child(6) dt {
    color: #177FB8;
  }
  .con_article ul.list_article li:nth-child(2):after, .con_article ul.list_article li:nth-child(4):after, .con_article ul.list_article li:nth-child(6):after {
    border-color: transparent transparent #1957a0 transparent;
  }
  .con_article ul.list_article li:nth-child(3) {
    background: #1957a0;
  }
  .con_article ul.list_article li:nth-child(3) a {
    color: #fff;
  }
  .con_article ul.list_article li:nth-child(3) dt {
    color: #fff;
  }
  .con_article ul.list_article li:nth-child(3):after {
    border-color: transparent transparent #fff transparent;
  }
}
.con_article ul.list_article li a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
.con_article ul.list_article li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.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) {
  .con_article ul.list_article li dt {
    font-size: 120%;
  }
}
.con_article ul.list_article li .box_txt {
  display: table;
  width: 100%;
}
.con_article ul.list_article li .img {
  width: 42%;
  display: table-cell;
  vertical-align: middle;
}
.con_article ul.list_article li .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_article ul.list_article li .img {
    width: 30%;
  }
}
.con_article ul.list_article li .txt {
  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) {
  .con_article ul.list_article li .txt {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_article ul.list_article li .txt {
    line-height: 1.5;
    width: 70%;
  }
}

/* -----------------------------------------------------------
	contents
----------------------------------------------------------- */
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_governance {
  margin: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
  .con_ir_governance {
    margin: 5% 0 8%;
  }
}
.con_ir_governance .inner .title {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ir_governance .inner .title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ir_governance .inner .title {
    margin-bottom: 5%;
  }
}
.con_ir_governance .inner .title i {
  display: block;
  margin-bottom: 5px;
}
.con_ir_governance .inner .title i img {
  width: 36px;
}
.con_ir_governance .inner .title h3 {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 139%;
}
.con_ir_governance .inner .title h3 span {
  display: block;
  color: #333333;
}
.con_ir_governance .inner .title h3 span.jp {
  line-height: 1.2;
}
.con_ir_governance .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_governance .inner .title h3 {
    font-size: 124%;
  }
  .con_ir_governance .inner .title h3 span.en {
    font-size: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ir_governance .inner .title h3 {
    font-size: 108%;
  }
  .con_ir_governance .inner .title h3 span.en {
    font-size: 50%;
  }
}

.con_cg section {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cg section {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cg section {
    margin-bottom: 8%;
  }
}
.con_cg section h3 {
  font-size: 139%;
  margin-bottom: 2%;
  font-weight: bold;
  color: #1957a0;
  line-height: 1.4;
}
.con_cg section .cg_img {
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cg section .cg_img {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cg section .cg_img {
    padding-bottom: 5%;
  }
}
.con_cg section dl {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cg section dl {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cg section dl {
    padding-top: 5%;
  }
}
.con_cg section dl dt {
  font-size: 124%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.con_cg section a {
  display: block;
  text-decoration: none;
  color: #177fb8;
}
@media only screen and (max-width: 767px) {
  .con_cg section a {
    font-size: 93%;
  }
}
.con_cg section a i {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_cg section a i {
    padding-left: 5px;
  }
}

.con_directors section h3 {
  font-size: 139%;
  margin-bottom: 2%;
  font-weight: bold;
  color: #1957a0;
  line-height: 1.4;
}
.con_directors section p.d_img {
  text-align: center;
  margin-bottom: 4em;
}
.con_directors section p.d_txt {
  margin-bottom: 2em;
}
.con_directors section .section_appointment {
  padding-bottom: 3em;
}
.con_directors section .section_appointment h4 {
  font-size: 139%;
  margin-bottom: 2%;
  font-weight: bold;
  color: #1957a0;
  line-height: 1.7;
  padding-top: 1em;
}
.con_directors section .section_appointment h4 span {
  font-size: 89%;
  display: block;
  font-weight: normal;
}
.con_directors section .section_appointment .con_tbl .d_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 108%;
  table-layout: fixed;
}
.con_directors section .section_appointment .con_tbl .d_tbl tr th, .con_directors section .section_appointment .con_tbl .d_tbl tr td {
  border: 1px solid #DBDBDC;
}
.con_directors section .section_appointment .con_tbl .d_tbl tr th {
  font-weight: normal;
  background: #f1f1f1;
  text-align: center;
  padding: .5em 1em;
}
.con_directors section .section_appointment .con_tbl .d_tbl tr th:first-child {
  width: 12%;
}
.con_directors section .section_appointment .con_tbl .d_tbl tr th span {
  font-size: 86%;
}
.con_directors section .section_appointment .con_tbl .d_tbl tr td {
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_directors section .section_appointment .con_tbl {
    /*overflow-x: scroll;
    overflow-y: hidden;*/
  }
  .con_directors section .section_appointment .con_tbl .d_tbl {
    width: 100%;
    margin-bottom: 1em;
  }
  .con_directors section .section_appointment .con_tbl .d_tbl tr th, .con_directors section .section_appointment .con_tbl .d_tbl tr td {
    text-align: left;
    padding: .5em;
  }
}

.con_txt {
  margin-bottom: 2em;
}

.con_dialogue h3 {
  font-size: 139%;
  margin-bottom: .5em;
  font-weight: bold;
  color: #1957a0;
  line-height: 1.4;
}
.con_dialogue .box_dia {
  margin-bottom: 1em;
}
.con_dialogue .box_dia .st {
  display: block;
  font-size: 124%;
  color: #1957a0;
}
.con_dialogue .box_dia .txt {
  margin-bottom: 2em;
}
.con_dialogue .box_dia .txt_last {
  margin-bottom: 4em;
}
.con_dialogue > .txt {
  margin-bottom: 4em;
}

.con_policy p {
  margin-bottom: 3em;
}
.con_policy h3 {
  font-size: 139%;
  margin-bottom: 2%;
  font-weight: bold;
  color: #1957a0;
}

.con_risk p {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_risk p {
    margin-bottom: 8%;
  }
}
.con_risk p.note {
  text-align: right;
  font-size: 93%;
  margin-bottom: 7px;
}
.con_risk h3 {
  font-size: 124%;
  margin-bottom: 2%;
  font-weight: normal;
  line-height: 1.4;
}
.con_risk h4 {
  font-size: 108%;
  margin-bottom: 1%;
  font-weight: normal;
  line-height: 1.4;
}
.con_risk .tbl_basic {
  width: 100%;
  margin-bottom: 2em;
}
.con_risk .tbl_basic th, .con_risk .tbl_basic td {
  border: 1px solid #dbdbdc;
  padding: 1em 2em;
}
@media only screen and (max-width: 767px) {
  .con_risk .tbl_basic th, .con_risk .tbl_basic td {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_risk .tbl_basic th {
  background: #f8f8f8;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_risk .tbl_basic th {
    width: 100%;
    border-bottom: 0;
  }
}
.con_risk .tbl_basic .tb01 {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .con_risk .box_tbl {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .con_risk .box_tbl .tbl_basic.season {
    width: 800px;
  }
}
.con_risk .box_tbl .tbl_basic.season th, .con_risk .box_tbl .tbl_basic.season td {
  border: 1px solid #dbdbdc;
  padding: 1em 2em;
}
.con_risk .box_tbl .tbl_basic.season tr:first-child th, .con_risk .box_tbl .tbl_basic.season tr:nth-child(2) th {
  text-align: center;
}
.con_risk .box_tbl .tbl_basic.season td {
  text-align: right;
}
.con_risk .box_note:after {
  clear: both;
  display: block;
  content: "";
}
.con_risk .box_note .left {
  float: left;
  width: 5%;
}
@media only screen and (max-width: 767px) {
  .con_risk .box_note .left {
    width: 12%;
  }
}
.con_risk .box_note .right {
  float: left;
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .con_risk .box_note .right {
    width: 88%;
  }
}
