.understand {
  width: 94%;
  max-width: 1008px;
  margin: 45px auto;
}
.understand p {
  background: #0f3594;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  border-radius: 24px 24px 0 0;
  box-shadow: 0px 0px 8.64px 0.36px rgba(0, 0, 0, 0.1);
}
.understand ul {
  background: #fff;
  padding: 24px 35px;
  margin: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0px 0px 8.64px 0.36px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .understand ul {
    padding: 20px 15px;
  }
}
.understand ul li {
  list-style: none;
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}
.understand ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #0f3594;
  position: absolute;
  top: 6px;
  left: 0;
}
.understand ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

h2 {
  border-radius: 20px;
  background: #f4faff;
  position: relative;
  border: none;
  width: 94%;
  max-width: 1008px;
  margin: 0 auto 32px;
  padding: 18px 0 18px 70px;
}
h2:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #0f3594;
  left: 20px;
  top: calc(50% - 10px);
  position: absolute;
}
@media screen and (max-width: 767px) {
  h2 {
    padding: 25px 20px 25px 35px;
    border-radius: 10px;
  }
  h2:before {
    width: 17px;
    height: 17px;
    top: 33px;
    left: 10px;
  }
}

.qa_list {
  width: 94%;
  max-width: 994px;
  margin: 0 auto 70px;
}
.qa_list .qa_single {
  background: #fff;
  box-shadow: 0px 0px 8.64px 0.36px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 38px 0 30px;
}
.qa_list .qa_single:not(:last-of-type) {
  margin-bottom: 32px;
}
.qa_list .qa_single dl {
  width: 79%;
  margin: 0 auto;
}
.qa_list .qa_single dl dt {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.qa_list .qa_single dl dt:before {
  content: "Q";
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #a7c932;
  border-radius: 22px;
  margin-right: 20px;
  font-size: 30px;
  color: #fff;
  padding-bottom: 3px;
  align-content: center;
}
.qa_list .qa_single dl dt h3 {
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 64px);
  margin-top: 8px;
}
.qa_list .qa_single dl dd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.qa_list .qa_single dl dd > div {
  width: calc(100% - 64px);
}
.qa_list .qa_single dl dd div p {
  line-height: 1.8;
  font-size: 16px;
  margin-top: 6px;
}
.qa_list .qa_single dl dd div p strong {
  font-weight: 700;
}
.qa_list .qa_single dl dd div + p {
  margin-top: 30px;
}
.qa_list .qa_single dl dd div + a {
  margin-top: 30px;
}
.qa_list .qa_single dl dd div a {
  display: inline-block;
}
.qa_list .qa_single dl dd:before {
  content: "A";
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border: 2px solid #a7c932;
  border-radius: 22px;
  margin-right: 20px;
  font-size: 30px;
  color: #a7c932;
  align-content: center;
  padding-bottom: 3px;
}

.table_wrap {
  width: 100%;
  overflow: auto;
  margin: 15px 0;
}
.table_wrap table {
  min-width: 700px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  /*
  tr {
  	&:nth-of-type(even) {
  		td {
  			background: #fafbfd;
  		}
  	}
  }
  */
}
.table_wrap table th, .table_wrap table td {
  padding: 7px;
  border: 1px solid #aeafb1;
  font-size: 13px;
}
.table_wrap table th strong, .table_wrap table td strong {
  font-weight: 700;
}
.table_wrap table th img, .table_wrap table td img {
  margin: 0 auto;
}
.table_wrap table th.tb-rl, .table_wrap table td.tb-rl {
  writing-mode: vertical-rl;
}
.table_wrap table th.tb-rl span, .table_wrap table td.tb-rl span {
  writing-mode: horizontal-tb;
}
.table_wrap table th.bg1, .table_wrap table th.bg2, .table_wrap table th.bg3, .table_wrap table td.bg1, .table_wrap table td.bg2, .table_wrap table td.bg3 {
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.table_wrap table th.bg1 span, .table_wrap table th.bg2 span, .table_wrap table th.bg3 span, .table_wrap table td.bg1 span, .table_wrap table td.bg2 span, .table_wrap table td.bg3 span {
  font-size: 26px;
  font-weight: 700;
  display: block;
}
.table_wrap table th.bg1, .table_wrap table td.bg1 {
  background: #0f3594;
}
.table_wrap table th.bg2, .table_wrap table td.bg2 {
  background: #009fe6;
}
.table_wrap table th.bg3, .table_wrap table td.bg3 {
  background: #89c75e;
}
.table_wrap table th {
  background: #e6e7e9;
}
.table_wrap table td {
  text-align: center;
}
.table_wrap table td ul li {
  text-align: left;
}

.connection_area {
  position: relative;
  padding-top: 22px;
}
.connection_area h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #0f3594;
  padding: 7px 39px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 280px;
  z-index: 1;
}
.connection_area .connection_box {
  padding: 64px 34px 34px;
  border-radius: 20px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.connection_area .connection_box:hover * {
  opacity: 0.9;
}
.connection_area .connection_box .image {
  width: 33%;
}
.connection_area .connection_box .image img {
  border-radius: 12px;
}
.connection_area .connection_box .connection_right {
  width: 62%;
}
.connection_area .connection_box .connection_right h2 {
  line-height: 1.7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
}
.connection_area .connection_box .connection_right h2:before {
  display: none;
}
.connection_area .connection_box .connection_right p {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .qa_list .qa_single dl {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .qa_list {
    margin-bottom: 50px;
  }
  .qa_list .qa_single {
    border-radius: 12px;
    padding: 19px 0 25px;
  }
  .qa_list .qa_single:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .qa_list .qa_single dl {
    padding: 0 15px;
  }
  .qa_list .qa_single dl dt {
    margin-bottom: 15px;
  }
  .qa_list .qa_single dl dt:before {
    width: 25px;
    height: 25px;
    font-size: 20px;
    font-size: 18px;
    margin: 10px 10px 0 0;
  }
  .qa_list .qa_single dl dt span {
    width: calc(100% - 36px);
    margin-top: 0;
  }
  .qa_list .qa_single dl dd:before {
    width: 25px;
    height: 25px;
    font-size: 20px;
    margin: 10px 10px 0 0;
    font-size: 18px;
  }
  .qa_list .qa_single dl dd span {
    width: calc(100% - 36px);
    margin-top: 0;
  }
}/*# sourceMappingURL=qa.css.map */