@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/
.fv {
  width: 100%;
  height: 387px;
  background-image: url(../images/under-fv.webp);
}
.fv .inner {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
}
.fv h2{
  font-size: 6.8rem;
  font-style: italic;
  font-weight: 500;
  color: #fff;
  width: 100%;
}
.fv p{
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  color: #fff;
}
section {
  padding: 0px 0 100px 0;
  margin-top: 100px;
}
section .inner {
  width: 750px;
}
section,
section a{
  color: #333333;
  text-align: left;
  font-weight: bold;
}
section a{
  text-decoration: underline;
}
section dt{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.3;
}
section dd{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 20px;
}

/**********************************************************/
/* SP */
/**********************************************************/
@media screen and (max-width:767px){
.fv {
    width: 100%;
    height: 360px;
    background-image: url(../images/under-fv_sp.webp);
}
.fv .inner {
    display: block;
}
.fv h2 {
    font-size: 3.2rem;
}  
.fv p {
    font-size: 1.4rem;
}  
section {
  padding: 0px 0 80px 0;
  margin-top: 80px;
}
section .inner {
    width: 100%;
    padding: 0 20px;
}  
section dt {
    font-size: 1.6rem;
}  
section dd {
    margin-bottom: 20px;
}
  
  
  
  
}