a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
    outline: none;
    color: var(--link-main-color);
}
select {
    outline: none;
    font-size: 16px;
    height: 40px;
    padding: 0 8px;
    vertical-align: bottom;
}
h1 {
	font-size: 1.4rem;
}

::placeholder {
  color: #888;
}
.homeRegFormWrap h4 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
.secHome {
    padding: 7rem 0 8rem;
}
.secTtl1 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
.hfuCardSlide {
    margin-top: 5rem;
    padding: 0 2rem;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-button-next, .swiper-button-prev {
    width: 5.4rem;
    height: 5.4rem;
    top: calc(50% - 1.35rem);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.hRegForm input:not([type=radio]):not([type=checkbox]):not([type=search]):not([type=button]):not([type=submit]):not([type=file]) {
    background: #FFF;
    border: 1px solid #7B7B7B;
    padding: 0 1.2rem;
    outline: none;
    font-size: 1.2rem;
    height: 4rem;
}

.flexAc {
    align-items: center;
}
.flexCols {
    display: flex;
    flex-wrap: wrap;
}
.hReg_item {
	margin-bottom: 20px;
}
.hReg_item-ttl {
    font-size: 1.0rem;
    font-weight: 700;
}
.hRegForm .label-classif {
    margin-left: 1rem;
}
.homeRegFormWrap label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.hRegForm input[type=radio] {
    width: 2.2rem;
    height: 2.2rem;
    margin-bottom: 3px;
    vertical-align: middle;
}
.hRegForm input:not([type=radio]):not([type=checkbox]):not([type=search]):not([type=button]):not([type=submit]):not([type=file]) {
    background: #FFF;
    border: 1px solid #7B7B7B;
    padding: 0 1.2rem;
    outline: none;
    font-size: 1.2rem;
    height: 4rem;
	width: 100%;
}
.hReg_consent_txt {
    font-size: 1rem;
}
.hRegForm input[type=checkbox] {
    width: 2.2rem;
    height: 2.2rem;
    vertical-align: middle;
}
.homeRegFormWrap label span {
    vertical-align: middle;
	font-size: 1rem;
}
.hReg_note1 {
    font-size: 1rem;
    font-weight: 700;
}
.btn-submit1 {
    background-color: #0067BF;
    border-radius: 2rem;
    color: #FFF;
    display: block;
    width: 100%;
	padding: 0 1rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin: auto;
}

@media screen and (min-width: 769px) {
	.homeRegFormWrap {
	    background-color: #fff;
	    padding: 0 1.5rem 1,5rem;
	    top: 240px;
		left: 30%;
		width: 70%;
	}
    .pc-mt-3 {
        margin-top: 3rem;
    }
    .pc-mt-2-5 {
        margin-top: 2.5rem;
    }
    .pc-mt-2 {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 769px) {
	.homeRegFormWrap {
	    background-color: #fff;
	    padding: 1rem 1rem 1rem;
	    top: 240px;
		left: 30%;
		width: 100%;
	}
}

