<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#model .sec01 {
  padding-bottom: 60px;
}

#model .sec01 .service {
  padding: 30px 35px;
  border: 2px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#model .sec01 .service .box {
  flex: 0 0 460px;
  margin-bottom: 40px;
}
#model .sec01 .service .box:nth-child(5) ,
#model .sec01 .service .box:nth-child(6) {
  margin-bottom: 0;
}

#model .sec01 .service .box .title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #595955;
  letter-spacing: -0.02em;
}

#model .sec01 .service .box .text {
  margin-bottom: 15px;
  line-height: 1.75;
}

#model .sec01 .service .box .list li {
  list-style: disc;
  list-style-position: inside;
  font-size: 1.2rem;
  line-height: 1.75;
}

#model .sec02 {
  padding-bottom: 160px;
}

#model .sec02 .modelList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#model .sec02 .typeTitle {
  margin: 30px 0 40px;
  padding-bottom: 5px;
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#model .sec02 .typeTitle span {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: normal;
}
#model .sec02 .modelList .box {
  flex: 0 0 480px;
  margin-bottom: 40px;
}

#model .sec02 .modelList .box .title {
  background: #F6BD03;
  position: relative;
  color: #595955;
  font-weight: 595955;
  padding: 8px 5px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.28571;
}

#model .sec02 .modelList .box .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #F6BD03 transparent transparent transparent;
}

#model .sec02 .modelList .box ul li {
  border: 2px solid #ccc;
  display: table;
  width: 100%;
  padding: 12px 0;
  margin-top: 24px;
  position: relative;
}

#model .sec02 .modelList .box ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4px;
  height: 16px;
  background: #343434;
}

#model .sec02 .modelList .box ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 16px;
  height: 4px;
  background: #343434;
}

#model .sec02 .modelList .box ul li:first-child:before, #model .sec02 .modelList .box ul li:first-child:after {
  display: none;
}

#model .sec02 .modelList .box ul li .icon {
  display: table-cell;
  width: 75px;
  text-align: center;
  vertical-align: middle;
}

#model .sec02 .modelList .box ul li .textArea {
  display: table-cell;
  vertical-align: middle;
}

#model .sec02 .modelList .box ul li .textArea .item {
  padding-right: 10px;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: 700;
}

#model .sec02 .modelList .box .textArea .item sup,
#model .sec02 .modelList .box .textArea .item span {
  font-weight: normal;
  font-size: 1.2rem;
}

#model .sec02 .modelList .box ul li .textArea .term {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
}

#model .sec02 .modelList .box .notice {
  margin: 10px 0 0 0;
  font-size: 1.2rem;
  color: #999;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  #model .sec01 {
    padding-bottom: 40px;
  }
  #model .sec01 .service {
    padding: 20px;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  #model .sec01 .service .box {
    margin-bottom: 30px;
    flex: 0 0 auto;
  }
  #model .sec01 .service .box:nth-child(5) {
    margin-bottom: 30px;
  }
  #model .sec01 .service .box .title {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    color: #595955;
  }
  #model .sec01 .service .box .text {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #model .sec01 .service .box .list li {
    margin: 0 0 5px 1.5em;
    list-style: disc;
    list-style-position: outside;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  #model .sec02 {
    padding-bottom: 80px;
  }
  #model .sec02 .typeTitle {
    margin: 30px 0 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  #model .sec02 .type:last-child .typeTitle {
    margin: 40px 0 20px;
  }
  #model .sec02 .modelList {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  #model .sec02 .modelList .box {
    flex: 0 0 auto;
    margin: 30px 0 0;
  }
  
  #model .sec02 .modelList .box:first-child {
    margin-top: 10px;
  }
  #model .sec02 .modelList .box .title {
    font-size: 1.5rem;
    line-height: 1.28571;
  }
  #model .sec02 .modelList .box ul li .textArea {
    display: table-cell;
    vertical-align: middle;
  }
  #model .sec02 .modelList .box ul li .textArea .item{
    font-size: 1.5rem;
  }

  #model .sec02 .typeTitle span {
    display: block;
  }
}
</pre></body></html>