@charset "UTF-8";

@media screen and (max-width:1200px) {
	.site-subMenu {
		flex-wrap: wrap;
		width: calc(100% - 350px);
	}

	.otona-mode-text-pc {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.site-subMenu {
		width: 100%;
	}
}

.leadBox {
	margin-bottom: 2rem;
}

.leadBox p {
	margin-bottom: 1rem;
}

.leadBox .lead-nomargin {
	margin-bottom: 0;
}

.leadBox-list li {
	padding-left: 1em;
	text-indent: -1em;
}

.leadBox-list li:before {
	content: "・";
}

.leadBox-linkBox {
	background-color: #eee;
	display: inline-block;
	padding: 1rem 0;
}

.leadBox-linkBox li {
	position: relative;
	padding-left: 2.3rem;
	display: inline-block;
	margin: 0 1rem;
}

.leadBox-linkBox li::before {
	content: "\e879";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	line-height: 1;
	font-size: 2rem;
	color: #cc0000;
	margin-right: 0.5rem;
}

.leadBox-link-attention {
	margin-left: 1rem;
}

.leadBox-linkBox._boxAttention {}

.leadBox p+.system-error-text {
	margin-top: 2rem;
}

.headingBorder {
	font-size: 1.6rem;
}

.leadBox-text {
	margin-bottom: 1rem;
}

.heading-brackets,
.infoComparison-title {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
}

.heading-brackets::before {
	content: "【";
	margin-left: -0.5em;
}

.heading-brackets::after {
	content: "】";
	margin-right: -0.5em;
}

.headingBlue-text {
	color: #00618c;
	font-weight: bold;
	margin: 0 0 0.5rem;
	font-size: 1.6rem;
}

.headingBlue-text._border {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 1rem;
	padding-bottom: 0.5rem;
}

@media screen and (max-width:768px) {

	.headingBorder,
	.professional-leadBox .headingIcon,
	.alert-leadBox .headingText {
		font-size: 1.4rem;
	}


	.headingBlue-text {
		font-size: 1.4rem;
	}
}

.lead-attention {
	text-indent: -1em;
	padding-left: 1em;
}

/* ***** index ***** */
.contents-box-link:hover {
	text-decoration: none;
}

.contents-box {
	border: 1px solid #cccccc;
	border-radius: 0 4px 4px 4px;
	margin-bottom: 2rem;
}

.contents-box .contents-title {
	background-color: rgba(48, 173, 196, 0.1);
	border-radius: 0 4px 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	padding: 1rem 1.5rem;
	border-left: 4px solid #30adc4;
}

.contents-box .contents-text {
	font-size: 1.4rem;
	color: #333333;
	padding: 1rem 1.5rem;

}

.contents-box .contents-day-table {
	min-width: 50%;
	width: auto;
}

.contents-box-link .contents-title .link-icon:after {
	content: "\e895";
	color: #333333;
	display: inline-block;
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	font-size: 2rem;
	margin-left: 0.5rem;
}

.no-link .contents-title {
	background-color: #999999;
}

.no-link .contents-text {
	background: #ffffff;
}

.contents-text-link {
	margin-top: 1rem;
}

.contents-box .contents-text-link a {
	margin-right: 1em;
}

.contents-box .contents-text-link i {
	font-size: 1.6rem;
	color: #cc0000;
	margin-right: 0.2rem;
}

.contents-text-requisite {
	font-weight: bold;
}

@media screen and (max-width:768px) {

	.contents-box .contents-title {
		font-size: 1.4rem;
	}

	.contents-box .contents-text {
		font-size: 1.2rem;
	}
}

/* user_01_01 */

/* ***** tab ***** */

.loginSetting-tab-button-outer {
	display: block;
}

.loginSetting-tab-group {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.loginSetting-tab {
	list-style: none;
	width: 18em;
	padding: 0 2rem;
	background-color: #eeeeee;
	border: solid 1px #999999;
	border-right: none;
	text-align: center;
	cursor: pointer;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.loginSetting-tab._tab-grayout {
	cursor: auto;
	background-color: #999999;
}

.loginSetting-tab:last-child {
	border-right: solid 1px #999999;
}

.loginSetting-tab.is-active {
	background: #a6000e;
	color: #FFF;
	border: solid 1px #a6000e;
	transition: all 0.2s ease-out;
}

.loginSetting-tab.is-active+.loginSetting-tab {
	border-left: none;
}


.loginSetting-tab a,
.loginSetting-tab._tab-grayout p {
	color: #333333 !important;
	padding: 1rem;
	width: 100%;
	display: inline-block;
	text-decoration: none !important;
}

.loginSetting-tab.is-active a {
	color: #FFF !important;
}

.loginSetting-tab-contents {
	border: solid 1px #999999;
	padding: 2rem 10rem 2rem 10rem;
	margin-top: -1px;
}

.loginSetting-tab-contents .otonaLogInForm-box input,
.loginSetting-tab-contents .togglePassword {
	position: relative;
	width: 100%;
}

.loginSetting-tab-contents .ma-e8f4:before {
	content: "\e8f4";
	display: none;
}

.loginSetting-tab-contents .ma-e8f5:before {
	content: "\e8f5";
	display: inline-block;
}

.loginSetting-tab-contents .checkPassword:checked+.togglePassword>.ma-e8f4:before {
	display: inline;
}

.loginSetting-tab-contents .checkPassword:checked+.togglePassword>.ma-e8f5:before {
	display: none;
}


.loginSetting-tab-contents .btn-bg.primary {
	background: #a6000e;
	color: #FFF;
	border: solid 1px #a6000e;
}

.loginSetting-tab-contents .noChange-text {
	text-align: center;
	margin: auto;
	margin-bottom: 2rem;
}

@media screen and (max-width:768px) {


	.loginSetting-tab {
		list-style: none;
		min-width: 12em;
		/* width: 50%; */
		font-size: 1.1rem;
		padding: 0;
	}

	.loginSetting-tab a,
	.loginSetting-tab._tab-grayout p {
		padding: 1rem 0.5rem;
	}

	.loginSetting-tab-contents {
		border-top: solid 1px #999999;
		padding: 2rem;
	}
}

.icon_link {
	position: relative;
	padding-left: 2.2rem;
	display: inline-block;
}

.icon_link:before {
	content: "\e879";
	display: inline-block;
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	font-size: 2rem;
	font-weight: normal;
	color: #e60012;
	margin-right: 0.2rem;
	line-height: 1;
	position: absolute;
	left: 0;
}

.logInNews-box {
	margin-bottom: 3rem;
}

.login-title {
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.otonaLogInForm-box {
	margin-bottom: 3rem;
}

.otonaLogInForm-box .parts-forms-block {
	margin-bottom: 2rem;
}

.otonaLogInForm-box input {
	width: 40%;
}

input::placeholder {
	color: #bebebe;
}

input::-ms-input-placeholder {
	color: #bebebe;
}

input:-ms-input-placeholder {
	color: #bebebe;
}

.otonaLogInForm-box .parts-forms-btn {
	text-align: center;
}

.otonaLogInForm-link {
	margin-bottom: 1rem;
}

@media screen and (max-width:768px) {

	.otonaLogInForm-box input {
		width: 100%;
	}
}

/* 目のマーク */
.checkPassword {
	display: none;
}

.togglePassword {
	position: relative;
	width: 40%;
}

.togglePassword .nichinoken-pass {
	padding-right: 4rem !important;
	width: 100%;
}

.togglePassword .ma-icon {
	position: absolute;
	right: 1rem;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
}

.ma-e8f4:before {
	content: "\e8f4";
	display: none;
}

.ma-e8f5:before {
	content: "\e8f5";
	display: inline;
}

.checkPassword:checked+.togglePassword>.ma-e8f4:before {
	display: inline-block;
}

.checkPassword:checked+.togglePassword>.ma-e8f5:before {
	display: none;
}

@media screen and (max-width:768px) {

	.togglePassword {
		width: 100%;
	}
}


/* 02_01 */
.termsOfService-title {
	font-weight: bold;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 1.6rem;
}

.termsOfService-text-box {
	margin-bottom: 2rem;
}

.termsOfService-text-box p+p {
	margin-top: 1rem;
}

.termsOfService-ul {
	list-style: decimal;
	padding-left: 2em;
	margin-bottom: 2rem;
}

.termsOfService-ul>li {
	font-weight: bold;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}

.termsOfService-ul ul li {
	font-weight: normal;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}

.termsOfService-ul ol {

	list-style: decimal;
	padding-left: 1.5em;
	text-indent: -1.2em;
	list-style-position: inside;
}

.termsOfService-ul ol li {
	font-weight: normal;
	margin-bottom: 0.2rem;
	font-size: 1.4rem;
}

.enactment-text {
	text-align: right;
	margin-bottom: 2rem;
}

.termsOfService-btn {
	text-align: center;
}

.termsOfService-agreement {
	padding: 1rem;
	background-color: #f8f6cc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
	margin-bottom: 2rem;
}

.termsOfService-agreement li {
	margin: 0.5rem 1rem;
}

@media screen and (max-width:768px) {

	.termsOfService-ul>li,
	.termsOfService-title {
		font-size: 1.4rem;
	}

	.termsOfService-ul ul li,
	.termsOfService-ul ol li {
		font-size: 1.2rem;
	}
}



/* 03_01 */
.otonaProfile-form {
	margin-bottom: 3rem;
}

.otonaProfile-form input {
	margin-bottom: 0.5rem;
	width: 40%;
}

.otonaProfile-form-text {
	margin-bottom: 1rem;
}

.otonaProfile-form .profile_name input {
	margin-right: 1rem;
}

@media screen and (max-width:768px) {
	.otonaProfile-form input {
		margin-bottom: 0.5rem;
		width: 100%;
	}

	.otonaProfile-form .profile_name div {
		width: 100% !important;
	}

	.otonaProfile-form .profile_name input {
		width: 100% !important;
		margin-right: 0;
	}
}


/* 03_02 */
.profileRegistrationReception-box p {
	margin-bottom: 1rem;
}

.Registration-mail {
	font-weight: bold;
	color: #e60012;
}

.loginBack-btn {
	text-align: center;
	margin-top: 2rem;
}

/* 03_03 */
.profileSettingCompleted-box p {
	margin-bottom: 1rem;
}




/*  04_02  */
.otona-index-subTitleList li {
	color: #ff9800;
	font-size: 1.6rem;
	font-weight: bold;
}

.otona-index-allMessage {
	margin-bottom: 0;
	padding: 1.5rem;
	text-align: left;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.message-check_list li {
	margin-right: 2rem;
}

.newMessage-inner li {
	padding: 1rem 2rem 1rem 2rem;
	line-height: 1.4;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
}

.message-title_box .nichinoken-title {
	width: 450px;
	max-width: calc(100% - 260px);
}

@media screen and (max-width:768px) {

	.message-title_box .nichinoken-title {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0.5rem;
	}
}

.newMessage-icon {
	width: 6rem;
	margin-right: 2rem;
	text-align: center;
}

@media print {
	.newMessage-icon {
		width: 7rem;
	}
}

.newMessage-icon span {
	margin: 0.2rem 0;
	display: inline-block;
	padding: 0.1rem 0.5rem;
	background-color: #ffffff;
	font-weight: bold;
	width: 100%;
}

.icon-unread {
	border: 2px solid #ff9830;
	color: #ff9830;
}

.icon-emergency {
	border: 2px solid #e60012;
	color: #e60012;
}

.icon-video {
	border: 2px solid #5f9729;
	color: #5f9729;
}

.icon-parents {
	border: 2px solid #7f65d4;
	color: #7f65d4;

}

.newMessage-text {
	width: calc(100% - 8rem);
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newMessage-data {
	width: 8.5em;
	margin-right: 2rem;
	line-height: 1.2;
}


.newMessage-datatime {
	font-size: 1.5rem;
	color: #333333;
}

@media screen and (min-width:768px) {

	.newMessage-datatime,
	.newMessage-limit {
		display: block;
	}
}

.newMessage-limit {
	font-size: 1.2rem;
	color: #aaaaaa;
}

.newMessage-detail {
	font-size: 1.5rem;
	width: calc(100% - 8em - 2rem);
}

.newMessage-detail a {
	margin-right: 1rem;
}

@media screen and (max-width:768px) {

	.newMessage-inner li {
		padding: 1rem;
	}

	.newMessage-data,
	.newMessage-detail {
		width: 100%;
	}

	.newMessage-data {
		margin-right: 0;
	}
}

/* 04_03 */
.otona-index-messageDetail-box {
	margin: 1rem 0;
}

.otona-index-messageDetail-box .messageDays-box {
	margin-bottom: 1rem;
}

.otona-index-messageDetail-box .days-text {
	font-weight: bold;
}

.otona-index-messageDetail-box .messageTitle-box {
	margin-bottom: 1rem;
}

.otona-index-messageDetail-box .sender-text {
	margin-bottom: 1rem;

}

.otona-index-messageDetail-box .sender-text,
.otona-index-messageDetail-box .courseDay-text {
	text-align: right;
}

.otona-index-messageDetail-box .messageTitle-icon {
	max-width: 6rem;
	margin-right: 2rem;
	text-align: center;
}

@media print {

	.otona-index-messageDetail-box .messageTitle-icon {
		width: 7rem;
	}
}

.otona-index-messageDetail-box .messageTitle-icon span {
	margin: 0.2rem 0;
	display: inline-block;
	padding: 0.1rem 0.5rem;
	background-color: #ffffff;
	font-weight: bold;
	width: 100%;
}

.otona-index-messageDetail-box .messageTitle-text {
	min-width: calc(100% - 8rem);

}

.messageTitle-detail {}

@media screen and (max-width:768px) {

	.otona-index-messageDetail-box .messageTitle-inner li {
		padding: 1rem;
	}

	.otona-index-messageDetail-box .messageTitle-data,
	.otona-index-messageDetail-box .messageTitle-detail {
		width: 100%;
	}

	.otona-index-messageDetail-box .messageTitle-data {
		margin-right: 0;
	}
}

.otona-index-messageDetail-underbox .pager {
	margin: 2rem 0;
}

.otona-index-messageDetail-underbox .messageDl-text {
	text-align: right;
}

.icon-dl:after {
	content: "\e2c4";
	color: #ff9800;
	display: inline-block;
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	font-size: 2rem;
	margin-left: 0.3rem;
}

/*=========================================
tab
=========================================*/

.name-head-wrap {}

@media screen and (max-width:768px) {

	.name-tab-select-outer {
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0;
		vertical-align: middle;
		background-color: #ffffff;
		background-repeat: no-repeat;
		margin-bottom: 1rem;
	}

	.name-tab-select-outer:after {
		position: absolute;
		top: calc(50% - 16px);
		right: 8px;
		bottom: 0;
		width: 0;
		height: 0;
		margin: auto;
		content: '';
		border-top: 4px solid #999;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.name-tab-select {
		width: 100%;
		position: relative;
		font-size: 100%;
		padding: 6px 25px 6px 9px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #aaaaaa;
	}

	.name-tab-select:focus {
		border: 1px solid #81b63d;
		outline: none;
	}

	.name-tab-contents {
		border-top: solid 1px #999999;
		margin-top: 1.4rem;
	}
}

.name-tab {
	height: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 5px solid #00618c;
	margin-bottom: 2rem;
}

.name-tab .name-tab-item-wrap {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.name-tab-item-wrap .name-tab-item {
	display: inline-block;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.5rem;
	text-align: center;
}

.name-tab-item-wrap .name-tab-item a {
	display: block;
	padding: 1rem 1.5rem;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	background: #ffffff;
	color: transparent;
	border: 1px solid transparent;
	border-bottom: none;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.8rem;
	border-color: #cccccc;
	color: #00618c;
}

.name-tab-item-wrap .name-tab-item a:hover {
	background: #00618c;
	border-color: #00618c;
	color: #ffffff;
}


.name-tab-item-wrap .name-tab-item.active a {
	background: #00618c;
	border-color: #00618c;
	color: #ffffff;
}


.otona-index-maincontents {
	width: 810px;
}

@media print,
screen and (max-width:1180px) {
	.otona-index-maincontents {
		width: 70%;
	}
}

@media screen and (max-width:768px) {
	.otona-index-maincontents {
		width: 100%;
	}
}

.text-name {
	font-size: 1.8rem;
}

.text-honorific {
	font-size: 1rem;
}

.otona-index-sidebar {
	width: 300px;
}

@media print,
screen and (max-width:1180px) {
	.otona-index-sidebar {
		width: 26%;
	}

}

@media screen and (max-width:768px) {
	.otona-index-sidebar {
		width: 100%;
		margin-top: 2rem;
	}
}

.otona-mode-text-pc {
	color: #fff;
	text-align: right;
	margin-bottom: 0.5rem;
}

.otona-mode-text-sp {
	color: #fff;
	text-align: center;
	margin-top: 1rem;
}

.otona-linkBnr-box {
	margin-top: 1rem;
	background-color: #e0e0e0;
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-bottom: -1rem;
}

.otona-linkBnr-box li {
	margin: 0.5rem;
	background-color: #fff;
}

.bnr-homePointRegistration {
	border: 2px solid #00618c;
	font-size: 1.8rem;
	color: #333333 !important;
	padding: 0.8rem 2rem;
	display: inline-block;
	height: 46px;
}

.bnr-homePointRegistration:hover {
	text-decoration: none;
	opacity: 0.8;
}

.bnr-SNcS {
	display: inline-block;
	border: 2px solid #00618c;
	color: #333333 !important;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.3rem 2rem;
	line-height: 1.3;
}

.bnr-SNcS:hover {
	opacity: 0.8;
	text-decoration: none;
}

.sncs-jp {
	display: block;
	font-weight: normal;
}

.sncs-sub {
	font-weight: bold;
	font-size: 1.4rem;
	color: #2957ac;
}

.sncs-title {
	font-size: 1.6rem;
	color: #c6141d;
	margin-right: 1rem;
}

.sncs-c {
	color: #500004;
}

.btn-name {
	display: inline-block;
	width: 100%;
	padding: 1rem 0.5rem 1rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ff9800;
	color: #fff !important;
	margin-bottom: 2rem;
	text-align: center;
}

.btn-name:hover {
	text-decoration: none;
	opacity: 0.8;
}

.btn-name h2 {
	margin-bottom: 0.5rem;
}

.btn-name .btn-name-open {
	font-size: 1.4rem;
	text-align: left;
	position: relative;
	padding: 0 0rem 0 1rem;
	text-align: center;
}

.btn-name .btn-name-open:after {
	content: "\e409";
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	font-size: 2.4rem;
	color: #ffffff;
	line-height: 1;
	position: relative;
	top: -1px;
}

.sidebar-link li {
	margin-bottom: 1.5rem;
}

.sidebar-link li:last-child {
	margin-bottom: 0;
}

.sidebar-link-item {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 5.3rem;
	width: 100%;
	padding: 1rem;
	background: #30adc4;
	color: #fff !important;
	position: relative;
	padding-left: 4rem;
	line-height: 1.2;
}

@media screen and (max-width:768px) {
	.sidebar-link-item {
		min-height: 4.8rem;
	}
}

.sidebar-link-item._grayout {
	background: #999999;

}

a.sidebar-link-item:hover {
	text-decoration: none;
	opacity: 0.8;
}

.sidebar-link-item::before {
	content: "\e871";
	position: absolute;
	left: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: 'Material Icons';
	vertical-align: middle;
	line-height: 1;
	font-size: 3rem;
	height: 1em;
	color: #ffffff;

}

.sidebar-link-item .sidebar-link-sub {
	font-size: 1rem;
	width: 100%;
}

/* otona-index-todayQuestion
============================== */
.otona-index-todayQuestion {
	border-radius: 0.5rem;
	border: 1px solid #aaaaaa;
	margin-bottom: 2rem;
	overflow: hidden;
}

.otona-index-todayQuestion-title {
	padding: 1rem 2rem;
	border-radius: 4px 4px 0 0;
	background-color: #e0e0e0;
}

.otona-index-todayQuestion-title .todayQuestion-title {
	font-size: 1.8rem;
	font-weight: bold;
	min-width: 20rem;
}

.otona-index-todayQuestion-title .otona-index-new-text {
	font-size: 1.6rem;
	color: #e60012;
}

.otona-index-todayQuestion-sub {
	min-width: calc(100% - 20rem - 10rem);
}

@media screen and (max-width: 1200px) {
	.otona-index-todayQuestion-sub {
		width: 100%;
	}

	.otona-index-new-text {
		width: calc(100% - 125px);
		text-align: center;
	}

}

@media screen and (max-width:768px) {

	.otona-index-todayQuestion-title .todayQuestion-title {
		width: 100%;
		min-width: auto;
	}

	.otona-index-todayQuestion-sub {
		width: auto;
	}

	.otona-index-todayQuestion-title .otona-index-new-text {
		font-size: 1.4rem;
		color: #e60012;
		text-align: left;
		width: auto;
	}

	.otona-index-todayQuestion-sub {
		min-width: auto;
	}
}

.otona-index-todayQuestion-inner li a {
	padding: 1rem 4rem 1rem 2rem;
	line-height: 1.4;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
}

.otona-index-todayQuestion-inner li:last-child a {
	border-bottom: none;
}

.otona-index-todayQuestion-inner li a::after {
	content: "\e409";
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	line-height: 1;
	font-size: 2.4rem;
	color: #aaaaaa;
	position: absolute;
	right: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	height: 1em;
}

.otona-index-todayQuestion .todayQuestion-icon {
	width: 6rem;
	margin-right: 2rem;
	text-align: center;
}

@media print {
	.otona-index-todayQuestion .todayQuestion-icon {
		width: 7rem;
	}
}

.otona-index-todayQuestion .todayQuestion-icon span {
	margin: 0.2rem 0;
	display: inline-block;
	padding: 0.1rem 0.5rem;
	background-color: #ffffff;
	font-weight: bold;
	width: 100%;
}

.otona-index-todayQuestion .todayQuestion-icon .icon-unread {
	border: 2px solid #ff9830;
	color: #ff9830;
}

.otona-index-todayQuestion .todayQuestion-icon .icon-emergency {
	border: 2px solid #e60012;
	color: #e60012;
}

.otona-index-todayQuestion .todayQuestion-icon .icon-video {
	border: 2px solid #5f9729;
	color: #5f9729;
}

.otona-index-todayQuestion .todayQuestion-icon .icon-parents {
	border: 2px solid #7f65d4;
	color: #7f65d4;

}

.otona-index-todayQuestion .todayQuestion-text {
	width: calc(100% - 8rem);
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.otona-index-todayQuestion .todayQuestion-data {
	width: 8.5em;
	margin-right: 2rem;
	line-height: 1.2;
}

.otona-index-todayQuestion-inner li a:hover {
	text-decoration: none;
	background-color: #ffecec;
}

.otona-index-todayQuestion .todayQuestion-datatime {
	font-size: 1.5rem;
	color: #333333;
}

@media screen and (min-width:768px) {

	.otona-index-todayQuestion .todayQuestion-datatime,
	.otona-index-todayQuestion .todayQuestion-limit {
		display: block;
	}
}

.otona-index-todayQuestion .todayQuestion-limit {
	font-size: 1.2rem;
	color: #aaaaaa;
}

.otona-index-todayQuestion .todayQuestion-detail {
	font-size: 1.5rem;
	width: calc(100% - 8em - 2rem);
}

.otona-index-todayQuestion-inner li a:hover .todayQuestion-detail {
	text-decoration: none;
}


@media screen and (max-width:768px) {

	.otona-index-todayQuestion .todayQuestion-data,
	.otona-index-todayQuestion .todayQuestion-detail {
		width: 100%;
	}

}


/* otona-index-newMessage
============================== */
.otona-index-newMessage {
	border-radius: 0.5rem;
	border: 1px solid #aaaaaa;
	margin-bottom: 2rem;
	overflow: hidden;
}

.otona-index-newMessage-title {
	padding: 1rem 2rem;
	border-radius: 4px 4px 0 0;
	background-color: #e0e0e0;
}

.otona-index-newMessage-title .newMessage-title {
	font-size: 1.8rem;
	font-weight: bold;
	min-width: 20rem;
}

.otona-index-newMessage-title .otona-index-new-text {
	font-size: 1.6rem;
	color: #e60012;
}

.otona-index-newMessage-sub {
	min-width: calc(100% - 20rem - 10rem);
}

@media screen and (max-width: 1200px) {
	.otona-index-newMessage-sub {
		width: 100%;
	}

	.otona-index-new-text {
		width: calc(100% - 125px);
		text-align: center;
	}

}

@media screen and (max-width:768px) {


	.otona-index-newMessage-title .newMessage-title {
		width: 100%;
		min-width: auto;
	}

	.otona-index-newMessage-sub {
		width: auto;
	}

	.otona-index-newMessage-title .otona-index-new-text {
		font-size: 1.4rem;
		color: #e60012;
		min-width: auto;
		width: auto;
		text-align: left;
	}

	.otona-index-newMessage-sub {
		min-width: auto;
	}
}

.otona-index-newMessage-inner li a {
	padding: 1rem 4rem 1rem 2rem;
	line-height: 1.4;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
}

.otona-index-newMessage-inner li:last-child a {
	border-bottom: none;
}

.otona-index-newMessage-inner li a::after {
	content: "\e409";
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	line-height: 1;
	font-size: 2.4rem;
	color: #aaaaaa;
	position: absolute;
	right: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	height: 1em;
}

.otona-index-newMessage .newMessage-icon {
	width: 6rem;
	margin-right: 2rem;
	text-align: center;
}

@media print {
	.otona-index-newMessage .newMessage-icon {
		width: 7rem;
	}
}

.otona-index-newMessage .newMessage-icon span {
	margin: 0.2rem 0;
	display: inline-block;
	padding: 0.1rem 0.5rem;
	background-color: #ffffff;
	font-weight: bold;
	width: 100%;
}

.otona-index-newMessage .newMessage-icon .icon-unread {
	border: 2px solid #ff9830;
	color: #ff9830;
}

.otona-index-newMessage .newMessage-icon .icon-emergency {
	border: 2px solid #e60012;
	color: #e60012;
}

.otona-index-newMessage .newMessage-icon .icon-video {
	border: 2px solid #5f9729;
	color: #5f9729;
}

.otona-index-newMessage .newMessage-icon .icon-parents {
	border: 2px solid #7f65d4;
	color: #7f65d4;

}

.otona-index-newMessage .newMessage-text {
	width: calc(100% - 8rem);
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.otona-index-newMessage .newMessage-data {
	width: 8.5em;
	margin-right: 2rem;
	line-height: 1.2;
}

.otona-index-newMessage-inner li a:hover {
	text-decoration: none;
	background-color: #ffecec;
}

.otona-index-newMessage .newMessage-datatime {
	font-size: 1.5rem;
	color: #333333;
}

@media screen and (min-width:768px) {


	.otona-index-newMessage .newMessage-datatime,

	.otona-index-newMessage .newMessage-limit {
		display: block;
	}
}

.otona-index-newMessage .newMessage-limit {
	font-size: 1.2rem;
	color: #aaaaaa;
}

.otona-index-newMessage .newMessage-detail {
	font-size: 1.5rem;
	width: calc(100% - 8em - 2rem);
}

.otona-index-newMessage-inner li a:hover .newMessage-detail {
	text-decoration: none;
}


@media screen and (max-width:768px) {


	.otona-index-newMessage .newMessage-data,

	.otona-index-newMessage .newMessage-detail {
		width: 100%;
	}

}

.otona-index-newMessage .newMessage-more a {
	padding: 1rem 4rem 1rem 2rem;
	width: 100%;
	position: relative;
	border-top: 1px solid #aaaaaa;
}

.otona-index-newMessage .newMessage-more a:hover {
	background-color: #ffecec;
	/* color: #333333; */
	text-decoration: none;
}

.otona-index-newMessage .newMessage-more i {
	color: #9a5bb4;
	font-size: 2.4em;
	text-align: center;
	width: 6rem;
	margin-right: 2rem;
}

@media print {
	.otona-index-newMessage .newMessage-more i {
		width: 7rem;
	}
}

.otona-index-newMessage .newMessage-more a::after {
	content: "\e409";
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	line-height: 1;
	font-size: 2.4rem;
	color: #aaaaaa;
	position: absolute;
	right: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	height: 1em;
}

@media screen and (max-width:768px) {
	.otona-index-newMessage .newMessage-more a {
		font-size: 1.5rem;
	}
}

/* 05_01 */
.profileUpdate-title {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff9800;
	margin-bottom: 1rem;
}

.otonaUserSetting-form {
	margin-bottom: 3rem;
}

.otonaUserSetting-form input {
	width: 40%;
}

.otonaUserSetting-form .profile_name input,
.otonaUserSetting-form .profile_photo input,
.otonaUserSetting-form .profile_publishing li {
	margin-right: 1rem;
}

.otonaUserSetting-form .profile_photo img {
	max-width: 100%;
}

/* .otonaUserSetting-form .profile_birth .m-form > div{
	margin-right: 1rem;
} */
.otonaUserSetting-form .profile_photo figure,
.otonaUserSetting-form .profile_photo .m-form {
	margin-bottom: 1rem;
}

.otonaUserSetting-form .profile_photo figure {
	max-width: 240px;
}

@media screen and (max-width:768px) {
	.profileUpdate-title {
		font-size: 1.4rem;
	}

	.otonaUserSetting-form input {
		margin-bottom: 0.5rem;
		width: 100%;
	}

	.otonaUserSetting-form .profile_photo input {
		width: calc(100% - 6rem) !important;
	}

	.otonaUserSetting-form .profile_name div {
		width: 100% !important;
	}

	.otonaUserSetting-form .profile_name input {
		width: 100% !important;
		margin-right: 0;
	}
}


/* 06_01 */
.otonaLoginPasswordReset-form {
	margin-bottom: 2rem;
}

.otonaLoginPasswordReset-form input {
	width: 40%;
}

.otonaLoginPasswordReset-text {
	margin-bottom: 2rem;
}

.profileLoginMailReset-form-complete {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff9800;
}

@media screen and (max-width:768px) {
	.otonaLoginPasswordReset-form input {
		margin-bottom: 0.5rem;
		width: 100%;
	}

	.profileLoginMailReset-form-complete {
		font-size: 1.4rem;
	}
}

/* 06_02 */
.profileLoginPasswordReset-box p {
	margin-bottom: 1rem;
}

/* 06_03 */
.profileLoginPasswordReset-form {
	margin-bottom: 3rem;
}

.profileLoginPasswordReset-form input {
	margin-bottom: 0.5rem;
	width: 40%;
}

.profileLoginPasswordReset-form-text {
	margin-bottom: 1rem;
}

.profileLoginPasswordReset-form .profile_name input {
	margin-right: 1rem;
}

@media screen and (max-width:768px) {
	.profileLoginPasswordReset-form input {
		margin-bottom: 0.5rem;
		width: 100%;
	}

	.profileLoginPasswordReset-form .profile_name div {
		width: 100% !important;
	}

	.profileLoginPasswordReset-form .profile_name input {
		width: 100% !important;
		margin-right: 0;
	}
}

/* 06_04 */
.profileLoginMailReset-form {
	margin-bottom: 3rem;
}

.profileLoginMailReset-form input {
	width: 40%;
}

.profileLoginMailReset-form-text {
	margin-bottom: 1rem;
}

.profileLoginMailReset-form .profile_name input {
	margin-right: 1rem;
}

@media screen and (max-width:768px) {
	.profileLoginMailReset-form input {
		margin-bottom: 0.5rem;
		width: 100%;
	}

	.profileLoginMailReset-form .profile_name div {
		width: 100% !important;
	}

	.profileLoginMailReset-form .profile_name input {
		width: 100% !important;
		margin-right: 0;
	}
}

.userSetting-remodal {
	text-align: left;
}

.userSetting-remodal .userSetting-test_list {
	margin: 1rem 0;
	list-style: decimal;
	padding-left: 1.5em;
}

.userSetting-remodal .btn-post {
	margin-top: 1rem;
}

.userSetting-attention-text {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/* 07_01 */
.studentBrowsing-form {
	margin-bottom: 3rem;
}

.studentBrowsing-form input {
	width: 40%;
}

.studentBrowsing-form-text {
	margin-bottom: 1rem;
}

.studentBrowsing-form .profile_name input {
	margin-right: 1rem;
}

.studentBrowsing_table table {
	width: 60%;
}

.studentBrowsing_table table ._btn {
	width: 5em;
	text-align: center;
}

@media screen and (max-width:768px) {
	.studentBrowsing-form input {
		margin-bottom: 0.5rem;
		width: 100%;
	}

	.studentBrowsing_table table {
		width: 100%;
	}

	.studentBrowsing-form .profile_name div {
		width: 100% !important;
	}

	.studentBrowsing-form .profile_name input {
		width: 100% !important;
		margin-right: 0;
	}
}

.studentBrowsingCancellation_title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.studentBrowsingCancellation_title::before {
	content: "\e002";
	display: inline-block;
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	margin-right: 0.2rem;
	font-size: 2.2rem;
	font-weight: normal;
	color: #e60012;
}

.studentBrowsingCancellation-box button {
	margin: 0.5rem;
}

/* 08_01 */

.historyPoint-form {
	margin-bottom: 3rem;
}

.historyPoint-form input {
	width: 40%;
}

.historyPoint-form-text {
	margin-bottom: 1rem;
}

.historyPoint_table ._num {
	text-align: right;
	width: 5em;
}

.historyPoint_table ._point {
	text-align: right;
	width: 10em;
}

.historyPoint_table ._day {
	width: 7em;
	text-align: right;
}

.historyPoint_text {
	margin-bottom: 1rem;
}

.historyPoint-btn {
	margin-bottom: 1rem;
}

@media screen and (max-width:768px) {
	.historyPoint-form input {
		width: 100%;
	}

	.historyPoint_table ._num {
		width: 3.5em;
	}

	.historyPoint_table ._point {
		width: 6em;
	}

	.historyPoint_table ._day {
		width: 6.5em;
	}
}

/* 09_01 */

.memberCard-form {
	margin-bottom: 3rem;
}

.memberCard-form input {
	width: 40%;
}

.memberCard-form-text {
	margin-bottom: 1rem;
}

.memberCard_table ._piece {
	text-align: center;
	width: 20em;
}

.memberCard_table ._day {
	width: 20em;
	text-align: right;
}

.memberCard_table ._num {
	text-align: right;

}

.memberCard_text {
	margin-bottom: 1rem;
}

.memberCard-btn {
	margin-bottom: 1rem;
}

.memberCardRegister_title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.memberCardRegister_title::before {
	content: "\e002";
	display: inline-block;
	font-family: 'Material Icons Outlined';
	vertical-align: middle;
	margin-right: 0.2rem;
	font-size: 2.2rem;
	font-weight: normal;
	color: #e60012;
}

.memberCardRegister-box button {
	margin: 0.5rem;
}

.memberCard-form-complete {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff9800;
}

@media screen and (max-width:768px) {
	.memberCard-form input {
		width: 100%;
	}

	.memberCard_table ._piece {
		width: 10em;
	}

	.memberCard_table ._day {
		width: 6.5em;
	}

	.memberCard-form-complete {
		font-size: 1.4rem;
	}
}

/* 11_01 */
.otona-accountTransfer-title {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff9800;
}

.otona-accountTransfer_table ._day {
	width: 8em;
	text-align: center;
}

.otona-accountTransfer_table ._btn {
	width: 3em;
}


.otona-accountTransfer_table ._btn button+button {
	margin-top: 0.5rem;
}

@media screen and (max-width:768px) {
	.otona-accountTransfer-title {
		font-size: 1.4rem;
	}
}


/* 11_02 */
.otona-bankAccount-title {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
	margin-bottom: 1rem;
}

.otona-bankAccountLead_table {
	width: 60%;
}

.otona-bankAccountLead_table table {
	font-weight: bold;
	font-size: 1.6rem;
}

.otona-bankNumber_table th {
	text-align: left !important;
	width: 14em;
}

.otona-bankDetail_table table+table {
	margin-top: 1rem;
}

.otona-bankAccount_table ._information {
	width: 10em;
}

.otona-bankAccount_table ._account {
	width: 4em;
}

.otona-bankDetail_table ._quantity {
	text-align: right;
	width: 5em;
}

.otona-bankDetail_table ._money {
	text-align: right;
}

.otona-bankDetail_table ._total {
	text-align: right;
}

.otona-bankDetail_table ._text {
	width: 30em;
}

.otona-bankDetail-text {
	margin-bottom: 1rem;
}

.text_tax {
	text-align: right;
}

.createdDate-text {
	text-align: right;
}

@media screen and (max-width:768px) {

	.otona-bankNumber_table th {
		width: 10em;
	}

	.otona-bankAccountLead_table {
		width: 100%;
		font-size: 1.4rem;
	}

	.otona-bankAccount-title {
		font-size: 1.4rem;
	}

	.otona-bankDetail_table ._text {
		width: auto;
	}

}

/* *** 12_01 *** */
.loggedIn-text {
	text-align: center;
	margin: auto;
	margin-bottom: 2rem;
}

.loginSetting-tab-contents.loggedIn-contents {
	padding: 2rem;
}

/* *** 04_04 *** */

.messageDelete-text {
	text-align: center;
	margin-bottom: 2rem;
}

.messageDelete-text p {
	margin-bottom: 1rem;
	/* font-size: 1.8rem; */
}

.messageDelete-btn-box {
	margin-bottom: 1rem;
}

.messageDelete-btn-box button {
	margin: 0.5rem;
}

.messageDelete-backbtn-box {
	text-align: right;
}

@media screen and (max-width:768px) {
	.personalnumber-text p {
		/* font-size: 1.6rem; */
	}

}
/**** 13_01 ****/

.link-text i {
	font-size: 2rem;
	color: #cc0000;
	margin-right: 0.2rem;
}
.link-text._gray {
	background-color: #eee;
	padding: 1rem;
	display: inline-block;
	margin-bottom: 1rem;
}

.link-text._gray li {
	margin-right: 1rem;
}
.postConfirmation-text {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
	margin: 1rem 0;
}

@media screen and (max-width: 768px) {
	.postConfirmation-text {
		font-size: 1.4rem;
	}
}

/**** 13_02 ****/
.downloadServiceApplication_table table {
	font-size: 1.4rem;
}

.downloadServiceApplication_table table th {
	width: 12em;
}

.specifiedCommercialTransactionLaw_box {
	margin-bottom: 2rem;
}

.law-title {
	padding: 1rem;
	background-color: #eeeeee;
	margin-bottom: 1rem;
}

.specifiedCommercialTransactionLaw_box table th {
	padding: 0.5rem 1rem 0.5rem 0;
	font-weight: normal;
	word-break: keep-all;
}

.specifiedCommercialTransactionLaw_box table td {
	padding: 0.5rem 0;
	word-break: break-all;
}

.btn-post {
	margin-top: 1rem;
}

.btn-post button {
	margin: 0 1rem;
}

@media screen and (max-width: 768px) {
	.downloadServiceApplication_table table {
		font-size: 1.2rem;
	}

	.btn-post button {
		margin-bottom: 1rem;
	}

	.btn-post a {
		margin-bottom: 1rem;
	}
}

/**** 14_01 ****/
.passHistoryMonths-link {
	margin-bottom: 2rem;
}

.passHistoryMonths-link li {
	margin-right: 2rem;
}

.passHistoryMonths-link li:before {
	content: "▼";
	padding-right: 0.2rem;
	color: #ff9800;
}

.passHistoryMonths-title {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
	margin: 1rem 0;
}

@media screen and (max-width: 768px) {
	.passHistoryMonths-title {
		font-size: 1.4rem;
	}
}


/**** 15_01 ****/

.GoodsSalesService-end {
	color: #0000ff;
}
.GoodsSalesService-flow {
	margin-top: 1rem;
	margin-bottom: 2rem;
	text-align: center;
	font-size: 1.6rem;
}

.GoodsSalesService-flow ._flow-list {
	width: calc(80% / 3 - 3rem);
	padding: 1rem;
	background-color: #999999;
	color: #ffffff;
}

.GoodsSalesService-flow ._flow-list._active {
	background-color: #1aae6b;
}

.GoodsSalesService-flow ._flow-arrow {
	width: 4rem;
	padding: 1rem;
	color: #ff9800;
}

.GoodsSalesServiceTransactionLaw_box {
	margin-bottom: 2rem;
}

.GoodsSalesServiceTransactionLaw_box table th {
	padding: 0.5rem 1rem 0.5rem 0;
	font-weight: normal;
	width: 10em;
	word-break: keep-all;
}

.GoodsSalesServiceTransactionLaw_box table td {
	padding: 0.5rem 0;
	word-break: break-all;
}
@media screen and (max-width: 768px) {
	.GoodsSalesService-flow {
		font-size: 1.4rem;
	}

	.GoodsSalesService-flow ._flow-list {
		width: 100%;
	}
}
.GoodsSalesService_box {
	margin-bottom: 2rem;
}
.GoodsSalesService_box ._title {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #2491b3;
}

.GoodsSalesService_box ._sub-title {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	font-weight: bold;
}

.GoodsSalesService_box .select {
	width: 5em;
}
.GoodsSalesService_twobtn .btn-bg {
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.GoodsSalesService-text {
	width: calc(100% - 180px);
	padding-right: 3rem;
}

.GoodsSalesService-itemBox {
	margin-bottom: 2rem;
}

.GoodsSalesService-img {
	width: 180px;
}

.GoodsSalesService-img img {
	max-width: 100%;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
	.GoodsSalesService-text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 2rem;
	}

	.GoodsSalesService-img {
		width: 100%;
	}
}

/**** 15_02 ****/
.GoodsSalesService-table-box {
	margin-bottom: 3rem;
}

.goodsOrderDetails_table table {
	width: 50%;
}

.goodsOrderDetails_table ._quantity,
.goodsOrderDetails_table ._price {
	text-align: right;
}

.goodsOrderDetails_table ._subtotal th,
.goodsOrderDetails_table ._taxIncluded th {
	background: #1aae6b !important;
	color: #ffffff !important;
}

.goodsOrderDetails_table ._subtotal ._price,
.goodsOrderDetails_table ._taxIncluded ._price {
	background-color: #c2ffe3;
}

.goodsOrderDetails_table ._total th {
	background: #ff9800 !important;
	color: #ffffff !important;
}

.goodsOrderDetails_table ._total ._price {
	background-color: #f8f6cc;
}

.GoodsSalesService-table-box .btn-bg {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.goodsOrderDetails_table table {
		width: 100%;
	}
}

/* *** 15_03 *** */
.GoodsSalesService_box .complete-text {
	margin-bottom: 2rem;
}

/* ***** 15_04 ***** */
.GoodsSalesService-mordal {
	position: relative;
	padding: 4rem 4rem 2rem;
	max-width: 800px;
	margin: auto;
}

.GoodsSalesService-mordal img {
	width: 100%;
}

.GoodsSalesService-mordal .close-btn {
	position: absolute;
	top: 0;
	left: 0;
}

.GoodsSalesService-mordal .close-btn:before {
	content: "\e5cd";
	text-align: center;
	margin: auto;
	font-family: "Material Icons Outlined";
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	font-size: 3rem;
	display: block;
}

.GoodsSalesService-mordal .mordal-title {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
	margin: 1rem 0;
	text-align: center;
}

.GoodsSalesService-mordal .GoodsSalesService-mordal_table {
	margin-bottom: 1rem;
}

.GoodsSalesService-mordal .system-error-text {
	text-align: center;
}

.GoodsSalesService-mordal ._quantity {
	width: 4em;
	text-align: center;
}
.GoodsSalesService-mordal ._day {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.point-mordal {
		padding: 4rem 2rem 2rem;
	}
}

.logInParentsForm-box input {
	width: 40%;
}

@media screen and (max-width: 768px) {
	.logInParentsForm-box input {
		width: 100%;
	}
}
