/* ======================================================================
 p_adjust
====================================================================== */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
}

.p_adjust .sec1 .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner {
    width: 100%;
    padding: 0 4.6875% 50px;
  }
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .indent {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.p_adjust .sec1 .inner .lead {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .lead {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_adjust .sec1 .inner .c_ttl_1 {
  margin: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .c_ttl_1 {
    margin: 30px 0 20px;
  }
}
.p_adjust .sec1 .inner .u_txt_1 + .u_txt_18 {
  margin: 40px 0 20px;
}
.p_adjust .sec1 .inner .u_txt_18 {
  font-size: 26px;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .u_txt_18 {
    font-size: 18px;
  }
}
.p_adjust .sec1 .inner .u_txt_18._second {
  margin: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  /* .p_adjust .sec1 .inner .c_chrge_box .u_txt_7:before {
    display: none;
  } */
}
.p_adjust .sec1 .inner .c_chrge_box_wrap {
  margin: 0 0 10px;
}
.p_adjust .sec1 .inner .box {
  width: 810px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .box {
    width: 100%;
    margin: 40px auto 0;
  }
  .p_adjust .sec1 .inner .box + .box {
    margin: 20px auto 0;
  }
}
.p_adjust .sec1 .inner .box_ttl {
  margin: 0;
  background: #0E5BB5;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .box_ttl {
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
  }
}
.p_adjust .sec1 .inner .box_wrap {
  border: 4px solid #F3F3F3;
  border-top: none;
  padding: 30px 0;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .box_wrap {
    border-radius: 0 0 10px 10px;
    padding: 20px 10px 30px;
  }
}
.p_adjust .sec1 .inner .box_lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .box_lead {
    text-align: left;
  }
}
.p_adjust .sec1 .inner .box_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.p_adjust .sec1 .inner .box_list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p_adjust .sec1 .inner .box_list:not(:first-of-type) {
  margin: 15px 0 0;
}
.p_adjust .sec1 .inner .box_link {
  font-weight: bold;
  padding: 0 0 0 25px;
  position: relative;
  text-decoration: underline;
}
.p_adjust .sec1 .inner .box_link:hover {
  text-decoration: none;
}
.p_adjust .sec1 .inner .box_link:before {
  content: url(../img/p_adjust/pdf.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
.p_adjust .sec1 .inner .box_table {
  width: 540px;
  margin: 30px auto 0;
  border: 1px solid #A7A7A7;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .box_table {
    width: 100%;
  }
}
.p_adjust .sec1 .inner .box_table_head {
  display: flex;
  width: 100%;
  background: #FBC933;
  border-bottom: 1px solid #A7A7A7;
}
.p_adjust .sec1 .inner .box_table_head_item {
  width: 50%;
  padding: 9px 14px;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .box_table_head_item._second {
    width: 85%;
  }
}
.p_adjust .sec1 .inner .box_table_head_item:first-child {
  border-right: 1px solid #A7A7A7;
}
.p_adjust .sec1 .inner .box_table_row {
  display: flex;
  width: 100%;
}
.p_adjust .sec1 .inner .box_table_row_item {
  width: 50%;
  padding: 9px 14px;
}
@media screen and (max-width: 768px) {
  .p_adjust .sec1 .inner .box_table_row_item._second {
    width: 85%;
  }
}
.p_adjust .sec1 .inner .box_table_row_item:first-child {
  border-right: 1px solid #A7A7A7;
}
.p_adjust .sec1 .inner .box_table_row_item._bottom {
  border-bottom: 1px solid #A7A7A7;
}
@media screen and (max-width: 768px) {
  .c_chrge_box_item:nth-of-type(2):after {
    z-index: 2;
  }
  .c_chrge_box_item._flex {
    position: relative;
  }
}
/*# sourceMappingURL=p_adjust.css.map */
