@charset "UTF-8";
/* CSS Document */
.mainContents {
    padding-top: 6.3rem;
}
.Maxwidth {
    width: 100%;
}
.containerMaxwidth {
    max-width: 106rem;
    margin: 0 auto;
}
.ttl-wrapper {
    background-color: rgba(20, 19, 79, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title {
    background-image: url("../../service/ga/img/topBnr01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 4rem;
}
.main-ttl {
    max-width: 106rem;
    margin: 0 auto;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    padding: 3rem 0;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.main-ttl-e, .main-ttl-span {
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-weight: bold;
    margin-right: 0.3rem;
}
.main-ttl-span {
    font-size: 2.8rem;
  letter-spacing: 0.01em;
    display: block;
    color: red;
}
.inquiry-Btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../../service/ga/img/topBnr01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 1.6rem;
}
.inquiry-Btn {
    display: inline-block;
    background-color: rgba(20, 19, 79, 0.5);
    padding: 1rem 3rem;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.sub-ttl, .main-txt {
    width: 80%;
}
.sub-ttl {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 0 0 2rem;
}
.main-txt {
    margin: 0 auto 4rem;
}
.img-60 {
    display: block;
    width: 60%;
    margin: 0 auto 4rem;
}
.font-w-bold {
    font-weight: bold;
    color: #14134f;
}
.btn-area{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	margin: 5rem 0;
}
.userguide-form{
	  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 1.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
	margin: 1rem;
	font-size: 2rem ;
}
.userguide-form:hover {
  background: #00bcd4;
  color: white;
} 
.inquiry-form{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 1.5em;
  text-decoration: none;
  color: #000080;
  background: #ECECEC;
  transition: .4s;
  margin: 1rem;
  font-size: 2rem ;
}
.inquiry-form:hover {
  background: #000080;
  color: white;
} 
.totop-btn{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 1.5em;
  text-decoration: none;
  color: #E35353;
  background: #ECECEC;
  transition: .4s;
  margin: 1rem;
  font-size: 2rem ;
}
.totop-btn:hover {
  background: #E35353;
  color: white;
} 
/* エルコアお問い合わせフォーム */
.elq-form {
  margin-bottom: 7rem;
}
@media screen and (max-width:979px) {
    .mainContents {
        padding: 2rem 0 0;
    }
    .containerMaxwidth {
        width: 100%;
        margin: 0 auto;
        padding: 0 2rem;
    }
	.inquiry-form,
	.userguide-form,
	.totop-btn{
		font-size: 1.8rem;
	}

}
@media screen and (max-width:599px) {
    .mainContents {
        padding-top: 1rem;
        width: 100%;
    }
    .main-ttl {
        font-size: 2.4rem;
    }
    .main-ttl-e {
        font-size: 2.6rem;
    }
    .sub-ttl {
        font-size: 1.8rem;
    }
    .title, .img-60, .main-txt {
        margin-bottom: 2rem;
    }
    .sub-ttl, .main-txt, .img-60 {
        width: 100%;
    }
    .inquiry-Btn {
        font-size: 1.4rem;
        border-radius: 10px;
    }
  .inquiry-Btn-box {
    margin-bottom: 2rem;
  }
	.inquiry-form,
	.userguide-form,
	.totop-btn{
		font-size: 1.5rem;
	}

}