@charset "UTF-8";

/* introduction */

#scp #introduction {
  background: url(../img/content01_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  box-shadow: 0px 0px 400px 50px #04274c inset;
}

#scp #introduction h2 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}

#scp #introduction h2:after {
  display: none;
}

@media screen and (max-width: 767px) {
  #scp #introduction {
    padding: 30px 0;
  }

  #scp #introduction h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

/* problem */

#scp #problem {
  position: relative;
  padding: 60px 0;
  margin-bottom: 0;
  background: #e8e8e8;
}

#scp #problem:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 49vw 0 49vw;
  border-color: #e8e8e8 transparent transparent transparent;
  position: absolute;
  bottom: -50px;
}

#scp #problem .inner>p {
  font-size: 3.3rem;
  text-align: center;
  font-weight: 900;
}

#scp #problem h2 {
  color: #0070c0;
  font-size: 3.3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

#scp #problem h2:after {
  display: none;
}

#scp #problem ul {
  display: flex;
  justify-content: space-between;
}

#scp #problem ul li {
  width: 20%;
  text-align: center;
}

#scp #problem ul li p:first-child {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#scp #problem ul li p:nth-child(2) {
  text-align: center;
  height: 190px;
  margin-bottom: 15px;
}

#scp #problem ul li p:last-child {
  font-size: 1.4rem;
  text-align: center;
}

#scp #problem ul li strong {
  font-weight: 900;
  color: #c00000;
}

#scp #problem+div {
  text-align: center;
  background: #64a3c2;
  padding: 100px 0 50px 0;
}

#scp #problem+div p {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  text-shadow: #000 1px 2px 0;
}

@media screen and (max-width: 767px) {
  #scp #problem {
    padding: 30px 0;
  }

  #scp #problem .inner>p {
    font-size: 3rem;
  }

  #scp #problem ul {
    flex-wrap: wrap;
  }

  #scp #problem ul li {
    width: 45%;
    margin-bottom: 30px;
  }

  #scp #problem ul li p:first-child {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  #scp #problem ul li p:nth-child(2) {
    height: 120px;
    margin-bottom: 5px;
  }

  #scp #problem ul li p:last-child {
    font-size: 1.4rem;
    text-align: center;
  }

  #scp #problem+div {
    padding: 70px 0 30px 0;
  }
}

/* reason */

#scp #reason {
  position: relative;
  padding: 50px 0 10px;
  margin-bottom: 50px;
  background: #fff;
}

#scp #reason h2 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

#scp #reason h2 span {
  display: inline-block;
  background: #fff;
  font-size: 3rem;
  font-weight: 900;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

#scp #reason h2:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 3px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background: #999;
}

#scp #reason #reason_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#scp #reason #reason_list dl {
  width: 48%;
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
}

#scp #reason #reason_list dl:nth-child(n + 2) {
  margin-bottom: 0;
}

#scp #reason #reason_list dl dt {
  position: absolute;
  top: 15px;
}

#scp #reason #reason_list dl dd h3 {
  color: #0070c0;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

#scp #reason #reason_list dl dd ul li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 20px;
}

#scp #reason #reason_list dl dd ul li:before {
  content: "●";
  color: #64a3c2;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #scp #reason #reason_list {
    flex-wrap: wrap;
  }

  #scp #reason #reason_list dl {
    width: 46%;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  #scp #reason #reason_list dl:nth-child(n + 2) {
    margin-bottom: 0;
  }

  #scp #reason #reason_list dl dt {
    top: -10px;
    width: 30%;
  }

  #scp #reason #reason_list dl dd ul li {
    padding-left: 15px;
  }
}

/* feature */

#scp #feature {
  margin-top: 0px;
}

#scp #feature ul li {
  font-size: 1.9rem;
}

#scp #feature #feature_list {
  background: #fff;
}

/* #scp #feature #feature_list .feature_box {
  position: relative;
  padding: 0px;
  z-index: 0;
} */

/* #scp #feature #feature_list .feature_box:first-child:after,
#scp #feature #feature_list .feature_box:last-child:after { */
/* #scp #feature #feature_list .feature_box:nth-of-type(even):after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  transform: skewY(-2deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ccdcff;
}

/* #scp #feature #feature_list .feature_box:first-child:after {
  background: #ccdcff;
}
#scp #feature #feature_list .feature_box:last-child:after {
  background: #c0cfea;
} */

#scp #feature #feature_list .feature_box:nth-of-type(4)::after {
  background: #c0cfea;
}

#scp #feature #feature_list .feature_box .inner {
  position: relative;
  padding-left: 120px;
}

#scp #feature #feature_list .feature_box .icon {
  display: inline;
  position: absolute;
  left: -50px;
  top: -60px;
}

#scp #feature #feature_list .feature_box h3 {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 20px;
}

#scp #feature #feature_list .feature_box ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

#scp #feature #feature_list .feature_box ul li:last-child {
  margin-bottom: 0;
}

#scp #feature #feature_list .feature_box ul li:before {
  content: "●";
  color: #093a6f;
  position: absolute;
  left: 0;
  top: 0;
}

#scp #feature #feature_list .feature_box ul+.note {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #scp #feature #feature_list .feature_box {
    position: relative;
    padding: 50px 0;
    z-index: 0;
  }

  #scp #feature #feature_list .feature_box:first-child:after,
  #scp #feature #feature_list .feature_box:last-child:after {
    top: -10px;
  }

  #scp #feature #feature_list .feature_box .inner {
    position: relative;
    padding-left: 15px;
  }

  #scp #feature #feature_list .feature_box .icon {
    width: 20%;
    left: 15px;
    top: -80px;
  }
}

/* plan */

#scp #plan {
  margin-bottom: 50px;
}

#scp #plan h2 {
  margin-bottom: 20px;
}

#scp #plan h2+p {
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

#scp #plan #plan_list {
  margin-bottom: 20px;
}

#scp #plan #plan_list dl dt {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
}

#scp #plan #plan_list dl:first-child dt {
  background: #62a8c6;
}
#scp #plan #plan_list dl dd {
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

#scp #plan #plan_list dl dd {
  background: #c0dce8;
  padding-bottom: 25px;
}

#scp #plan #plan_list dl dd p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
}

#scp #plan #plan_list dl dd p .note {
  color: #fff;
}

#scp #plan #plan_list dl dd p b {
  font-size: 2rem;
  font-weight: 900;
}

#scp #plan #plan_list dl dd p b {
  color: #f28305;
}

#scp #plan #plan_list dl dd h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

#scp #plan #plan_list dl dd h3+p {
  text-align: center;
  margin-bottom: 0;
}

#scp #plan #plan_list dl dd h3+p img {
  height: 380px;
}

@media screen and (max-width: 767px) {
  #scp #plan {
    margin-bottom: 30px;
  }

  #scp #plan h2+p {
    text-align: left;
    margin-bottom: 20px;
  }

  #scp #plan #plan_list {
    display: block;
  }

  #scp #plan #plan_list dl {
    width: 100%;
    margin-bottom: 30px;
  }

  #scp #plan #plan_list dl:last-child {
    margin-bottom: 0;
  }

  #scp #plan #plan_list dl dt {
    height: auto;
  }

  #scp #plan #plan_list dl dd {
    padding: 10px 10px 20px 10px;
  }

  #scp #plan #plan_list dl dd h3 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  #scp #plan #plan_list dl dd h3+p img {
    width: 60%;
    height: auto;
  }
}

/* spec */

#scp #spec {
  margin-bottom: 50px;
}

#scp #spec table {
  width: 100%;
  border-collapse: collapse;
  border: #808080;
}

#scp #spec table th,
#scp #spec table td {
  width: 33.333%;
  text-align: center;
  padding: 10px;
  font-size: 1.6rem;
  border: #ccc solid 1px;
}

#scp #spec table thead th {
  background: #f0f0f0;
  color: #093a6f;
  font-weight: 900;
}

#scp #spec table tbody th {
  background: #f0f7fb;
}

/* estimate */

#scp #estimate {
  margin-bottom: 50px;
}

#scp #estimate #estimate_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#scp #estimate #estimate_list .estimate_box {
  width: 48%;
}

#scp #estimate #estimate_list .estimate_box h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
  vertical-align: middle;
}

#scp #estimate #estimate_list .estimate_box h3 span {
  display: block;
}

#scp #estimate #estimate_list .estimate_box h3 span:first-child {
  display: inline-block;
  border: #093a6f solid 1px;
  color: #093a6f;
  font-size: 1.4rem;
  padding: 5px;
  margin-bottom: 5px;
}

#scp #estimate #estimate_list .estimate_box h3 span:last-child {
  width: 100%;
}

#scp #estimate #estimate_list .estimate_box h3+p {
  text-align: center;
  margin-bottom: 10px;
}

#scp #estimate #estimate_list .estimate_box .example h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 5px;
}

#scp #estimate #estimate_list .estimate_box .example dl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#scp #estimate #estimate_list .estimate_box .example dl dt,
#scp #estimate #estimate_list .estimate_box .example dl dd {
  display: inline-block;
  color: #093a6f;
  line-height: 1;
}

#scp #estimate #estimate_list .estimate_box .example dl dt {
  background: #093a6f;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px;
  margin: 13px 5px 0 0;
}

#scp #estimate #estimate_list .estimate_box .example dl dd {
  margin-right: 30px;
  font-size: 2rem;
  font-weight: 900;
}

#scp #estimate #estimate_list .estimate_box .example dl dd strong {
  font-size: 3.4rem;
  font-weight: 900;
  color: #093a6f;
}

#scp #estimate #estimate_list .estimate_box .example dl dd:last-child {
  margin-right: 0;
}

#scp #estimate .note {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #scp #estimate {
    margin-bottom: 30px;
  }

  #scp #estimate #estimate_list {
    display: block;
  }

  #scp #estimate #estimate_list .estimate_box {
    width: 100%;
    margin-bottom: 30px;
  }

  #scp #estimate #estimate_list .estimate_box:last-child {
    margin-bottom: 0;
  }

  #scp #estimate #estimate_list .estimate_box h3 span:last-child {
    font-size: 1.8rem;
    font-weight: 900;
  }

  #scp #estimate #estimate_list .estimate_box h3+p img {
    width: 80%;
  }

  #scp #estimate #estimate_list .estimate_box .example dl dt {
    margin: 3px 5px 0 0;
  }

  #scp #estimate #estimate_list .estimate_box .example dl dd {
    margin-right: 20px;
  }

  #scp #estimate #estimate_list .estimate_box .example dl dd strong {
    font-size: 3rem;
  }
}

/* price */

#scp #price {
  margin-bottom: 50px;
}

#scp #price h3 {
  font-size: 1.8rem;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  border-left: #093a6f solid 5px;
}

#scp #price h3+.note {
  text-align: right;
  margin-bottom: 10px;
}

#scp #price table {
  width: 100%;
  border-collapse: collapse;
  border: #808080;
}

#scp #price table * {
  font-size: 1.4rem;
}

#scp #price table th,
#scp #price table td {
  text-align: center;
  /*padding: 10px;*/
  padding: 5px;
  border: #ccc solid 1px;
  /* white-space: nowrap; */
}

#scp #price table thead th {
  background: #f0f0f0;
  color: #093a6f;
  font-weight: 900;
  min-width: 12rem;
}

#scp #price table .writing-vrl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

/* #scp #price table tbody tr:nth-child(7) td:nth-child(2) {} */
#scp #price table tbody tr td sup {
  white-space: nowrap;
}
.noteArea {
  margin-top: 10px;
  margin-left: 10px;
}
.noteArea a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #scp #price table {
    width: 750px;
  }
}
