.guideline {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fff;
  width: 100%;
}

.guideline .guideline-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.guideline .guideline-title {
  font-size: 20px;
  font-weight: bold;
  color: #A7787A;
  padding: 8px 12px;
  text-align: left;
  margin: auto;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #A7787A;
  border-left-style: solid;
  border-left-width: 8px;
  border-left-color: #A7787A;
}

@media screen and (max-width: 768px) {
  .guideline .guideline-title {
    font-size: 18px;
  }
}

.guideline .guideline-text {
  padding: 12px 6%;
}

@media screen and (max-width: 1024px) {
  .guideline .guideline-text {
    padding: 7.2% 7.2%;
  }
}

@media screen and (max-width: 524px) {
  .guideline .guideline-text {
    padding: 3.2% 0;
  }
}

.guideline .guideline-text p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 1em;
}

.guideline .guideline-text p .small{
  font-size: 80%;
  font-weight: 400;
}



.guideline .point-heading {
  font-size: 18px;
  font-weight: bold;
  color: #A7787A;
  margin-top: 30px;
  margin-bottom: 8px;
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 768px) {
.guideline .point-heading {
  font-size: 17px;
}
}

.guideline .point-heading::before {
  content: 'POINT';
  background: #A7787A;
  color: #fff;
  font-size: 12px;
  padding: 8px 8px;
  justify-content: center;
  display: flex;
  align-items: center;
  min-width: 70px;
  word-break: break-all;
}

.guideline .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #A7787A;
  margin-top: 30px;
  margin-bottom: 8px;
  padding-bottom:10px;
  border-bottom: dotted 3px #A7787A;
}

@media screen and (max-width: 768px) {
.guideline .subtitle {
  font-size: 17px;
}
}

.guideline .img-wrap {
  margin: 20px 0;
}

.guideline .img-wrap .img-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.guideline .img-wrap .img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .guideline .img-wrap .img {
    width: 100%;
  }
  
}

.guideline span.bold {
  font-weight: bold;
}

.guideline span.red {
  color: #D55C53;
}

.guideline span.marker {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #F3E0DF 0%)
}

.guideline span.inline-block {
  display: inline-block;
}






.guideline_lasttable {
  font-size: 20px;
  font-weight: bold;
  color: #A77779;
  /* margin-bottom: 12px; */
  padding: 8px 12px;
  text-align: left;
  /* background-color: #0263b5; */
  margin: auto;
  margin-bottom: 12px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #A77779;
  border-left-style: solid;
  border-left-width: 8px;
  border-left-color: #A77779;
}

.guideline-anchor {
  padding-bottom: 36px;
}

.br-sp {
    display: none;
}

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