@charset "UTF-8";
.l-goriyou {
    width: auto;
}
.l-goriyou-summary {
    margin: 0 auto;
    padding: 40px 24px 0;
}
.l-goriyou-summary-box {
	border-bottom: 1px solid var(--c-black);
	padding-bottom: 40px;
}
.l-goriyou-summary-head {
	margin-bottom: 56px;
}
.l-goriyou-section {
    margin: 0 auto;
    padding: 0 24px;
    overflow-x: hidden;
}
.p-goriyou__define {
    width: auto;
	border-bottom: 1px solid var(--c-black);
	margin-top: 56px;
	padding-bottom: 56px;
}
.p-goriyou__title {
    font-size: 18px;
    font-weight: 700;
}
.p-goriyou__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 24px;
}
.p-goriyou__text a{
      border-bottom: 1px solid var(--c-black40);
    transition: all 0.3s;
}
.p-goriyou__text__bold {
	font-weight: 700;
}
.p-goriyou__list li {
	padding-bottom: 16px;
}
ul.p-goriyou__list li a {
    border-bottom: 1px solid var(--c-black40);
    transition: all 0.3s;
}
.p-goriyou-payment {
	margin-bottom: 40px;
}
.p-goriyou-payment dt {
	margin-bottom: 8px;
}
.p-goriyou-payment-dai {
	margin-bottom: 8px;
}
.p-goriyou-delivery__box {
	margin-bottom: 40px;
}
.p-goriyou-delivery__title {
	margin-bottom:8px;
}
.p-goriyou-delivery-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-bottom: none;
}
.p-goriyou-delivery-area {
	padding: 5px;
	width: 160px;
	border-bottom: 1px solid var(--c-black20);
	font-weight: 400;
}
.p-goriyou-delivery-price {
	padding: 5px;
	width: calc(100% - 160px);
	border-bottom: 1px solid var(--c-black20);
	text-align: right;
}
.p-goriyou-delivery-point {
	margin-top: 24px;
}
.p-goriyou-annotaion {
	font-size: 14px;
    margin: 8px 0 0 0;
}
.p-goriyou__text__muryo {
	margin: 16px 0 8px;
}
.p-goriyou-yohaku {
	margin-top: 16px;
}
.p-goriyou-receipt {
	margin-top: 24px;
}
.border-none {
	border-bottom: none;
	padding-bottom: 24px;
}
.p-goriyou-contact {
	line-height: 1.8;
}
.c-contact__link {
	display: block;
    padding: 16px;
    border: 1px solid var(--c-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
	margin: 24px 0 40px;
}
.c-contact-henpin__link {
	display: block;
    padding: 16px;
    border: 1px solid var(--c-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
	margin: 24px 0;
}
.p-goriyou__line {
	border-top: 1px solid var(--c-black20);
	margin: 8px 0 ;
}
.anchor {
	padding-top: 64px;
    margin-top: -64px;
}
.p-goriyou-overseas__text {
	margin-top: 8px;
}
.p-goriyou__text__margin {
	margin-top: 16px;
}
.p-goriyou-toiawase {
	border-bottom: 1px solid var(--c-black);
}
/*privacy*/
.l-privacy {
    width: auto;
}
.l-privacy-summary {
    margin: 0 auto;
    padding: 40px 24px 0;
}
.p-privacy__define {
    width: auto;
	padding-bottom: 40px;
}
.l-privacy-summary-box {
	border-bottom: 1px solid var(--c-black);
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.l-privacy-summary-head {
	margin-bottom: 0px;
}
.l-privacy-section {
    margin: 0 auto;
    padding: 0 24px;
    overflow-x: hidden;
}
.p-privacy__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 16px;
}
.p-privacy__brank {
	display: inline-block;
	margin-bottom: 16px;
}
.p-privacy-top__brank {
	display: inline-block;
	margin-top: 8px;
}
.p-privacy-third__text {
	font-weight: 400;
}
/*trade*/
.p-trade-head__title {
    font-size: 21px;
    font-weight: 700;
}
.p-trade__title {
    font-size: 16px;
    font-weight: 700;
	margin-top: 24px
}
.l-trade-summary-box {
	border-bottom: 1px solid var(--c-black20);
	padding-bottom: 40px;
}
.p-trade__define {
    width: auto;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--c-black20);
}
.p-trade-last__define {
	border-bottom: none;
}
.p-trade__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 4px;
}

@media (min-width: 769px) {
	.l-goriyou-summary {
      padding: 80px 80px 0;
  }
	.l-goriyou-summary-box {
	  max-width: 680px;
	  margin: auto;
  }
	.l-goriyou-section {
      max-width: 680px;
      margin: 0 auto 80px;
      padding: 0;
  }
	.c-contact__link {
	  width: 208px;
	  margin-bottom: 80px;
  }
	.c-contact-henpin__link {
	  width: 208px;
  }
	.p-goriyou-delivery-area {
	  width: 200px;
  }
	.p-goriyou-delivery-price {
	width: calc(100% - 200px);
  }
	/*privacy*/
    .l-privacy-summary-box {
	  max-width: 608px;
	  margin: 40px auto 40px ;
  }
	.l-privacy-section {
      max-width: 608px;
      margin: 0 auto 80px;
      padding: 0;
  }
	/*trade*/
    .l-trade-summary-box {
	  max-width: 608px;
	  margin: 40px auto 0px ;
  }
	.p-trade__define {
      display: flex;
  }
	.p-trade__define dt {
      width: 40%;
  }
	.p-trade__define dd {
      width: 60%;
	  margin-top: 20px;
  }
}

@media (min-width: 1081px) {
    /*privacy*/
    .l-privacy-summary-box {
	  max-width: 680px;
  }
	.l-privacy-section {
      max-width: 680px;
  }
	/*trade*/
    .l-trade-summary-box {
	  max-width: 680px;
  }
	.l-trade-section {
      max-width: 680px;
  }
}