@charset "utf-8";

@import url(reset.css);
@import url(base.css?20260410103810);
@import url(common.css?20240215093435);

/*-------------------------------------------------------------------
	base
-------------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#content h3 {
  padding-inline: 15px;
  letter-spacing: 0.05em;
}

/*-------------------------------------------------------------------
	#line
-------------------------------------------------------------------*/

#line h3.line-banner-title {
  margin-bottom: 30px;
}
#line .line-banner {
  margin-bottom: 50px;
}

#line .line-merit {
  margin-bottom: 50px;
  padding: 40px 15px 43px;
  background: #c7ecfe;
}
#line .line-merit-title {
  margin-bottom: 33px;
}
#line .line-merit-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 5px;
}
#line .line-merit-item {
  width: 100%;
  max-width: 200px;
}
#line .line-merit-item-image {
  display: flex;
	justify-content: center;
	align-items: center;
  height: 114px;
  margin-bottom: 17px;
}
#line h4.line-merit-item-title {
  margin-bottom: 13px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.34;
  color: inherit;
  text-align: center;
  background: none;
  padding: 0;
  color: inherit;
}
#line .line-merit-item-text {
  padding-inline: 10px;
  line-height: 1.57;
  text-align: initial;
}

#line h3.line-pay-title {
  margin-bottom: 30px;
}
#line .line-pay-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
}
@media screen and (max-width: 680px) {
  #line .line-pay-list {
    gap: 20px;
  }
}
#line .line-pay-list-item {
  padding: 1px 0 2px 37px;
  background: url('../image/check_silica.jpg') top left no-repeat;
  background-size: 25px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 680px) {
  #line .line-pay-list-item {
    font-size: 1.2em;
  }
}
#line .line-pay-image {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
}

#line .line-video {
  margin-bottom: 50px;
  padding-top: 0;
  aspect-ratio: 1 / 1;
}

#line .line-close-text {
  margin-bottom: 80px;
}