#breadcrumb {
  padding: 20px 2.5%;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    padding: 12px;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb ul li {
  position: relative;
  font-size: 14px;
  margin: 0 0 5px;
}
#breadcrumb ul li::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e806";
  margin: 0 6px;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #breadcrumb ul li {
    font-size: 10px;
  }
}
#breadcrumb ul li a {
  font-weight: 500;
}
#breadcrumb ul li a:hover {
  color: #007dc4;
}

/*--------------------------
tab
---------------------------*/
.tabs {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .tabs {
    min-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .tabs {
    min-width: 100%;
    padding: 0 12px;
  }
}
.tabs .tab_list .tabs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #007dc4;
}
.tabs .tab_list .tabs__menu li {
  font-size: 18px;
  color: #666;
  padding: 16px 8px;
  text-align: center;
  background: #eee;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tabs .tab_list .tabs__menu li {
    font-size: 14px;
    padding: 12px 6px;
  }
}
@media only screen and (max-width: 380px) {
  .tabs .tab_list .tabs__menu li {
    font-size: 12px;
  }
}
.tabs .tab_list .tabs__menu li.is-active, .tabs .tab_list .tabs__menu li:hover {
  color: #fff;
  background: #007dc4;
}
.tabs .tab_icon_list .tabs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs .tab_icon_list .tabs__menu li {
  padding: 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tabs .tab_icon_list .tabs__menu li {
    padding: 6px;
  }
}
.tabs .tab_icon_list .tabs__menu li.is-active, .tabs .tab_icon_list .tabs__menu li:hover {
  background: #eee;
}
.tabs .tabs__body {
  display: none;
}
.tabs .tabs__body.is-active {
  display: block;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 300px;
  padding: 0 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/asset/image/business/record/record_visual.jpg);
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: 140px;
  }
}
@media only screen and (max-width: 380px) {
  #main_visual {
    height: 120px;
  }
}
#main_visual h1 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 22px;
  }
}

.tabs {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 768px) {
  .tabs {
    padding: 40px 12px 60px;
  }
}
.tabs .lead_box {
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .tabs .lead_box {
    margin: 0 0 20px;
  }
}
.tabs .lead_box p {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .tabs .tab_icon_list {
    overflow: auto;
  }
  .tabs .tab_icon_list::-webkit-scrollbar {
    height: 5px;
  }
  .tabs .tab_icon_list::-webkit-scrollbar-track {
    background: #ddd;
  }
  .tabs .tab_icon_list::-webkit-scrollbar-thumb {
    background: #007dc4;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .tabs .tab_icon_list .tabs__menu {
    width: 830px;
  }
}
.tabs .tab_icon_list .tabs__menu li {
  width: calc(11.1111111111% - 2px);
}
.tabs .tab_icon_list .tabs__menu li figure figcaption {
  margin: 6px 0 0;
}
.tabs .tab_icon_list .tabs__menu li figure figcaption p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .tabs .tab_icon_list .tabs__menu li figure figcaption p {
    font-size: 12px;
  }
}
.tabs section {
  padding: 40px 0 80px;
}
@media only screen and (max-width: 768px) {
  .tabs section {
    padding: 20px 0 60px;
  }
}
.tabs section .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box {
    display: block;
  }
}
.tabs section .flex_box .left_box,
.tabs section .flex_box .right_box {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box .left_box,
  .tabs section .flex_box .right_box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box .left_box {
    margin: 0 0 40px;
  }
}
.tabs section .flex_box .right_box h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box .right_box h2 {
    font-size: 20px;
  }
}
.tabs section .flex_box .right_box h2 i {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box .right_box h2 i {
    width: 60px;
    margin: 0 6px 0 0;
  }
}
.tabs section .flex_box .right_box .txt_box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box .right_box .txt_box {
    margin: 0 0 20px;
  }
}
.tabs section .flex_box .right_box .txt_box p {
  font-weight: 500;
  line-height: 2.25;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box .right_box .txt_box p {
    line-height: 1.85;
  }
}
.tabs section .flex_box .right_box table {
  width: 100%;
}
.tabs section .flex_box .right_box table tr th,
.tabs section .flex_box .right_box table tr td {
  line-height: 1.4;
  padding: 16px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box .right_box table tr th,
  .tabs section .flex_box .right_box table tr td {
    padding: 12px 6px;
  }
}
.tabs section .flex_box .right_box table tr th {
  color: #fff;
  white-space: nowrap;
  background: #00507c;
}
.tabs section .flex_box .right_box table tr td {
  vertical-align: middle;
  background: #f7f7f7;
}
.tabs section .flex_box .right_box table tbody tr td a {
  text-decoration: underline;
}
.tabs section .flex_box .right_box table tbody tr td a:hover {
  color: #007dc4;
}
.tabs section .flex_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box02 {
    display: block;
  }
}
.tabs section .flex_box02 .left_box,
.tabs section .flex_box02 .right_box {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box02 .left_box,
  .tabs section .flex_box02 .right_box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box02 .left_box {
    margin: 0 0 40px;
  }
}
.tabs section .flex_box02 .right_box h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box02 .right_box h2 {
    font-size: 20px;
  }
}
.tabs section .flex_box02 .right_box h2 i {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box02 .right_box h2 i {
    width: 60px;
    margin: 0 6px 0 0;
  }
}
.tabs section .flex_box02 .right_box .txt_box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box02 .right_box .txt_box {
    margin: 0 0 20px;
  }
}
.tabs section .flex_box02 .right_box .txt_box p {
  font-weight: 500;
  line-height: 2.25;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box02 .right_box .txt_box p {
    line-height: 1.85;
  }
}
.tabs section .flex_box02 .right_box table {
  width: 100%;
}
.tabs section .flex_box02 .right_box table tr th,
.tabs section .flex_box02 .right_box table tr td {
  line-height: 1.4;
  padding: 16px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .tabs section .flex_box02 .right_box table tr th,
  .tabs section .flex_box02 .right_box table tr td {
    padding: 12px 6px;
  }
}
.tabs section .flex_box02 .right_box table tr th {
  color: #fff;
  white-space: nowrap;
  background: #00507c;
}
.tabs section .flex_box02 .right_box table tr td {
  vertical-align: middle;
  background: #f7f7f7;
}
.tabs section .flex_box02 .right_box table tbody tr td a {
  text-decoration: underline;
}
.tabs section .flex_box02 .right_box table tbody tr td a:hover {
  color: #007dc4;
}