@charset "UTF-8";

/*　共通　*/
.lower {
    border-top: 11px solid #2A5079;
    padding: 15px 0 174px;
}
.lower .logo {
    display: block;
    max-width: 277px;
    width: 100%;
    margin: 0 0 54px 15px;
}
.lower .logo img {
    width: 100%;
}
.lower .headline04 {
    margin-bottom: 35px;
    text-align: center;
}
.lower .headline04 .en-title {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 11px;
}
.lower .headline04 .ja-title {
}

@media all and (max-width: 834px) {
    .lower {
        border-top: 11px solid #2A5079;
        padding: 20px 0 123px;
    }
    .lower .logo {
        display: block;
        max-width: 218px;
        width: 100%;
        margin: 0 0 49px 4%;
    }
    .lower .headline04 {
        margin-bottom: 35px;
        text-align: center;
    }
    .lower .headline04 .en-title {
        font-size: 1.6rem;
        display: block;
        margin-bottom: 11px;
    }
}


/*　お申し込み　*/
.application {
}
.application .appBox {
}
.application .headline04 {
    margin-bottom: 46px;
}
.application .pTxt {
    margin-bottom: 48px;
    text-align: center;
}
.application .termsBox {
    width: 672px;
    margin: 0 auto 58px;
    border: 1px solid #2a507a;
}
.application .termsBox .termsWrap {
    height: 562px;
    padding: 44px 60px;
    overflow: scroll;
}
.application .termsBox .title {
    margin-bottom: 24px;
    font-size: 1.8rem;
    text-align: center;
}
.application .termsBox .textBox {
    margin-bottom: 35px;
}
.application .termsBox .ttl {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: justify;
}
.application .termsBox .txt {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0.05rem;
}
.application .termsBox .noUl > li {
    margin-bottom: 12px;
    padding-left: 1.1rem;
    text-indent: -1.1rem;
}
.application .termsBox .no02Ul > li {
    margin-bottom: 12px;
    padding-left: 4.1rem;
    text-indent: -4.8rem;
}
.application .termsBox .right {
    text-align: right;
}
.application .termsBox .textBox {
}

.application .app-btnBox {
    text-align: center;
}
.application .checkWrap {
    margin-bottom: 36px;
}
.application .app-btnBox #nextButton {
	display: block;
	border-radius: 50px;
    width: 367px;
    margin: 0 auto;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.5px;
	border: 2px solid #f87901;
	background: #f87901;
	text-align: center;
	padding: 18px 20px 18px 0;
	box-shadow: 0 0 5px rgba(177,177,177,0.7);
	transition: all .2s;
	position: relative;
    cursor: pointer;
}
.application .checkWrap input,
.application .checkWrap label {
    cursor: pointer;
}
.application .app-btnBox #nextButton:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 16px;
	background: url("img/icon-arrow.svg")100% no-repeat;
	right: 25px;
	top: 36%;
}
.application .app-btnBox #nextButton:hover {
	background: #fff;
	color: #f87901;
}
.application .app-btnBox #nextButton:hover:before {
	background: url("img/icon-arrow-hov.svg")100% no-repeat;
}
.application .app-btnBox #nextButton:disabled {
    opacity: 0.5;
}
.application .app-btnBox #nextButton:disabled:hover {
	background: #f87901;
	color: #fff;
    cursor: auto;
}
.application .app-btnBox #nextButton:disabled:hover:before {
	background: url("img/icon-arrow.svg")100% no-repeat;
}
.application .reTxt {
    margin-top: 42px;
    text-align: center;
}
.application .reTxt a {
    position: relative;
    display: inline-block;
    padding: 0 0 2px 21px;
    border-bottom: 1px solid #888;
    color: #888;
    transition: all .2s;
}
.application .reTxt a:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
    transform: rotate(45deg)translateY(-50%);
}
.application .reTxt a:hover {
    opacity: 0.6;
}

@media all and (max-width: 834px) {
    /*　お申し込み　*/
    .application .headline04 {
        margin-bottom: 39px;
    }
    .application .pTxt {
        width: 90%;
        margin: 0 auto 37px;
        text-align: justify;
    }
    .application .termsBox {
        width: 90%;
        margin: 0 auto 53px;
    }
    .application .termsBox .termsWrap {
        height: 450px;
        padding: 44px 6% 20px;
        overflow: scroll;
    }
    .application .checkWrap {
        margin-bottom: 36px;
    }
    .application .app-btnBox #nextButton {
        width: 86%;
        font-size: 1.6rem;
        padding: 18px 20px 18px 0;
    }
}



/*　プライバシーポリシー　*/
.privacy {
}
.privacy .appBox {
}
.privacy .headline04 {
    margin-bottom: 46px;
}
.privacy .pTxt {
    margin-bottom: 48px;
    text-align: center;
}
.privacy .privacyBox {
    width: 672px;
    margin: 0 auto 58px;
}
.privacy .privacyBox .title {
    margin-bottom: 24px;
    font-size: 1.8rem;
    text-align: center;
}
.privacy .privacyBox .textBox {
    margin-bottom: 35px;
}
.privacy .privacyBox .ttl {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: justify;
}
.privacy .privacyBox .txt {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0.05rem;
}
.privacy .privacyBox .txt a {
    text-decoration: underline;
}
.privacy .privacyBox .noUl > li {
    margin-bottom: 12px;
    padding-left: 1.1rem;
    text-indent: -1.1rem;
}
.privacy .privacyBox .no02Ul > li {
    margin-bottom: 12px;
    padding-left: 4.1rem;
    text-indent: -4.8rem;
}
.privacy .privacyBox .right {
    text-align: right;
}
.privacy .privacyBox .textBox {
}

@media all and (max-width: 834px) {
    /*　お申し込み　*/
    .privacy .headline04 {
        margin-bottom: 39px;
    }
    .privacy .pTxt {
        width: 90%;
        margin: 0 auto 37px;
        text-align: justify;
    }
    .privacy .privacyBox {
        width: 90%;
        margin: 0 auto 53px;
    }
}


/*　組織概要　*/
.organization {
}
.organization .headline04 {
    margin-bottom: 46px;
}
.organization .orgBox {
    margin-bottom: 58px;
}
.organization .orgBox .orgTable {
    width: 715px;
    margin: 0 auto;
    border-top: 1px solid #000;
    box-sizing: border-box;
}
.organization .orgBox .orgTable tr {
}
.organization .orgBox .orgTable th,
.organization .orgBox .orgTable td {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.organization .orgBox .orgTable tr:last-child th,
.organization .orgBox .orgTable tr:last-child td {
    border-bottom: 1px solid #000;
}

.organization .orgBox .orgTable th {
    padding-left: 30px;
    padding-right: 25px;
    white-space: nowrap;
    text-align: left;
}
.organization .orgBox .orgTable td {
    padding-right: 30px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8;
}
.organization .orgBox .orgTable td a {
    text-decoration: underline;
}


@media all and (max-width: 834px) {
    /*　お申し込み　*/
    .privacy .headline04 {
        margin-bottom: 39px;
    }
    .organization .orgBox {
        margin-bottom: 58px;
    }
    .organization .orgBox .orgTable {
        width: 90%;
    }
    .organization .orgBox .orgTable th,
    .organization .orgBox .orgTable td {
        display: block;
        padding: 15px 5%;
        text-align: center;
    }
    .organization .orgBox .orgTable th {
        background: #eee;
    }
    .organization .orgBox .orgTable tr:last-child th {
        border-bottom: 1px solid #eee;
    }
    .organization .orgBox .orgTable td {
        padding: 20px 5%;
        border-bottom: 1px solid #000;
    }
    .organization .orgBox .orgTable td.left {
        text-align: justify;
    }
    .organization .orgBox .orgTable td ul li {
        margin-bottom: 13px;
    }
    .organization .orgBox .orgTable td ul li:last-child {
        margin-bottom: 0;
    }
}










/* end */
