@charset "UTF-8";
/*-------------------施設利用について-------------------*/
/*-------------------施設利用について-------------------*/
.second.facility.use .process .flow {
  display: flex;
}
.second.facility.use .process ul {
  padding: 0;
  list-style: none;
  width: 48%;
  margin: 0 1%;
}
.second.facility.use .process ul li {
  background-color: #cce4f3;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 5%;
  text-align: center;
  border-radius: 20px;
  margin: 30px auto;
  position: relative;
}
.second.facility.use .process ul:nth-child(2) li:nth-child(3) {
  background-color: #fad8db;
}
.second.facility.use .process ul:nth-child(2) li:last-child:after {
  display: none;
}
.second.facility.use .process ul li:after {
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  border-top-color: #ccc;
}
.second.facility.use .process ul li .no {
  font-family: Arial, Helvetica, "sans-serif";
  display: inline-block;
  background-color: #0078c2;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translate(-3%, -50%);
}
.second.facility.use .fee .fee_detail {
  background-color: #eee;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
}
.second.facility.use .fee .box {
  background-color: #ebf4fa;
  padding: 30px 5%;
  border-radius: 20px;
  margin-bottom: 30px;
}
.second.facility.use .fee .box01 {
  background-color: #fef7f8;
}
.second.facility.use .fee .box02 {
  background-color: #ebf5f1;
}
.second.facility.use .fee .box01 h5 {
  color: #e83a4d;
  border: solid 1px #e83a4d;
  padding: 10px 2%;
}
.second.facility.use .fee .box02 h5 {
  color: #008357;
  border: solid 1px #008357;
  padding: 10px 2%;
}
.second.facility.use .fee .box03 h5 {
  color: #0078c2;
  border: solid 1px #0078c2;
  padding: 10px 2%;
}
.second.facility.use .fee ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.second.facility.use .fee ul li {
  margin: 5px 0;
}
.second.facility.use .fee .dl_box {
  border-top: solid 1px #ccc;
  background-color: #fff;
  margin-top: 20px;
}
.second.facility.use .fee .dl_box dl {
  margin: 0;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #ccc;
}
.second.facility.use .fee .dl_box dl dt {
  width: 30%;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fce8e9;
  padding: 20px 0;
}
.second.facility.use .fee .dl_box dl dd {
  margin: 0;
  width: 70%;
  padding: 20px 5%;
}
.second.facility.use a {
  color: #0078c2;
}
/*-------------------施設利用申込要領-------------------*/
.second.facility.use_application .form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.second.facility.use_application .form ul li {
  background-color: #cce4f3;
  padding: 20px 5%;
  border-radius: 20px;
  margin: 10px auto;
}
.second.facility.use_application .form ul li h5 {
  margin: 0;
  border: none;
  font-size: 18px;
}
.second.facility.use_application .form ul li p {
  margin: 0;
}
.second.facility.use_application .dl_box {
  border-top: solid 1px #ccc;
  background-color: #fef7f8;
}
.second.facility.use_application .dl_box dl {
  margin: 0;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #ccc;
}
.second.facility.use_application .dl_box dl dt {
  width: 20%;
  font-weight: 500;
  display: flex;
  align-items: center;
  background-color: #fce8e9;
  padding: 20px 5% 20px 3%;
}
.second.facility.use_application .dl_box dl dd {
  margin: 0;
  width: 80%;
  padding: 20px 5%;
}
@media screen and (max-width:1050px) {
  /*-------------------施設利用について-------------------*/
  .second.facility.use .process .flow {
    display: block;
  }
  .second.facility.use .process ul {
    width: auto;
    margin: 0 auto;
  }
  .second.facility.use .process ul li {
    font-size: 16px;
    padding: 20px 5%;
  }
  .second.facility.use .fee .fee_detail {
    font-size: 16px;
    padding: 10px 5%;
    text-align: left;
    margin-bottom: 20px;
  }
  .second.facility.use .fee .box {
    margin-bottom: 20px;
  }
  .second.facility.use .fee .box01 h5 {
    padding: 10px 5%;
  }
  .second.facility.use .fee .box02 h5 {
    padding: 10px 5%;
  }
  .second.facility.use .fee .box03 h5 {
    padding: 10px 5%;
  }
  .second.facility.use .fee ul {
    padding: 0 0 0 25px;
  }
  .second.facility.use .fee .dl_box dl {
    display: block;
  }
  .second.facility.use .fee .dl_box dl dt {
    width: auto;
    display: block;
    padding: 13px 0 15px;
  }
  .second.facility.use .fee .dl_box dl dd {
    width: auto;
  }
  /*-------------------施設利用申込要領-------------------*/
  .second.facility.use_application .dl_box dl {
    display: block;
  }
  .second.facility.use_application .dl_box dl dt {
    width: auto;
    display: block;
    padding: 10px 5% 12px;
  }
  .second.facility.use_application .dl_box dl dd {
    width: auto;
  }
}