@charset "UTF-8";
/* =================================
 p_top_mv
 ================================= */
 .p_top_mv{
  display: flex;
  position: relative;
  overflow: hidden;
  height: 720px;
}
 .p_top_mv:before{
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  background: url(../../assets/img/p_top/p_top_mv_cont_bg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 221px;
  height: 284px;
}
.p_top_mv_cont{
  width: 58%;
  padding: 0 20px;
  align-self: center;
  text-align: center;
  position: relative;
}
.p_top_mv_cont .pic{
padding: 10px 0;
width: 100%;
max-width: 633px;
margin: 0 auto;
}
.p_top_mv_cont .pic .img{
width: 100%;
}
.p_top_mv_cont .c_btn_1{
  margin: 0 auto;
}
.p_top_mv_cont:after{
  position: absolute;
  transform: translate(0 , -50%);
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  background: url(../../assets/img/p_top/p_top_mv_cont_bg2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 254px;
  height: 318px;
}
.p_top_mv_pic{
  width: 42%;
  position: relative;
}
.p_top_mv_pic .img{
  width: 100%;
  max-width: 585px;
}
.p_top_mv_txt_1{
  font-size: 2.5rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-weight: 500;
}
.p_top_mv_txt_2{
  font-size: 4.2rem;
  font-weight: 700;
  color: #F49E00;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p_top_mv_txt_2.general{
  font-size: 4.2rem;
  font-weight: 700;
  color: #249BD3;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p_top_mv_txt_3{
  font-size: 1.8rem;
  font-weight: 700;
  color: #4AB4E5;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding: 0 24px;
}
.p_top_mv_txt_3.general{
  font-size: 1.8rem;
  font-weight: 700;
  color: #F49E00;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding: 0 24px;
}
.p_top_mv_txt_3 .sub{
  font-size: 1.5rem;
}
.p_top_mv_txt_3.general:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0 , -50%);
  content: "";
  background: url(../../assets/img/p_top/p_top_mv_txt_3_mark.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p_top_mv_txt_3.general:after{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0 , -50%);
  content: "";
  background: url(../../assets/img/p_top/p_top_mv_txt_3_mark2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.p_top_mv .c_btn_1{
  width: 300px;
}
@media screen and (max-width: 1410px) {
  .p_top_mv_pic .img{
   height: 720px;
   object-fit: cover;
   width: 100%;
 }
}


@media screen and (max-width: 1280px) {
  .p_top_mv_txt_1{
    font-size: 2.0rem;
  }
  .p_top_mv_txt_2{
    font-size: 3.7rem;
  }
  .p_top_mv_txt_3{
    font-size: 1.3rem;
  }
  .p_top_mv_txt_3 .sub{
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 767px) {
  .p_top_mv{
    flex-direction : column;
    height: auto;
  }
  .p_top_mv_cont{
    width:100%;
    margin-top: 86px;
  }
  .p_top_mv_cont .pic{
    width: 100%;
    max-width: 100%;
  }

  .p_top_mv_pic{
    width: 100%;
    margin-top: 24px;
  }
  .p_top_mv_pic .img{
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }


  .p_top_mv_txt_2{
    font-size: 3.0rem;
  }
  .p_top_mv_txt_3{
    font-size: 1.8rem;
  }
  .p_top_mv_txt_3 .sub{
    font-size: 1.5rem;
  }
  .p_top_mv_cont .c_btn_1{
    width: 250px;
    padding: 14px;
    min-width: 1px;
  }
}
/* ======================================================================
 p_top_txt_1
====================================================================== */
.p_top_txt_1{
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
}
.p_top_txt_1 .em1{
  font-size: 4.0rem;
}
.p_top_txt_1 .em2{
  font-size: 4.0rem;
  color: #F49E00;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  margin-right: -8px;
}
.p_top_txt_1.general .em2{
  font-size: 4.0rem;
  color: #249BD3;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  margin-right: -8px;
}
.p_top_txt_1 .em2.first{
  margin-left: -12px;
}
.p_top_txt_1 .em2:before{
  content: "";
  width: 6px;
  height: 6px;
  background: #F49E00;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 15px;
}
.p_top_txt_1.general .em2:before{
  content: "";
  width: 6px;
  height: 6px;
  background: #249BD3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 15px;
}
@media screen and (max-width: 767px) {
.p_top_txt_1{
  font-size: 2.0rem;
  margin-bottom: 25px;
}
.p_top_txt_1 .em1{
  font-size: 2.0rem;
}
.p_top_txt_1 .em2{
  font-size: 3.0rem;
}
}

/* ======================================================================
 p_top_cont_0
====================================================================== */
.p_top_cont_0 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

/* ========p_top_cont_0_bg========== */
.p_top_cont_0_bg {
  width: 50%;
  background: #F49E00;
  color: white;
  border-radius: 30px;
  padding: 20px;
  position: absolute;
  top: 570px;
  right: 20px;
}
.p_top_cont_0_bg.general {
  width: 50%;
  background: rgba(36, 155, 211, 0.9);
  color: white;
  border-radius: 30px;
  padding: 20px;
  position: absolute;
  top: 570px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p_top_cont_0_bg {
    width: 100%;
    bottom: 0;
    border-radius: 0;
    position: relative;
    top: auto;
    right: auto;
  }
  .c_ttl_2 .en_bg_0 {
    font-size: 6rem;
  }
}
/* ========p_top_cont_0_tbl========== */
.p_top_cont_0_tbl {
  width: 100%;
  margin-top: 15px;

  border-spacing: 0;
  border-collapse: separate;
}
.p_top_cont_0_tbl .td {
  font-size: 2rem;
  text-align: justify;
}
.p_top_cont_0_tbl .td.w1 {
  width: 25%;
}
.p_top_cont_0_tbl .td.w2 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p_top_cont_0_inner{
    overflow-x: scroll;
  }
  .p_top_cont_0_tbl{
    margin-top: 0px;
  }
  .p_top_cont_0_tbl .td {
    font-size: 1.4rem;
    text-align: justify;
  }
}

/* ======================================================================
 p_top_cont_1
====================================================================== */
.p_top_cont_1{
  display: flex;
  justify-content: center;
}
.p_top_cont_1.general{
  display: flex;
  justify-content: space-between;
}
.p_top_cont_1 .p_top_cont_1_box{
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {

  .p_top_cont_1{
    flex-direction : column;
  }
  .p_top_cont_1 .p_top_cont_1_box{
    width: 100%;
    margin-bottom: 30px;
  }
  .p_top_cont_1 .p_top_cont_1_box:last-child{
    margin-bottom: 0;
  }
}
/* ========ttl== */
.p_top_cont_1_box .ttl{
  font-size: 2.4rem;
  padding: 12px;
  border-radius: 10px 10px 0 0 ;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg,  #2d9ed2 3%,#2d9ed2 3%,#4ab4e5 99%);
}
.p_top_cont_1_box .ttl.dark{
  color: #fff;
  background: linear-gradient(135deg,  #0857a7 1%,#1976d2 100%);
}
@media screen and (max-width: 767px) {
  .p_top_cont_1_box .ttl{
  font-size: 2.2rem;
}
}
/* ========cont== */
.p_top_cont_1_box .cont{
  padding: 40px 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .p_top_cont_1_box .cont{
    padding: 28px 20px;
    margin-bottom: 30px;
  }
}

/* ========p_top_check_list== */
.p_top_check_list{
  font-size: 1.8rem;
}
.p_top_check_list.size_S{
  font-size: 1.6rem;
}
.p_top_check_list_item{
  letter-spacing: 0.07em;
  position: relative;
  padding-left: 28px;
  margin-bottom: 22px;
}
.p_top_check_list_item:last-child{
  margin-bottom: 0;
}
.p_top_check_list_item:before{
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  background: url(../../assets/img/ico/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}
.p_top_check_list.size_S .p_top_check_list_item:before{
top: 6px;
}
.p_top_check_list .em_line{
  background: linear-gradient(transparent 60%, #FFF943 0%);
  display: inline;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.p_top_check_list{
  font-size: 1.6rem;
}
}
/* ========p_top_cont_1_bg========== */
.p_top_cont_1_bg{
  background: #FFFAC8;
  border-radius: 0 0 60px 60px;
  padding: 80px 0 100px;
}
.p_top_cont_1_bg.general{
  background: linear-gradient(to bottom,  #f2f9fb 0%,#e2eff5 100%); 
  border-radius: 0 0 60px 60px;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
.p_top_cont_1_bg{
  border-radius: 0 0 30px 30px;
  padding-top: 50px;
  padding-bottom: 60px;
}
}
/* ======================================================================
 p_top_cont_2
====================================================================== */
.p_top_cont_2{
  margin-top: 60px;
  position: relative;
  padding-bottom: 138px;
}
.p_top_cont_2:before{
  position: absolute;
  top: -60px;
  left: 0;
  content: "";
  background: url(../../assets/img/p_top/p_cont_2_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 597px;
  z-index: -1;
}

.p_top_cont_2 .ttl_1,
.p_top_cont_2 .ttl_2{
  text-align: center;
}
.p_top_cont_2 .ttl_2{
  margin-top: 10px;
}
.p_top_cont_2_box{
  position: relative;
  margin-top: 72px;
  display: flex;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.p_top_cont_2_box .pic{
  width: 330px;
  margin-right: 35px;
  position: relative;
}
.p_top_cont_2_box .pic .img{
  max-width: 100%;
}
.p_top_cont_2_box .txt{
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}

.p_top_cont_2 .c_ttl_bubble.cc{
  position: absolute;
  top: -84px;
  left: 50%;
  transform: translate(-50% , 0);
  width: 211px;
}

.p_top_cont_2_box .c_ttl_bubble{
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50% , 0);
  width: 298px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p_top_cont_2{
    padding-bottom: 38px;
  }
  .p_top_cont_2_box{
    margin-top: 30px;
    padding: 10px;
    flex-direction : column;
  }
  .p_top_cont_2_box .pic{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p_top_cont_2 .ttl_2 .img{
    width: 100%;
  }
  .p_top_cont_2_box .c_ttl_bubble{
    top: -45px;
  }
  .p_top_cont_2:after{
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    background: url(../../assets/img/p_top/sp/p_cont_2_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 178px;
    height: 240px;
    z-index: -1;
  }
}
/* ======================================================================
 p_top_cont_3
====================================================================== */

.p_top_cont_3_inner{
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-left: calc((100% - 1200px) / 2);
}
.p_top_cont_3_inner:before {
  content: "What's Hi!";
  font-weight: 300;
  font-size: 14rem;
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 0;
  color: #FFFAC8;
  line-height: 1;
  width: 100%;
}
.p_top_cont_3_inner.general:before {
  content: "What's Hi!";
  font-weight: 300;
  font-size: 14rem;
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 0;
  color: rgba(36,155,211,0.05);
  line-height: 1;
  width: 100%;
}
.p_top_cont_3_inner .cont{
  width: 460px;
  margin-right: 48px;
}
.p_top_cont_3_inner .c_card_1{
  margin-top: 72px;
}
.p_top_cont_3_pic{
  position: relative;
  height: 886px;
  flex: 1;
}
.p_top_cont_3_pic .img{
  max-width: 100%;
}
.p_top_cont_3_pic:before{
  content: "";
  width: 100%;
  height: calc(100% + 80px);
  border-radius: 60px 0 0 60px;
  background: #FAE100;
  position: absolute;
  z-index: -1;
  right: -280px;
  top: -80px;
}
.p_top_cont_3_pic.general:before{
  content: "";
  width: 100%;
  height: calc(100% + 80px);
  border-radius: 60px 0 0 60px;
  background-color: hsla(197,69%,53%,1);
  background-image: radial-gradient(at 82% 19%, hsla(180,33%,93%,1) 0px, transparent 50%), radial-gradient(at 80% 100%, hsla(194,54%,72%,1) 0px, transparent 50%), radial-gradient(at 9% 16%, hsla(195,73%,68%,1) 0px, transparent 50%);
  position: absolute;
  z-index: -1;
  right: -280px;
  top: -80px;
}

@media screen and (max-width: 1200px) {
.p_top_cont_3_inner{
  margin-left: 20px;
}
}

@media screen and (max-width: 767px) {
  .p_top_cont_3_inner{
    flex-direction : column;
    width: calc(100% - 40px);
    padding-top: 24px;
  }
  .p_top_cont_3_inner:before {
    font-size: 6.0rem;
  }
  .p_top_cont_3_inner .cont{
    width: 100%;
    margin-right: 0;
  }
  .p_top_cont_3_pic{
    margin-top: 32px;
    height: auto;
    width: 437px;
    margin-left: 60px;
  }
  .p_top_cont_3_pic:before{
    right: -43%;
    top: -12px;
    height: calc(100% + 28px);
  }
  .p_top_cont_3_inner .c_card_1{
    margin-top: 30px;
  }
}
/* ======================================================================
 p_top_cont_4
====================================================================== */
.p_top_cont_4{
  margin-top: 124px;
  position: relative;
}
.p_top_cont_4:before{
  content: "";
  width: 100%;
  height: calc(100% - 306px);
  border-radius: 0 60px 60px 0;
background: #FAE100;
  position: absolute;
  z-index: -1;
  left: -60%;
  top: 356px;
}
.p_top_cont_4.general:before{
  content: "";
  width: 100%;
  height: calc(100% - 306px);
  border-radius: 0 60px 60px 0;
background-color:hsla(197,69%,53%,1);
background-image:
radial-gradient(at 82% 19%, hsla(180,33%,93%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(194,54%,72%,1) 0px, transparent 50%),
radial-gradient(at 9% 16%, hsla(195,73%,68%,1) 0px, transparent 50%);
  position: absolute;
  z-index: -1;
  left: -60%;
  top: 356px;
}
.p_top_cont_4_inner{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}
.p_top_cont_4 .c_ttl_2{
  margin-bottom: 82px;
}
.p_top_cont_4 .en_bg {
  left: 385px;
  top: 0;
  transform: none;
}

.p_top_cont_4 .c_card_2{
  margin-bottom: 72px;
}
.p_top_cont_4 .c_card_2:last-child{
  margin-bottom: 0;
}


@media screen and (max-width: 1280px) {
  .p_top_cont_4_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p_top_cont_4{
    margin-top: 112px;
  }
  .p_top_cont_4 .c_card_2{
    margin-bottom: 50px;
  }
  .p_top_cont_4:before{
    content: none;
  }
  .p_top_cont_4 .en_bg {
    left: 0;
    top: -30px;
    transform: none;
    white-space: nowrap;
  }
  .p_top_cont_4 .c_ttl_2{
    margin-bottom: 30px;
  }
}


/* ========p_top_cont_5_bg========== */
.p_top_cont_5_bg{
  background: #FFFAC8;
  border-radius: 60px;
  padding: 80px 0 100px;
  margin-top: 138px;
}
.p_top_cont_5_bg.general{
  background: linear-gradient(to bottom,  #f2f9fb 0%,#e2eff5 100%); 
  border-radius: 60px;
  padding: 80px 0 100px;
  margin-top: 138px;
}
@media screen and (max-width: 767px) {
.p_top_cont_5_bg{
  border-radius: 30px;
  padding-bottom: 76px;
  margin-top: 50px;
}
}
/* ========p_top_cont_5========== */

.p_top_cont_5{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

.p_top_cont_5 .c_ttl_2{
  margin-bottom: 92px;
}
@media screen and (max-width: 1280px) {
  .p_top_cont_5 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1178px) {
  .p_top_cont_5 .c_list_1 .c_list_1_item {
    width: calc(50% - 20px);
    margin-bottom: 70px;
  }
  .p_top_cont_5 .c_list_1::before {
    content: none;
  }
}

@media screen and (max-width: 795px) {
  .p_top_cont_5 .c_list_1 .c_list_1_item {
    width: 100%;
  }
  .p_top_cont_5 .c_list_1 .c_list_1_item:last-child{
    margin-bottom: 0;
  }
}

/* ========p_top_cont_6========== */

.p_top_cont_6{
  position: relative;
  padding-top: 50px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
  margin-top: 98px;
}
.p_top_cont_6_inner{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}
.p_top_cont_6 .c_ttl_1{
  margin-bottom: 48px;
}

.p_top_cont_6_txt_1{
  font-size: 2.8rem;
  font-weight: 700;
  color: #F49E00;
  letter-spacing: 0.08em;
  text-align: center;
}
.p_top_cont_6_txt_1.general{
  font-size: 2.8rem;
  font-weight: 700;
  color: #249BD3;
  letter-spacing: 0.08em;
  text-align: center;
}
.p_top_cont_6_txt_2{
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 10px;
}
.p_top_cont_6_txt_3{
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 7px;
  display: none;
  color: #7A7A7A;
}
.p_top_cont_6 .c_btn_1{
margin-top: 42px;
}
@media screen and (max-width: 1280px) {
  .p_top_cont_6{
padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p_top_cont_6{
    margin-top: 50px;
  }
  .p_top_cont_6_txt_1{
    font-size: 2.1rem;
  }
  .p_top_cont_6_txt_2{
    font-size: 1.6rem;
  }
  .p_top_cont_6_txt_3{
    display: block;
  }
}
/* ========p_top_cont_6_tbl========== */
.p_top_cont_6_tbl{
  width: 100%;
  margin-top: 80px;

  border-spacing: 0;
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .p_top_cont_6_inner{
    overflow-x: scroll;
  }
  .p_top_cont_6_tbl{
    width: 876px;
    margin-top: 80px;
  }
}
/* ========p_top_cont_6_tbl tr========== */
.p_top_cont_6_tbl .tr.bg_1{
background: #F4F9FE;
}
/* ========p_top_cont_6_tbl th========== */

.p_top_cont_6_tbl .th{
    font-size: 1.8rem;
  font-weight: 400;
  padding: 18px 0 18px 30px;
  vertical-align: middle;
  border-left:1px solid #C4C4C4;
  border-right:1px solid #C4C4C4;
}
.p_top_cont_6_tbl .th.w1{
  width: 16%;
}
.p_top_cont_6_tbl .th.w2{
  width: 27%;
}
.p_top_cont_6_tbl .th.w3{
  width: 30%;
}
.p_top_cont_6_tbl .th_0{
  border: none;
  padding: 0;
  vertical-align: bottom;
}
.p_top_cont_6_tbl .th_1{
  border-radius: 10px 0 0 0;
  border: 1px solid #C4C4C4;
  border-bottom: none;
}
.p_top_cont_6_tbl .th_2{
  border-radius: 0 0 0 10px;
  border: 1px solid #C4C4C4;
  border-top: none;
}
.ttl_plan{
  padding: 24px;
  color: #fff;
  text-align: center;
  background: #4AB4E5;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.ttl_plan .main{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.ttl_plan .sub{
  font-size: 1.6rem;
  font-weight: 400;
}
.ttl_plan.plan2{
  background: #249BD3;
    padding:52px 24px 30px
}
.ttl_plan.plan3{
  background: #1976D2;
}
.ttl_plan .trial{
  font-size: 1.8rem;
  font-weight: 700;
position: absolute;
background: #F49E00;
border-radius: 0 0 18px 18px;
color: #fff;
padding: 4px 0 6px;
width: 220px;
top: 0;
left: 50%;
transform: translate(-50% , 0);
}



@media screen and (max-width: 767px) {
  .p_top_cont_6_tbl .th{
    font-size: 1.4rem;
    padding: 18px 10px;
  }
  .p_top_cont_6_tbl .th_0{
    border: none;
    padding: 0;
    vertical-align: bottom;
  }
  .p_top_cont_6_tbl .th.w1{
    width: 118px;
  }
  .p_top_cont_6_tbl .th.w2{
    width: 179px;
  }
  .p_top_cont_6_tbl .th.w3{
    width: 336px;
  }
  .p_top_cont_6_tbl .th.w4{
    width: 242px;
  }

  .ttl_plan{
    padding: 24px 10px;
  }
  .ttl_plan .main{
    font-size: 2.0rem;}
    .ttl_plan .sub{
      font-size: 1.4rem;
    }
  }


/* ========p_top_cont_6_tbl td========== */

.p_top_cont_6_tbl .td{
    font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.p_top_cont_6_tbl .td_1{
  border-bottom: 1px solid #C4C4C4;
}
.p_top_cont_6_tbl .td_2{
  border-radius: 0 0 10px 0;
  border: 1px solid #C4C4C4;
  border-top: none;
  border-left: none;
}
.p_top_cont_6_tbl .td_3{
  border-right: 1px solid #C4C4C4;
}
.p_top_cont_6_tbl .td_4{
  background: #E2EFFC;
}
.p_top_cont_6_tbl .td_5{
  background: #F4F9FE;
}
.p_top_cont_6_tbl .td_6{
  position: relative;
   box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.16)
}


.p_top_cont_6_tbl .td .c_btn_2{
margin: 0 auto;
margin-top: 12px;
}
.p_top_cont_6_tbl .td .sub{
  font-size: 1.3rem;
}
.p_top_cont_6_tbl .td .markWrap{
display: flex;
justify-content: center;
align-items: center;
}


@media screen and (max-width: 767px) {
  .p_top_cont_6_tbl .td {
    font-size: 2.0rem;
  }
}
/* ========p_top_cont_6_notes========== */
.p_top_cont_6_notes_wrap{
    margin-left: auto;
    width: 420px;
    margin-top: 10px;
}
.p_top_cont_6_notes{
  font-size: 1.3rem;
  color: #7A7A7A;
  font-weight: 400;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_top_cont_6_notes_wrap{
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
  }
  .p_top_cont_6_notes{
    font-size: 1.2rem;
    text-align: right;
  }
}



/* ========txt_em_1========== */
.p_top_cont_6_tbl .txt_em_1{
  color: #FF1766;
  position: relative;
  font-size: 2.7rem;
display: inline-flex;
    justify-content: center;
    align-items: center;
}
.p_top_cont_6_tbl .em{
  font-size: 5.6rem;
  padding-left: 6px;
  letter-spacing: 0.05em;
  margin-top: -16px;
  display: block;
  line-height: 1;
}
.p_top_cont_6_tbl .txt_em_1:before,
.p_top_cont_6_tbl .txt_em_1:after{
      content: "";
      position: absolute;
      background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 28px;
}
.p_top_cont_6_tbl .txt_em_1:before{
    bottom: 6px;
    left: -26px;
    background-image: url(../../assets/img/p_top/p_top_cont_6_ico_1.svg);

}
.p_top_cont_6_tbl .txt_em_1:after{
    bottom: 6px;
    right: -30px;
    background-image: url(../../assets/img/p_top/p_top_cont_6_ico_2.svg);

}
.p_top_cont_6_fee_ttl{
  background: #828F9D;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 5px;
  margin-top: 12px;
}
.p_top_cont_6_fee_cont{
  background: #fff;
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  padding: 10px 16px;
}
.p_top_cont_6_fee_card{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.p_top_cont_6_fee_card .txt{
  flex: 40%;
  text-align: left;
}
.p_top_cont_6_fee_card .txt .sub{
  font-size: 1.4rem;
  font-weight: 400;
}
.p_top_cont_6_fee_card .txt .main{
  font-size: 1.6rem;
}
.p_top_cont_6_fee_card .fee{
  flex: 40%;
  font-size: 2.0rem;
  margin-left: 16px;
  text-align: left;
}
.p_top_cont_6_fee_card .fee .txt2{
  font-size: 1.4rem;
}
.p_top_cont_6_fee_card:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p_top_cont_6_fee_card .memo{
  flex: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
.p_top_cont_6_fee_card .memo .txt_em_2{
  color: #FF1766;
}
/* ========p_top_faq========== */

.p_top_faq{
  margin-top: 130px;
  padding: 126px 0;
  border-radius: 60px;
  background: #FAE100;
}
.p_top_faq.general{
  margin-top: 130px;
  padding: 126px 0;
  border-radius: 60px;
  background: linear-gradient(135deg,  #6eccee 0%,#249bd3 100%); 
}
.faqList {
  margin-bottom: 30px;
  margin-top: 87px;
}
.faqList .faqBox {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
}

.q {
  font-size : 1.8rem;
  position : relative;
  padding: 24px;
  padding-left: 100px;
  cursor : pointer;
  font-weight: bold;
  font-weight: bold;
  font-weight: 700;
  transition: all .2s ease-in-out;
}
.q:before {
    font-size : 3.2rem;
    line-height : 0;
    position : absolute;
    top : 50%;
    left : 44px;
    display : block;
    content : 'Q';
    transform : translate(0 , -50%);
    color : #F49E00;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    border-radius: 10px 10px 0 0;
}
.q.general:before {
    font-size : 3.2rem;
    line-height : 0;
    position : absolute;
    top : 50%;
    left : 44px;
    display : block;
    content : 'Q';
    transform : translate(0 , -50%);
    color : #4AB4E5;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    border-radius: 10px 10px 0 0;
}
.ico_open{
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(0 , -50%);
  width: 14px;
  height: 14px;
}
.ico_open:before,
.ico_open:after{
  content: "";
  background: #6FC0DA;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  position: absolute;
  transition: all .2s ease-in-out;
}
.ico_open:before{
  width: 14px;
  height: 2px;
}
.ico_open:after{
  width: 2px;
  height: 14px;
}
.active .q{
    background: #DCE5F9;
}
.active .q:after {
    background: url(/img/faq_close.svg);
        background-repeat: no-repeat;
}

.a {
  position : relative;
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 24px;
  padding-left: 100px;
  line-height: 1.8;
}
.a:before {
    font-size : 3.2rem;
    position : absolute;
    top : 10px;
    left : 44px;
    display : block;
    content : 'A';
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1;
    line-height: 1.8;
}
.a:after {
  content: "";
  width: 93%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50% , 0);
}
@media screen and (max-width: 767px) {
  .p_top_faq{
    margin-top: 50px;
    padding: 80px 0 50px;
    border-radius: 30px;
  }
  .faqList{
    margin-top: 25px;
  }
  .faqList .faqBox{
    margin-bottom: 10px;
  }
  .q{
    font-size: 1.6rem;
    padding: 24px 42px;
  }
  .q:before {
    top: 40px;
    left : 10px;
  }
  .q.general:before {
    top: 40px;
    left : 10px;
  }
  .ico_open{
    right: 10px;
  }
  .a{
    font-size: 1.6rem;
    padding: 24px 42px;
    padding-top: 16px;
  }
  .a:before{
    top: 0;
    left : 10px;
  }
}
/* ========p_top_cont_flow========== */

.p_top_cont_flow{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}
.p_top_cont_flow .c_ttl_1{
  margin-top: 90px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .p_top_cont_flow {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p_top_cont_flow .c_ttl_1{
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .p_top_cont_flow .u_content_size_2{
    padding: 0;
  }
}
/* ========c_card_flow========== */
.c_card_flow{
  position: relative;
}
.c_card_flow_pic{
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 230px;
  margin-bottom: 20px;
}
.c_card_flow_pic .num{
  font-size: 5.8rem;
  color: #FAE100;
  font-weight: 500;
  position: absolute;
  top: -40px;
  left: -6px;
  z-index: 2;
}
.c_card_flow_pic.general .num{
  font-size: 5.8rem;
  color: #249BD3;
  font-weight: 500;
  position: absolute;
  top: -40px;
  left: -6px;
  z-index: 2;
}
.c_card_flow_pic .img{
  width: 100%;
  max-width: 230px;

}
.c_card_flow_ttl{
  font-size: 2.4rem;
  font-weight: 700;
  color: #FAE100;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-align: center;
}
.c_card_flow_ttl.general{
  font-size: 2.4rem;
  font-weight: 700;
  color: #249BD3;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-align: center;
}
.c_card_flow_txt{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

.c_card_flow:after{
  position: absolute;
  top: 90px;
  right: -33px;
  content: "";
  background: url(../../assets/img/ico/arrow_flow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 33px;
  height: 44px;
  z-index: -1;
}
.c_card_flow.general:after{
  position: absolute;
  top: 90px;
  right: -33px;
  content: "";
  background: url(../../assets/img/ico/arrow_flow-general.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 33px;
  height: 44px;
  z-index: -1;
}
.c_card_flow:last-child:after{
  content: none;
}
@media screen and (max-width: 767px) {
  .c_card_flow_pic_wrap{
    display: flex;
    align-items: center;
  }
  .c_card_flow_pic{
    width: 115px;
  }
  .c_card_flow_ttl{
    font-size: 2.2rem;
    margin-bottom: 0;
    flex: 1;
    text-align: left;
    margin-left: 8px;
    margin-top: -20px;
  }
  .c_card_flow_txt{
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  .c_card_flow:after{
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(50%, 0);
    content: "";
    background: url(../../assets/img/ico/sp/arrow_flow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 44px;
    height: 33px;
    z-index: -1;
  }
  .c_card_flow.general:after{
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(50%, 0);
    content: "";
    background: url(../../assets/img/ico/sp/arrow_flow-general.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 44px;
    height: 33px;
    z-index: -1;
  }
}

/* ========p_top_flow_list========== */
.p_top_flow_list{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p_top_flow_list .c_card_flow{
  width: calc(33.3333% - 20px);
}
.p_top_flow_arrow{
  width: 33px;
  height: 45px;
  margin-top: 90px;
}


@media screen and (max-width: 767px) {
  .p_top_flow_list{
flex-direction : column;
}
.p_top_flow_list .c_card_flow{
  width: 100%;
  margin-bottom: 48px;
}
.p_top_flow_list .c_card_flow:last-child{
  margin-bottom: 0;
}

}




/* ========p_top_form_bg========== */
.p_top_form_bg{
  background: #FFFAC8;
  border-radius: 60px 60px 0 0;
  padding: 130px 0;
  margin-top: 138px;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}
.p_top_form_bg.general{
  background: linear-gradient(to bottom,  #f2f9fb 0%,#e2eff5 100%); 
  border-radius: 60px 60px 0 0;
  padding: 130px 0;
  margin-top: 138px;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05); 
}
@media screen and (max-width: 767px) {
  .p_top_form_bg{
    margin-top: 50px;
    border-radius: 30px 30px 0 0;
    padding: 110px 0 50px;

  }
}
/* ========p_top_form_ttl_1========== */
.p_top_form_ttl_1{
  text-align: center;
  font-weight: 700;
  font-size: 3.6rem;
  position: relative;
  margin-bottom: 42px;
}
.p_top_form_ttl_1 .txt{
  margin-top: 20px;
}
.p_top_form_ttl_1 .en_bg {
    font-weight: 300;
    font-size: 14rem;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50% , -45%);
    color: rgba(255,255,255,0.6);
    line-height: 1;
    width: 100%;
    z-index: -1;
}
.p_top_form_txtBox_1{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
.p_top_form_txtBox_2{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .p_top_form_txtBox_1{
    padding: 0 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p_top_form_ttl_1{
    padding: 0 20px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .p_top_form_ttl_1 .en_bg{
    font-size: 8.0rem;
    top: -20px;
  }
  .p_top_form_ttl_1 .c_ttl_bubble{
font-size: 1.5rem;
  }
}
/* ======================================================================
 #form
====================================================================== */

/* ========form_inner========== */

.form_inner{
  background: #fff;
  border-radius: 10px;
  padding: 60px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
.form_inner{
  padding: 30px 18px;
  position: relative;
  margin: 0 20px;
  width: calc(100% - 40px);
  max-width: 100%;
  margin-top: 60px;
}
}
/* ========#form========== */
#form {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  z-index: 2;
}

/* ======================================================================
 p_contact_txt_sub
====================================================================== */
.p_contact_txt_sub {
  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;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p_contact_txt_sub {
    font-size: 1.4rem;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* ======================================================================
 p_contact_ttl
====================================================================== */
.p_contact_ttl_1 {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 50px;
}
.p_contact_ttl_1:after {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 4px 8px;
  content: "任意";
  background: #303434;
  position: absolute;
  top: 1px;
  left: 0;
}

.p_contact_ttl_1.required:after {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 4px 8px;
  content: "必須";
  background: #4AB4E5;
  position: absolute;
  top: 1px;
  left: 0;
}


/* ======================================================================
 p_contact_formList
====================================================================== */
.p_contact_formList {
  margin-bottom: 20px;
}
.p_contact_formList .p_contact_formList_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_contact_formList .p_contact_formList_item {
    margin-bottom: 4px;
  }
}

/* ======================================================================
 p_contact_cardA
====================================================================== */
.p_contact_cardA {
  padding: 30px 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #D6D6D6;
}
.p_contact_cardA.l_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p_contact_cardA .p_contact_ttl_1 {
  width: 25%;
}
.p_contact_cardA.l_start .p_contact_ttl_1{
  margin-top: 15px;
}
.p_contact_cardA .p_contact_formItem {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p_contact_cardA .p_contact_formItem .p_contact_formBg {
  width: 100%;
  height: 50px;
  background: #F7F7F7;
  border-radius: 5px;
}

.p_contact_cardA .p_contact_formItem .p_contact_formBg:nth-child(n+2){
  margin-top: 15px;
}
.p_contact_cardA .p_contact_formItem .p_contact_formBg.mt0{
  margin-top: 0;
}
.p_contact_cardA .p_contact_formItem .p_contact_formBg.size_S{
  width: 283px;
}
.p_contact_cardA .p_contact_formItem .p_contact_formBg.size_SS{
  width: 233px;
}
/* =====================
  postal
===================== */
.p_contact_cardA .p_contact_formItem .postalWrap{
  display: flex;
  align-items: center;
}
.p_contact_cardA .p_contact_formItem .postalWrap .postal{
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: 15px;
}
.p_contact_cardA .p_contact_formItem .postalWrap .postal_txt{
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p_contact_cardA .p_contact_formItem .postalWrap{
    flex-wrap : wrap;
  }
  .p_contact_cardA .p_contact_formItem .postalWrap .postal_txt{
    font-size: 1.2rem;
    margin-left: 0;
    width: 100%;
    margin-top: 4px;
  }
}
/* =====================
  select
===================== */

.p_contact_cardA .p_contact_formItem .p_contact_selectBg_wrap {
    height: 50px;
    background: #F7F7F7;
    border-radius: 5px;
    margin-top: 15px;
    width: 283px;
}
.p_contact_cardA .p_contact_formItem .p_contact_selectBg {
  background: url(../img/ico/form-select.svg) 50% no-repeat;
  background-position: center right;
  background-size: 20px, 10px;
}
.p_contact_selectBg .select.is-empty{
  color: #999999;
}
.p_contact_selectBg .select:invalid {
  color: #999999;
}
/* =====================
  p_contact_formItem .input  select
===================== */
.p_contact_cardA .p_contact_formItem .input, .p_contact_cardA .p_contact_selectBg .select {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border-radius: 2px;
}
.p_contact_cardA .p_contact_formItem .textarea {
  background: #F7F7F7;
  font-size: 16px;
  height: 240px;
  width: 100%;
  padding-right: 0;
  padding: 15px 20px;
}
.p_contact_cardA ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}
.p_contact_cardA :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.p_contact_cardA ::-moz-placeholder {
  /* Others */
  color: #999999;
}
.p_contact_cardA ::-ms-input-placeholder {
  /* Others */
  color: #999999;
}
.p_contact_cardA ::placeholder {
  /* Others */
  color: #999999;
}
.p_contact_cardA.check .p_contact_formItem {
  color: #000;
  font-weight: bold;
}
.p_contact_cardA .p_contact_cardA_txt {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  font-weight: 400;
}
.p_contact_cardA .p_contact_cardA_txt.mt20{
  margin-top: 20px;
}
.p_contact_cardA .p_contact_box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p_contact_cardA .p_contact_box_1 .p_contact_box_1_txt {
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .p_contact_cardA {
    padding: 14px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_contact_cardA .p_contact_ttl_1 {
    width: 100%;
    font-size: 1.4rem;
  }
  .p_contact_cardA .p_contact_formItem {
    width: 100%;
    margin-top: 10px;
  }
  .p_contact_cardA.check .p_contact_formItem {
    font-weight: normal;
  }
  .p_contact_cardA .p_contact_cardA_txt {
    padding-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact_cardA .p_contact_cardA_txt{
    font-size: 1.2rem;
  }
  .placeholder_S::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 1.2rem;
  }
  .placeholder_S:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 1.2rem;
  }
  .placeholder_S::-moz-placeholder {
    /* Others */
    font-size: 1.2rem;
  }
  .placeholder_S::-ms-input-placeholder {
    /* Others */
    font-size: 1.2rem;
  }
  .placeholder_S::placeholder {
    /* Others */
    font-size: 1.2rem;
  }
}



/* =====================
  p_contact_confirmBg
===================== */
.p_contact_confirmBg {
  padding: 12px 20px;
  display: flex;
  align-items: center;

  width: 100%;
  background: #F7F7F7;
  border-radius: 5px;
min-height: 50px;
}
.p_contact_confirmBg.size_S{
  width: 283px;
}
.p_contact_confirmBg.size_SS{
  width: 233px;
}
.p_contact_confirmBg + .p_contact_confirmBg{
  margin-top: 15px;
}
.p_contact_confirmBg.mt15{
  margin-top: 15px;
}
/* =====================
  p_contact_list_area
===================== */
.p_contact_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_contact_list_area .p_contact_checkList_item {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p_contact_list_area .p_contact_checkList_item {
    width: calc(50% - 10px);
  }
}

/* =====================
  checkbox
===================== */
.checkbox .prich {
  margin-right: 4px;
  display: inline-block;
  cursor: pointer;
}
.checkbox .checkbox01-input, .checkbox .radio-input {
  display: none;
}
.checkbox .checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border:1px solid #303434;
  background: #fff;
}
.checkbox .checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 8px;
  width: 7px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #1571DA;
  border-right: 2px solid #1571DA;
}
.checkbox .checkbox01-input:checked + .checkbox01-parts::before {
  border:2px solid #1571DA;
  background: #fff;
}
.checkbox .checkbox01-parts,
.checkbox .radio-input + .prich {
  line-height: 1.7;
  position: relative;
  padding-left: 24px;
  padding-top: 0;
}

/* =====================
  p_contact_list_radio
===================== */
.p_contact_list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_contact_list_radio .p_contact_list_radio_item {
  margin-right: 30px;
}

/* =====================
  radio
===================== */
.radio-input {
  display: none;
}

.radio-input + label {
  position: relative;
  padding-left: 36px;
}

.radio-input + label::before {
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  background: #fff;
}

.radio-input:checked + label {
  color: #0E224B;
}

.radio-input:checked + label::after {
  position: absolute;
  top: -2px;
  left: 4px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 50%;
  background: #0E224B;
}

@media screen and (max-width: 767px) {
  .radio-input + label {
    position: relative;
    margin-right: 0;
    padding-left: 36px;
  }
}
/* =====================
  agree-box
===================== */
.agree-box {
  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;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 42px auto 10px;
}
.agree_notes_wrap{
  text-align: center;
}
.agree_notes{
  font-size: 1.4rem;
  position: relative;
  padding-left: 14px;
  position: relative;
  display: inline-block;
}
.agree_notes:before{
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .agree-box {
    font-size: 1.4rem;
    margin: 20px auto 10px;
  }
}
/* =====================
  p_entry_txt
===================== */

.p_entry_txt_1 {
  font-family:  'Roboto',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p_entry_txt_1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

/* =======================================

   validationEngine

 ======================================= */
.formError {
  z-index: 2;
}

.formError .formErrorContent {
  z-index: 3;
}

.formError .formErrorArrow {
  z-index: 4;
}

.ui-dialog .formError {
  z-index: 2;
}

.ui-dialog .formError .formErrorContent {
  z-index: 3;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 4;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  display: none;
  padding: 20px;
  border: 1px solid #999;
  background: #55ea55;
}

.formError .formErrorContent {
  font-size: 1.3rem;
  position: relative;
  width: 100%;
  padding: 4px 10px;
  color: #fff;
  background: #8e001b;
}

.formError.inline .formErrorContent {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  color: #fff;
  background: #393939;
}

.formError .formErrorArrow {
  position: relative;
  width: 15px;
  margin: -2px 0 0 13px;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  top: 2px;
  margin: 0 0 0 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  display: none;
}

.formError .formErrorArrow div {
  font-size: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 1px;
  margin: 0 auto;
  background: #8e001b;
}

.formError .formErrorArrowBottom div {
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  color: #fff;
  background: #393939;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
  border-left: 2px solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.formError .formErrorContent {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding: 4px 0;
  color: #FF0022;
  background: transparent;
}


.validateTxt .inline {
  padding-top: 18px;
}
/* ========c_btn_back========== */
.c_btn_back{
  border-radius: 60px;
  border: 1px solid #828F9D;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all .2s ease-in-out;
  margin-right: 20px;
  width: 160px;
  height: 70px;
}
.c_btn_back_txt{
  color: #828F9D;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
}

.hover .c_btn_back:hover {
  background: #828F9D;
}

.hover .c_btn_back:hover .c_btn_back_txt{
color: #fff;
}
@media screen and (max-width: 767px) {
  .c_btn_back{
    height: 50px;
    max-width: 100px;
    margin-right: 8px;
  }
  .c_btn_back_txt{
    font-size: 1.3rem;
  }
}
/* ========c_btn_input========== */
.c_btn_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.c_btn_input {
  border-radius: 60px;
  border: 1px solid #F49E00;
  background: #F49E00;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction : column;
  text-align: center;
  transition: all .2s ease-in-out;
  margin-right: 20px;
  width: 400px;
  height: 70px;
}
.c_btn_input .c_btn_input_txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c_btn_input .input {
  height: 70px;
 width: 100%;
 letter-spacing: 0.1em;
}
.c_btn_input .ico{
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  transform: translate(0 , -50%);
  background: url(../../assets/img/ico/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.hover .c_btn_input:hover{
  background: #fff;
}
.hover .c_btn_input:hover .c_btn_input_txt{
  color: #F49E00;
}
.hover .c_btn_input:hover .ico{
  background: url(../../assets/img/ico/arrow_right_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}


@media screen and (max-width: 767px) {
  .c_btn_input{
    margin-right: 0;
    height: 50px;
  }
 .c_btn_input .c_btn_input_txt{
font-size: 1.3rem;
}
}

/* 202404 */
.p_top_cont_6_fee_card .txt .sub_notes {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p_top_cont_6_fee_card .txt .sub_notes {
    font-size: 1.2rem;
  }
}
