@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: justify;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1a1a1a;
  list-style-type: none; }

body {
  background: #021b33;
  padding: 0 0 120px 0;
  margin: 0; }
  body > div {
    width: 620px;
    margin: 0 auto; }

.banner {
  position: fixed;
  bottom: 0;
  left: calc(100vw/2 - 317px);
  z-index: 100;
  width: 620px;
  transition: 0.3s all; }
  .banner:hover {
    opacity: 0.7; }
  .banner img {
    width: 100%; }

#section01 {
  background-image: url("img/bg01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 0 0; }
  #section01 .navy {
    font-size: 36px;
    background: #021b33;
    color: white;
    border-radius: 10px;
    border: solid 3px white;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 530px;
    padding: 5px 0 10px 0; }
    #section01 .navy span {
      font-size: 25px;
      color: white; }
  #section01 .yellow {
    font-size: 36px;
    text-align: center;
    background: yellow;
    color: #021b33;
    border-radius: 10px;
    border: solid 3px #021b33;
    text-align: center;
    margin: 0 auto;
    width: 530px;
    display: block;
    padding: 5px 0 10px 0; }
    #section01 .yellow span {
      font-size: 25px; }
  #section01 h1 {
    margin-top: 30px;
    font-size: 101px;
    text-align: center;
    line-height: 1.2; }
  #section01 .red {
    font-size: 33px;
    text-align: center;
    color: #f15a24;
    text-decoration: underline yellow 5px;
    line-height: 1.5;
    margin-top: 30px; }
  #section01 img {
    width: 580px;
    margin-top: 20px;
    vertical-align: top; }

#section02 {
  background-color: #bed2ec;
  padding: 45px 0 90px 0; }
  #section02 div {
    position: relative; }
    #section02 div .comment {
      width: 525px;
      margin: 0 auto 20px auto;
      display: block; }
    #section02 div ul {
      display: table;
      margin: 0 auto; }
      #section02 div ul li {
        font-size: 26px;
        text-decoration: underline dotted 2px #1a1a1a;
        text-underline-offset: 7px;
        margin-bottom: 20px;
        position: relative; }
        #section02 div ul li:before {
          content: url("img/checkBox.svg");
          position: absolute;
          top: 0;
          left: -40px;
          width: 35px;
          height: auto; }
        #section02 div ul li span {
          color: #c1272d; }
    #section02 div .image {
      width: 230px;
      height: auto;
      position: absolute;
      right: 0;
      bottom: -90px; }

#section03 {
  background-image: url("img/bg01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px; }
  #section03 .title {
    background: url("img/titleBG.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding-top: 40px; }
    #section03 .title p {
      color: white;
      font-size: 30px;
      text-align: center;
      line-height: 1; }
    #section03 .title h1 {
      font-size: 40px;
      color: #fcee21;
      text-align: center; }
      #section03 .title h1 span {
        font-size: 53px;
        color: #fcee21; }
  #section03 ul {
    width: 90%;
    margin: 0 auto; }
    #section03 ul li {
      position: relative;
      background-color: white;
      border-radius: 20px;
      font-size: 26px;
      text-align: center;
      line-height: 1.8;
      margin-bottom: 100px;
      padding: 30px;
      outline: solid thin #021b33;
      outline-offset: -10px; }
      #section03 ul li span {
        color: #c1272d;
        font-size: 39px; }
      #section03 ul li .merit {
        position: absolute;
        top: -60px;
        left: 3px;
        width: 60px; }
      #section03 ul li .image {
        display: block;
        width: 100%;
        margin: 20px auto 0 auto; }

#section04 {
  background: #bed2ec;
  padding: 30px 0; }
  #section04 > div {
    width: 570px;
    margin: 0 auto; }
    #section04 > div .title {
      width: 100%;
      vertical-align: bottom; }
    #section04 > div > div {
      background-color: white;
      padding: 30px; }
      #section04 > div > div img {
        width: 100%; }
      #section04 > div > div p {
        font-size: 25px;
        line-height: 1.8;
        font-weight: 400; }
        #section04 > div > div p .red {
          font-weight: bold;
          color: #c1272d; }
        #section04 > div > div p .yellow {
          font-weight: bold;
          text-decoration: underline 5px #fcee21;
          text-underline-offset: -3px;
          color: #8c6239; }

#section05 {
  background: #c6e5e6;
  padding: 30px 0; }
  #section05 > div {
    width: 570px;
    margin: 0 auto; }
    #section05 > div .title {
      width: 100%;
      vertical-align: bottom; }
    #section05 > div > div {
      background-color: white;
      padding: 30px; }
      #section05 > div > div img {
        width: 100%; }
      #section05 > div > div p {
        font-size: 25px;
        line-height: 1.8;
        font-weight: 400; }
        #section05 > div > div p .red {
          font-weight: bold;
          color: #c1272d; }
        #section05 > div > div p .yellow {
          font-weight: bold;
          text-decoration: underline 5px #fcee21;
          text-underline-offset: -3px;
          color: #8c6239; }
      #section05 > div > div .strong {
        font-weight: bold;
        text-align: center;
        font-size: 33px;
        color: #8c6239;
        text-decoration: underline #fcee21 33px;
        text-underline-offset: -30px;
        margin-top: 20px; }

#section06 {
  background-image: url("img/bg01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px; }
  #section06 .title {
    background: url("img/titleBG.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding-top: 40px; }
    #section06 .title p {
      color: white;
      font-size: 30px;
      text-align: center;
      line-height: 1; }
    #section06 .title h1 {
      font-size: 40px;
      color: #fcee21;
      text-align: center; }
      #section06 .title h1 span {
        font-size: 53px;
        color: #fcee21; }
  #section06 .comment {
    width: 90%;
    margin: 0 auto 40px auto;
    display: block; }
  #section06 ul {
    width: 90%;
    margin: 0 auto; }
    #section06 ul li {
      position: relative;
      background-color: white;
      border-radius: 20px;
      font-size: 29px;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 60px;
      padding: 30px;
      outline: solid thin #021b33;
      outline-offset: 0px;
      color: #021b33; }
      #section06 ul li span {
        color: #021b33;
        font-size: 25px; }
      #section06 ul li .check {
        position: absolute;
        top: -30px;
        left: -10px;
        width: 144px; }
      #section06 ul li .image {
        display: block;
        width: 100%;
        margin: 20px auto 0 auto; }

#section07 {
  padding: 50px 0;
  background-color: white; }
  #section07 h1 {
    font-size: 26px;
    font-weight: bold;
    color: white;
    background: #021b33;
    width: 50%;
    padding: 5px 0;
    text-align: center;
    display: block;
    margin: 0 auto 50px auto;
    border-radius: 10px; }
  #section07 ul {
    display: table;
    margin: 0 auto; }
    #section07 ul li {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: solid thin #021b33; }
      #section07 ul li .lesson {
        background-color: #a67c52;
        padding: 5px 0 7px 0;
        width: 95px;
        color: white;
        display: inline-block;
        vertical-align: bottom;
        font-size: 13px;
        border-radius: 20px;
        text-align: center;
        line-height: 1;
        margin-right: 10px; }
      #section07 ul li .date {
        display: inline-block;
        vertical-align: bottom;
        color: #a67c52;
        font-size: 23px;
        line-height: 1;
        position: relative;
        top: -2px; }
        #section07 ul li .date span {
          font-size: 15px;
          vertical-align: bottom;
          position: relative;
          top: -2px;
          color: #a67c52;
          margin-left: 2px;
          margin-right: 2px; }
      #section07 ul li .title {
        font-size: 23px;
        margin-top: 5px; }
        #section07 ul li .title span {
          font-size: 13px; }
  #section07 img {
    width: 100%; }

#section08 {
  background: #c6e5e6;
  padding: 30px 0; }
  #section08 > div {
    width: 570px;
    margin: 0 auto; }
    #section08 > div .title {
      width: 100%;
      vertical-align: bottom; }
    #section08 > div > div {
      background-color: white;
      padding: 30px; }
      #section08 > div > div img {
        width: 100%; }
      #section08 > div > div p {
        font-size: 25px;
        line-height: 1.8;
        font-weight: 400; }
        #section08 > div > div p span {
          font-weight: bold;
          color: #c1272d; }
      #section08 > div > div .blue {
        color: #0071bc;
        font-weight: bold; }
      #section08 > div > div .gold {
        color: #8c6239;
        font-weight: bold; }

#section09 {
  background-image: url("img/bg01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px; }
  #section09 .title {
    background: url("img/titleBG.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding-top: 40px; }
    #section09 .title p {
      color: white;
      font-size: 30px;
      text-align: center;
      line-height: 1; }
    #section09 .title h1 {
      font-size: 40px;
      color: #fcee21;
      text-align: center; }
      #section09 .title h1 span {
        font-size: 53px;
        color: #fcee21; }
  #section09 .comment {
    width: 90%;
    margin: 0 auto 40px auto;
    display: block; }
  #section09 ul {
    width: 90%;
    margin: 0 auto; }
    #section09 ul li {
      position: relative;
      background-color: white;
      border-radius: 20px;
      font-size: 25px;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 60px;
      padding: 30px;
      outline: solid thin #021b33;
      outline-offset: 0px;
      color: #021b33; }
      #section09 ul li span {
        color: #c1272d;
        font-size: 33px; }
      #section09 ul li .check {
        position: absolute;
        top: -30px;
        left: -10px;
        width: 144px; }

#section10 {
  background-color: #bed2ec;
  padding-bottom: 30px; }
  #section10 .title {
    background: url("img/titleBG.svg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    margin-bottom: 30px;
    padding-top: 40px; }
    #section10 .title h1 {
      font-size: 36px;
      color: white;
      text-align: center; }
  #section10 p {
    font-size: 25px;
    color: #021b33;
    text-align: center;
    width: 95%;
    background: white;
    display: block;
    margin: 0 auto;
    padding-top: 20px; }
  #section10 img {
    width: 95%;
    display: block;
    margin: 0 auto; }

#section11 {
  background-color: #c6e5e6;
  padding-bottom: 30px; }
  #section11 .title {
    background: url("img/titleBG.svg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    margin-bottom: 30px;
    padding-top: 40px; }
    #section11 .title h1 {
      font-size: 36px;
      color: white;
      text-align: center; }
  #section11 .table {
    width: 95%;
    background: white;
    border-radius: 10px;
    border-collapse: collapse;
    padding: 40px;
    margin: 0 auto; }
    #section11 .table table {
      border-collapse: collapse; }
      #section11 .table table tr td {
        font-size: 25px;
        vertical-align: top;
        padding-bottom: 10px; }
        #section11 .table table tr td:first-of-type {
          padding-right: 20px; }
        #section11 .table table tr td img {
          width: 40px; }

#section12 {
  background-image: url("img/bg01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px; }
  #section12 .title {
    background-color: #021b33;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 0; }
    #section12 .title h1 {
      color: #a67c52;
      font-size: 40px;
      text-align: center; }
  #section12 img {
    width: 100%; }
  #section12 .text {
    width: 95%;
    display: block;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    letter-spacing: 0.1em;
    margin-top: 30px; }
    #section12 .text h2 {
      text-decoration: underline;
      text-underline-offset: 5px;
      color: #a67c52;
      font-size: 32px;
      line-height: 1.5;
      display: table;
      margin: 0 auto 30px auto; }
    #section12 .text p {
      font-size: 25px;
      color: #021b33;
      line-height: 1.5;
      font-weight: bold; }
      #section12 .text p .yellowBack {
        background-color: #fff67f; }
      #section12 .text p .underline {
        text-decoration: underline;
        text-underline-offset: 5px; }
      #section12 .text p .red {
        color: #c1272d; }
    #section12 .text ul li {
      font-size: 25px;
      color: #0071bc; }
      #section12 .text ul li:before {
        content: "●";
        display: inline-block;
        font-size: 15px;
        left: 0px;
        top: -3px;
        position: relative; }

#section13 {
  background-color: white;
  padding: 50px 0 50px 0; }
  #section13 h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px; }
  #section13 table {
    border-collapse: collapse;
    width: 95%;
    margin: 0 auto; }
    #section13 table tr td {
      border-top: solid thin #021b33;
      font-size: 25px; }
      #section13 table tr td:first-of-type {
        padding: 10px 20px;
        border-right: solid thin #021b33; }
      #section13 table tr td:nth-of-type(2) {
        padding: 10px 20px; }
      #section13 table tr td:last-of-type {
        border-right: none; }
  #section13 a {
    text-decoration: underline;
    display: inline-block;
    text-align: right;
    margin-top: 30px;
    width: 95%;
    font-size: 16px; }
    #section13 a:hover {
      opacity: 0.7; }

#copyright {
  background-color: #021b33;
  padding: 10px 0;
  border-bottom: solid 20px white; }
  #copyright p {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: bold; }

@media (max-width: 768px) {
  body {
    padding-bottom: 60px; }
    body > div {
      width: 100%; }

  .banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: 0.3s all; }
    .banner:hover {
      opacity: 0.7; }
    .banner img {
      width: 100%; }

  #section01 {
    background-image: url("img/bg01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0 0 0; }
    #section01 > div {
      width: 100%;
      margin: 0 auto; }
    #section01 .navy {
      font-size: 20px;
      background: #021b33;
      color: white;
      border-radius: 10px;
      border: solid 3px white;
      text-align: center;
      margin: 0 auto 10px auto;
      width: 85%;
      padding: 5px 0 10px 0; }
      #section01 .navy span {
        font-size: 12px;
        color: white; }
    #section01 .yellow {
      font-size: 20px;
      text-align: center;
      background: yellow;
      color: #021b33;
      border-radius: 10px;
      border: solid 3px #021b33;
      text-align: center;
      margin: 0 auto;
      width: 85%;
      display: block;
      padding: 5px 0 9px 0; }
      #section01 .yellow span {
        font-size: 12px;
        color: #021b33; }
    #section01 h1 {
      margin-top: 20px;
      font-size: 56px;
      text-align: center;
      line-height: 1.2; }
    #section01 .red {
      font-size: 18px;
      text-align: center;
      color: #f15a24;
      text-decoration: underline yellow 5px;
      line-height: 1.8;
      margin-top: 20px; }
    #section01 img {
      width: 95%;
      margin-top: 15px;
      vertical-align: top;
      border: none; }

  #section02 {
    background-color: #bed2ec;
    padding: 45px 0 90px 0; }
    #section02 div {
      position: relative; }
      #section02 div .comment {
        width: 90%;
        margin: 0 auto 20px auto;
        display: block; }
      #section02 div ul {
        display: table;
        margin: 0 auto; }
        #section02 div ul li {
          font-size: 15px;
          text-decoration: underline dotted 2px #1a1a1a;
          text-underline-offset: 3px;
          margin-bottom: 20px;
          position: relative; }
          #section02 div ul li:before {
            content: url("img/checkBox.svg");
            position: absolute;
            top: 0;
            left: -30px;
            width: 20px;
            height: auto; }
          #section02 div ul li span {
            color: #c1272d; }
      #section02 div .image {
        width: 40%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: -90px; }

  #section03 {
    padding-bottom: 30px; }
    #section03 .title {
      width: 100%;
      height: 130px;
      margin-bottom: 30px;
      padding-top: 20px;
      background-size: cover;
      background-position: bottom center; }
      #section03 .title p {
        color: white;
        font-size: 18px;
        text-align: center;
        line-height: 1; }
      #section03 .title h1 {
        font-size: 24px;
        color: #fcee21;
        text-align: center; }
        #section03 .title h1 span {
          font-size: 32px;
          color: #fcee21; }
    #section03 ul {
      width: 90%;
      margin: 0 auto; }
      #section03 ul li {
        position: relative;
        background-color: white;
        border-radius: 20px;
        font-size: 16px;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 70px;
        padding: 20px;
        outline: solid thin #021b33;
        outline-offset: -10px; }
        #section03 ul li span {
          color: #c1272d;
          font-size: 24px; }
        #section03 ul li .merit {
          position: absolute;
          top: -50px;
          left: 3px;
          width: 53px; }
        #section03 ul li .image {
          display: block;
          width: 100%;
          margin: 20px auto 0 auto; }

  #section04 {
    background: #bed2ec;
    padding: 30px 0; }
    #section04 > div {
      width: 90%;
      margin: 0 auto; }
      #section04 > div .title {
        width: 100%;
        vertical-align: bottom; }
      #section04 > div > div {
        background-color: white;
        padding: 20px;
        margin-top: -1px; }
        #section04 > div > div img {
          width: 100%; }
        #section04 > div > div p {
          font-size: 15px;
          line-height: 1.8;
          font-weight: 400; }
          #section04 > div > div p .red {
            font-weight: bold;
            color: #c1272d; }
          #section04 > div > div p .yellow {
            font-weight: bold;
            text-decoration: underline 5px #fcee21;
            text-underline-offset: -3px;
            color: #8c6239; }

  #section05 {
    background: #c6e5e6;
    padding: 30px 0; }
    #section05 > div {
      width: 90%;
      margin: 0 auto; }
      #section05 > div .title {
        width: 100%;
        vertical-align: bottom; }
      #section05 > div > div {
        background-color: white;
        padding: 20px;
        margin-top: -1px; }
        #section05 > div > div img {
          width: 100%; }
        #section05 > div > div p {
          font-size: 15px;
          line-height: 1.8;
          font-weight: 400; }
          #section05 > div > div p .red {
            font-weight: bold;
            color: #c1272d; }
          #section05 > div > div p .yellow {
            font-weight: bold;
            text-decoration: underline 5px #fcee21;
            text-underline-offset: -3px;
            color: #8c6239; }
        #section05 > div > div .strong {
          font-weight: bold;
          text-align: center;
          font-size: 20px;
          color: #8c6239;
          text-decoration: underline #fcee21 20px;
          text-underline-offset: -18px;
          margin-top: 20px; }

  #section06 {
    background-image: url("img/bg01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px; }
    #section06 .title {
      background: url("img/titleBG.svg");
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat;
      width: 100%;
      height: 150px;
      margin-bottom: 30px;
      padding-top: 40px; }
      #section06 .title p {
        color: white;
        font-size: 30px;
        text-align: center;
        line-height: 1; }
      #section06 .title h1 {
        font-size: 18px;
        color: #fcee21;
        text-align: center; }
        #section06 .title h1 span {
          font-size: 32px;
          color: #fcee21; }
    #section06 .comment {
      width: 90%;
      margin: 0 auto 40px auto;
      display: block; }
    #section06 ul {
      width: 90%;
      margin: 0 auto; }
      #section06 ul li {
        position: relative;
        background-color: white;
        border-radius: 10px;
        font-size: 18px;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 40px;
        padding: 15px;
        outline: solid thin #021b33;
        outline-offset: 0px;
        color: #021b33; }
        #section06 ul li span {
          color: #021b33;
          font-size: 15px; }
        #section06 ul li .check {
          position: absolute;
          top: -16px;
          left: -10px;
          width: 87px; }
        #section06 ul li .image {
          display: block;
          width: 100%;
          margin: 20px auto 0 auto; }

  #section07 {
    padding: 30px 0;
    background-color: white; }
    #section07 h1 {
      font-size: 16px;
      font-weight: bold;
      color: white;
      background: #021b33;
      width: 50%;
      padding: 5px 0 7px;
      text-align: center;
      display: block;
      margin: 0 auto 30px auto;
      border-radius: 20px; }
    #section07 ul {
      display: table;
      margin: 0 auto;
      width: 90%; }
      #section07 ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: solid thin #021b33; }
        #section07 ul li .lesson {
          background-color: #a67c52;
          padding: 5px 0 7px 0;
          width: 60px;
          color: white;
          display: inline-block;
          vertical-align: bottom;
          font-size: 8px;
          border-radius: 20px;
          text-align: center;
          line-height: 1;
          margin-right: 5px; }
        #section07 ul li .date {
          display: inline-block;
          vertical-align: bottom;
          color: #a67c52;
          font-size: 14px;
          line-height: 1;
          position: relative;
          top: -5px; }
          #section07 ul li .date span {
            font-size: 9px;
            vertical-align: bottom;
            position: relative;
            top: 0px;
            color: #a67c52;
            margin-left: 2px;
            margin-right: 2px; }
        #section07 ul li .title {
          font-size: 14px;
          margin-top: 5px; }
          #section07 ul li .title span {
            font-size: 8px; }
    #section07 img {
      width: 100%; }

  #section08 {
    background: #c6e5e6;
    padding: 30px 0; }
    #section08 > div {
      width: 90%;
      margin: 0 auto; }
      #section08 > div .title {
        width: 100%;
        vertical-align: bottom; }
      #section08 > div > div {
        background-color: white;
        padding: 20px;
        margin-top: -1px; }
        #section08 > div > div img {
          width: 100%; }
        #section08 > div > div p {
          font-size: 15px;
          line-height: 1.8;
          font-weight: 400; }

  #section09 {
    background-image: url("img/bg01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px; }
    #section09 .title {
      background: url("img/titleBG.svg");
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat;
      width: 100%;
      height: 150px;
      margin-bottom: 30px;
      padding-top: 40px; }
      #section09 .title p {
        color: white;
        font-size: 30px;
        text-align: center;
        line-height: 1; }
      #section09 .title h1 {
        font-size: 18px;
        color: #fcee21;
        text-align: center; }
        #section09 .title h1 span {
          font-size: 32px;
          color: #fcee21; }
    #section09 .comment {
      width: 90%;
      margin: 0 auto 40px auto;
      display: block; }
    #section09 ul {
      width: 90%;
      margin: 0 auto; }
      #section09 ul li {
        position: relative;
        background-color: white;
        border-radius: 10px;
        font-size: 15px;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 40px;
        padding: 15px;
        outline: solid thin #021b33;
        outline-offset: 0px; }
        #section09 ul li span {
          font-size: 20px; }
        #section09 ul li .check {
          position: absolute;
          top: -16px;
          left: -10px;
          width: 87px; }

  #section10 {
    background-color: #bed2ec;
    padding-bottom: 30px; }
    #section10 .title {
      background: url("img/titleBG.svg");
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat;
      width: 100%;
      height: 140px;
      margin-bottom: 30px;
      padding-top: 35px; }
      #section10 .title h1 {
        font-size: 30px;
        color: white;
        text-align: center; }
    #section10 p {
      font-size: 15px;
      color: #021b33;
      text-align: center;
      width: 95%;
      background: white;
      display: block;
      margin: 0 auto;
      padding-top: 20px; }
    #section10 img {
      width: 95%;
      display: block;
      margin: 0 auto; }

  #section11 {
    background-color: #c6e5e6;
    padding-bottom: 30px; }
    #section11 .title {
      background: url("img/titleBG.svg");
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat;
      width: 100%;
      height: 140px;
      margin-bottom: 30px;
      padding-top: 35px; }
      #section11 .title h1 {
        font-size: 30px;
        color: white;
        text-align: center; }
    #section11 .table {
      width: 95%;
      background: white;
      border-radius: 10px;
      border-collapse: collapse;
      padding: 20px;
      margin: 0 auto; }
      #section11 .table table {
        border-collapse: collapse; }
        #section11 .table table tr td {
          font-size: 15px;
          vertical-align: top;
          padding-bottom: 10px; }
          #section11 .table table tr td:first-of-type {
            padding-right: 10px; }
          #section11 .table table tr td img {
            width: 24px; }

  #section12 {
    background-image: url("img/bg01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px; }
    #section12 .title {
      background-color: #021b33;
      width: 100%;
      margin-bottom: 0px;
      padding: 10px 0; }
      #section12 .title h1 {
        color: #a67c52;
        font-size: 30px;
        text-align: center; }
    #section12 img {
      margin-bottom: 10px; }
    #section12 .text {
      width: 95%;
      display: block;
      margin: 0 auto;
      background-color: white;
      border-radius: 10px;
      padding: 20px;
      letter-spacing: 0.1em; }
      #section12 .text h2 {
        text-decoration: underline;
        text-underline-offset: 5px;
        color: #a67c52;
        font-size: 19px;
        line-height: 1.5;
        display: table;
        margin: 0 auto 30px auto; }
      #section12 .text p {
        font-size: 15px;
        color: #021b33;
        line-height: 1.5;
        font-weight: bold; }
        #section12 .text p .yellowBack {
          background-color: #fff67f; }
        #section12 .text p .underline {
          text-decoration: underline;
          text-underline-offset: 5px; }
        #section12 .text p .red {
          color: #c1272d; }
      #section12 .text ul li {
        font-size: 15px;
        color: #0071bc;
        margin-bottom: 10px; }
        #section12 .text ul li:before {
          content: "●";
          display: inline-block;
          font-size: 15px;
          left: 0px;
          top: -3px;
          position: relative; }

  #section13 {
    background-color: white;
    padding: 50px 0 80px 0; }
    #section13 h1 {
      font-size: 30px;
      text-align: center;
      margin-bottom: 30px; }
    #section13 table {
      border-collapse: collapse;
      width: 90%;
      margin: 0 auto; }
      #section13 table tr td {
        border-top: solid thin #021b33;
        font-size: 15px;
        text-align: left; }
        #section13 table tr td:first-of-type {
          padding: 10px;
          border-right: solid thin #021b33; }
        #section13 table tr td:nth-of-type(2) {
          padding: 10px; }
        #section13 table tr td:last-of-type {
          border-right: none; }
    #section13 a {
      text-decoration: underline;
      display: inline-block;
      text-align: right;
      margin-top: 30px;
      width: 95%;
      font-size: 16px; }
      #section13 a:hover {
        opacity: 0.7; }

  #copyright {
    background-color: #021b33;
    padding: 10px 0;
    border-bottom: solid 20px white; }
    #copyright p {
      font-size: 14px;
      text-align: center;
      color: white;
      font-weight: bold; } }
