@charset "utf-8";
/* --------------------------------------------------------------

-------------------------------------------------------------- */

/* common */
main {
  padding-bottom: 0;
}

.section_type21_body {
  background: #fff;
}

a {
  color: #57a3e5;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.section_type01a {
  margin-bottom: 0;
  background: none;
}

.section_type01a+.section_type01a {
  margin-top: 0;
}

.section_type01a h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.section_type01a p {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section_type01a p {
    font-size: 16px;
  }
}

.heading_type01a {
  color: #003686;
  padding-top: 60px;
  background: #fff;
  margin-bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: rgba(0, 54, 134, .2);
}

.heading_type01a span {
  border-bottom: 3px solid #003686;
}

.section_type01a .contents {
  padding: 40px 2em;
  background: rgba(73, 102, 175, 0.1);
}

.section_type01a .contents .content+.content {
  margin-top: 1em;
}

.btn_type01 {
  padding: .8em 1em;
}

.sec_01 .topics_wrapper .topics_inner {
  height: auto;
  max-height: 12.8em;
}

.sec_01 h2 {
  color: #003686;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 0.3em;
}

.sec_01 h2 .font-small {
  color: #231815;
  font-size: 18px;
  font-weight: normal;
}

.sec_03 .list_01 {
  margin-left: 1em;
}

.sec_03 .list_01 li {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

.sec_03 .list_01 li::before {
  position: absolute;
  left: 0;
  content: '・';
}

.sec_03 .list_01 li .font-small {
  font-size: 14px;
}

.sec_03 .list_02{
  margin-left: 1em;
}
.sec_03 .list_02 li {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.sec_03 .list_02 li::before {
  position: absolute;
  left: 0;
  content: '●';
}

.sec_03 .box {
  margin: 2em 2em 0;
  padding: 30px 2em;
  border: #293580 solid 1px;
}

.sec_03 .box h2 {
  color: #293580;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.sec_03 .box p {
  margin-top: 20px;
  text-align: center;
}

.sec_04 p {
  text-align: center;
}

.sec_05 .wrap {
  width: 980px;
  margin: 0 auto;
}

.sec_05 .font-small {
  font-size: 15px;
}

.sec_05 .contents .content.last {
  margin-top: 2em;
}


@media screen and (max-width: 768px) {

  .section_type01a .contents {
    padding: 40px 3vw;
  }

  .sec_01 h2 {
    font-size: 20px;
  }

  .sec_01 h2 .font-small {
    font-size: 16px;
  }

  .sec_03 .list_01 {
    margin-left: .5em;
  }

  .sec_03 .list_01 li {
    font-size: 16px;
  }
  .sec_03 .list_02{
    margin-left: .5em;
  }
  .sec_03 .list_02 li {
    font-size: 16px;
  }

.sec_04 p {
  text-align: left;
}

  .sec_05 .wrap {
    width: auto;
    margin: 0 auto;
  }
}