@charset "utf-8";
/*****************************************
	regのcss
******************************************/
p,ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin: 0;
    padding: 0;
}
ol, ul {
    letter-spacing: -.40em;
}
li {
    letter-spacing: normal;
    list-style-type: none;
}
img {
    display: block;
    border: 0;
    width: 100%;
}
a {
    text-decoration: none;
}
body {
    color: #010101;
    font-size: 12px;
    -webkit-box-sizing:border-box;
    -webkit-text-size-adjust: 100%;
}
#bottomContent .freeHead {
    bottom: 0;
}
.regKv {
    background-image: url(/reg/img/reg1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #f5ebc9;
    position: relative;
    z-index: 0;
}
.regKvOnW {
    position: absolute;
    top: 150px;
    height: 200px;
    margin: auto;
    width: 94%;
    right: 60%;
}
.regC1 {
    line-height: 1.85;
}
.regKvWrap, .regTwrap {
    margin-bottom: 70px;
}
.cntIn h3 {
    color: #606060;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
}
.cntIn h3 >span > span {
    display: block;
}
.imgRWrap h3 {
    width: 44%;
}
.imgRWrap {
    font-size: 0;
}
.imgRWrap > div {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 50%;
}
.imgRWrap .regImg {
}
.imgRWrap .regTxt {
    padding: 0 6% 0 0;
}
h2.regKvOn {
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    color: #606060;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    padding: 20px
}
.btnT4 a {
    background-color: #808080;
    color: #fff !important;
}
.c3w2 .bTn >*:first-child {
    margin-bottom: 20px;
}
.cnt:last-child {
    padding-bottom: 300px;
}
@media screen and (min-width: 769px) {
    .regKv {
        height: 450px;
    }
    .regKvOnW {
        max-width: 340px;
    }
    .regTxt p:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1059px) {
    .regKv {
        background-position: 30% top;
    }
    .regKvOnW {
        right: auto;
        left: 3%;
    }
}
@media screen and (max-width: 768px) {
    .regKv {
        background-image: url("/reg/img/reg1s.jpg");
        height: 0;
        padding-top: 96%;
    }
    .regKvOnW {
        left: 3%;
        width: 75%;
        top: 52%;
        height: auto;
    }
    h2.regKvOn {
        font-size: 4.6vw;
    }
    .regKvWrap, .regTwrap {
        margin-bottom: 30px;
    }
    .imgRWrap h3,
    .imgRWrap > div {
        width: 100%;
    }
    .imgRWrap .regTxt {
        padding-right: 0;
    }
    .regTxt p {
        margin-bottom: 30px;
    }
    .cnt:last-child {
        padding-bottom: 340px;
    }
}
@media screen and (max-width: 520px) {
    h2.regKvOn {
        padding: 0.8em;
    }
    .cntIn h3 {
        font-size: 20px;
    }
    .regTxt p {
        margin-bottom: 20px;
    }
}