@charset "UTF-8";

#wrapper {
  position: absolute;
  background: url("../info/image/infoBg.jpg") no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#container {
  background: none;
  width: 100%;
  height: 100%;
}
#checkMark {
  position: absolute;
  z-index: 10;
  top: 20%;
}
#checkMark img {
}

#main-contents {
  position: relative;
  z-index:100;
  padding-top: 24px;
}
#main-contents .main-inner {
  width: 750px;
  margin: 0 auto;
}
#main-contents .main-inner h2 {
  margin-bottom: 24px;
}
#main-contents .main-inner .info-main-area {
  background: rgba(255,255,255,0.8);
  min-height: 200px;
  max-height: 450px;
  overflow: scroll;
}
#main-contents .main-inner .info-main-area dl {
  padding:  16px 8px;
}
#main-contents .main-inner .info-main-area dl div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
}
#main-contents .main-inner .info-main-area dt {
  margin-right: 16px;
  font-style: italic;
  font-size: 13px;
}
#main-contents .main-inner .info-main-area dd {
  font-size: 13px;
}

/* Break Point ======================================================================>>> 1024px以下 */
@media screen and ( max-width:1024px ){

  #main-contents .main-inner .info-main-area {
    width: 95%;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    min-height: 200px;
    max-height: 550px;
    overflow: scroll;
  }

}
/* END Break Point ==================================================================>>> 1024px以下 */





/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query *------------------------------------------
-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #wrapper {
    position: absolute;
    background: url("../info/image/infoBg.jpg") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  #container {
    background: none;
    width: 100%;
    height: 100%;
  }
  #checkMark {
    width: 100%;
  }
  #checkMark img {
    width: 100%;
    height: auto;
  }
  
  #main-contents { padding-top: 24px; }
  #main-contents .main-inner {
    width: 100%;
    margin: 0 auto;
  }
  #main-contents .main-inner h2 {
    width: 95%;
    margin: 0 auto 24px;
  }
  #main-contents .main-inner h2 img {
    width: 100%;
  }
  #main-contents .main-inner .info-main-area {
    width: 95%;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    min-height: 200px;
    max-height: 500px;
    overflow: scroll;
  }
  #main-contents .main-inner .info-main-area dl {
    padding:  16px 8px;
  }
  #main-contents .main-inner .info-main-area dl div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
  }
  #main-contents .main-inner .info-main-area dt {
    margin-right: 16px;
    font-style: italic;
    font-size: 13px;
  }
  #main-contents .main-inner .info-main-area dd {
    font-size: 13px;
  }
}

