#lp-template {
  background: #F5F5F6;
  display: flex;
  flex-wrap: wrap;
}
#lp-template .is-sp {
  display: none;
}
@media screen and (max-width: 550px) {
  #lp-template .is-sp {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  #lp-template .is-pc {
    display: none;
  }
}
#lp-template section {
  width: 100%;
}
#lp-template .section-wrapp {
  width: 550px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  #lp-template .section-wrapp {
    width: 87%;
  }
}
#lp-template .ico-triangular {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #3359CC;
  width: 24px;
  height: 16px;
  margin: 16px auto 16px;
}
#lp-template .ico-triangular.color-004098 {
  background: #004098;
}
#lp-template .addition-wrapp {
  background: #ffffff;
  border-radius: 8px;
  margin-top: 30px;
}
#lp-template .addition-wrapp .addition-point1 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 34px 0 12px;
  line-height: 1.2;
  border-bottom: 1px solid #E8E8E8;
}
#lp-template .addition-wrapp .addition-point1 span {
  font-size: 12px;
}
#lp-template .addition-wrapp .addition-point2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 16px 0;
}
@media screen and (max-width: 550px) {
  #lp-template .addition-wrapp .addition-point2 {
    gap: 10px;
  }
}
#lp-template .addition-wrapp .addition-point2 .addition-point2-rabel {
  height: 38px;
  background: #3359CC;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  padding: 0 20px;
}
@media screen and (max-width: 550px) {
  #lp-template .addition-wrapp .addition-point2 .addition-point2-rabel {
    padding: 0 16px;
  }
}
#lp-template .addition-wrapp .addition-point2 .addition-point2-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #3359CC;
  height: 38px;
}
#lp-template .addition-wrapp .addition-point2 .addition-point2-text span {
  font-size: 12px;
  position: relative;
  top: -10px;
  font-weight: 400;
  margin-left: 6px;
}
#lp-template .addition-wrapp.pattern-1 {
  margin-top: 20px;
}
#lp-template .addition-wrapp.pattern-1 .addition-point1 {
  font-weight: 500;
  background: #3359CC;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  padding: 18px 0;
}
#lp-template .addition-wrapp.pattern-1 .addition-point1 span {
  font-size: 18px;
}
#lp-template .addition-wrapp.pattern-1 .addition-point2-rabel {
  background: #EDEEFA;
  color: #004098;
}
#lp-template .addition-wrapp.pattern-1 .addition-point2-text {
  color: #004098;
}
#lp-template .speech-bubble {
  position: absolute;
  background: #fff;
  border: 1px solid #3359CC;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 10px;
  left: 50%;
  transform: translate(-50%, -17px);
  font-size: 14px;
  color: #3359CC;
  font-weight: 700;
}
#lp-template .speech-bubble::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #3359CC;
  border-right: solid 1px #3359CC;
  transform: rotate(135deg);
  position: absolute;
  top: 30px;
  right: calc(50% - 6px);
  background: #fff;
}
#lp-template .addition-annotation {
  margin: 20px 0 40px;
}
#lp-template .btn-area .static-button-cta {
  margin: 0;
}
#lp-template .btn-area .btn-white {
  margin-top: 20px;
}
#lp-template .lp-title {
  padding-top: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
#lp-template .lp-title .title-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
#lp-template .lp-text-note p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 3px;
}
#lp-template .lp-text-note p.lp-text-note-indent {
  position: relative;
}
#lp-template .lp-text-note p.lp-text-note-indent span {
  position: absolute;
  left: 0px;
}
#lp-template #lp-mv .lp-mv-bg {
  background-image: linear-gradient(0deg, rgb(227, 242, 249), rgb(237, 238, 250));
}
#lp-template #lp-mv .lp-mv-title {
  text-align: center;
  padding-top: 21px;
  font-size: 36px;
  line-height: 1.3;
}
#lp-template #lp-mv .lp-mv-title .title-small {
  font-size: 24px;
}
#lp-template #lp-mv .lp-mv-title .title-blue {
  color: #3359CC;
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 1.3;
  margin-bottom: 4px;
}
#lp-template #lp-mv .speech-bubble {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
#lp-template #lp-mv .lp-mv-img {
  display: flex;
  justify-content: space-between;
  max-width: 336px;
  margin: 0 auto;
  padding-bottom: 28px;
  width: 100%;
}
#lp-template #lp-mv .lp-mv-img img {
  width: 47.619%;
  height: auto;
  max-width: 160px;
  max-height: 160px;
}
#lp-template #lp-merit .lp-merit-item {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#lp-template #lp-merit .lp-merit-item .lp-merit-item-point {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 10px 10px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
#lp-template #lp-merit .lp-merit-item .lp-merit-item-point.point1 {
  background: url(../image/merit_1_@2.png) no-repeat, #fff;
  background-position: 20px center;
  background-size: 40px 40px;
}
#lp-template #lp-merit .lp-merit-item .lp-merit-item-point.point2 {
  background: url(../image/merit_2_@2.png) no-repeat, #fff;
  background-position: 20px center;
  background-size: 40px 40px;
}
#lp-template #lp-merit .lp-merit-item .lp-merit-item-point.point3 {
  background: url(../image/merit_3_@2.png) no-repeat, #fff;
  background-position: 20px center;
  background-size: 40px 40px;
}
#lp-template #lp-merit .lp-merit-item-text-emp {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
#lp-template #lp-merit .lp-merit-item-text-emp span {
  color: #004098;
  font-weight: 400;
  font-size: 12px;
  margin-left: 6px;
  vertical-align: top;
  line-height: 23px;
}
#lp-template #lp-merit .lp-merit-item-text-detail {
  color: #3359CC;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
#lp-template #lp-merit .lp-merit-detail {
  margin: 25px auto 40px;
}
#lp-template #lp-dontwant .lp-title {
  padding-top: 20px;
}
#lp-template #lp-dontwant .lp-dontwant-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-dontwant .lp-dontwant-item {
    flex-wrap: wrap;
  }
}
#lp-template #lp-dontwant .lp-dontwant-item .item {
  width: 100%;
  min-height: 140px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-dontwant .lp-dontwant-item .item {
    flex-basis: calc(50% - 5px);
  }
}
#lp-template #lp-dontwant .lp-dontwant-item .item-1 {
  background: url(../image/dontwant_1_@2.png) no-repeat, #ffffff;
  background-position: center;
  background-size: 64px 64px;
}
#lp-template #lp-dontwant .lp-dontwant-item .item-2 {
  background: url(../image/dontwant_2_@2.png) no-repeat, #ffffff;
  background-position: center;
  background-size: 64px 64px;
}
#lp-template #lp-dontwant .lp-dontwant-item .item-3 {
  background: url(../image/dontwant_3_@2.png) no-repeat, #ffffff;
  background-position: center;
  background-size: 64px 64px;
}
#lp-template #lp-dontwant .lp-dontwant-item .item-4 {
  background: url(../image/dontwant_4_@2.png) no-repeat, #ffffff;
  background-position: center;
  background-size: 64px 64px;
}
#lp-template #lp-dontwant .lp-dontwant-item .lp-dontwant-item-title {
  color: #181A24;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
#lp-template #lp-dontwant .lp-dontwant-item .lp-dontwant-item-detail {
  color: #3359CC;
  position: absolute;
  bottom: 17px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 6px;
  text-indent: 6px;
}
#lp-template #lp-dontwant .lp-dontwant-item .lp-dontwant-item-asterisk {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 4px;
}
#lp-template #lp-dontwant .lp-dontwant-text {
  background: #ffffff;
  padding: 13px;
  border-radius: 8px;
}
#lp-template #lp-dontwant .lp-dontwant-text .speech-bubble {
  transform: translate(-50%, 0px);
  background: #EDEEFA;
  border: none;
  display: inline-block;
  position: relative;
  border-radius: 19px;
  word-break: keep-all;
  height: auto;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-dontwant .lp-dontwant-text .speech-bubble {
    padding: 0 5px;
  }
}
#lp-template #lp-dontwant .lp-dontwant-text .speech-bubble::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #EDEEFA;
  width: 14px;
  height: 9px;
  margin: 16px auto 16px;
  border: none;
  top: 23px;
  transform: translate(-50%, -50%);
  position: absolute;
  right: calc(50% - 15px);
}
#lp-template #lp-dontwant .lp-dontwant-text .speech-bubble-wrapp p {
  color: #004098;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-dontwant .lp-dontwant-text .speech-bubble-wrapp p {
    padding: 0 5px;
  }
}
#lp-template #lp-dontwant .lp-dontwant-text .lp-dontwant-text-1 {
  color: #004098;
  font-size: 26px;
  font-weight: 700;
  margin: 10px auto;
  text-align: center;
}
#lp-template #lp-dontwant .lp-dontwant-text .lp-dontwant-text-2 {
  font-size: 11px;
  text-align: center;
  font-weight: 500;
}
#lp-template #lp-dontwant .lp-dontwant-text-note {
  margin-top: 16px;
  margin-bottom: 45px;
}
#lp-template #lp-stable .lp-stable-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0;
  position: relative;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-stable .lp-stable-item {
    gap: 16px;
  }
}
#lp-template #lp-stable .lp-stable-item .item {
  width: 100%;
  max-width: 267px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#lp-template #lp-stable .lp-stable-item .lp-stable-item-title {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lp-template #lp-stable .lp-stable-item .lp-stable-item-title img {
  width: 123px;
  height: 32px;
}
#lp-template #lp-stable .lp-stable-item .lp-stable-item-text {
  font-size: 12px;
  font-weight: 700;
  color: #004098;
  padding: 22px 0 10px;
}
#lp-template #lp-stable .lp-stable-item .font-big {
  font-size: 44px;
  line-height: 1.1;
}
#lp-template #lp-stable .lp-stable-item .asterisk {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
#lp-template #lp-stable .lp-stable-item .lp-stable-item-1 .asterisk {
  top: 24px;
}
#lp-template #lp-stable .lp-stable-text-note {
  margin-top: 16px;
  margin-bottom: 36px;
}
#lp-template #lp-qa .lp-qa-wrapp {
  margin: auto;
}
#lp-template #lp-qa .lp-qa-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 13px 13px 13px 20px;
}
#lp-template #lp-qa .lp-qa-item p {
  position: relative;
  padding: 10px 0px 10px 50px;
}
#lp-template #lp-qa .lp-qa-text p {
  font-size: 14px;
  font-weight: 500;
}
#lp-template #lp-qa .qa::before {
  content: "";
  font-size: 16px;
  font-weight: 700;
  width: 36px;
  min-height: 36px;
  display: block;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0%, -50%);
}
#lp-template #lp-qa .lp-qa-q::before {
  content: "Q";
  background: #EDEEFA;
  color: #3359CC;
}
#lp-template #lp-qa .lp-qa-a::before {
  content: "A";
  background: #FFE5E6;
  color: #E6002D;
}
#lp-template #lp-qa .lp-qa-text {
  background: #ffffff;
  padding: 13px;
}
#lp-template #lp-qa .lp-qa-text .speech-bubble {
  transform: translate(-50%, 0px);
  background: #EDEEFA;
  border: none;
  display: inline-block;
  position: relative;
  border-radius: 19px;
  height: auto;
}
#lp-template #lp-qa .lp-qa-text .speech-bubble::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #EDEEFA;
  width: 14px;
  height: 9px;
  margin: 16px auto 16px;
  border: none;
  top: 23px;
  transform: translate(-50%, -50%);
  position: absolute;
  right: calc(50% - 15px);
}
#lp-template #lp-qa .lp-qa-text .speech-bubble-wrapp p {
  color: #3359CC;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
  line-height: 36px;
}
#lp-template #lp-qa .lp-qa-text .lp-qa-text-1 {
  color: #004098;
  font-size: 20px;
  font-weight: 700;
  margin: 10px auto 0;
  text-align: center;
}
#lp-template #lp-qa .lp-qa-info {
  border-radius: 8px;
  margin-bottom: 40px;
}
#lp-template #lp-qa .btn-area {
  padding-bottom: 20px;
}
#lp-template #lp-qa .lp-qa-detail {
  padding: 40px 24px;
  background: #ffffff;
  border-radius: 8px;
  width: 550px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-qa .lp-qa-detail {
    width: 100%;
    border-radius: 0;
    margin: 0 auto 0px;
  }
}
#lp-template #lp-qa .lp-qa-detail p {
  font-size: 12px;
  font-weight: 400;
}
#lp-template #lp-set {
  background-image: linear-gradient(0deg, rgb(227, 242, 249), rgb(237, 238, 250));
}
#lp-template #lp-set .btn-area {
  padding-bottom: 30px;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-set .btn-area {
    padding-bottom: 30px;
  }
}
#lp-template #lp-telconsult {
  padding-bottom: 20px;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-telconsult {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
#lp-template #lp-telconsult .lp-telconsult-base {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
#lp-template #lp-telconsult .lp-telconsult-tel {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
#lp-template #lp-telconsult .lp-telconsult-tel::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../image/ico_tel_@2.png) no-repeat;
  background-size: 24px;
}
#lp-template #lp-telconsult .lp-telconsult-num {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
#lp-template #lp-telconsult .lp-telconsult-num a {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  color: #004098;
}
#lp-template #lp-telconsult .lp-telconsult-time-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #E8E8E8;
  padding: 5px 0 16px;
}
#lp-template #lp-telconsult .lp-telconsult-time-title {
  background: #EDEEFA;
  font-size: 12px;
  color: #181A24;
  padding: 10px 15px;
  line-height: 19px;
  font-weight: 400;
}
#lp-template #lp-telconsult .lp-telconsult-time-text {
  font-size: 12px;
  color: #181A24;
  font-weight: 400;
  line-height: 1.5;
}
#lp-template #lp-telconsult .lp-telconsult-time-text.is-ip {
  padding: 15px 0 5px;
}
@media screen and (max-width: 550px) {
  #lp-template #lp-question .section-wrapp {
    margin-bottom: 0;
  }
}
#lp-template #lp-question .lp-question-text {
  background: url(../image/ico_q_@2.png) no-repeat, #ffffff;
  background-size: 108px 71px, auto;
  background-position: center 20px;
  border-radius: 8px;
  padding: 108px 16px 16px 16px;
}
#lp-template #lp-question .lp-question-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}/*# sourceMappingURL=tuika.css.map */