@charset "UTF-8";
/* ----------------------------------------------
スライダーイメージ
------------------------------------------------*/
#container.lower_page #topImage div.image_area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../image/topImage.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../image/topImage.jpg);
}

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 768px) {
  #container.lower_page #contents .pv {
    background-color: #efefef;
    padding: calc(90px * 0.85) 0;
  }
  #container.lower_page #contents .pv .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
    padding: calc(90px * 0.55) 9%;
  }
}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
  #container.lower_page #contents .pv {
    background-color: #efefef;
    padding: calc(70px * 0.85) 0;
  }
  #container.lower_page #contents .pv .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
    padding: calc(70px * 0.55) 9%;
  }
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
  #container.lower_page #contents .pv {
    background-color: #efefef;
    padding: calc(45px * 0.85) 0;
  }
  #container.lower_page #contents .pv .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
    padding: calc(45px * 0.55) 9%;
  }
}

#container.lower_page #contents .pv dl {
  padding: 0 5%;
  margin-bottom: 2rem;
}

@media all and (max-width: 520px) {
  #container.lower_page #contents .pv dl {
    padding: 0;
  }
}

#container.lower_page #contents .pv dl dt {
  font-size: 18px;
  margin-bottom: 0.5em;
}

#container.lower_page #contents .pv dl dd {
  padding-left: 1rem;
  text-indent: 1rem;
}

#container.lower_page #contents .pv dl ol {
  padding-left: 2rem;
  text-indent: -1rem;
  margin: 0.5em 0 1em;
}
