.c-mainsubWrap {
  background-image: url(../../img/business/main1.jpg);
}

.list-anchor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 113px;
  margin-bottom: 125px
}

@media (max-width: 999px) {
  .list-anchor {
    margin-top: 56px;
    margin-bottom: 62px
  }
}

.list-anchor li {
  background: #eef1f6;
  width: calc(25% - 3px);
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold
}

.list-anchor li:nth-child(4n) {
  margin-right: 0
}

@media (max-width: 999px) {
  .list-anchor li {
    margin-bottom: 3px;
    width: 100%;
    margin-right: 0;
    font-size: 14px
  }
}

.list-anchor li a {
  padding: 20px 15px;
  position: relative;
  display: block;
  background: url(../../img/business/icon_arr01.png) right 14px center no-repeat;
  background-size: 12px auto
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-anchor li a {
    padding-top: 25px
  }
}

@media (max-width: 999px) {
  .list-anchor li a {
    padding: 15px
  }
}

.list-anchor li a:after {
  display: none;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #4f6d89;
  border-right: 1px solid #4f6d89;
  top: 0;
  bottom: 5px;
  right: 15px;
  margin: auto;
  transform: rotate(45deg)
}

@media (max-width: 999px) {
  .list-anchor li a:after {
    width: 8px;
    height: 8px;
    right: 16px
  }
}

.box-template {
  margin-bottom: 61px
}

@media (max-width: 999px) {
  .box-template {
    margin-bottom: 44px
  }
}

.box-template__h3 {
  border-bottom: 1px dotted #4f6d89;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 13px
}

@media (max-width: 999px) {
  .box-template__h3 {
    font-size: 19px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 35px
  }
}

.box-template__h3:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #4f6d89;
  position: absolute;
  bottom: -1px;
  left: 0
}

@media (max-width: 999px) {
  .box-template__h3:after {
    width: 100px
  }
}

.box-template .box-template-cnt:before, .box-template .box-template-cnt:after {
  content: " ";
  display: table
}

.box-template .box-template-cnt:after {
  clear: both
}

.box-template .box-template-cnt .box-r {
  float: right;
  width: 350px;
  position: relative
}

.box-template .box-template-cnt .box-r:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 68.85714%
}

.box-template .box-template-cnt .box-r>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

@media (max-width: 999px) {
  .box-template .box-template-cnt .box-r {
    width: 100%;
    margin-bottom: 31px;
    position: relative
  }
  .box-template .box-template-cnt .box-r:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 69.23077%
  }
  .box-template .box-template-cnt .box-r>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
}

.box-template .box-template-cnt .box-l {
  float: right;
  width: calc(100% - 350px);
  padding-right: 70px;
  font-size: 18px;
  line-height: 28px;
  margin-top: -7px
}

@media (max-width: 999px) {
  .box-template .box-template-cnt .box-l {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    line-height: 24px;
    text-align: justify
  }
}

.box-check {
  border: 1px solid #6bc9ff;
  padding: 20px;
  padding-bottom: 33px;
  margin-bottom: 90px
}

@media (max-width: 999px) {
  .box-check {
    padding: 15px;
    margin-bottom: 58px
  }
}

.box-check__h4 {
  font-family: "Noto Serif JP", serif;
  background-image: url(../../img/business/bg_h4.jpg);
  background-size: 60px 60px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .05em;
  font-weight: 500;
  padding: 12px 14px 15px;
  margin-bottom: 41px
}

@media (max-width: 999px) {
  .box-check__h4 {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 35px;
    padding: 14px 2px
  }
}

@media only screen and (max-width: 360px) {
  .box-check__h4 {
    font-size: 14px
  }
}

@media only screen and (max-width: 350px) {
  .box-check__h4 {
    font-size: 12px
  }
}

.box-check-ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 7px
}

@media (max-width: 999px) {
  .box-check-ul {
    padding-left: 0
  }
}

.box-check-ul ul {
  width: 50%
}

@media (max-width: 999px) {
  .box-check-ul ul {
    width: 100%
  }
}

.box-check-ul ul li {
  padding-left: 37px;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: .05em;
  font-weight: bold;
  position: relative
}

@media (max-width: 999px) {
  .box-check-ul ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
    padding-left: 20px
  }
}

.box-check-ul ul li:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../../img/business/icon_check.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 8px;
  left: 0;
  position: absolute
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-check-ul ul li:before {
    top: 5px
  }
}

@media (max-width: 999px) {
  .box-check-ul ul li:before {
    background-image: url(../../img/business/icon_check_sp.png);
    width: 15px;
    height: 15px;
    top: 4px
  }
}

@media (max-width: 999px) {
  .box-table {
    border-bottom: 1px solid #4f6d89
  }
}

.box-table__h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  color: #4f6d89;
  border-top: 1px solid #4f6d89;
  border-bottom: 1px solid #4f6d89;
  padding: 14px;
  cursor: pointer;
  background: url(../../img/business/icon_arr02.png) right 18px center no-repeat;
  background-size: 14px auto
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-table__h4 {
    padding-top: 9px
  }
}

@media (max-width: 999px) {
  .box-table__h4 {
    font-size: 17px;
    padding: 9px;
    border-bottom: 0
  }
}

.box-table__h4:after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #4f6d89;
  border-right: 1px solid #4f6d89;
  position: absolute;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(135deg);
  top: 0;
  bottom: 5px
}

@media (max-width: 999px) {
  .box-table__h4:after {
    width: 8px;
    height: 8px;
    right: 18px
  }
}

.box-table__h4.active {
  background-image: url(../../img/business/icon_arr02_on.png)
}

@media (max-width: 999px) {
  .box-table__h4.active {
    border-bottom: 1px solid #4f6d89
  }
}

.box-table__h4.active:after {
  transform: rotate(-45deg);
  top: 5px;
  bottom: 0
}

.box-table .box-table-cnt {
  padding: 50px 20px 44px;
  border-bottom: 1px solid #4f6d89;
  display: none
}

@media (max-width: 999px) {
  .box-table .box-table-cnt {
    padding: 35px 0 24px;
    width: calc(100% + 25px);
    border: 0
  }
  .box-table .box-table-cnt .box-scroll {
    padding-bottom: 16px;
    position: relative
  }
  .box-table .box-table-cnt .box-scroll .w1025 {
    width: 1025px
  }
  .box-table .box-table-cnt .box-scroll:after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
  }
  .box-table .box-table-cnt .box-scroll.mb40 {
    padding-bottom: 36px;
    margin-bottom: 40px
  }
}

.box-table .box-table-cnt table {
  table-layout: fixed;
  margin-bottom: 16px
}

@media (max-width: 999px) {
  .box-table .box-table-cnt table {
    width: 1000px;
    margin-right: 25px
  }
}

.box-table .box-table-cnt table tr th {
  background: #eef1f6;
  border: 1px solid #a0a7b0;
  color: #4f6d89
}

.box-table .box-table-cnt table tr th:first-child {
  width: 322px
}

.box-table .box-table-cnt table tr th, .box-table .box-table-cnt table tr td {
  font-size: 14px;
  line-height: 24px;
  padding: 8px;
  vertical-align: middle
}

.box-table .box-table-cnt table tr th span.small, .box-table .box-table-cnt table tr td span.small {
  font-size: 12px
}

.box-table .box-table-cnt table tr th span.fz18, .box-table .box-table-cnt table tr td span.fz18 {
  font-size: 18px
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-table .box-table-cnt table tr th, .box-table .box-table-cnt table tr td {
    padding-top: 14px
  }
}

.box-table .box-table-cnt table tr:nth-child(n+3) th {
  text-align: left;
  padding-left: 15px
}

.box-table .box-table-cnt table tr:nth-child(n+3) th:nth-child(2) {
  width: 120px
}

.box-table .box-table-cnt table tr:nth-child(n+3) td {
  text-align: center;
  border-top: 1px solid #e3e6eb;
  border-right: 1px solid #a0a7b0
}

.box-table .box-table-cnt table tr:last-child td {
  border-bottom: 1px solid #a0a7b0
}

.box-table .box-table-cnt table tr:nth-child(2n) td {
  background: #f9fafb
}

.box-table .box-table-cnt table.mb60 {
  margin-bottom: 60px
}

@media (max-width: 999px) {
  .box-table .box-table-cnt table.mb60 {
    margin-bottom: 0
  }
}

.box-table .box-table-cnt table.type1 tr:nth-child(n+2) th {
  text-align: left;
  padding-left: 15px
}

.box-table .box-table-cnt table.type1 tr:nth-child(n+2) td {
  text-align: center;
  background: #fff;
  border-top: 1px solid #e3e6eb;
  border-right: 1px solid #a0a7b0
}

.box-table .box-table-cnt table.type2 tr:nth-child(n+2) th {
  text-align: left;
  padding-left: 15px
}

.box-table .box-table-cnt table.type2 tr:nth-child(n+2) td {
  text-align: center;
  border-top: 1px solid #e3e6eb;
  border-right: 1px solid #a0a7b0
}

.box-table .box-table-cnt table.tbnofixed {
  table-layout: auto
}

.box-table .box-table-cnt table.tbnofixed td {
  width: 33.33%
}

.box-table .box-table-cnt table.tbnofixed .thwidth01 {
  width: 21.5%
}

.box-table .box-table-cnt table.tbnofixed02 {
  table-layout: auto
}

.box-table .box-table-cnt table.tbnofixed02 td {
  width: 66.66%
}

.box-table .box-table-cnt table.tbnofixed02 .thwidth01 {
  width: 21.5%
}

.box-table .box-table-cnt table .bgwhite {
  background-color: #fff !important
}

.box-table .box-table-cnt table .bgblue {
  background-color: #f9fafb !important
}

@media (max-width: 999px) {
  .box-table .box-table-cnt .ul-list-note {
    margin-top: 12px;
    padding-right: 25px
  }
}

.box-table .box-table-cnt .ul-list-note li {
  padding-left: 15px;
  font-size: 12px;
  line-height: 22px;
  position: relative
}

@media (max-width: 999px) {
  .box-table .box-table-cnt .ul-list-note li {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 8px
  }
}

.box-table .box-table-cnt .ul-list-note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0
}

.business .sec01 .box-template {
  margin-bottom: 0
}

.business .sec02 {
  padding-top: 125px
}

@media (max-width: 999px) {
  .business .sec02 {
    padding-top: 59px
  }
}

.business .sec03, .business .sec04, .business .sec05, .business .sec06, .business .sec07, .business .sec08, .business .sec09, .business .sec10, .business .sec11, .business .sec12 {
  padding-top: 129px
}

@media (max-width: 999px) {
  .business .sec03, .business .sec04, .business .sec05, .business .sec06, .business .sec07, .business .sec08, .business .sec09, .business .sec10, .business .sec11, .business .sec12 {
    padding-top: 66px
  }
}

.business .sec12 {
  padding-bottom: 202px
}

@media (max-width: 999px) {
  .business .sec12 {
    padding-bottom: 126px
  }
}

.simplebar-scrollbar:before {
  opacity: 1 !important;
  background: #a0a7b0;
  height: 7px
}

.simplebar-track.simplebar-horizontal {
  width: calc(100% - 25px);
  border: 1px solid #e3e6eb;
  border-radius: 40px;
  height: 15px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 3px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  right: 5px
}

.is-ipad .box-table .box-table-cnt {
  padding-left: 10px;
  padding-right: 10px
}

.is-ipad .box-table .box-table-cnt table tr th, .is-ipad .box-table .box-table-cnt table tr td {
  white-space: nowrap
}

.is-ipad .box-table .box-table-cnt table tr:nth-child(n+3) th {
  padding-left: 8px
}


/*# sourceMappingURL=maps/business.min.css.map */