@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Lato:wght@700&family=Montserrat+Alternates:ital,wght@0,400;1,700&family=Noto+Serif:wght@500&display=swap");
/* font
------------------------------------------------------*/
body {
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.font_en {
  font-family: "Montserrat Alternates", sans-serif;
}

.font_number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #menu ul.gnavi li a {
    font-size: 1.5rem;
  }
}
/* cmn
------------------------------------------------------*/
#contents {
  padding: 0;
}

#cclp .inner {
  margin: 0 auto;
  max-width: 1000px;
}

h2 {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_title.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1em 0;
  text-align: center;
}
h2 strong {
  font-size: 3.5rem;
  display: inline-block;
  margin: 0 0.4em;
}
h2 strong span {
  display: inline-block;
  position: relative;
}
h2 strong span:after {
  background: #FEF88A;
  content: "";
  bottom: -0.2em;
  display: block;
  height: 0.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1rem;
}
h2 strong span.font_number {
  font-size: 4rem;
  margin-right: 0.1em;
}

@media screen and (max-width: 1024px) {
  #cclp .inner {
    margin: 0 2rem;
  }
  h2 {
    font-size: 2.6vw;
  }
  h2 strong {
    font-size: 3.5vw;
  }
  h2 strong span.font_number {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }
  h2 strong {
    font-size: 2.1rem;
  }
  h2 strong span:after {
    height: 0.3rem;
    width: 0.5rem;
  }
  h2 strong span.font_number {
    font-size: 2.4rem;
  }
}
/* problem
------------------------------------------------------*/
#cc_problem .worries {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/problem_01.png") center center no-repeat;
  background-size: cover;
}
#cc_problem ul {
  padding: 7em 0 6em;
}
#cc_problem ul li {
  color: #8B6147;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 2em;
  padding-left: 5.5rem;
  position: relative;
}
#cc_problem ul li:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/icon_check.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 4rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
}
#cc_problem ul li span {
  background: linear-gradient(transparent 60%, #FEF88A 60%);
}
#cc_problem .foryou {
  background: #fff url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_problem.png") center top no-repeat;
  padding-top: 3rem;
  text-align: center;
}
#cc_problem .foryou p {
  color: #E34866;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3.5em;
  padding-right: 9rem;
  position: relative;
}
#cc_problem .foryou p span {
  font-size: 4.4rem;
  display: inline-block;
  margin-right: 0.3em;
}
#cc_problem .foryou p:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/problem_04.png") repeat-x;
  bottom: -0.5rem;
  content: "";
  height: 0.7rem;
  left: 0;
  position: absolute;
  width: 49.2rem;
}
#cc_problem .foryou p:after {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/problem_05.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 6.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.1rem;
}
#cc_problem .foryou h3 {
  color: #383D41;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
#cc_problem .foryou h3 > span {
  display: inline-block;
  position: relative;
}
#cc_problem .foryou h3 > span span {
  display: block;
  font-size: 3.8rem;
  font-weight: 600;
  padding-top: 0.4em;
}
#cc_problem .foryou h3 > span strong {
  font-size: 4.4rem;
  font-weight: 600;
}
#cc_problem .foryou h3 img {
  height: 15rem;
  left: -18rem;
  position: absolute;
  top: -6rem;
  width: 26.1rem;
}
@media screen and (max-width: 1200px) {
  #cc_problem ul li {
    font-size: 2.2vw;
  }
  #cc_problem .foryou {
    background: #fff url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_problem_md.png") center top no-repeat;
    background-size: cover;
  }
  #cc_problem .foryou p {
    font-size: 3.4vw;
  }
  #cc_problem .foryou p span {
    font-size: 4.4vw;
  }
  #cc_problem .foryou h3 {
    font-size: 3vw;
  }
  #cc_problem .foryou h3 > span span {
    font-size: 3.8vw;
  }
  #cc_problem .foryou h3 > span strong {
    font-size: 4.4vw;
  }
  #cc_problem .foryou h3 img {
    height: 15vw;
    left: -18vw;
    top: -6vw;
    width: 26.1vw;
  }
}
@media screen and (max-width: 768px) {
  #cc_problem .worries {
    background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/problem_01_sp.png") center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 33rem;
  }
  #cc_problem ul {
    padding: 2rem 0 0 2em;
  }
  #cc_problem ul li {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
    padding-left: 4.4rem;
  }
  #cc_problem ul li:before {
    height: 2.8rem;
    width: 3.4rem;
  }
  #cc_problem .foryou {
    background: #fff url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_problem_sp.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 2rem;
  }
  #cc_problem .foryou p {
    font-size: 2.2rem;
    margin-bottom: 3.6em;
    padding-right: 5rem;
  }
  #cc_problem .foryou p span {
    display: block;
    font-size: 3rem;
  }
  #cc_problem .foryou p:before {
    height: 0.7rem;
    width: 10em;
  }
  #cc_problem .foryou p:after {
    height: 4.4rem;
    width: 5rem;
  }
  #cc_problem .foryou h3 {
    font-size: 2rem;
  }
  #cc_problem .foryou h3 > span span {
    font-size: 2.2rem;
    padding-top: 0.6em;
  }
  #cc_problem .foryou h3 > span strong {
    font-size: 2.8rem;
  }
  #cc_problem .foryou h3 img {
    height: 8rem;
    left: 0;
    top: -6rem;
    width: 14rem;
  }
}

/* feature
------------------------------------------------------*/
#cc_feature {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_feature.jpg") no-repeat;
  background-size: cover;
}
#cc_feature h2 {
  margin-bottom: 6rem;
}
#cc_feature .merit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 11rem;
}
#cc_feature .merit_list section {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_merit.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2rem;
  padding: 2.5rem 0 1rem;
  width: 49%;
}
#cc_feature .merit_list .title {
  margin-bottom: 1.5rem;
}
#cc_feature .merit_list .merit {
  display: flex;
  justify-content: space-between;
}
#cc_feature .merit_list .merit .fig {
  padding-left: 2rem;
  transform: translateY(-4rem);
  width: 43%;
}
#cc_feature .merit_list .merit .fig img {
  width: 17rem;
}
#cc_feature .merit_list .merit .txt {
  padding-right: 2rem;
  width: 56%;
}
#cc_feature .merit_list .merit .txt h3 {
  color: #E34866;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 0.6em;
}
#cc_feature .merit_list .merit .txt h3 strong {
  background: linear-gradient(to bottom, rgba(254, 248, 138, 0) 49%, rgb(254, 248, 138) 50%, rgb(254, 248, 138) 85%, rgba(254, 248, 138, 0) 86%);
  font-size: 2.4rem;
}
#cc_feature .merit_list .merit .txt p {
  letter-spacing: normal;
  line-height: 1.5;
}
#cc_feature .demerit {
  padding-bottom: 6rem;
}
#cc_feature .demerit h4 {
  color: #6F0707;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
#cc_feature .demerit h4 span {
  display: inline-block;
  padding-left: 6rem;
  position: relative;
}
#cc_feature .demerit h4 span:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/demerit_02.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 4.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.4rem;
}
#cc_feature .demerit ul {
  background: #FBF8E9;
  color: #6F0707;
  display: flex;
  justify-content: space-between;
  padding: 4rem 6rem;
  position: relative;
}
#cc_feature .demerit ul:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/demerit_01.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 13.1rem;
  left: 14%;
  position: absolute;
  top: -13.1rem;
  width: 15.8rem;
}
#cc_feature .demerit ul li {
  width: 45%;
}
#cc_feature .demerit ul li dl dt {
  border-bottom: 2px dashed #6F0707;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  text-align: center;
}
#cc_feature .demerit ul li dl dd {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #cc_feature .merit_list .merit .txt h3 {
    font-size: 2vw;
  }
  #cc_feature .merit_list .merit .txt h3 strong {
    font-size: 2.4vw;
  }
  #cc_feature .merit_list .merit .txt p {
    font-size: 1.6vw;
  }
  #cc_feature .demerit h4 {
    font-size: 2.4vw;
  }
  #cc_feature .demerit ul:before {
    height: 13.1vw;
    top: -13.1vw;
    width: 15.8vw;
  }
  #cc_feature .demerit ul li dl dt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #cc_feature h2 {
    margin-bottom: 3rem;
  }
  #cc_feature .merit_list {
    display: block;
    margin-bottom: 4rem;
  }
  #cc_feature .merit_list section {
    margin-bottom: 1rem;
    width: auto;
  }
  #cc_feature .merit_list .merit .fig {
    width: 40%;
  }
  #cc_feature .merit_list .merit .txt h3 {
    font-size: 1.6rem;
  }
  #cc_feature .merit_list .merit .txt h3 strong {
    font-size: 1.9rem;
  }
  #cc_feature .merit_list .merit .txt p {
    font-size: 1.4rem;
  }
  #cc_feature .demerit {
    padding-bottom: 3rem;
  }
  #cc_feature .demerit h4 {
    font-size: 1.9rem;
  }
  #cc_feature .demerit h4 span {
    padding-left: 3rem;
  }
  #cc_feature .demerit h4 span:before {
    height: 2.1rem;
    width: 2.2rem;
  }
  #cc_feature .demerit ul {
    display: block;
    padding: 2rem 3rem;
  }
  #cc_feature .demerit ul:before {
    left: 0;
  }
  #cc_feature .demerit ul li {
    width: auto;
  }
  #cc_feature .demerit ul li:first-child {
    margin-bottom: 2em;
  }
  #cc_feature .demerit ul li dl dt {
    font-size: 1.6rem;
  }
}

/* compare
------------------------------------------------------*/
#cc_compare h2 {
  margin-bottom: 1rem;
}
#cc_compare .hikakubrd {
  padding: 50px 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#cc_compare .hikakubrd .cutin {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.8rem;
}
#cc_compare .hikakubrd table {
  color: #E34866;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: center;
}
#cc_compare .hikakubrd table th {
  padding: 15px;
  line-height: 1.2;
  width: 25%;
}
#cc_compare .hikakubrd table td {
  line-height: 1.2;
  padding: 15px;
  text-align: center;
}
#cc_compare .hikakubrd table td span {
  font-size: 1.2rem;
}
#cc_compare .hikakubrd table td.inv {
  border-left: 3px solid #FAD0D9;
  border-right: 3px solid #FAD0D9;
}
#cc_compare .hikakubrd table tr:nth-child(2n+1) {
  background: #FDF0F5;
}
#cc_compare .hikakubrd table tr.cost {
  vertical-align: top;
}
#cc_compare .hikakubrd table tr.cost td.inv {
  border-bottom: 3px solid #FAD0D9;
}
#cc_compare .hikakubrd table tr.cost td span.month {
  font-size: 1.6rem;
}
#cc_compare .hikakubrd table tr.cost td span.month span {
  font-size: 1.2rem;
}
#cc_compare .hikakubrd table thead td {
  background: #fff;
}
#cc_compare .hikakubrd table thead th {
  color: #555;
  background: #fff;
  line-height: 1.4;
  padding: 0;
  text-align: center;
}
#cc_compare .hikakubrd table thead th > div.box {
  background: #d7d9d9;
  padding: 15px;
  margin: 0 0 0 10px;
}
#cc_compare .hikakubrd table thead th > div.box > div {
  padding: 10px 0;
}
#cc_compare .hikakubrd table thead th.inv {
  background: #FAD0D9;
  border-left: 3px solid #FAD0D9;
  border-right: 3px solid #FAD0D9;
}
#cc_compare .hikakubrd table thead th.inv > div.box {
  background: #FAD0D9;
  margin: 0 0;
}
@media screen and (max-width: 1200px) {
  #cc_compare .hikakubrd {
    margin: 0 auto;
    max-width: 1000px;
    max-width: none;
    overflow-x: scroll;
    padding: 50px 0;
    position: relative;
    width: auto;
  }
  #cc_compare .hikakubrd .cutin {
    top: 10px;
    width: 25%;
  }
  #cc_compare .hikakubrd table {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #cc_compare .hikakubrd {
    margin: 0 auto;
    max-width: 1000px;
    max-width: none;
    overflow-x: scroll;
    padding: 50px 0;
    position: relative;
    width: auto;
  }
  #cc_compare .hikakubrd .cutin {
    position: absolute;
    top: 50px;
    left: 0;
    width: 40%;
  }
  #cc_compare .hikakubrd table {
    color: #E34866;
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 1;
    vertical-align: center;
    width: auto;
  }
  #cc_compare .hikakubrd table th {
    line-height: 1.2;
    width: 30;
    white-space: nowrap;
    padding: 10px 15px 10px 1em;
  }
  #cc_compare .hikakubrd table td {
    line-height: 1.2;
    width: 25%;
    padding: 10px 15px;
    text-align: center;
    white-space: nowrap;
  }
  #cc_compare .hikakubrd table td span {
    font-size: 1.4rem;
  }
  #cc_compare .hikakubrd table thead th > div.box {
    margin: 0 0 0 10px;
  }
}

/* flow
------------------------------------------------------*/
#cc_flow {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_flow.jpg") no-repeat;
  background-size: cover;
}
#cc_flow .flowbrd {
  padding: 4rem 0 6rem;
}
#cc_flow .flowbrd .flowfixed li {
  margin-bottom: 15px;
  padding-bottom: 53px;
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_flow_line.png") no-repeat bottom center;
}
#cc_flow .flowbrd .flowfixed li:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#cc_flow .flowbrd .flowfixed li .box {
  display: flex;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 3px 3px 3px #eee;
}
#cc_flow .flowbrd .flowfixed li .box .photo {
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #CCC;
}
#cc_flow .flowbrd .flowfixed li .box .photo span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cc_flow .flowbrd .flowfixed li .box .detail {
  width: 50%;
  padding: 1.5rem 0 1.5rem;
  position: relative;
}
#cc_flow .flowbrd .flowfixed li .box .detail .pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
  z-index: 0;
}
#cc_flow .flowbrd .flowfixed li .box .detail dl {
  z-index: 10;
  width: 75%;
}
#cc_flow .flowbrd .flowfixed li .box .detail dl dt {
  align-items: flex-end;
  border-bottom: 1px dotted #EA647E;
  color: #EA647E;
  display: flex;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
  padding: 0 0 0 8%;
}
#cc_flow .flowbrd .flowfixed li .box .detail dl dt span.text {
  padding-bottom: 10px;
}
#cc_flow .flowbrd .flowfixed li .box .detail dl dt span.no img {
  width: 5.8rem;
}
#cc_flow .flowbrd .flowfixed li .box .detail dl dd {
  color: #555555;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.5;
  min-height: 6.5em;
  padding: 0 10% 0 8%;
}
#cc_flow .flowbrd .flowfixed li .box .detail dl dd .video {
  margin: 10px auto 0;
  width: 250px;
}
#cc_flow .flowbrd .flowfixed li .box .detail dl dd.wide {
  padding: 0 0 0 8%;
  margin-right: -28%;
}
@media screen and (max-width: 1024px) {
  #cc_flow .flowbrd .flowfixed li .box .detail dl dt {
    font-size: 2.6vw;
  }
  #cc_flow .flowbrd .flowfixed li .box .detail dl dt span.no {
    width: 5.8vw;
  }
  #cc_flow .flowbrd .flowfixed li .box .detail dl dd {
    font-size: 1.34vw;
  }
}
@media screen and (max-width: 767px) {
  #cc_flow .flowbrd {
    padding: 2rem 0 3rem;
  }
  #cc_flow .flowbrd .flowfixed li .box {
    display: block;
  }
  #cc_flow .flowbrd .flowfixed li .box .photo {
    width: auto;
  }
  #cc_flow .flowbrd .flowfixed li .box .photo span {
    left: auto;
    position: static;
    top: auto;
    transform: none;
  }
  #cc_flow .flowbrd .flowfixed li .box .detail {
    width: auto;
  }
  #cc_flow .flowbrd .flowfixed li .box .detail dl dt {
    font-size: 2.1rem;
  }
  #cc_flow .flowbrd .flowfixed li .box .detail dl dt span.no {
    width: 7.25rem;
  }
  #cc_flow .flowbrd .flowfixed li .box .detail dl dd {
    font-size: 1.4rem;
  }
}

/* reason
------------------------------------------------------*/
#cc_reason {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_reason.jpg") no-repeat;
  background-size: cover;
}
#cc_reason .reasonbrd {
  padding: 70px 0 12%;
  position: relative;
}
#cc_reason .reasonbrd .cutin {
  position: absolute;
  bottom: 0;
  left: 0;
}
#cc_reason .reasonbrd ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cc_reason .reasonbrd ul li {
  width: 48%;
  margin-bottom: 30px;
}
#cc_reason .reasonbrd ul li.wide {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #cc_reason .reasonbrd {
    padding: 70px 0 12%;
  }
}
@media screen and (max-width: 767px) {
  #cc_reason .reasonbrd {
    padding: 30px 0 12%;
    position: relative;
  }
  #cc_reason .reasonbrd .cutin {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5%;
  }
  #cc_reason .reasonbrd ul {
    flex-wrap: wrap;
  }
  #cc_reason .reasonbrd ul li {
    margin-bottom: 2rem;
    width: 100%;
  }
}

/* charges
------------------------------------------------------*/
#cc_charges .price_list {
  background: #FFE8EE;
  padding: 5rem 0;
}
#cc_charges table {
  border: 6px solid #fff;
  font-weight: 600;
  width: 100%;
}
#cc_charges table th {
  color: #fff;
  padding: 0.8em 0.2em;
  text-align: center;
}
#cc_charges table thead th {
  background: #E34866;
  border-left: 2px solid #fff;
}
#cc_charges table thead th:first-of-type {
  background: #555;
  border-left: none;
}
#cc_charges table tbody th {
  background: #555;
  border-top: 2px solid #fff;
}
#cc_charges table tbody td {
  background: #F6F5F6;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  font-size: 1.4rem;
  padding: 0.8em 0.2em;
  text-align: center;
}
#cc_charges table tbody td strong {
  font-size: 1.6rem;
}
#cc_charges table tbody td span {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1em;
}
#cc_charges ul {
  margin: 0 1em;
}
#cc_charges ul li {
  margin-top: 2em;
  padding-left: 3rem;
  position: relative;
}
#cc_charges ul li:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/price_04.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 1.9rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.9rem;
}
#cc_charges .loan .inner {
  margin: 0 auto;
  max-width: 920px;
  padding: 5rem 0;
  position: relative;
}
#cc_charges .loan .inner div {
  bottom: 0;
  left: -6rem;
  position: absolute;
  width: 40%;
  z-index: 2;
}
#cc_charges .loan dl {
  margin-left: 31%;
  text-align: center;
}
#cc_charges .loan dl dt {
  color: #7E6658;
  font-family: "Noto Serif", serif;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}
#cc_charges .loan dl dt span {
  display: inline-block;
  padding: 0 5rem;
  position: relative;
}
#cc_charges .loan dl dt span:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/price_03.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 3.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
}
#cc_charges .loan dl dt span:after {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/price_03.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
}
@media screen and (max-width: 1200px) {
  #cc_charges table tbody td {
    font-size: 1.4vw;
  }
  #cc_charges table tbody td strong {
    font-size: 1.6vw;
  }
  #cc_charges table tbody td span {
    font-size: 1.2vw;
  }
  #cc_charges .loan .inner {
    margin: 0 2rem;
  }
  #cc_charges .loan .inner div {
    left: -2vw;
  }
}
@media screen and (max-width: 768px) {
  #cc_charges .price_list {
    padding: 3rem 0;
  }
  #cc_charges .price_table {
    overflow-x: scroll;
    position: relative;
    width: auto;
  }
  #cc_charges table thead th {
    white-space: nowrap;
  }
  #cc_charges table tbody td {
    font-size: 1.1rem;
    white-space: nowrap;
  }
  #cc_charges table tbody td strong {
    font-size: 1.4rem;
  }
  #cc_charges table tbody td span {
    font-size: 1rem;
  }
  #cc_charges ul {
    margin: 0;
  }
  #cc_charges ul li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 1.5em;
  }
  #cc_charges .loan .inner {
    padding: 2rem 0;
  }
  #cc_charges .loan .inner div {
    left: -1rem;
    width: 38%;
  }
  #cc_charges .loan dl {
    margin-left: 0;
  }
  #cc_charges .loan dl dt {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1.2em;
  }
  #cc_charges .loan dl dt span {
    padding: 0 3rem;
  }
  #cc_charges .loan dl dt span:before {
    height: 2.2rem;
    width: 2rem;
  }
  #cc_charges .loan dl dt span:after {
    height: 2.2rem;
    width: 2rem;
  }
  #cc_charges .loan dl dd {
    margin-left: 31%;
  }
}

/* message
------------------------------------------------------*/
#cc_message {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_message.jpg") center center no-repeat;
  background-size: cover;
}
#cc_message .inner {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 5em 0;
}
#cc_message .inner .txt {
  width: 54%;
}
#cc_message .inner .txt h3 {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_border.png") left bottom repeat-x;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 0.6em 0 0.6em 7rem;
  position: relative;
}
#cc_message .inner .txt h3:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/icon_brush.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
}
#cc_message .inner .fig {
  position: relative;
  width: 40%;
}
#cc_message .inner .fig img {
  border: 4px solid #fff;
}
#cc_message .inner .fig dl {
  bottom: 1em;
  color: #fff;
  position: absolute;
  right: 2em;
  text-align: right;
}
#cc_message .inner .fig dl dt {
  font-size: 1.4rem;
}
#cc_message .inner .fig dl dd {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  #cc_message .inner .txt h3 {
    font-size: 2.6vw;
  }
  #cc_message .inner .fig dl dt {
    font-size: 1.4vw;
  }
  #cc_message .inner .fig dl dd {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #cc_message .inner {
    display: block;
    padding: 2.5em 0;
  }
  #cc_message .inner .txt {
    width: auto;
  }
  #cc_message .inner .txt h3 {
    font-size: 2rem;
  }
  #cc_message .inner .fig {
    margin: 0 auto 1em;
    width: 60%;
  }
  #cc_message .inner .fig dl dt {
    font-size: 1.1rem;
  }
  #cc_message .inner .fig dl dd {
    font-size: 1.6rem;
  }
}

/* faq
------------------------------------------------------*/
#cc_faq {
  overflow: hidden;
}
#cc_faq ul {
  position: relative;
}
#cc_faq ul li {
  padding: 0.3em 0;
}
#cc_faq ul li:nth-child(odd) {
  background: #FFF1F5;
}
#cc_faq ul li dl {
  margin: 0 auto;
  max-width: 780px;
}
#cc_faq ul li dl dt {
  border-bottom: 1px dashed #E34866;
  font-size: 2rem;
  font-weight: 600;
  padding: 1em 0.5em 1em 5.5rem;
  position: relative;
}
#cc_faq ul li dl dt:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/icon_q.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 3.9rem;
  left: 0.3rem;
  position: absolute;
  top: 0.8em;
  width: 3.9rem;
}
#cc_faq ul li dl dd {
  padding: 1.2em 0.5em 1.2em 6rem;
  position: relative;
}
#cc_faq ul li dl dd:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/icon_a.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 3.9rem;
  left: 0.3rem;
  position: absolute;
  top: 1em;
  width: 3.9rem;
}
#cc_faq ul li:nth-child(3) dl {
  position: relative;
}
#cc_faq ul li:nth-child(3) dl:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/faq_01.png") no-repeat;
  background-size: 100% auto;
  bottom: -5rem;
  content: "";
  height: 39.2rem;
  left: -18rem;
  position: absolute;
  width: 15rem;
}
#cc_faq ul li:nth-child(5) dl {
  position: relative;
}
#cc_faq ul li:nth-child(5) dl:after {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/faq_02.png") no-repeat;
  background-size: 100% auto;
  bottom: -10rem;
  content: "";
  height: 36.7rem;
  position: absolute;
  right: -14rem;
  width: 11.8rem;
}
#cc_faq ul:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/faq_03.png") no-repeat;
  background-size: 100% auto;
  bottom: 10rem;
  content: "";
  height: 34.1rem;
  left: 2rem;
  position: absolute;
  width: 17.3rem;
}
#cc_faq ul:after {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/faq_04.png") no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  height: 31.6rem;
  position: absolute;
  right: 2rem;
  width: 17.2rem;
}
@media screen and (max-width: 1200px) {
  #cc_faq ul li:nth-child(3) dl:before {
    height: 31.36vw;
    left: -12vw;
    width: 12vw;
  }
  #cc_faq ul li:nth-child(5) dl:after {
    height: 29.36vw;
    right: -9.44vw;
    width: 9.44vw;
  }
  #cc_faq ul:before {
    height: 27.28vw;
    left: 0;
    width: 13.84vw;
  }
  #cc_faq ul:after {
    height: 25.28vw;
    right: 0;
    width: 13.76vw;
  }
}
@media screen and (max-width: 1024px) {
  #cc_faq ul li dl dt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #cc_faq ul li dl {
    margin: 0 4rem;
  }
  #cc_faq ul li dl dt {
    font-size: 1.5rem;
    padding: 1em 0.5em 1em 4.5rem;
  }
  #cc_faq ul li dl dt:before {
    height: 3.12rem;
    width: 3.12rem;
  }
  #cc_faq ul li dl dd {
    padding: 1.2em 0.5em 1.2em 5rem;
  }
  #cc_faq ul li dl dd:before {
    height: 3.12rem;
    width: 3.12rem;
  }
}

/* cv
------------------------------------------------------*/
#cc_cv h2 {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_title_cv.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 3em;
}
#cc_cv .counseling {
  background: #fff;
  border-bottom: 16px solid #E0B93E;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
  margin: 0 auto 2.5em;
  max-width: 810px;
}
#cc_cv .counseling h3 {
  background: #E0B93E url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_cv_left.png") bottom left no-repeat;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-right: -1rem;
  position: relative;
  text-align: center;
}
#cc_cv .counseling h3 > span {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_cv_right.png") top right no-repeat;
  display: block;
}
#cc_cv .counseling h3 span span {
  display: inline-block;
  padding: 1.2em 6rem 1.2em 25rem;
  position: relative;
}
#cc_cv .counseling h3 span span img {
  left: 15rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#cc_cv .counseling h3 span span:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/cv_01.png") no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  height: 11.4rem;
  left: 0;
  position: absolute;
  width: 14rem;
}
#cc_cv .counseling h3 span span:after {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/cv_03.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 3.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
}
#cc_cv .counseling h3 strong {
  font-size: 2.8rem;
}
#cc_cv .counseling > div {
  padding: 1.5em;
}
#cc_cv .counseling p {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
#cc_cv .counseling p span {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/bg_border.png") left bottom repeat-x;
  display: inline-block;
  padding-bottom: 0.3em;
}
#cc_cv .counseling ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  text-align: center;
}
#cc_cv .counseling ul li {
  display: flex;
  width: 48%;
}
#cc_cv .counseling ul li a {
  align-items: center;
  background: #AC833A;
  border-radius: 100px;
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}
#cc_cv .counseling ul li:first-child {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.1;
}
#cc_cv .counseling ul li:first-child a {
  padding-left: 3.5rem;
}
#cc_cv .counseling ul li:first-child a:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/cv_04.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 3.6rem;
  left: 2.5rem;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
}
#cc_cv .counseling ul li:last-child a {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.5em 0 0.3em 3.5rem;
}
#cc_cv .counseling ul li:last-child a span {
  display: block;
  font-size: 2.8rem;
}
#cc_cv .counseling ul li:last-child a:before {
  background: url("/cms/wp-content/themes/verde/img/services/clearcorrect/cv_05.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 3.2rem;
  left: 4rem;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
}
#cc_cv .counseling dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: 70%;
}
#cc_cv .counseling dl dt {
  background: #FFFA88;
  margin-bottom: 5px;
  text-align: center;
  width: 35%;
}
#cc_cv .counseling dl dd {
  margin-bottom: 5px;
  padding-left: 1em;
  width: 65%;
}
@media screen and (max-width: 1200px) {
  #cc_cv .counseling h3 {
    font-size: 2vw;
  }
  #cc_cv .counseling h3 strong {
    font-size: 2.8vw;
  }
  #cc_cv .counseling ul li:first-child {
    font-size: 3.6vw;
  }
  #cc_cv .counseling ul li:last-child a {
    font-size: 1.8vw;
  }
  #cc_cv .counseling ul li:last-child a span {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 860px) {
  #cc_cv .counseling {
    margin: 0 2rem 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #cc_cv h2 {
    margin-bottom: 2rem;
  }
  #cc_cv .counseling h3 {
    font-size: 1.6rem;
  }
  #cc_cv .counseling h3 span span {
    padding: 1.2em 6rem 1.2em 10.5rem;
  }
  #cc_cv .counseling h3 span span img {
    left: 5rem;
    width: 5rem;
  }
  #cc_cv .counseling h3 span span:before {
    height: 5.4rem;
    width: 6.6rem;
  }
  #cc_cv .counseling h3 span span:after {
    height: 1.7rem;
    right: 1em;
    width: 2.4rem;
  }
  #cc_cv .counseling h3 strong {
    font-size: 2.2rem;
  }
  #cc_cv .counseling ul {
    display: block;
  }
  #cc_cv .counseling ul li {
    width: auto;
  }
  #cc_cv .counseling ul li:first-child {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  #cc_cv .counseling ul li:first-child a {
    padding: 0.5em 0 0.5em 3.5rem;
  }
  #cc_cv .counseling ul li:last-child a {
    font-size: 1.4rem;
  }
  #cc_cv .counseling ul li:last-child a span {
    font-size: 2.2rem;
  }
  #cc_cv .counseling dl {
    font-size: 1.2rem;
    width: auto;
  }
}

/* footer
------------------------------------------------------*/
#cc_footer {
  background: #F0DDA3;
  border-top: none;
  padding: 0 0 5em;
}
#cc_footer .inner {
  margin: 0 auto;
  max-width: 710px;
}
#cc_footer .logobox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  max-width: 710px;
}
#cc_footer .logobox div {
  width: 14.7%;
}
#cc_footer .logobox p {
  text-align: left;
  width: 79%;
}
@media screen and (max-width: 768px) {
  #cc_footer {
    padding: 0 0 2em;
  }
  #cc_footer .inner {
    margin: 0 2rem;
  }
}

#footer {
  display: none;
}