/* ==========================================
   エントリー
========================================== */
@media print, screen and (min-width:781px) {
	#footer-area{
		background-image: url("/common/img/bg_entry.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 290px;
		padding-bottom: 100px;
		margin-top: 100px;
	}
	#footer-area .copyright{
		color: #FFF;
	}
	#footer-area .footer-inner{
		display: none;
	}
}
@media screen and (max-width: 780px) {
	#footer-area:before{
		background-image: url("/common/img/bg_entry_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		padding-bottom: 51.282%;
		margin-bottom: 25px;
	}
}






.entry-heading{
	text-align: center;
}
.entry-heading .sub{
	font-weight: 700;
	line-height: 1;
}
.entry-heading .main{
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
}
@media print, screen and (min-width:781px) {
	.entry-heading{
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.entry-heading .sub{
		font-size: min(5.27vw,7.2rem);
	}
	.entry-heading .main{
		font-size: min(1.29vw,1.4rem);
		margin-top: 5px;
	}
}
@media screen and (max-width: 780px) {
	.entry-heading{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.entry-heading .sub{
		font-size: min(9.23vw,7.2rem);
	}
	.entry-heading .main{
		font-size: min(3.58vw,2.8rem);
		margin-top: 5px;
	}
}




.entry-form{
	background-color: #FFF;
}
.entry-sec-heading{
	background-color: #6A8FD8;
}
.entry-sec-heading h2{
	color: #FFF;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: .04em;
	text-align: center;
}
@media print, screen and (min-width:781px) {
	.entry-form{
		padding: 1.657% 1.657% 60px;
	}
	.entry-sec-heading{
		padding: 55px 0;
	}
	.entry-sec-heading h2{
		font-size: min(2.19vw,3.0rem);
	}
}
@media screen and (max-width: 780px) {
	.entry-form{
		padding: 5% 5% 25px;
	}
	.entry-sec-heading{
		padding: 32px 0;
	}
	.entry-sec-heading h2{
		font-size: min(5.12vw,4.0rem);
	}
}





.entry-form-notes > .note-list{
	color: #666666;
	font-weight: 500;
}
.entry-form-notes .req-text{
	color: #666666;
}
.entry-form-notes .req-text > span{
	background-color: #FF0000;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
}
@media print, screen and (min-width:781px) {
	.entry-form-inner{
		margin-left: auto;
		margin-right: auto;
		width: 87.619%;
	}
	.entry-form-notes{
		margin-top: 45px;
		padding-left: 7%;
		padding-right: 7%;
	}
	.entry-form-notes > .note-list > li{
		font-size: 1.6rem;
	}
	.entry-form-notes .req-text{
		font-size: 1.2rem;
		margin-top: 20px;
	}
	.entry-form-notes .req-text > span{
		border-radius: 12px;
		font-size: 1.0rem;
		padding: 2px 10px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 780px) {
	.entry-form-notes{
		margin-top: 20px;
	}
	.entry-form-notes > .note-list > li{
		font-size: 1.5rem;
	}
	.entry-form-notes .req-text{
		font-size: 1.3rem;
		margin-top: 20px;
	}
	.entry-form-notes .req-text > span{
		border-radius: 12px;
		font-size: .9rem;
		padding: 2px 10px;
		margin-right: 5px;
	}
}



.entry-form-list > div > dt{
	color: #666666;
	font-weight: 700;
}
.entry-form-list > div > dd .note-list{
	color: #999999;
}
.entry-form-list > div > dd .note-list a{
	color: #FF0000;
	text-decoration: underline;
}
.entry-form-list > div > dd .note-list a:hover{
	text-decoration: none;
}
.entry-form-list .list label{
	font-weight: 500;
	cursor: pointer;
}
@media print, screen and (min-width:781px) {
	.entry-form-list{
		border-top: 1px solid #DEDEDE;
		margin-top: 40px;
	}
	.entry-form-list > div{
		border-bottom: 1px solid #DEDEDE;
		display: flex;
		padding: 30px 7%;
	}
	.entry-form-list > div > dt{
		font-size: 1.4rem;
		width: 185px;
	}
	.entry-form-list > div > dd{
		font-size: 1.4rem;
		display: flex;
		padding-left: 65px;
		width: calc(100% - 185px);
		position: relative;
	}
	.entry-form-list > div.req > dd:before,
	.entry-form-list .child-split > div:before{
		background-color: #FF0000;
		border-radius: 12px;
		font-size: 1.0rem;
		padding: 2px 10px;
		color: #FFF;
		font-weight: 700;
		line-height: 1;
		content: "必須";
		display: block;
	}
	#step-confirm .entry-form-list .child-split > div:before{
		display: none;
	}
	.entry-form-list > div.req > dd:before{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.entry-form-list > div > dd .note-list{
		margin-top: 15px;
	}
	.entry-form-list .form-wrap{
		width: 100%;
	}
	.entry-form-list .list .wpcf7-radio{
		display: flex;
		flex-wrap: wrap;
		gap:20px;
		width: 100%;
		max-width: 750px;
	}
	.entry-form-list .list .wpcf7-list-item{
		display: block;
		width: 140px;
	}
	.entry-form-list .form-wrap > p{
		margin-bottom: 20px;
	}
	.entry-form-list .form-wrap .file-item{
		margin-top: 20px;
	}
	
	
	
	.entry-form-list .req-sp{
		padding-right: 0;
	}
	.entry-form-list .child-split-wrap{
		padding-left: 0;
	}
	.entry-form-list .child-split{
		margin-top: -30px;
		margin-bottom: -30px;
		width: 100%;
	}
	.entry-form-list .child-split > div{
		padding-left: 65px;
		position: relative;
	}
	.entry-form-list .child-split > div:before{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.entry-form-list .child-split > div > div{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.entry-form-list .child-split > div:not(:first-child) > div{
		border-top :1px solid #DEDEDE;
	}
	.entry-form-list .child{
		display: flex;
		align-items: center
	}
	.entry-form-list .child > dt{
		width: 12em;
	}
	.entry-form-list .child > dd{
		flex-grow: 1;
	}
	
	
	.entry-form-list > div:last-child{
		padding-right: 0;
	}
	.entry-form-list .privacy-check{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.entry-form-list .privacy-check > div{
		flex-grow: 1;
		white-space: nowrap;
	}
	.entry-form-list .privacy-check .note-list{
		font-size: 1.2rem;
		margin-top: 0;
	}
}
@media screen and (max-width: 780px) {
	.entry-form-list{
		border-top: 1px solid #DEDEDE;
		margin-top: 15px;
	}
	.entry-form-list > div{
		border-bottom: 1px solid #DEDEDE;
		padding: 15px 0;
	}
	.entry-form-list > div > dt{
		font-size: 1.8rem;
		padding-left: 15%;
		position: relative;
	}
	.entry-form-list > div > dd{
		font-size: 1.5rem;
		display: flex;
		margin-left: 15%;
		margin-top: 10px;
		position: relative;
	}
	.entry-form-list > div.req > dt:before{
		position: absolute;
		left: 0;
		top: 1.2em;
	}
	.entry-form-list > div.req > dt:before,
	.entry-form-list > .req-sp > dt:before,
	.entry-form-list .child > dt:before{
		background-color: #FF0000;
		border-radius: 12px;
		font-size: 1.0rem;
		padding: 2px 10px;
		color: #FFF;
		font-weight: 700;
		line-height: 1;
		content: "必須";
		display: block;
	}
	.entry-form-list > div > dd .note-list{
		margin-top: 15px;
	}
	.entry-form-list > div > dd .note-list > li{
		font-size: 1.3rem;
	}
	.entry-form-list .form-wrap{
		width: 100%;
	}
	.entry-form-list .list .wpcf7-radio{
		display: flex;
		flex-direction: column;
		gap:10px;
		width: 100%;
	}
	.entry-form-list .list .wpcf7-list-item{
		display: block;
	}
	.entry-form-list .form-wrap > p{
		margin-bottom: 20px;
	}
	.entry-form-list .form-wrap .file-item{
		margin-top: 20px;
	}
	
	
	
	.entry-form-list .child-split{
		margin-top: -30px;
		margin-bottom: -30px;
		width: 100%;
	}
	.entry-form-list .child-split > div > div{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.entry-form-list .child-split > div:not(:first-child) > div{
		border-top :1px solid #DEDEDE;
	}
	.entry-form-list .child > dt{
		position: relative;
	}
	.entry-form-list > .req-sp > dt:before{
		position: absolute;
		left: 0;
		top: 1.2em;
	}
	.entry-form-list .child > dt:before{
		position: absolute;
		left: -3%;
		top: 1.2em;
		transform: translateX(-100%);
	}
	.entry-form-list .child > dd{
		margin-top: 10px;
	}
	
	
	.entry-form-list .privacy-check{
		width: 100%;
	}
	.entry-form-list .privacy-check > div{
		flex-grow: 1;
		white-space: nowrap;
	}
	.entry-form-list .privacy-check .note-list{
		font-size: 1.2rem;
		margin-top: 10px;
	}
	.entry-form-list .privacy-check .note-list > li{
		line-height: 1.5;
	}
}




.entry-banner > p{
	font-weight: 700;
}
@media print, screen and (min-width:781px) {
	.entry-banner{
		margin-top: 95px;
	}
	.entry-banner > p{
		text-align: center;
	}
	.entry-banner-list{
		display: flex;
		justify-content: center;
		gap: 35px;
		margin-top: 60px;
	}
	.entry-banner-list > li{
		max-width: 360px;
	}
	.entry-banner-list > li > a{
		display: block;
		transition: .3s;
	}
	@media (hover: hover) and (pointer: fine){
		.entry-banner-list > li > a:hover{
			opacity: .8;
		}
	}
}
@media screen and (max-width: 780px) {
	.entry-banner{
		margin-top: 25px;
	}
	.entry-banner > p{
		text-align: center;
	}
	.entry-banner-list{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
		margin-top: 20px;
	}
	.entry-banner-list > li{
		width: 51.282%;
	}
	.entry-banner-list > li > a{
		display: block;
	}
}