@charset "UTF-8";

.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: 15em;
	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: #e60012;
	color: #FFF;
	border: solid 1px #e60012;
	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 .logInForm-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;
}

.loginSetting-tab-contents .checkPassword:checked+.togglePassword>.ma-e8f4:before {
	display: inline-block;
}

.loginSetting-tab-contents .checkPassword:checked+.togglePassword>.ma-e8f5:before {
	display: none;
}

.loginSetting-tab-contents .btn-bg.primary {
	color: #ffffff;
	background: #e60012;
	border: 1px solid #e60012;
}

@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_pdf {
	position: relative;
	padding-left: 2.2rem;
	display: inline-block;
}

.icon_pdf:before {
	content: "\e415";
	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;
}

.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;
}

.logInForm-box {
	margin-bottom: 3rem;
}

.logInForm-box .parts-forms-block {
	margin-bottom: 2rem;
}

.logInForm-box input {
	width: 40%;
}

.logInAlert-box {
	border: 1px solid #e60012;
	background: #f8f6cc;
	padding: 1rem;
	margin-bottom: 2rem;
}

.logInAlert-box p+p {
	margin-top: 1rem;
}

input::placeholder {
	color: #bebebe;
}

input::-ms-input-placeholder {
	color: #bebebe;
}

input:-ms-input-placeholder {
	color: #bebebe;
}

.logInForm-box .parts-forms-btn {
	text-align: center;
}

.LogInForm-link {
	margin-bottom: 1rem;
}

@media screen and (max-width:768px) {

	.logInForm-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: inline;
}

.ma-e8f5:before {
	content: "\e8f5";
	display: none;
}

.checkPassword:checked+.togglePassword>.ma-e8f4:before {
	display: none;
}

.checkPassword:checked+.togglePassword>.ma-e8f5:before {
	display: inline-block;
}

@media screen and (max-width:768px) {

	.togglePassword {
		width: 100%;
	}
}

/* 01_02 */

.logInParentsForm-box {
	margin-bottom: 1rem;
}

.logInParentsForm-lead-box {
	margin-bottom: 1rem;
}

.logInParentsForm-box .parts-forms-block {
	margin-bottom: 2rem;
}

.logInParentsForm-box input {
	width: 40%;
}

.logInParentsForm-box .parts-forms-btn {
	text-align: center;
}

@media screen and (max-width:768px) {

	.logInParentsForm-box input {
		width: 100%;
	}
}

/* 01_03 */
.firstLogin-form {
	margin-bottom: 3rem;
}

.firstLogin-form input {
	margin-bottom: 0.5rem;
	width: 40%;
}

.firstLogin-form-text {
	margin-bottom: 1rem;
}

@media screen and (max-width:768px) {
	.firstLogin-form input {
		width: 100%;
	}
}

/* 02_01 */
.ResettingPassword-text-box {
	margin-bottom: 2rem;
}

.personalnumber-text {
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}

.ResettingPassword-btn-box button {
	margin: 0.5rem;
}

@media screen and (max-width:768px) {
	.personalnumber-text {
		font-size: 1.6rem;
	}

}

/* 03_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;
}

.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 {
		font-size: 1.2rem;
	}
}

/* 04_01 */
.RequestConsent-text-right {
	text-align: right;
}

.RequestConsent-text-box,
.RequestConsent-item {
	margin-bottom: 3rem;
}

.RequestConsent-text-box p+p {
	margin-top: 1rem;
}

.RequestConsent-text-box .user-error-text {
	text-align: center;
}

.RequestConsent_title {
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 2px solid #cc0000;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.RequestConsent-lead {
	margin-bottom: 2rem;
}

.RequestConsent-lead p+p {
	margin-top: 1rem;
}

.RequestConsent_table .user-error-text {
	font-size: 1.2rem;
}

.RequestConsent_table ._num {
	width: 3em;
}

.RequestConsent_table ._item {
	word-break: keep-all;
	width: 6em;
	text-align: left !important;
}

.RequestConsent_table ._buzzer {
	width: 10em;
	text-align: left !important;
}

.RequestConsent_table ._name-input input {
	width: 40em;
	margin: 0.2rem 0;
}

.RequestConsent_table ._tel-input input {
	width: 6em;
	margin: 0.2rem 0;
}

.RequestConsent_subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}

@media screen and (max-width:768px) {
	.RequestConsent_title {
		font-size: 1.8rem;
	}

	.RequestConsent_table ._name-input input {
		width: 100%;
	}
}

.RequestConsent_list {
	margin-bottom: 2rem;
}

.RequestConsent_list>li {
	margin-bottom: 0.5rem;
}

.RequestConsent_list>li::before {
	content: "♦";
	color: #ff9800;
}

.RequestConsent_list ul li {
	padding-left: 1em;
}

/* 05_01 */
.resettingPasswordForm-box {}

.resettingPasswordForm-box input {
	width: 40%;
}

.resettingPasswordForm-box .parts-forms-block {
	margin-bottom: 2rem;
}

.resettingPasswordForm-box .parts-forms-btn {
	text-align: left;
	margin-bottom: 2rem;
}

@media screen and (max-width:768px) {

	.resettingPasswordForm-box input {
		width: 100%;
	}
}

/* ***** tab ***** */

.userSetting-tab-button-outer {
	display: block;
}

.userSetting-tab-select-outer {
	display: none;
}

.userSetting-tab-group {
	display: flex;
	justify-content: center;
}

.userSetting-tab {
	flex-grow: 1;
	list-style: none;
	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;
}

.userSetting-tab._tab-grayout {

	cursor: auto;
	background-color: #999999;
}

.userSetting-tab:last-child {
	border-right: solid 1px #999999;
}

.userSetting-tab.is-active {
	background: #ff9800;
	color: #FFF;
	border: solid 1px #ff9800;
	transition: all 0.2s ease-out;
}

.userSetting-tab.is-active+.userSetting-tab {
	border-left: none;
}


.userSetting-tab a,
.userSetting-tab._tab-grayout p {
	color: #333333 !important;
	padding: 1rem;
	width: 100%;
	display: inline-block;
	text-decoration: none !important;
}

.userSetting-tab.is-active a {
	color: #FFF !important;
}

.userSetting-tab-contents {
	border: solid 1px #999999;
	border-top: none;
	padding: 2rem;
}

.cannotChanged-text {
	text-align: center;
	color: #e60012;
}

@media screen and (max-width:768px) {

	.userSetting-tab-button-outer {
		display: none;
	}

	.userSetting-tab-select-outer {
		display: block;
	}

	.userSetting-tab-select-outer {
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0;
		vertical-align: middle;
		background-color: #ffffff;
		background-repeat: no-repeat;
	}

	.userSetting-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;
	}

	.userSetting-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;
	}

	.userSetting-tab-select:focus {
		border: 1px solid #81b63d;
		outline: none;
	}

	.userSetting-tab-contents {
		border-top: solid 1px #999999;
		margin-top: 1.4rem;
	}
}

.userSetting-tab-form {
	margin-bottom: 3rem;
}

.userSetting-tab-form input {
	margin-bottom: 0.5rem;
}

.userSetting-tab-form input {
	width: 40%;
}

.userSetting-tab-leadBox {
	margin-bottom: 2rem;
}

.userSetting-tab-leadBox .user-error-text {
	margin-top: 1rem;
}

.userSetting-attention-text {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.userSetting-right-text {
	text-align: right;
	margin-top: 1rem;
}

.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;
}

@media screen and (max-width:768px) {

	.userSetting-tab-form input {
		width: 100%;
	}
}

/* 06_03 */

.userSetting-RequestConsent_table .user-error-text {
	font-size: 1.2rem;
}

.userSetting-RequestConsent_table ._num {
	width: 3em;
}

.userSetting-RequestConsent_table ._item {
	word-break: keep-all;
	width: 6em;
	text-align: left !important;
}

.userSetting-RequestConsent_table ._buzzer {
	width: 10em;
	text-align: left !important;
}

.userSetting-RequestConsent_table ._name-input input {
	width: 40em;
	margin: 0.2rem 0;
}

.userSetting-RequestConsent_table ._tel-input input {
	width: 6em;
	margin: 0.2rem 0;
}

@media screen and (max-width:768px) {
	.userSetting-RequestConsent_table ._name-input input {
		width: 100%;
	}
}

/* 06_04 */

.userSetting-returneeChildren_form .radio {
	margin-right: 2rem;
}

.userSetting-returneeChildren_form .heading {
	margin-bottom: 0.5rem;
}

.userSetting-returneeChildren_form input {
	width: 40%;
}

@media screen and (max-width:768px) {}

/* 07_01 */

.opinionsRequestsBox {}

.opinionsRequests-title {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
}

.opinionsRequests-list {
	margin-bottom: 2rem;
}

.opinionsRequests-access {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.opinionsRequests-access ul {
	margin-bottom: 1rem;
}

.opinionsRequests-access p+p {
	margin-top: 1rem;
}

.opinionsRequestsBox .leadBox-linkBox {
	margin-bottom: 2rem;

}

/* 08_01 */

.contactBox,
.contactFlowBox {
	margin-bottom: 2rem;
}

.contactFlowBox p+p {
	margin-top: 1rem;
}

.contact-title {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
}

.contact-list {
	margin-bottom: 2rem;
}

.contact-support {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.contact-support ul {
	margin-bottom: 1rem;
	list-style: disc;
	padding-left: 2.5rem;
}

.contactBox .leadBox-linkBox {
	margin-bottom: 2rem;

}


/* 09_01 */
.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;
}

.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%;
}

.newMessage-icon .icon-unread {
	border: 2px solid #ff9830;
	color: #ff9830;
}

.newMessage-icon .icon-emergency {
	border: 2px solid #e60012;
	color: #e60012;
}

.newMessage-icon .icon-video {
	border: 2px solid #5f9729;
	color: #5f9729;
}

.newMessage-icon .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;
	}
}

/* 09_02 */
.messageDetail-box {
	margin: 1rem 0;
}

.messageDays-box {
	margin-bottom: 1rem;
}

.days-text {
	font-weight: bold;
}

.messageTitle-box {
	margin-bottom: 1rem;
}

.messageDetail-box .sender-text {
	margin-bottom: 1rem;

}

.sender-text,
.courseDay-text {
	text-align: right;
}

.messageTitle-icon {
	max-width: 6rem;
	margin-right: 2rem;
	text-align: center;
}

@media print {
	.messageTitle-icon {
		width: 7rem;
	}
}

.messageTitle-icon span {
	margin: 0.2rem 0;
	display: inline-block;
	padding: 0.1rem 0.5rem;
	background-color: #ffffff;
	font-weight: bold;
	width: 100%;
}

.messageTitle-icon .icon-unread {
	border: 2px solid #ff9830;
	color: #ff9830;
}

.messageTitle-icon .icon-emergency {
	border: 2px solid #e60012;
	color: #e60012;
}

.messageTitle-icon .icon-video {
	border: 2px solid #5f9729;
	color: #5f9729;
}

.messageTitle-icon .icon-parents {
	border: 2px solid #7f65d4;
	color: #7f65d4;

}

.messageTitle-text {
	min-width: calc(100% - 8rem);

}

.messageTitle-detail {}

@media screen and (max-width:768px) {

	.messageTitle-inner li {
		padding: 1rem;
	}

	.messageTitle-data,
	.messageTitle-detail {
		width: 100%;
	}

	.messageTitle-data {
		margin-right: 0;
	}
}

.messageDetail-underbox .pager {
	margin: 2rem 0;
}

.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;
}

/* 10_01 */
.messageDetailSbj-box {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.messageDetailSbj-underbox .pager {
	margin: 2rem 0;
}

.messageTitle-text-sbj {
	font-size: 1.6rem;
	border-bottom: 2px solid #eeeeee;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.messageTitle-text-sbj::before {
	display: inline-block;
	font: normal normal normal 14px/1 'Material Icons Outlined';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2rem;
	vertical-align: sub;
	line-height: 1;
	margin-right: 0.5rem;
}

.messageTitle-text-sbj.color-kokugo::before {
	font-family: 'Material Icons Outlined';
	content: "\ea19";
}

.messageTitle-text-sbj.color-sansu::before {
	font-family: 'Material Icons Outlined';
	content: "\ea5f";
}

.messageTitle-text-sbj.color-rika::before {
	font-family: 'Material Icons Outlined';
	content: "\ea4b";
}

.messageTitle-text-sbj.color-shakai::before {
	font-family: 'Material Icons Outlined';
	content: "\e80b";
}


.messageTitle-text-sbjsub {
	font-size: 1.6rem;
	color: #ff9800;
	margin-bottom: 0.5rem;
}

@media screen and (max-width:768px) {
	.messageTitle-text-sbj {
		font-size: 1.4rem;
	}

	.messageTitle-text-sbjsub {
		font-size: 1.4rem;
	}
}

/* 09_03 */
.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; */
	}

}

/* 10_01 */
.messageDetailMin-box {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

/* 12_01 */
.qaList-title {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.qaList-list {

	list-style: disc;
	padding-left: 2em;
	margin-bottom: 2rem;
}

.qa-title {
	font-size: 1.6rem;
	color: #30adc4;
	font-weight: bold;
	margin-bottom: 1rem;
}

.qaDetail-box {
	margin-bottom: 5rem;
}

.qaDetail-box>dt {
	font-weight: normal;
	padding-left: 2em;
	position: relative;
}

.qaDetail-box>dt::before {
	content: "Q：";
	position: absolute;
	left: 0;
	width: 2em;
	text-align: right;
}

.qaDetail-box>dd {
	margin-bottom: 3rem;
	padding-left: 2em;
	position: relative;
}

.qaDetail-box>dd::before {
	content: "A：";
	position: absolute;
	left: 0;
	width: 2em;
	text-align: right;
}

.qaDetail-box figure {
	margin-top: 0.5rem;
}

.qaDetail-box p+p {
	margin-top: 1rem;
}

.qaDetail-box .qaDetail-innerlist li {
	margin-top: 1rem;
}

.qaDetail-box .qaDetail-innerdl dt,
.qaDetail-box .qaDetail-innerdl dd {
	padding-left: 1em;
}

.qaDetail-box .qaDetail-innerdl dt {
	text-indent: -1em;
}

.qaDetail-box img {
	max-width: 100%;
}

.qaDetail-box .qaDetail-innerdl dt {
	margin-top: 1rem;
	font-weight: normal;
}

.qaDetail-innerlink {
	margin-top: 1rem;
}

.qaDetail-innerlink li {
	margin-top: 0.3rem;
}

@media screen and (max-width:768px) {

	.qaList-title,
	.qa-title {
		font-size: 1.4rem;
	}
}


/* *** info-base-01_01 *** */
.base-subTitle {

	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
	margin-bottom: 1rem;
}

.base-list {
	margin-bottom: 2rem;
	list-style: disc;
	padding-left: 1.5em;
}

.base-text {
	margin-bottom: 1rem;
}

.base-img img {
	margin-bottom: 2rem;
	max-width: 100%;
}

.base-img-two img {
	margin-right: 2rem;
	margin-bottom: 2rem;
	max-width: 100%;
}

.base-img-text {
	margin-bottom: 2rem;
}

.base-img-text img {
	float: left;
	padding-right: 2rem;
	margin-bottom: 1rem;
	max-width: 100%;
}

.base-img-text::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width:768px) {

	.base-subTitle {
		font-size: 1.4rem;
	}
}

/* 14_01 */
.aboutSite-itemBox {
	margin-bottom: 3rem;
}

.aboutSite-itemBox>dt {
	font-size: 1.6rem;
	color: #ff9800;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.aboutSite-itemBox>dd {
	margin-bottom: 2rem;
	padding: 0 1.6rem;
}

.aboutSite-browser dt {
	border-bottom: solid 2px #333333;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}

.aboutSite-browser dd {
	margin-bottom: 1rem;
}

.aboutSite-browser ul {
	margin-bottom: 1rem;
	list-style: inside;
	padding-left: 1rem;
}

.aboutSite-HowTo {
	margin-bottom: 1rem;
	list-style: decimal;
	padding-left: 2rem;
}

.aboutSite-requestsBox {
	background-color: #f8f6cc;
	padding: 1rem 1.5rem;
}

.requests-title {
	font-size: 1.6rem;
	color: #e60012;
	font-weight: bold;
	margin-bottom: 0.5rem;

}

.requests-text {
	padding: 0 1.6rem;

}

@media screen and (max-width:768px) {

	.aboutSite-itemBox>dt,
	.aboutSite-browser dt,
	.requests-title {
		font-size: 1.4rem;
	}

	.aboutSite-itemBox>dd,
	.requests-text {
		padding: 0 1.4rem;
	}
}