body {
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fafafa;
	color: #333;
	letter-spacing: .05em;
}

body h1 {
	font-size: 24px;
	font-weight: bold
}

body p {
	font-size: 14px
}

@media (min-width: 801px) {
	body .br_sp {
		display: none
	}
}

main {
	max-width: 720px;
	width: 95%;
	margin: 0 auto;
	background-color: #fff
}

@media (min-width: 801px) {
	main {
		max-width: 800px
	}
}

img {
	vertical-align: bottom
}

ul li {
	list-style: none
}

.notDisp {
	display: none !important;
}

main {
	border-radius: 5px
}

main h1 {
	line-height: 40px;
	border-left: 7px solid #ec6a7d
}

@media (min-width: 801px) {
	main h1 {
		margin-left: 73px
	}
}

main .l-page-title {
	padding-left: 8px
}

.l-main__login {
	margin-top: 56px;
	margin-bottom: 56px;
	padding-top: 36px;
	padding-bottom: 24px;
	border-radius: 20px
}

.l-main__login h1 {
	margin-bottom: 31px;
	margin-left: 0px;
	border: none;
	text-align: center
}

.l-main__login h2 {
	margin-bottom: 31px;
	margin-left: 0px;
	border: none;
	text-align: center
}

@media (min-width: 801px) {
	.l-main__login {
		margin-top: 80px;
		margin-bottom: 80px;
		padding-top: 51px
	}
}

.l-main__profile {
	margin: 16px auto 64px;
	padding: 20px 0;
}

.l-main__profile h1 {
	margin-bottom: 25px
}

@media (min-width: 801px) {
	.l-main__profile {
		margin: 160px auto 52px;
		padding: 26px 0 27px
	}

	.l-main__profile h1 {
		margin-bottom: 39px
	}
}

.l-main__profileConf {
	margin: 111px auto 125px;
	padding: 19px 0 47.3px
}

.l-main__profileConf h1 {
	margin-bottom: 30px
}

@media (min-width: 801px) {
	.l-main__profileConf {
		margin: 180px auto 77px;
		padding: 28px 0 35px
	}
}

.l-main__completion.confirmation p {
	text-align: center;
	line-height: 1.5;
	margin: 22px 0 17px
}

.l-main__completion {
	margin: 16px auto 56px;
	padding: 30px 0 48px
}

.l-main__completion img {
	margin-bottom: 50px;
	padding: 0 5px
}

.l-main__completion h1 {
	margin-bottom: 40px
}

.p-article-login__mail {
	position: relative;
	display: block;
	width: 280px;
	/*height: 40px;*/
	margin: 0 auto 23px
}

.p-article-login__mail::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 11.3px;
	width: 13.5px;
	height: 10px;
	background-image: url("../image/mail_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: inherit
}

.p-article-login__mail p {
	display:block;
	color: red;
	font-size: 10px;
	font-weight: 400
}

.c-login_failure_text {
	display: block;
	width: 280px;
	margin: 0 auto 16px;
}

.p-article-login__pass {
	position: relative;
	display: block;
	width: 280px;
	height: 40px;
	margin: 0 auto 30px
}

.p-article-login__pass::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 11.5px;
	width: 18px;
	height: 18.5px;
	background-image: url("../image/key_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: inherit
}

.p-article-login__pass p {
	position: absolute;
	color: red;
	font-size: 10px;
	font-weight: 400
}

.p-article-login__text {
	margin: 28.5px auto 0 auto;
	padding-bottom: 54px
}

@media (min-width: 801px) {
	.p-article-login__text {
		margin: 28.5px auto 0 auto;
		padding-bottom: 56px
	}
}

.p-article-login__text p {
	position: relative;
	letter-spacing: .05em;
	text-align: center
}

.p-article-login__text p a {
	font-size: 14px;
	font-weight: 400
}

.p-article-login__text p:first-of-type {
	margin-bottom: 13px
}

.p-article-login__confirm {
	margin: 28.5px auto 0 auto;
	padding-bottom: 54px
}

@media (min-width: 801px) {
	.p-article-login__confirm {
		margin: 28.5px auto 0 auto;
		padding-bottom: 56px
	}
}

.p-article-login__confirm p {
	position: relative;
	letter-spacing: .05em;
	text-align: center
}

.p-article-login__confirm p a {
	font-size: 14px;
	font-weight: 400
}

.p-article-login__confirm p:first-of-type {
	margin-bottom: 13px
}

.p-article__profile {
	padding: 0 15px
}

@media (min-width: 801px) {
	.p-article__profile {
		padding: 0 73px
	}
}

.p-article__profile table {
	border-collapse: collapse
}

.p-article__profile table tr {
	width: 320px;
	text-align: left
}

.p-article__profile table tr th, .p-article__profile table tr td {
	display: block
}

@media (min-width: 801px) {
	.p-article__profile table tr {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 655px
	}

	.p-article__profile table tr.myPr {
		align-items: flex-start
	}

	.p-article__profile table tr th, .p-article__profile table tr td {
		display: inline-block
	}
}

.p-article__profile th {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500
}

.p-article__profile th.req {
	position: relative
}

.p-article__profile th.req::before {
	content: "必須";
	height: 22px;
	font-size: 12px;
	margin-right: 10px;
	padding: 1.2px 15px;
	border-radius: 1000px;
	background-color: #ec6a7d;
	color: #fff
}


@media (min-width: 801px) {
	.p-article__profile th.req::before {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		line-height: 20px
	}
}

.p-article__profile th span {
	display: block;
	margin-top: 15px
}

@media (min-width: 801px) {
	.p-article__profile th {
		width: 220px;
		height: 59px;
		line-height: 59px;
		padding-left: 20px;
		border-radius: 5px;
		background-color: #f0f0f0
	}

	.p-article__profile th.school {
		padding-top: 20px;
		height: 95px;
		line-height: 1.5
	}
}

.p-article__profile td {
	margin-bottom: 20px;
	font-size: 12px
}

.p-article__profile td.last {
	margin-bottom: 50px
}

@media (min-width: 801px) {
	.p-article__profile td {
		width: 410px;
		margin-bottom: 15px
	}

	.p-article__profile td.last {
		margin-bottom: 30px
	}
}

.p-article__profile td.col2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.p-article__profile td.radio {
	display: flex;
	flex-wrap: wrap
}

.p-article__profile td.birthday {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.p-article__profileConf {
	padding: 0 15px;
	word-break: break-word;
}

.p-article__profileConf table {
	border-collapse: collapse
}

.p-article__profileConf table tr {
	width: 320px
}

.p-article__profileConf table tr th.req::after {
	content: "*";
	color: #ec6a7d
}

.p-article__profileConf table tr th, .p-article__profileConf table tr td {
	vertical-align: top;
	width: 160px;
	text-align: left;
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5
}

.p-article__profileConf table tr td {
	font-weight: 400
}

.p-article__profileConf table tr .last {
	padding-bottom: 0px
}

.p-article__profileConf table:nth-of-type(2) {
	margin-bottom: 53px
}

.p-article__profileConf table:nth-of-type(2) tr th, .p-article__profileConf table:nth-of-type(2) tr td {
	display: block;
	width: 320px
}

@media (min-width: 801px) {
	.p-article__profileConf {
		padding: 0 73px
	}

	.p-article__profileConf table tr {
		width: 654px
	}

	.p-article__profileConf table tr th, .p-article__profileConf table tr td {
		width: 327px
	}

	.p-article__profileConf table:nth-of-type(2) tr th, .p-article__profileConf table:nth-of-type(2) tr td {
		display: table-cell;
		width: 327px
	}
}

.p-article-inputCompletion {
	padding: 0 4px
}

@media (min-width: 801px) {
	.p-article-inputCompletion {
		padding: 0 73px
	}
}

.p-article-inputCompletion table {
	width: 100%;
	border-collapse: collapse
}

.p-article-inputCompletion table tr {
	width: 320px;
	text-align: left
}

.p-article-inputCompletion table tr th, .p-article-inputCompletion table tr td {
	display: block
}

.p-article-inputCompletion table tr td select {
	color: #000;
}

/*@media (min-width: 801px) {*/
/*    .p-article-inputCompletion table tr {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between;*/
/*        width: 655px*/
/*    }*/

/*    .p-article-inputCompletion table tr th, .p-article-inputCompletion table tr td {*/
/*        display: inline-block*/
/*    }*/
/*}*/

.p-article-inputCompletion th {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 500
}

.p-article-inputCompletion th.req {
	position: relative
}

.p-article-inputCompletion th.req::before {
	content: "必須";
	height: 22px;
	margin-right: 10px;
	padding: 2px 16px;
	border-radius: 1000px;
	font-size: 20px;
	background-color: #ec6a7d;
	color: #fff
}

.p-article-inputCompletion th.reqpass::before {
	content: "仮パスワード";
	height: 22px;
	font-size: 20px;
	margin-right: 10px;
	padding: 1.2px 15px;
	border-radius: 1000px;
	background-color: #ec6a7d;
	color: #fff
}

input:read-only {
	cursor: initial;
}

.p-article-inputCompletion th span {
	display: block;
	margin-top: 15px
}

.p-article-inputCompletion td {
	margin-bottom: 40px
}

.p-article-inputCompletion td.col2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.p-article-inputCompletion td.radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.p-article-inputCompletion td.birthday {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.p-article-completion {
	padding: 0 15px
}

.p-article-completion table {
	border-collapse: collapse
}

.p-article-completion table tr {
	width: 320px
}

.p-article-completion table tr th.req::after {
	content: "*";
	color: #ec6a7d
}

.p-article-completion table tr th, .p-article-completion table tr td {
	display: block;
	width: 320px;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5
}

.p-article-completion table tr td {
	font-weight: 400;
	padding-bottom: 32px;
}

.p-article-completion table tr .last {
	padding-bottom: 0px
}

.p-article-completion table:nth-of-type(2) {
	margin-bottom: 53px
}

.p-article-completion table:nth-of-type(2) tr th, .p-article-completion table:nth-of-type(2) tr td {
	display: block;
	width: 320px
}

@media (min-width: 801px) {
	.p-article-completion table tr th, .p-article-completion table tr td {
		display: table-cell;
		width: 327px
	}
}

.p-article-completion {
	padding: 0 15px 0 10px
}

.p-article-completion h2 {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 18px
}

.p-article-completion p {
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	line-height: 2.18;
	margin-bottom: 48px
}

@media (min-width: 801px) {
	.p-article-completion {
		padding: 0 73px
	}

	.p-article-completion h2 {
		margin-bottom: 20px
	}

	.p-article-completion p {
		font-size: 14px
	}
}

.c-media__memberRegistration-pc {
	display: none;
	width: 340px
}

@media (min-width: 801px) {
	.c-media__memberRegistration-pc {
		display: block
	}
}

@media (min-width: 801px) {
	.c-media__memberRegistration-sp {
		display: none
	}
}

.c-button {
	display: block;
	width: 236px;
	height: 50px;
	font-size: 24px;
	margin: 0 auto;
	border: 2px solid #eb697b;
	border-radius: 100px;
	background-color: #eb697b;
	color: #fff;
	box-shadow: 3px 6px 6px 0px rgba(113, 113, 113, .16)
}

.c-button:hover {
	background-color: #fff;
	color: #eb697b;
}

.c-button__back, .c-button__back_login {
	display: block;
	width: 236px;
	height: 50px;
	font-size: 20px;
	margin: 24px auto 0;
	border-radius: 100px;
	border: 2px solid #7e7e7e;
	background-color: #7e7e7e;
	color: #fff;
	box-shadow: 3px 6px 6px 0px rgba(113, 113, 113, .16)
}

.c-button__back:hover {
	background-color: #fff;
	color: #7e7e7e;
}

.c-button__back_login {
	margin-bottom: 32px
}

.c-button__add {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 12px;
	font-weight: 400;
	margin-top: 8px;
	border: .5px solid #707070;
	border-radius: 5px;
	background-color: #aaa;
	color: #fff;
	float: left
}

.c-button__add:before {
	content: "+";
	padding-right: 4.5px
}

.c-button__rem {
	display: block;
	width: 80px;
	height: 28px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
	border: .5px solid #707070;
	border-radius: 5px;
	background-color: #ff4500;
	color: #fff;
	float: right
}

.c-button__rem:before {
	content: "-";
	padding-right: 4.5px
}

input {
	width: 100%;
	height: 40px;
	display: block;
	font-size: 20px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	padding-left: 12px;
	border: 1px solid #707070;
	border-radius: 5px;
	color: #333
}

input:-ms-input-placeholder {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #a5a5a5
}

input::placeholder, input::-ms-input-placeholder, input:-ms-input-placeholder {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #a5a5a5
}

input.col2 {
	width: 49%;
}


input.radio {
	width: 20px;
	height: 20px;
	margin: 0 8px 0 32px;
}

td.radio label {
	font-size: 20px;
}

input.radio:first-of-type {
	margin-left: 0
}

@media (min-width: 801px) {
	input {
		width: 99%
	}
}

textarea {
	width: 320px;
	border: 1px solid #707070;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 16px;
	font: initial !important;
}

textarea.grades {
	height: 70px
}

textarea.myPr {
	height: 129px
}

@media (min-width: 801px) {
	textarea {
		width: 410px
	}

	textarea.grades {
		height: 30px
	}

	textarea.myPr {
		height: 108px
	}
}

select {
	position: relative;
	display: block;
	width: 320px;
	height: 40px;
	font-size: 20px;
	font-weight: 600;
	padding-left: 12px;
	border: 1px solid #707070;
	border-radius: 5px;
	background-color: unset
}

select.birthday {
	width: 100%;
}

@media (min-width: 801px) {
	select.birthday, select.birthday.year {
		width: 100%;
	}

	select:invalid {
		color: #a5a5a5
	}
}

select.is-empty {
	color: #707070
}

.select {
	position: relative;
	width: 320px;
}

/*.select::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 18px;*/
/*	right: 12px;*/
/*	width: 12px;*/
/*	height: 12px;*/
/*	border: 0;*/
/*	border-bottom: solid 1px #707070;*/
/*	border-right: solid 1px #707070;*/
/*	margin-top: -6px;*/
/*	transform: rotate(45deg)*/
/*}*/

.select.birthday {
	width: 20%;
	margin: 0 8px 0 16px;
}

.select.birthday:first-of-type {
	margin-left: 0;
	width: 25%;
}

@media (min-width: 801px) {
	.select.birthday, .select.birthday:first-of-type {
		width: 20%;
	}
}

.c-input__login {
	width: 280px;
	height: 40px;
	font-weight: 400;
	padding-left: 34px
}

span.pass-eye {
	position: absolute;
	top: 8px;
	right: 16px;
}

span.pass-eye > img {
	padding: 0;
}

.c-input__checkbox {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	margin-top: 8px;
}

@media (min-width: 459px) {
	.c-input__checkbox {
		margin-top: 0px;
	}
}

span.select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 320px;
	line-height: 28px;
	font-weight: 400;
	color: #333
}

@media (min-width: 801px) {
	span.select2-container--default .select2-selection--single .select2-selection__rendered {
		width: 410px
	}
}

span.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 4px
}

.c-error_form {
	border-color: red
}

.c-correct_form {
	border-color: green;
}

.c-error_text {
	margin-left: 8px;
	color: red;
	font-size: 16px;
	font-weight: 500
}

.c-correct_text {
	margin-left: 8px;
	color: green;
	font-size: 16px;
	font-weight: 500
}

.p-text_contents {
	margin-bottom: 16px;
	text-align: center;
}

tr.sp-only {
	display: table-row;
}

@media (min-width: 801px) {
	.p-article-inputCompletion table tr.sp-only {
		display: none;
	}
}

.sp-only_br {
	display: block;
}

@media (min-width: 459px) {
	.sp-only_br {
		display: none;
	}
}

.p-menu-production__heading {
	padding: 0 0 35px;
	margin: 0 auto;
	max-width: 900px;
}

.p-menu-production__heading .p-menu-production__title {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.p-menu-production__heading .p-menu-production__progressbar {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 0;
}

.p-menu-production__heading .p-menu-production__progressbar .p-menu-production__progressbar-item {
	position: relative;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
	color: #23ABDD;
	counter-increment: steps;
}

.p-menu-production__heading .p-menu-production__progressbar .p-menu-production__progressbar-item:before {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 14px;
	border: 1px solid #23ABDD;
	line-height: 26px;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	content: counter(steps);
}

.p-menu-production__heading .p-menu-production__progressbar .p-menu-production__progressbar-item:after {
	position: absolute;
	z-index: -1;
	top: 16px;
	left: -50%;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #23ABDD;
}

.p-menu-production__heading .p-menu-production__progressbar .p-menu-production__progressbar-item:first-of-type:after {
	content: none;
}

.p-menu-production__heading .p-menu-production__progressbar .p-menu-production__progressbar-item.active {
	color: #23ABDD;

	&:before {
		background-color: #23ABDD;
		color: #FFF;
	}

	&:after {
		background-color: #23ABDD;
	}
}

.p-menu-production__heading .p-menu-production__progressbar .p-menu-production__progressbar-item br {
	display: none;
}

@media (min-width: 0px) and (max-width: 599px) {
	.p-menu-production__heading .p-menu-production__progressbar .p-menu-production__progressbar-item br {
		display: block;
	}
}

.c-division-flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center
}

.c-division-flex div.c-division-card {
	display: block;
	position: relative;
	margin: 8px;
	width: 100%;
	max-width: 330px;
	min-width: 160px;
	height: 500px;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, .16)
}

@media screen and (max-width: 1023px) {
	.c-division-flex div.c-division-card {
		height: 360px;
		margin: 0 4px
	}
}

.c-division-flex div.c-division-card .c-division-card-img img {
	padding: 0;
	border-radius: 16px 16px 0 0;
	margin-bottom: 32px
}

@media screen and (max-width: 1023px) {
	.c-division-flex div.c-division-card .c-division-card-img img {
		margin-bottom: 16px
	}
}

.c-division-flex div.c-division-card .c-division-card-info {
	padding: 0 16px 0
}

@media screen and (max-width: 1023px) {
	.c-division-flex div.c-division-card .c-division-card-info {
		padding: 0 6px 0
	}
}

.c-division-flex div.c-division-card .c-division-card-info .c-division-card-info-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px
}

@media screen and (max-width: 1023px) {
	.c-division-flex div.c-division-card .c-division-card-info .c-division-card-info-title {
		font-size: 15px;
		margin-bottom: 8px
	}
}

.c-division-flex div.c-division-card .c-division-card-info .c-division-card-info-detail {
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	margin-bottom: 16px
}

@media screen and (max-width: 1023px) {
	.c-division-flex div.c-division-card .c-division-card-info .c-division-card-info-detail {
		font-size: 12px
	}
}

.c-division-flex div.c-division-card .c-division-card-info .c-division-card-info-alert {
	font-weight: normal;
	font-size: 12px
}

@media screen and (max-width: 1023px) {
	.c-division-flex div.c-division-card .c-division-card-info .c-division-card-info-alert {
		font-size: 10px
	}
}

.c-division-flex div.c-division-card form .c-button {
	position: absolute;
	bottom: 0;
	display: block;
	font-size: 18px;
	width: 240px;
	height: 50px;
	margin: 16px 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #eb6a7a;
	color: #fff;
	border: 2px solid #eb6a7a;
	border-radius: 48px
}

@media screen and (max-width: 1023px) {
	.c-division-flex div.c-division-card form .c-button {
		font-size: 14px;
		width: 128px;
		height: 48px
	}
}

.c-division-flex div.c-division-card form .c-button:hover {
	background-color: #fff;
	color: #eb6a7a
}

/*---------------------------------
  パンくずリスト
---------------------------------*/
-header-breadcrumb {
	padding: 8px 8px 8px 12vw;
	border-top: solid 1px #cbcbcb;
	border-bottom: solid 1px #eee
}

.l-header-breadcrumb .l-header-breadcrumb__list {
	width: 100%;
	overflow-x: auto;
	display: flex;
	margin: 0 auto;
	padding: 0 8px;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.l-header-breadcrumb .l-header-breadcrumb__list::-webkit-scrollbar {
	display: none
}

.l-header-breadcrumb .l-header-breadcrumb__item {
	font-size: 1.2rem;
	font-weight: 400;
	white-space: nowrap
}

.l-header-breadcrumb .l-header-breadcrumb__item:first-of-type::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../../image/icon-home.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px
}

.l-header-breadcrumb .l-header-breadcrumb__item:not(:last-of-type)::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 6px;
	background-image: url(../../image/icon-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 4px
}

.l-header-breadcrumb .l-header-breadcrumb__item a {
	color: #333
}

.l-header-breadcrumb .l-header-breadcrumb__item a:hover {
	color: #eb6a7a;
	text-decoration: underline;
	font-weight: bold;
	opacity: .8;
	transition: all .2s
}

.l-header-breadcrumb .isActive a, .l-header-breadcrumb .isActive div {
	color: #eb6a7a;
	font-weight: bold
}

@media (min-width: 0px)and (max-width: 599px) {
	.l-header-breadcrumb {
		padding: 8px
	}
}
