.guide {
  margin-top: 20px;
}

.guide-title {
  margin-top: 40px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}

.guide-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #f1c72f;
  width: 60px;
  height: 6px;
}

.guide-text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.guide-section{
  margin-top: 70px;
}

.guide-section:first-child{
  margin-top: 0;
}

.guide-list {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.guide-item {
  width: calc(50% - 10px);
  padding: 20px 0 30px;
  border: 2px solid #707070;
  border-radius: 20px;
  text-align: center;
  max-width: 400px;
}

.guide-item:nth-child(even) {
  margin-left: 20px;
}

.guide-item:nth-child(n + 3) {
  margin-top: 70px;
}

.guide-item-img img {
  background: #f5f5f5;
  padding: 10px;
}

.guide-item-img-shipping img {
  width: 96px;
  margin-top: -58px;
}

.guide-item-img-register img {
  width: 86px;
  margin-top: -60px;
}

.guide-item-img-payment img {
  width: 90px;
  margin-top: -60px;
}

.guide-item-img-return img {
  width: 85px;
  margin-top: -63px;
}

.guide-item-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.guide-item-list {
  display: inline-block;
  margin-top: 25px;
}

.guide-item-link {
  text-align: left;
}

.guide-item-link a {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
  display: block;
  color: #2171a0;
  font-size: 14px;
}

.guide-item-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  background: #a3a3a3;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.guide-item-link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
}

.guide-contact {
  background: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 50px 0;
  text-align: center;
}

.guide-contact-text {
  margin-top: 50px;
  line-height: 1.5;
}

.guide-contact-tel {
  margin-top: 20px;
  display: block;
  font-size: 28px;
  font-weight: bold;
}

.guide-contact-date {
  margin-top: 20px;
  font-size: 14px;
}

.guide-contact-button {
  position: relative;
  display: block;
  width: 350px;
  margin: 32px auto 0;
  padding: 20px 0;
  border: 1px solid #707070;
  background: #f1c72f;
  color: #333;
  font-weight: bold;
}

.guide-contact-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(45deg);
}

.guide-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.guide-link-button {
  position: relative;
  display: block;
  width: 350px;
  padding: 20px 0;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.guide-link-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(45deg);
}

.guide-link-button:last-child {
  margin-left: 16px;
}

.guide-block:not(:first-of-type) {
  margin-top: 40px;
}

.guide-block-title {
  position: relative;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.guide-block-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.guide-block-text span {
  color: #b71c25;
  font-weight: bold;
}

.guide-block-link {
  margin-top: 20px;
}

.guide-block-link a {
  position: relative;
  margin-left: 20px;
  font-size: 14px;
  text-decoration: underline;
}

.guide-block-link a:first-child {
  margin-left: 0;
}

.guide-block-link a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  display: block;
  width: 1px;
  height: 11px;
  background: #333;
}

.guide-block-link a:first-child::after {
  display: none;
}

.guide-block-attention {
  margin-top: 10px;
  font-size: 12px;
}

.guide-block-attention .red {
  color: #b71c25;
}

.guide-block-attention a {
  color: #b71c25;
  text-decoration: underline;
}

.guide-box {
  margin-top: 40px;
}

.guide-box-title {
  font-size: 16px;
  font-weight: bold;
}

.guide-box-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.guide-box-text:first-of-type {
  margin-top: 10px;
}

.guide-box-row {
  position: relative;
}

.guide-box-row .guide-box-text {
  width: 36%;
}
.guide-box-row .guide-box-img {
  margin-top: 0;
  position: absolute;
  top: -50px;
  right: 10%;
  width: 50%;
}

.guide-box-list {
}

.guide-box-list li {
  font-size: 14px;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.guide-box-img {
  margin-top: 40px;
}

.guide-box-attention {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.guide-table {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cccccc;
}

.guide-table dt {
  width: 25%;
  padding: 15px 10px;
  background: #f0f0f0;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: normal;
}

.guide-table dd {
  width: 75%;
  padding: 15px 10px;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  line-height: 1.5;
}

.guide-table dt:last-of-type,
.guide-table dd:last-of-type {
  border-bottom: none;
}

.privacy-list {
  padding-left: 15px;
}

.privacy-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.guide-news-list {
  max-width: 820px;
  margin: 50px auto 0;
}

.guide-news-item {
  width: 100%;
  border-bottom: 1px solid #707070;

}

.guide-news-item:first-child {
  border-top: 1px solid #707070;
}

.guide-news-title {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 5px;
}

.guide-news-title::after {
  content: "+";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 24px;
}

.guide-news-title.active::after {
  content: "-";
  top: 43%;
}

.guide-news-date {
  margin-right: 10px;
  font-size: 16px;
}

.guide-news-text {
  display: none;
  padding: 0 5px 25px;
  font-size: 14px;
  line-height: 1.5;
}

.guide-agreement-text {
  margin-top: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .guide-title {
    font-size: 16px;
  }

  .guide-title::after {
    bottom: -10px;
    width: 40px;
    height: 4px;
  }

  .guide-text {
    margin-top: 25px;
    font-size: 12px;
  }
  
  .guide-block-link a {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  
  .guide-block-link a:first-child {
    margin-top: 0;
  }
  
  .guide-block-link a::after {
    display: none;
  }

  .guide-section:last-child {
    margin-top: 30px;
  }

  .guide-list {
    margin-top: 50px;
  }

  .guide-item {
    width: 100%;
    padding: 20px 0;
  }

  .guide-item:nth-child(even) {
    margin-left: 0;
  }

  .guide-item:nth-child(n + 2) {
    margin-top: 50px;
  }

  .guide-item-img img {
    padding: 5px 8px;
  }

  .guide-item-img-shipping img {
    width: 70px;
    margin-top: -39px;
  }

  .guide-item-img-register img {
    width: 68px;
    margin-top: -45px;
  }

  .guide-item-img-payment img {
    width: 72px;
    margin-top: -40px;
  }

  .guide-item-img-return img {
    width: 70px;
    margin-top: -45px;
  }

  .guide-item-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .guide-item-title {
    font-size: 12px;
  }

  .guide-item-list {
    margin-top: 0;
  }

  .guide-item-link a {
    padding-left: 20px;
    font-size: 12px;
  }

  .guide-item-link a::before {
    width: 15px;
    height: 15px;
  }

  .guide-item-link a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 6px;
    height: 6px;
  }

  .guide-contact {
    margin-top: 40px;
    padding: 50px 0;
    text-align: center;
  }

  .guide-contact-text {
    margin-top: 40px;
    font-size: 12px;
  }

  .guide-contact-tel {
    font-size: 24px;
  }

  .guide-contact-date {
    margin-top: 10px;
    font-size: 12px;
  }

  .guide-contact-button {
    max-width: 260px;
    width: 100%;
    margin: 20px auto 0;
    padding: 16px 0;
    font-size: 14px;
  }

  .guide-contact-button::after {
    top: 50%;
    right: 20px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
  }

  .guide-link {
    margin-top: 30px;
    flex-direction: column;
  }

  .guide-link-button {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    font-weight: normal;
  }

  .guide-link-button::after {
    width: 10px;
    height: 10px;
  }

  .guide-link-button:last-child {
    margin: 10px auto 0;
  }

  .guide-block-title {
    padding-bottom: 7px;
    font-size: 14px;
  }

  .guide-block-attention {
    line-height: 1.5;
  }

  .guide-box-title {
    font-size: 14px;
  }

  .guide-box-row .guide-box-text {
    width: auto;
  }

  .guide-box-row .guide-box-img {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  .guide-box-row .guide-box-img img {
    width: 100%;
  }

  .guide-box-list {
  }

  .guide-box-list li {
    font-size: 14px;
    margin-top: 20px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
  }

  .guide-box-img {
    margin-top: 40px;
  }

  .guide-box-attention {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .guide-agreement-text {
    font-size: 14px;
  }

  
  .guide-news-title {
    font-size: 14px;
    padding: 15px 40px 15px 10px;
  }
  
  .guide-news-date {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .guide-news-text {
    padding: 0 5px 15px;
  }

}
