.sp {
  display: none !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-size: 16px;
  overflow-x: hidden;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  display: none;
}

.d-none {
  display: none;
}

.kwd-none {
  position: absolute;
  top: 0;
  left: -100vw;
  opacity: 0;
  text-indent: -9999px;
}

.kwd-rank-1 {
  color: #937f0d;
}
.kwd-rank-2 {
  color: #717171;
}
.kwd-rank-3 {
  color: #834100;
}
.kwd-rank-4, .kwd-rank-5, .kwd-rank-6 {
  color: #4f2f90;
}

.cmn-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .cmn-wrapper {
    width: 768px;
  }
}
.cmn-table {
  max-width: 800px;
  margin: 0 auto;
}
.cmn-table table {
  width: 100%;
  border: 2px solid #cfcfcf;
}
.cmn-table table tr {
  line-height: 1.67;
  border-bottom: 2px solid #cfcfcf;
}
.cmn-table table tr th {
  width: 30%;
  background-color: rgba(255, 119, 209, 0.65);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 30px;
}
.cmn-table table tr td {
  width: 70%;
  padding: 30px;
  background-color: #fafafa;
}

.sec-mv {
  position: relative;
  background: no-repeat center/cover url(../img/mv.jpg);
  padding: 180px 0 185px;
  margin-bottom: 90px;
}
.sec-mv:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ff77d1;
}
.sec-mv-box {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 100px 50px 50px;
}
.sec-mv-txt {
  width: 659px;
}
.sec-mv-child {
  padding: 75px 0;
  margin-bottom: 80;
}
.sec-mv-child-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #ff77d1;
}
.sec-mv-child .sec-mv-box {
  display: block;
  text-align: center;
  padding: 40px;
}
.sec-1 {
  padding: 40px 0 150px;
}
.sec-1-search {
  padding-bottom: 40px;
  margin-bottom: 80px;
  border-bottom: 1px solid #c8c8c8;
}
.sec-1-search-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ff77d1;
}
.sec-1-search-top {
  text-align: center;
}
.sec-1-search-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.sec-1-search-top-box-contents {
  width: calc(25% - 30px);
  min-width: 150px;
  margin: 0 15px 20px;
  text-align: center;
}
.sec-1-search-top-box-contents input,
.sec-1-search-top-box-contents select {
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding: 10px;
  color: #333;
  font-size: 1.4rem;
}
.sec-1-search-top-box-contents input::-webkit-input-placeholder, .sec-1-search-top-box-contents select::-webkit-input-placeholder {
  color: #777;
}
.sec-1-search-top-box-contents input::-moz-placeholder, .sec-1-search-top-box-contents select::-moz-placeholder {
  color: #777;
}
.sec-1-search-top-box-contents input:-ms-input-placeholder, .sec-1-search-top-box-contents select:-ms-input-placeholder {
  color: #777;
}
.sec-1-search-top-box-contents input::-ms-input-placeholder, .sec-1-search-top-box-contents select::-ms-input-placeholder {
  color: #777;
}
.sec-1-search-top-box-contents input::placeholder,
.sec-1-search-top-box-contents select::placeholder {
  color: #777;
}
.sec-1-search-top-box-contents-kwd {
  width: calc(50% - 30px);
  min-width: 300px;
}
.sec-1-search-top button {
  border-radius: 40px;
  padding: 15px 80px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff77d1;
}
.sec-1-list {
  margin-bottom: 40px;
}
.sec-1-list-contents {
  margin-bottom: 70px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px #e3e3e3;
          box-shadow: 0 0 10px #e3e3e3;
  border: 1px solid #e3e3e3;
  padding: 30px 50px 50px;
}
.sec-1-list-contents:last-child {
  margin-bottom: 0;
}
.sec-1-list-contents-top {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
}
.sec-1-list-contents-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
.sec-1-list-contents-img dt {
  min-width: 180px;
  height: 130px;
  overflow: hidden;
  margin-right: 30px;
}
.sec-1-list-contents-img-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 850px;
}
.sec-1-list-contents-img-point li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0px 0;
}
.sec-1-list-contents-img-point li:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.sec-1-list-contents-img-point li:not(:first-child) {
  font-size: 1.4rem;
}
.sec-1-list-contents-img-point li:nth-child(5), .sec-1-list-contents-img-point li:nth-child(6) {
  margin-bottom: 0;
}
.sec-1-list-contents-img-point li .img-assessment {
  color: #ffad1c;
  display: inline-block;
  margin: 0 10px;
}
.sec-1-list-contents-img-point li .img-txt {
  background-color: #ff77d1;
  color: #fff;
  padding: 5px;
  margin-right: 5px;
}
.sec-1-list-contents-txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 2.143;
}
.sec-1-list-contents-btn {
  text-align: center;
}
.sec-1-list-contents-btn a {
  background-color: #007b17;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 0 #014c0f;
          box-shadow: 0 3px 0 #014c0f;
  padding: 30px 0;
}
.sec-1-bottom {
  font-size: 1.2rem;
  line-height: 1.56;
}
.sec-child {
  padding: 0 0 100px;
}
.sec-child-box {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.89;
  font-size: 1.4rem;
}
.sec-child-box-txt {
  padding-bottom: 40px;
}
.sec-child-box ol {
  margin-left: 25px;
}
.sec-child-box ol li {
  list-style: outside decimal;
  margin-bottom: 50px;
}
.sec-child-box ol li::marker {
  font-size: 110%;
  font-weight: 700;
  color: #ff77d1;
}
.sec-child-box ol li:last-child {
  margin-bottom: 0;
}
.sec-child-box ol li p {
  padding: 25px 0 0;
}

.footer {
  background-color: #ff77d1;
  padding: 45px 0;
  text-align: center;
}
.footer p, .footer a {
  color: #fff;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}
.footer-list li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.footer-list li:last-child {
  padding: 0;
  margin: 0;
  border-right: none;
}
.footer p {
  font-size: 1.2rem;
}
/*# sourceMappingURL=style_pc.css.map */