/*　ーー全体設定ーー　*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
}
img {
  vertical-align: top;
}
h1 {
  margin: 0px;
}
h2 {
  margin: 0px;
}
p {
  margin: 0px;
}
ul {
  margin: 0px;
}
.last_cta {
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .last_cta {
    padding-bottom: 25px;
  }
}
.abtn {
  font-family: Zen Kaku Gothic New;
  background-color: #ed7584;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.bbtn {
  font-family: Zen Kaku Gothic New;
  background-color: #008cd6;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.cbtn {
  font-family: Zen Kaku Gothic New;
  background-color: #fabe00;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.dbtn {
  font-family: Zen Kaku Gothic New;
  background-color: #193f54;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  #footer-fix {
    display: none;
  }
}
#footer-fix {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  background: #eee;
  padding: 1px 0 0 0;
  font-size: 14px;
  z-index: 10;
}
#footer-fix #footer-fix-menu {
  text-align: center;
  padding: 0;
  display: table;
  width: 100%;
}
#footer-fix #footer-fix-menu li {
  display: table-cell;
  width: 25%;
  padding: 0;
  margin: 0;
  height: 60px;
  position: relative;
  vertical-align: middle;
  border: 1px solid #ffffff;
  font-size: 13px;
  border-radius: 5px;
}
#footer-fix #footer-fix-menu li:hover {
  opacity: 0.9;
}
#footer-fix #footer-fix-menu li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*　ーー⬇︎TOPページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*マーカーアンダーライン仕様*/
.gradient {
  background: linear-gradient(transparent 75%, #f5f787 75%);
}
/*　ーーファーストビューー　*/
.fv {
  background-image: url("./image/fv/kv.png");
  background-size: cover;
  height: auto;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 1000px) {
  .fv {
    display: flex;
    background-image: url("./image/fv/pckv.png");
    height: 100vh;
  }
}
.fvtitle_img {
  width: 61%;
}
@media screen and (min-width: 1000px) {
  .fvtitle_img {
    width: 83%;
  }
  .fvleft {
    width: 50%;
  }
  .fvright {
    width: 50%;
    padding-right: 150px;
  }
}
.kvmock_img {
  width: 61%;
}
@media screen and (min-width: 1000px) {
  .kvmock_img {
    width: 57%;
    padding-top: 40px;
  }
}
.kvtitle {
  padding-top: 60px;
}
.kvcatch {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .kvcatch {
    font-size: 36px;
  }
}
.kvimg {
  margin-top: 17px;
  padding-bottom: 54px;
}

/*　ーー【section】PTA会員向けプランでできることーー　*/
.sec01 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .sec01 {
    padding-left: 15%;
    padding-right: 15%;
  }
  .sec01title {
    margin-top: 81px;
  }
}
/*　ーーメリット① リアルタイム配信ーー　*/
.pc_crm {
  display: none;
}
.pc_crm01 {
  display: none;
}
.sp_crm01 {
  background-image: url("./image/sp_crmback.png");
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .crmleft {
    width: 45%;
  }
  .crmright {
    width: 55%;
    text-align: left !important;
  }
  .pc_crm {
    display: block !important;
    background-color: #f3f9fc;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 11%;
    padding-right: 11%;
    border-radius: 10px;
  }
  .pc_crm01 {
    display: block !important;
    background-color: #f3f9fc;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 9%;
    padding-right: 9%;
    border-radius: 10px;
  }
  .pc_crmtitle {
    font-family: Zen Kaku Gothic New;
    color: #008cd6;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .pc_crmsub {
    font-family: Zen Kaku Gothic New;
    color: #ffffff;
    background-color: #008cd6;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    border-radius: 5px;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc_crmtext {
    font-family: Zen Kaku Gothic New;
    color: #193f54;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }
  .sp_crm {
    display: none;
  }
  .sp_crm01 {
    display: none;
  }
  .pc_crm01 {
    background-image: url("./image/pc_sp_crmback.png");
    background-size: cover;
  }
  .pc_flex {
    display: flex;
  }
  .pc_crmimg01 {
    margin-right: 30px;
  }
}
.crm {
  background-color: #f3f9fc;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .crm {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.crmtitle {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .crmtitle {
    font-size: 36px;
  }
}
.crmsub {
  font-family: Zen Kaku Gothic New;
  color: #ffffff;
  background-color: #008cd6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 1000px) {
  .crmsub {
    font-size: 28px;
  }
}
.margintop16 {
  margin-top: 8px;
}
.crmtext {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left!;
}
@media screen and (min-width: 1000px) {
  .crmtext {
    font-size: 28px;
  }
  .crmtext02 {
    font-size: 18px;
    width: auto;
  }
}
.top_pcimg {
  width: 70%;
}
@media screen and (min-width: 1000px) {
  .top_pcimg {
    width: 38%;
  }
}
.crmimg01 {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}
.margintop80 {
  margin-top: 40px;
}
.margintop46 {
  margin-top: 23px;
}
.color {
  color: #ed7584;
}
.size {
  font-size: 30px;
  font-weight: 900;
}
@media screen and (min-width: 1000px) {
  .size {
    font-size: 48px;
  }
}
.margintop50 {
  margin-top: 25px;
}
.margintop40 {
  margin-top: 20px;
}
.crmimg02 {
  margin-top: 25px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .crmimg02 {
    margin-top: 50px;
  }
}
.over_icontop {
  position: absolute;
  top: -5%;
  right: 10%;
  width: 33%;
}
@media screen and (min-width: 1000px) {
  .over_icontop {
    width: 16%;
    right: 23%;
  }
}
.pc_img {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc_img {
    display: block;
  }
  .sp_img {
    display: none;
  }
  .margintop100padding30 {
    margin-top: 100px;
    padding-left: 30px;
  }
  .padding_top50 {
    padding-top: 20px !important;
  }
  .sp_yuutaiimgbox {
    display: none;
  }
  .pc_yuutaiimgbox {
    width: 100%;
    display: block !important;
    display: flex;
  }
  .pc_yuutaiimg {
    width: 25%;
    justify-content: space-between;
  }
}

.pc_yuutaiimgbox {
  display: none;
}
.sp_yuutaiimgtop {
  width: 100%;
  display: flex;
}
.sp_yuutaiimgbottom {
  width: 100%;
  display: flex;
}
.sp_yuutaiimg {
  width: 50%;
  justify-content: space-between;
}

/*　ーー【section】料金プランセクションーー　*/
.comparative_sp {
  background-color: #f3f9fc;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .comparative_sp {
    display: none;
  }
}
.pc_comparative {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc_comparative {
    display: block;
    background-color: #f3f9fc;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 120px;
  }
}
.sec02title {
  background-image: url("./image/sec04back.png");
  background-size: cover;
  height: 129px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .sec02title {
    background-image: url("./image/pc_sec04back.png");
    height: 350px;
  }
}
.padding_top80 {
  padding-top: 40px;
}
@media screen and (min-width: 1000px) {
  .padding_top80 {
    padding-top: 100px;
  }
}
.sec02box {
  text-align: center;
  background-color: #f3f9fc;
}
.plantitle {
  font-family: Zen Kaku Gothic New;
  background-color: #008cd6;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 10px 10px 0 0;
}
.plan {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .planright {
    padding-left: 0px;
    padding-right: 40px;
  }
  .planleft {
    padding-left: 40px;
    padding-right: 0px;
  }
  .center {
    justify-content: center;
    padding-left: 15%;
    padding-right: 15%;
  }
  .margin0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.pc_text {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc_text {
    display: block;
  }
}
.planbox {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 24px;
  border-radius: 0 0 10px 10px;
  padding-left: 23px;
  padding-right: 23px;
}
.price {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.plansize48 {
  font-size: 24px;
}
.plannaiyou {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.plannaiyou02 {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .plannaiyou {
    font-size: 18px;
  }
  .plannaiyou02 {
    font-size: 18px;
  }
  .height70 {
    height: 70px;
  }
}
.marginbottom40 {
  margin-bottom: 20px;
}
.over_icontop02 {
  position: absolute;
  top: -5%;
  right: 7%;
}
.top_cta {
  width: 83%;
  height: 40px;
  font-family: Zen Kaku Gothic New;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #008cd6;
  border-radius: 40px;
  border: none;
  margin-top: 15px;
  transition: 0.4s;
}
.top_cta:hover {
  background: #fff;
  color: #008cd6;
  border-color: #008cd6;
  border: solid 2px;
}
.top_cta02 {
  width: 83%;
  height: 48px;
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #fff;
  border-color: #008cd6;
  border-radius: 40px;
  border: solid 2px;
  margin-top: 25px;
  transition: 0.4s;
}
.top_cta02:hover {
  background: #008cd6;
  color: #fff;
  border-color: #008cd6;
  border: solid 2px;
}
.top_cta3 {
  width: 50%;
  height: 40px;
  font-family: Zen Kaku Gothic New;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #008cd6;
  border-radius: 40px;
  border: none;
  margin-top: 15px;
  transition: 0.4s;
}
.top_cta3:hover {
  background: #fff;
  color: #008cd6;
  border-color: #008cd6;
  border: solid 2px;
}
.top_cta4 {
  width: 30%;
  height: 40px;
  font-family: Zen Kaku Gothic New;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #008cd6;
  border-radius: 40px;
  border: none;
  margin-top: 15px;
  transition: 0.4s;
  cursor: pointer;
}
.top_cta4:hover {
  background: #fff;
  color: #008cd6;
  border-color: #008cd6;
  border: solid 2px;
}
@media screen and (min-width: 1000px) {
  .top_cta {
    width: 60%;
    height: 60px;
  }
  .top_cta02 {
    width: 60%;
    height: 60px;
  }
  .top_cta3 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 30%;
    height: 60px;
  }
  .top_cta4 {
    margin-top: 24px;
    margin-bottom: 36px;
    width: 20%;
    height: 60px;
  }
}
hr {
  height: 1px;
  width: 57%;
  background-color: #eaeaea;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.※ {
  font-family: Zen Kaku Gothic New;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left !important;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .※ {
    font-size: 16px;
    width: 100%;
    text-align: center !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*　ーー【section】PTA会員向け保険ーー　*/
.sec03 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.color02 {
  color: #ed7584;
}
.hoken {
  background-color: #f3f9fc;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-radius: 10px;
}
.flex {
  display: flex;
  width: 263.5px;
  margin: 0 auto;
}
.plus {
  width: 14px;
  color: #008cd6;
}
.hokenleft {
  display: none;
}
@media screen and (min-width: 1000px) {
  .flex {
    width: 100%;
    display: block;
  }
  .plus {
    width: 100%;
    font-size: 30px;
  }
  .hokenleft {
    width: 50%;
  }
  .hokenright {
    width: 100%;
  }
  .hoken_gap {
    gap: 20px;
  }
  .fontdown {
    font-size: 25px;
  }
  .hokenimg {
    width: 53% !important;
  }
}
.hokenimg {
  width: 83%;
}

/*　ーー【section】新サービスもどんどん追加！ーー　*/

.sec04title {
  background-image: url("./image/sec05back.png");
  background-size: cover;
  height: 181.5px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .sec04title {
    background-image: url("./image/pc_sec04back.png");
    height: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .sp_text {
    display: none;
  }
  .pc_font16 {
    font-size: 16px;
  }
  .pc_font28 {
    font-size: 28px;
  }
  .pc_font32 {
    font-size: 32px;
  }
}
.sec04box {
  text-align: center;
  background-color: #f3f9fc;
}
.adjustment02 {
  margin-top: 7.5px;
  margin-bottom: 25px !important;
}
.adjustment04 {
  font-size: 16px !important;
  margin-bottom: 22px;
}
@media screen and (min-width: 1000px) {
  .adjustment04 {
    font-size: 24px !important;
  }
}
.adjustment05 {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.margintop70 {
  margin-top: 35px;
}

.color03 {
  color: #ed7584;
  font-size: 28px;
}
@media screen and (min-width: 1000px) {
  .color03 {
    font-size: 48px;
  }
}

.sec04box {
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .sec04box {
    padding-bottom: 50px;
  }
}
.sec04text {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left !important;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .sec04text {
    margin-left: auto;
    margin-right: auto;
    width: 42%;
    font-size: 16px;
    text-align: center !important;
  }
}

.specialtitle {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.specialtitle02 {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.specialtitle03 {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.specialsub {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.specialtext {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left !important;
  margin-bottom: 40px;
}
/*　ーー特別サービスセクションの画像ーー　*/
.spimg01 {
  width: 92%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.spimg02 {
  width: 92%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.spimg03 {
  width: 92%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.spimg04 {
  width: 92%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.spimg05 {
  width: 92%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.spimg06 {
  width: 92%;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .spimg01 {
    width: 42%;
  }
  .spimg02 {
    width: 42%;
  }
  .spimg03 {
    width: 42%;
  }
  .spimg04 {
    width: 42%;
  }
  .spimg05 {
    width: 42%;
  }
  .spimg06 {
    width: 42%;
  }
  .specialtitle {
    font-size: 24px;
  }
  .specialtitle02 {
    font-size: 24px;
  }
  .specialtitle03 {
    font-size: 24px;
  }
  .specialsub {
    font-size: 24px;
  }
  .specialtext {
    margin-left: auto;
    margin-right: auto;
    width: 42%;
    font-size: 16px;
    text-align: left !important;
  }
}

/*　ーー⬆︎TOPページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

/*　ーー⬇︎プラン詳細ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.m15 {
  margin-bottom: 15px !important;
}
.d_page_box {
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .d_page_box {
    padding-bottom: 150px;
  }
}
.d_page_box {
  text-align: center;
  background-color: #f3f9fc;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .d_page_box {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.d_Aplan_box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1000px) {
  .d_Aplan_box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.d_Bplan_box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .d_Bplan_box {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
  }
}
.d_Cplan_box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .d_Cplan_box {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
  }
}
.d_Dplan_box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .d_Dplan_box {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
  }
}
.textleft {
  text-align: left !important;
}
.font24 {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left !important;
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 1000px) {
  .font24 {
    font-size: 16px;
    width: 76.5%;
    margin: 0 auto;
  }
}
.font24_Medium {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .font24_Medium {
    font-size: 18px;
    width: 74%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.osusume_text {
  background: linear-gradient(transparent 75%, #f5f787 75%);
  width: fit-content;
  margin: 0 auto;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .osusume_text {
    font-size: 28px;
    margin-top: 69px;
  }
}
.detail_cta {
  width: 90%;
  height: 40px;
  font-family: Zen Kaku Gothic New;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #008cd6;
  border-radius: 40px;
  border: none;
  margin-top: 25px;
  transition: 0.3s;
}
.detail_cta:hover {
  background: #fff;
  color: #008cd6;
  border-color: #008cd6;
  border: solid 2px;
}
@media screen and (min-width: 1000px) {
  .detail_cta {
    width: 378px;
    height: 80px;
    font-size: 24px;
  }
}
.margintop30 {
  margin-top: 15px !important;
}
/* アコーディオン全体のスタイリング */
.accordion {
  border-radius: 5px;
  margin-bottom: 10px;
  width: 87%;
  margin: 0 auto;
  border: none !important;
}
/* アコーディオンのヘッダー部分のスタイリング */
.accordion-header {
  padding: 10px;
  background-color: #f3f9fc;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative; /* 矢印アイコンの位置調整のため */
  list-style: none; /* デフォルトの矢印を消す */
  border-radius: 15px;
}
@media screen and (min-width: 1000px) {
  .accordion-header {
    border-radius: 15px;
    padding-left: 45px;
  }
}
/* アコーディオンのコンテンツ部分のスタイリング */
.accordion-content {
  padding-top: 15px !important;
  padding: 15px;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(17, 83, 119, 0.05);
}
/* カスタム矢印のスタイル */
.accordion-header::after {
  content: "+"; /* ここに好きなアイコンを設定できます */
  position: absolute;
  right: 10px; /* ヘッダーから右に10pxの位置 */
  transition: transform 0.2s ease-in-out; /* アニメーション効果 */
  top: 30%;
}
@media screen and (min-width: 1000px) {
  .accordion-header::after {
    right: 45px;
  }
}
/* アコーディオンが開いている時の矢印のスタイル */
.accordion[open] .accordion-header::after {
  transform: rotate(45deg);
}
.accordion[open] .accordion-header {
  border-radius: 15px 15px 0 0;
}
.accordion[open] .haisin_box {
  background-color: #ed7584;
  color: #fff;
}
.accordion[open] .yuutai_box {
  background-color: #008cd6;
  color: #fff;
}
.accordion[open] .online_box {
  background-color: #fabe00;
  color: #fff;
}
.accordion[open] .hoken_box {
  background-color: #193f54;
  color: #fff;
}
/* WebKitベースのブラウザでデフォルトの矢印を消す */
.accordion .accordion-header::-webkit-details-marker {
  display: none;
}
/*　ーー⬆︎プラン詳細ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

/*　ーー⬇︎プラン選択ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.page_box {
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .page_box {
    padding-bottom: 150px;
  }
}
.page_title {
  background-image: url("./image/sec05back.png");
  background-size: cover;
  height: 200px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .page_title {
    background-image: url("./image/pc_sec04back.png");
    height: 400px;
  }
}
.select_title {
  padding-top: 75px;
}
.title_red {
  font-family: Zen Kaku Gothic New;
  color: #ed7584;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px) {
  .title_red {
    font-size: 48px;
  }
}
.title_black {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px) {
  .title_black {
    font-size: 48px;
  }
}
.title_blue {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .title_blue {
    font-size: 48px;
  }
}
.font32 {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .font32 {
    font-size: 24px;
  }
}
.page_box {
  text-align: center;
  background-color: #f3f9fc;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .page_box {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.Aplan_box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1000px) {
  .Aplan_box {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
    margin-right: 18px;
  }
}
.Bplan_box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: 20px;

  position: relative;
}
@media screen and (min-width: 1000px) {
  .Bplan_box {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
    margin-left: 18px;
  }
}
.over_icon {
  position: absolute;
  right: 2%;
  width: 80px;
}

@media screen and (min-width: 1000px) {
  .over_icon {
    width: 10%;
    right: 14%;
  }
  .select_icon {
    width: 21%;
    right: 10%;
  }
}
.Cplan_box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .Cplan_box {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
    margin-right: 18px;
  }
}
.Dplan_box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .Dplan_box {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px;
    margin-left: 18px;
  }
}
.cbtext_top {
  font-family: DIN2014;
  background-color: #fabe00;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-radius: 10px;
  width: fit-content;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 7.5px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .cbtext_top {
    font-size: 18px;
    border-radius: 20px;
    padding-left: 20px;
    margin-top: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
.cbtext {
  font-family: DIN2014;
  background-color: #fabe00;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-radius: 10px;
  width: fit-content;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 7.5px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .cbtext {
    font-size: 28px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .select_cbtext {
    font-size: 20px;
  }
}
.haisin_box {
  font-family: Zen Kaku Gothic New;
  color: #ed7584;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .haisin_box {
    width: 74%;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 28px;
  }
}
.select_haisin {
  background-color: #f3f9fc;
  border-radius: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .select_haisin {
    font-size: 18px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
  }
}
.yuutai_box {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .yuutai_box {
    width: 74%;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
    padding-top: 32px;
    padding-bottom: 28px;
  }
}
.select_yuutai {
  background-color: #f3f9fc;
  border-radius: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .select_yuutai {
    font-size: 18px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
  }
}
.online_box {
  font-family: Zen Kaku Gothic New;
  color: #fabe00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .online_box {
    width: 74%;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
    padding-top: 32px;
    padding-bottom: 28px;
  }
}
.select_online {
  background-color: #f3f9fc;
  border-radius: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .select_online {
    font-size: 18px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
  }
}
.hoken_box {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .hoken_box {
    width: 74%;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
    padding-top: 32px;
    padding-bottom: 28px;
  }
}
.select_hoken {
  background-color: #f3f9fc;
  border-radius: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .align-items {
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
  }
  .select_hoken {
    font-size: 18px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
  }
}
.select_cta {
  width: 90%;
  height: 40px;
  font-family: Zen Kaku Gothic New;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #008cd6;
  border-radius: 40px;
  border: none;
  margin-top: 25px;
  transition: 0.3s;
}
.select_cta:hover {
  background: #fff;
  color: #008cd6;
  border-color: #008cd6;
  border: solid 2px;
}
@media screen and (min-width: 1000px) {
  .select_cta {
    width: 378px;
    height: 80px;
    font-size: 24px;
  }
}
/*　ーー⬆︎プラン選択ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

/*　ーー⬇︎特商法ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.commcontainer {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .commcontainer {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 100px;
  }
}
.commtitle {
  margin-top: 75px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .commtitle {
    margin-top: 140px;
    margin-bottom: 70px;
  }
}
.listtitle {
  font-family: Zen Kaku Gothic New;
  background-color: #008cd6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}
@media screen and (min-width: 1000px) {
  .listtitle {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.listtext {
  font-family: Zen Kaku Gothic New;
  background-color: #f3f9fc;
  color: #193f54;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1000px) {
  .listtext {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .tyousei {
    line-height: 1.6;
  }
}

/*　ーー⬆︎特商法ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

/*　ーー⬇︎利用規約ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.termscontainer {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .termscontainer {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.termstitle {
  margin-top: 75px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .termstitle {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
.listtitle02 {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left !important;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .listtitle02 {
    font-size: 18px;
  }
}
.listtext02 {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left !important;
}
@media screen and (min-width: 1000px) {
  .listtext02 {
    font-size: 16px;
  }
}
/*　ーー⬆︎利用規約ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

/*　ーー⬇︎フォームページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.termscontainer {
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .termscontainer {
    padding-bottom: 150px;
  }
}
.formtitle {
  margin-top: 75px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .formtitle {
    margin-top: 140px;
    margin-bottom: 70px;
  }
}
.form_cta {
  width: 90%;
  height: 40px;
  font-family: Zen Kaku Gothic New;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #008cd6;
  border-radius: 40px;
  border: none;
  margin-top: 25px;
  margin-bottom: ;
  transition: 0.3s;
}
.form_cta:hover {
  background: #fff;
  color: #008cd6;
  border-color: #008cd6;
  border: solid 2px;
}
.form_cta02 {
  width: 90%;
  height: 40px;
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #ffffff;
  border-radius: 40px;
  border-color: #008cd6;
  border: solid 2px;
  margin-top: 25px;
  margin-bottom: ;
  transition: 0.3s;
}
.form_cta02:hover {
  background: #008cd6;
  color: #fff;
  border-color: #008cd6;
  border: solid 2px;
}

.gap40 {
  gap: 0px;
}
.marginbottom144 {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .marginbottom144 {
    margin-bottom: 144px;
  }
}
@media screen and (min-width: 1000px) {
  .form_cta {
    width: 100%;
    height: 80px;
    font-size: 24px;
  }
  .form_cta02 {
    width: 100%;
    height: 80px;
    font-size: 24px;
  }
  .gap40 {
    gap: 40px;
  }
}
.formsub {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .formsub {
    font-size: 24px;
  }
}
.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  text-align: left;
}
.name {
  display: flex;
  gap: 10px;
  justify-content: space-around;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    text-align: center;
  }
  .name {
    flex-wrap: nowrap;
    padding-left: 20px;
  }
}
.Form-Item:nth-child(5) {
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 1em;
  padding-right: 1em;
  height: 35px;
  flex: 1;
  width: 100%;
  height: 70px;

  font-size: 18px;
}
.namearea {
  width: 304px;
  height: 70px;
}
.half {
  width: 340px;
  height: 70px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0px;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    max-width: 410px;
  }
  .namearea {
    width: 150px;
    padding-left: 10px;
    padding-right: 0px;
  }
  .half {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    font-size: 12px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.Form-check {
  text-align: left !important;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .Form-check {
    font-size: 12px;
  }
}
/*　ーー⬆︎フォームページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

/*　ーー⬇︎保険ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.h_sec01 {
  background-color: #f3f9fc;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .h_sec01 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.hoken_title {
  padding-top: 75px;
}
.h_sec01crmtext {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .h_sec01crmtext {
    font-size: 18px;
    text-align: center;
  }
}
.h_sec01_centercrm {
  margin-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.h_sec01_bottomcrm {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .h_sec01_bottomcrm {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.h_sec01_bottomcrm_top {
  display: flex;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
}
.h_sec01_bottomcrm_bottom {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
}
.h_sec01img {
  width: 45%;
}
.h_sec01_bottomcrm_bottom02 {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.h_sec01img02 {
  width: 100%;
}
.※02 {
  font-family: Zen Kaku Gothic New;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left !important;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
@media screen and (min-width: 1000px) {
  .※02 {
    font-size: 16px;
    width: 100%;
  }
  .h_sec01※ {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .h_sec02※ {
    text-align: center !important;
  }
}

.h_sec02 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .h_sec02 {
    padding-top: 110px;
    padding-bottom: 75px;
  }
}
.h_sec02_topcrm {
  text-align: center;
}
.h_sec02imgcrm {
  width: 45%;
  margin: 7.5px;
}
@media screen and (min-width: 1000px) {
  .h_sec02imgcrm {
    width: 30%;
    margin: 14px;
  }
}
.h_sec02img {
  width: 100%;
}
.h_sec02_bottomcrm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
}
.hoken-feature-caption {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .h_sec02_bottomcrm {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .hoken-feature-caption {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
  }
}

.h_sec02_imgtext {
  margin-top: 10px;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .h_sec02_imgtext {
    font-size: 24px;
  }
}
.h_sec02_bottomcrm02 {
  padding-left: 20px;
  padding-right: 20px;
}

.h_sec03 {
  background-color: #f3f9fc;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .h_sec03 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.h_sec03_topcrm {
  text-align: center;
}
.h_sec03_bottomcrm {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .h_sec03_bottomcrm {
    margin-top: 80px;
    width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.h_sec03text {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.h_sec03text::marker {
  color: #ed7584;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .h_sec03text {
    font-size: 16px;
  }
  .h_sec03text::marker {
    font-size: 24px;
  }
}
.h_sec04 {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .h_sec04 {
    padding-top: 110px;
    padding-bottom: 0px;
  }
}
.h_sec04img {
  width: 100%;
}
.stepcrm {
  margin-top: 40px;
  margin-bottom: 40px;
}
.h_step1title {
  margin-top: 20px;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .h_step1title {
    margin-top: 50px;
    font-size: 28px;
  }
}
.h_step1sub {
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .h_step1sub {
    margin-top: 20px;
    font-size: 24px;
  }
}
.h_step1text {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .h_step1text {
    font-size: 18px;
  }
}
.h_step1※ {
  margin-top: 15px;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .h_step1※ {
    font-size: 16px;
  }
}
.stepcrmtextred {
  color: #ed7584;
}
.h_stepctatop {
  font-family: Zen Kaku Gothic New;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-top: 13px;
  padding-bottom: 15px;
  background-color: #008cd6;
  border-radius: 15px 15px 0 0;
}
.h_stepctabottom {
  background-color: #f3f9fc;
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 1000px) {
  .h_sec04_bottompcrm {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .h_stepctatitle {
    font-size: 36px;
  }
}
.h_cta {
  width: 83%;
  height: 40px;
  font-family: Zen Kaku Gothic New;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  background-color: #008cd6;
  border-radius: 40px;
  border: none;
  margin-top: 25px;
  margin-bottom: 25px;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  .h_cta {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.h_stepinvoice {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left !important;
}
@media screen and (min-width: 1000px) {
  .h_stepinvoice {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.h_stepinvoicetitle {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.h_stepinvoicetext {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .h_stepinvoicetitle {
    font-size: 18px;
  }
  .h_stepinvoicetext {
    font-size: 16px;
  }
}

.h_invoicetext01 {
  margin-top: 15px;
}
.h_invoicetext02 {
  margin-top: 8px;
}
.h_invoicetext_bottomcrm {
  margin-top: 10px;
}

.h_sec05 {
  padding-bottom: 40px;
}
.h_sec05_topcrm {
  background-image: url("./image/h_step5backtitle.png");
  background-size: cover;
  height: auto;
  padding-top: 90px;
  padding-bottom: 10px;
}

.h_sec05_crmtitle {
  font-family: Zen Kaku Gothic New;
  color: #008cd6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
.h_sec05_centercrm {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #f3f9fc;
  padding-left: 20px;
  padding-right: 20px;
}
.h_sec05_bottomcrm {
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.h_sec05_bottomcrm_madoguchi {
  text-align: center;
}
.h_madoguchitop {
  font-family: Zen Kaku Gothic New;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-top: 13px;
  padding-bottom: 15px;
  background-color: #008cd6;
  border-radius: 15px 15px 0 0;
}
.h_madoguchibottom {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.madoguchitext01 {
  width: 70%;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #f3f9fc;
  border-radius: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.h_sec05_bottomcrm2 {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.h_sec05text {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.h_sec05_bottomcrm2text {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid;
}
.h_sec05_bottomcrm2※ {
  margin-top: 20px;
}

@media screen and (min-width: 1000px) {
  .h_sec05 {
    padding-top: 0px;
    padding-bottom: 110px;
  }
  .h_sec05_topcrm {
    padding-top: 270px;
    padding-bottom: 30px;
  }
  .h_sec05_crmtitle {
    font-size: 36px;
  }
  .h_sec05_centercrm {
    padding-top: 80px;
    padding-bottom: 60px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .h_sec05container {
    background-color: #f3f9fc;
  }
  .h_sec05_bottomcrm {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
  }
  .h_madoguchibottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .madoguchitext01 {
    width: 30%;
    font-size: 18px;
  }
  .madoguchitext02 {
    font-family: Zen Kaku Gothic New;
    color: #008cd6;
    font-size: 48px;
    font-weight: 1000;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .madoguchitext03 {
    font-family: Zen Kaku Gothic New;
    color: #193f54;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .h_sec05_bottomcrm2 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .h_sec05text {
    font-size: 16px;
  }
  .h_sec05※ {
    font-size: 16px;
  }
}
/*　ーー⬆︎保険ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.spbreak {
  display: block !important;
}
@media screen and (min-width: 1000px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .spbreak {
    display: none !important;
  }
}
.max-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}

/* sticky header*/

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.sticky-header.scrolled {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
}

.logo {
  height: 60px;
}

.button_cta {
  width: 160px;
  height: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.2em;
  background-color: #008cd6;
  border-radius: 40px;
  border: none;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}

.button_cta:hover {
  background: #fff;
  color: #008cd6;
  border: solid 2px #008cd6;
  line-height: 36px;
}
.button_login {
  width: 160px;
  height: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.2em;
  background-color: #f2a93b;
  border-radius: 40px;
  border: none;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  margin-left: 10px;
}

.button_login:hover {
  background: #fff;
  color: #f2a93b;
  border: solid 2px #f2a93b;
  line-height: 36px;
}

@media only screen and (max-width: 550px) {
  .logo {
    height: 42px;
  }

  .button_cta {
    width: 110px;
    height: 36px;
    font-size: 12px;
    line-height: 35px;
  }
  .button_login {
    width: 110px;
    height: 36px;
    font-size: 12px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 428px) {
  .logo {
    height: 36px;
  }

  .button_cta {
    width: 90px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 30px;
  }
  .button_login {
    width: 90px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-left: 6px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 336px) {
  .logo {
    height: 28px;
  }

  .button_cta {
    width: 84px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    border-radius: 28px;
  }
  .button_login {
    width: 84px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    margin-left: 5px;
    border-radius: 28px;
  }
}
/* sticky header end */

/*deatil page subscripption plans */

.res_p {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: block !important;
}

@media screen and (min-width: 1000px) {
  .res_p {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .desktop-v {
    display: inline-block;
  }
}

.center-text {
  text-align: center;
}

.mb_res {
  padding-left: 15%;
}
@media screen and (min-width: 1000px) {
  .mb_res {
    padding-left: 0%;
  }
}
.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.accordion-content-pad {
  padding: 0%;
  padding-top: 0% !important;
}
/*deatil page subscripption plans  style end*/
/*h1 sub title*/
.h1sub_style {
  background-color: #f3f9fc;
  padding: 4px 20px;
  border-radius: 20px;
  display: inline-block;
}

.notification-badge {
  background-color: #1d4ed8 !important;
  color: white !important;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  float: right;
  margin-right: 24px;
  line-height: 1.5;
  height: auto;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .notification-badge {
    background-color: #1d4ed8 !important;
    color: white !important;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    float: right;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1500px) {
  .notification-badge {
    background-color: #1d4ed8 !important;
    color: white !important;
    padding: 6px 12px !important;
    font-size: 20px !important;
  }
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .notification-badge {
    background-color: #1d4ed8 !important;
    color: white !important;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 16px;
    white-space: nowrap;
    float: right;
    margin-right: 96px;
  }
}
.text-wrap-1 {
  display: inline-block;
  max-width: 40%;
}
@media screen and (min-width: 420px) {
  .text-wrap-1 {
    display: inline-block;
    max-width: 100%;
  }
}

.text-wrap {
  display: inline-block;
  max-width: 40%;
}
@media screen and (min-width: 420px) {
  .text-wrap {
    display: inline-block;
    max-width: 50%;
  }
}
@media screen and (min-width: 500px) {
  .text-wrap {
    display: inline-block;
    max-width: 60%;
  }
}
@media screen and (min-width: 600px) {
  .text-wrap {
    display: inline-block;
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .text-wrap {
    display: inline-block;
    max-width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .text-wrap {
    display: inline-block;
    max-width: 70%;
  }
}

.accordion-header.no-plus::after {
  content: none;
}

.header-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.marginTop20 {
  margin-top: 20px;
}
.planA-badge {
  float: right;
  margin-right: 20px;
}
.hidden-button {
  display: none;
}
.text-decoration {
  color: #008cd6;
  text-decoration: underline;
  text-decoration-color: #008cd6;
}
.text-sm {
  font-size: 14px;
}
.flex-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-xs {
  font-size: 12px;
}
.link-decoration {
  color: #008cd6;
  cursor: pointer;
}
.padding-20 {
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .text-wrap {
    max-width: 100%;
  }

  .notification-badge {
    float: none;
    margin-right: 0;
    margin-left: 0;
    padding: 2px 12px;
  }
}
@media screen and (max-width: 500px) {
  .header-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px;
    width: 100%;
  }

  .text-wrap-1 {
    max-width: 100% !important;
    display: block !important;
  }

  .haisin_box .notification-badge {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: inline-block !important;
    width: auto !important;
  }
}
.tell-color {
  color: #008cd6;
  font-weight: bold;
}

.tel-prefix {
  font-size: 0.8em;
}
@media screen and (max-width: 450px) {
  .plannaiyou {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .stepcrmtextred {
    display: block;
    margin-top: 4px;
  }
}
.plan-card-title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 32px;
  font-family: Arial, sans-serif;
  color: #666;
  border-top: 1px solid #ddd;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #333;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 15px;
}

.copy-right-coontainer {
  cursor: default;
}
@media (min-width: 724px) {
  .footer {
    align-items: center;
  }
  .footer-links {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .index-footer .footer {
    padding-bottom: 75px;
  }
}
.privacy-text-container {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left !important;
  list-style-type: none;
  cursor: default;
}
@media screen and (min-width: 1000px) {
  .privacy-text-container {
    font-size: 16px;
  }
}
.privacy-title {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left !important;
  margin-bottom: 15px;
  cursor: default;
}
@media screen and (min-width: 1000px) {
  .privacy-title {
    font-size: 18px;
  }
}
.pta-badge-rose {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 80px;
  height: 80px;
  background-color: #f472b6;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  line-height: 1.25;
  cursor: default;
}
@media screen and (min-width: 1440px) {
  .pta-badge-rose {
    width: 100px !important;
    height: 100px !important;
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1000px) {
  .pta-badge-rose {
    width: 90px;
    height: 90px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .pta-badge-rose {
    top: 8px;
    right: 8px;
    width: 64px;
    height: 64px;
    font-size: 12px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 400px) {
  .pta-badge-rose {
    top: 8px;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .pta-badge-rose {
    top: 8px;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 10px;
    line-height: 1.2;
  }
}
.relative {
  position: relative;
}
.prvtitle {
  margin-top: 75px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .prvtitle {
    margin-top: 140px;
    margin-bottom: 40px;
  }
}
.mt-3{
  margin-top: 12px;
}
.br-new-line {
  display: inline;
}

@media (min-width: 1000px) {
  .br-new-line {
    display: block;
    margin-top: 8px;
  }
}
.title_red_v2 {
  font-family: Zen Kaku Gothic New;
  color: #F42500;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .title_red_v2 {
    font-size: 48px;
  }
}

.sp_t_rose {
  font-family: Zen Kaku Gothic New;
  color: #F42500;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  .font-extra-large{
    font-size: 44px !important;
  }
}
.font-extra-large{
  font-size: 22px;
}
.specialbox01{
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .specialbox01{
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .specialbox01{
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .w-42{
    width: 42%;
  }
}
.w-image{
 width: 50%;
}
@media screen and (min-width: 1000px) {
  .w-image{
    width: 42%;
  }
}
.plannaiyou_2 {
  font-family: Zen Kaku Gothic New;
  color: #F42500;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.about-video {
	flex: 1;
	max-width: 50%;
	position: relative;
	cursor: pointer;
}

.about-video video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	opacity: 0;
	transition: opacity 0.3s;
}

.about-video:hover .video-overlay {
	opacity: 1;
}

.play-icon {
	font-size: 48px;
	color: white;
	margin-bottom: 10px;
}

.click-text {
	color: white;
	font-size: 16px;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}

.modal-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 2% auto;
}

.modal-content video {
	width: 100%;
	max-height: 90vh;
}

.close-button {
	position: absolute;
	top: -40px;
	right: 0;
	color: white;
	font-size: 32px;
	cursor: pointer;
	z-index: 1001;
}
.about-video {
	flex: 1;
	max-width: 100%;
	position: relative;
	cursor: pointer;
}
  
@media (max-width: 768px) {
	.about-video {
		order: 2;
		max-width: 100%; 
		margin: 1rem auto; 
	}

	.modal-content {
		margin: 10% auto;
	}
}
@media (max-width: 768px) {
	.modal-content {
		position: relative;
		width: 100%;
		max-width: 1200px;
		margin: 50vh auto 0;
		transform: translateY(-50%); 
	}
	.close-button {
		position: absolute;
		top: -40px;
		right: 0;
		color: white;
		font-size: 32px;
		cursor: pointer;
		z-index: 1001;
	}
	.modal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 1000;
		overflow-y: auto; 
	}
}


.font24_MediumV1,
.font24_MediumV2 {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 0 20px;
}

.font24_MediumV1 {
  margin-top: 20px;
}

.font24_MediumV2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .font24_MediumV1,
  .font24_MediumV2 {
    font-size: 18px;
    width: 74%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .font24_MediumV1 {
    margin-top: 40px;
  }

  .font24_MediumV2 {
    margin-bottom: 40px;
  }
}


.centered-text {
  text-align: center;
  position: relative;
  margin: 20px 0;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.centered-text::before,
.centered-text::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #193f54;
  width: 100%;
  position: relative;
  top: -10px;
}

.centered-text::after {
  top: 10px;
}


@media screen and (min-width: 1000px) {
  .centered-text {
    font-size: 18px;
  }
}

.mt-40{
  margin-top: 40px;
}
table {
  border-collapse: collapse;
  text-align: center;
}

th, td {
  border: 1px solid #000;
  padding: 10px;
  word-wrap: break-word;
  min-width: 200px;
}

th {
  background-color: #f3f3f3;
}

td {
  white-space: nowrap;
}

.table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #ddd;
}

.device-insurance-table th, 
.device-insurance-table td {
  min-width: 120px;
}

.device-insurance-table {
  table-layout: fixed;
}
.document-requirement-table {
  border-collapse: collapse;
  text-align: left;
}

.document-requirement-table th, 
.document-requirement-table td {
  border: 1px solid black;
  padding: 10px;
  vertical-align: top;
  white-space: normal;
}

.document-requirement-table th {
  background-color: #f3f3f3;
}

@media screen and (max-width: 768px) {
  th, td {
    padding: 8px;
    font-size: 14px;
  }
  .document-requirement-table th,
  .document-requirement-table td {
    font-size: 14px;
    padding: 8px;
  }
  .document-insurance-table th,
  .document-insurance-table td {
    font-size: 14px;
    padding: 8px;
  }
}
.document-requirement-table td:first-child {
  text-align: center;
  vertical-align: middle; 
}
@media screen and (min-width: 768px) {
  table {
    width: 100%;
  }
  device-insurance-table{
    width: 100%;
  }
  document-requirement-table{
    width: 100%;
  }
}
.centered-text-v2 {
  text-align: center;
  position: relative;
  margin: 20px 0;
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.listtextv2 {
  font-family: Zen Kaku Gothic New;
  color: #193f54;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left !important;
}
@media screen and (min-width: 1000px) {
  .listtextv2 {
    font-size: 16px;
  }
}
ol .listtextv2 {
  list-style: none;
}
.font-bold{
	font-weight: 700;
  }

  .my-15{
	margin-top: 15px;
	margin-bottom: 15px;
  }

.hidden{
	display: none;
}

@media screen and (min-width: 1000px) {
  body {
      overflow-x: hidden;
  }
  
  .sec02box {
      position: relative;
  }
  
  .center1 {
      padding-left: 32.5%;
      padding-right: 32.5%;
      position: relative;
  }
  
  .pc-icon {
      display: block;
      position: absolute;
      top: -50px;
      right: -50px;
      z-index: 1;
      width: 10%;
      height: auto;
  }
}
.mobile-icon {
  display: none;
}

@media screen and (max-width: 999px) {
.pc-icon {
  display: none; 
}

.mobile-icon {
  display: block;
  position: absolute;
  top: -30px;
  right: 18px;
  width: 26%;
  height: auto;
  z-index: 1;
}
}
.d-plan-text{
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 50px;
}
/* @media screen and (max-width: 1000px) {
.font-20{
  font-size: 20px;
}
.font-40{
  font-size: 40px;
}
}
.font-36{
font-size: 36px;
} */