@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular-after.woff") format("woff"), url("../font/NotoSansJP-Regular-after.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Black-after.woff") format("woff"), url("../font/NotoSansJP-Black-after.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold-after.woff") format("woff"), url("../font/NotoSansJP-Bold-after.eot") format("eot");
  font-display: swap;
}
.container {
  max-width: 1000px;
}

section:not(.mv):not(.it-hojyo-contact) {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  padding: 60px 0 !important;
}
section:not(.mv):not(.it-hojyo-contact) p, section:not(.mv):not(.it-hojyo-contact) li {
  font-size: 1.8rem;
  line-height: 1.8;
}
section:not(.mv):not(.it-hojyo-contact) img {
  width: 100%;
}
section:not(.mv):not(.it-hojyo-contact) h2 {
  position: relative;
  margin: 0 auto 20px;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1000px) {
  section:not(.mv):not(.it-hojyo-contact) h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  section:not(.mv):not(.it-hojyo-contact) h2 {
    font-size: 2.5rem;
  }
}
section:not(.mv):not(.it-hojyo-contact) h2.point {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  font-size: 3.8rem;
  font-weight: 600;
  color: #68b7cf;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1000px) {
  section:not(.mv):not(.it-hojyo-contact) h2.point {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  section:not(.mv):not(.it-hojyo-contact) h2.point {
    font-size: 2.3rem;
  }
}
section:not(.mv):not(.it-hojyo-contact) h2.point span.kousei {
  position: absolute;
  top: -22px;
  left: -80px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  rotate: -11deg;
  color: #ddcc00;
}
@media screen and (max-width: 600px) {
  section:not(.mv):not(.it-hojyo-contact) h2.point span.kousei {
    font-size: 1.4rem;
    left: -7px;
    top: -21px;
    rotate: -9deg;
  }
}
section:not(.mv):not(.it-hojyo-contact) h2.under {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  section:not(.mv):not(.it-hojyo-contact) h2.under {
    font-size: 2.3rem;
  }
}
section:not(.mv):not(.it-hojyo-contact) h2.under::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 5px;
  background-color: #ffd484;
  border-radius: 50px;
}

.border-left-title {
  font-size: 1.8rem;
  color: #d57f14;
  border-left: solid 10px;
  padding-left: 10px;
  margin: 0 0 18px;
  font-weight: bold;
}

.quote {
  margin: 10px 0 0;
  text-align: right;
}
.quote p, .quote a {
  font-size: 1.4rem !important;
}
.quote a {
  color: #0641ad;
  border-bottom: 1px solid;
}

#about-it-hojyo .txt p span.hosoku {
  display: block;
  font-size: 1.4rem;
  color: gray;
}
#about-it-hojyo .txt a.reference {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: 15px auto 0;
  padding: 18px 12%;
  font-size: 1.6rem;
  border: 3px solid #dbc0e3;
  text-align: center;
  background: #fdf5ff;
  color: #a86dbb;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-radius: 10px;
}

#it-hojyo-tool .rese-lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #it-hojyo-tool .rese-lists {
    display: block;
  }
}
#it-hojyo-tool .rese-lists li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  padding: 2% 5.5%;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  #it-hojyo-tool .rese-lists li {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 2% 8%;
  }
}
@media screen and (max-width: 600px) {
  #it-hojyo-tool .rese-lists li {
    padding: 4% 8%;
  }
}
#it-hojyo-tool .rese-lists li:first-of-type {
  border: 3px solid #0641ad;
  background-color: aliceblue;
}
@media screen and (max-width: 1000px) {
  #it-hojyo-tool .rese-lists li:first-of-type {
    margin-bottom: 15px;
  }
}
#it-hojyo-tool .rese-lists li:last-of-type {
  border: 3px solid #1d7500;
  background-color: #f0fff9;
}
#it-hojyo-tool .rese-lists li p {
  width: auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.55;
}
@media screen and (max-width: 600px) {
  #it-hojyo-tool .rese-lists li p {
    font-size: 1.6rem;
  }
}
#it-hojyo-tool .rese-lists li p span.hosoku {
  display: block;
  font-size: 1.2rem;
}
#it-hojyo-tool .rese-lists li .img {
  width: 32%;
}
#it-hojyo-tool .rese-lists li .img img {
  width: 100%;
}

#it-application-frame .it-hojyo-listwrap {
  margin: 30px 0 0;
}
#it-application-frame .it-hojyo-listwrap li {
  margin-bottom: 25px;
}
#it-application-frame .it-hojyo-listwrap li:last-of-type {
  margin-bottom: 0;
}
#it-application-frame .it-hojyo-listwrap li .txt {
  padding-left: 3%;
}

#it-hojyo-exclusion h2 span {
  font-size: 1.6rem;
}
#it-hojyo-exclusion p.bassui {
  margin-bottom: 3px;
  text-align: right;
  font-size: 1.3rem;
}
#it-hojyo-exclusion table {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
}
#it-hojyo-exclusion table th, #it-hojyo-exclusion table td {
  border: 2px solid #585858;
  padding: 2.5% 2%;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  #it-hojyo-exclusion table th, #it-hojyo-exclusion table td {
    display: block;
    border-bottom: none;
  }
}
#it-hojyo-exclusion table th {
  width: 7%;
  background: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  #it-hojyo-exclusion table th {
    width: 100%;
  }
}
#it-hojyo-exclusion table td {
  text-align: left;
}
#it-hojyo-exclusion table td p {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  #it-hojyo-exclusion table tr:last-of-type td {
    border-bottom: 2px solid #585858;
  }
}

#it-hojyo-required-documents > ul li {
  margin-bottom: 30px;
}
#it-hojyo-required-documents > ul li > ul {
  padding-left: 3%;
}
#it-hojyo-required-documents > ul li > ul li {
  margin-bottom: 20px;
}
#it-hojyo-required-documents > ul li > ul li h4 {
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
}
#it-hojyo-required-documents > ul li > ul li h4 span {
  color: #d57f14;
  font-weight: bold;
  padding-right: 3px;
}
#it-hojyo-required-documents > ul li > ul li .txt {
  margin: 3px 0 15px;
  max-width: 750px;
}
#it-hojyo-required-documents > ul li > ul li .txt p {
  font-size: 1.6rem;
}
#it-hojyo-required-documents > ul li > ul li > ul {
  width: 100%;
  max-width: 750px;
  margin: 5px 0;
  padding: 2.5% 3%;
  /* background: #f8ffff; */
  border: 3px solid #cdcdcd;
  /* border-radius: 15px; */
}
#it-hojyo-required-documents > ul li > ul li > ul li {
  margin-bottom: 0;
  list-style: none;
  font-size: 1.45rem;
}
#it-hojyo-required-documents > ul li > ul li > ul p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.simulation {
  margin-bottom: 50px !important;
}
.simulation h2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  color: #bb0c6b;
}
@media screen and (max-width: 600px) {
  .simulation h2 span {
    font-size: 1.55rem;
  }
}
.simulation p {
  font-size: 1.6rem !important;
  letter-spacing: 0 !important;
}
.simulation .card-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.simulation .card-icon.total-cost {
  background-image: url("../img/it-hojyo/total-cost.png");
}
.simulation .card-icon.subsidy {
  background-image: url("../img/it-hojyo/subsidy.png");
}
.simulation .card-icon.self-payment {
  background-image: url("../img/it-hojyo/self-payment.png");
}

.it-hojyo-contact {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 3.5% 3.5% 3% 3.5%;
  border: 2px solid #81d4d7;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .it-hojyo-contact {
    padding: 3.5% 3.5% 6% 3.5%;
  }
}
.it-hojyo-contact h2 {
  font-size: 2rem;
  font-weight: 600;
}
.it-hojyo-contact .txt {
  margin: 20px auto;
}
.it-hojyo-contact .txt p {
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .it-hojyo-contact .txt p {
    font-size: 1.3rem;
  }
}
.it-hojyo-contact .btn a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 60px 19px 56px;
  background-color: #00c6cf;
  border-radius: 50px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1rem;
}
.it-hojyo-contact .btn-circle-right a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.it-hojyo-contact .btn-circle-right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #00c6cf;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

#it-hojyo-flow {
  width: 100%;
  max-width: 1000px;
}
#it-hojyo-flow ul {
  margin: 60px 0 0;
}
#it-hojyo-flow ul li {
  margin: 0 auto 50px;
}
#it-hojyo-flow h3 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 1.8rem;
  padding-left: 20px;
  font-weight: 600;
  color: #333333;
}
#it-hojyo-flow h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #ffe1ab;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #it-hojyo-flow h3::before {
    font-size: 3.5em;
  }
}
#it-hojyo-flow .question-wrap {
  margin: 10px 0 0;
}
#it-hojyo-flow .question {
  width: 80%;
  max-width: 700px;
  margin: 0 auto 8px;
  border-radius: 2px;
  line-height: 1.6;
  padding: 1em 1em 1em 4.25em;
  position: relative;
  background-color: #f6ffec;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #it-hojyo-flow .question {
    width: 90%;
  }
}
#it-hojyo-flow .question::before {
  background-image: url("../img/info.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  content: "";
  display: inline-block;
  font-family: icomoon;
  font-size: inherit;
  left: 1.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}
#it-hojyo-flow .question::after {
  border-right: 1px solid;
  content: "";
  display: block;
  height: 50%;
  left: 3.25em;
  opacity: 0.4;
  position: absolute;
  top: 25%;
  width: 0;
  border-right-color: #63b900;
}
#it-hojyo-flow .question .here {
  color: #9b47c5;
  border-bottom: 1px solid;
}/*# sourceMappingURL=it-hojyo.css.map */