@charset "UTF-8";
.clear {
  clear: both;
}

.clearfix {
  zoom: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

a:link {
  color: #0B8BD2;
}

a:visited {
  color: #0B8BD2;
}

a:hover {
  text-decoration: none;
}

.linkBox {
  cursor: pointer;
}

body {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  /* FireFox リンク選択時の点線を消す　*/
  overflow: hidden;
  outline: none;
}

.ov:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
}

.ovImg:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
}

table {
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

/**********************************

 layout

***********************************/
#wrap {
  background-color: #f5f5f5;
}

#header {
  padding: 20px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}

.head_inner {
  max-width: 960px;
  width: 93.75%;
  margin: 0 auto;
}

.head_ttl {
  float: left;
  font-size: 186%;
  font-weight: bold;
  line-height: 1.2;
}

.head_ttl-small {
  font-size: 158%;
}

.head_logo {
  float: right;
}

#contents {
  max-width: 960px;
  width: 93.75%;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.cont_inner {
  padding: 50px;
}

.cont_inner_complete {
  padding: 180px 50px 220px;
}

#footer {
  padding: 25px 0 35px;
}

.foot_copy {
  font-size: 86%;
  color: #777777;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #wrap {
    background-color: #fff;
  }

  #header {
    padding: 15px 0;
    margin-bottom: 12px;
  }

  .head_ttl {
    font-size: 117%;
  }

  .head_logo {
    /*width: 70px;
    height: 40px;*/
  }
  .head_logo img {
    height: 40px;
  }

  #contents {
    border: none;
  }

  .cont_inner {
    padding: 0;
  }

  .cont_inner_complete {
    padding: 80px 0;
  }

  #footer {
    padding: 12px 0 17px;
  }

  .foot_copy {
    font-size: 72%;
  }
}
