@charset "UTF-8";
/* =====================================
	entry
===================================== */

header nav ul li a{
    color: #000;
}

.visual{
    width: 100%;
    padding: 200px 40px 125px;
}

.visual h1{
    max-width: 1220px;
    margin: 0 auto;
    font-size: 8.67vw;
    font-weight: bold;
    color: #3b7e9b;
    line-height: 1;
}

.visual h1 small{
    font-size: 1.33vw;
    display: block;
    margin-bottom: -0.5vw;
}

main .entry{
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}

main .entry dl{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

main .entry dl dt{
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 16px;
}

main .entry dl dt span{
    color: #d41e18;
}

main .entry dl dt span.ninni{
    color: #929292;
}

main .entry dl dd{
    padding-bottom: 34px;
}

.inputType01{
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 28px 30px;
}

::placeholder{
    color: #929292;
    font-family: "Noto Sans JP", sans-serif;
}

select{
    position: relative;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 2.0rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    padding: 28px 30px;
    color: #929292;
}

.select{
    position: relative;
    width: 100%;
}

.select::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #3b7e9b url("../img/common/arrow02.svg") no-repeat center;
    background-size: 14px auto;
    z-index: 10;
}

main .entry dl .privacy div{
    width: 100%;
    height: 290px;
    background: #fff;
    padding: 34px 40px;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.67;
    color: #000;
    border: 1px solid #ccc;
    overflow-y: scroll;
    margin-top: 48px;
}

main .entry dl .privacy div ul li{
    margin-left: 1em;
    padding-left: 1em;
    text-indent: -1em;
}

main .entry dl .privacy dt{
    padding-bottom: 45px;
}

main .entry dl .privacy dd{
    width: 100%;
    font-size: 2.0rem;
    font-weight: normal;
    color: #3b7e9b;
    line-height: 1;
    padding-bottom: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="checkbox"]{
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 20px 0 0;
    cursor: pointer;
    vertical-align: text-bottom;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] + label{
    cursor: pointer;
}

input[type="checkbox"]:checked:before{
    position: absolute;
    top: 3px;
    left: 10px;
    transform: rotate(50deg);
    width: 12px;
    height: 19px;
    border-right: 3px solid #3b7e9b;
    border-bottom: 3px solid #3b7e9b;
    content: '';
}

.submitArea{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.9rem;
    font-weight: normal;
    line-height: 1;
    color: #000;
}

.submitArea input[type="submit"]{
    width: 274px;
    height: 60px;
    border-radius: 30px;
    background: #3b7e9b url("../img/common/arrow03.svg") no-repeat center right 28px;
    background-size: 12px auto;
    border: none;
    font-size: 1.7rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #fff;
    text-align: left;
    padding: 0 30px;
    cursor: pointer;
}




@media screen and (max-width: 768px) {

.visual{
    padding: 24vw 5.2vw 14.32vw;
}

.visual h1{
    font-size: 16.927vw;
}

.visual h1 small{
    font-size: 3.3854167vw;
    margin-top: -1vw;
}

main .entry{
    padding: 0 5.46875vw;
    margin: 0;
}

main .entry dl dt{
    font-size: 3.515625vw;
    padding-bottom: 2.8645833vw;
}

main .entry dl dd{
    padding-bottom: 7.03125vw;
}

.inputType01{
    font-size: 3.515625vw;
    padding: 5.2vw;
    border-radius: 0;
}

select{
    font-size: 3.515625vw;
    padding: 5.2vw;
}

.select::before{
    right: 4.55729167vw;
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 3.125vw;
    background: #3b7e9b url("../img/common/arrow02.svg") no-repeat center;
    background-size: 2.6vw auto;
}

main .entry dl .privacy div{
    height: 37.76vw;
    padding: 3.515625vw 3.90625vw;
    font-size: 3.515625vw;
    margin-top: 3.9vw;
}

main .entry dl .privacy dt{
    padding-bottom: 4.9479167vw;
}

main .entry dl .privacy dd{
    font-size: 3.2552vw;
    padding-bottom: 9.1145833vw;
    text-align: right;
}

input[type="checkbox"]{
    width: 4.9479167vw;
    height: 4.9479167vw;
    margin: 0 3.3854167vw 0 0;
    border-radius: 0;
}

input[type="checkbox"]:checked:before{
    top: 0.6vw;
    left: 1.6vw;
    width: 1.5625vw;
    height: 2.6vw;
    border-right: 0.52vw solid #3b7e9b;
    border-bottom: 0.52vw solid #3b7e9b;
}

.submitArea{
    display: block;
    font-size: 3.3854167vw;
    line-height: 1.68269;
}

.submitArea input[type="submit"]{
    width: 70vw;
    height: 11.979167vw;
    border-radius: 5.9895835vw;
    background: #3b7e9b url("../img/common/arrow03.svg") no-repeat center right 7.03125vw;
    background-size: 2.8645833vw auto;
    font-size: 4.358vw;
    padding: 0 7.8125vw;
    margin: 11.71875vw auto 0;
    line-height: 11.979167vw;
    vertical-align: middle;
    display: flex;
}

}