.main .container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
}

.main .ttl {
  height: 150px;
  background: url("../images/business/ttl.png") center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .ttl h1 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

.main .breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}

.main .breadcrumbs li {
  position: relative;
}

.main .breadcrumbs li a {
  color: #000;
  font-size: 12px;
  display: block;
}

.main .breadcrumbs li:not(:first-of-type) {
  margin-left: 24px;
}

.main .breadcrumbs li:not(:last-of-type):after {
  content: ">";
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main .secTitle {
  font-size: 32px;
  margin: 18px auto;
  letter-spacing: .15em;
}

.main .subTitle {
  background: #0C3388;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.main .subTitle small {
  font-size: 15px;
}

.business01 {
  margin-bottom: 100px;
}

.business01_box {
  margin-bottom: 40px;
}

.business01_box > ul {
  text-indent: -15px;
  margin-left: 15px;
}

.business01_box > ul li {
  font-size: 14px;
  line-height: 23px;
}

.business01_content form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business01_content .business01_col {
  width: 46%;
}

.business01_content .business01_search {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid #969696;
  margin-top: 20px;
  margin-bottom: 45px;
}

.business01_content .business01_search .business01_btn {
  margin: 5px 0;
}

.business01_content .business01_search .business01_btn a {
  width: 140px;
  height: 34px;
  border: 1px solid #969696;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #000;
}

.business01_content .business01_search .business01_form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  width: 372px;
}

.business01_content .business01_search .business01_form input {
  max-width: 298px;
  width: 100%;
  height: 34px;
  border: 1px solid #969696;
}

.business01_content .business01_search .business01_form input[type="submit"] {
  border: none;
  width: 70px;
  height: 34px;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-left: 4px;
}

.business01_content .hasCol {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.business01_content .hasCol dt {
  width: 100%;
  margin-bottom: 20px;
}

.business01_content .hasCol dd {
  width: 46%;
  font-size: 14px;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .business01_content .hasCol dd {
    width: 100%;
  }
  .business01_content .hasCol dd + dd {
    margin-top: 15px;
  }
}

.business01_content .hasCol dd p + p {
  margin-top: 15px;
}

.business01_content .business01_contact {
  background: #E9EBED;
  width: 100%;
  margin-bottom: 40px;
  padding: 17px 35px;
}

@media screen and (max-width: 768px) {
  .business01_content .business01_contact {
    padding: 17px 15px;
  }
}

.business01_content .business01_contact h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 12px;
}

.business01_content .business01_contact .business01_ctInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn {
  background: #fff;
  width: 416px;
  padding: 8px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn {
  width: 280px;
}
.detail .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn:nth-child(2) {
  /* width: 496px; */
}

@media screen and (max-width: 768px) {
  .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn {
    width: 100% !important;
  }
}

.list .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn a,
.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn span {
  background: #E9EBED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 228px;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}

.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn a i,
.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn span i {
  margin-right: 10px;
}

.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn-l {
  width: 628px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn-l {
  width: 628px;
}

.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn dl {
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

.detail .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn dl {
  /* width: calc(100% - 248px); */
}

@media screen and (max-width: 480px) {
  .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn dl,
  .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn-l dl {
    margin-top: 10px;
  }
}

.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn dl dt,
.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn-l dl dt {
  margin-bottom: 0;
}
.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn dl a {
  color: #000;
}
.business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn .full {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
}
.business01_content .business01_contact .business01_ctInner.marNag {
  margin-top: -5px;
}
.business01_content .business01_contact .business01_ctInner.marNag .business01_ctInnerBtn {
  background: transparent;
  padding: 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.business01_content .business01_contact p {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.business01_content .business01_file {
  width: 100%;
}

.business01_content .business01_file h2 {
  background: #E9EBED;
  padding: 0 4px;
  margin-bottom: 25px;
}

.business01_content .business01_file ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business01_content .business01_file ul li {
  width: 46%;
  padding-bottom: 22px;
  border-bottom: 1px solid #E9EBED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail .business01_content .business01_file {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 95%;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto 20px;
}
.detail .business01_content .business01_file dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
}
.detail .business01_content .business01_file dl + dl {
  margin-top: 0;
}
.detail .business01_content .business01_file dl dt {
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  background: #e9ebed;
  width: 95px;
  box-sizing: border-box;
  border-bottom: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.detail .business01_content .business01_file dl dd {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
}
.detail .business01_content .business01_file dl dd a {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .business01_content .business01_file ul li {
    width: 100%;
  }
  .business01_content .business01_file ul li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px)  {
  .detail .business01_content .business01_file dl {
    width: 100%;
  }
  .detail .business01_content .business01_file dl:first-child {
    border-bottom: 1px solid #000;
  }
  .detail .business01_content .business01_file dl:last-child dt {
    border-top: 1px solid #e9ebed;
  }
  .detail .business01_content .business01_file dl:last-child dd {
    border-top: 1px solid #000;
  }
  .detail .business01_content .business01_file dl dd {
    width: calc(100% - 95px);
  }
  .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn > span {
    width: 100%;
  }
  .business01_content .business01_contact .business01_ctInner .business01_ctInnerBtn dl {
    width: 100%;
    margin-left: 0;
  }
}
.business01_content .business01_file ul li figure {
  width: 156px;
}

.business01_content .business01_file ul li dl {
  width: -webkit-calc(100% - 176px);
  width: -moz-calc(100% - 176px);
  width: calc(100% - 176px);
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .business01_content .business01_file ul li dl {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}

.business01_content .business01_file ul li dl dt {
  border-bottom: none;
  font-weight: bold;
  margin-bottom: 5px;
}

.business01_content .business01_file ul li dl dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business01_content .business01_file ul li dl dd img {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
}

.business01_content dl + dl {
  margin-top: 30px;
}

.business01_content dl dt {
  font-size: 14px;
  line-height: 23px;
  border-bottom: 1px solid #969696;
  margin-bottom: 10px;
}

.business02 {
  margin-bottom: 100px;
}

.business02 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business02 .container .business02_col {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .business02 .container .business02_col {
    width: 100%;
  }
  .business02 .container .business02_col + .business02_col {
    margin-top: 30px;
  }
}

.business02 .container .business02_col p {
  font-size: 14px;
  line-height: 23px;
}

.business02 .container .business02_col p + p {
  margin-top: 35px;
}

.business02 .container .business02_col .business02_note {
  background: #F5F6F9;
  padding: 21px 28px;
  margin-top: 15px;
}

.business02 .container .business02_col .business02_note p + p {
  margin-top: 25px;
}

.business02 .container .business02_col .business02_box + .business02_box {
  margin-top: 30px;
}

/* CMS調整 */
/*data/non-flammable.html */
.business02 .container .business02_col h2 {
  background: #0C3388;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.business02 .container .business02_col ul {
  background: #F5F6F9;
  padding: 21px 28px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.business02 .container .business02_col ul li {
  font-size: 14px;
  line-height: 23px;
}
.business02 .container .business02_col ul li:first-of-type {
  margin-bottom: 25px;
}



.business03 {
  margin-bottom: 100px;
}

.business03 .container .business03_box + .business03_box {
  margin-top: 70px;
}

.business03 .container .business03_box .business03_content .business03_list + .business03_list {
  margin-top: 70px;
}

.business03 .container .business03_box .business03_content .business03_list dt {
  font-size: 22px;
  line-height: 1.5;
  color: #0C3388;
  background: #E7EBF3;
  padding: 10px 10px;
  margin-bottom: 30px;
}

.business03 .container .business03_box .business03_content .business03_list dd p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px;
}

.business03 .container .business03_box .business03_content .business03_list dd .business03_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business03 .container .business03_box .business03_content .business03_list dd .business03_nav .business03_child {
  max-width: 450px;
  width: 46%;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .business03 .container .business03_box .business03_content .business03_list dd .business03_nav .business03_child {
    width: 100%;
    margin-bottom: 0;
  }
  .business03 .container .business03_box .business03_content .business03_list dd .business03_nav .business03_child + .business03_child {
    margin-top: 50px;
  }
}

.business03 .container .business03_box .business03_content .business03_list dd .business03_nav .business03_child ul {
  border-top: 1px solid #E1E2E5;
}

.business03 .container .business03_box .business03_content .business03_list dd .business03_nav .business03_child ul li {
  font-size: 14px;
  line-height: 32px;
  border-bottom: 1px solid #E1E2E5;
}

.business03 .container .business03_box .business03_content .business03_list dd .business03_nav .business03_child ul li a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business03 .container .business03_box .business03_content .business03_list dd .business03_nav .business03_child ul li a span {
  background: #D7D9DB;
  font-size: 12px;
  line-height: 19px;
  color: #000;
  padding: 0 2px;
}

.business03 .container .business03_box .business03_content .business03_list dd .business03_nav .business03_child ul li a img {
  width: 13px;
  margin: 0 3px 0 5px;
}

.business03 .container .business03_box .business03_content .business03_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.business03 .container .business03_box .business03_content .business03_btn span {
  display: block;
  width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  background: #0C3388;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
}

@media screen and (max-width: 480px) {
  .business03 .container .business03_box .business03_content .business03_btn span {
    width: 100%;
    margin-bottom: 10px;
  }
}

.business03 .container .business03_box .business03_content .business03_btn a {
  width: 700px;
  height: 60px;
  border-top: 1px solid #E1E2E5;
  border-bottom: 1px solid #E1E2E5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

.business03 .container .business03_box .business03_content .business03_btn a i {
  line-height: 0;
}

.business03 .container .business03_box .business03_content .business03_btn a i img {
  width: 13px;
}

.business04 {
  margin-bottom: 100px;
}

.business04_pdf {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business04_pdf li {
  width: 46%;
}

@media screen and (max-width: 480px) {
  .business04_pdf li {
    width: 100%;
  }
}

.business04_pdf li a {
  font-size: 14px;
  line-height: 23px;
  color: #000;
  border-bottom: 1px solid #969696;
  display: block;
  padding: 12px 30px 12px 0;
  position: relative;
}

.business04_pdf li a:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/business/ic_pdf.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.business04_pdf li:nth-child(-n+2) a {
  border-top: 1px solid #969696;
}

.business04_content .business04_contact {
  background: #E9EBED;
  width: 100%;
  margin-bottom: 40px;
  padding: 17px 35px;
}

@media screen and (max-width: 768px) {
  .business04_content .business04_contact {
    padding: 17px 15px;
  }
}

.business04_content .business04_contact h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 12px;
}

.business04_content .business04_contact .business04_ctInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.business04_content .business04_contact .business04_ctInner .business04_ctInnerBtn {
  background: #fff;
  width: 280px;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .business04_content .business04_contact .business04_ctInner .business04_ctInnerBtn {
    width: 100% !important;
  }
}

.business04_content .business04_contact .business04_ctInner .business04_ctInnerBtn a {
  background: #E9EBED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}

.business04_content .business04_contact .business04_ctInner .business04_ctInnerBtn a i {
  margin-right: 10px;
}

.business04_content .business04_contact .business04_ctInner .business04_ctInnerBtn-l {
  width: 628px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business04_content .business04_contact .business04_ctInner .business04_ctInnerBtn-l dl {
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 480px) {
  .business04_content .business04_contact .business04_ctInner .business04_ctInnerBtn-l dl {
    margin-top: 10px;
  }
}

.business04_content .business04_contact .business04_ctInner .business04_ctInnerBtn-l dl dt {
  margin-bottom: 0;
}

.business04_content .business04_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.business04_content .business04_box ul {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .business04_content .business04_box ul {
    width: 100%;
  }
}

.business04_content .business04_box ul li {
  margin-right: 60px;
  font-size: 14px;
  line-height: 23px;
}

.business04_content .business04_box ul li + li {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .business04_content .business04_box ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}

.business04_content .business04_box ul li a {
  display: block;
  font-size: 14px;
  line-height: 23px;
}

.business04_content > dl {
  margin-bottom: 30px;
}

.business04_content > dl + dl {
  margin-top: 30px;
}

.business04_content > dl dt {
  font-size: 14px;
  line-height: 23px;
  border-bottom: 1px solid #969696;
  margin-bottom: 10px;
}

.business04_content > dl dd {
  font-size: 14px;
  line-height: 23px;
}

.business04_content > dl dd ul li {
  font-size: 14px;
  line-height: 23px;
  text-indent: -15px;
  margin-left: 15px;
}

.business05 {
  margin-bottom: 100px;
}

.business05_pdf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business05_pdf li {
  width: 46%;
}

@media screen and (max-width: 480px) {
  .business05_pdf li {
    width: 100%;
  }
}

.business05_pdf li a {
  font-size: 14px;
  line-height: 23px;
  color: #000;
  display: block;
  padding: 12px 30px 12px 0;
  position: relative;
}

.business05_pdf li a:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/business/ic_pdf.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.business05_pdf li:nth-child(-n+2) a {
  border-top: 1px solid #969696;
}

.business05 .business05_contact {
  background: #E9EBED;
  width: 100%;
  margin-bottom: 40px;
  padding: 17px 35px;
}

@media screen and (max-width: 768px) {
  .business05 .business05_contact {
    padding: 17px 15px;
  }
}

.business05 .business05_contact h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 12px;
}

.business05 .business05_contact .business05_ctInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.business05 .business05_contact .business05_ctInner .business05_ctInnerBtn {
  background: #fff;
  width: 280px;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .business05 .business05_contact .business05_ctInner .business05_ctInnerBtn {
    width: 100% !important;
  }
}

.business05 .business05_contact .business05_ctInner .business05_ctInnerBtn a {
  background: #E9EBED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}

.business05 .business05_contact .business05_ctInner .business05_ctInnerBtn a i {
  margin-right: 10px;
}

.business05 .business05_contact .business05_ctInner .business05_ctInnerBtn-l {
  width: 628px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business05 .business05_contact .business05_ctInner .business05_ctInnerBtn-l dl {
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 480px) {
  .business05 .business05_contact .business05_ctInner .business05_ctInnerBtn-l dl {
    margin-top: 10px;
  }
}

.business05 .business05_contact .business05_ctInner .business05_ctInnerBtn-l dl dt {
  margin-bottom: 0;
}

.business05 .business05_table {
  margin-bottom: 38px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .business05 .business05_table {
    overflow-x: auto;
  }
}

.business05 .business05_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #969696;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 480px) {
  .business05 .business05_table table {
    width: 1000px;
  }
}

.business05 .business05_table table tr td, .business05 .business05_table table tr th {
  border: 1px solid #969696;
}

.business05 .business05_table table thead tr th {
  background: #F5F6F9;
  vertical-align: middle;
  font-size: 14px;
  line-height: 23px;
  border-left: 0;
}

.business05 .business05_table table thead tr th:last-of-type {
  border-right: 0;
}

.business05 .business05_table table tbody tr th {
  background: #E9EBED;
  text-align: left;
  font-size: 14px;
  line-height: 23px;
  padding: 9px 12px;
  border-right: 0;
  border-left: 0;
}

.business05 .business05_table table tbody tr td {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  padding: 9px 12px;
}

.business05 .business05_table table tbody tr td:first-of-type {
  text-align: left;
  border-left: 0;
}

.business05 .business05_table table tbody tr td:last-of-type {
  border-right: 0;
}

.business05 p {
  font-size: 14px;
  line-height: 23px;
}

.business05 .business05_bl {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business05 .business05_bl dl {
  width: 46%;
}

@media screen and (max-width: 480px) {
  .business05 .business05_bl dl {
    width: 100%;
  }
  .business05 .business05_bl dl + dl {
    margin-top: 20px;
  }
}

.business05 .business05_bl dl dt {
  font-size: 14px;
  line-height: 23px;
  border-bottom: 1px solid #969696;
  margin-bottom: 10px;
}

.business05 .business05_bl dl dd {
  font-size: 14px;
  line-height: 23px;
}

.business05 .business05_bl dl dd.note {
  text-indent: -15px;
  margin-left: 15px;
}

.business06 {
  margin-bottom: 100px;
}

.business06_pdf {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business06_pdf li {
  width: 46%;
}

@media screen and (max-width: 480px) {
  .business06_pdf li {
    width: 100%;
  }
}

.business06_pdf li a {
  font-size: 14px;
  line-height: 23px;
  color: #000;
  border-bottom: 1px solid #969696;
  display: block;
  padding: 12px 30px 12px 0;
  position: relative;
}

.business06_pdf li a:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/business/ic_pdf.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.business06_pdf li:nth-child(-n+2) a {
  border-top: 1px solid #969696;
}

.business06_pdf li.xls a:before {
  background: url("../images/business/ic_xls.png") no-repeat;
  position: absolute;
}

.business06_content .business06_contact {
  background: #E9EBED;
  width: 100%;
  margin-bottom: 40px;
  padding: 17px 35px;
}

@media screen and (max-width: 768px) {
  .business06_content .business06_contact {
    padding: 17px 15px;
  }
}

.business06_content .business06_contact h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 12px;
}

.business06_content .business06_contact .business06_ctInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.business06_content .business06_contact .business06_ctInner .business06_ctInnerBtn {
  background: #fff;
  width: 280px;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .business06_content .business06_contact .business06_ctInner .business06_ctInnerBtn {
    width: 100% !important;
  }
}

.business06_content .business06_contact .business06_ctInner .business06_ctInnerBtn a {
  background: #E9EBED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 261px;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}

.business06_content .business06_contact .business06_ctInner .business06_ctInnerBtn a i {
  margin-right: 10px;
}

.business06_content .business06_contact .business06_ctInner .business06_ctInnerBtn-l {
  width: 628px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business06_content .business06_contact .business06_ctInner .business06_ctInnerBtn-l dl {
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 480px) {
  .business06_content .business06_contact .business06_ctInner .business06_ctInnerBtn-l dl {
    margin-top: 10px;
  }
}

.business06_content .business06_contact .business06_ctInner .business06_ctInnerBtn-l dl dt {
  margin-bottom: 0;
}

.business06_content .business06_contact p {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.business06_content .business06_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.business06_content .business06_box ul {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .business06_content .business06_box ul {
    width: 100%;
  }
}

.business06_content .business06_box ul li {
  margin-right: 60px;
  font-size: 14px;
  line-height: 23px;
}

.business06_content .business06_box ul li + li {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .business06_content .business06_box ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}

.business06_content .business06_box ul li a {
  display: block;
  font-size: 14px;
  line-height: 23px;
}

.business06_content > dl {
  margin-bottom: 30px;
}

.business06_content > dl + dl {
  margin-top: 30px;
}

.business06_content > dl dt {
  font-size: 14px;
  line-height: 23px;
  border-bottom: 1px solid #969696;
  margin-bottom: 10px;
}

.business06_content > dl dd {
  font-size: 14px;
  line-height: 23px;
}

.business06_content > dl dd ul li {
  font-size: 14px;
  line-height: 23px;
  text-indent: -15px;
  margin-left: 15px;
}

.business07 {
  margin-bottom: 100px;
}

.business07_pdf {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business07_pdf li {
  width: 46%;
}

@media screen and (max-width: 480px) {
  .business07_pdf li {
    width: 100%;
  }
}

.business07_pdf li a {
  font-size: 14px;
  line-height: 23px;
  color: #000;
  border-bottom: 1px solid #969696;
  display: block;
  padding: 12px 30px 12px 0;
  position: relative;
}

.business07_pdf li a:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/business/ic_pdf.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.business07_pdf li:nth-child(-n+2) a {
  border-top: 1px solid #969696;
}

.business07_content .business07_contact {
  background: #E9EBED;
  width: 100%;
  margin-bottom: 40px;
  padding: 17px 35px;
}

@media screen and (max-width: 768px) {
  .business07_content .business07_contact {
    padding: 17px 15px;
  }
}

.business07_content .business07_contact h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 12px;
}

.business07_content .business07_contact .business07_ctInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.business07_content .business07_contact .business07_ctInner .business07_ctInnerBtn {
  background: #fff;
  width: 280px;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .business07_content .business07_contact .business07_ctInner .business07_ctInnerBtn {
    width: 100% !important;
  }
}

.business07_content .business07_contact .business07_ctInner .business07_ctInnerBtn a {
  background: #E9EBED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}

.business07_content .business07_contact .business07_ctInner .business07_ctInnerBtn a i {
  margin-right: 10px;
}

.business07_content .business07_contact .business07_ctInner .business07_ctInnerBtn-l {
  width: 628px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business07_content .business07_contact .business07_ctInner .business07_ctInnerBtn-l dl {
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 480px) {
  .business07_content .business07_contact .business07_ctInner .business07_ctInnerBtn-l dl {
    margin-top: 10px;
  }
}

.business07_content .business07_contact .business07_ctInner .business07_ctInnerBtn-l dl dt {
  margin-bottom: 0;
}

.business07_content .business07_contact p {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.business07_content > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}

.business07_content > ul li {
  margin-right: 60px;
}

@media screen and (max-width: 480px) {
  .business07_content > ul li {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
  }
  .business07_content > ul li + li {
    margin-top: 20px;
  }
}

.business07_content > ul li a {
  display: block;
}

.business07_content > ul li a figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 480px) {
  .business07_content > ul li a figure {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.business07_content > ul li a figure img:not(:last-child) {
  margin-right: 12px;
}

.business07_content > ul li a span {
  font-size: 12px;
  line-height: 1;
  color: #000;
}

.business07_content h3 {
  margin-bottom: 60px;
}

.business07_content h3 span {
  background: #E9EBED;
  -webkit-clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 12px;
  line-height: 1.5;
  padding: 0 4px;
}

.business07_content > dl {
  margin-bottom: 60px;
}

.business07_content > dl + dl {
  margin-top: 30px;
}

.business07_content > dl dt {
  font-size: 14px;
  line-height: 23px;
  border-bottom: 1px solid #969696;
  margin-bottom: 10px;
}

.business07_content > dl dd {
  font-size: 14px;
  line-height: 23px;
}

.business08 {
  margin-bottom: 100px;
}

.business08_pdf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business08_pdf li {
  width: 46%;
}

@media screen and (max-width: 480px) {
  .business08_pdf li {
    width: 100%;
  }
}

.business08_pdf li a {
  font-size: 14px;
  line-height: 23px;
  color: #000;
  display: block;
  padding: 12px 30px 12px 0;
  position: relative;
}

.business08_pdf li a:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/business/ic_pdf.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.business08_pdf li:nth-child(-n+2) a {
  border-top: 1px solid #969696;
}

.business08 .business08_contact {
  background: #E9EBED;
  width: 100%;
  margin-bottom: 40px;
  padding: 17px 35px;
}

@media screen and (max-width: 768px) {
  .business08 .business08_contact {
    padding: 17px 15px;
  }
}

.business08 .business08_contact h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 12px;
}

.business08 .business08_contact .business08_ctInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.business08 .business08_contact .business08_ctInner .business08_ctInnerBtn {
  background: #fff;
  width: 46%;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .business08 .business08_contact .business08_ctInner .business08_ctInnerBtn {
    width: 100% !important;
  }
}

.business08 .business08_contact .business08_ctInner .business08_ctInnerBtn a {
  background: #E9EBED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}

.business08 .business08_contact .business08_ctInner .business08_ctInnerBtn a i {
  margin-right: 10px;
}

.business08 .business08_table {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .business08 .business08_table {
    overflow-x: auto;
  }
}

.business08 .business08_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #969696;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 480px) {
  .business08 .business08_table table {
    width: 1000px;
  }
}

.business08 .business08_table table tr td, .business08 .business08_table table tr th {
  border: 1px solid #969696;
}

.business08 .business08_table table thead tr th {
  background: #F5F6F9;
  vertical-align: middle;
  font-size: 14px;
  line-height: 23px;
  border-left: 0;
  width: 376px;
}

.business08 .business08_table table thead tr th:last-of-type {
  border-right: 0;
}

.business08 .business08_table table thead tr th:first-child {
  width: 122px;
}

.business08 .business08_table table thead tr th:nth-child(2) {
  width: 122px;
}

.business08 .business08_table table tbody tr td {
  font-size: 14px;
  line-height: 23px;
  vertical-align: middle;
  padding: 9px 12px;
  width: 376px;
}

.business08 .business08_table table tbody tr td:first-of-type {
  text-align: left;
  border-left: 0;
}

.business08 .business08_table table tbody tr td:last-of-type {
  border-right: 0;
}

.business08 .business08_table table tbody tr td:first-child {
  width: 122px;
  text-align: center;
}

.business08 .business08_table table tbody tr td:nth-child(2) {
  width: 122px;
  text-align: center;
}

.business08 p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px;
}

.business08 .business08_bl {
  margin-bottom: 43px;
}

.business08 .business08_bl > span {
  display: block;
  text-align: right;
  margin-top: -40px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 23px;
}

@media screen and (max-width: 480px) {
  .business08 .business08_bl > span {
    margin-top: 10px;
  }
}

.business09 {
  margin-bottom: 100px;
}

.business09 .container .business09_box + .business09_box {
  margin-top: 16px;
}

.business09 .container .business09_box .business09_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business09 .container .business09_box .business09_content > dl, .business09 .container .business09_box .business09_content > div {
  width: 46%;
  font-size: 14px;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .business09 .container .business09_box .business09_content > dl, .business09 .container .business09_box .business09_content > div {
    width: 100% !important;
  }
}

.business09 .container .business09_box .business09_content dl {
  margin-bottom: 35px;
}

.business09 .container .business09_box .business09_content dl dt {
  border-bottom: 1px solid #969696;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}

.business09 .container .business09_box .business09_content dl dt:before {
  content: 'Q.';
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.business09 .container .business09_box .business09_content dl dd {
  padding-left: 15px;
  position: relative;
}

.business09 .container .business09_box .business09_content dl dd:before {
  content: 'A.';
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.business09 .container .business09_box .business09_content dl dd figure {
  text-align: center;
  margin-top: 15px;
}

.business09 .container .business09_box .business09_content dl dd figure.hasPosition {
  position: relative;
  margin-top: -75px;
  float: right;
}

@media screen and (max-width: 768px) {
  .business09 .container .business09_box .business09_content dl dd figure.hasPosition {
    margin-top: 15px !important;
    float: none;
  }
}

.business09 .container .business09_contact {
  background: #E9EBED;
  width: 100%;
  margin-bottom: 40px;
  padding: 17px 35px;
}

@media screen and (max-width: 768px) {
  .business09 .container .business09_contact {
    padding: 17px 15px;
  }
}

.business09 .container .business09_contact h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 12px;
}

.business09 .container .business09_contact .business09_ctInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.business09 .container .business09_contact .business09_ctInner .business09_ctInnerBtn {
  background: #fff;
  width: 46%;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .business09 .container .business09_contact .business09_ctInner .business09_ctInnerBtn {
    width: 100% !important;
  }
}

.business09 .container .business09_contact .business09_ctInner .business09_ctInnerBtn a {
  background: #E9EBED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}

.business09 .container .business09_contact .business09_ctInner .business09_ctInnerBtn a i {
  margin-right: 10px;
}

.customer06 {
  margin-bottom: 100px;
}

.customer06 .container .customer06_tab .customer06_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #0C3388;
  margin-bottom: 30px;
}

.customer06 .container .customer06_tab .customer06_nav li {
  /* width: 222px; */
  /* height: 44px; */
  background: #CED6E7;
  font-size: 22px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  cursor: pointer;
}

.customer06 .container .customer06_tab .customer06_nav li a:hover , .customer06 .container .customer06_tab .customer06_nav li.active a{
  background: #0C3388;
  color: #fff;
}

.customer06 .container .customer06_tab .customer06_nav li a {
  text-align: center;
  width: 222px;
  padding: 11px 0;
  color: #0C3388;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .customer06 .container .customer06_tab .customer06_nav li a {
  width: 100%;
    padding: 11px 10px;
    font-size: 18px;
}
}

.customer06 .container .customer06_tab .customer06_tabContent {
  /* display: none; */
}

.customer06 .container .customer06_tab .customer06_tabContent.active {
  display: block;
}

.customer06 .container .customer06_box {
  margin-bottom: 50px;
}

.customer06 .container .customer06_box .customer06_content figure img {
  width: 100%;
}

.customer06 .container .customer06_box .customer06_content figure figcaption {
  font-size: 14px;
  line-height: 23px;
  margin-top: 10px;
}

.customer06 .container .customer06_box .customer06_content figure + figure {
  margin-top: 26px;
}

.customer06 .container .customer06_box .customer06_content > a {
  background: #E9EBED;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 12px;
  line-height: 1.5;
  padding: 0 4px;
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
}

.customer06 .container .customer06_list {
  margin-bottom: 40px;
}

.customer06 .container .customer06_list > dt {
  font-size: 22px;
  line-height: 1.5;
  color: #0C3388;
  background: #E7EBF3;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.customer06 .container .customer06_list > dd {
  font-size: 14px;
  line-height: 23px;
}

.customer06 .container .customer06_list > dd ul li {
  position: relative;
  padding-left: 15px;
}

.customer06 .container .customer06_list > dd ul li:before {
  content: '▶︎';
  position: absolute;
  left: 0;
  top: 0;
  color: #808080;
}

.customer06 .container .customer06_list > dd figure {
  margin-top: 15px;
}

.customer06 .container .customer06_list > dd .customer06_text {
  margin-top: 25px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.customer06 .container .customer06_list > dd .customer06_text:before {
  content: '';
  width: 44px;
  height: 83px;
  background: url("../images/business/ic_arr.png") no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .customer06 .container .customer06_list > dd .customer06_text:before {
    content: none;
  }
}

.customer06 .container .customer06_list > dd .customer06_text dl {
  width: 46%;
  max-width: 450px;
  border: 1px solid #0C3388;
  -moz-border-radius: 0 0 10px 10px;
       border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 480px) {
  .customer06 .container .customer06_list > dd .customer06_text dl {
    width: 100%;
  }
  .customer06 .container .customer06_list > dd .customer06_text dl + dl {
    margin-top: 20px;
  }
}

.customer06 .container .customer06_list > dd .customer06_text dl dt {
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #0C3388;
  padding: 10px 0;
}

.customer06 .container .customer06_list > dd .customer06_text dl dt small {
  font-size: 14px;
}

.customer06 .container .customer06_list > dd .customer06_text dl dd {
  padding: 12px 24px;
}

.customer06 .container .customer06_list > dd .customer06_text dl dd ul {
  font-size: 14px;
  line-height: 23px;
  text-indent: -15px;
  margin-left: 15px;
}

.customer06 .container .customer06_list > dd .customer06_text dl dd ul li {
  padding-left: 0;
}

.customer06 .container .customer06_list > dd .customer06_text dl dd ul li:before {
  content: none;
}

.customer06 .container .customer06_list > dd .customer06_text dl dd p {
  font-size: 14px;
  line-height: 23px;
}

.customer06 .container .customer06_list > dd .customer06_text dl:last-child {
  border-color: #A4001E;
}

.customer06 .container .customer06_list > dd .customer06_text dl:last-child dt {
  background: #A4001E;
}

.customer06 .container .customer06_list > dd .customer06_ser {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.customer06 .container .customer06_list > dd .customer06_ser li {
  width: 46%;
  max-width: 450px;
  padding-left: 0;
}

@media screen and (max-width: 480px) {
  .customer06 .container .customer06_list > dd .customer06_ser li {
    width: 100%;
  }
  .customer06 .container .customer06_list > dd .customer06_ser li + li {
    margin-top: 20px;
  }
}

.customer06 .container .customer06_list > dd .customer06_ser li:before {
  content: none;
}

.customer06 .container .customer06_list > dd .customer06_ser li .customer06_img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 480px) {
  .customer06 .container .customer06_list > dd .customer06_ser li .customer06_img {
    width: 100%;
    display: block;
  }
}

.customer06 .container .customer06_list > dd .customer06_ser li figure {
  margin-bottom: 10px;
}

.customer06 .container .customer06_list > dd .customer06_ser li figure figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  color: #A4001E;
}

.customer06 .container .customer06_list > dd .customer06_ser li figure figcaption span {
  color: #0C3388;
}

.customer06 .container .customer06_list > dd .customer06_ser li figure figcaption em {
  font-style: normal;
  color: #000;
}

.customer06 .container .customer06_list > dd .customer06_ser li > span {
  font-size: 12px;
  line-height: 19px;
}

/* CMS調整 */
/*data/guidline.html */
.customer06 .container .customer06_tabContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customer06 .container .customer06_tabContent h2 {
  width: 100%;
  font-size: 22px;
  line-height: 1.5;
  color: #0C3388;
  background: #E7EBF3;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.customer06 .container .customer06_tabContent h3 {
  width: 100%;
  background: #0C3388;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.customer06 .container .customer06_tabContent p {
  width: 100%;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 23px;
}

.customer06 .container .customer06_tabContent ul {
  width: 100%;
  margin-bottom: 40px;
}

.customer06 .container .customer06_tabContent ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 23px;
}

.customer06 .container .customer06_tabContent ul li:before {
  content: '▶︎';
  position: absolute;
  left: 0;
  top: 0;
  color: #808080;
}

.customer06 .container .customer06_tabContent figure {
  margin-bottom: 30px;
}

.customer06 .container .customer06_tabContent figcaption {
  font-size: 14px;
  margin-top: 10px;
}

.col__w46 {
  width: 46%;
}

.col__w50_flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .customer06 .container .customer06_tabContent figure img {
    width: 100%;
  }
  .col__w46 {
    width: 100%;
  }
}

/*data/guidline_pro.htmlに適用 */
.customer06 .container .customer06_tabContent .col__w46 p {
  margin-bottom: 10px;
}

.capcolor_blue {
  color: #0C3388;
}

.capcolor_red {
  color: #A4001E;
}

.customer06 .container .customer06_tabContent a {
  background: #E9EBED;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  font-size: 12px;
  line-height: 1.5;
  padding: 0 4px;
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
}

.customer06 .container .customer06_tabContent figure a {
  background: none;
  -webkit-clip-path:inherit;
    clip-path: inherit;
  padding: 0;
}

.customer06 .container .customer06_tabContent .text_small {
  font-size: 12px;
}

.customer06 .container .customer06_tabContent .customer06_text {
  width: 46%;
  position: relative;
  margin-top: 25px;
  margin-bottom: 40px;
  border: 1px solid #0C3388;
  -moz-border-radius: 0 0 10px 10px;
       border-radius: 0 0 10px 10px;
}

.customer06 .container .customer06_tabContent .customer06_text::before {
  content: '';
  width: 44px;
  height: 83px;
  background: url("../images/business/ic_arr.png") no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  position: absolute;
	top: 50%;
  right: calc(-4% - 44px);
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.customer06 .container .customer06_tabContent .customer06_text h2 {
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #0C3388;
  padding: 10px 5px;
}

.customer06 .container .customer06_tabContent .customer06_text p {
  padding: 0 20px;
  font-size: 14px;
  line-height: 23px;
}

.customer06 .container .customer06_tabContent .customer06_text h2 .text_small {
  font-size: 14px;
}


.customer06 .container .customer06_tabContent .customer06_text ul {
  font-size: 14px;
  line-height: 23px;
  text-indent: -15px;
  margin-left: 15px;
  padding: 0 20px;
}

.customer06 .container .customer06_tabContent .customer06_text ul li {
  padding-left: 0;
}

.customer06 .container .customer06_tabContent .customer06_text ul li::before {
  content: none;
}

.customer06 .container .customer06_tabContent .customer06_text:nth-of-type(2) {
  border-color: #A4001E;
}

.customer06 .container .customer06_tabContent .customer06_text:nth-of-type(2)::before {
  display: none;
}

.customer06 .container .customer06_tabContent .customer06_text:nth-of-type(2) h2 {
  background: #A4001E;
}

.customer06 .container .guide_pro figcaption {
  text-align: center;
}

.customer06 .container .customer06_tabContent .col__w50_flex figure {
  width: 50%;
}






@media screen and (max-width: 768px) {
  .customer06 .container .customer06_tabContent .customer06_text {
    width: 100%;
    margin-top: 20px;
  }
  .customer06 .container .customer06_tabContent .customer06_text:before {
    content: none;
  }
}


/* CMS調整ここまで */






.customer10 {
  margin-bottom: 100px;
}

.customer10 .container .customer10_box + .customer10_box {
  margin-top: 70px;
}

.customer10 .container .customer10_box .customer10_content > p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col {
    width: 100%;
  }
  .customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col + .customer10_col {
    margin-top: 30px;
  }
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col h3 {
  font-size: 22px;
  line-height: 30px;
  color: #0C3388;
  font-weight: bold;
  margin-bottom: 10px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col dl {
  background: #E5E5E5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col dl + dl {
  margin-top: 5px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col dl dt {
  font-size: 14px;
  line-height: 23px;
  border-right: 1px solid #fff;
  width: 165px;
  text-align: center;
  padding: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col dl dd {
  font-size: 14px;
  line-height: 23px;
  width: -webkit-calc(100% - 165px);
  width: -moz-calc(100% - 165px);
  width: calc(100% - 165px);
  padding: 14px 40px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col p {
  font-size: 14px;
  line-height: 23px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col p + p {
  margin-top: 15px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 {
    width: 100%;
  }
  .customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 + .customer10_col02 {
    margin-top: 30px;
  }
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl + dl {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl + dl {
    margin-top: 30px;
  }
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dt {
  /* border-bottom: 1px solid #D7D9DB; */
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd {
  font-size: 14px;
  line-height: 23px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd p {
  margin-bottom: 20px;
}


.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd  {
  margin-top: 20px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd figure {
  margin-top: 15px;
}
.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd figure:nth-of-type(1) {
  margin-bottom: 15px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd a span {
  background: #E9EBED;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  padding: 0 4px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  margin-right: 6px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd a i {
  display: block;
  line-height: 0;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd a i img {
  width: 16px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd .customer10_table {
  margin-bottom: 15px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd .customer10_table table {
  width: 100%;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd .customer10_table table tr th {
  border-bottom: 1px solid #000;
  width: 170px;
  border-left: 5px solid #fff;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd .customer10_table table tr th:first-child {
  width: 100px;
  border-left: 0;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd .customer10_table table tr td {
  border-bottom: 1px solid #000;
  border-left: 5px solid #fff;
  width: 170px;
  height: 63px;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 dl dd .customer10_table table tr td:first-child {
  width: 100px;
  border-left: 0;
}

.customer10 .container .customer10_box .customer10_content .customer10_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.customer10 .container .customer10_box .customer10_content .customer10_btn span {
  display: block;
  width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  background: #0C3388;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
}

@media screen and (max-width: 768px) {
  .customer10 .container .customer10_box .customer10_content .customer10_btn span {
    width: 100%;
    margin-bottom: 10px;
  }
}

.customer10 .container .customer10_box .customer10_content .customer10_btn a {
  width: 700px;
  height: 60px;
  border-top: 1px solid #E1E2E5;
  border-bottom: 1px solid #E1E2E5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

.customer10 .container .customer10_box .customer10_content .customer10_btn a i {
  line-height: 0;
}

.customer10 .container .customer10_box .customer10_content .customer10_btn a i img {
  width: 13px;
}

/* CMS調整 */
/*data/wall */
@media screen and (max-width: 768px) {
  .customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 {
    margin-top: 30px;
  }
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 h4 {
  /* border-bottom: 1px solid #D7D9DB; */
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 figure {
  margin-top: 15px;
}
.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 figure:nth-of-type(1) {
  margin-bottom: 15px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 figure:nth-of-type(2) {
  margin-bottom: 70px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 a span {
  background: #E9EBED;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 50%, 0% 0%);
  padding: 0 4px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  margin-right: 6px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 a i {
  display: block;
  line-height: 0;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 a i img {
  width: 16px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 table {
  width: 100%;
  margin-bottom: 15px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 table tr th {
  border-bottom: 1px solid #000;
  width: 170px;
  border-left: 5px solid #fff;
  font-size: 14px;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 table tr th:first-child {
  width: 100px;
  border-left: 0;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 table tr td {
  border-bottom: 1px solid #000;
  border-left: 5px solid #fff;
  width: 170px;
  height: 63px;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
}

.customer10 .container .customer10_box .customer10_content .customer10_bl .customer10_col02 table tr td:first-child {
  width: 100px;
  border-left: 0;
}


/* ページャー */
#pagerBox {
  margin: 30px 0 60px;
  text-align: center;
}

#pagerBox img {
  vertical-align: middle;
}

#pagerBox #pagerLink {
  display: inline-block;
}

#pagerBox #pagerLink li {
  display: inline-block;
  vertical-align: middle;
}

#pagerBox #pagerLink li.cur {
  padding: 0 5px;
}

#pagerBox #pagerLink li a {
  display: inline-block;
  color: #000;
  padding: 0 5px;
}

#pagerBox #pagerBack {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}

#pagerBox #pagerForward {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  #pagerBox {
    margin: 10px 0 30px;
  }
}






/* ------ 追加2026/02/20 zipダウンロード ------ */
.cad_top_List{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.cad_List_item{
  border-bottom: 1px solid #999;
}

.cad_List_item > a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #000;
  line-height: 3;
  padding-right: 25px;
}

.cad_List_item > a:hover {
  opacity: 0.6;
}

.cad_List_item > a:visited {
    color: #000;
}

.cad_List_item > a > img {
    color: #000;
}

.cad_List_item > a::before{
      content: '';
      width: 25px;
      height: 25px;
      background: url(../images/business/ic_zip.png) no-repeat;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -13px;
      cursor: pointer;
}

@media screen and (min-width: 768px) {
  .cad_top_List{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

  }
  .cad_List_item{
    width: 46%;
  }
}
