@charset "UTF-8";
html {
  font-size: 62.5%;
}
#js_header {
  display: none;
}
.c_breadcrumb {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .nav {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    font-size: 15px;
  }
}
#ProvisionalApplication {
  display: block;
}
#FormalApplication {
  display: none;
}
main {
  background-color: #0168B6;
  color: #202020;
}
.p_main_contents_wrapper {
  padding-bottom: 40px;
  margin: 60px auto 0;
}
@media screen and (min-width: 1200px) {
  .p_main_contents_wrapper {
    padding-bottom: 60px;
    margin: 80px auto 0;
    max-width: 1100px;
  }
}
.u_font__white {
  color: #fff;
}
.u_font__blue {
  color: #0168B6;
}
.u_font__pink {
  color: #E85F5F;
}
.u_font__blue_fs22 {
  color: #0168B6;
  font-size: 22px;
}
.u_font__pink_fs22 {
  color: #E85F5F;
  font-size: 22px;
}
sub {
  font-size: 10px;
}
.u_use_sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .u_use_sp {
    display: none;
  }
}
.u_use_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u_use_pc {
    display: none;
  }
}
.c_note {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 20px;
}
.c_note a {
  text-decoration: underline;
  word-break: break-all;
  color: #0168B6;
}
.speech_bubble {
  padding: 12px 40px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border-radius: 80px;
  border-bottom: 8px solid #005DA3;
  font-weight: 900;
  text-align: center;
  z-index: 2;
}
.speech_bubble::before, .speech_bubble::after {
  position: absolute;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.speech_bubble::before {
  top: 100%;
  border: 22px solid;
  border-color: transparent;
  border-top-color: #005DA3;
  margin-left: -15px;
}
.speech_bubble::after {
  top: 99%;
  border: 14px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -8px;
}
.speech_bubble.u_type01 {
  padding: 8px 12px;
  background: #0168B6;
  color: #ffffff;
  border-bottom: 0;
  -webkit-filter: drop-shadow(0px 5px 0px #D53337);
          filter: drop-shadow(0px 5px 0px #D53337);
  bottom: -8px;
}
.speech_bubble.u_type01::before {
  border: none;
}
.speech_bubble.u_type01::after {
  border-top-color: #0168B6;
  border-width: 8px 8px 10px 8px;
}
@media screen and (min-width: 1200px) {
  .speech_bubble.u_type01 {
    font-size: 18px;
  }
}
.speech_bubble.u_type02 {
  background: #ffffff;
  bottom: -20px;
  font-size: 16px;
  line-height: 23px;
}
.tab_menu.speech_bubble {
  padding: 15px;
  border-radius: 15px;
  z-index: 0;
}
.tab_menu.speech_bubble::before, .tab_menu.speech_bubble::after {
  border: none;
}
.tab01 input:checked + .tab_menu {
  z-index: 2;
}
.tab01 input:checked + .tab_menu::before {
  border: 22px solid;
  border-color: transparent;
  border-top-color: #005DA3;
}
.tab01 input:checked + .tab_menu::after {
  border: 14px solid;
  border-color: transparent;
  border-top-color: white;
}
.c_plan__sec20 {
  padding: 20px 18px;
}
.c_plan__sec40 {
  padding: 40px 18px;
}
.p_contents_wrapper {
  border-radius: 15.4px;
}
.c_heading_campaign1 {
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .c_heading_campaign1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.c_heading_campaign1:after {
  background: -webkit-linear-gradient(left, #0068b6 50%, #fee100 0);
  background: linear-gradient(90deg, #0068b6 50%, #fee100 0);
  border-radius: 10px;
  content: "";
  display: block;
  height: 5px;
  margin: 20px auto 0;
  overflow: hidden;
  width: 54px;
}
.c_heading_campaign2 {
  color: #ffffff;
  position: relative;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}
.c_heading_campaign2 span {
  padding-top: 20px;
  display: block;
}
.c_heading_campaign2.benefit, .c_heading_campaign2.gas {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .c_heading_campaign2 {
    font-size: 36px;
  }
  .c_heading_campaign2.benefit, .c_heading_campaign2.gas, .c_heading_campaign2.faq, .c_heading_campaign2.campaign_terms {
    margin-top: 20px;
  }
  .c_heading_campaign2.benefit img, .c_heading_campaign2.gas img, .c_heading_campaign2.faq img, .c_heading_campaign2.campaign_terms img {
    width: 120px;
  }
}
.c_bg_white {
  background-color: #ffffff;
}
.c_bg_orange {
  background-color: #F46E00;
}
.c_bg_bule {
  background-color: #0168B6;
}
.c_bg_pink {
  background-color: #E85F5F;
}
.accordion {
  width: calc(100% - 18px);
  display: block;
  position: relative;
}
.accordion::before, .accordion::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 3px;
  background: #0168B6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion::after {
  background: #0168B6;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_top_mainVisual_cp {
  padding-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p_top_mainVisual_cp {
    max-width: 1356px;
    margin: 0 auto;
  }
}
.p_top_mainVisual_cp__heading {
  font-size: 0;
}
.p_top_mainVisual_cp__heading img {
  width: 100%;
  height: 100%;
  max-width: 768px;
}
@media screen and (min-width: 1200px) {
  .p_top_mainVisual_cp__heading img {
    max-width: 1076px;
  }
}
@media screen and (min-width: 1200px) {
  .p_top_mainVisual_cp__heading {
    max-width: 1512px;
  }
}
.p_top_mainVisual_cp__info {
  padding: 0 18px 60px;
  background-image: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/580f37f22567410d97f324e34e6bdfbd/kv_bg_sp02.png);
  background-size: 100% auto;
  width: 100%;
}
.p_top_mainVisual_cp__info img {
  margin: auto;
  display: block;
}
@media screen and (min-width: 1200px) {
  .p_top_mainVisual_cp__info {
    background-image: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/e040add4a47241768bc09e898b9b47e8/kv_bg_pc.png);
  }
}
.p_top_userAction_request__button {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .p_top_userAction_request__button {
    margin-top: 15px;
    border-radius: 10px;
    width: 600px;
  }
}
.p_top_userAction_request__sub {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .p_top_userAction_request__sub {
    font-size: 18px;
  }
}
.p_top_userAction_request__title {
  margin: 0 auto;
  display: block;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .p_top_userAction_request__title {
    font-size: 30px;
  }
}
.p_tab_content {
  padding: 20px 18px 0;
}
.p_tab_content_wrapper {
  position: relative;
}
.p_discount {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p_discount img {
    max-width: 482px;
  }
}
.tab_contents {
  background: #fff;
  border-radius: 15.4px;
}
@media screen and (min-width: 1200px) {
  .tab_contents {
    max-width: 900px;
    margin: 0 auto;
  }
}
.tab01 {
  padding: 30px 0 10px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .tab01 {
    padding: 60px 0;
  }
}
.tab_menu {
  padding: 15px 30px;
  width: calc(50% - 5px);
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background-color: #0168B6;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 20px;
  position: absolute;
  top: -80px;
  z-index: 2;
}
.tab_menu.u_type_02 {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .tab_menu {
    width: calc(50% - 10px);
    font-size: 24px;
    line-height: 35px;
    top: -70px;
  }
}
input[name=tab_menu] {
  display: none;
}
.tab_contents {
  display: none;
  padding: 0 18px;
  clear: both;
  overflow: hidden;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  position: relative;
}
#menu01:checked ~ #menu01contents,
#menu02:checked ~ #menu02contents {
  display: block;
}
.tab01 input:checked + .tab_menu {
  background-color: #fff;
  color: #005DA3;
  border: solid #005DA3;
  border-width: 2px 2px 8px 2px;
}
.tab_menu:before,
.tab_menu:after {
  position: absolute;
  left: 46%;
  content: "";
  height: 0;
  width: 0;
}
.p_campaign_info {
  margin-top: 30px;
  text-align: center;
}
.p_campaign_info__img {
  margin-top: 30px;
}
.p_campaign_info__contents {
  font-weight: 900;
}
.p_campaign_info__contents .pulus_icon {
  margin: 10px 0 0;
}
.p_campaign_info__contents.u_type01 {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__contents .pulus_icon {
    width: 70px;
  }
  .p_campaign_info__contents .c_note {
    text-align: center;
  }
}
.p_campaign_info__card_01 {
  flex-basis: calc((100% - 10px) / 2);
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  box-shadow: inset 0px 0px 0px 3px #0368b6;
}
.p_campaign_info__card_01__img {
  padding: 5px 14px 15px;
}
.p_campaign_info__card_02 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px 0px 0px 3px #E85F5F;
}
.p_campaign_info__card_02__img {
  padding: 5px 0 15px;
  width: 50%;
}
.p_campaign_info__card_02 .p_campaign_info__card_toppart {
  padding: 20px 0 10px;
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__card_02 .p_campaign_info__card_toppart {
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__card_01__img,
  .p_campaign_info__card_02__img {
    max-width: 190px;
  }
}
.p_campaign_info__card_toppart {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__card_toppart img {
    padding: 10px 0;
    width: 60px;
  }
}
.p_campaign_info__card_text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.p_campaign_info__card_text.plan {
  margin: 10px 0 15px;
  font-size: 22px;
}
.p_campaign_info__card_text.u_type01 {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__card_text {
    font-size: 24px;
  }
}
.p_campaign_info__card_text02 {
  margin-top: 10px;
  font-size: 9px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: #707070;
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__card_text02 {
    font-size: 14px;
  }
}
.p_campaign_info__card_text02.plan {
  padding-top: 10px;
  font-size: 18px;
  color: #202020;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
}
.p_campaign_info__card_text02.plan:last-of-type {
  margin-bottom: 20px;
}
.p_campaign_info__card_text02.plan::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23FEE100%22%2F%3E%3Cpath%20d%3D%22M6.33337%2010.8333L9.15495%2013.156L14.7981%207.51288%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.p_campaign_info__text {
  position: relative;
}
.p_campaign_info__text .p_campaign_info__text_inner {
  margin-top: 15px;
  padding: 15px 25px 15px 15px;
  background: #EDF6FC;
  font-weight: 900;
  font-size: 14px;
  text-align: left;
  width: calc(100% - 55px);
  line-height: 20px;
  border-radius: 15px 15px 0px 15px;
}
.p_campaign_info__text .p_campaign_info__text_inner span {
  color: #E85F5F;
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__text .p_campaign_info__text_inner {
    width: calc(100% - 134px);
    font-size: 18px;
    line-height: 26px;
  }
}
.p_campaign_info__text img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 79px;
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__text.u_type01 {
    margin: 0 auto;
    max-width: 572px;
  }
}
@media screen and (min-width: 1200px) {
  .p_campaign_info__text img.p_campaign_info__icon {
    width: 160px;
  }
}
.tab_contents_02 .p_campaign_info__text_inner.u_type01 {
  background: #F5F5F5;
  width: 100%;
  text-indent: -1em;
  padding-left: 36px;
  font-weight: 700;
}
.tab_contents_02 .p_campaign_info__text .looop_character_icon3 {
  width: 98px;
  right: 15px;
  bottom: -40px;
}
/* .tab_contents_02 .p_discount {
  margin-top: 60px;
} */
@media screen and (min-width: 1200px) {
  .tab_contents_02 .p_campaign_info__text_inner.u_type01 {
    margin: 0 auto;
    max-width: 600px;
    font-size: 14px;
  }
  .tab_contents_02 .p_campaign_info__text .looop_character_icon3 {
    right: 150px;
    bottom: -32px;
  }
}
.c_step_list .item._customer .title .inner {
  display: block;
}
.c_step_list .item._customer .title .inner::before {
  content: "お客さまのお手続き";
  font-family: Oswald, sans-serif;
}
.c_step_list .item {
  margin: 0 0 30px;
}
.c_step_list .item .step .title {
  font-size: 18px;
}
.c_step_list .item .step .title::before {
  -webkit-box-align: center;
          align-items: center;
}
.c_step_list .item._customer {
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center;
}
.c_step_list .item._customer:not(:last-child)::after {
  border-color: #202020 transparent transparent;
  border-style: solid;
  border-width: 10px 15px 0;
  bottom: -22px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.c_step_list .item._customer .inner_gray {
  font-size: 14px;
  color: #707070;
}
@media screen and (min-width: 1200px) {
  .c_contract__step01_item_flexnone {
    width: auto;
  }
}
.p_campaign_target {
  padding: 20px 18px 0;
}
.p_campaign_target .c_heading_campaign1 {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .p_campaign_target {
    padding-top: 30px;
  }
}
.p_campaign_target_wrapper {
  padding: 40px 18px;
  font-weight: 900;
}
.p_campaign_target_wrapper .p_campaign_info__card_01:not(:first-child) {
  margin-top: 10px;
}
.p_campaign_target_wrapper .c_note {
  margin: 15px 18px 20px;
}
@media screen and (min-width: 1200px) {
  .p_campaign_target_wrapper {
    padding: 60px 18px;
  }
  .p_campaign_target_wrapper .p_campaign_target_plan {
    margin: 0 auto;
    width: calc(100% - 200px);
    display: -webkit-box;
    display: flex;
    gap: 20px;
  }
  .p_campaign_target_wrapper .p_campaign_info__card_01:not(:first-child) {
    margin-top: 0;
  }
  .p_campaign_target_wrapper .c_note {
    margin: 15px 20px;
  }
}
.smarttime_one {
  padding: 20px 18px 0;
}
@media screen and (min-width: 1200px) {
  .smarttime_one {
    padding-top: 30px;
  }
}
.smarttime_one_wrapper {
  padding: 40px 18px;
}
.smarttime_one_wrapper .c_heading_campaign1 {
  margin-top: 0;
}
.smarttime_one_wrapper .smarttime_one_wrapper__img01 {
  text-align: center;
}
.smarttime_one_wrapper .p_top_plan__title {
  margin-top: 30px;
  font-size: 22px;
}
@media screen and (min-width: 1200px) {
  .smarttime_one_wrapper {
    padding: 60px 18px;
  }
  .smarttime_one_wrapper .c_note.about {
    text-align: center;
  }
}
.struct {
  margin: 30px 0;
  padding: 24px 50px;
  background: #e2e5e9;
  border-radius: 36px;
}
.struct .fee {
  margin: 10px 0 25px;
  padding: 0 40px;
  background: #69c4eb;
  box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  text-align: center;
}
.struct .fee .fee1 {
  position: relative;
  display: inline-block;
  padding-right: 200px;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 1em;
  color: #fff;
  font-weight: 500;
}
.struct .fee .fee1 span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 84px;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/a8b782f2f2bf4fde8f1d6fb16ba3b18b/fee1.png) top left no-repeat;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.struct .fee.fee2 {
  padding: 20px 40px 40px;
}
.struct .fee .fee3 {
  font-size: 24px;
  color: #fff;
  line-height: 2;
}
.struct .fee h4 {
  font-size: 40px;
  color: #2c496b;
}
.struct .fee h5 {
  margin: 0 0 10px;
  font-size: 19px;
  color: #fff;
}
.struct .fee h5 span {
  font-size: 150%;
  color: #0257c2;
}
.struct .old {
  position: relative;
  padding: 40px 24px;
  background: #e6e6e6;
  border-radius: 12px;
}
.struct .scale {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
  background: #fff;
  border: solid 4px #2c496b;
  border-width: 0 4px 0 4px;
}
.struct .scale::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -4px;
  width: calc(100% + 8px);
  height: 20px;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/d2e552f5c4e14da29a2d0627410bd144/scale.png) 0 0 no-repeat;
  background-size: 100% 200%;
}
.struct .scale::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -4px;
  width: calc(100% + 8px);
  height: 20px;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/d2e552f5c4e14da29a2d0627410bd144/scale.png) 0 100% no-repeat;
  background-size: 100% 200%;
}
.struct .scale .cost1 {
  position: relative;
  height: 40px;
  margin: 0 0 20px;
  color: #fff;
}
.struct .scale .cost1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/bddd14e9e99143d3b2ac7d1685ae6b05/ico.png) -48px -48px no-repeat #3fa9f5;
  background-size: 300% auto;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  border-radius: 25px;
  box-shadow: 0 24px 0 rgba(0, 0, 0, 0.1);
}
.struct .scale .cost1 dt {
  width: 240px;
  padding: 2px 24px;
  font-size: 18px;
  text-align: left;
  background: -webkit-linear-gradient(left, #2c496b, #000 60%);
  background: linear-gradient(to right, #2c496b, #000 60%);
  border-radius: 25px;
}
.struct .scale .cost1 dd {
  position: absolute;
  top: 0;
  left: 180px;
  width: 584px;
  padding: 2px 100px;
  background: #2c496b;
  border-radius: 24px 0 0 24px;
  font-size: 18px;
  text-align: right;
}
.struct .scale .cost1 dd::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: -webkit-linear-gradient(bottom left, #2c496b 50%, #fff 50%);
  background: linear-gradient(to top right, #2c496b 50%, #fff 50%);
}
.struct .scale .cost1 dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: -webkit-linear-gradient(bottom right, #fff 50%, #2c496b 50%);
  background: linear-gradient(to top left, #fff 50%, #2c496b 50%);
}
.struct .scale .cost2 {
  position: relative;
  height: 70px;
  color: #fff;
  z-index: 9;
}
.struct .scale .cost2 dt {
  display: block;
  width: 240px;
  height: 40px;
  padding: 2px 24px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  font-size: 18px;
  text-align: left;
  background: -webkit-linear-gradient(left, #8fbb99, #5a8585 60%);
  background: linear-gradient(to right, #8fbb99, #5a8585 60%);
  border-radius: 25px;
}
.struct .scale .cost2 dd {
  position: absolute;
  top: 0;
  left: 180px;
  width: 584px;
  padding: 32px 80px 2px;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/7919a732a7be44e5a81406811bb340a7/cost2.png) bottom left no-repeat;
  background-size: cover;
  font-size: 18px;
  text-align: right;
}
.struct .usage {
  background: -webkit-linear-gradient(left, #5aabcf, #2c496b);
  background: linear-gradient(to right, #5aabcf, #2c496b);
  border-radius: 25px;
  font-size: 22px;
  box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 2;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #about {
    margin: 0 -18px;
  }
  .struct {
    width: 100%;
    padding: 24px 3%;
    border-radius: 16px;
  }
  .struct h3 {
    font-size: 24px;
    text-align: center;
  }
  .struct .fee {
    padding: 0 3%;
  }
  .struct .fee .fee1 {
    padding-right: 82px;
    font-size: 22px;
  }
  .struct .fee .fee1 span {
    width: 100px;
    height: 60px;
  }
  .struct .fee.fee2 {
    padding: 20px 3%;
  }
  .struct .fee .fee3 {
    font-size: 19px;
    line-height: 2;
  }
  .struct .fee h4 {
    font-size: 24px;
  }
  .struct .fee h5 {
    font-size: 17px;
  }
  .struct .fee h5 span {
    display: block;
  }
  .struct .old {
    padding: 24px 3%;
  }
  .struct .scale {
    margin: 10px 0;
    padding: 20px 3%;
    border-width: 0 2px 0 2px;
  }
  .struct .scale::before {
    top: -10px;
    left: -2px;
    width: calc(100% + 4px);
    height: 10px;
  }
  .struct .scale::after {
    bottom: -10px;
    left: -2px;
    width: calc(100% + 4px);
    height: 10px;
  }
  .struct .scale .cost1 dt {
    width: 45%;
    padding: 2px 10px;
    font-size: 12px;
  }
  .struct .scale .cost1 dd {
    left: 35%;
    width: 65%;
    padding: 2px 20px;
    font-size: 18px;
  }
  .struct .scale .cost1 dd::before,
  .struct .scale .cost1 dd::after {
    width: 17px;
    height: 17px;
  }
  .struct .scale .cost2 dt {
    width: 45%;
    padding: 0 10px;
    font-size: 12px;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
  .struct .scale .cost2 dd {
    left: 35%;
    width: 65%;
    padding: 32px 10px 2px;
    font-size: 18px;
    background-size: 100% 100%;
  }
  .struct .usage {
    font-size: 16px;
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.1);
  }
}
.struct .new {
  position: relative;
  padding: 40px 24px;
  background: #c3e7f7;
  border-radius: 12px;
}
.struct .new::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  width: 730px;
  height: 88px;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/e0263025463b476294e13cb917eaff17/new.png) top right no-repeat;
  background-size: cover;
}
.struct .new h6 {
  position: relative;
  cursor: pointer;
}
.struct .new .cost3 {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 30px 0 15px;
  color: #fff;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/b46e90d317984c33a30c90d042956969/cost3.png) top left no-repeat;
  background-size: cover;
}
.struct .new .cost4 {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 10px 0 13px;
  color: #fff;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/daf07f1bc9004e2ca96369f5784e1438/cost4.png) top left no-repeat;
  background-size: cover;
}
.struct .new h6 span:first-of-type {
  display: block;
  width: 20%;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  font-weight: 900;
}
.struct .new h6 span:last-of-type {
  display: block;
  width: 80%;
  padding: 0 60px;
  font-size: 24px;
  text-align: left;
  line-height: 1.2;
  font-weight: 900;
}
.struct .new h6 .more {
  display: block;
  position: absolute;
  width: 120px;
  height: 48px;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/3685bece48c54c7f997d6f15fbe787bb/more.png) top right no-repeat;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.struct .new .cost4 span:first-of-type {
  color: #2c496b;
}
.struct .new .cost4 .ico-op {
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
.struct .new .cost3 .more {
  top: -4px;
  right: 6px;
}
.struct .new .cost4 .more {
  top: -28px;
  right: 6px;
}
.struct .new .detail {
  display: none;
  padding: 24px 36px;
  text-align: left;
}
.struct .new .detail p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.struct .new .detail .beil {
  display: -webkit-box;
  display: flex;
  margin: 0 0 24px;
  padding: 10px 0;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: dashed 2px #add998;
  color: #2c496b;
}
.struct .new .detail .beil:first-of-type {
  margin: 0;
  border-top: dashed 2px #add998;
}
.struct .new .detail .beil li:first-child {
  width: 26%;
  font-size: 24px;
  text-align: center;
}
.struct .new .detail .beil li:last-child {
  width: 74%;
  font-size: 16px;
}
.struct .new .detail .note {
  margin: 12px 0 0 3.1em;
  text-indent: -3.1em;
  font-size: 14px;
}
.struct .new .detail .kome dd {
  margin: -1.5em 0 0 1.5em;
}
.kome {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .kome {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
  }
}
.struct .new .price {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.struct .new .price .selector {
  position: relative;
  width: 48%;
  border: solid 2px #009468;
  border-radius: 4px;
  background: #fff;
}
.struct .new .price .selector select {
  position: relative;
  width: 100%;
  padding: 0 1em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  font-size: 20px;
  line-height: 2.2;
  font-weight: 400;
  color: #2c496b;
}
.struct .new .price .selector::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 40px;
  height: 40px;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/bddd14e9e99143d3b2ac7d1685ae6b05/ico.png) -120px 0 no-repeat;
  background-size: 600% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.struct .new .price .result {
  position: relative;
  width: 48%;
  background: #e8f6c8;
  border-bottom: solid 2px #009468;
  text-align: center;
  color: #009468;
}
.struct .new .price .result p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
.struct .new .price .result span {
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 20px;
}
.struct .new .txt {
  margin: 0 0 10px;
  font-size: 14px;
  color: #2c496b;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .struct .new {
    padding: 24px 3%;
  }
  .struct .new::before {
    top: -20vw;
    width: 90%;
    height: 15vw;
    background-size: 100% auto;
  }
  .struct .new .cost3 {
    display: block;
    padding: 5px 0 10px;
    background: url(https://looop-denki.com/api/image?imageName=/d5726c1634ea4f76914e133fa4a9b1d9/7627e16a15884ee99aedfddb18f422cc/cost3_s.png) top left no-repeat;
    background-size: 100% 100%;
  }
  .struct .new .cost4 {
    display: block;
    padding: 5px 0 10px;
    background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/9a50afdc9631406a9a75144ebc4ab238/cost4_s.png) top left no-repeat;
    background-size: 100% 100%;
  }
  .struct .new .cost4 .ico-op {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .struct .new h6 span {
    display: block;
    text-align: center;
  }
  .struct .new h6 span:first-of-type {
    width: 100%;
    font-size: 12px;
  }
  .struct .new h6 span:last-of-type {
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
  }
  .struct .new h6 .more {
    width: 80px;
    height: 32px;
  }
  .struct .new .cost3 .more {
    top: 4px;
    right: 0;
  }
  .struct .new .cost4 .more {
    top: 4px;
    right: 0;
  }
  .struct .new .detail {
    padding: 16px 0;
  }
  .struct .new .detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .struct .new .detail .beil {
    display: block;
    padding: 10px;
  }
  .struct .new .detail .beil li {
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
  .struct .new .detail .beil li:first-child {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
  }
  .struct .new .detail .beil li:last-child {
    width: 100%;
    font-size: 14px;
  }
  .struct .new .detail .note {
    font-size: 12px;
  }
  .struct .new .price {
    display: block;
  }
  .struct .new .price .selector {
    width: 100%;
    margin: 0 0 16px;
  }
  .struct .new .price .result {
    width: 100%;
  }
}
[class*=ico-] {
  display: inline-block;
  height: 0;
  margin: 0;
  vertical-align: baseline;
  background: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/bddd14e9e99143d3b2ac7d1685ae6b05/ico.png) top left no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ico-pl {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: 0 -60px;
  background-size: 300% auto;
}
.ico-mul {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #3fa9f5;
  background-position: -120px -60px;
  background-size: 300% auto;
  border-radius: 30px;
  box-shadow: 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ico-nxt {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-position: -160px 0;
  background-size: 300% auto;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ico-pls {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  background-color: #3fa9f5;
  background-position: -48px -48px;
  background-size: 300% auto;
  box-shadow: 0 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.ico-op {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background-position: -48px 0;
  background-size: 600% auto;
}
@media screen and (max-width: 768px) {
  .ico-op {
    position: absolute;
    top: 55%;
    right: 12px;
    width: 12px;
    height: 12px;
    background-position: -24px 0;
    background-size: 600% auto;
  }
}
.p_advantages_list_wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .p_advantages_list {
    max-width: 700px;
    margin: 0 auto;
  }
}
.p_advantages_list .item {
  margin-top: 10px;
  border: 2px solid #0168b6;
  border-radius: 15px;
  overflow: hidden;
}
.c_question_list .item:nth-child(n+2) {
  margin-top: 10px;
}
.c_question_list .item._full-width {
  width: 100%;
}
.c_question_list .item .question {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
}
.p_advantages_list__title {
  padding: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
.p_advantages_list__title p {
  min-width: 90px;
}
.p_advantages_list__title_contents {
  margin-left: 10px;
}
.p_advantages_list__title_number {
  padding: 3px 15px 5px;
  width: 71px;
  height: 26px;
  background: #FEE100;
  border-radius: 52px;
  color: #0168B6;
  font-weight: 700;
  font-size: 14px;
}
.p_advantages_list__title_number span {
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 500;
}
.p_advantages_list__title_text {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #0168B6;
}
.p_advantages_list__title_text span {
  color: #E85F5F;
}
.p_advantages_description {
  display: none;
  padding: 20px 18px;
  background: #EDF6FC;
}
.p_advantages_description__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0168B6;
  text-align: center;
}
.p_advantages_description__title.u_type02 {
  margin-top: 30px;
}
.p_advantages_description__sample {
  margin-top: 30px;
  padding: 30px 18px;
  border-radius: 15px;
  border: 4px solid #0168B6;
  background: #fff;
}
.p_advantages_description__text01 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.p_advantages_description__text01:first-child {
  margin-top: 0;
}
.p_advantages_description__text02 {
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.p_advantages_description__img01, .p_advantages_description__img02 {
  width: 246px;
  display: block;
  margin: 0 auto;
}
.p_advantages_description__img01 {
  margin-top: 20px;
}
.p_advantages_description__img02 {
  margin-top: 40px;
}
.p_advantages_description .c_note {
  margin-top: 20px;
}
.p_advantages_description .c_note li {
  margin-top: 10px;
}
.structure span {
  position: relative;
  display: block;
}
.structure span:not(:last-child)::after {
  position: absolute;
  margin: auto;
  border-color: #0168B6 transparent transparent;
  border-style: solid;
  border-width: 10px 15px 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 1px;
}
.p_benefits__contents {
  padding: 40px 18px 20px;
  display: -webkit-box;
  display: flex;
}
.p_benefits__info {
  margin-left: 20px;
}
.p_benefits__info_title {
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
}
.p_benefits__info_text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .p_benefits .speech_bubble.u_type02 {
    font-size: 18px;
  }
}
.p_benefits__contents {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .p_benefits__contents {
    max-width: 600px;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p_benefits__contents img {
  width: 112px;
}
.p_gas_information {
  text-align: center;
}
.p_gas_information__contents {
  padding: 40px 18px 20px;
}
.p_gas_information__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.p_gas_information__title_underline {
  background: -webkit-linear-gradient(transparent 65%, #fee100 0);
  background: linear-gradient(transparent 65%, #fee100 0);
  display: inline-block;
  line-height: 1.2;
  padding: 0 4px;
  font-size: 22px;
}
.p_gas_information__img02 {
  margin-top: 20px;
}
.p_gas_information__img03 {
  margin-top: 30px;
}
.p_gas_information .speech_bubble.u_type02 {
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .p_gas_information .p_gas_information__img01 {
    margin-top: 40px;
  }
  .p_gas_information .p_gas_information__img01 img {
    width: 423px;
  }
  .p_gas_information .speech_bubble.u_type02 {
    font-size: 18px;
  }
}
.p_gas_information__contents .c_note {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .p_gas_information__contents .c_note {
    margin-top: 30px;
    text-align: center;
  }
}
.p_gas_information__contents_item.u_type01 {
  margin-top: 20px;
}
.p_gas_information__contents_item.u_type02 {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .p_gas_information__contents_item.u_type02 {
    margin-top: 0;
  }
}
.p_gas_information__contents_item:first-of-type {
  position: relative;
  display: inline-block;
}
.p_gas_information__contents_item:first-of-type::after {
  display: inline-block;
  content: "";
  border: 1px dashed #DDDDDD;
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .p_gas_information__contents_item:first-of-type::after {
    width: 1px;
    height: 230px;
    right: -30px;
    left: auto;
    top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p_gas_information__contents_inner {
    margin: 30px auto 0;
    max-width: 726px;
    display: -webkit-box;
    display: flex;
    gap: 60px;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
.p_faq {
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .p_faq {
    padding-bottom: 40px;
  }
}
.question.js-toggle-trigger::before, .question.js-toggle-trigger::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 3px;
  background: #0168B6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.question.js-toggle-trigger::after {
  background: #0168B6;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.question.js-toggle-trigger.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_faq__contents {
  padding: 40px 18px 20px;
}
.p_faq__contents .c_question_list .item .answer {
  background: #F5F5F5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.p_faq__contents .item.-empty {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p_faq__contents .c_question_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  .p_faq__contents .c_question_list .item {
    padding: 40px 20px;
    width: 50%;
  }
  .p_faq__contents .c_question_list .item:nth-child(n+2) {
    margin-top: 0;
  }
  .p_faq__contents .item.-empty {
    display: block;
    background-color: transparent;
  }
}
.p_campaign_terms {
  padding: 40px 18px;
}
.p_campaign_terms .p_campaign_info__contents {
  margin-top: 30px;
}
.p_campaign_terms .p_campaign_info__card_text {
  font-weight: 900;
  font-size: 16px;
  min-height: 68px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.p_campaign_terms .p_campaign_info__card_text.precautions {
  min-height: auto;
}
.p_campaign_terms .p_campaign_info__card_01 {
  background-color: #fff;
  box-shadow: none;
}
.p_campaign_terms .p_campaign_info__card_text02 {
  padding: 0 15px 15px;
  color: #202020;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.p_campaign_terms__img {
  margin: 10px 0;
  text-align: center;
}
.p_campaign_terms__text01 {
  padding: 10px 15px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.p_campaign_terms__text02 {
  margin-top: 20px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .p_campaign_terms {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p_campaign_terms .p_campaign_terms__inner {
    margin: 0 auto;
    max-width: 1100px;
  }
  .p_campaign_terms .p_campaign_info__card_text {
    font-size: 22px;
  }
  .p_campaign_terms .p_campaign_info__card_text02 {
    font-size: 18px;
  }
  .p_campaign_terms .p_campaign_terms__text01 {
    padding: 20px 0;
    font-size: 22px;
    text-align: center;
  }
  .p_campaign_terms .p_campaign_terms__img {
    margin: 20px auto;
  }
  .p_campaign_terms .p_campaign_terms__img img {
    width: 70px;
  }
}
.p_campaign_terms .p_campaign_terms__text02 a {
  text-decoration: underline;
}
.p_application_notes {
  margin-top: 30px;
  outline: none;
}
.p_application_notes__contents {
  padding: 20px 18px;
}
.p_application_notes__text01 {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.p_application_notes__text01 .u_font__blue_fs22 {
  margin-bottom: 8px;
  display: block;
  font-weight: normal;
}
.p_application_notes__text02 {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .p_application_notes__text02 {
    text-align: center;
  }
}
.p_market_price__item {
  text-align: center;
}
.p_market_price__note {
  margin-top: 10px;
  font-size: 14px;
  color: #707070;
}
.p_market_price__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
}
.p_market_price__img {
  margin: 15px auto 0;
  max-width: 318px;
}
@media screen and (min-width: 1200px) {
  .p_market_price {
    display: -webkit-box;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.p_calculation {
  padding: 0 18px;
  margin-top: 40px;
}
.p_calculation__contents {
  padding: 18px;
}
.p_calculation__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  cursor: pointer;
}
.p_calculation__list {
  padding: 18px;
  margin-top: 18px;
  background: #F5F5F5;
  border-radius: 15px;
}
.p_calculation__list_item {
  color: #707070;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .p_calculation {
    padding: 0;
    margin-top: 40px;
  }
}
.p_calculation__title.js-toggle-trigger {
  position: relative;
}
.p_calculation__title.js-toggle-trigger::before, .p_calculation__title.js-toggle-trigger::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 3px;
  background: #0168B6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_calculation__title.js-toggle-trigger::after {
  background: #0168B6;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_calculation__title.js-toggle-trigger.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sp_fixed_contents {
  padding: 0 18px 20px;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 99;
  background-color: #0168B6;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px -4px 0px #005DA3;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
#sp_fixed_contents .speech_bubble {
  padding: 6px 17px;
  margin-top: -30px;
  background: #FEE100;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 4px 0px #EACF00);
          filter: drop-shadow(0px 4px 0px #EACF00);
  font-size: 14px;
  border-bottom: none;
  bottom: -13px;
}
#sp_fixed_contents .speech_bubble::before {
  border: none;
}
#sp_fixed_contents .speech_bubble::after {
  border-top-color: #FEE100;
  border-width: 8px 8px 10px 8px;
}
#sp_fixed_contents .p_top_userAction_request {
  text-align: center;
}
#sp_fixed_contents .simulation {
  margin-top: 20px;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
#sp_fixed_contents .simulation a {
  display: block;
  text-align: center;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
}
#sp_fixed_contents .simulation a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_50_3961)%22%3E%3Cpath%20d%3D%22M17.1776%2017.1775H0.82251V0.822449%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4.15796%206.44375C4.15796%206.44375%205.60167%203.60842%207.65894%204.9803C9.54513%206.23758%208.31689%2011.6352%2011.1681%2012.36C13.0949%2012.8497%2014.0089%2010.5056%2014.0089%2010.5056%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_50_3961%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  content: "";
  width: 18px;
  height: 18px;
}
#sp_fixed_contents.is-show {
  opacity: 1;
  pointer-events: auto;
}
.l_footer {
  margin-bottom: 120px;
  background-color: #fff;
}
.p_footer_siteMap {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .p_footer_siteMap {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .p_footer_siteMap__mainPage,
  .p_footer_siteMap__subList {
    margin: 0 auto;
    max-width: 1100px;
  }
}
.p_footer_siteMap__list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.p_footer_siteMap__item,
.p_footer_siteMap__subItem {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .p_footer_siteMap__item,
  .p_footer_siteMap__subItem {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
    width: 33.3333333333%;
  }
}
.p_footer_siteMap__list:nth-child(n+2) {
  margin-left: 0;
}
.p_footer_siteMap__item:nth-child(n+2) {
  margin-top: 30px;
}
.p_footer_siteMap__link:before {
  background-image: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/c1998d4f67d94d1481da751e2039c64d/image.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 11px;
  margin-right: 10px;
  width: 10px;
}
.p_footer_siteMap__subPage {
  padding: 0 15px;
  margin: 30px 0 40px;
}
.p_footer_siteMap__subList {
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .p_footer_siteMap__subList {
    margin: 0 auto;
    max-width: 1100px;
  }
}
.p_footer_siteMap__subItem {
  text-align: left;
}
.p_footer_siteMap__logo:after {
  display: none;
}

.c_terms {
  margin: auto;
  margin-top: 20px;
  padding: 18px 0px;
  background: rgba(233, 89, 58, 0.12);
  border-radius: 10px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .c_terms {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .c_terms {
    width: 346px;
  }
}
@media screen and (max-width: 768px) {
  .c_terms {
    width: 100%;
  }
}
.c_terms__heading {
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
}
.c_terms__text {
  margin-top: 8px;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  color: #202020;
}
.c_terms__number {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #E9593A;
  margin: 0 2px;
}

/* 動画追加 */
.pr-smarttimeone__movie {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  gap: 48px;
  margin-bottom: 52px;
}
.pr-smarttimeone__feature-movie {
  margin-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}
.pr-smarttimeone__movie-item {
  text-align: center;
  width: 60%;
}
.pr-smarttimeone__movie-item-title {
  color: #202020;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 8px;
}
.pr-smarttimeone__movie-item-copy {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  margin-top: 16px;
  color: #1B6893;
  display: -webkit-inline-box;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
  align-items: center;
}
.pr-smarttimeone__movie-item-copy::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #E0A641;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
  margin-right: 2px;
}
.pr-smarttimeone__movie-item-copy::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #E0A641;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
  clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
}
.pr-smarttimeone__movie-youtube {
  border-radius: 8px;
  -webkit-filter: drop-shadow(8px 8px 0px #FFFFFF);
  filter: drop-shadow(8px 8px 0px #FFFFFF);
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-top: 16px;
  position: relative;
}
.pr-smarttimeone__movie-youtube .iframe {
  width: 100%;
  height: 100%;
}
.pr-smarttimeone__movie-youtube-player {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pr-smarttimeone__movie-youtube-player.is-hide {
  display: none;
}
.pr-smarttimeone__movie-youtube-player-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pr-smarttimeone__movie-youtube-player-icon {
  position: absolute;
  width: 66px;
  height: 46px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pr-smarttimeone__movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    margin-top: 60px;
    gap: 36px;
    margin-bottom: 32px;
  }
  .pr-smarttimeone__movie-item {
    width: 100%;
  }
  .pr-smarttimeone__movie-item-title {
    font-size: 20px;
  }
}
