@charset "UTF-8";
.p_gastop {
  background-color: #0168B6;
  padding: 100px 20px 282px;
}
.p_gastop.is-b {
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .p_gastop.is-b {
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p_gastop {
    padding: 84px 20px 334px;
  }
}
.p_gastop .p_gastop_logo {
  text-align: center;
}
.p_gastop .p_gastop_logo_image_pc {
  max-width: 820px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p_gastop .p_gastop_logo_image_pc {
    display: none;
  }
}
.p_gastop .p_gastop_logo_image_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_gastop .p_gastop_logo_image_sp {
    display: block;
    width: 100%;
  }
}
.p_gastop .p_gastop_imagewrap {
  max-width: 635px;
  margin: auto;
}
.p_gastop .p_gastop_note {
  font-size: 11px;
  color: #fff;
  text-align: right;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .p_gastop .p_gastop_note {
    margin-top: -5px;
    font-size: 10px;
  }
}
.p_gaspost {
  background-color: #EDF6FC;
  padding: 0 20px 0;
}
.p_gaspost .p_gaspost_content {
  background-color: #ffffff;
  border-radius: 15px;
  max-width: 1184px;
  margin: 0 auto -200px;
  padding: 40px 20px 50px;
  text-align: center;
  position: relative;
  top: -200px;
}
.p_gaspost .p_gaspost_content.is-b {
  top: -170px;
  margin: 0 auto -170px;
  padding: 50px 20px 50px;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_content.is-b {
    top: -235px;
    margin: 0 auto -235px;
    padding: 30px 20px 30px;
  }
}
.p_gaspost .p_gaspost_content.is-b .p_gaspost_text {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_content {
    top: -300px;
    margin-bottom: -300px;
    padding: 30px 20px 30px;
  }
}
.p_gaspost .p_gaspost_content.is_ok .p_gaspost_ok {
  display: block;
}
.p_gaspost .p_gaspost_content.is_sorry .p_gaspost_sorry {
  display: block;
}
.p_gaspost .p_gaspost_content.is_sorry + .p_gaspost_lead {
  display: block;
}
.p_gaspost .p_gaspost_logo_image {
  width: 212px;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_logo_image {
    width: 132px;
  }
}
.p_gaspost .p_gaspost_text {
  font-size: 30px;
  color: #0168B6;
  font-weight: 900;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_text {
    font-size: 20px;
    line-height: 140%;
    margin-top: 24px;
  }
}
.p_gaspost .p_gaspost_input_flex {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_input_flex {
    display: block;
  }
}
.p_gaspost .p_gaspost_inputwrap {
  position: relative;
  width: calc(100% - 180px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_inputwrap {
    width: 100%;
  }
}
.p_gaspost .p_gaspost_inputwrap::before {
  content: "〒";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
  font-size: 30px;
  color: #0168B6;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_inputwrap::before {
    font-size: 20px;
  }
}
.p_gaspost .p_gaspost_input {
  font-family: "Oswald";
  background-color: #EDF6FC;
  height: 95px;
  line-height: 95px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  padding: 0 0 0 52px;
  margin: 0;
  color: #0168B6;
  width: calc(100% - 16px);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_input {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    width: 100%;
  }
}
.p_gaspost .p_gaspost_input::-webkit-input-placeholder {
  color: rgba(1, 104, 182, 0.2);
}
.p_gaspost .p_gaspost_input::-moz-placeholder {
  color: rgba(1, 104, 182, 0.2);
}
.p_gaspost .p_gaspost_input::placeholder {
  color: rgba(1, 104, 182, 0.2);
}
.p_gaspost .p_gaspost_button {
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  background-color: #0168B6;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 16px 24px;
  gap: 10px;
  width: 180px;
  height: 95px;
  box-shadow: 0px 4px 0px #00589B;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_button {
    height: 70px;
    margin-top: 16px;
    width: 100%;
  }
}
.p_gaspost .p_gaspost_button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  box-shadow: none;
}
.p_gaspost .p_gaspost_note {
  font-weight: 400;
  font-size: 11px;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_note {
    margin-top: 20px;
  }
}
.p_gaspost .p_gaspost_inputbox {
  width: 100%;
  max-width: 712px;
  margin: 24px auto 0;
}
.p_gaspost .p_gaspost_result_image {
  margin: 20px auto 0;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_result_image {
    max-width: 140px;
  }
}
.p_gaspost .p_gaspost_result_box.is_ok .p_gaspost_ok {
  display: block;
}
.p_gaspost .p_gaspost_result_box.is_sorry .p_gaspost_sorry {
  display: block;
}
.p_gaspost .p_gaspost_note_mark {
  top: -3em;
  left: -2em;
  font-size: 11px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  width: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_note_mark {
    top: -1.5em;
    left: -1em;
  }
}
.p_gaspost .p_gaspost_lead {
  font-size: 40px;
  color: #0168B6;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 80px;
  padding-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .p_gaspost .p_gaspost_lead {
    margin-top: 55px;
    font-size: 24px;
    padding-bottom: 60px;
  }
}
.p_gaspost .p_gaspost_lead_note {
  font-size: 11px;
  color: #0168B6;
  text-align: center;
  margin-top: 8px;
}
.p_kind {
  background-color: #EDF6FC;
  padding: 80px 20px 110px;
}
@media screen and (max-width: 768px) {
  .p_kind {
    padding: 60px 20px 84px;
  }
}
.p_kind .p_kind_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #0168B6;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_kind .p_kind_title {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.p_kind .p_kind_title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAKCAYAAABRy7uKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgB7dfPCcIwFAbw78UiiJfOIYV2hOIGnUC9FZdouoXHdoLiBK13D0LdQ8GDJ/uZiEM0IT/In3cLfJDkCf6SsssJqYTIKIjhuOuxgCcGKDarBK0tlJ2S8lyZsHqzzX0IyzM5Jmneo6psEW3Kbk9QI5g3Ur9GXJRAdgicEFEqeyXmCJwgQKZAPBE4gUCsTGw3BI7gYN4w1gicsCAadT8VQwht9jiR9TJF++vDTGjafO0PsE2a/+jKIPEwS48Pt+sU2h7+C4XNaGETZ1njAAAAAElFTkSuQmCC);
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_kind .p_kind_title::before {
    width: 48px;
    height: 4px;
  }
}
.p_kind .p_kind_list {
  display: -webkit-box;
  display: flex;
  max-width: 1152px;
  margin: 48px auto 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_kind .p_kind_list {
    margin-top: 30px;
    display: block;
  }
}
.p_kind .p_kind_list_item {
  background-color: #ffffff;
  border-radius: 15px;
  width: 49%;
  padding: 38px 0 30px;
}
@media screen and (max-width: 768px) {
  .p_kind .p_kind_list_item {
    width: 100%;
  }
  .p_kind .p_kind_list_item + .p_kind_list_item {
    margin-top: 20px;
  }
}
.p_kind .p_kind_item_title {
  font-weight: 700;
  font-size: 30px;
  color: #0168B6;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_kind .p_kind_item_title {
    margin-top: 20px;
  }
}
.p_kind .p_kind_item_text {
  font-size: 18px;
  line-height: 150%;
  margin-top: 24px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p_kind .p_kind_item_text {
    font-size: 15px;
    padding: 0 24px;
    margin-top: 16px;
  }
}
.p_no1 {
  padding: 80px 20px 120px;
}
@media screen and (max-width: 768px) {
  .p_no1 {
    padding: 50px 20px 50px;
  }
}
.p_no1 .p_no1_flex {
  max-width: 965px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p_no1 .p_no1_flex {
    display: block;
  }
}
.p_no1 .p_no1_textbox {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p_no1 .p_no1_textbox {
    width: 100%;
  }
}
.p_no1 .p_no1_lead {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #0168B6;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_no1 .p_no1_lead {
    font-size: 20px;
    margin-top: 0px;
  }
}
.p_no1 .p_no1_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  text-align: center;
  color: #0168B6;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_no1 .p_no1_title {
    font-size: 30px;
    line-height: 43px;
    margin-top: 12px;
  }
}
.p_no1 .p_no1_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p_no1 .p_no1_text {
    margin-top: 14px;
  }
}
.p_no1 .p_no1_imagebox {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p_no1 .p_no1_imagebox {
    text-align: center;
    width: 100%;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p_no1 .p_no1_image {
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
.p_no1 .p_no1_note {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  margin-top: 12px;
}
.p_no1 .p_no1_note a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_no1 .p_no1_note {
    text-align: left;
  }
}
.p_app {
  background-color: #EDF6FC;
}
@media screen and (max-width: 768px) {
  .p_app {
    padding: 60px 20px;
  }
}
.p_app .p_app_flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 760px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p_app .p_app_flex {
    padding: 24px 12px 26px 15px;
    background-color: rgba(1, 104, 182, 0.15);
    border-radius: 15px;
  }
}
.p_app .p_app_imagebox {
  position: relative;
  top: -48px;
  width: 36%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_app .p_app_imagebox {
    top: 0;
    width: 113px;
  }
}
.p_app .p_app_textbox {
  width: 57%;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p_app .p_app_textbox {
    z-index: 1;
    width: calc(100% - 120px);
    padding-top: 0;
  }
}
.p_app .p_app_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .p_app .p_app_title {
    font-size: 20px;
    line-height: 29px;
  }
}
.p_app .p_app_text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .p_app .p_app_text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
  }
}
.p_app .p_app_link {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 900;
  color: #0168B6;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_app .p_app_link {
    font-size: 14px;
    line-height: 19px;
  }
}
.p_app .p_app_link:hover {
  text-decoration: none;
}
.p_app .p_app_banner_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p_app .p_app_banner_list {
    width: calc(100% + 122px);
    margin-top: 24px;
    margin-left: -122px;
  }
}
.p_app .p_app_banner_item {
  width: 48%;
}
.p_app .p_app_note {
  margin-top: 12px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_app .p_app_note {
    width: calc(100% + 122px);
    margin-left: -122px;
    font-size: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p_app .p_app_text_content {
    min-height: 220px;
  }
}
.p_process {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p_process {
    padding: 40px 0 60px;
  }
}
.p_process .p_process_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #0168B6;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_title {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.p_process .p_process_title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAKCAYAAABRy7uKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgB7dfPCcIwFAbw78UiiJfOIYV2hOIGnUC9FZdouoXHdoLiBK13D0LdQ8GDJ/uZiEM0IT/In3cLfJDkCf6SsssJqYTIKIjhuOuxgCcGKDarBK0tlJ2S8lyZsHqzzX0IyzM5Jmneo6psEW3Kbk9QI5g3Ur9GXJRAdgicEFEqeyXmCJwgQKZAPBE4gUCsTGw3BI7gYN4w1gicsCAadT8VQwht9jiR9TJF++vDTGjafO0PsE2a/+jKIPEwS48Pt+sU2h7+C4XNaGETZ1njAAAAAElFTkSuQmCC);
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_title::before {
    width: 48px;
    height: 4px;
  }
}
.p_process .p_process_lead {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  margin-top: 30px;
}
.p_process .p_process_tab_list {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
}
.p_process .p_process_tab {
  width: 50%;
  text-align: center;
  padding: 26px 0;
  font-size: 24px;
  font-weight: 900;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_tab {
    font-size: 13px;
    line-height: 19px;
    padding: 10px 0;
  }
}
.p_process .p_process_tab.is_current {
  color: #0168B6;
  border-bottom: 2px solid #0168B6;
}
.p_process .p_process_panel {
  display: none;
}
.p_process .p_process_panel.is_current {
  display: block;
}
.p_process .p_process_list {
  margin-top: 43px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 43px auto 0;
  padding: 0 20px;
}
.p_process .p_process_list.is_col3 .p_process_list_item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_list.is_col3 .p_process_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_process .p_process_list {
    display: block;
    margin-top: 24px;
  }
}
.p_process .p_process_list_item {
  border: 6px solid #0168B6;
  border-radius: 30px;
  padding: 40px 20px 28px;
  width: 21%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_list_item {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    border: 2px solid #0168B6;
    border-radius: 15px;
    padding: 28px 20px 24px;
  }
}
.p_process .p_process_arrow {
  position: relative;
  width: 5.3%;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_arrow {
    width: 100%;
    height: 40px;
  }
}
.p_process .p_process_arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAA6CAYAAADybArcAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKkSURBVHgB1ZpNctNAEIXfKKmycwvDDeAEsKPiYmEuAGRBmZ3RBbB9AoUNCSwCJ3BYYHbYXADnBFicgCwjV8nNSJZcsTKyI7k1mvlW/ne96vda3ZLgdL9foDtqwXKE6I4pfkDwliI4xVnHh4U46QMS6Ak0Jng7fgkLWVckg08hdfC5fQVLcHJeb4kDMbMpP862NwnilbTb3On+eA/DybOWCl/mqI+Px19hIEWEpEwJwWvTupuD4jxZ2c2s/JQREpPkx5h2XcZaKnwip4fzZ99QE6UrkqElxPKyTrtxVWTzRyH6y+bNKbzONTTBVZENCNQXN42ZzvxUUpEMvmzXT6tu15VUJENLR7vWISQmbtfU+F3VuKPDWirmctwZcI47dQlJ/h0josDlyI82aykhdLjyU6+QhGTc+blPu67XWmrmhPAEZ8+nRb5kREUyPBA4mBS1m4lCYhK7/blvuzbRWip2tmtbhKwgzEgEL1Tt2lhrKRF4lNeu7RKSsN5O34x76Wt2WUtNnB8rK3IHCv8ewlYI1yRInnRv96OnVgqRG6iHo8Xg9iptlRAZ5ikQDlTjiy1CokC78oB4mfcBs4WkOWguvF1nZIwVQoQRxP2XLuOErHNwXmyMN0cI4Z+swhCfjj2UwJANkTw6Ch6WFRFRa0WkjSZAcMJx8qEuIaXW2W3otVbUTkEDagaPOUVEaKuIFHAhxwq3qjP0VQuRjQi/8sYKTqoTErVTB+90XQXmFxIJEPRB2sjTeaGHUwjFR2XB006LwiFErtB0RbR0q87BNvYTsh4r2qWPyFyUPY4Qx1jBSdGKrHIQkmvaLVBFhLCPFZzstlaUg4rGCk62VSTKwReIxdCG+xxVQijZ0oYmVyDLppA9t7Q6SYVENhrqHis4OeTc0urkP5/ISfanCR7mAAAAAElFTkSuQmCC);
  width: 25px;
  height: 29px;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_arrow::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAiCAYAAADGUiAIAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH/SURBVHgBzZdBUsIwGIVf6sZjOJ7AIzDuhHHBEWAjS7kBcgJkY2dciDdwxpEt3EBvUG4gS8oIv/lb66RMStI2pf0WnWmStm+S/C+vAoP3lsDZAs2GCOGlB/92SUSPaDAEqc/vrrzoLtyO5HWFZhIA22gyY7Gz7pr2P0M0DyKBB55VvhFqjxjMee+20BDk8r/A7/STey/dKXryskYzILn8Y7UhJRb+zYpEM4pNzuo4Wf4EoRsot4Pc1LhAfQTkty8PGz3dSMKuh/qQnrrr6zq0YiPvBV5RA3L5Z/x9XZ+X+dQmvK+h2ILDolLJFsve60mPOx0pT9UhDC84pfdqi0rFgwHa0SlONg4q16ZBRrF47nxVHXR0nqrDLJapNugEON9ObAbaieViq8Z746KadK1cx04sE3vfEg6JPPWpbe3n9mLhOOgQvo95qo5cYqOg48h7ZWCa2hSVitFntQ/dfXxCiCsUx+ipOvLN7B8k9mW818pTdRQSW+YnMw4q+ZY/oZhYhr03f7EFeYtKpbhY9l6R6yg2BhUThQos9QLLoCPz8QJ+u9BeTSg+s/8iRM9qGMI+SlJabOS9oKPeaxtUTJQXy2yiILLK6A3kv/8IDnAjNjvoxEXlCDdiGQ46hDe1KW9QMeFOLPhkE0PFe0t5qg6nYtWgQ3tMXRRV9QzmM1TAL3/v43d87soMAAAAAElFTkSuQmCC);
    width: 21px;
    height: 17px;
    margin-left: -10.5px;
  }
}
.p_process .p_process_number {
  font-family: Oswald, sans-serif;
  -webkit-box-align: center;
          align-items: center;
  background-color: #0168B6;
  color: #ffffff;
  -webkit-box-pack: center;
          justify-content: center;
  left: -1px;
  position: absolute;
  top: -1px;
  display: -webkit-box;
  display: flex;
  border-radius: 20px 0 20px 0;
  font-size: 26px;
  height: 62px;
  width: 62px;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_number {
    border-radius: 15px 0 15px 0;
    height: 34px;
    width: 34px;
    font-size: 19px;
  }
}
.p_process .p_process_icon {
  width: 90%;
  margin: auto;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_icon {
    width: 100px;
    margin: 0;
  }
}
.p_process .p_process_text {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #0168B6;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p_process .p_process_text {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}
.p_caution {
  background-color: #EDF6FC;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .p_caution {
    padding: 80px 20px 60px;
  }
}
.p_caution .p_caution_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #0168B6;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_caution .p_caution_title {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.p_caution .p_caution_title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAKCAYAAABRy7uKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgB7dfPCcIwFAbw78UiiJfOIYV2hOIGnUC9FZdouoXHdoLiBK13D0LdQ8GDJ/uZiEM0IT/In3cLfJDkCf6SsssJqYTIKIjhuOuxgCcGKDarBK0tlJ2S8lyZsHqzzX0IyzM5Jmneo6psEW3Kbk9QI5g3Ur9GXJRAdgicEFEqeyXmCJwgQKZAPBE4gUCsTGw3BI7gYN4w1gicsCAadT8VQwht9jiR9TJF++vDTGjafO0PsE2a/+jKIPEwS48Pt+sU2h7+C4XNaGETZ1njAAAAAElFTkSuQmCC);
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_caution .p_caution_title::before {
    width: 48px;
    height: 4px;
  }
}
.p_caution .p_caution_content {
  -webkit-box-align: center;
          align-items: center;
  padding: 48px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 40px auto 0;
  text-align: center;
  max-width: 1152px;
}
@media screen and (max-width: 768px) {
  .p_caution .p_caution_content {
    padding: 30px 16px;
  }
}
.p_caution .p_caution_content_title {
  font-weight: 400;
  font-size: 40px;
  color: #0168B6;
}
@media screen and (max-width: 768px) {
  .p_caution .p_caution_content_title {
    font-size: 22px;
  }
}
.p_caution .p_caution_lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p_caution .p_caution_lead {
    font-size: 16px;
  }
}
.p_caution .p_caution_lead_color {
  color: #0168B6;
}
.p_caution .p_caution_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_caution .p_caution_text {
    font-size: 14px;
    text-align: left;
  }
}
.p_caution .p_caution_list {
  margin: 48px auto 0;
  display: -webkit-box;
  display: flex;
  max-width: 660px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_caution .p_caution_list {
    display: block;
    max-width: 100%;
    margin: 0 auto 0;
  }
}
.p_caution .p_caution_list_item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p_caution .p_caution_list_item {
    width: 100%;
    margin-top: 20px;
  }
}
.p_caution .p_caution_list_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.p_caution .p_caution_blue_large {
  font-size: 22px;
  color: #0168B6;
}
.p_caution .p_caution_red_large {
  font-size: 22px;
  color: #E9593A;
}
.p_caution .p_caution_image_text {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
.p_caution .p_caution_image {
  margin-top: 15px;
  width: 100%;
}
.p_point1__wrap {
  display: -webkit-box;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p_point1__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.p_point1__textArea {
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_point1__textArea {
    width: 100%;
  }
}
.p_point1__textAreaTitle {
  text-align: center;
  color: #0168B6;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p_point1__textAreaTitle {
    font-size: 24px;
    line-height: 34.75px;
  }
}
.p_point1__textAreaContent {
  font-size: 15px;
  line-height: 1.7333333333;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_point1__textAreaContent {
    margin-top: 20px;
    font-size: 13px;
  }
}
.p_point1__imageArea {
  width: 100%;
  gap: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_point1__imageArea {
    padding-top: 30px;
    flex-direction: column;
  }
}
.p_point1__imageItem {
  width: 100%;
}
.p_point1__note {
  text-align: left;
  color: #2C496B;
  font-size: 12px;
  margin: 20px 0 30px;
}
@media screen and (min-width: 769px) {
  .p_point1__note {
    margin: 48px 0;
  }
}
.p_point1__movieWrap {
  max-width: 663px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p_point1__movieWrap {
    margin-top: 30px;
    gap: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    max-width: none;
  }
}
.p_point1__movieTitle {
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_point1__movieTitle {
    color: #0168B6;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .p_point1__movieTitleImage {
    display: none;
  }
}
.p_point1__movieCopy {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_point1__movieCopy {
    display: -webkit-inline-box;
    display: inline-flex;
    color: #0168B6;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    gap: 8px;
    -webkit-box-align: center;
            align-items: center;
  }
  .p_point1__movieCopy::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #FEE100;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
            clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
    margin-right: 2px;
  }
  .p_point1__movieCopy::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #FEE100;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
            clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
  }
}
.p_point1__youtubeWrap {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_point1__youtubeWrap {
    max-width: none;
  }
}
.p_point2__wrap {
  display: flex;
  gap: 32px;
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_point2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.p_point2__textArea {
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_point2__textArea {
    width: 100%;
  }
}
.p_point2__textAreaTitle {
  text-align: center;
}
.p_point2__textAreaContent {
  font-size: 15px;
  line-height: 1.7333333333;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_point2__textAreaContent {
    margin-top: 20px;
    font-size: 13px;
    line-height:19.5px;
  }
}
.p_point2__textAreaNote {
  font-size: 10px;
  line-height: 1.4;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p_point2__textAreaNote {
    margin-top: 8px;
  }
}
.p_point2__imageArea {
  width: 100%;
  padding-top: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_point2__imageArea {
    padding-top: 0;
  }
}
.p_point2__imageItem {
  width: 100%;
}
.p_point2__imageNote {
  font-size: 10px;
  line-height: 1.4;
  display: block;
  margin-top: 18px;
}
.p_point2__movieWrap {
  max-width: 663px;
  width: 100%;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p_point2__movieWrap {
    margin-top: 30px;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    max-width: none;
  }
}
.p_point2__movieTitle {
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_point2__movieTitle {
    color: #0168B6;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .p_point2__movieTitleImage {
    display: none;
  }
}
.p_point2__movieCopy {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_point2__movieCopy {
    display: -webkit-inline-box;
    display: inline-flex;
    color: #0168B6;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    gap: 8px;
    -webkit-box-align: center;
            align-items: center;
  }
  .p_point2__movieCopy::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #FEE100;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
            clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
    margin-right: 2px;
  }
  .p_point2__movieCopy::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #FEE100;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
            clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
  }
}
.p_point2__youtubeWrap {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_point2__youtubeWrap {
    max-width: none;
  }
}
.p_point3__wrap {
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p_point3__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 30px;
  }
}
.p_point3__textArea {
  width: 50%;
  -webkit-box-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_point3__textArea {
    width: 100%;
  }
}
.p_point3__textAreaTitle {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_point3__textAreaTitle {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p_point3__textAreaTitleImage {
    display: none;
  }
}
.p_point3__textAreaTitleText {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_point3__textAreaTitleText {
    font-weight: 700;
    line-height: 138%;
    font-size: 30px;
    color: #0168B6;
    display: inline-block;
  }
}
.p_point3__textAreaContent {
  font-size: 15px;
  line-height: 22.5px;
  margin-top: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_point3__textAreaContent {
    margin-top: 20px;
    display: block;
    font-size: 13px;
    line-height: 19.5px;
    text-align: center;
  }
}
.p_point3__imageArea {
  width: 50%;
  -webkit-box-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_point3__imageArea {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    justify-items: center;
    text-align: center;
  }
}
.p_point3__imageItem {
  width: 100%;
}
.p_point3__youtubeWrap {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_point3__youtubeWrap {
    max-width: none;
  }
}
.p_point3__contentTitle {
  text-align: center;
  color: #0168B6;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_point3__contentTitle {
    font-size: 20px;
    margin-top: 30px;
  }
}
.p_point3__content {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p_point3__content {
    margin-top: 20px;
  }
}
.p_voice {
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 1199px) {
  .p_voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 12px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p_voice {
    gap: 9px;
  }
}
.p_voice__item {
  border-radius: 15px;
  background-color: #fff;
  padding: 24px;
  width: initial;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .p_voice__item {
    width: 100%;
    padding: 19px 19px;
  }
}
.p_voice__content {
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p_voice__content {
    font-size: 15px;
  }
}
.p_voice__user {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_voice__user {
    font-size: 11px;
    margin-top: 5px;
  }
}
.p_voice__image {
  width: 64px;
}
.p_youtube {
  border-radius: 8px;
  -webkit-filter: drop-shadow(8px 8px 0px #FFFFFF);
          filter: drop-shadow(8px 8px 0px #FFFFFF);
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
.p_youtube__wrapper {
  width: 100%;
  height: 100%;
}
.p_youtube__player {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p_youtube__player.is-hide {
  display: none;
}
.p_youtube__player-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p_youtube__player-icon {
  position: absolute;
  width: 66px;
  height: 46px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p_action {
  background-color: #00589B;
  padding: 32px 20px;
}
@media screen and (max-width: 1199px) {
  .p_action {
    padding: 20px;
  }
}
.p_action__wrapper {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .p_action__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 20px;
    max-width: 516px;
  }
}
.p_action__item {
  -webkit-box-flex: 1;
          flex: 1;
  border-right: 3px dashed #ddd;
  padding-right: 60px;
  margin-left: 60px;
}
@media screen and (max-width: 1199px) {
  .p_action__item {
    padding: 0;
    margin: 0;
    border-right: none;
  }
}
.p_action__item:first-child {
  margin-left: 0;
}
.p_action__item:last-child {
  border-right: none;
  padding-right: 0;
}
.p_action__button {
  border-radius: 10px;
  height: 95px;
  padding-right: 0;
  width: 100%;
  max-width: 516px;
  background-color: #fff;
  color: #0168B6;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}
.p_action__button--red {
  box-shadow: 0 3px #d53337;
  background-color: #e85f5f;
  color: #fff;
}
.p_action__button:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  .p_action__button {
    height: 64px;
  }
}
.p_action__chatch {
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
@media screen and (max-width: 1199px) {
  .p_action__chatch {
    font-size: 11px;
  }
}
.p_action__text {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  margin-top: 12px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .p_action__text {
    font-size: 20px;
    margin-top: 6px;
  }
}
.p_tab {
  border-radius: 13px;
  overflow: hidden;
}
.p_tab__menu {
  background-color: #0168B6;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p_tab__menu {
    gap: 6px;
    padding: 16px 13px 16px 12px;
  }
}
.p_tab__menuItem {
  color: #fff;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 900;
  padding-bottom: 6px;
  position: relative;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_tab__menuItem {
    width: 33.3333333333%;
    text-align: center;
    font-size: 13px;
  }
  .p_tab__menuItem:first-child {
    font-size: 12px;
    padding-left: 1px;
  }
}
.p_tab__menuItem:hover {
  opacity: 0.7;
}
.p_tab__menuItem.is-active:hover {
  pointer-events: none;
  opacity: 1;
  cursor: default;
}
.p_tab__menuItem.is-active::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.p_tab__contents {
  background-color: #EDF6FC;
  padding: 40px 44px;
}
@media screen and (max-width: 768px) {
  .p_tab__contents {
    padding: 24px;
  }
}
.p_tab__contentItem {
  display: none;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p_tab__contentItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 17px;
  }
}
.p_tab__contentItem.is-active {
  display: flex;
}
.p_tab__graphArea {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p_tab__graphArea {
    width: 100%;
  }
}
.p_tab__graphAreaTitle {
  color: #0168B6;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p_tab__graphAreaTitle {
    font-size: 0;
  }
}
.p_tab__graphAreaTitleImage {
  display: none;
  width: 100%;
  padding: 8px;
}
@media screen and (max-width: 1199px) {
  .p_tab__graphAreaTitleImage {
    display: inline-block;
    width: 30vw;
  }
  .p_tab__graphAreaTitleImage--three {
    width: 21.3vw;
  }
  .p_tab__graphAreaTitleImage--one {
    width: 34vw;
  }
}
@media screen and (max-width: 768px) {
  .p_tab__graphAreaTitleImage {
    display: inline-block;
    width: 62vw;
  }
  .p_tab__graphAreaTitleImage--three {
    width: 45vw;
    padding: 0 13px;
  }
  .p_tab__graphAreaTitleImage--one {
    width: 66vw;
  }
}
.p_tab__imageGraph {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p_tab__imageGraph {
    margin-top: 24px;
  }
}
.p_tab__expectationArea {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p_tab__expectationArea {
    width: 100%;
  }
}
.p_tab__expectationTitle {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_tab__expectationTitle {
    padding: 0 8px;
  }
}
.p_tab__expectationImage {
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_tab__expectationImage {
    margin-top: 20px;
  }
}
.p_tab__expectationNote {
  font-size: 11px;
  line-height: 1.4545454545;
  margin-top: 24px;
}
.p_pointTitle {
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.p_pointTitle__text {
  background-color: #FEE100;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 10px 15px;
  color: #0168B6;
  -webkit-box-align: end;
          align-items: flex-end;
  gap:2px;
}
@media screen and (max-width: 768px) {
  .p_pointTitle__text {
    padding: 9px 11px 6px 11px;
    font-size: 15px;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
    width: 95px;
    height: 35px;
    justify-content: center;
    line-height: 21.72px;
  }
}
.p_pointTitle__number {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_pointTitle__number {
    font-size: 20px;
    line-height: 29.64px;
  }
}
.p_section {
  background-color: #EDF6FC;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .p_section {
    padding: 60px 20px;
  }
}
.p_section__title {
  color: #0168B6;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_section__title {
    margin-top: 60px;
    font-size: 28px;
    line-height: 1.3214285714;
  }
}
.p_section__title::after {
  background: -webkit-linear-gradient(left, #0068b6 50%, #fee100 0);
  background: linear-gradient(90deg, #0068b6 50%, #fee100 0);
  border-radius: 10px;
  content: "";
  display: block;
  height: 5px;
  margin: 29px auto 0;
  overflow: hidden;
  width: 54px;
}
@media screen and (max-width: 768px) {
  .p_section__title::after {
    margin-top: 9px;
    width: 48px;
    height: 4px;
  }
}
.p_section__title:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p_section__title--parts11 {
    font-size: 24px;
    line-height: 1.2083333333;
  }
  .p_section__title--parts11::after {
    display: none;
  }
}
.p_section__imageTitle {
  text-align: center;
}
.p_section__titlePoint {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #0168B6;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_section__titlePoint {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
.p_section__titlePoint::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAKCAYAAABRy7uKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgB7dfPCcIwFAbw78UiiJfOIYV2hOIGnUC9FZdouoXHdoLiBK13D0LdQ8GDJ/uZiEM0IT/In3cLfJDkCf6SsssJqYTIKIjhuOuxgCcGKDarBK0tlJ2S8lyZsHqzzX0IyzM5Jmneo6psEW3Kbk9QI5g3Ur9GXJRAdgicEFEqeyXmCJwgQKZAPBE4gUCsTGw3BI7gYN4w1gicsCAadT8VQwht9jiR9TJF++vDTGjafO0PsE2a/+jKIPEwS48Pt+sU2h7+C4XNaGETZ1njAAAAAElFTkSuQmCC);
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_section__titlePoint::before {
    width: 48px;
    height: 4px;
  }
}
.p_section__cardWrap {
  margin: 48px auto 0;
  max-width: 1136px;
}
@media screen and (max-width: 768px) {
  .p_section__cardWrap {
    margin-top: 40px;
  }
}
.p_section__cardWrap.is_noMargin {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_section__cardWrap.is_noMargin {
    margin-top: 0;
  }
}
.p_section__cardItem {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p_section__cardItem {
    margin-top: 31px;
  }
}
.p_section__cardItem:first-child {
  margin-top: 0;
}
.p_section__buttonWrap {
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_section__buttonWrap {
    margin-top: 31px;
  }
}
.p_section__button {
  background-color: #0168B6;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  max-width: 516px;
  height: 64px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  box-shadow: 0 3px #00589B;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.p_section__button:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: none;
}
.p_section__voice {
  margin: 48px auto 0;
  max-width: 1136px;
}
@media screen and (max-width: 1199px) {
  .p_section__voice {
    max-width: 516px;
  }
}
@media screen and (max-width: 768px) {
  .p_section__voice {
    margin-top: 30px;
  }
}
.p_sectionCard {
  background-color: #fff;
  border-radius: 15px;
  padding: 48px 80px 64px;
}
@media screen and (max-width: 768px) {
  .p_sectionCard {
    padding: 30px 20px;
  }
}
.p_sectionCard__contents {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p_sectionCard__contents {
    margin-top: 16px;
  }
}
.p_pointGas__wrap {
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p_pointGas__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.p_pointGas__wrap + .p_pointGas__wrap {
  padding-top: 40px;
  border-top: 2px dashed rgba(1, 104, 182, 0.2);
}
.p_pointGas__wrap:last-child {
  padding-bottom: 0;
}
.p_pointGas__textArea {
  -webkit-box-flex: 1;
          flex: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p_pointGas__textArea {
    width: 100%;
  }
}
.p_pointGas__textAreaTitle {
  text-align: center;
}
.p_pointGas__textAreaContent {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .p_pointGas__textAreaContent {
    margin-top: 16px;
  }
}
.p_pointGas__imageArea {
  -webkit-box-flex: 1;
          flex: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p_pointGas__imageArea {
    width: 100%;
  }
}
.p_pointGas__imageItem {
  width: 100%;
}
.p_pointGas_note {
  margin-top: 10px;
  font-size: 11px;
  line-height: 16px;
}
.p_pointGas__textImage3 {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p_pointGas__textImage3 {
    max-width: 90%;
  }
}
.p_pointGas__textLink {
  text-decoration: underline;
}
.p_pointGas__textLink:hover {
  text-decoration: none;
}
.p_fixedMenu {
  width: 72px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  gap: 10px;
  position: fixed;
  right: 0;
  bottom: 32px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p_fixedMenu.is-show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_fixedMenu {
    width: 50px;
    bottom: 44px;
  }
}
.p_fixedMenu__button {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-shadow: 0 3px #d53337;
  background-color: #e85f5f;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  padding: 20px 0;
  border-radius: 10px 0px 0px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p_fixedMenu__button {
    font-size: 13px;
  }
}
.p_fixedMenu__button:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: none;
}
.p_fixedMenu__button--simulation {
  color: #0168B6;
  box-shadow: 0 3px #00589B;
  background-color: #fff;
  padding: 16px 0;
  border: 1px solid #0168B6;
  border-right: none;
}
.p_footer_siteMap {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .p_footer_siteMap {
    padding: 40px 0;
  }
}
.p_footer_siteMap__mainPage, .p_footer_siteMap__subList {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1199px) {
  .p_footer_siteMap__mainPage {
    max-width: 580px;
  }
}
.p_footer_siteMap__list {
  width: 100%;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.p_footer_siteMap__list:nth-child(n+2) {
  margin-left: 0;
}
.p_footer_siteMap__list:nth-child(n+2) {
  margin-top: 30px;
}
.p_footer_siteMap__item, .p_footer_siteMap__subItem {
  font-size: 14px;
  line-height: 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 1199px) {
  .p_footer_siteMap__item, .p_footer_siteMap__subItem {
    font-size: 12px;
    font-weight: 400;
    width: 50%;
  }
}
.p_footer_siteMap__item {
  margin-top: 0;
}
.p_footer_siteMap__item:nth-child(n+2) {
  margin-top: 0;
}
.p_footer_siteMap__subItem {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p_footer_siteMap__subItem {
    margin-top: 30px;
  }
}
.p_footer_siteMap__link:before {
  background-image: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/c1998d4f67d94d1481da751e2039c64d/image.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 11px;
  margin-right: 10px;
  width: 10px;
}
.p_footer_siteMap__subPage {
  padding: 0 15px;
  margin: 30px 0 0;
}
.p_footer_siteMap__subList {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .p_footer_siteMap__subList {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.p_footer_siteMap__subItem {
  text-align: left;
}
.p_footer_siteMap__logo:after {
  display: none;
}
body {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
.nav {
  /* レスポンシブサンプル */
}
@media screen and (min-width: 1200px) {
  .nav {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .nav {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    font-size: 15px;
  }
}
.p_point__review_title {
  font-size: 22px;
  color: #0068B6;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .p_point__review_title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
.p_point1__textWrap {
  padding-top: 48px;
  border-top: 2px dashed rgba(1, 104, 182, 0.2);
}
@media screen and (max-width: 768px) {
  .p_point1__textWrap {
    padding-top: 30px;
  }
}
.p_point1_textAreaReviewWrap {
  background-color: #EDF6FC;
  border-radius: 15px;
  text-align:left;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 32px 16px 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_point1_textAreaReviewWrap {
    gap: 12px;
    padding: 16px;
  }
}
.p_point1_textAreaReview {
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p_point1_textAreaReview {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.p_point2__review {
    padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .p_point2__review {
    padding-top: 48px;
  }
}
.p_point2__textWrap {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_point2__textWrap {
    flex-flow: column;
    gap: 12px;
  }
}
.p_point2_textAreaReviewWrap {
  background-color: #EDF6FC;
  border-radius: 15px;
  text-align:left;
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 24px 32px;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p_point2_textAreaReviewWrap {
    gap: 12px;
    padding: 16px;
  }
}
.p_point2_textAreaReview {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_point2_textAreaReview {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.no-border {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .no-border {
    border-bottom: 2px dashed rgba(1, 104, 182, 0.2);;
  }
}
.no-padding-top {
  padding-top: 0px;
}
