@font-face {
  font-family: opensans;
  src: url("https://www.oriimec.co.jp//web_fonts/OpenSans-Regular.ttf") format("truetype");
}
/* [ font style ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ link style ]
-------------------------------------------------*/
/* [ graphic style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* common
-----------------------------------------------------*/
#page_title {
  background: url("../img/company/page_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #2E2E2E;
}
.company-about-img{
  max-width: 1200px;
  min-width:1080px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #page_title {
    background: url("../img/company/page_bg_sp.jpg") no-repeat right bottom;
    background-size: cover;
    color: #fff;
  }
}
#associated_title .jp {
  width: 78px;
  background: url("../img/company/section_title01.svg") no-repeat center center;
}

#access_title .jp {
  width: 78px;
  background: url("../img/company/section_title02.svg") no-repeat center center;
}

/* group company
-----------------------------------------------------*/
@media only screen and (min-width: 751px) {
  .parent_company_wrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .parent_company_wrap .info_wrap {
    padding: 21px 90px 21px 72px;
    background-position: 912px center;
  }
  .parent_company_wrap .info_wrap h2 {
    margin: 25px auto 0;
    width: 360px;
    text-align: center;
  }
  .parent_company_wrap .info_wrap h2 a img {
    width: 304px;
  }
  .parent_company_wrap .info_wrap h2 a:after {
    right: 0px;
  }
  .parent_company_wrap .info_wrap h2 span {
    display: block;
    font-size: 13px;
    margin-top: 15px;
  }
  .parent_company_wrap .info_wrap > img {
    float: right;
    display: block;
    width: 349px;
  }
}
@media only screen and (max-width: 750px) {
  .parent_company_wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
  .parent_company_wrap .info_wrap {
    padding: 20px 15px;
  }
  .parent_company_wrap .info_wrap h2 {
    margin: 0 auto 2px;
  }
  .parent_company_wrap .info_wrap h2 a img {
    width: 65%;
  }
  .parent_company_wrap .info_wrap h2 a:after {
    right: 11%;
  }
  .parent_company_wrap .info_wrap h2 span {
    font-size: 12px;
    margin: 10px auto 15px;
    display: block;
  }
}
.parent_company_wrap .info_wrap {
  background-color: #f2f5f8;
}
.parent_company_wrap .info_wrap h2 a {
  position: relative;
  display: block;
}
.parent_company_wrap .info_wrap h2 a img {
  display: inline-block;
}
.parent_company_wrap .info_wrap h2 a:after {
  content: "";
  display: inline-block;
  background-image: url("../common/img/link_ex_black.svg");
  width: 10px;
  height: 9px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*
  History
*/
@media only screen and (min-width: 751px) {
  .history_block{
    border: 1px solid #d7dfdc;
    width: 958px;
    margin: 0 auto;
  }
  .history_block li {
    border-top: 1px solid #d7dfdc;
  }
  .history_block li .date {
    font-weight: bold;
    margin-bottom: 12px;
  }
  .history_block li:first-child {
    border-top: none;
  }
  .history_block li .text_wrap {
    padding: 25px 40px;
  }
  #history03 {
    position: relative;
  }
  #history03 h2 {
    height: 50px;
    /*background: url("../common/img/logo.png") no-repeat center center #f4f6f9;
    background-size: 221px auto;*/
    background: #f4f6f9;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
  }
  #history03 .date {
    float: left;
  }
  #history03 p span:first-child {
    font-weight: bold;
    margin-left: 6px;
    width: 64px;
    display: inline-block;
  }
}


/* tab
-----------------------------------------------------*/
@media only screen and (min-width: 751px) {
  .tab_wrap {
    min-height: 724px;
  }
  .tab_wrap .tab_inner {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .tab_wrap .tab_change_wrap .tab_navi {
    width: 218px;
    cursor: pointer;
    margin-bottom: 40px;
  }
  .tab_wrap .tab_change_wrap .tab_navi.fll {
    left: 320px;
  }
  .tab_wrap .tab_change_wrap .tab_navi.flr {
    right: 320px;
  }
  .tab_wrap .tab_change_wrap .google_map {
    height: 350px;
    margin-bottom: 45px;
  }
  .tab_wrap .tab_change_wrap .info_wrap {
    padding-bottom: 1px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list {
    width: 470px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list .text_list {
    margin-bottom: 20px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list .text_list li {
    margin-bottom: 20px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list .text_list li:last-child {
    margin-bottom: 0;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list .text_list h4 {
    margin-bottom: 5px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list:first-child {
    float: left;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list:last-child {
    float: right;
  }
}
@media only screen and (max-width: 750px) {
  .tab_wrap {
    min-height: 850px;
  }
  .tab_wrap .tab_inner {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tab_wrap .tab_change_wrap .tab_inner:first-child {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .tab_wrap .tab_change_wrap .tab_navi {
    width: 50%;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .tab_wrap .tab_change_wrap .tab_navi.flr {
    border-right: 0;
  }
  .tab_wrap .tab_change_wrap .google_map {
    height: 170px;
    margin-bottom: 30px;
  }
  .tab_wrap .tab_change_wrap .info_wrap {
    padding-bottom: 1px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list .text_list li {
    margin-bottom: 20px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list .text_list h4 {
    margin-bottom: 5px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list .text_list p {
    font-size: 12px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list .btn {
    margin-bottom: 25px;
  }
  .tab_wrap .tab_change_wrap .info_wrap .list:first-child {
    border-bottom: 1px solid #d7dfdc;
    margin-bottom: 25px;
  }
}
.tab_wrap {
  position: relative;
}
.tab_wrap .tab_change_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tab_wrap .tab_change_wrap .tab_contents {
  overflow: hidden;
}
.tab_wrap .tab_change_wrap .tab_navi {
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #202524;
  color: #202524;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  position: relative;
}
.tab_wrap .tab_change_wrap .tab_navi:hover {
  background-color: #202524;
  color: #fff;
}
.tab_wrap .tab_change_wrap.active {
  z-index: 0;
}
.tab_wrap .tab_change_wrap.active .tab_navi {
  background-color: #202524;
  color: #fff;
}
.tab_wrap .tab_change_wrap .google_map {
  clear: both;
}
.tab_wrap .tab_change_wrap .info_wrap {
  padding-bottom: 1px;
}
.tab_wrap .tab_change_wrap .info_wrap .list .text_list h4 {
  text-align: center;
  font-weight: bold;
}
.tab_wrap .tab_change_wrap .info_wrap .list .text_list p {
  text-align: center;
}

/* table
-----------------------------------------------------*/
@media only screen and (min-width: 751px) {
  .table.list_type > li dl .officer_wrap dt, .table.list_type > li dl .officer_wrap .name {
    width: 138px;
  }
  .table.list_type > li dl .officer_wrap .name {
    text-align: center;
    border-right: 1px solid #d7dfdc;
  }
}
@media only screen and (max-width: 750px) {
  .table.list_type > li dl .officer_wrap dt, .table.list_type > li dl .officer_wrap dd {
    line-height: 1.67;
  }
  .table.list_type > li dl .officer_wrap dt {
    width: 22%;
    text-align: left;
  }
  .table.list_type > li dl .officer_wrap .name {
    width: 30%;
    text-align: left;
    border-right: 1px solid #d7dfdc;
  }
  .table.list_type > li dl .officer_wrap dd {
    text-align: left;
  }
}
