@charset "utf-8";

/* ------------------------------------------- */
/* close */
/* ------------------------------------------- */

#header {
	display: none;
}

#container{
  text-align: center;
  @media screen and (max-width: 767px) {
    padding: 0 2rem;
  }
}

.title-set {
	margin-bottom: 6rem;
  @media screen and (max-width: 767px) {
    margin-bottom: 3rem;
  }

	.set-main {
		font-size: 4rem;
		font-weight: bold;
		margin-bottom: 2rem;
    @media screen and (max-width: 767px) {
      margin-bottom: 1rem;
      font-size: 2.4rem;
    }
	}
	.set-spell {
		font-weight: 700;
		font-size: 2.6rem;
		line-height: 3.1rem;
		color: #2987d9;
    @media screen and (max-width: 767px) {
      font-size: 1.4rem;
    }
	}
}

.sub-title {
	margin-bottom: 4rem;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3.4rem;
	color: #000000;
  @media screen and (max-width: 767px) {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

.close-detail {
	margin-bottom: 6rem;
	font-weight: 400;
	font-size: 2rem;
	line-height: 200%;
	color: #000000;
  @media screen and (max-width: 767px) {
    margin-bottom: 5rem;
    font-size: 1.4rem;
  }
}

.copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
	padding: 2.4rem 0;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 200%;
	color: #000000;
  text-align: center;
	border-top: 0.1rem solid #838383;
  @media screen and (max-width: 767px) {
    padding: 1rem 0;
    font-size: 1rem;
  }
}


.common-btn.type01 .cover {
  color: #fff;
  background-color: #004f93;
  border-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
	.common-btn.type01 .cover:hover {
		color: #004f93;
		background-color: #fff;
		border-color: #004f93;
	}
}


.common-btn.type01 .cover:after {
  background-size: 0, 100% auto;
}
@media (hover: hover) and (pointer: fine) {
	.common-btn.type01 .cover:hover:after {
		background-size: 100% auto, 0;
	}
}
