@charset "utf-8";
/* mv ************************************************************/
#mvBiz {
  background: url("../img/biz-mv.png") no-repeat center;
  background-size: cover;
}
/* chart ************************************************************/
.biz-chart {
  margin: 150px 0 50px;
}

.biz-chartCnt {
  width: 85%;
  margin: 0 auto;
}
.biz-chartBox {
  width: 100%;
  background: #fff;
  margin: 40px auto 0;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.biz-chartTitle {
  text-align: center;
}
.biz-chartNotice {
  color: #8b8b8b;
  text-align: center;
  margin: 25px auto;
}
.biz-chartDetail th,
.biz-chartDetail td {
  width: calc((100% - 15%) / 4);
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.biz-chartDetail th.biz-chartBariki,
.biz-chartDetail td.biz-chartBariki {
  width: 15%;
}
.biz-chartDetail th {
  padding: 20px;
  background: #00a2d6;
  color: #fff;
  border-right: solid 2px #fff;
}
.biz-chartDetail th.biz-chartBariki {
  background: transparent;
}
.biz-chartDetail td {
  padding: 10px 20px;
}
.biz-chartDetail table tr:nth-child(odd) {
  background: #e8edef;
}
.biz-chartDetail table tr:first-child {
  background: transparent;
}
td.biz-chartBariki {
  background: #00a2d6;
  color: #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.biz-chartTextGray {
  color: #8b8b8b;
}
.biz-chartDetailSp {
  display: none;
}
/* case ************************************************************/
.biz-toCase {
  background: #fff;
}
@media screen and (max-width: 768px) {
  /* chart ************************************************************/
  .biz-chart {
    margin: 75px 0 25px;
  }
  .biz-chartCnt {
    width: 100%;
    margin: 0 auto;
  }
  .biz-chartBox {
    padding: 35px;
  }
  .biz-chartTitle {
    text-align: center;
  }
  .biz-chartNotice {
    text-align: left;
    margin: 20px auto;
  }
  /*  */
  .biz-chartDetail table {
    display: none;
  }

  .biz-chartDetailSp {
    width: 100%;
    margin: 20px auto;
    display: block;
  }
  .biz-chartDetailSp li {
    margin: 18px 0;
  }
  .title {
    background: #00a2d6;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 12px 24px 12px 12px;
    box-sizing: border-box;
    transition: all 0.5s ease;
  }
  .title::before,
  .title::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
  }
  .title::before {
    top: 48%;
    right: 12px;
    transform: rotate(0deg);
  }
  .title::after {
    top: 48%;
    right: 12px;
    transform: rotate(90deg);
  }
  .title.close::before {
    transform: rotate(0deg);
  }
  .title.close::after {
    transform: rotate(180deg);
  }
  .box {
    display: none;
    padding: 15px 0;
    box-sizing: border-box;
  }
  /*  */
  .biz-chartInWrap {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9em;
  }
  .biz-chartInWrap dt,
  .biz-chartInWrap dd {
    padding: 5px 12px;
    box-sizing: border-box;
    border-bottom: solid 2px #fff;
  }
  .biz-chartInWrap dt {
    width: 35%;
    text-align: center;
    background: #00a2d6;
    color: #fff;
    position: relative;
  }
  .biz-chartInWrap dt p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .biz-chartInWrap dd {
    width: 65%;
    text-align: center;
  }
  .biz-chartInList li {
    margin: 0;
  }
  .biz-chartInList li:nth-child(even) {
    background: #e8edef;
  }
  .biz-chartTextGray {
    font-size: 0.9em;
  }
  /* case ************************************************************/
  .biz-toCase {
    padding: 50px 0;
  }
  .biz-toCase a.btnStyleB {
    width: 200px;
    max-width: 85%;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
}
