main .cont .area1 {
  width: 100%;
}
main .cont .area1 h5 {
  text-align: left;
  margin-bottom: 20px;
  color: #8187c1;
  box-sizing: border-box;
}
main .cont .area1 .tableStyle table tbody tr th {
  background-color: #8187c1;
  color: white;
}
main .cont .area1 .tableStyle table tbody tr td {
  text-align: center;
}
main .cont .area1 .tableStyle table tbody tr .aL {
  text-align: left;
}
main .cont .area1 .tableStyle table tbody .back1 th {
  background-color: #d7edf0;
  color: #333;
}
main .cont .area1 .subTitleTab {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #8187c1;
  margin-top: 30px;
  margin-bottom: 10px;
}
main .cont .area1 .subTitleTab h2 {
  display: inline-block;
  padding: 0.2em 1.2em;
  border-radius: 10px 10px 0 0;
  width: auto;
  background-color: #8187c1;
  color: white;
  font-size: 1.6em;
}
main .cont .area2 {
  width: 100%;
}
main .cont .area2 h5 {
  text-align: left;
  margin-bottom: 20px;
  color: #53bdca;
  box-sizing: border-box;
}
main .cont .area2 .tableStyle table tbody tr th {
  background-color: #53bdca;
  color: white;
}
main .cont .area2 .tableStyle table tbody tr td {
  text-align: center;
}
main .cont .area2 .tableStyle table tbody tr .aL {
  text-align: left;
}
main .cont .area2 .tableStyle table tbody .back1 th {
  background-color: #d7edf0;
  color: #333;
}
main .cont .area2 .subTitleTab {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #53bdca;
  margin-top: 30px;
  margin-bottom: 10px;
}
main .cont .area2 .subTitleTab h2 {
  display: inline-block;
  padding: 0.2em 1.2em;
  border-radius: 10px 10px 0 0;
  width: auto;
  background-color: #53bdca;
  color: white;
  font-size: 1.6em;
}
main .cont .area2 .longP p {
  width: calc(100% - 5.4em);
}
main .cont .area2 .longP p:nth-child(1) {
  width: 5em;
}
main .cont .area3 {
  width: 100%;
}
main .cont .area3 h5 {
  text-align: left;
  margin-bottom: 20px;
  color: #ef8575;
  box-sizing: border-box;
}
main .cont .area3 .tableStyle table tbody tr th {
  background-color: #ef8575;
  color: white;
}
main .cont .area3 .tableStyle table tbody tr td {
  text-align: center;
}
main .cont .area3 .tableStyle table tbody tr .aL {
  text-align: left;
}
main .cont .area3 .tableStyle table tbody .back1 th {
  background-color: #d7edf0;
  color: #333;
}
main .cont .area3 .subTitleTab {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #ef8575;
  margin-top: 30px;
  margin-bottom: 10px;
}
main .cont .area3 .subTitleTab h2 {
  display: inline-block;
  padding: 0.2em 1.2em;
  border-radius: 10px 10px 0 0;
  width: auto;
  background-color: #ef8575;
  color: white;
  font-size: 1.6em;
}
main .cont .area4 {
  width: 100%;
}
main .cont .area4 h5 {
  text-align: left;
  margin-bottom: 20px;
  color: #dd78ad;
  box-sizing: border-box;
}
main .cont .area4 .tableStyle table tbody tr th {
  background-color: #dd78ad;
  color: white;
}
main .cont .area4 .tableStyle table tbody tr td {
  text-align: center;
}
main .cont .area4 .tableStyle table tbody tr .aL {
  text-align: left;
}
main .cont .area4 .tableStyle table tbody .back1 th {
  background-color: #d7edf0;
  color: #333;
}
main .cont .area4 .subTitleTab {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #dd78ad;
  margin-top: 30px;
  margin-bottom: 10px;
}
main .cont .area4 .subTitleTab h2 {
  display: inline-block;
  padding: 0.2em 1.2em;
  border-radius: 10px 10px 0 0;
  width: auto;
  background-color: #dd78ad;
  color: white;
  font-size: 1.6em;
}
main .cont .colorBox {
  background-color: #485398;
  color: white;
  border-radius: 30px;
  box-sizing: border-box;
}
main .cont h5 {
  color: #485398;
  padding: 0.2em 0.8em;
  background-color: #485398;
  text-align: center;
  color: white;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
main .cont .tableStyle table tbody tr th {
  background-color: #485398;
  color: white;
}
main .cont .subTitleTab {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #485398;
  margin-bottom: 10px;
}
main .cont .subTitleTab h2 {
  display: inline-block;
  padding: 0.2em 1.2em;
  border-radius: 10px 10px 0 0;
  width: auto;
  background-color: #485398;
  color: white;
  font-size: 1.6em;
}
main .content1 .page1 .mapImg {
  cursor: pointer;
}
main .content1 .page1 .titleCover {
  display: flex;
  justify-content: left;
  width: auto;
  width: 100%;
}
main .content1 .page1 .titleCover .cover {
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
}
main .content1 .page1 .titleCover .cover1 {
  background-color: #f08a12;
}
main .content1 .page1 .titleCover .cover2 {
  background-color: #008a3f;
}
main .content1 .page1 .titleCover .cover3 {
  background-color: #c71b1a;
}
main .content1 .page1 a.clickImg {
  max-width: 250px;
  display: block;
  margin: 50px auto;
}
main .content1 .page1 .row .col2 p {
  margin-top: 20px;
}
main .content1 .page1 .imgBox p {
  margin-top: 20px;
}
main .content1 .page1 span.color1, main .content1 .page1 span.color2, main .content1 .page1 span.color3, main .content1 .page1 span.color4 {
  padding: 3px 5px;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
}
main .content1 .page1 span.color1 {
  background-color: #f8b685;
}
main .content1 .page1 span.color2 {
  background-color: #c0c8e0;
}
main .content1 .page1 span.color3 {
  background-color: #eccd59;
}
main .content1 .page1 span.color4 {
  background-color: #acd6ad;
}
main .content1 .page1 thead th {
  background-color: #cf6666;
  color: white;
}
main .content1 .page1 tbody th {
  background-color: #fef3f0;
}
main .content1 .page1 .tableStyle:nth-child(38) table thead th {
  background-color: #577ab5;
}
main .content1 .page1 .tableStyle:nth-child(38) table tbody th {
  background-color: #e8edf7;
}
main .content1 .page4 thead th {
  background-color: #92587d;
  color: white;
}
main .content1 .page4 tbody th {
  background-color: #f1dfe5;
}
main .content1 .page4 .rowa {
  justify-content: space-around;
}
main .content1 .page5 thead th {
  background-color: #e0a842;
  color: white;
}
main .content1 .page5 tbody th {
  background-color: #fffaec;
}
main .content1 .page6 thead th {
  background-color: #5a6ca9;
  color: white;
}
main .content1 .page6 tbody th {
  background-color: #dfe1f1;
}
main .content1 .page6 .border {
  border: 3px solid #5a6ca9;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}
main .content1 .page6 .border h4 {
  margin-top: auto;
}
main .content1 .page6 .border h4 .textBack {
  display: inline-block;
  background-color: #5a6ca9;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
main .content1 .page6 .border .row .txtArea {
  max-width: calc(100% - 300px - 30px);
}
main .content1 .page7 h5::before {
  content: "Q ";
  color: #666;
}
main .content1 .page8 .rowa {
  justify-content: space-around;
}
main .content1 .page9 thead th {
  background-color: #795d99;
  color: white;
}
main .content1 .page9 tbody th {
  background-color: #f4e4ef;
}
main .content1 .page10 thead th {
  background-color: #5c3e30;
  color: white;
}
main .content1 .page10 tbody th {
  background-color: #f3ece3;
}
main .content1 .page10 a.clickImg {
  max-width: 250px;
  display: block;
  margin: 50px auto;
}
main .content1 .page11 .row {
  justify-content: flex-start;
  border-bottom: 1px dashed rgb(73, 73, 73);
  margin: 0px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
main .content1 .page11 .row .imgBox {
  margin: 0px;
  margin-right: 30px;
}
main .content1 .page11 .row .txtArea {
  width: calc(100% - 300px - 30px);
}
main .content1 .page11 .row .txtArea h5 {
  margin: 0;
}
main .content1 .page11 .row .txtArea h5 span.colorRed {
  color: #9c323f;
}
main .content1 .page11 .row .txtArea1 {
  width: 100%;
}
main .content1 .page11 .rowNoLine {
  border-bottom: 0px dashed rgb(73, 73, 73);
}
main .content1 .page11 .Line {
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 1px dashed rgb(73, 73, 73);
}
main .content1 .page11 a.clickImg {
  max-width: 240px;
  display: block;
  margin: 50px auto;
}
main .content1 .page12 thead th {
  background-color: #687c4a;
  color: white;
}
main .content1 .page12 .tableStyle1 .th1 {
  width: 100px;
}
main .content1 .page13 h5 span {
  background-color: #ed7635;
  color: white;
  padding: 0.1em 0.4em;
  box-sizing: border-box;
  border-radius: 5px;
}
main .content1 .page14 tbody th {
  background-color: #2962a4;
  color: white;
}
main .content1 .page14 tbody tr {
  text-align: center;
}
main .content1 .page14 tbody tr:nth-child(2) td {
  background-color: #e9f1f7;
}
main .content1 .page14 .unberImg {
  margin-bottom: 0;
}
main .content1 .page14 .imgTxt {
  margin-bottom: 40px;
  text-align: center;
}
main .content1 .page14 .borderBox h5 {
  margin-top: 0px;
}
main .content1 .page14 .txtColor {
  color: #2962a4;
  font-weight: 700;
}
main .content1 .page14 .row .box {
  max-width: 33.3333333333%;
  border-right: 1px dotted #aaa;
  padding-right: 20px;
  box-sizing: border-box;
  margin-right: 20px;
}
main .content1 .page14 .row .box:nth-child(3) {
  border-right: none;
  padding-right: 0;
  box-sizing: border-box;
  margin-right: auto;
}
main .content1 .page15 .imgBox {
  max-width: 960px;
}

@media screen and (max-width: 768px) {
  main .content1 .page6 .border .row .imgBox {
    margin: 0 auto;
  }
  main .content1 .page6 .border .row .txtArea {
    max-width: 100%;
  }
  main .content1 .page11 .row {
    justify-content: center;
    align-items: center;
  }
  main .content1 .page11 .row .imgBox {
    width: 100%;
    margin: 0px;
  }
  main .content1 .page11 .row .txtArea {
    width: 100%;
    margin-top: 20px;
  }
  main .content1 .rowa {
    align-items: center;
  }
  main .content1 .page14 .row .box {
    max-width: 100%;
    border-right: none;
    padding-right: 0;
    box-sizing: border-box;
    margin-right: auto;
  }
}/*# sourceMappingURL=subsub.css.map */