@charset "utf-8";
/* ホバー半透明 */

.schedule1 a {
  transition: all 600ms;
  margin-top: 32px;
}

.schedule1 a :hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 600ms;
}

/******
		contents
					******/
body {
}

header {
  position: relative;
  background-attachment: fixed;
  height: 80px;
  box-shadow: 0 1px 5px gray;
  background: #fff;
}

.top-box {
  margin: 64px 0;
}

.head-logo {
  position: absolute;
  top: 12px;
  left: 45px;
}

.top-text {
  font-size: 14px;
}

.topsub {
  display: inline-block;
  font-size: 18px;
  margin: 32px 0;
}

.process {
  margin: 32px 0;
}

.sec-alert {

}

.alert-box {
  border: 1px solid #000;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 32px 32px;
}

.alert-head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.alert-text {
  text-align: left;
  margin-top: 32px;
  font-size: 14px;
  line-height: 200%;
}

.main-title h2 {
  margin: 54px 0 18px;
  padding: 16px 10px 15px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 700;
  background: #f3f3f3;
  text-align: left;
  line-height: 2.3;
  letter-spacing: .05rem;
  text-indent: 1em;
}

.main-text {
  margin: 32px 0;
}

.button-box {
  width: 350px;
  margin: auto;
}

#footer_main {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 64px;
  background: #000;
  color: #fff;
}

.privacy {
  margin-top: 16px;
  text-decoration: underline;
}

.law {margin-top: 8px;color: #F2F4F4;font-size: 12px;}
a:link {color: #F2F4F4;}
a:visited {color: #fff;}
