/*
color

赤
#C32436
ボタン黄色
#F8F34F
丸い青
#0160B7
*/


@charset "utf-8";


body {
    max-width: 1366px;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1.3px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    body {
        max-width: 100%;
        width: auto;
    }
}

.bold {
  font-weight: bold;
}

.margin10 {
  margin: 10px;
}

.margin20 {
  margin: 20px;
}

.margin20010 {
  margin: 20px 0 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mtb30 {
  margin: 30px 0 !important;
}

.mrl1rem {
  margin: 0 1rem !important;
}

.fs20 {
  font-size: 20px;
}

.txtl {
  text-align: left;
  text-decoration: none !important;
}

.f18pxb {
  font-size: 18px;
  font-weight: bold;
}

.f20pxb {
  font-size: 20px;
  font-weight: bold;
}

.f18pxbl {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 1.1rem;
}


a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}


.tdn {
  text-decoration: none !important;
}
  

/********** header ここから**********/
header {
  width: 100%;
  margin: 0 auto;
}


.h2-title {
  letter-spacing: 1px;
  font-size: 3.7em;
  margin: 50px 0 10px;
}

.title-logo {
  width: 100%;
  max-width: 960px;
  height: auto;
  display: block;
  margin: 0 auto;
}


/********** main ここから**********/


main {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
  main {
      max-width: 100%;
      width: auto;
      margin: 2%;
  }
}


/********** 追尾ボタン ここから**********/


.floating-btn {
  display: none;

}

@media screen and (max-width: 768px) {
  
  .floating-btn {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
  }
  
  .floating-btn .btn-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .floating-btn:active {
    transform: scale(0.9);
    transition: transform 0.1s ease;
  }

}

/********** monitors-top-wrap ここから**********/

.monitors-top-wrap {
  text-align: center;
}

.first-view {
  max-width: 960px;
  width: 100%;
}

.red-title {
  color: #C32436;
  font-size: 6rem;
  margin: 10px 0;
  letter-spacing: 0.1em;
}

.period-table {
  border-collapse: collapse;
  margin: 0.7rem auto;
  width: 67%;
  font-size: 1.3em;
}

.period-table th,
.period-table td {
  border: 2px solid #000;
  padding: 0.2em 1em;
  text-align: center;
  font-weight: 400;
}

.period-table th {
  letter-spacing: 0.5em;
}

.first-text {
  font-size: 1.3em;
}


.font-size-x-large {
  font-size: 1.5rem;
  margin: 10px;
}

.area-blue {
  color: #0160B7;
  font-size: 2rem;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.apply-button {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.4rem 8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 2rem;
  margin: 10px;
}

a.apply-button-yellow {
  color: #000;
  background-color: #F8F34F;
  border-bottom: 5px solid #b7b343;
}

a.apply-button-yellow:hover {
margin-top: 3px;
color: #000;
background-color: #F8F34F;
border-bottom: 2px solid #b7b343;
}

a.apply-button-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

table.font-size-small-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.font-size-small-table th {
  width: 32%;
  text-align: end;
  padding: 8px;
}

.font-size-small-table td {
  width: 68%;
  text-align: left;
  padding: 8px;
}

/********** point-text-wrap ここから **********/

.h2-title-bule {
  letter-spacing: 1px;
  font-size: 4rem;
  color: #0160B7;
}

.kaiketsu {
  max-width: 960px;
  width: 100%;
}

.kaiketsu-sp {
  display: none;
}


@media screen and (max-width: 768px) {
  .kaiketsu {
    display: none !important;
  }
  .kaiketsu-sp {
    display: block;
    max-width: 768px;
    width: 100%;
  }
}

.flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  padding-left: 50px;
  margin: 2rem auto;
  max-width: 100%;
}

.flex-item {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  row-gap: 1em;
  column-gap: 0.1em;
  margin: 30px 0;
}

.circle-heading {
  background-color: #0160B7;
  color: white;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
  flex-shrink: 0;
  margin: 0 auto;
  font-size: 1.4rem;
}

.point-text {
  font-size: 1.7rem;
  text-align: left;
  padding-left: 1rem;
  line-height: 1.5em;
}


@media (max-width: 768px) {
  .point-text-wrap {
    width: 100%;
  }
  
  .flex-wrap  {
    display: block;
    gap: 2rem;
    align-items: center;
    margin: 2rem auto;
    max-width: 600px;
    margin-left: 0;
  }

  .flex-item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }

  .flex-item-sp {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
}

/********** description-wrap **********/
.description-wrap {
  text-align: center;
}

.description {
  max-width: 960px;
  width: 100%;
}

.description-sp-wrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .description {
    display: none !important;
  }
  .description-sp-wrap {
    display: block;
    max-width: 768px;
    width: 100%;
  }

  .description-sp-wrap p{
    margin: 10px 0;
  }


  .description-sp {
    display: block;
    max-width: 768px;
    width: 100%;
    margin-top: 10px;
  }

  .description-sp-title {
    font-size: 1.7em;
    font-weight: bold;
  }
  
  .description-sp-area-top, .description-sp-area, .description-sp-free-top, .description-sp-free {
    font-size: 1.1rem;
  }

  .description-sp-area-top, .description-sp-free-top {
    text-align: center;
    margin-top: 20px !important;
    font-weight: 700;
  }



  .description-sp-text {
    font-size: 14px;
  }
}

.hr01{
  border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000;
}


.h3-yellow {
  background-color: #F8F34F;
  border-radius: 25px;
  width: 50%;
  text-align: center;
  margin: 15px auto;
  padding: 10px;
  font-weight: bold;
  font-size: 2.3rem;
}

.fontsize-xx-large {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

/********** tableここから **********/

.table-Purchase {
  border-collapse: collapse;
  width: 85%;
  margin: 0 auto;
}

.table-standard {
  background-color: #FFFCDA;
}

.table-deluxe {
  background-color: #FDE8D0;
}

.table-Purchase th,
.table-Purchase td {
  border: 2px solid #000;
  padding: 8px 12px;
  text-align: center;
  font-size:1.2rem;
  font-weight: bold;

}

.table-Purchase td:nth-child(2),
.table-Purchase td:nth-child(4),
.table-Purchasep th {
  border-right: none;
}

.table-Purchase td:nth-child(3),
.table-Purchase td:nth-child(5) {
  border-left: none;
}

@media (max-width: 768px) {
  .table-Purchase {
      display: grid;
      grid-template-columns: 1fr;
      margin: 10px 0;
  }

  .table-Purchase th {
      grid-column: span 2;
  }

  .table-Purchase td {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 10px;
      border: 1px solid #ccc;
  }

  .table-Purchase .table-standard,
  .table-Purchase .table-deluxe {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
  }
}

/********** tableその2 **********/
.price-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 85%;
  margin: 0 auto;
}

.price-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #FFFCDA; /* スタンダードの背景色 */
}

.price-title {
  grid-column: span 3;
  padding: 10px;
  font-weight: bold;
}

.price-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-left: 1px solid #000;
}

.price-item-group {
  display: flex;
  justify-content: space-between;
}

.price-item span {
  flex: 1;
}

.price-block:nth-child(2) {
  background-color: #FDE8D0; /* デラックスの背景色 */
}

/* スマホ版の縦並び */
@media (max-width: 768px) {
  .price-table {
    grid-template-columns: 1fr;
  }

  .price-block {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .price-item {
    border-left: none;
    border-bottom: 1px solid #ccc;
    justify-content: flex-start;
  }

  .price-title {
    grid-column: span 1;
  }

  .price-item-group {
    justify-content: flex-start;
  }

  .price-item span {
    display: block;
    margin-bottom: 5px;
    text-align: initial;
  }
}

/* SP版のスタイル */
.sp-version {
  display: block;
}

/* PC版のスタイル */
.pc-version {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-version {
      display: none;
  }

  .pc-version {
      display: block;
  }
}


/********** tableここまで **********/

.description-ul-wrap {

}

.h3-title {
  margin: 15px 0 10px;
  font-size: 1.5rem;
  text-decoration: underline;
}

.description-ul-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: start;
}


.description-ul {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}

.description-ul li {
  position: relative;
  padding-left: 1.2em;
  text-indent: -1.2em;
  padding-bottom: 5px;
  font-size: 1.1rem;
}


@media (max-width: 768px) {
  .description-wrap {
    text-align: start;
    padding: 0;
  }
}

/**********アコーディオンここから**********/

.accordion-section {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
  }
  
  /* details 要素 */
  .accordion {
    max-width: 1000px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  
  /* summary 要素 */
  .accordion-summary {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    cursor: pointer;
    background-color: #F29216;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease;
    font-size: 1.8rem;
  }
  
  .accordion-summary:hover {
    background-color: #eaeaea;
  }

  
  /* コンテンツ部分 */
  .accordion-content {
    max-width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    padding: 0 20px; /* ← 内側paddingだけ固定 */
  }
  
  .accordion.open .accordion-content {
    /* paddingのアニメーションは省略（高さだけJSで動かす） */
  }
  
  .table-container {
    width: 80%;
    margin: 0 auto;
    
  }

  .h3-title-s {
    margin: 15px 0 5px;
    font-size: 1.125rem;
  }

  .heading-with-line-horizontal {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .heading-line {
    flex-grow: 1;
    height: 2px;
    background-color: #000;
  }

  .hr02 {
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #000;
  }

  .removal-li {
    display: inline-table;
    text-align: start;
    margin: 20px auto;
  }

  .removal-li li {
padding: 5px 0;
  }

  .fix-img-pc {
    display: block;
    margin: 0 auto;
  }
  .fix-img-sp {
    display: none;
  }
  
  @media (max-width: 768px) {
    .fix-img-pc {
      display: none;
    }
    .fix-img-sp {
      display: block;
    }
  }
  
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 0px;
  width: 100%;
  padding: 20px;
  text-align: left;
}

.content-grid > div {
  padding: 10px;
}



@media (max-width: 480px) {
  .content-grid {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .content-grid > div {
    padding: 10px;
  }
}


  .movie-blue {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0160B7;
  }

  .h3-title-blue {
    margin: 70px 0 5px;
    font-size: 3rem;
    color: #0160B7;
    white-space: nowrap;
    font-size: clamp(14px, 15vw, 24px);
  }

  .zenbu {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 10px 0;
  }


  .movie-point {
    font-weight: bold;
    text-align: center;
    margin: 20px 0 30px;
    letter-spacing: 1.5;
    font-size: 22px;
    letter-spacing: 2px;
  }


  .movie-point p{
    letter-spacing: 3px;
  }


iframe {
  margin-bottom: 20px;
}

.youtube-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #000;
  overflow: hidden;
}

.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  

  @media (max-width: 768px) {
    /* アコーディオンのボタン部分 */
    .accordion-summary {
      max-width: 100%;
      width: 80%;
      margin: 0 auto;
      font-size: 14px;
      padding: 12px 16px;
    }
  
    /* アコーディオンの内容部分 */
    .accordion-content {
      padding: 10px 0;
    }
    
    .accordion-content {
      padding: 12px 0;
      width: 100%;
    }
  
    .accordion-section {
      width: 100%; 
      margin: 0;
      box-sizing: border-box;
    }
  }
  /**********アコーディオンここまで**********/


/********** monitors-bottom-wrap **********/

.monitors-bottom-wrap {
  margin: 20px 0 20px;
}

.font-size-xx-large-bold {
  font-size: 2.2rem;
  font-weight: bold;
}

/********** footer **********/
footer {
  width: 100vw;
  display: flex;
  background-color: #dcdcdc;
  margin-left: calc(-50vw + 50%);
  }

 .footer-wrap {
  max-width: 1366px;
  margin: 50px auto;
  border: 1px solid #000;
  padding: 20px;
  border-radius: 6px;
   }

address {
  font-style: normal;
}

.livic-logo {
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.ml2 {
  margin-left: 2rem;
}

.sp-m10 {
  margin: 20px 0;
  display: block;
}


/********** page **********/
/********** page-monitor **********/

.contact-form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  display: block;
}

.contact-form-inner {
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.form-head-title {
  text-align: center;
  font-weight: bold;
  margin: 50px 0 30px;
}

.form-group {
  margin: 20px 0;
}

.form-label {
  display: block;
  margin-bottom: 10px;
}

.form-point {
  text-align: center !important;
  font-weight: bold;
}

.form-left {
  text-align: left !important;
}

.form-title {
  text-align: left;
  font-weight: bold;
}

.form-input {
  width: 100%;
  padding: 10px 0;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-radio {
  margin: 5px 0;
}

.form-checkbox {
  margin: 5px 0;
}

.checkbox-wrap {
  margin: 20px 0;
}

.checkbox-wrap {
  margin-top: 50px;
  text-align: center;
}

.submit input[type="submit"] {
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 1.2rem;
  cursor: pointer;
  }
  


/********** page-monitor **********/
.p-wrap {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 100px auto;
  line-height: 1.5rem;
  letter-spacing: 0.2rem;
}

.h2 p-title-h2 {
  margin: 50px 0 20px; 
}

.p-inner-wrap {
  margin-bottom: 50px;
  padding: 3%;
}

.p-date {
  text-align: right;
  margin-bottom: 50px;
}

.p-text1 {
  text-align: left;
  margin: 30px 0;
}


.p-bold {
  font-weight: bold;
  margin: 20px 0;
  text-align: left;
}


.p-title {
  font-weight: 700;
  text-decoration: underline dotted #000;
  margin: 50px 0;
  text-align: left;
}


.p-address {
  text-align: right;
}

/********** thanks **********/
.thanks {
  font-size: 30px;
  font-weight: bold;
  margin: 300px 0;
}


@media (max-width: 768px) {


    .h2-title {
        font-size: 2.5em;
        margin: 30px 0;
    }

    .title-logo {
        width: 100%;
        max-width: 768px;
    }

    .font-size-small-table th {
      width: 25%;
    }
    
    .font-size-small-table td {
      width: 75%;
    }

    p .margin10 {
      text-align: center;
    }

    .h2-title-bule {
      font-size: 2.5rem;
   }

    .first-view .kaiketsu .description {
      max-width: 768px;
      width: 100%;
    }

    .red-title {
        font-size: 3rem;
    }

    .first-text, .font-size-x-large, .font-size-xx-large {
        font-size: 1.2rem;
    }

    .apply-button {
        font-size: 2.2rem;
        padding: 0.4rem 5rem;
    }

    .area-blue {
        font-size: 1.6rem;
    }

    .flex-wrap {
        display: block;
        gap: 2rem;
        align-items: center;
        margin-left: 0;
        margin: 2rem auto;
        max-width: 600px;
    }

    .br-sp-flex {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }

    .flex-item {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
    }

    .h3-yellow {
      font-size: 1.7rem;
    }

    .circle-heading {
        width: 100px;
        height: 100px;
        font-size: 1.2rem;
    }

    .sp-blueline{
      background-color: #0160B7;
      color: white;
      width: 70%;
      display: flex;
      align-items: center;
      justify-content: left;
      font-size: 0.9rem;
      font-weight: bold;
      flex-shrink: 0;
      font-size: 1.2rem;
      margin: 10px 0;
      padding-left: 2rem;
    }


    .point-text {
        font-size: 1.5rem;
        text-align: left;
        padding-left: 1rem;
        margin-left: 1rem;
    }

    
    /* テーブルのフォントサイズ調整 */
    .period-table, .font-size-small-table, .content-table {
        font-size: 1rem;
    }

    .table-Purchase td, .table-Purchase th {
        font-size: 1rem;
    }

    .table-container {
        width: 100%;
    }

    .movie-point {
        font-size: 18px;
    }

    .movie-blue {
        font-size: 1.1rem;
    }

    .h3-title-blue {
      margin: 70px 0 5px;
      font-size: 1.7rem;
      color: #0160B7;
      white-space: nowrap;   
      font-size: clamp(14px, 15vw, 24px); 
    }
  
    .font-size-xx-large-bold {
      font-size: 1.7rem;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
        padding: 3%;
    }

    .first-text {
      line-height: 1.2rem;
    }

    .red-title {
      font-size: 2rem;
    }

    .period-table,
    .period-table th,
    .period-table td {
      border: none;
    }

    .period-table th,
    .period-table td {
      display: block;
    }


    .h2-title, .h2-title-bule {
        font-size: 1.7rem;
        white-space: nowrap;   
        font-size: clamp(14px, 15vw, 24px); 
    }

    .first-view .kaiketsu .description{
      width: 100%;
    }


    .apply-button {
        font-size: 1.4rem;
        padding: 0.4rem 4rem;
        white-space: nowrap; 
        font-size: clamp(14px, 5vw, 24px); 
    }

    .flex-wrap {
      padding-left: 0px;
      margin: 0 auto;
    }

    .circle-heading {
        width: 80px;
        height: 80px;
        font-size: 1rem;
    }

    .h3-yellow {
      font-size: 1rem;
      width: 50%;
      white-space: nowrap;
      font-size: clamp(14px, 4vw, 24px); 
    }
    
    .description-ul {
      padding-left: 10px;
    }

    .fontsize-xx-large {
      font-size: 1.7rem;
      line-height: 2.2rem;
    }

    .fix-img-sp {
      margin: 0 auto;
    }

    .flex-item {
      margin: 20px 0;
    }


    .point-text {
        font-size: 1.1rem;
        padding-left: 0;
    }

    .description-ul-container {
      margin-left: 1rem;
    }

    .font-size-xx-large-bold {
      font-size: 1.7rem;
      line-height: 2rem;
      white-space: nowrap;
      font-size: clamp(14px, 15vw, 24px);
    }

    .mrl1rem{
      margin: 0;
    }

    .font-size-small-table,
    .font-size-small-table tr,
    .font-size-small-table th,
    .font-size-small-table td {
      display: block;
      width: 100%;
    }

    .font-size-small-table th {
      text-align: center;
    }

    .font-size-small-table td {
      padding: 8px 0;
      line-height: 1.3rem;
    }
  
    .footer-wrap {
        padding: 10px;
        margin: 50px auto 100px;
        border: none;
    }


    .sp-m10 {
      margin: 10px 0;
      display: block;
    }

    .ml2 {
      margin: 0;
    }

}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block !important;
  }
}

.br-pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp-flex {
    display: flex !important;
  }
}

.br-pc-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .br-pc-flex {
    display: none;
  }
}

.br-sp-flex .flex-wrap th.sp-blueline {
  text-align: left;
}
