@charset "UTF-8";
/* ---------------------------------------------------------
$ メインビジュアルエリア
----------------------------------------------------------*/
.mv_wrap {
  margin: 26px auto 0;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .mv_wrap {
      margin: 0 auto; } }

/*-- 左ボタンエリア --*/
.mv_left {
  float: left;
  max-width: 330px;
  width: 27.5%;
  background: #ffd7c2; }
  .mv_left .left_link {
    padding: .4rem 3.2% .6rem;
    font-size: 0.94rem;
    background: #ffd7c2;
    text-indent: -1rem;
    line-height: 1.4; }
    .mv_left .left_link .txt {
      margin: 0 0 0 1rem; }
    .mv_left .left_link a {
      position: relative;
      max-width: 313px;
      width: 100%;
      margin: 9% auto 0;
      padding: 1.46rem 6% 1.46rem 4%;
      border: 1px solid #ea5504;
      background: #fff;
      text-decoration: none;
      text-align: center;
      color: #333;
      font-size: 18px;
      font-weight: bold;
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .mv_left .left_link a:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #ea5504;
        border-right: solid 2px #ea5504;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 2px);
        right: 5%;
        margin-top: -3px; }
        @media only screen and (max-width: 767px) {
          .mv_left .left_link a:before {
            margin-top: -5px; } }
      .mv_left .left_link a br {
        display: none; }
      @media (max-width: 1130px) {
        .mv_left .left_link a {
          padding: 0.66rem 6% 0.66rem 4%; }
          .mv_left .left_link a br {
            display: block; } }
      @media only screen and (max-width: 1024px) {
        .mv_left .left_link a {
          padding: 1.46rem 6% 1.46rem 4%; }
          .mv_left .left_link a br {
            display: none; } }
  @media only screen and (max-width: 1024px) {
    .mv_left {
      /*MV左ボタンfloat*/
      float: none;
      max-width: 100%;
      width: 100%; }
      .mv_left:after {
        content: " ";
        display: block;
        clear: both; }
      .mv_left .btn_square {
        float: left;
        width: 50%; }
        .mv_left .btn_square.login a span {
          font-size: 1.875rem; }
      .mv_left .left_link {
        float: right;
        width: 50%;
        padding: 0.5rem 1.8%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .mv_left .left_link .txt {
          font-size: 0.88rem; }
        .mv_left .left_link a {
          max-width: 100%;
          margin: 2% auto 0; } }
  @media only screen and (max-width: 767px) {
    .mv_left {
      /*MV左ボタン再び縦並び*/
      padding: 3% 3% 6% 3%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .mv_left .btn_square.login {
        float: none;
        width: 100%; }
        .mv_left .btn_square.login p a span {
          left: 2%;
          font-size: 1.3125rem; }
      .mv_left .left_link {
        float: none;
        width: 100%;
        margin: 0;
        padding: 3% 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .mv_left .left_link .txt {
          font-size: 0.75rem; }
        .mv_left .left_link a {
          margin: 5% 0 0; } }

.btn_square {
  background: #fff; }
  .btn_square p {
    padding: 8px;
    position: relative; }
    .btn_square p a {
      display: block;
      color: #fff;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      border: 1px solid rgba(255, 255, 255, 0.5); }
  .btn_square:hover p {
    opacity: .8; }
  @media only screen and (max-width: 767px) {
    .btn_square p {
      padding: 8px; } }
  .btn_square.login p {
    background: #a33b03;
    /*sp*/ }
    .btn_square.login p a {
      position: relative;
      padding: 5.9rem 0 2.4rem;
      font-size: 2.375rem;
      position: relative;
      line-height: 1.4; }
      .btn_square.login p a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 6%; }
      .btn_square.login p a:after {
        bottom: 0;
        margin: auto; }
      .btn_square.login p a span:before {
        content: '';
        background: url(/assets/img/ib/index/mv_icon.png) no-repeat top center/100%;
        display: block;
        width: 2.7rem;
        height: 2.7rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 2.6rem;
        margin: auto; }
    @media only screen and (max-width: 1024px) {
      .btn_square.login p a {
        padding: 2rem 0; }
        .btn_square.login p a span {
          position: relative;
          font-size: 1.5rem; }
          .btn_square.login p a span:before {
            width: 2rem;
            height: 2rem;
            top: 0;
            bottom: 0;
            left: -2.4rem;
            right: auto; } }
    @media only screen and (max-width: 767px) {
      .btn_square.login p a {
        padding: 0.6rem 0 1.2rem; }
        .btn_square.login p a span {
          position: relative;
          font-size: 1.5rem; }
          .btn_square.login p a span:before {
            width: 2rem;
            height: 2rem;
            top: 0;
            bottom: 0;
            left: -2.4rem;
            right: auto; } }

/*btn_square*/
/*-- 右MVエリア --*/
.mv_right {
  float: right;
  max-width: 870px;
  width: 72.5%;
  line-height: 0;
  background: url(/assets/img/ib/index/mv_bg_pc.jpg) no-repeat center bottom/100%; }
  @media screen and (max-width: 1160px) {
    .mv_right p.tit {
      padding: 2% 0 0; } }
  @media screen and (max-width: 1100px) {
    .mv_right p.tit {
      padding: 3% 0 0; } }
  @media only screen and (max-width: 1024px) {
    .mv_right {
      float: none;
      max-width: 100%;
      width: 100%; }
      .mv_right p.tit {
        padding: 0; } }

/* ---------------------------------------------------------
$ コンテンツ
----------------------------------------------------------*/
.conte_box {
  margin: 40px auto 0; }

.section_inner {
  max-width: 1200px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .section_inner {
      width: 92%; } }

/*-- 重要なお知らせ --*/
.news {
  /*-- 重要なお知らせsp --*/ }
  @media only screen and (max-width: 767px) {
    .news {
      margin: 4% auto 0; } }
  .news .news_left {
    background: #fff; }
    .news .news_left .news_wrap li {
      margin: 0 0 0 2rem;
      padding: 0.7rem 1.8rem;
      border-top: 1px dashed #ccc; }
      .news .news_left .news_wrap li a {
        position: relative; }
        .news .news_left .news_wrap li a:before {
          content: '';
          width: 7px;
          height: 7px;
          border: 0px;
          border-top: solid 1px #ea5504;
          border-right: solid 1px #ea5504;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 0.6rem;
          right: auto;
          margin-top: -3px; }
          @media only screen and (max-width: 767px) {
            .news .news_left .news_wrap li a:before {
              margin-top: -5px; } }
        .news .news_left .news_wrap li a:before {
          left: -1.2rem; }
      .news .news_left .news_wrap li:first-child {
        border: none; }
    @media only screen and (max-width: 767px) {
      .news .news_left .news_wrap li {
        margin: 0 0 0 4%;
        padding: 0.7rem 4% .7rem 4%;
        font-size: 14px; }
        .news .news_left .news_wrap li a {
          margin: 0rem;
          text-indent: 0rem; }
          .news .news_left .news_wrap li a:before {
            left: -.8rem; }
      .news .news_left .news_wrap .mCSB_inside > .mCSB_container {
        margin-right: 4%; } }
  .news .news_left {
    float: left;
    max-width: 820px;
    width: 69%; }
  .news .news_right {
    float: right;
    max-width: 380px;
    width: 30.6%; }
  @media only screen and (max-width: 767px) {
    .news .news_left, .news .news_right {
      float: none;
      max-width: 100%;
      width: 100%; }
    .news .news_left li {
      margin: 0;
      padding: 0.7rem 1.8rem; }
    .news .news_right {
      margin: 3% auto 0; } }
  .news #scroll_window1, .news #scroll_window2 {
    max-height: 230px;
    height: 230px;
    overflow-y: auto; }
    @media only screen and (max-width: 1024px) {
      .news #scroll_window1, .news #scroll_window2 {
        max-height: 180px;
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .news #scroll_window1, .news #scroll_window2 {
        max-height: 230px; } }
  .news .news_box2 {
    display: none; }
  .news .newsSelect li {
    float: left;
    width: 50%;
    padding: 0.6rem 1rem 0.4rem 2.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    background: #f3f3f3;
    color: #333;
    border-top: 6px solid #db1448;
    border-bottom: 1px solid #ccc; }
    .news .newsSelect li.select {
      background: #db1448;
      color: #fff;
      padding: 0.7rem 4% calc(0.3rem + 1px) 4.9%;
      border-bottom: 1px solid #db1448; }
    .news .newsSelect li:hover {
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .news .newsSelect li {
        padding: 0.7rem 3.8% 0.3rem;
        font-size: 0.88rem; } }
  .news .newsSelect .news02_tit {
    padding: 0.6rem 3.8% calc(0.4rem + 1px);
    border-right: 1px solid #ccc; }
    .news .newsSelect .news02_tit.select {
      padding: 0.7rem 3.8% 0.3rem;
      border-right: none; }

/*.news*/
.go_list {
  text-align: right;
  padding: 0.9rem 5.6% 0.5rem 0; }
  .go_list a {
    position: relative;
    font-size: 0.88rem; }
    .go_list a:before {
      content: '';
      width: 7px;
      height: 7px;
      border: 0px;
      border-top: solid 1px #ea5504;
      border-right: solid 1px #ea5504;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 45%;
      right: -18%;
      margin-top: -3px; }
      @media only screen and (max-width: 767px) {
        .go_list a:before {
          margin-top: -5px; } }
    @media only screen and (max-width: 767px) {
      .go_list a {
        font-size: 0.625rem; } }

.sec_bg {
  line-height: 0; }

.news_btn {
  width: 100%;
  position: relative; }
  .news_btn li {
    float: left;
    position: relative; }
    .news_btn li a {
      background: #fff;
      color: #333;
      display: block;
      text-decoration: none;
      z-index: -2; }
      .news_btn li a:before {
        content: '';
        width: 7px;
        height: 7px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 29px; }
      .news_btn li a:after {
        content: '';
        width: 26px;
        height: 26px;
        display: block;
        background: #ea5504;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 22px; }
    .news_btn li:first-child {
      margin: 0; }
    .news_btn li:after {
      content: url(/assets/img/common/icon_target01.png);
      position: absolute;
      right: 4%;
      top: 4%; }
  @media only screen and (max-width: 767px) {
    .news_btn li {
      float: none;
      width: 100% !important;
      margin: 0 !important;
      border-top: 1px solid #ebebeb; }
      .news_btn li a {
        padding: 1.3rem 2% 1.3rem 12% !important; }
        .news_btn li a:after {
          width: 1rem;
          height: 1rem;
          left: 4%; }
        .news_btn li a:before {
          width: 4px;
          height: 4px;
          left: calc(4% + 4px); }
      .news_btn li:after {
        right: .7rem;
        top: .3rem; } }
  .news_btn li {
    float: none; }
    .news_btn li a {
      width: 100%;
      padding: 2.4rem 4% 2.3rem 19%;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .news_btn li a:before {
        left: 10.7%; }
      .news_btn li a:after {
        left: 8.5%; }
  @media only screen and (max-width: 1024px) {
    .news_btn li a {
      padding: 3rem 4% 3rem 23%;
      font-size: 0.88rem; } }
  @media only screen and (max-width: 767px) {
    .news_btn li a {
      padding: 1rem 2% 1rem 12% !important;
      font-weight: normal;
      font-size: 0.8125rem; }
      .news_btn li a:before {
        left: calc(4% + 6px); }
      .news_btn li a:after {
        left: 4%; } }

/*-- ネットバンキングについて --*/
.about_web p.underrayhead {
  font-size: 0.94rem;
  padding: .5rem 0 0;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .about_web p.underrayhead {
      font-size: 0.75rem;
      padding: .5rem .5rem 0;
      text-align: left; } }

.about_web ul {
  margin: 20px auto 0; }
  .about_web ul:after {
    content: " ";
    display: block;
    clear: both; }
  .about_web ul li {
    float: left;
    position: relative; }
    .about_web ul li a {
      background: #fff;
      color: #333;
      display: block;
      text-decoration: none;
      z-index: -2; }
      .about_web ul li a:before {
        content: '';
        width: 7px;
        height: 7px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 29px; }
      .about_web ul li a:after {
        content: '';
        width: 26px;
        height: 26px;
        display: block;
        background: #ea5504;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 22px; }
    .about_web ul li:first-child {
      margin: 0; }
    .about_web ul li:after {
      content: url(/assets/img/common/icon_target01.png);
      position: absolute;
      right: 4%;
      top: 4%; }
  @media only screen and (max-width: 767px) {
    .about_web ul li {
      float: none;
      width: 100% !important;
      margin: 0 !important;
      border-top: 1px solid #ebebeb; }
      .about_web ul li a {
        padding: 1.3rem 2% 1.3rem 12% !important; }
        .about_web ul li a:after {
          width: 1rem;
          height: 1rem;
          left: 4%; }
        .about_web ul li a:before {
          width: 4px;
          height: 4px;
          left: calc(4% + 4px); }
      .about_web ul li:after {
        right: .7rem;
        top: .3rem; } }
  .about_web ul li {
    width: 18.7%;
    margin: 0 0 20px 1.62%; }
    .about_web ul li:first-child {
      margin: 0; }
    .about_web ul li a {
      padding: 1rem 1rem 0.8rem 4rem; }
      @media only screen and (max-width: 767px) {
        .about_web ul li a {
          padding: 1rem 1rem 0.6rem 4rem; }
          .about_web ul li a:before {
            left: calc(4% + 6px); } }
    .about_web ul li.line01 a {
      padding: 1.7rem 1rem 1.7rem 4rem; }
    @media (max-width: 1170px) {
      .about_web ul li {
        width: 32.2%; }
        .about_web ul li:nth-child(4) {
          margin: 0; } }
