/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_top
====================================================================== */
.p_top .bodywrap {
  overflow: hidden;
}
.p_top .sec01 {
  max-width: 1260px;
  margin: 0 auto;
}
.p_top .sec01 .c-ttl1 {
  margin: 70px 0 50px;
}
.p_top .sec01 .c-ttl1.c-ttl1_02 {
  margin: 70px 0 10px;
}
@media screen and (max-width: 768px) {
  .p_top .sec01 .c-ttl1 {
    margin: 40px 0 25px;
  }
  .p_top .sec01 .c-ttl1.c-ttl1_02 {
    margin: 40px 0 10px;
  }
}
.p_top .sec01 .u_txt_1 {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_top .sec01 .u_txt_1 {
    line-height: 1.8;
  }
}
.p_top .sec01 .flex {
  margin: 30px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec01 .flex {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec01 .flex .imgwrap {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec01 .flex .imgwrap img {
    margin: 0 auto;
    width: 175px;
  }
}
.p_top .sec01 .flex .txtwrap {
  padding: 0 0 0 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec01 .flex .txtwrap {
    padding: 20px 0 0;
  }
}
.p_top .sec01 .flex .txtwrap .txtinner .u_txt_2:not(:first-child) {
  margin: 20px 0 0;
}
.p_top .sec01 .imgttl {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec01 .imgttl {
    margin: 0;
    padding: 0 20px;
  }
}
.p_top .sec01 .imgttl img {
  margin: 0 auto;
}
.p_top .sec01 .cv {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec01 .cv {
    margin: 25px 0 0;
  }
}
.p_top .sec01 .cv .area_text {
  margin: 0 auto;
  width: 295px;
  font-size: 14px;
  line-height: 1.8rem;
}
.p_top .sec02 {
  max-width: 1260px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec02 {
    margin: 40px auto 0;
  }
}
.p_top .sec02 .c-ttl1 {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p_top .sec02 .c-ttl1 {
    margin: 0;
  }
}
.p_top .sec02 .flex {
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #d3d5d8;
}
@media screen and (max-width: 768px) {
  .p_top .sec02 .flex {
    padding: 30px 0;
    margin: 0 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec02 .flex:last-of-type {
    border-bottom: none;
  }
}
.p_top .sec02 .flex .txtwrap {
  padding: 20px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_top .sec02 .flex .txtwrap {
    padding: 20px 0 0 0;
  }
}
.p_top .sec02 .flex .txtwrap .ttl {
  font-size: 25px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec02 .flex .txtwrap .ttl {
    font-size: 17px;
  }
}
.p_top .sec02 .flex .txtwrap .ttl span {
  font-size: 14px;
  background: #99b5d2;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 0 10px 0 0;
  line-height: 1.3;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .p_top .sec02 .flex .txtwrap .ttl span {
    font-size: 12px;
    width: 45px;
    height: 45px;
  }
}
.p_top .sec02 .flex .txtwrap ul {
  margin: 25px 0 0;
}
.p_top .sec02 .flex .txtwrap ul li {
  padding: 0 0 0 15px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_top .sec02 .flex .txtwrap ul li {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 0 0 10px;
  }
}
.p_top .sec02 .flex .txtwrap ul li:not(:first-child) {
  margin: 10px 0 0;
}
.p_top .sec02 .flex .txtwrap ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .sec02 .flex .txtwrap ul li:before {
    top: 12px;
  }
}
.p_top .sec03 {
  margin: 100px auto 0;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 {
    margin: 30px auto 0;
    max-width: 100%;
  }
}
.p_top .sec03 .flex {
  padding: 30px;
  background: #f3f2f0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex {
    flex-wrap: wrap;
    margin: 0 20px;
  }
}
.p_top .sec03 .flex:not(:first-child) {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex:not(:first-child) {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex:not(:first-of-type) {
    margin: 30px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex:not(:first-of-type) .imgwrap {
    padding: 0 40px;
  }
}
.p_top .sec03 .flex .imgwrap {
  width: 500px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex .imgwrap {
    width: 100%;
    padding: 0 20px;
  }
}
.p_top .sec03 .flex .txtwrap {
  padding: 0 0 0 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex .txtwrap {
    padding: 20px 0 0;
  }
}
.p_top .sec03 .flex .txtwrap .ttl {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex .txtwrap .ttl {
    font-size: 17px;
  }
}
.p_top .sec03 .flex .txtwrap ul {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex .txtwrap ul {
    margin: 20px 0 0;
  }
}
.p_top .sec03 .flex .txtwrap ul li {
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex .txtwrap ul li {
    padding: 0 0 0 25px;
  }
}
.p_top .sec03 .flex .txtwrap ul li:not(:first-child) {
  margin: 10px 0 0;
}
.p_top .sec03 .flex .txtwrap ul li:before {
  display: block;
  content: url(../img/check.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec03 .flex .txtwrap ul li:before {
    top: 2px;
  }
}
.p_top .sec04 {
  margin: 100px auto 0;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 {
    margin: 40px auto 0;
  }
}
.p_top .sec04 .c-ttl2 {
  margin: 70px 0 40px;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .c-ttl2 {
    margin: 30px 0 20px 20px;
  }
}
.p_top .sec04 .table {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .table {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .table.wrap {
    width: 700px;
  }
}
.p_top .sec04 .flexttl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexttl {
    width: 750px;
  }
}
.p_top .sec04 .flexttl .ttl {
  font-size: 16px;
  font-weight: bold;
  background: #9bb7d4;
  color: #fff;
  width: 360px;
  height: 60px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexttl .ttl {
    font-size: 14px;
  }
}
.p_top .sec04 .flexttl .ttl:not(:first-child) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexttl .ttl:nth-of-type(1) {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexttl .ttl:nth-of-type(2) {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexttl .ttl:nth-of-type(3) {
    width: 250px;
  }
}
.p_top .sec04 .flexwrap {
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexwrap {
    width: 750px;
  }
}
.p_top .sec04 .flexwrap .txt {
  font-size: 20px;
  text-align: center;
  color: #9bb7d4;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexwrap .txt {
    font-size: 16px;
  }
}
.p_top .sec04 .flexbox {
  width: 360px;
  padding: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #9bb7d4;
  border-bottom: 1px solid #9bb7d4;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexbox {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexbox:nth-child(1) {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexbox:nth-child(2) {
    width: 250px;
  }
}
.p_top .sec04 .flexbox:nth-child(3) {
  border-right: 1px solid #9bb7d4;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexbox:nth-child(3) {
    width: 250px;
  }
}
.p_top .sec04 .flexbox__wrap2 {
  width: 360px;
}
.p_top .sec04 .flexbox__wrap2 ul li {
  font-size: 16px;
  padding: 0 0 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexbox__wrap2 ul li {
    font-size: 14px;
  }
}
.p_top .sec04 .flexbox__wrap2 ul li:not(:first-child) {
  margin: 15px 0 0;
}
.p_top .sec04 .flexbox__wrap2 ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p_top .sec04 .flexbox__wrap2 > p {
  margin: 15px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexbox__wrap2 > p {
    font-size: 14px;
  }
}
.p_top .sec04 .flexbox__wrap2 > p.plus {
  margin: 15px 0;
}
.p_top .sec04 .flexbox__wrap3 {
  width: 360px;
  text-align: center;
}
.p_top .sec04 .flexbox__wrap3 > p {
  margin: 15px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p_top .sec04 .flexbox__wrap3 > p {
    font-size: 14px;
  }
}
.p_top .sec04 .flexbox__wrap3 > p:nth-child(3) {
  margin: 50px 0 0;
}
.p_top .sec05 {
  max-width: 1260px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec05 {
    padding: 0 20px;
  }
}
.p_top .sec05:not(:first-child) {
  max-width: 1260px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec05:not(:first-child) {
    margin: 40px 0 0;
  }
}
.p_top .sec05 .c-ttl2 {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_top .sec05 .c-ttl2 {
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec05 .c-ttl2 .txt {
    padding: 5px 0 0;
    font-size: 17px;
  }
}
.txtinner .area_icon {
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  background: #72a3d2;
  display: inline-block;
  margin-top: 5px;
}
.area_link {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.area_link .txt01 a {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #023da9;
}
.txtinner .txt01 {
  font-size: 16px;
  line-height: 1.8;
  padding: 8px;
}
#area {
  padding-top: 150px;
  margin-top: -150px
}
@media screen and (max-width: 768px) {
  .txtinner .txt01, .area_link .txt01 a {
    font-size: 14px;
  }
  #area {
    padding-top: 60px;
    margin-top: -60px
  }
}
.p_top .sec05 .txt01 {
  font-size: 16px;
  line-height: 1.8;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .p_top .sec05 .txt01 {
    font-size: 14px;
  }
}
.p_top .sec05 .txt01:not(:first-of-type) {
  margin: 10px 0 0;
}
.p_top .sec05 .txt02 {
  margin: 10px 0 0;
  background: #f7f7f7;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p_top .sec05 .txt02 {
    font-size: 15px;
  }
}
.p_top .sec05 .txt02 > p:not(:first-of-type) {
  margin: 25px 0 0;
}
.p_top .sec06 {
  max-width: 1260px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 {
    margin: 50px 0 0;
  }
}
.p_top .sec06 .txt {
  margin: 15px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 .txt {
    font-size: 17px;
  }
}
.p_top .sec06 ul {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul {
    margin: 40px 20px 0;
  }
}
.p_top .sec06 ul li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
}
.p_top .sec06 ul li .listwrap {
  width: 590px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li .listwrap:before {
    display: none;
  }
}
.p_top .sec06 ul li .listwrap img {
  max-width: 100%;
}
.p_top .sec06 ul li .ttl {
  margin: 0 0 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li .ttl {
    font-size: 17px;
    margin: 0 0 10px;
  }
}
.p_top .sec06 ul li .ttl .flex {
  margin: 0 15px 0 0;
  width: 70px;
  height: 70px;
  background: #99b5d2;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li .ttl .flex {
    width: 50px;
    height: 50px;
  }
}
.p_top .sec06 ul li .ttl .flex > span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li .ttl .flex > span {
    font-size: 11px;
  }
}
.p_top .sec06 ul li .ttl .flex .num {
  width: auto;
  height: auto;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li .ttl .flex .num {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li .u_txt_2._indent {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.p_top .sec06 ul li:nth-child(even) {
  justify-content: flex-end;
}
.p_top .sec06 ul li:nth-child(1) .listwrap:before {
  content: url(../img/right.png);
  position: absolute;
  top: 200px;
  right: -180px;
}
.p_top .sec06 ul li:nth-child(2) {
  margin: -230px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li:nth-child(2) {
    margin: 30px 0 0;
  }
}
.p_top .sec06 ul li:nth-child(2) .listwrap:before {
  content: url(../img/left.png);
  position: absolute;
  top: 360px;
  left: -180px;
}
.p_top .sec06 ul li:nth-child(2) .u_txt_2:not(:first-of-type) {
  /*margin: 30px 0 0;*/
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li:nth-child(2) .u_txt_2:not(:first-of-type) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li:nth-child(2) .u_txt_2._indent:last-of-type {
    margin: 30px 0 0;
  }
}
.p_top .sec06 ul li:nth-child(3) {
  margin: -230px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li:nth-child(3) {
    margin: 30px 0 0;
  }
}
.p_top .sec06 ul li:nth-child(3) .listwrap:before {
  content: url(../img/right.png);
  position: absolute;
  top: 300px;
  right: -180px;
}
.p_top .sec06 ul li:nth-child(4) {
  margin: -100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li:nth-child(4) {
    margin: 30px 0 0;
  }
}
.p_top .sec06 ul li:nth-child(4) .listwrap:before {
  content: url(../img/left.png);
  position: absolute;
  top: 260px;
  left: -180px;
}
.p_top .sec06 ul li:nth-child(5) {
  margin: -170px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li:nth-child(5) {
    margin: 30px 0 0;
  }
}
.p_top .sec06 ul li:nth-child(5) .listwrap:before {
  content: url(../img/right.png);
  position: absolute;
  top: 280px;
  right: -180px;
}
.p_top .sec06 ul li:nth-child(6) {
  margin: -240px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li:nth-child(6) {
    margin: 30px 0 0;
  }
}
.p_top .sec06 ul li:nth-child(6) .listwrap:before {
  content: url(../img/left.png);
  position: absolute;
  top: 320px;
  left: -180px;
}
.p_top .sec06 ul li:nth-child(7) {
  margin: -50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec06 ul li:nth-child(7) {
    margin: 30px 0 0;
  }
}
.p_top .sec06 .cv {
  margin: 30px 0 0;
}
.p_top .sec07 {
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 {
    width: 100%;
    margin: 50px 0 0;
  }
}
.p_top .sec07 .c-ttl1 {
  margin: 0 0 40px;
}
.p_top .sec07 .inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner {
    width: 100%;
  }
}
.p_top .sec07 .inner .c-ttl3 {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .c-ttl3 {
    margin: 0 0 15px 20px;
  }
}
.p_top .sec07 .inner .c-ttl3:not(:first-of-type) {
  margin: 65px 0 15px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .c-ttl3:not(:first-of-type) {
    margin: 65px 0 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .table {
    width: 100%;
    overflow-x: scroll;
  }
  .p_top .sec07 .inner .tablewrap {
    width: 930px;
    padding: 0 0 0 20px;
  }
}
.p_top .sec07 .inner .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.p_top .sec07 .inner .flexttl {
  font-size: 20px;
  color: #fff;
  width: 350px;
  background: #9bb7d4;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flexttl {
    font-size: 15px;
  }
}
.p_top .sec07 .inner .flexttl {
  font-size: 20px;
  color: #fff;
  width: 350px;
  background: #9bb7d4;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flexttl {
    width: 200px;
    font-size: 15px;
  }
}
.p_top .sec07 .inner .flextxt {
  width: calc(100% - 350px);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #9bb7d4;
  border-right: 1px solid #9bb7d4;
}
.p_top .sec07 .inner .flextxt a{
    color: #487cb1;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flextxt {
    padding: 15px;
    width: calc(100% - 200px);
  }
}
.p_top .sec07 .inner .flextxt.last {
  border-bottom: 1px solid #9bb7d4;
}
.p_top .sec07 .inner .flextxt_wrap .txt01 {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 20px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flextxt_wrap .txt01 {
    font-size: 14px;
  }
}
.p_top .sec07 .inner .flextxt_wrap .txt01:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9bb7d4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p_top .sec07 .inner .flextxt_wrap .txt02 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flextxt_wrap .txt02 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p_top .sec07 .inner .flextxt_wrap .txt02:not(:first-of-type) {
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flextxt_wrap .txt02:not(:first-of-type) {
    margin: 0;
  }
}
.p_top .sec07 .inner .flextxt_wrap .txt03 {
  font-size: 16px;
  line-height: 2;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flextxt_wrap .txt03 {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flextxt_wrap .txt03 {
    margin: 0;
  }
}
.p_top .sec07 .inner .box {
  padding: 20px 15px;
  border: 1px solid #9bb7d4;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .box {
    margin: 0 20px;
  }
}
.p_top .sec07 .inner .box .subtit {
  font-size: 18px;
  font-weight: bold;
  color: #487cb1;
  margin-top: 12px;
}
.p_top .sec07 .inner .box .ttl {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 20px;
  line-height: 2;
  font-weight: bold;
}
.p_top .sec07 .inner .box .ttl:not(:first-of-type) {
  margin: 10px 0 0;
}
.p_top .sec07 .inner .box .ttl:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9bb7d4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p_top .sec07 .inner .box .txt {
  font-size: 16px;
  line-height: 2;
}
.p_top .sec07 .inner .box .txt.last {
  margin: 10px 0 0;
}
.p_top .sec07 .inner .c-ttl2 {
  justify-content: flex-start;
  margin: 70px 0 15px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .c-ttl2 {
    margin: 30px 0 0;
  }
}
.p_top .sec07 .inner .sublead {
  font-size: 16px;
}
.p_top .sec07 .inner .flow {
  padding: 0 20px;
}
.p_top .sec07 .inner .flow .sublead {
  margin: 0 0 60px;
}
.p_top .sec07 .inner .flow a{
    color: #487cb1;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow .sublead {
    line-height: 2;
    margin: 0 0 30px;
    font-size: 14px;
  }
}
.p_top .sec07 .inner .flow__flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow__flex {
    flex-wrap: wrap;
  }
}
.p_top .sec07 .inner .flow__flex:not(:first-of-type) {
  padding: 120px 0 0;
  position: relative;
}
.p_top .sec07 .inner .flow__flex:not(:first-of-type):before {
  content: url(../img/arrow.png);
  position: absolute;
  top: 30px;
  left: 250px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow__flex:not(:first-of-type):before {
    content: "";
    background: url(../img/arrow.png);
    width: 229px;
    height: 40px;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p_top .sec07 .inner .flow__img {
  width: 315px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow__img {
    width: 100%;
    text-align: center;
  }
  .p_top .sec07 .inner .flow__img img {
    max-width: 220px;
  }
}
.p_top .sec07 .inner .flow__txtwrap {
  width: calc(100% - 315px);
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow__txtwrap {
    width: 100%;
    padding: 25px 0 0;
  }
}
.p_top .sec07 .inner .flow__ttl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow__ttl {
    font-size: 17px;
  }
}
.p_top .sec07 .inner .flow__ttl_tag {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #99b5d2;
  font-size: 18px;
  margin: 0 10px 0 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow__ttl_tag {
    font-size: 14px;
  }
}
.p_top .sec07 .inner .flow__txt {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow__txt {
    font-size: 14px;
  }
}
.p_top .sec07 .inner .flow__txt2 {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.p_top .sec07 .inner .flow__btn {
  margin: 20px 0 0;
  width: 240px;
  height: 42px;
  background: #f8ec00;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  position: relative;
  box-shadow: 2px 2px 0px 0px rgba(28, 52, 114, 0.4);
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .flow__btn {
    width: 190px;
    height: 45px;
  }
}
.p_top .sec07 .inner .flow__btn:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #1c3472;
  border-right: 1px solid #1c3472;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform-origin: center center;
}
.p_top .sec07 .inner .cv {
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .cv {
    margin: 40px 0 0;
  }
}
.p_top .sec07 .inner .subtxt {
  font-size: 16px;
  margin: 15px 0 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .subtxt {
    margin: 5px 20px 20px;
    font-size: 14px;
  }
}
.p_top .sec07 .inner .checklists {
  margin: 25px 0 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 540px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .checklists {
    width: 300px;
    margin: 25px 20px 50px;
  }
}
.p_top .sec07 .inner .checklists .checklist {
  font-size: 20px;
  padding: 0 0 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .checklists .checklist {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .checklists .checklist:nth-child(n + 2) {
    margin: 15px 0 0;
  }
}
.p_top .sec07 .inner .checklists .checklist:nth-child(n + 3) {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .checklists .checklist:nth-child(n + 3) {
    margin: 15px 0 0;
  }
}
.p_top .sec07 .inner .checklists .checklist:before {
  content: url(../img/check02.png);
  position: absolute;
  top: 0;
  left: 0;
}
.p_top .sec07 .inner .c-ttl4 {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .c-ttl4 {
    margin: 0 0 10px 20px;
  }
}
.p_top .sec07 .inner .checklists2 {
  margin: 25px 0 50px;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .checklists2 {
    margin: 25px 20px 30px;
  }
}
.p_top .sec07 .inner .checklists2 .checklist {
  font-size: 20px;
  padding: 0 0 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .checklists2 .checklist {
    font-size: 15px;
    line-height: 1.5;
  }
}
.p_top .sec07 .inner .checklists2 .checklist:not(:first-of-type) {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .checklists2 .checklist:not(:first-of-type) {
    margin: 15px 0 0;
  }
}
.p_top .sec07 .inner .checklists2 .checklist:before {
  content: url(../img/check02.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec07 .inner .checklists2 .checklist:before {
    top: 2px;
  }
}
.p_top .sec08 {
  max-width: 1260px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec08 {
    margin: 40px auto 0;
  }
}
.p_top .sec08 .c-ttl1 {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .c-ttl1 {
    margin: 0 0 10px;
  }
}
.p_top .sec08 .flex {
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #d3d5d8;
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .flex {
    padding: 20px 0;
    margin: 0 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .flex .imgwrap {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .flex .imgwrap img {
    width: 250px;
  }
}
.p_top .sec08 .flex .txtwrap {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .flex .txtwrap {
    padding: 20px 0 0;
  }
}
.p_top .sec08 .flex .txtwrap .c-ttl2 {
  margin: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .flex .txtwrap .c-ttl2 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .flex .txtwrap .c-ttl2 span {
    display: block;
    width: 100%;
  }
}
.p_top .sec08 .flex .txtwrap .c-ttl2 span.txt {
  background: #99b5d2;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .flex .txtwrap .c-ttl2 span.txt {
    width: auto;
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
    margin: 5px 0 0 30px;
  }
}
.p_top .sec08 .flex .txtwrap p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .flex .txtwrap p {
    font-size: 14px;
    margin: 10px 0 0;
  }
}
.p_top .sec08 .flex .txtwrap p:not(:first-of-type) {
  margin: 20px 0 0;
}
.p_top .sec08 .cv {
  margin: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .p_top .sec08 .cv {
    margin: 30px 0 0;
  }
}
.p_top .sec09 {
  max-width: 1260px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec09 {
    margin: 40px auto 0;
    padding: 0 20px;
  }
}
.p_top .sec09 .c-ttl1 {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p_top .sec09 .c-ttl1 {
    margin: 0 0 10px;
  }
}
.p_top .sec09 .c-ttl2 {
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #d3d5d8;
}
.p_top .sec09 .faq {
  padding: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  .p_top .sec09 .faq {
    padding: 30px 0;
  }
}
.p_top .sec09 .faq:nth-of-type(2) {
  padding: 30px 0 10px;
}
.p_top .sec09 .faq:nth-of-type(3) {
  padding: 30px 0 0;
}
.p_top .sec09 .faq_ttl {
  background: #99b5d2;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0 15px 50px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p_top .sec09 .faq_ttl {
    font-size: 17px;
    padding: 15px 0 15px 35px;
  }
}
.p_top .sec09 .faq_ttl:before {
  content: url(../img/q.png);
  position: absolute;
  top: 14px;
  left: 14px;
}
@media screen and (max-width: 768px) {
  .p_top .sec09 .faq_ttl:before {
    content: "";
    background: url(../img/q.png);
    width: 12px;
    height: 16px;
    top: 17px;
    background-size: cover;
  }
}
.p_top .sec09 .faq_txt {
  line-height: 2;
  font-size: 16px;
  padding: 15px 0 50px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec09 .faq_txt {
    font-size: 14px;
    padding: 15px 0 30px 35px;
  }
}
.p_top .sec09 .faq_txt:before {
  content: url(../img/a.png);
  position: absolute;
  top: 20px;
  left: 14px;
}
@media screen and (max-width: 768px) {
  .p_top .sec09 .faq_txt:before {
    content: "";
    background: url(../img/a.png);
    width: 13px;
    height: 16px;
    top: 19px;
    background-size: cover;
  }
}
.p_top .sec09 .faq_txt p:not(:first-of-type) {
  margin: 20px 0 0;
}
.p_top .sec09 .faq .cv {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec09 .faq .cv {
    margin: 0;
  }
}
.p_top .sec10 {
  margin: 0 auto;
  padding: 0 0 100px;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .p_top .sec10 {
    padding: 0 20px;
    width: 100%;
  }
}
.p_top .sec10 .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .flex {
    flex-wrap: wrap;
  }
}
.p_top .sec10 .flex .imgwrap {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .flex .imgwrap {
    width: 100%;
    text-align: center;
  }
}
.p_top .sec10 .flex .imgwrap > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .flex .imgwrap > img {
    width: 200px;
  }
}
.p_top .sec10 .flex .txtwrap {
  width: calc(100% - 300px);
  padding: 0 0 0 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .flex .txtwrap {
    width: 100%;
  }
}
.p_top .sec10 .flex .txtwrap .txtinner {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .flex .txtwrap .txtinner {
    padding: 10px 0 0;
  }
}
.p_top .sec10 .flex .txtwrap .txtinner .u_txt_2 {
  margin: 20px 0 30px;
}
.p_top .sec10 .flex .txtwrap .txtinner .u_txt_2 span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .flex .txtwrap .txtinner .u_txt_2 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .flex .txtwrap .txtinner .imgcenter {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .flex .txtwrap .txtinner .imgcenter img {
    width: 100px;
  }
}
.p_top .sec10 .cv {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec10 .cv {
    margin: 20px 0 0;
    padding: 0 0 60px;
  }
}