@charset "utf-8";
/* CSS Document */
.l-wrap {
  padding-bottom: 0;
  overflow: hidden;
}
.c-bgWrap {
  margin: 90px 0;
  padding: 1px 0 90px;
  position: relative;
}
.c-bgWrap:last-child {
  margin-bottom: 0;
  padding-bottom: 120px;
}
.c-bgWrap:after {
  position: absolute;
  left: -50%;
  top: 0;
  width: 9999px;
  height: 100%;
  content: "";
  background-color: #ECF6FF;
}
.c-bgWrap_inner {
  position: relative;
  z-index: 1;
}
.c-h3 {
  margin-top: 90px;
}
.c-h4 {
  margin: 40px 0 20px;
}
.c-table {
  margin: 20px 0 20px;
  width: 100%;
}
.c-table tr th {
  padding: 15px 20px;
}
.c-table tr th:first-child {
  min-width: inherit;
  width: 50%;
}
.c-table tr th:last-child {
  color: #FF511F;
}
.c-table tr td:first-child {
  min-width: inherit;
  width: 50%;
  font-weight: normal;
}
.c-table tr td ul {
  margin-top: 0;
}
.c-table tr td ul li {
  margin-bottom: 4px;
  padding-left: 20px;
  position: relative;
  display: block;
}
.c-table tr td ul li:last-child {
  margin-bottom: 0;
}
.c-col2 + p {
  margin-top: 30px;
}
.c-midImg {
  margin-bottom: 30px;
  text-align: center;
}
.c-bgWrap .c-h3 {
  margin-top: 60px;
}
.c-bgWrap .pdf {
  /* padding-right: 20px; */
  text-decoration: none;
  /* background: url(../../dist/images/icon_pdf.svg) no-repeat right 2px; */
}
.c-bgWrap .c-flow .c-flow_title {
  margin-bottom: 20px;
}
.c-flow + .c-h4 {
  margin: 60px 0 30px;
}
.c-accordion {
  margin-top: 30px;
}
.c-accordion.mod-blue .c-accordion_q {
  min-height: 60px;
}
.mod-col2 {
  margin-top: 20px;
}
.c-accordion.mod-blue .c-accordion_a div:first-child, .c-accordion.mod-blue .c-accordion_a table:first-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 769px) {
  .c-bgWrap .pdf:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .c-bgWrap {
    margin: 60px 0;
    padding-bottom: 60px;
  }
  .c-h3 {
    margin-top: 60px;
  }
  .c-table tr th {
    padding: 15px 10px;
  }
  .c-bgWrap .c-h3 {
    margin-top: 40px;
  }
  .c-col2 .c-col2_img:last-child {
    margin-bottom: 0;
  }
}