@charset "utf-8";

.apply-input {
	
}


.apply-form-container {
	padding: 20px 0;
}

.apply-intro__header {
	margin: 0px auto 40px;
}

.apply-intro__title {
	margin: 20px 0;
	font-weight: bold;
}

.apply-intro__text {
	margin: 10px 0;
}


.contact-intro__notice {
	font-size: 1.2rem;
	line-height: 1.25;
}

.contact-intro__notice li {
	margin-bottom: 0.5em;
}

.apply-form {
	padding
}

.apply-form__form {
	padding: 40px 0;
}

.apply-form__data-table {
	width: 100%;
	margin-bottom: 25px;
}

.apply-form__data-table .required {
	font-size: 1rem;
	display: inline-block;
	margin-left: 3px;
	color: #ff3963;
}

.apply-form__data-table .display-kana {
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 5px;
}

.article-sublink {
	display: table;
	margin: 5px 0;
}

.article-sublink--name {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 1.4rem;
}

.article-sublink--del {
	display: table-cell;
	text-align: center;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	line-height: 0;
}

.article-sublink--del img {
	width: 16px;
	height: auto;
	background: rgba(0,0,0,0.3);
	border-radius: 50%;
	vertical-align: middle;
}

.apply-form__data-table tr {
	display: block;
	clear: both;
	padding: 20px 0;
}

.apply-form__data-table th,
.apply-form__data-table td {
	font-size: 1.6rem;
	padding: 0px 0;
	box-sizing: border-box;
	display: block;
}

.apply-form__data-table th {
	vertical-align: top;
	width: 100%;
	/*white-space: nowrap;*/
	font-size: 1.15rem;
	font-weight: bold;
	color: rgba(0,0,0,0.6);
	line-height: 1.8;
}

.apply-form__data-table .notice {
	display: block;
	font-size: 1.1rem;
	line-height: 1.5;
}
.apply-form__data-table td {
	
}


.pt--subpage .page-header.detail {
	margin-bottom: 0;
}

.pt--subpage .page-header.detail .page-header__page-title {
	margin-bottom: 0;
}

.pt--subpage .page-header.detail .page-header__page-title:before {
	display: none;
}

.apply-form__data-table .birth {
	display: flex;
	flex-wrap: wrap;
}

.birth .input-state--select {
	font-size: 1.8rem;
	padding: 5px 0 5px 5px;
}

.birth-group {
	display: flex;
}



.birth--y,
.birth--m,
.birth--d {
	width: 5em;
	display: block;
	float: left;
	margin-right: 5px;
}

.birth--m,
.birth--d {
	width: 3em;
}

.birth-group .ext {
	align-self: flex-end;
	float: left;
	margin-right: 15px;
}
.birth-group:last-child .ext:last-child {
	margin-right: 0;
}

/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */


/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	
	.apply-form__form {
		padding: 0px 0px 25px;
	}
	
}