/*------------------------------------------------------------
	LP page
------------------------------------------------------------*/
.p-lp a:hover {
  opacity: .7;
}

.p-lp_sec01 {
  background: url("../img/sec01_bg.png") center center no-repeat;
  background-size: cover;
  padding: 100px 0 110px;
}

.p-lp_sec01 .c-title1 {
  margin-bottom: 130px;
}

@media (max-width: 749px) {
  .p-lp_sec01 {
    padding: 100px 10px 20px;
    background: url("../img/sec01_bg_sp.png") top center no-repeat;
    background-size: 100%;
  }
}

.p-lp_sec01_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 749px) {
  .p-lp_sec01_content {
    display: block;
  }
}

.p-lp_sec01_box {
  width: 32%;
  max-width: 340px;
  position: relative;
}

@media (max-width: 749px) {
  .p-lp_sec01_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 75px;
  }
}

.p-lp_sec01_box:nth-child(1) {
  background: url("../img/sec01_img1.png") center center no-repeat;
}

.p-lp_sec01_box:nth-child(2) {
  background: url("../img/sec01_img2.png") center center no-repeat;
}

.p-lp_sec01_box:nth-child(3) {
  background: url("../img/sec01_img3.png") center center no-repeat;
}

.p-lp_sec01_box .box_content {
  background: rgba(11, 46, 106, 0.7);
  text-align: center;
  padding: 60px 10px;
  border-radius: 10px;
}

.p-lp_sec01_box .box_num {
  position: absolute;
  top: -15px;
  left: 40px;
}

.p-lp_sec01_box .box_title {
  font-size: 28px;
  color: #fdfd02;
  margin-bottom: 20px;
}

.p-lp_sec01_box .box_text {
  font-size: 15px;
  color: #fff;
}

.p-lp_sec02 {
  background: url("../img/sec02_bg.png");
  background-size: cover;
  padding-bottom: 120px;
}

@media (max-width: 749px) {
  .p-lp_sec02 {
    padding-bottom: 60px;
  }
}

.p-lp_sec02 .c-title2 {
  margin-bottom: 120px;
}

@media (max-width: 749px) {
  .p-lp_sec02 .c-title2 {
    margin-bottom: 60px;
  }
}

.p-lp_sec02_content {
  max-width: 1160px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 30px 30px 0px 0px #0b61c1;
  box-shadow: 30px 30px 0px 0px #0b61c1;
}

@media (max-width: 749px) {
  .p-lp_sec02_content {
    padding: 20px 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 10px;
  }
}

.p-lp_sec02_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 40px 20px;
}

@media (max-width: 749px) {
  .p-lp_sec02_group {
    padding: 0;
  }
}

.p-lp_sec02_box {
  width: 25%;
  max-width: 250px;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .p-lp_sec02_box {
    width: 48%;
  }
}

.p-lp_sec02_box h3 {
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 749px) {
  .p-lp_sec02_box h3 {
    font-size: 14px;
  }
}

.p-lp_sec02_box .box_text {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #0b61c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.p-lp_sec02_box .box_text p {
  text-align: center;
}

@media (max-width: 749px) {
  .p-lp_sec02_box .box_text {
    width: 43vw;
    height: 43vw;
    font-size: 16px;
  }
}

.p-lp_sec02_box .box_text span {
  color: #fdfd02;
}

.p-lp_sec02_img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 749px) {
  .p-lp_sec02_img {
    max-width: 45%;
  }
}

.p-lp_sec03 .c-title2 {
  margin-bottom: 90px;
}

@media (max-width: 749px) {
  .p-lp_sec03 .c-title2 {
    margin-bottom: 60px;
  }
}

.p-lp_sec03 .c-title1 {
  margin: 85px 0 110px;
}

.p-lp_sec03 .c-title3 {
  position: relative;
  top: -25px;
}

@media (max-width: 749px) {
  .p-lp_sec03 .c-title3 {
    top: -20px;
  }
}

.p-lp_sec03_head {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 749px) {
  .p-lp_sec03_head {
    padding: 0 10px;
    font-size: 16px;
  }
}

.p-lp_sec03_content {
  background: #f0f6fc;
  padding: 0 30px 30px;
  margin-bottom: 90px;
}

@media (max-width: 749px) {
  .p-lp_sec03_content {
    padding: 0 10px 10px;
    margin-bottom: 60px;
  }
}

.p-lp_sec03_txt1 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 749px) {
  .p-lp_sec03_txt1 {
    font-size: 14px;
  }
}

.c-table1_title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #0b61c1;
  padding: 13px 0;
}

@media (max-width: 749px) {
  .c-table1_title {
    font-size: 16px;
  }
}

.c-table1_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #0b61c1;
  border-left: 1px solid #0b61c1;
  border-right: 1px solid #0b61c1;
}

@media (max-width: 749px) {
  .c-table1_row {
    display: block;
  }
}

.c-table1_col:nth-child(1) {
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 30px 30px;
  font-size: 18px;
  background: #daecfd;
  border-right: 1px solid #0b61c1;
}

@media (max-width: 749px) {
  .c-table1_col:nth-child(1) {
    width: 100%;
    border-right: none;
    padding: 10px;
    font-size: 16px;
  }
}

.c-table1_col:nth-child(2) {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  padding: 30px;
}

.c-table1_col:nth-child(2) span {
  font-size: 32px;
  color: #f70033;
}

@media (max-width: 749px) {
  .c-table1_col:nth-child(2) {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .c-table1_col:nth-child(2) span {
    font-size: 24px;
  }
}

.p-lp_sec04 {
  padding: 80px 0 0;
  background: #f0f6fc;
}

.p-lp_sec04 .c-title1 {
  margin-bottom: 100px;
}

@media (max-width: 749px) {
  .p-lp_sec04 {
    padding: 60px 10px 0;
  }
  .p-lp_sec04 .c-title1 {
    margin-bottom: 60px;
  }
}

.p-lp_sec04_content {
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 749px) {
  .p-lp_sec04_content {
    padding-bottom: 60px;
  }
}

.p-lp_sec04_img {
  position: absolute;
  bottom: 0;
  left: -120px;
}

@media (max-width: 749px) {
  .p-lp_sec04_img {
    right: 0;
    left: auto;
    max-width: 45%;
  }
}

.p-lp_sec05 {
  background: #f0f6fc;
}

.p-lp_sec05 .c-title2 {
  margin-bottom: 110px;
}

@media (max-width: 749px) {
  .p-lp_sec05 .c-title2 {
    margin-bottom: 60px;
  }
}

.p-lp_sec05_text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 749px) {
  .p-lp_sec05_text {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
}

.p-lp_sec05_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 749px) {
  .p-lp_sec05_content {
    padding: 0 10px;
  }
}

.p-lp_sec05_box {
  width: 32%;
  max-width: 340px;
  margin-bottom: 50px;
}

@media (max-width: 749px) {
  .p-lp_sec05_box {
    width: 48%;
  }
}

.p-lp_sec05_box .box_content {
  position: relative;
}

.p-lp_sec05_box h3 {
  margin: 20px 30px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  color: #0b61c1;
  padding: 15px 0 14px;
}

@media (max-width: 749px) {
  .p-lp_sec05_box h3 {
    font-size: 16px;
    margin: 10px;
    text-align: left;
    padding: 10px 20px;
  }
}

.p-lp_sec05_box span {
  position: absolute;
  top: calc(50% - 35px);
  right: 30px;
}

@media (max-width: 749px) {
  .p-lp_sec05_box span {
    top: calc(50% - 20px);
    right: 10px;
  }
  .p-lp_sec05_box span img {
    max-height: 40px;
  }
}

.p-lp_sec06 {
  padding: 120px 0;
}

.p-lp_sec06 .c-title1 {
  margin-bottom: 80px;
}

@media (max-width: 749px) {
  .p-lp_sec06 {
    padding: 80px 10px;
  }
  .p-lp_sec06 .c-title1 {
    margin-bottom: 60px;
  }
}

.p-lp_sec06_line {
  border: 1px solid #0b61c1;
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .p-lp_sec06_line {
    margin-bottom: 20px;
  }
}

.p-lp_sec06_line h3 {
  font-size: 22px;
  color: #fff;
  padding: 0;
  background: #0b61c1;
  padding: 13px 25px;
}

@media (max-width: 749px) {
  .p-lp_sec06_line h3 {
    font-size: 18px;
    padding: 10px;
  }
}

.p-lp_sec06_line p {
  font-size: 18px;
  padding: 25px;
}

@media (max-width: 749px) {
  .p-lp_sec06_line p {
    font-size: 14px;
    padding: 10px;
  }
}

.p-lp_sec07 {
  padding: 120px 0 0;
  background: url("../img/sec07_bg.png");
  background-size: cover;
}

.p-lp_sec07 .c-title1 {
  margin-bottom: 90px;
}

@media (max-width: 749px) {
  .p-lp_sec07 {
    padding: 80px 10px 0;
  }
}

.p-lp_sec07_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}

@media (max-width: 749px) {
  .p-lp_sec07_content {
    padding: 0;
  }
}

.p-lp_sec07_box {
  margin-bottom: 40px;
  width: 48%;
  max-width: 490px;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 749px) {
  .p-lp_sec07_box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }
}

.p-lp_sec07_box.box_none {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.p-lp_sec07_box.box_self {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-lp_sec07_box .box_q {
  padding: 25px 0;
  font-size: 18px;
  background: #daecfd;
  border-radius: 10px 10px 0 0;
}

.p-lp_sec07_box .box_q span {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 749px) {
  .p-lp_sec07_box .box_q {
    padding: 10px 5px;
    font-size: 14px;
  }
  .p-lp_sec07_box .box_q span {
    margin-bottom: 10px;
  }
  .p-lp_sec07_box .box_q span img {
    max-width: 20px;
  }
}

.p-lp_sec07_box .box_a {
  padding: 20px;
}

.p-lp_sec07_box .box_a span {
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 749px) {
  .p-lp_sec07_box .box_a {
    padding: 10px;
  }
  .p-lp_sec07_box .box_a span {
    margin-bottom: 10px;
  }
  .p-lp_sec07_box .box_a span img {
    max-width: 20px;
  }
}

.p-lp_sec08 {
  background: url("../img/sec08_bg.png");
  background-size: cover;
  padding-bottom: 80px;
}

@media (max-width: 749px) {
  .p-lp_sec08 {
    padding-bottom: 60px;
  }
}

.p-lp_sec08 .c-title2 {
  margin-bottom: 120px;
}

@media (max-width: 749px) {
  .p-lp_sec08 .c-title2 {
    margin-bottom: 80px;
  }
}

@media (max-width: 749px) {
  .p-lp_sec08_content {
    padding: 0 10px;
  }
}

.form_content {
  background: #fff;
  padding: 25px 60px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 749px) {
  .form_content {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  }
}

.form_row {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 749px) {
  .form_row {
    display: block;
    padding: 10px 0;
  }
}

.form_row:last-child {
  padding-bottom: 0;
  border: none;
}

.form_col:nth-child(1) {
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 749px) {
  .form_col:nth-child(1) {
    width: 100%;
    padding: 10px 0;
  }
}

.form_col:nth-child(1) span{
  color: #fff;
  background: #ff9c21;
  padding: 1px 10px;
  float: right;
}

@media (max-width: 749px) {
  .form_col:nth-child(1) span{
    float: none;
    margin-left: 10px;
  }
}

.form_col:nth-child(2) {
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px;
}

@media (max-width: 749px) {
  .form_col:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}

.form_col input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-indent: 10px;
  font-size: 18px;
}

@media (max-width: 749px) {
  .form_col input {
    height: 40px;
  }
}

.form_col textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 230px;
  border-radius: 10px;
  padding: 10px;
  font-size: 18px;
}

@media (max-width: 749px) {
  .form_col textarea {
    height: 180px;
  }
}

.form_submit {
  margin-top: 60px;
  text-align: center;
}

.form_submit button {
  width: 400px;
  background: #ff9c21;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 31px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media (max-width: 749px) {
  .form_submit button {
    max-width: 80%;
    padding: 20px 0;
    font-size: 16px;
  }
}

.form_submit button:after {
  content: url("../img/arrow_right.png");
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
}

.form_submit button:hover {
  opacity: .7;
}

.p-lp_sec09 {
  background: url("../img/sec09_bg.png") bottom center no-repeat;
  background-size: cover;
  padding-bottom: 130px;
}

.p-lp_sec09 .c-title2 {
  margin-bottom: 120px;
}

@media (max-width: 749px) {
  .p-lp_sec09 {
    padding-bottom: 60px;
  }
  .p-lp_sec09 .c-title2 {
    margin-bottom: 80px;
  }
}

.p-lp_sec09_content {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .p-lp_sec09_content {
    margin: 0 10px;
  }
}

.p-lp_sec09-table {
  border: 1px solid #0b61c1;
}

.p-lp_sec09-table .table_row {
  border-bottom: 1px solid #0b61c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .p-lp_sec09-table .table_row {
    display: block;
  }
}

.p-lp_sec09-table .table_row:last-child {
  border: none;
}

.p-lp_sec09-table .table_col {
  padding: 25px;
}

@media (max-width: 749px) {
  .p-lp_sec09-table .table_col {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p-lp_sec09-table .table_col:nth-child(1) {
  width: 28%;
  background: #daecfd;
  font-size: 18px;
}

@media (max-width: 749px) {
  .p-lp_sec09-table .table_col:nth-child(1) {
    width: 100%;
  }
}

.p-lp_sec09-table .table_col:nth-child(2) {
  width: 72%;
  background: #fff;
  font-size: 16px;
}

@media (max-width: 749px) {
  .p-lp_sec09-table .table_col:nth-child(2) {
    width: 100%;
  }
}
