<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#c{
  color: #464646;
  font-size: 1.6rem;
}
.fs12{
  font-size: 1.2rem;
  line-height: 1.5;
}
.b,
#form dl{
  max-width: calc(784px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  text-align: left;
}
#main{
  padding-top: 4rem;
  margin-bottom: 6rem;
}
#main p{
  padding-top: 2rem;
}
#nav{
  background: #ffbf1b;
  margin-bottom: 10rem;
}
#nav p{
  display: flex;
  max-width: 784px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
#nav p a{
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 0 calc(1rem + 8px);
  position: relative;
  border-left: solid 1px #fff;
  text-decoration: none;
  opacity: 1;
}
#nav p a:hover{
  opacity: 0.7;
}
#nav p a:last-child{
  border-right: solid 1px #fff;
}
#nav p a:before{
  content: '';
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transform-origin: 25% 65%;
  transition: all .5s;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 4px);
}
#s1{
  padding-bottom: 8rem;
}
#c .img{
  text-align: center;
  margin: 3rem auto;
}
#c h2{
  text-align: center;
  margin-bottom: 4rem;
}
#c h3{
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 3rem;
  line-height: 9rem;
}
#c p+h3{
  margin-top: 8rem;
}
#s1 h3{
  margin-bottom: 4rem;
}
#s1 h3:before{
  content:"";
  background:url("../images/setplan/s1-icon1.png") no-repeat left top / contain;
  width: 86px;
  height: 86px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}
#s1 h3.s1-1:before{
  background:url("../images/setplan/s1-icon1.png") no-repeat left top / contain;
}
#s1 h3.s1-2:before{
  background:url("../images/setplan/s1-icon2.png") no-repeat left top / contain;
}
#s1 h3.s1-3:before{
  background:url("../images/setplan/s1-icon3.png") no-repeat left top / contain;
}
#c h3:after{
  content:"";
  display: inline-block;
  background: #d9d9d9;
  width: 60px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
#c .caption{
  background: #f7f7f7;
  border-radius: 10px;
  padding: .5rem 1.5rem;
  margin: 2rem;
}
#s2{
  padding: 8rem 2rem;
  background: #F7F7F7;
}
#s2 ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
#s2 ul li{
  margin: 0 1rem 1rem;
}
#c .cond{
  margin-top:8rem;
  padding-bottom: 2rem;
  background: #fff;
  border-radius: 10px;
}
#s3{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#s3 dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
#s3 dl:last-of-type{
  margin-bottom: 0;
}
#s3 dl:not(:last-of-type):after{
  content:"";
  display: inline-block;
  width: 3px;
  height: 20px;
  background: url("../images/setplan/line.png") no-repeat left top / contain;
  position: absolute;
  left: 54px;
  bottom: -20px;
}
#s3 dl dd{
  flex:1;
  padding-left: 2rem;
}
#s3 dl dd .ttl{
  font-weight: bold;
  font-size: 2.2rem;
}
#s4{
  padding: 8rem 0;
  background: #f7f7f7;
}
#s4 dl{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 1rem;
}
#s4 dl dt{
  font-size: 2rem;
  font-weight: bold;
  color: #f88600;
  margin-bottom: calc(1rem + 10px);
  position: relative;
  padding-left: calc(36px + 1rem);
  line-height: 1.5;
  min-height:36px;
}
#s4 dl dt:before{
  content:"";
  background:url("../images/setplan/icon-q.svg");
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
}
#s4 dl dd{
  position: relative;
  padding-left: calc(36px + 1rem);
  line-height: 1.5;
  min-height:36px;
}
#s4 dl dd:before{
  content:"";
  background:url("../images/setplan/icon-a.svg");
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
}
#form{
  padding: 8rem 0;
}
#form dl input[type="text"],
#form dl input[type="tel"],
#form dl input[type="email"],
#form dl textarea,
#form dl select{
  width: calc(100% - 2rem);
  background: #F7F7F7;
  border:none;
  border-radius: 3px;
  max-width: 9999px;
  padding: 1rem;
}
#form dl input#zip{
  max-width: 18rem;
}
#form dl dt{
  font-weight: bold;
  margin: 2rem 0 1rem;
}
#form dl dt.hissu:after{
  content:"";
  background:url("../images/setplan/icon-hissu.svg") no-repeat left top / contain;
  display: inline-block;
  width: 48px;
  height: 24px;
  vertical-align: middle;
  margin-left: 1rem;
  margin-top: -.5rem;
}
#form .submit{
  margin-top: 6rem;
}
#form .submit #formbtn{
  background:url("../images/setplan/s5-btn.svg") no-repeat left top / contain;
  width: 248px;
  height: 64px;
  border:none;
  text-indent: -9999px;
  cursor:pointer;
  opacity: 1;
}
#form .submit #formbtn:hover{
  opacity: 0.7;
}
.cvbtn{
  text-align: center;
  padding-top: 8rem;
}

@media screen and (max-width: 960px) {
#c {
  font-size: 1.2rem;
}
.fs12 {
  font-size: 1rem;
}
#main {
  padding-top: 2rem;
  margin-bottom: 3rem;
}
#nav {
  margin-bottom: 5rem;
}
#nav p a {
  width: 50%;
  border-left: none;
  border-right: none !important;
  border-bottom: solid 1px #fff;
}
#nav p a:nth-of-type(2n) {
  width: 50%;
  border-left: solid 1px #fff;
}
#c h2 {
  margin-bottom: 2rem;
}
#c h2 img{
  height:min(7vw,51px);
}
#c h3 {
  font-size: 1.8rem;
  line-height: 6rem;
  margin-bottom: 2rem;
}
#c p + h3 {
  margin-top: 4rem;
}
#s1 {
  padding-bottom: 4rem;
}
#s1 h3:before {
  width: 43px;
  height: 43px;
}
#c .caption {
  margin: 2rem 0;
}
.cvbtn {
  padding-top: 4rem;
}
#s2 {
  padding: 4rem 2rem;
}
#c .cond{
  margin-top:4rem;
}
#c .map {
  margin-bottom: 4rem;
}
#s3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#s3 dl {
  align-items:flex-start;
}
#s3 dl dt img{
  width: 55px;
}
#s3 dl dd .ttl {
  font-size: 1.6rem;
}
#s3 dl:not(:last-child)::after {
  content: none;
}
#s3 dl dd {
  margin-top: -.5rem;
  padding-left: 1rem;
}
#s4 {
  padding: 4rem 0;
}
#s4 dl {
  margin: 0 2rem 2rem;
}
#s4 dl dt {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#form {
  padding: 4rem 0;
}
#form dl dt.hissu::after {
  width: 24px;
  height: 12px;
  margin-left: .5rem;
  margin-top: -.2rem;
}
#form .submit {
  margin-top: 3rem;
}
}
</pre></body></html>