@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans JP", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.main-content a {
  color: #ff5cac;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.main-content a:hover {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  filter: brightness(90%) contrast(110%);
}
.main-content a:hover img {
  /*opacity: 0.8;*/
  transition: 0.3s ease-in-out;
  filter: brightness(90%) contrast(110%);
}
a[href^="tel:"] {
  pointer-events: none;
  color: unset;
  text-decoration: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
/*****************/
.l_recom_container {
  width: min(83vw, 910px);
  margin: auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .l_recom_container {
    width: 95vw;
  }
}
[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

/* anime */
.inview,
.inv,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime {
  opacity: 0;
}

.inv {
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/*****************
header
*****************/
.header {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.inner-header {
  width: min(900px, 90.3vw);
  margin: auto;
  padding: 15px 20px 15px;
}

.logo {
  display: inline-block;
}

.logo_tv {
  width: 100%;
  max-width: 225px;
}

@media (max-width: 768px) {
  .inner-header {
    width: 100%;
    max-width: 100%;
    padding: 1.2vw 4.2vw 1.2vw;
  }
  .logo_tv {
    width: 35.1vw;
    max-width: auto;
  }
  .logo_tv img {
    display: block;
  }
}
/*****************
main
*****************/
.loading {
  font-family: "Noto Sans JP", "hiragino-kaku-gothic-pron", "Hiragino Sans", Meiryo, sans-serif;
}

.main-content {
  font-family: "Noto Sans JP", "hiragino-kaku-gothic-pron", "Hiragino Sans", Meiryo, sans-serif;
  color: #1a1a1a;
  background: #fffdd3;
  padding-bottom: 50px;
  font-weight: 500;
}

.recom-content {
  font-family: "Noto Sans JP", "hiragino-kaku-gothic-pron", "Hiragino Sans", Meiryo, sans-serif;
  color: #1a1a1a;
  background: url("../img/bg_recom.png") top center;
  padding: 30px 0;
}

.recom-content_buttom {
padding-bottom:80px;
}

.recom-content .el_icon {
  padding-bottom: 30px;
  width: 150px;
}
.recom-content .l_recom_ttl {
  margin: auto auto 25px;
  text-align: center;
}

.dp_sp {
  display: none;
}

.dp_pc {
  display: block;
}

.main-top {
  background: url("../img/bg_main.png") top center no-repeat;
  background-size: 2810px;
  width: 100%;
  margin: auto;
  height: 595px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-top .img {
  width: min(89.5vw, 806px);
  margin: auto;
  transform: translateX(-10px) translateY(-28px);
  padding-top: 50px;
}

.main-top .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .main-content {
    padding-bottom: 12vw;
  }
  .recom-content {
    background: url("../img/bg_recom.png") top center;
    background-size: 4%;
  }
  .loading img {
    width: 100%;
  }
  .dp_sp {
    display: block;
  }
  .dp_pc {
    display: none;
  }
  .main-top {
    background: none;
    width: 100%;
    margin: auto;
    height: auto;
  }
  .main-top .img {
    width: 100vw;
    transform: translateX(0) translateY(0);
    padding-top: 0px;
  }
}
/*****************
l_lead
*****************/
.l_lead {
  width: min(92.7vw, 835px);
  margin: auto;
  padding: 70px 0 25px;
  padding: 40px 0 40px;
}

@media (max-width: 768px) {
  .l_lead {
    width: 100vw;
    padding: 8.2vw 0;
  }
  .l_lead h2 {
    width: 92.9vw;
    margin: auto;
  }
}
/*****************
aside
*****************/
aside {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

aside .inner {
  background: rgba(245, 245, 245, 0.7);
  text-align: center;
  padding: 10px 10px 20px;
}

aside h6 {
  display: inline-block;
}
aside h6 img {
  width: 400px;
}

aside .inner p {
  padding-top: 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  aside {
    width: 100vw;
  }
  aside .inner {
    padding: 3.1vw 0 3.9vw;
  }
  aside h6 img {
    width: 89vw !important;
  }
  aside .inner p {
    padding-top: 3.1vw;
    font-size: 3.1vw;
  }
}
/*****************
l_campaign_frame
*****************/
.l_campaign_frame {
  width: min(83vw, 910px);
  margin: auto;
  padding: 70px 58px 60px;
  border: 4px solid #00c99f;
  box-shadow: 4px 4px 8px 0 #f9f7ce;
  border-radius: 24px;
  background: #fff;
  font-size: min(2.5vw, 26px);
}

.l_campaign_ttl {
  margin: auto auto 25px;
  text-align: center;
}

.l_campaign_ttl.time {
  margin: 0 0 25px;
  text-align: left;
}

.l_campaign_ttl.l_subject_ttl {
  width: min(44.9vw, 503px);
}
.l_campaign_ttl.l_achieve_ttl {
  width: min(45.8vw, 513px);
}
.l_campaign_ttl.l_method_ttl {
  width: min(30vw, 335px);
}
.l_campaign_ttl.l_condition_ttl {
  width: min(30vw, 335px);
}
.l_campaign_ttl.l_faq_ttl {
  width: min(30vw, 335px);
}
.l_campaign_ttl.l_recom_ttl {
  width: min(55.6vw, 623px);
}

.l_campaign_inner:not(:last-child) {
  padding-bottom: 90px;
}
.l_campaign_inner:not(:last-child) p {
  line-height: 1.6;
  margin-bottom:30px;
}
.l_campaign_inner:not(:last-child) .el_atten {
  font-size: min(2.1vw, 24px);
  font-size: min(2.3vw, 26px);
  line-height: 1.6;
}
.l_campaign_inner:not(:last-child) .el_planAtten {
  padding-bottom: 15px;
  font-size: min(1.7vw, 19.6px);
  text-align: center;
}
.l_campaign_inner:not(:last-child) .el_linkTxt {
  text-align: center;
}
.l_campaign_inner:not(:last-child) .l_calender {
  display: flex;
  gap: 43px;
}
.l_campaign_inner:not(:last-child) .l_calender li {
  width: calc((100% - 43px) / 2);
}

.l_campaign_sbjLi {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: min(3.5vw, 30px);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l_campaign_sbjLi li {
  position: relative;
}
.l_campaign_sbjLi li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: min(3.3vw, 37px);
  height: min(3.3vw, 37px);
  border-radius: 50px;
  background: #00c99f;
}
.l_campaign_sbjLi li:not(:last-child) {
  margin-bottom: 10px;
}

.l_faq_inner {
  font-size: min(2.5vw, 26px);
  line-height: 1.5;
}
.l_faq_inner dt {
  font-weight: 500;
}
.l_faq_inner dl:first-of-type {
  margin-bottom: 70px;
}

.l_faq_inq p {
  font-size: min(2.1vw, 24px);
  line-height: 2;
  text-align: center;
}

.l_faq_btn {
  display: block;
  width: 522px;
  margin: 20px auto 10px;
}

.l_faq_btn_atten {
  font-size: min(2.1vw, 18px);
  text-align: center;
}

@media (max-width: 768px) {
  .l_campaign_frame {
    width: 96.25vw;
    padding: 8.5vw 2.3vw 9.6vw;
    border: 3px solid #666;
    border-radius: 3.75vw;
    font-size: 4.3vw;
  }
  .l_campaign_ttl {
    margin: auto auto 4.2vw;
  }
  .l_campaign_ttl.time {
  margin: 0 auto 25px;
  text-align: center;
  }

  .l_campaign_ttl.l_subject_ttl {
    width: 78.5vw;
  }
  .l_campaign_ttl.l_achieve_ttl {
    width: 79.6vw;
  }
  .l_campaign_ttl.l_method_ttl {
    width: 52.9vw;
  }

  .l_campaign_ttl.l_method_ttl.time {
    width: 36.9vw;
    padding: 1.5vw 0vw 0vw;
  }

  .l_campaign_ttl.l_condition_ttl {
    width: 52.9vw;
  }
  .l_campaign_ttl.l_faq_ttl {
    width: 52.9vw;
  }
  .l_campaign_ttl.l_recom_ttl {
    width: 93.1vw;
  }
  .l_campaign_inner:not(:last-child) {
    padding-bottom: 13.2vw;
  }
  .l_campaign_inner:not(:last-child) p {
    line-height: 1.67;
    margin-bottom: 0px;
  }
  .l_campaign_inner:not(:last-child) .el_atten {
    font-size: 3.7vw;
    font-size: 4vw;
    line-height: 1.67;
  }
  .l_campaign_inner:not(:last-child) .el_planAtten {
    padding-bottom: 6.25vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .l_campaign_inner:not(:last-child) .el_linkTxt {
    font-size: 5vw;
  }
  .l_campaign_inner:not(:last-child) .l_calender {
    margin-top: -1.5vw;
    flex-direction: column;
    gap: 7.9vw;
  }
  .l_campaign_inner:not(:last-child) .l_calender li {
    width: 100%;
  }


  .l_campaign_sbjLi {
    padding-top: 3.125vw;
    padding-bottom: 6vw;
    font-size: 5.25vw;
  }
  .l_campaign_sbjLi li::before {
    left: -6.25vw;
    transform: translateY(-50%);
    width: 5.7vw;
    height: 5.7vw;
  }
  .l_campaign_sbjLi li:not(:last-child) {
    margin-bottom: 2.1vw;
  }
  .l_faq_inner {
    font-size: 4.3vw;
  }
  .l_faq_inner dl:first-of-type {
    margin-bottom: 7.8vw;
  }
  .l_faq_inq {
    padding-top: 6.2vw;
  }
  .l_faq_inq p {
    font-size: 3.75vw;
  }
  .l_faq_btn {
    width: 92vw;
    margin: 4.6vw auto 3.1vw;
  }
  .l_faq_btn_atten {
    font-size: 3.75vw;
    line-height: 2;
  }
}
.atten_txt {
  background: #fff;
  height: 649px;
  margin-top: 40px;
  padding: 30px 45px 30px 45px;
  overflow-y: scroll;
  font-size: min(2.1vw, 24px);
  line-height: 1.5;
  border: 1px solid #333;
  border-radius: 15px;
}

.atten_txt h3 {
  font-size: min(2.1vw, 24px);
}

.atten_txt h4 {
  font-size: min(2.1vw, 24px);
}

.atten_txt p {
  margin-bottom: 50px;
}

.l_campaign_sbjLi li::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: min(4.3vw, 37px);
    height: min(4.3vw, 37px);
    border-radius: 50px;
    background: #00c99f;
}

@media (max-width: 768px) {
  .atten_txt {
    height: 101vw;
    margin-top: 1.5vw;
    padding: 4.6vw 2.3vw 5.4vw;
    font-size: 3.75vw;
    line-height: 1.5;
    border-radius: 2.3vw;
  }
  .atten_txt h3 {
    font-size: 3.75vw;
    margin-left: -0.1vw;
  }
  .atten_txt h4 {
    font-size: 3.75vw;
  }
  .atten_txt p {
    margin-bottom: 4vw;
  }

.l_campaign_sbjLi li::before {
    content: "";
    position: absolute;
    top: 25%;
    left: -20px;
    transform: translateY(-50%);
    width: min(4.3vw, 37px);
    height: min(4.3vw, 37px);
    border-radius: 50px;
    background: #00c99f;
  }

}
/*****************
recom-content
*****************/
/*l_recom_wrap*/
.l_recom_wrap{
  /*font-family: "vdl-v7marugothic", sans-serif;*/
  font-weight: 700;
  margin-bottom: min(37.9vw,30px);
}
.l_recom_btnArea{
  width: min(96.9vw,766px);
  margin: auto;
  padding-bottom: min(6.2vw, 49px);
}
.l_recom_btnArea:not(:last-child){
  margin-bottom: min(6.2vw,49px);
}
.l_recom_btnArea ul{
  display: flex;
  gap: 25px;
}
.l_recom_btnArea li{
  width: calc((100% - 25px) / 2);
}
.l_recom_startTxt{
  text-align: right;
  font-size: min(1.6vw,18px);
  padding-top: min(5.6vw,45px);
  padding-right: 10px;
}
.l_recom_startTxt span{
  font-size: min(1.9vw,21.6px);
}
.l_recom_inner {
  position: relative;
  padding: 25px 30px 30px;
  border: 5px solid #ea68a2;
  border-radius: min(1.6vw,18px);
  background: #fff;
}
#rentalmax_plan .l_recom_inner {
  border: 5px solid #f8b551;
}
#rental4_plan .l_recom_inner {
  border: 5px solid #80c269;
}
#tanpinrental_plan .l_recom_inner {
  border: 5px solid #28a8df;
}
.l_recom_inner_icon{
  position: absolute;
  top: 0;
  right: 35px;
  width: min(7.14vw,80px);
}
.l_recom_ttlArea{
  text-align: center;
}
.l_recom_ttlArea_lead {
  color: #ea68a2;
  font-size: min(1.7vw,20px);
}
#rentalmax_plan .l_recom_ttlArea_lead {
  color: #f8b551;
}
#rental4_plan .l_recom_ttlArea_lead {
  color: #80c269;
}
#tanpinrental_plan .l_recom_ttlArea_lead {
  color: #28a8df;
}
.l_recom_ttlArea_name{
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: min(1.7vw,20px);
  font-weight: 800;
}
.l_recom_ttlArea_name h3{
  color: #ea68a2;
  font-size: min(4.6vw,50px);
  letter-spacing: -.03em;
}
#rentalmax_plan .l_recom_ttlArea_name h3 {
  color: #f8b551;
}
#rental4_plan .l_recom_ttlArea_name,
#tanpinrental_plan .l_recom_ttlArea_name{
  justify-content: center;
}
#rental4_plan .l_recom_ttlArea_name h3 {
  color: #80c269;
}
#tanpinrental_plan .l_recom_ttlArea_name h3 {
  color: #28a8df;
}
.l_recom_ttlArea_plan{
  padding: 3px 25px;
  margin-left: 30px;
  font-size: min(1.78vw,20px);
  font-weight: 800; 
  color: #333;
  background: #fff100;
  display: block;
  border-radius: 20px;
}
.l_recom_priceArea{
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #000;
  border-top: 2px dotted currentColor;
  border-bottom: 2px dotted currentColor;
  font-size: min(2.6vw,30px); 
  line-height: 1.2;
}
.l_recom_wrap sup{
  font-size: 12px;
  position: relative;
  top: -12px;
}
.l_recom_priceArea strong{
  font-size: min(4.6vw,50px);
}
.l_recom_priceArea small{
  font-size: min(1.78vw,20px); 
}
.l_recom_expl{
  display: flex;
  padding: 25px 0 0;
}
.l_recom_inner:has(.l_recom_ac_btn) .l_recom_expl{
  padding: 25px 0 70px;
}
.l_recom_inner:has(.el_atten) .l_recom_expl{
  padding: 25px 0 30px;
}
#rentalmax_plan .el_atten{
  padding-bottom: 70px;
}
.el_atten{
  font-size: min(2vw,16px);
  line-height: 1.4;
}
.l_recom_expl + .el_atten{
  margin-left: min(6.3vw,50px);
}

.l_recom_expl_img{
  width: min(14.5vw,163px);
  margin: 0 25px 0 45px;
  padding-top: 10px;
}
.l_recom_expl_txt{
  flex: 1;
}
.l_recom_expl_txt h4{
  padding-left: 15px;
  padding-bottom: 8px;
  color: #03c69e;
  font-size: min(2.1vw,24px); 
  font-weight: 800;
}
#rentalmax_plan .l_recom_expl_txt h4 {
  color: #f8b551;
}
#rental4_plan .l_recom_expl_txt h4 {
  color: #80c269;
}
#tanpinrental_plan .l_recom_expl_txt h4 {
  color: #28a8df;
}
.l_recom_expl_txt ul{
  font-size: min(1.6vw,21px);
  line-height: 1.6;
  font-weight: 700;
}
.l_recom_expl_txt li{
  padding-left: 1em;
  text-indent: -1em;
}
.l_recom_ac_btn{
  position: relative;
  border: 3px solid currentColor;
  width: min(29vw,329px);
  padding: 5px 0;
  border-radius: 20px;
  margin: 40px auto 0;
  text-align: center;
  font-weight: 800;
  font-size: min(1.6vw,18px);
  letter-spacing: -.03em;
}
.l_recom_ac_btn::after{
  position: absolute;
  content: "+";
  display: block;
  top: 50%;
  right: 30px;
  line-height: 1;
  transform: translateY(-54%);
  font-size: 30px;
  font-weight: 600;
}
.el_close.l_recom_ac_btn::after{
  content: "";
  width: 22px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 20px;
  background: #000;
}
.el_moreBtn + .l_recom_list{
  display: none;
}
.l_recom_list{
  margin: 40px auto 20px;
}
.l_recom_list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}
.l_recom_list li{
  width: calc((100% - 20px) / 2);
}

/*el_other_plan*/
.l_planBtn{
  margin-bottom: 65px;
}
a.el_planBtn{
  display: block;
  margin: auto auto;
  background: #fff;
  color: #313131;
  border: 3px solid currentColor;
  width: min(29vw, 329px);
  padding: 5px 0;
  border-radius: 20px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: min(1.6vw,18px);
  letter-spacing: -.03em;
  transition: .3s;
}
a.el_planBtn:hover{
  background: #313131;
  color: #fff;
  border: 3px solid #313131;
}
  /*l_recom_faq*/
.l_recom_faq{
  background: #fff4bd;
  padding: 25px 50px 65px;
}
.l_recom_faq_ttl{
  padding-bottom: 30px;
  font-weight: 800;
  font-size: min(4.5vw,36px);
  text-align: center;
  letter-spacing: .2em;
}
.l_recom_faq_inner{
  margin-bottom: 40px;
  font-size: min(2.2vw,18px);
  line-height: 1.6;
}
.l_recom_faq_inner dt{
  display: flex;
  font-weight: 800;
}
.l_recom_faq_inner dd{
  display: flex;
  font-weight: 800;
  margin-bottom: 0;
}
.l_recom_faq_inner dl div{
  flex: 1;
}
.l_recom_faq_inner dl span{
  width: 32px;
}
.l_recom_faq_link{
  font-size: min(3.1vw,25px); 
  font-weight: 800;
}

/*l_recom_inq*/
.recom-content .l_recom_inq {
  text-align: center;
  font-weight: 500;
}
.recom-content .l_recom_inq .l_recom_link {
  font-size: min(3.5vw, 40px);
  font-weight: 800;
  color: #24529c;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 18px;
  text-decoration: none;
}
.recom-content .l_recom_inq .l_recom_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #24529c;
}
.recom-content .l_recom_inq .l_recom_link:hover::after {
  background: none;
}
.recom-content .l_recom_inq p {
  font-size: min(4.2vw, 48px);
  line-height: 1.5;
}


@media (max-width: 768px) {
  .l_recom_wrap{
    margin-bottom: 4.6vw;
  }
  .l_recom_btnArea{
    width: 100%;
    margin-bottom: 4.6vw;
  }
  .l_recom_btnArea:not(:last-child){
    margin-bottom: 3.9vw;
  }
  .l_recom_btnArea ul{
    gap: 2.8vw;
  }
  .l_recom_btnArea li{
    width: calc((100% - 2.8vw) / 2);
  }
  .recom-content .l_recom_container {
    padding-bottom: 10px;
  }
  .recom-content .el_icon {
    width: 21.8vw;
    padding-bottom: 7.59vw;
  }
  .recom-content .l_recom_ttl {
    margin: auto auto 10.8vw;
  }

  /*l_recom_wrap*/
  .l_recom_startTxt{
    padding-left: 2.3vw;
    font-size: 3.1vw;
  }
  .l_recom_startTxt span{
    font-size: 3.7vw;
  }
  .l_recom_inner {
    padding: 3.1vw 2.8vw 5.4vw;
    border: 3px solid #ea68a2;
    border-radius: 3.1vw;
  }
  #rentalmax_plan .l_recom_inner {
    border: 3px solid #f8b551;
  }
  #rental4_plan .l_recom_inner {
    border: 3px solid #80c269;
  }
  #tanpinrental_plan .l_recom_inner {
    border: 3px solid #28a8df;
  }
  .l_recom_inner_icon{
    top: -1px;
    right: 3.5vw;
    width: 9.2vw;
  }
  .l_recom_ttlArea_lead {
    font-size: 3.75vw;
  }
  .l_recom_ttlArea_name{
    flex-direction: column;
    padding-bottom: 1.5vw;
    gap: 0;
  }
  .l_recom_ttlArea_name h3{
    font-size: 7.5vw;
  }
  .l_recom_ttlArea_plan{
    margin: 1.5vw 0 1.5vw 1.5vw;
    padding: 3px 5.4vw 1px;
    font-size: 3.9vw; 
    border-radius: 2.1vw;
  }
  .l_recom_priceArea{
    padding: 3vw 0;
    gap: 1vw;
    border-top: 1px dotted currentColor;
    border-bottom: 1px dotted currentColor;
    font-size: 3.75vw; 
  }
  .l_recom_wrap sup{
    font-size: 1.8vw;
    top: -1.8vw;
  }
  .l_recom_priceArea strong{
    font-size: 6.25vw; 
  }
  .l_recom_priceArea small{
    font-size: 2.5vw; 
  }
  .l_recom_expl{
    flex-direction: column;
    padding: 6.25vw 0 0;
  }
  .l_recom_inner:has(.l_recom_ac_btn) .l_recom_expl{
    padding: 6.25vw 0 7.8vw;
  }
  .l_recom_inner:has(.el_atten) .l_recom_expl{
    padding: 6.25vw 0 2.8vw;
  }
  #rentalmax_plan .el_atten{
    padding-bottom: 7.8vw;
  }
  .el_atten{
    font-size: 2.8vw;
  }
  .l_recom_expl + .el_atten{
    margin-left: 1.5vw;
  }
  .l_recom_expl_img{
    width: 40vw;
    margin: 0 auto 4.6vw;
    padding-top: 0;
  }
  #rentalmax_plan .l_recom_expl_img {
    width: 31.25vw;
  }
  #rental4_plan .l_recom_expl_img {
    width: 25.7vw;
  }
  #tanpinrental_plan .l_recom_expl_img {
    width: 25.7vw;
    transform: translateX(-3.5vw);
  }
  .l_recom_expl_txt{
    flex: 100%;
  }
  .l_recom_expl_txt h4{
    padding-left: 0;
    padding-bottom: 2.3vw;
    font-size: 5vw; 
    text-align: center;
    letter-spacing: -.03em;
  }
  .l_recom_expl_txt ul{
    font-size: 3.4vw;
    line-height: 1.54;
  }
  .l_recom_ac_btn{
    border: 2px solid currentColor;
    width: 53.4vw;
    padding: 5px 0;
    font-size: 3.2vw;
  }
  .l_recom_ac_btn::after{
    position: absolute;
    content: "+";
    display: block;
    top: 50%;
    right: 3.4vw;
    transform: translateY(-50%);
    margin-top: 0;
    font-size: 3.2vw;
    font-weight: 600;
  }
  .el_close.l_recom_ac_btn::after{
    content: "";
    width: 2vw;
    height: 2px;
  }

  .l_recom_list{
    /*padding-top: 6.25vw;*/
    padding-bottom: 0;
  }
  .l_recom_list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 3.1vw 2.3vw;
  }
  .l_recom_list li{
    width: calc((100% - 2.3vw) / 2);
  }

  /*el_other_plan*/
  .l_planBtn{
    margin-bottom: 12.8vw
  }
  a.el_planBtn{
    border: 2px solid currentColor;
    width: 51.5vw;
    padding: 3px 0;
    font-size: 2.8vw;
  }
  /*l_recom_faq*/
  .l_recom_faq{
    padding: 4.6vw 2.3vw 10.9vw;
  }
  .l_recom_faq_ttl{
    padding-bottom: 6.25vw;
    font-size: 5.625vw;
  }
  .l_recom_faq_inner{
    margin-bottom: 6.25vw;
    font-size: 2.8vw;
  }

  .l_recom_faq_inner dl span{
    width: 6.25vw;
  }
  .l_recom_faq_link{
    font-size: 3.9vw; 
  }
  .recom-content .l_recom_inner {
    padding-bottom: 13.2vw;
  }
  .recom-content .l_recom_inq .l_recom_link {
    font-size: 6.25vw;
    margin-bottom: 1.5vw;
    padding-bottom: 2.8vw;
  }
  .recom-content .l_recom_inq .l_recom_link:after {
    height: 1px;
  }
  .recom-content .l_recom_inq p {
    font-size: 6.25vw;
    line-height: 1.8;
  }
  .recom-content .l_recom_inq p.l_recom_tel {
    font-size: 7.5vw;
    line-height: 1.5;
  }
}

/*****************
sp_footer
*****************/
.sp_footer ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 10px 10px;
  margin: 20px 10px;
}

/*****************
footer 追加
*****************/
.footer {
  background: #000;
  position: relative;
  z-index: 3;
}

.inner-footer {
  width: min(100vw, 1200px);
  margin: auto;
  padding: 14px 44px 19px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.el_license {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}

.el_footerLogo img {
  width: 177px;
}

@media (max-width: 768px) {
  .inner-footer {
    max-width: 100%;
    padding: 1.3vw 3.3vw 2.6vw;
  }
  .el_footerLogo {
    width: 23.3vw;
  }
  .el_license {
    font-size: 0.9rem;
    padding-top: 5px;
  }
}
/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  /*margin-top: 180px;*/
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 5vw;
  font-weight: 700;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  width: 108px;
}

#page-top a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #c51302;
  text-decoration: none;
  color: #fff;
  width: 120px;
  padding: 12px 5px;
  text-align: center;
  display: block;
  border: 3px solid #000;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

#page-top a:hover {
  text-decoration: none;
  filter: brightness(110%) contrast(80%);
}

#page-top a::after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_black_m.png");
  width: 11px;
  height: 7px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.15s forwards;
          animation: DownAnime 0.15s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media (max-width: 768px) {
  #page-top {
    right: 2vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
    width: auto;
  }
  #page-top a::after {
    width: 9px;
    height: 6px;
  }
  #page-top a:hover {
    text-decoration: none;
    filter: none;
  }
  #page-top a:hover img {
    opacity: 1;
  }
}
body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(3) {
    border-right: 1px solid #222222;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 768px) {
  .footer {
    /*margin-top: 10.6666vw;*/
  }
}

