@charset "utf-8";

@media print,screen and (min-width : 501px) {

.qa dl{
  margin-top: 40px;
}
.qa dl dt{
  color: #c0282c;
  font-family:"NotoSansJP-6";
  font-size:2.0rem;
}
.qa dl dd{
  padding: 10px;
}
.qa dl dd strong{
  display: block;
  font-size:1.8rem;
  margin-bottom: 10px;
}
.qa dl dd ul{
  margin: 10px 0;
}
.qa dl dd ul li{
  margin: 0px 10px 0px 24px;
  list-style-type: disc;
}


#srv-flow{
  margin-top: 80px;
  display:flex;
  justify-content: center;
}
#srv-flow a{
  background-color: #0f7039;
  color: #fff;
  padding: 10px;
  width: 300px;
  text-align: center;
  font-family:"NotoSansJP-5";
  font-size:1.8rem;
  margin: 0 40px;
}


.footermsg{
  margin-top: 80px;
  text-align: center;
  font-size:1.8rem;
  line-height: 2;
}




}
@media screen and (max-width : 500px) {


.qa dl{
  margin-top: 40px;
}
.qa dl dt{
  color: #c0282c;
  font-family:"NotoSansJP-6";
  font-size:1.8rem;
}
.qa dl dd{
  padding: 10px;
}
.qa dl dd strong{
  display: block;
  font-size:1.6rem;
  margin-bottom: 10px;
}
.qa dl dd ul{
  margin: 10px 0;
}
.qa dl dd ul li{
  margin: 0px 10px 0px 24px;
  list-style-type: disc;
}


#srv-flow{
  margin-top: 40px;
}
#srv-flow a{
  display: block;
  width: 100%;
  background-color: #0f7039;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family:"NotoSansJP-5";
  font-size:1.8rem;
  margin-top: 10px;
}


.footermsg{
  margin-top: 20px;
  text-align: center;
  line-height: 2;
  font-size:1.6rem;
}




}
