@charset "UTF-8";

.accor_title {
  display: block;
  background-color: #00184e;
  color: #fff;
  padding: 30px 90px 30px 30px !important;
  position: relative;
  text-align: left;
  cursor: pointer;
}

#global-header header .headerInner .title, #global-breadCrumb ul li a {
  color: #000 !important;
  text-shadow: none;
}

#global-wrapper .accor .accor_title .module-iconArrowRL01 {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -13px;
}

#global-wrapper .accor .accor_title .module-iconArrowRL01::before {
  border-color: #00184e;
  right: 0;
  bottom: 0.2em;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg) translateZ(1px);
}

#global-wrapper .accor .accor_title.open .module-iconArrowRL01::before {
  border-color: #00184e;
  left: 0;
  top: 0.4em;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg) translateZ(1px);
}

@media (min-width: 751px), print {
  #global-header header {
    /*  */
  }

  .accor_title {
    font-size: 16px !important;
  }

  .module-lead02 {
    margin: 0 0 40px !important;
  }

  .module-boxImgCap {
    text-align: right !important;
  }

  #global-wrapper .module-tab02 .module-listLayout05 .listItems {
    flex-wrap: wrap;
  }

  #global-wrapper .module-tab02 .module-listLayout05 .listItems .listItem {
    width: 20%;
    position: relative;
    background-color: #efefef;
    margin-bottom: 10px;
  }

  #global-wrapper .module-listLayout05 {
    background: none !important;
  }

  #global-wrapper .module-tab02 .module-listLayout05 .listItems .listItem .listInner:after {
    border: none !important;
  }

  #global-wrapper .module-tab02 .module-listLayout05 .listItems .listItem:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-right: solid 1px #fff;
  }

  .module-listLayout03 {
    margin-bottom: 40px !important;
  }

  .accor {
    margin-bottom: 40px !important;
  }

  .accor_content {
    display: none;
    padding-bottom: 40px !important;
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 750px) {
  #global-header header {
    /*  */
  }

  .module-lead02 {
    margin: 0 4% 8% !important;
  }

  .accor_title {
    font-size: 113% !important;
    padding: 20px 90px 20px 30px !important;
  }

  .accor_content {
    display: none;
    padding-bottom: 20px !important;
    margin-top: 20px !important
  }

  #global-wrapper .accor .accor_title .module-iconArrowRL01 {
    width: 1.5em;
    height: 1.5em;
  }
  .accor {
    margin-bottom: 20px !important;
    margin: 0 4% 20px !important;
  }
}
