@charset "utf-8";
.p-list--disc-short {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
}
@media screen and (max-width: 767.9px){
    .p-list--disc-short {
        display: block;
    }
}
.c-anchor__2col, .c-anchor__2col--icon, .c-anchor__3col, .c-anchor__3col--icon, .c-anchor__4col, .c-anchor__4col--icon {
    gap: 30px;
}
.c-anchor__3col .c-anchor__btn, .c-anchor__3col--icon .c-anchor__btn, .c-anchor__4col .c-anchor__btn, .c-anchor__4col--icon .c-anchor__btn {
    width: 170px;
}
.c-anchor__3col--icon .c-anchor__btn a, .c-anchor__4col--icon .c-anchor__btn a {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 767.9px){
    .c-anchor__3col .c-anchor__btn, .c-anchor__3col--icon .c-anchor__btn, .c-anchor__4col .c-anchor__btn, .c-anchor__4col--icon .c-anchor__btn {
        width: 100%;
    }
    .c-anchor__2col, .c-anchor__2col--icon, .c-anchor__3col, .c-anchor__3col--icon, .c-anchor__4col, .c-anchor__4col--icon {
        gap: 15px;
    }
    .c-anchor__3col--icon .c-anchor__btn a, .c-anchor__4col--icon .c-anchor__btn a {
        flex-direction: row;
    }
    .c-anchor__4col--icon .c-anchor__btn img {
        width: 40px;
        height: 40px;
    }
    .c-anchor__4col--icon .c-anchor__btn a {
        padding: 11px 30px 11px 12px;
    }

}
.p-modal__box--3col,.p-modal__box--2col {
    border: 1px solid var(--lt-gray);
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.p-modal__box--2col .p-modal__item{
    width: calc(100% / 2);
}
.p-modal__item .c-btn {
    width: auto;
    max-width: 210px;
}
.p-modal__item .c-btn:has(+ .p-modal__note) {
    margin: 0 auto 12px;
}
.p-modal__item .c-btn:not(:has(+ .p-modal__note)) {
    margin: 0 auto;
}
.p-modal__item:not(:last-of-type) {
    border-right: 1px dashed #CCC;
    padding-right: 15px;
}
.p-modal__text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.p-modal__note {
    font-size: 12px;
    padding-left: 2em;
    text-indent: -2em;
    text-align: center;
}
.p-sup--none {
    padding-top: 2.33px;
}
.p-modal__note span {
    padding-right: 8px;
}
@media screen and (max-width: 767.9px){
    .p-modal__box--3col,.p-modal__box--2col {
        flex-direction: column;
        gap: 0;
    }
    .p-modal__box--3col .p-modal__item,
    .p-modal__box--2col .p-modal__item {
        width: 100%;
    }
    .p-modal__item .c-btn {
        max-width: 250px;
    }
    .p-modal__item:not(:first-of-type) {
        padding-left: 0;
        padding-top: 20px;
    }
    .p-modal__item:not(:last-of-type) {
        padding-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px dashed #CCC;
        border-right: none;
    }
}
.p-card__copy {
    background: var(--ncb-yellow);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 31px;
    position: absolute;
    top: -55px;
    z-index: 1;
    filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.p-card__copy::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    border-top: 20px solid #fbbd53;
    border-bottom: 0;
    position: absolute;
    top: unset;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
}
.p-modal__list--title {
    border-bottom: 1px dashed #CCC;
    color: var(--ncb-orange);
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.p-modal__list {
    border-bottom: 1px dashed #CCC;
    margin-bottom: 15px;
}
.p-modal__list--head {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}
.p-modal__list .c-list--disc {
    margin-bottom: 15px;
}
@media screen and (max-width: 767.9px){
    .p-card__copy {
        font-size: 16px;
        top: -53px;
    }
    .p-modal__list--title {
        font-size: 16px;
    }
    .p-card__image {
        width: auto;
        height: 144px;
        object-fit: cover;
    }
		.p-icon--top {
			width: 70px;
			height: 70px;
		}
}
.p-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.p-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767.9px){
    .p-apply{
        gap: 15px 20px;
    }
    .p-apply figure{
        flex-basis: 60px;
        margin-right: 20px;
    }
    .p-apply figure img{
        width: 60px;
    }
     .p-apply .c-box--beige-bg{
        margin-bottom: 0;
     }
     .p-apply .p-fb--wrap{
        flex-wrap: nowrap;
     }
}
.p-txt_scroll {
    border: 1px solid #DDD;
    padding: 20px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    line-height: 1.6;
    
}
.p-txt_scroll pre{
    white-space: pre-wrap;
}

.p-agree-box {
	font-size: 1.15em;
	font-weight: bold;
	cursor: pointer;
}
.p-agree-box input {
	appearance: none;
	box-shadow: none;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.p-agree-box input::before {
	content: '';
	position: absolute;
	display: block;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: solid 2px #F07800;
	border-radius: 2px;
}
.p-agree-box input:checked::after {
	content: '';
	position: absolute;
	display: block;
	top: 3px;
	left: 7px;
	width: 7px;
	height: 12px;
	border-right: solid 4px #F07800;
	border-bottom: solid 4px #F07800;
	border-radius: 2px;
	transform: rotate(45deg);
}
.p-agree-button {
	position: relative;
	display: inline-block;
}
.p-agree-button::after {
	z-index: 1;
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}
.p-agree-button.on::after {
	display: none;
}



