@charset "utf-8";
header{
  position:absolute;
  background: rgba(255,255,255,.5);
}
#wrapper{
  padding-top:145px;
}
@media(max-width:780px){
  #wrapper{
    padding-top:100px;
  }
}
@media(max-width:420px){
  #wrapper{
    padding-top:80px;
  }
}
.kiyakulist section{
  margin:0 !important;
  padding: 80px 3%;
  background: #f7f7f7;
}
.kiyakulist section h1{
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 1em;
  text-align: center;
  color: #00a5e6;
}
@media(max-width:780px){
  .kiyakulist section h1{
    font-size: 26px;
  }
}
@media(max-width:480px){
  .kiyakulist section h1{
    font-size: 22px;
  }
}

.catch_content{
  text-align: center;
  margin-bottom:3rem;
}

.kiyakulist section article{
  max-width: 1000px;
  margin: auto;
}
.kiyakulist section dl{
  margin-bottom:5rem;
}

.kiyakulist section dt{
  color: #1e4480;
  border-top: solid 1px #1e4480;
  border-bottom: solid 1px #1e4480;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 1em 0;
  margin: 2em 0;
}

section article dt,section article dd{
  display:flex;
  font-size: 16px;
  line-height:1.7;
}
section article dt{
  align-items: center;
  font-weight: bold;
  margin-bottom:25px;
  color: #1e4480;
}
section article dl a{
  text-decoration: underline;
}
section article dl li{
  margin-bottom:5px;

  &:before{
    display:inline-block;
    margin-right:5px;
    content:"・";
  }
}

footer{
  margin-top:0;
}




@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
