@charset "UTF-8";
/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.contents.noP {
  padding-top: 0;
}

.resale-checker-kv {
  display: flex;
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.resale-checker-kv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  background: #3543c7;
}
.resale-checker-kv .title-wrap h1 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.resale-checker-kv .title-wrap h1 small {
  display: block;
  font-size: 30px;
  font-size: 3rem;
}
.resale-checker-kv .title-wrap h1 strong {
  display: block;
  position: relative;
  margin: 15px 0;
  color: #ead963;
  font-size: 62px;
  font-size: 6.2rem;
  font-weight: 700;
}
.resale-checker-kv .title-wrap h1 strong:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ead963;
}
.resale-checker-kv .title-wrap h1 span {
  display: block;
  font-size: 62px;
  font-size: 6.2rem;
}
.resale-checker-kv figure {
  display: block;
  width: calc(100% - 600px);
}
.resale-checker-kv figure img {
  width: 100%;
}

.resale-checker-contents {
  background-color: #FFF;
  margin: 0 auto;
  padding: 80px 80px;
  max-width: 1200px;
  width: calc(100% - 80px);
}
.resale-checker-contents .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.resale-checker-contents .title-wrap .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  margin: 23px 10px 0 0;
  background: #EAD963;
  border-radius: 50%;
}
.resale-checker-contents .title-wrap .catch strong {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.resale-checker-contents h2 {
  color: #3543c7;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.resale-checker-contents h2 small {
  font-size: 32px;
  font-size: 3.2rem;
}
.resale-checker-contents h3 {
  margin: 90px 0 50px;
  color: #3543c7;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.resale-checker-contents .fig-wrap {
  display: flex;
}
.resale-checker-contents .fig-wrap .text {
  width: 610px;
}
.resale-checker-contents .fig-wrap .text p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.41;
}
.resale-checker-contents .fig-wrap .text p + p {
  margin-top: 1em;
}
.resale-checker-contents .fig-wrap .text p .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.resale-checker-contents .fig-wrap figure {
  display: block;
  width: calc(100% - 660px);
  margin-left: auto;
}
.resale-checker-contents .fig-wrap figure img {
  width: 100%;
}
.resale-checker-contents .btn-anc {
  max-width: 516px;
  margin: 70px auto 90px;
}
.resale-checker-contents .btn-anc a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.resale-checker-contents .btn-anc a:hover {
  background-color: #3143cf;
  color: #fff;
}
.resale-checker-contents .report-image {
  display: block;
  padding: 30px;
  border: 1px solid #c4c4c4;
}
.resale-checker-contents .report-image img {
  width: 100%;
}
.resale-checker-contents .notes {
  margin-top: 40px;
}
.resale-checker-contents .notes li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.49;
}
.resale-checker-contents .influence h3 {
  margin: 70px 0 30px;
  font-size: 32px;
  font-size: 3.2rem;
}
.resale-checker-contents .influence ol {
  max-width: 712px;
  margin: 0 auto;
  padding: 20px;
  background: #F0F2F4;
}
.resale-checker-contents .influence ol li {
  padding: 0 25px;
  background: #fff;
}
.resale-checker-contents .influence ol li + li {
  margin-top: 10px;
}
.resale-checker-contents .influence ol li span {
  color: #3543C7;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.resale-checker-contents .influence ol li strong {
  margin-left: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.resale-checker-contents .influence p {
  margin-top: 35px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.form {
  background-color: #FFF;
  padding: 50px;
  max-width: 1200px;
  width: calc(100% - 80px);
}
.form .form_inr {
  margin: 0 auto;
  max-width: 900px;
}
.form .form_inr h3 {
  margin: 0 0 40px;
  color: #3543c7;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.form .form_inr .formBox {
  border: 6px solid #F0F2F5 !important;
  padding: 40px;
}
.form .form_inr .formBox iframe {
  width: 100%;
  height: 60em;
}

.csIndexList {
  margin-bottom: 60px;
  padding: 100px 40px 0;
}
.csIndexList h2 {
  color: #3143cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 80px;
  text-align: center;
}
.csIndexList ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.csIndexList ul li {
  background-color: #FFF;
  border-radius: 10px;
  letter-spacing: 0.06em;
  margin: 0 5% 40px 0;
  width: 30%;
  overflow: hidden;
  position: relative;
}
.csIndexList ul li:nth-child(3n) {
  margin-right: 0;
}
.csIndexList ul li a {
  color: #333;
  display: block;
  text-decoration: none;
  padding-bottom: 100px;
  transition: 0.2s;
}
.csIndexList ul li a:hover {
  opacity: 0.7;
}
.csIndexList ul li a .company {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: 100px;
}
.csIndexList ul li a .img {
  margin-bottom: 30px;
}
.csIndexList ul li a .img img {
  height: auto;
  width: 100%;
  max-width: auto;
  max-width: none;
}
.csIndexList ul li a .cName {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.csIndexList ul li a .part {
  margin-bottom: 25px;
  text-align: center;
}
.csIndexList ul li a .part span {
  border: 2px solid #3143cf;
  border-radius: 30px;
  color: #3143cf;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 8px 20px 7px;
  display: inline-block;
}
.csIndexList ul li a .txt {
  font-weight: 600;
  line-height: 1.5;
  padding: 0 30px;
}
.csIndexList ul li a .txt strong {
  background: linear-gradient(transparent 50%, #EED84A 50%);
  font-weight: 500;
}
.csIndexList ul li a:after {
  border-top: 1px solid #EEE;
  content: "詳しく見る";
  color: #3143cf;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  padding: 25px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .seminar-eye-catch {
    width: 100%;
  }
  .resale-checker-kv {
    display: block;
    width: 100%;
  }
  .resale-checker-kv .title-wrap {
    width: 100%;
    padding: 30px 0;
  }
  .resale-checker-kv .title-wrap h1 small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .resale-checker-kv .title-wrap h1 strong {
    margin: 10px 0;
    font-size: 30px;
    font-size: 3rem;
  }
  .resale-checker-kv .title-wrap h1 strong:after {
    height: 2px;
  }
  .resale-checker-kv .title-wrap h1 span {
    font-size: 30px;
    font-size: 3rem;
  }
  .resale-checker-kv figure {
    width: 100%;
  }
  .resale-checker-contents {
    padding: 20px;
    width: 100%;
  }
  .resale-checker-contents .title-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .resale-checker-contents .title-wrap .catch {
    margin: 0 auto;
  }
  .resale-checker-contents h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .resale-checker-contents h2 small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .resale-checker-contents h3 {
    margin: 50px 0 25px;
    color: #3543c7;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .resale-checker-contents .fig-wrap {
    display: block;
  }
  .resale-checker-contents .fig-wrap .text {
    width: 100%;
  }
  .resale-checker-contents .fig-wrap .text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .resale-checker-contents .fig-wrap .text p + p {
    margin-top: 1em;
  }
  .resale-checker-contents .fig-wrap figure {
    width: 100%;
    margin-top: 20px;
  }
  .resale-checker-contents .btn-anc {
    margin: 30px auto 50px;
  }
  .resale-checker-contents .btn-anc a {
    border-radius: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16.5px 10px;
  }
  .resale-checker-contents .report-image {
    padding: 10px;
  }
  .resale-checker-contents .notes {
    margin-top: 20px;
  }
  .resale-checker-contents .notes li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .resale-checker-contents .influence h3 {
    margin: 30px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .resale-checker-contents .influence ol {
    padding: 10px;
  }
  .resale-checker-contents .influence ol li {
    padding: 0 10px;
  }
  .resale-checker-contents .influence ol li span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .resale-checker-contents .influence ol li strong {
    display: block;
    margin-left: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .resale-checker-contents .influence p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form {
    padding: 0;
    width: 100%;
  }
  .form .form_inr {
    padding: 30px 20px;
  }
  .form .form_inr h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form .form_inr .formBox {
    border: none !important;
    padding: 0;
  }
  .form .form_inr .formBox iframe {
    height: 65em;
  }
  .csIndexList {
    margin-bottom: 40px;
    padding: 50px 30px 0;
  }
  .csIndexList h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .csIndexList ul {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .csIndexList ul li {
    margin: 0 0 20px 0;
    width: 100%;
    overflow: hidden;
  }
  .csIndexList ul li:nth-child(3n) {
    margin-right: 0;
  }
  .csIndexList ul li a {
    padding-bottom: 60px;
    transition: 0;
  }
  .csIndexList ul li a:hover {
    opacity: 1;
  }
  .csIndexList ul li a .company {
    min-height: 60px;
  }
  .csIndexList ul li a .company img {
    max-height: 36px;
  }
  .csIndexList ul li a .img {
    margin-bottom: 15px;
  }
  .csIndexList ul li a .img img {
    height: auto;
    width: 100%;
    max-width: auto;
    max-width: none;
  }
  .csIndexList ul li a .cName {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .csIndexList ul li a .part {
    margin-bottom: 20px;
  }
  .csIndexList ul li a .part span {
    font-size: 10px;
    font-size: 1rem;
    padding: 6px 15px 5px;
  }
  .csIndexList ul li a .txt {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    min-height: auto;
    padding: 0 30px 20px;
  }
  .csIndexList ul li a:after {
    padding: 15px;
  }
}/*# sourceMappingURL=resale-checker-form.css.map */