:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
.property {
  border-bottom: 4px solid #007440;
}

.intro {
  position: relative;
}
.intro > p {
  margin: 10rem 0;
}
@media screen and (max-width: 550px) {
  .intro > p {
    margin: 50px 0;
  }
}
.intro .deco {
  top: 0;
  right: 0;
  width: 42rem;
}
@media screen and (max-width: 550px) {
  .intro .deco {
    width: 200px;
  }
}
.intro__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.intro__wrapper .centerBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46.4rem;
}
@media screen and (max-width: 768px) {
  .intro__wrapper .centerBox {
    position: static;
    width: 100%;
    text-align: center;
    transform: translate(0);
    padding-top: 10rem;
    background: linear-gradient(to right, #dbf2e9 0%, #f0faf6 50%, #dbf2e9 50%, #f0faf6 100%);
  }
  .intro__wrapper .centerBox img {
    width: max(40%, 250px);
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .intro__wrapper .centerBox img {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .intro__wrapper .centerBox {
    padding-top: 70px;
  }
}
.intro__wrapper--content {
  flex: 1;
  gap: 5rem;
  background: linear-gradient(to right, #dbf2e9, #f0faf6);
}
@media screen and (max-width: 768px) {
  .intro__wrapper--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 550px) {
  .intro__wrapper--content {
    gap: 20px;
  }
}
.intro__wrapper--content h4 {
  color: #007440;
  font-size: max(1.6rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  .intro__wrapper--content h4 {
    font-size: 14px;
  }
}
.intro__wrapper--content .detail {
  gap: 5rem;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}
@media screen and (max-width: 550px) {
  .intro__wrapper--content .detail {
    height: 80%;
    margin-top: 0;
  }
}
.intro__wrapper--content .detail .imageBox {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .intro__wrapper--content .detail .imageBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .intro__wrapper--content .detail .imageBox {
    height: 50%;
  }
}
.intro__wrapper--content .detail .imageBox img {
  width: max(18.5rem, 125px);
}
@media screen and (max-width: 768px) {
  .intro__wrapper--content .detail .imageBox img {
    width: max(18.5rem, 150px);
  }
}
@media screen and (max-width: 550px) {
  .intro__wrapper--content .detail .imageBox img {
    width: 100%;
  }
}
.intro__wrapper--content .detail .imageBox span {
  flex: 1;
  color: #007440;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 550px) {
  .intro__wrapper--content .detail .imageBox span {
    font-size: 14px;
    line-height: 1.5;
  }
}
.intro__wrapper--content.content1 {
  padding: 11rem 27.84rem 12em 10%;
}
@media screen and (max-width: 768px) {
  .intro__wrapper--content.content1 {
    padding: 11rem 5% 12rem 10%;
  }
}
@media screen and (max-width: 550px) {
  .intro__wrapper--content.content1 {
    padding: 30px 5% 90px 5%;
  }
}
.intro__wrapper--content.content2 {
  padding: 11rem 10% 12rem 27.84rem;
}
@media screen and (max-width: 768px) {
  .intro__wrapper--content.content2 {
    padding: 11rem 10% 12rem 5%;
  }
}
@media screen and (max-width: 550px) {
  .intro__wrapper--content.content2 {
    padding: 30px 5% 90px 5%;
  }
}

.merrit {
  margin: 12.5rem 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .merrit {
    margin: 50px 0;
  }
}
.merrit h3 {
  font-size: max(2.6rem, 26px);
}
@media screen and (max-width: 550px) {
  .merrit h3 {
    font-size: 26px;
  }
}
.merrit ul {
  gap: 50px max(2.5rem, 5px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 8.5rem;
}
@media screen and (max-width: 550px) {
  .merrit ul {
    row-gap: 30px;
    margin-top: 50px;
  }
}
.merrit ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 180px;
}
.merrit ul li b {
  color: #007440;
  font-size: max(2.1rem, 19px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 550px) {
  .merrit ul li b {
    font-size: 19px;
  }
}
.merrit ul li b span {
  color: inherit;
  display: block;
  font-size: max(1.7rem, 15px);
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .merrit ul li b span {
    font-size: 15px;
  }
}
.merrit ul li strong {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: max(2.3rem, 21px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
  background: #007440;
}
@media screen and (max-width: 550px) {
  .merrit ul li strong {
    font-size: 21px;
    padding: 10px;
    height: 100px;
  }
}

.form {
  position: relative;
  text-align: center;
  background: #def0ea;
  padding-top: max(14rem, 60px);
  padding-bottom: max(15rem, 70px);
}
@media screen and (max-width: 550px) {
  .form {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.form .deco {
  top: 20%;
  left: 0;
  width: 40rem;
}
@media screen and (max-width: 550px) {
  .form .deco {
    width: 150px;
  }
}
.form h2 {
  color: #007440;
  font-size: max(2.6rem, 24px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4em;
  margin: max(8.5rem, 50px) 0;
}
@media screen and (max-width: 550px) {
  .form h2 {
    font-size: 24px;
    margin: 50px 0;
  }
}
.form h3 {
  font-size: max(2.6rem, 24px);
}
@media screen and (max-width: 550px) {
  .form h3 {
    font-size: 24px;
  }
}
.form__imageBox {
  width: 80%;
  margin: 5rem auto 0;
}
@media screen and (max-width: 550px) {
  .form__imageBox {
    width: 100%;
    margin: 30px auto 0;
  }
}
.form__imageBox span {
  display: block;
  text-align: left;
  margin-top: 10px;
}
.form__wrapper {
  width: 100%;
}
.form__wrapper--title {
  padding: max(3rem, 15px) 10%;
  background: #007440;
}
@media screen and (max-width: 550px) {
  .form__wrapper--title {
    padding: 15px 5%;
  }
}
.form__wrapper--title h3 {
  color: #fff;
  font-size: max(2.1rem, 19px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 550px) {
  .form__wrapper--title h3 {
    font-size: 19px;
  }
}
.form__wrapper--content {
  padding: 5%;
  text-align: left;
  background: #fff;
}
.form__wrapper--content h4 {
  color: #007440;
  font-size: max(1.9rem, 17px);
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .form__wrapper--content h4 {
    font-size: 17px;
  }
}
.form__wrapper--content .attention {
  display: block;
}
.form__wrapper--content .flexBox {
  gap: 7rem;
  display: flex;
  align-items: center;
  margin-top: max(5rem, 40px);
  margin-bottom: max(4rem, 25px);
}
@media screen and (max-width: 1000px) {
  .form__wrapper--content .flexBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .form__wrapper--content .flexBox {
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.form__wrapper--content .flexBox .imageBox {
  width: 39rem;
}
@media screen and (max-width: 1000px) {
  .form__wrapper--content .flexBox .imageBox {
    width: 100%;
  }
}
.form__wrapper--content .flexBox .textBox {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .form__wrapper--content .flexBox .textBox ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}
.form__wrapper--content .flexBox .textBox ul li {
  gap: 2.5rem;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (max-width: 1000px) {
  .form__wrapper--content .flexBox .textBox ul li {
    flex: 1;
    min-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .form__wrapper--content .flexBox .textBox ul li {
    min-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .form__wrapper--content .flexBox .textBox ul li {
    gap: 20px;
  }
}
.form__wrapper--content .flexBox .textBox ul li:nth-of-type(1) {
  padding-top: 0;
  border-bottom: 1px dotted #007440;
}
.form__wrapper--content .flexBox .textBox ul li:nth-of-type(2) {
  border-bottom: 1px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .form__wrapper--content .flexBox .textBox ul li:nth-of-type(2) {
    padding-top: 0;
  }
}
.form__wrapper--content .flexBox .textBox ul li:nth-of-type(3) {
  border-bottom: 1px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .form__wrapper--content .flexBox .textBox ul li:nth-of-type(3) {
    padding-top: 0;
  }
}
.form__wrapper--content .flexBox .textBox ul li:nth-of-type(4) {
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .form__wrapper--content .flexBox .textBox ul li:nth-of-type(4) {
    padding-top: 0;
    padding-bottom: 2rem;
    border-bottom: 1px dotted #007440;
  }
}
.form__wrapper--content .flexBox .textBox ul li > span {
  color: #fff;
  display: grid;
  place-items: center;
  width: max(3rem, 28px);
  height: max(3rem, 28px);
  aspect-ratio: 1/1;
  font-size: max(2.3rem, 21px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  background: #007440;
}
@media screen and (max-width: 550px) {
  .form__wrapper--content .flexBox .textBox ul li > span {
    width: 28px;
    font-size: 21px;
  }
}
.form__wrapper--content .flexBox .textBox ul li strong {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #007440;
  font-size: max(2.1rem, 19px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  .form__wrapper--content .flexBox .textBox ul li strong {
    font-size: 19px;
    line-height: 2;
  }
}
.form__wrapper--content .flexBox .textBox ul li strong p {
  display: inline-block;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  .form__wrapper--content .flexBox .textBox ul li strong p {
    font-size: 14px;
  }
}
.form__wrapper--content .flexBox .textBox ul li strong sup {
  color: #007440;
  font-size: 0.6em;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: inherit;
}

.points {
  position: relative;
  padding-top: 14.5rem;
  padding-bottom: 15.5rem;
}
@media screen and (max-width: 550px) {
  .points {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.points .deco {
  top: 0;
  right: 0;
  width: 40rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .points .deco {
    width: 150px;
  }
}
.points__content {
  display: flex;
  flex-wrap: wrap;
}
.points__content dl {
  gap: 4.5rem;
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .points__content dl {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .points__content dl {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
}
.points__content dl:nth-of-type(1) {
  padding-right: 4rem;
  padding-bottom: 5rem;
  border-right: 1px dotted #007440;
  border-bottom: 1px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .points__content dl:nth-of-type(1) {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 550px) {
  .points__content dl:nth-of-type(1) {
    padding-bottom: 25px;
  }
}
.points__content dl:nth-of-type(2) {
  padding-left: 4rem;
  padding-bottom: 5rem;
  border-bottom: 1px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .points__content dl:nth-of-type(2) {
    padding-top: 5rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .points__content dl:nth-of-type(2) {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.points__content dl:nth-of-type(3) {
  padding-top: 5rem;
  border-right: 1px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .points__content dl:nth-of-type(3) {
    padding-bottom: 5rem;
    border-right: none;
  }
}
@media screen and (max-width: 550px) {
  .points__content dl:nth-of-type(3) {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.points__content dl:nth-of-type(4) {
  padding-top: 5rem;
  padding-left: 4rem;
}
@media screen and (max-width: 1000px) {
  .points__content dl:nth-of-type(4) {
    padding-left: 0;
    border-top: 1px dotted #007440;
  }
}
@media screen and (max-width: 550px) {
  .points__content dl:nth-of-type(4) {
    padding-top: 20px;
  }
}
.points__content dl dt {
  color: #007440;
  font-size: max(2.2rem, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 550px) {
  .points__content dl dt {
    font-size: 20px;
  }
}
.points__content dl dt span {
  color: inherit;
  font-size: max(5.2rem, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-left: 10px;
}
@media screen and (max-width: 550px) {
  .points__content dl dt span {
    font-size: 48px;
  }
}
.points__content dl dd {
  flex: 1;
}
.points__content dl dd b {
  display: block;
  color: #007440;
  font-size: max(1.8rem, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.points__content dl dd p {
  line-height: 2;
}

.utilize {
  padding-bottom: max(15.5rem, 70px);
}
@media screen and (max-width: 550px) {
  .utilize {
    padding-bottom: 70px;
  }
}
.utilize__content {
  margin-bottom: 14rem;
}
@media screen and (max-width: 550px) {
  .utilize__content {
    margin-bottom: 80px;
  }
}
.utilize__content .flexBox {
  gap: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox {
    gap: 40px;
    flex-direction: column;
  }
}
.utilize__content .flexBox .imageBox {
  width: 60rem;
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .imageBox {
    width: 80%;
  }
}
.utilize__content .flexBox .imageBox img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .utilize__content .flexBox .imageBox img:nth-of-type(2) {
    display: block;
  }
}
.utilize__content .flexBox .textBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .textBox {
    width: 100%;
  }
}
.utilize__content .flexBox .textBox b {
  display: block;
  color: #007440;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .textBox b {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .utilize__content .flexBox .textBox img {
    display: none;
  }
}
.utilize__content .flexBox .textBox .surface {
  margin-top: 5rem;
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .textBox .surface {
    margin-top: 30px;
  }
}
.utilize__content .flexBox .textBox .surface dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .utilize__content .flexBox .textBox .surface dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .textBox .surface dl {
    flex-direction: row;
  }
}
.utilize__content .flexBox .textBox .surface dl dt {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: #007440;
}
@media screen and (max-width: 1000px) {
  .utilize__content .flexBox .textBox .surface dl dt {
    font-size: 16px;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .textBox .surface dl dt {
    font-size: 16px;
  }
}
.utilize__content .flexBox .textBox .surface dl dd {
  flex: 1;
}
.utilize__content .flexBox .textBox .surface dl dd ul {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #007440;
}
@media screen and (max-width: 1000px) {
  .utilize__content .flexBox .textBox .surface dl dd ul {
    flex-direction: column;
  }
}
.utilize__content .flexBox .textBox .surface dl dd ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1000px) {
  .utilize__content .flexBox .textBox .surface dl dd ul li {
    width: 100%;
    padding: 2rem;
    align-items: center;
  }
}
.utilize__content .flexBox .textBox .surface dl dd ul li:not(:last-of-type) {
  border-right: 1px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .utilize__content .flexBox .textBox .surface dl dd ul li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px dotted #007440;
  }
}
.utilize__content .flexBox .textBox .surface dl dd ul li > span {
  color: #007440;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1000px) {
  .utilize__content .flexBox .textBox .surface dl dd ul li > span {
    font-size: 10px;
  }
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .textBox .surface dl dd ul li > span {
    font-size: 14px;
  }
}
.utilize__content .flexBox .textBox .surface dl dd ul li strong {
  color: #007440;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .utilize__content .flexBox .textBox .surface dl dd ul li strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .textBox .surface dl dd ul li strong {
    font-size: 28px;
  }
}
.utilize__content .flexBox .textBox .surface dl dd ul li strong span {
  color: inherit;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .utilize__content .flexBox .textBox .surface dl dd ul li strong span {
    font-size: 19px;
  }
}
@media screen and (max-width: 550px) {
  .utilize__content .flexBox .textBox .surface dl dd ul li strong span {
    font-size: 20px;
  }
}
.utilize__content .flexBox .textBox .surface dl dd ul li strong span sup {
  color: inherit;
  font-size: 0.7em;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: inherit;
}
.utilize a {
  width: 80%;
  margin: auto;
  padding: max(2.5rem, 25px) 2rem max(2.5rem, 25px) 20px;
}
@media screen and (max-width: 1000px) {
  .utilize a {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .utilize a {
    padding: 30px;
  }
}
.utilize a dl {
  display: flex;
}
@media screen and (max-width: 550px) {
  .utilize a dl {
    flex-direction: column;
  }
}
.utilize a dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 150px;
  padding-right: 2rem;
  font-size: max(1.8rem, 16px);
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .utilize a dl dt {
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.utilize a dl dd {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 10rem;
}
@media screen and (max-width: 550px) {
  .utilize a dl dd {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5%;
    padding-top: 20px;
  }
}
.utilize a dl dd p {
  font-size: max(1.4rem, 12px);
  line-height: 2;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .utilize a dl dd p {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .utilize a .line {
    top: 85%;
  }
}
.utilize a:nth-of-type(1) {
  background: #007440;
  margin-bottom: max(5rem, 30px);
}
.utilize a:nth-of-type(1) dl dt {
  color: #fff;
  border-right: 2px dotted #fff;
}
@media screen and (max-width: 550px) {
  .utilize a:nth-of-type(1) dl dt {
    border-right: none;
    border-bottom: 1px dotted #fff;
  }
}
.utilize a:nth-of-type(1) dl dd p {
  color: #fff;
}
.utilize a:nth-of-type(1) .line {
  background: rgba(255, 255, 255, 0.25);
}
.utilize a:nth-of-type(1) .line::before {
  background: #fff;
}
.utilize a:nth-of-type(1):hover {
  background: #def0ea;
}
.utilize a:nth-of-type(1):hover dt,
.utilize a:nth-of-type(1):hover dd p {
  color: #007440;
}
.utilize a:nth-of-type(1):hover dt {
  border-right: 2px dotted #007440;
}
@media screen and (max-width: 550px) {
  .utilize a:nth-of-type(1):hover dt {
    border-right: none;
    border-bottom: 1px dotted #007440;
  }
}
.utilize a:nth-of-type(1):hover .line {
  background: rgba(0, 116, 64, 0.25);
}
.utilize a:nth-of-type(1):hover .line::before {
  background: #007440;
}
.utilize a:nth-of-type(2) dl dt {
  color: #007440;
  border-right: 2px dotted #007440;
}
@media screen and (max-width: 550px) {
  .utilize a:nth-of-type(2) dl dt {
    border-right: none;
    border-bottom: 1px dotted #007440;
  }
}
.utilize a:nth-of-type(2) dl dd p {
  color: #007440;
}
.utilize a:nth-of-type(2):hover dt,
.utilize a:nth-of-type(2):hover dd p {
  color: #fff;
}
.utilize a:nth-of-type(2):hover dt {
  border-right: 2px dotted #fff;
}
@media screen and (max-width: 550px) {
  .utilize a:nth-of-type(2):hover dt {
    border-right: none;
    border-bottom: 1px dotted #fff;
  }
}/*# sourceMappingURL=nisetai.css.map */