@media screen and (max-width: 980px) {
  .p-hints {
    width: 90%;
    margin: 0 auto;
  }
}
.p-hints .-lead {
  background: #FFF1C9;
  padding: 30px 30px;
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 980px) {
  .p-hints .-lead {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-hints .-lead ul {
  margin: 20px 0;
}
.p-hints .-lead ul li {
  font-size: 18px;
}
.p-hints .-lead ul li + li {
  margin-top: 10px;
}
.p-hints .-lead p + p {
  margin-top: 20px;
}
.p-hints-head .-headline, .p-hints-head h2.-headline {
  font-size: 26px;
  font-weight: 700;
  background: none;
  color: #254845;
  padding: 0;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .p-hints-head .-headline, .p-hints-head h2.-headline {
    font-size: 20px;
  }
}
.p-hints-head .-headline:after, .p-hints-head h2.-headline:after {
  content: none;
}
.p-hints-head .-eyecatch {
  margin-top: 20px;
  text-align: center;
}
.p-hints-head .-eyecatch img {
  width: auto;
  max-width: 100%;
}
.p-hints-head .-gist {
  border: 1px solid #FE7449;
  border-radius: 8px;
  position: relative;
  padding: 35px 25px 15px;
  margin-top: 45px;
}
.p-hints-head .-gist .ttl, .p-hints-head .-gist h3.ttl {
  position: absolute;
  top: -50px;
  left: 15px;
}
@media screen and (max-width: 980px) {
  .p-hints-head .-gist .ttl, .p-hints-head .-gist h3.ttl {
    top: -32px;
  }
}
.p-hints-head .-gist .ttl span, .p-hints-head .-gist h3.ttl span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #FE7449;
  padding: 5px 15px;
  border-radius: 8px;
}
@media screen and (max-width: 980px) {
  .p-hints-head .-gist .ttl span, .p-hints-head .-gist h3.ttl span {
    font-size: 16px;
  }
}
.p-hints-head .-gist .list {
  margin-top: 0;
}
.p-hints-head .-gist .list li {
  font-size: 18px;
  padding-left: 28px;
}
@media screen and (max-width: 980px) {
  .p-hints-head .-gist .list li {
    font-size: 16px;
    padding-left: 20px;
  }
}
.p-hints-head .-gist .list li:before {
  top: 3px;
}
@media screen and (max-width: 980px) {
  .p-hints-head .-gist .list li:before {
    top: 5px;
  }
}
.p-hints-head .-gist .list li + li {
  margin-top: 5px;
}
.p-hints-head .-index {
  margin-top: 60px;
}
.p-hints-head .-index .ttl, .p-hints-head .-index h3.ttl {
  margin: 0;
}
.p-hints-head .-index .ttl span, .p-hints-head .-index h3.ttl span {
  display: inline-block;
  background: #FE7449;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 20px;
  border-radius: 5px 5px 0 0;
}
.p-hints-head .-index .list, .p-hints-head .-index ol.list {
  background: #fff;
  padding: 40px 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
  counter-reset: item;
}
.p-hints-head .-index .list li, .p-hints-head .-index ol.list li {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 980px) {
  .p-hints-head .-index .list li, .p-hints-head .-index ol.list li {
    font-size: 16px;
    padding: 3px 0 0 34px;
  }
}
.p-hints-head .-index .list li:before, .p-hints-head .-index ol.list li:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  margin-right: 10px;
  background: #FE7449;
  padding: 3px 10px 4px 9px;
  line-height: 1;
  border-radius: 0 6px 6px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
}
.p-hints-head .-index .list li + li, .p-hints-head .-index ol.list li + li {
  margin-top: 9px;
}
.p-hints-body {
  margin: 50px 0 100px;
}
@media screen and (max-width: 980px) {
  .p-hints-body {
    margin: 30px 0 50px;
  }
}
.p-hints-body .-headline {
  background: none;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  padding-left: 48px;
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-headline {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.4;
    padding-left: 40px;
  }
}
.p-hints-body .-headline .icn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 28px;
  width: 42px;
  height: 42px;
  border-radius: 0 5px 5px 0;
  background: #FE7449;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-left: 0;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-headline .icn {
    font-size: 20px;
    width: 30px;
    height: 30px;
    top: 4px;
  }
}
.p-hints-body p {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 980px) {
  .p-hints-body p {
    font-size: 16px;
  }
}
.p-hints-body p + p {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .p-hints-body p + p {
    margin-top: 20px;
  }
}
.p-hints-body p .note {
  font-size: 14px;
}
.p-hints-body p a {
  color: #FE7449;
  text-decoration: underline;
}
.p-hints-body p.m-tac {
  text-align: center;
}
.p-hints-body .-img {
  margin-top: 40px;
}
.p-hints-body .-img + p {
  margin-top: 20px;
}
.p-hints-body .-img img {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .p-hints-body ul li {
    font-size: 16px;
  }
}
.p-hints-body .-caption {
  margin-top: 10px;
}
.p-hints-body .-subheadline {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-subheadline {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.p-hints-body .-subheadline span {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 900;
  background: #fff;
  padding: 2px 10px;
  border-left: 5px solid #FE7449;
  border-bottom: 3px dotted #FE7449;
}
.p-hints-body .-ssheadline {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 6px;
  padding-left: 22px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-ssheadline {
    margin-top: 30px;
  }
}
.p-hints-body .-ssheadline:before {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #FE7449;
  position: absolute;
  left: 2px;
  top: 5px;
}
.p-hints-body .-ssheadline + .-subheadline {
  margin-top: 20px;
}
.p-hints-body .-ssheadline_02 {
  color: #FE7449;
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 6px;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-ssheadline_02 {
    font-size: 18px;
    margin-top: 30px;
  }
}
.p-hints-body .-ssheadline_02 + .-subheadline {
  margin-top: 20px;
}
.p-hints-body .-grid {
  display: -ms-grid;
  display: grid;
  margin: 30px 0;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-grid .-ssheadline {
    margin-top: 0;
  }
}
.p-hints-body .-grid.m-2col {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-grid.m-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.p-hints-body .-grid.m-stick .img img {
  width: auto;
  max-height: 138px;
}
.p-hints-body .-imgset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin: 15px 0;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-imgset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 980px) {
  .p-hints-body .-imgset .img {
    text-align: center;
  }
}
.p-hints-body .-imgset .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-imgset .txt {
    width: 100%;
  }
}
.p-hints-body .-imgset .txt p + p {
  margin-top: 10px;
}
.p-hints-body .-point {
  display: inline-block;
  background: #FFF1C9;
  margin: 20px 0;
  padding: 15px 35px;
  font-size: 18px;
  line-height: 1.8;
  min-width: 484px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-point {
    display: block;
    min-width: auto;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1.5;
  }
}
.p-hints-body .-point.m-block {
  display: block;
}
.p-hints-body .-point ul {
  margin-top: 10px;
  padding-bottom: 10px;
}
.p-hints-body .-point ul li {
  font-size: 400;
}
.p-hints-body .-point ul li + li {
  margin-top: 10px;
}
.p-hints-body .-point ul span.m-normal {
  font-weight: normal;
}
.p-hints-body .-point .-img {
  margin: 20px 0;
}
.p-hints-body .-point p {
  font-weight: normal;
  font-size: 16px;
}
.p-hints-body .-point p + p {
  margin-top: 15px;
}
.p-hints-body .-box {
  background: #fff;
  padding: 50px 50px;
  margin: 30px 0;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-box {
    padding: 20px;
  }
}
.p-hints-body .-box .box-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #FE7449;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-box .box-ttl {
    font-size: 18px;
  }
}
.p-hints-body .-box .box-ttl.m-big {
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-box .box-ttl.m-big {
    font-size: 20px;
  }
}
.p-hints-body .-box p {
  font-size: 16px;
}
.p-hints-body .-box p + .box-ttl {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #FE7449;
}
.p-hints-body .-box .-img {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-hints-body .-box .-imgset {
    margin-bottom: 40px;
  }
}
.p-hints-body table.m-length th, .p-hints-body table.m-length td {
  padding: 0;
  width: auto;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .p-hints-body table.m-length th, .p-hints-body table.m-length td {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  .p-hints-body table.m-length tbody th, .p-hints-body table.m-length tbody td {
    width: 25%;
  }
}
.p-hints-body .c-faq {
  margin-top: 20px;
}
.p-hints .c-faq-list dt {
  border: 1px solid #FE7449;
  background: #FFD6B7;
  color: #333;
}
.p-hints .c-faq-list dt:before {
  color: #FE7449;
}
.p-hints .c-faq-list dt:after {
  background: url("../img/common/util_icn_arw_under.svg") no-repeat center center/contain;
}
.p-hints-recommend {
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  .p-hints-recommend {
    margin-top: 40px;
  }
}
.p-hints-recommend .-ttl {
  background: none;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 980px) {
  .p-hints-recommend .-ttl {
    font-size: 18px;
  }
}
.p-hints-recommend .-ttl:after {
  content: none;
}
.p-hints-recommend .-btn {
  margin-top: 34px;
  text-align: center;
}
.p-hints-recommend .-btn a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 80px 10px 80px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  background: #FE7449;
  position: relative;
}
.p-hints-recommend .-btn a::after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../img/common/btn_arw_wh.svg") no-repeat center center/contain;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .p-hints-recommend .-btn a:hover {
    background: #FFB850;
    border: none;
  }
}