@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);
  background-position: center center,bottom 30% center;
}

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

PC設定

------------------------------------------------*/
@media all and (min-width: 768px) {
  #container.lower_page #contents .history {
    background-color: #efefef;
    padding: calc(90px * 0.85) 0;
  }
  #container.lower_page #contents .history .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;
  }
  #container.lower_page #contents .history .wrapper dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: calc(16px * 1.125);
  }
  #container.lower_page #contents .history .wrapper dl div:nth-of-type(even) {
    background-color: #fafafa;
  }
  #container.lower_page #contents .history .wrapper dl div dt {
    width: 20%;
    min-width: 160px;
    padding: 1em;
    border-right: 1px dashed #ccc;
    text-align: right;
  }
  #container.lower_page #contents .history .wrapper dl div dd {
    width: 80%;
    max-width: calc(100% - 160px);
    padding: 1em 1.5em;
  }
}

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

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
  #container.lower_page #contents .history {
    background-color: #efefef;
    padding: calc(70px * 0.85) 0;
  }
  #container.lower_page #contents .history .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;
  }
  #container.lower_page #contents .history .wrapper dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: calc(14.4px * 1.125);
  }
  #container.lower_page #contents .history .wrapper dl div:nth-of-type(even) {
    background-color: #fafafa;
  }
  #container.lower_page #contents .history .wrapper dl div dt {
    width: 20%;
    min-width: 140px;
    padding: 1em;
    border-right: 1px dashed #ccc;
    text-align: right;
  }
  #container.lower_page #contents .history .wrapper dl div dd {
    width: 80%;
    max-width: calc(100% - 140px);
    padding: 1em 1.5em;
  }
}

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

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
  #container.lower_page #contents .history {
    background-color: #efefef;
    padding: calc(45px * 0.85) 0;
  }
  #container.lower_page #contents .history .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;
  }
  #container.lower_page #contents .history .wrapper dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: calc(12.8px * 1.125);
  }
  #container.lower_page #contents .history .wrapper dl div:nth-of-type(even) {
    background-color: #fafafa;
  }
  #container.lower_page #contents .history .wrapper dl div dt {
    width: 100%;
    padding: 1em 1em 0;
    text-align: center;
  }
  #container.lower_page #contents .history .wrapper dl div dd {
    width: 100%;
    padding: 0 1.5em 1em;
    border-bottom: 1px dashed #ccc;
  }
  #container.lower_page #contents .history .wrapper dl div:not(:last-of-type) dd:last-child {
    border-bottom: 1px solid #ccc;
  }
  #container.lower_page #contents .history .wrapper dl div:last-of-type dd {
    border-bottom: none;
  }
}