img {
  border-radius: 20px;
}

.no_marge {
  margin-top: 0;
}

.pinkbox {
  background-color: white;
  border-radius: 20px;
  line-height: 2;
}
.pinkbox .hede {
  color: #ef8291;
  font-weight: 500;
}
@media (min-width: 768px) {
  .pinkbox {
    padding: 30px 40px;
    margin: 30px 40px 0 40px;
  }
  .pinkbox .list {
    margin-bottom: 20px;
  }
  .pinkbox .list .hede {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .pinkbox {
    padding: 20px 10px;
    margin-top: 20px;
  }
}

.guidetb {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
  overflow: hidden;
}
.guidetb .guidetb-item {
  margin: 0;
  border-right: 1px solid #ccc;
  text-align: center;
}
.guidetb .guidetb-item:last-child {
  border-right: none;
}
.guidetb .guidetb-item dt {
  background-color: #fce8e6;
  padding: 12px;
  font-weight: bold;
  color: #666;
}
.guidetb .guidetb-item dd {
  margin: 0;
  padding: 12px;
  background-color: white;
}
.guidetb .guidetb-item dd ul {
  text-align: start;
}
@media (min-width: 768px) {
  .guidetb .guidetb-item {
    width: 40%;
  }
  .guidetb .listitem {
    width: 100%;
  }
  .guidetb .listitem .nocenter {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .guidetb {
    flex-direction: column;
  }
  .guidetb .guidetb-item {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .guidetb .guidetb-item:last-child {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .list01 dd {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .list01 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .list02 dd {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .list02 {
    margin-top: 15px;
  }
}

.lead {
  color: #77155a;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 16px;
    margin-top: 20px;
  }
}

.white_box {
  background-color: white;
  border-radius: 20px;
}
.white_box .head {
  color: #ef8291;
  font-weight: 500;
}
@media (min-width: 768px) {
  .white_box {
    padding: 20px 40px 60px;
    margin-top: 20px;
  }
  .white_box .head {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .white_box {
    padding: 20px;
  }
  .white_box .head {
    font-size: 16px;
    margin-top: 20px;
  }
}

.guide_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.guide_table table th {
  width: 22%;
  background: #fce8e6;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.guide_table table td {
  background: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: center;
}
.guide_table table .hed01 {
  background-color: #fce8e6;
  color: #666;
}
.guide_table table .hed02 {
  background-color: #fcf4e7;
}
@media (max-width: 767.98px) {
  .guide_table table th, .guide_table table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .guide_table table .last {
    border-bottom: 1px solid #ccc;
  }
  .guide_table table .hed01 {
    display: none;
  }
}

@media (min-width: 768px) {
  .page_menu {
    margin-top: 70px;
    justify-content: center;
  }
  .page_menu a {
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .page_menu {
    margin: 40px auto 0;
  }
  .page_menu a {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .attention {
    margin: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .attention {
    margin: 20px 0;
  }
}

/*  *//*# sourceMappingURL=guide.css.map */