@charset "utf-8";
/* ========================================================
  RESET
========================================================= */
* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
	position: relative;
}

body {
	color: #000;
	cursor: default;
	font-family: 'Noto Sans JP', "Yu Gothic", "YuGothic",
		"Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic",
		Sans-Serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 2.0;
	word-wrap: break-word;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	text-align: justify;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}

a {
	color: #0071bc;
	transition: all .2s;
}

a:hover, a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

a img {
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.clear {
	clear: both;
}

/* ========================================================
  LAYOUT
========================================================= */
#wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.header-global {
	background-color: #fff;
	width: 100%;
}

.header-global__inner {
	max-width: 1000px;
	width: 94%;
	margin: 0 auto;
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.header-global__inner h1 {
	margin-bottom: 0;
}

.content {
	margin-bottom: 10px;
}

/*  login --------------- */
.login {
	background-color: #e9e9e9;
}

.login .content {
	padding: 130px 0 80px 0;
}

.login-wrap {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px 0px;
	color: #737373;
	max-width: 620px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 20px 20px;
}

.header-logo {
	width: 300px;
	max-height: 100%;
	display: block;
}

.login-wrap h2 {
	text-align: center;
}

.login-wrap .login-input {
	max-width: 345px;
	margin: 30px auto;
}

.login-input form input.login-field {
	width: 100%;
	background-color: #eeefef;
	border: none;
	margin-bottom: 15px;
	padding: 10px;
}

.login-input form input:focus {
	background-color: #f0f8ff;
}

.login-input ::placeholder {
	color: #cacacb;
}

.login-input input[type=checkbox] {
	transform: scale(1.3);
	margin: 0 5px 0 0;
	width: 17px;
}

.login-input button[type="submit"] {
	border: none;
	border-radius: 99px;
	background-color: #15a1d6;
	color: #fff;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 400;
	width: 100%;
	margin: 30px 0 20px !important;
	padding: 10px 20px 12px;
	text-transform: uppercase;
	transition: all 0.3s;
	letter-spacing: .3em;
	-webkit-appearance: none;
	display: table;
	margin: 0 auto;
}

.login-input button[type="submit"]:hover {
	background-color: #05b4f4;
}

.login-input p {
	font-size: .9rem;
	line-height: 1.4;
	max-width: 320px;
	margin: 0 auto;
}

.footer-login {
	text-align: center;
}

.footer-login .manage {
	position: sticky;
	top: 100vh;
	width: 100%;
	margin-bottom: 0;
}

.footer-login__link {
	margin: 50px auto 30px;
}

.footer-login__link a {
	color: #737373;
	text-decoration: none;
	font-size: .9rem;
	border-right: 1px solid #737373;
	padding: 0 20px;
	line-height: 1.2;
}

.footer-login__link a:hover {
	color: #737373;
}

.footer-login__link a:last-child {
	border-right: none;
}

/*  login admin --------------- */
.login-admin {
	background-color: #f7f7f7;
}

.login-admin .alert {
	color: #f7502f;
	line-height: 1.2;
}

.login-admin .center {
	text-align: center;
}


.login-admin .content__inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	color: #737373;
}

.login-admin .content__inner h2 {
	text-align: center;
	margin-bottom: 1em;
	letter-spacing: .2em;
}

.login-admin .copyright {
	background-color: #2aa3a7;
	padding: 10px;
	color: #fff;
}

.login-admin #wrapper {
	margin-bottom: 50px;
}

.login-admin button[type="submit"] {
	border: none;
	border-radius: 9px;
	background-color: #2aa3a7;
	color: #fff;
	cursor: pointer;
	font-size: 1.0rem;
	font-weight: 100;
	margin: 20px auto 0 !important;
	padding: 4px 20px 4px 20px;
	text-transform: uppercase;
	transition: all 0.3s;
	-webkit-appearance: none;
	display: table;
}

.login-admin button[type="submit"]:hover {
	background-color: #2aa3a7;
	opacity: .7;
}

.login-admin .targetCount {
	font-weight: 400;
	font-size: 1.2rem;
	padding-right: 8px;
	padding-left: 8px;
}

.login-admin .footer-login {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
}

.sendMailArea {
    color: #737373;
}

.sendMailArea input, textarea {
    width: 100%;
    background-color: #e7e7e7;
    border: none;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px;
}


.login-user a, .login-user a:hover {
	color: #2aa3a7;
	text-decoration: none;
}

.header-logo--admin {
	width: 446px;
	max-height: 100%;
	display: block;
}

.top-info {
	background-color: #2aa3a7;
	width: 100%;
}

.top-info__inner {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.top-info-date {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.2rem;
}

.menu-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 740px;
	margin: 0 auto;
}

.menu-btns .menu-btns__list {
	width: 48%;
	margin: 2% 0;
}

.menu-btns .menu-btns__list .menu-btns__list-item {
	display: block;
	background-color: #2aa3a7;
	width: 100%;
	padding: 12px 10px;
	border-radius: 99px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.g-nav__list-company img {
	width: 28px;
}

.g-nav__list-company span {
	display: none;
}

.breadcrumbs {
	font-size: .8rem;
	line-height: 1.4;
	margin: -2.5em auto 0;
	padding: 0;
	color: #2aa3a7;
}

.breadcrumbs ul {
	margin-left: 0;
	padding: 0;
}

.breadcrumbs li {
	display: inline;
	margin: 0;
	vertical-align: middle;
}

.breadcrumbs a, .breadcrumbs a:hover {
	color: #2aa3a7;
	text-decoration: none;
}

.breadcrumbs ul li a::after {
	content: '＞';
	color: #2aa3a7;
	margin: 0 7px 2px;
	vertical-align: middle;
	font-size: .6rem;
	display: inline-block;
}

.account-list__head {
	background-color: #e3eeef;
	margin-bottom: 2em;
	padding: 20px;
	text-align: center;
}

.account-list__head-statistics {
	color: #2aa3a7;
	text-align: center;
	font-weight: 600;
	display: block;
	margin-bottom: .5em;
}

.account-list__head__percentage {
	text-align: center;
	color: #2aa3a7;
}

.account-list__head__percentage div {
	margin: 0 1em .5em;
	display: inline-block;
}

.account-list__head__percentage div span {
	color: #000;
}

.account-list__head-download a {
	text-align: center;
	border: 1px solid #2aa3a7;
	border-radius: 10px;
	color: #2aa3a7;
	display: flex;
	justify-content: center;
	font-weight: 600;
	margin: 1em auto;
	padding: 5px 0;
	max-width: 200px;
	width: 100%;
	text-decoration: none;
}

.account-list__head-download a:hover {
	color: #2aa3a7;
	background-color: #fff;
}

.tab_box .btn_area {
	margin: 0 10px;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #b6b6b7;
	width: 100%;
	margin: 0 auto;
}

.tab_box .tab_btn {
	width: 49.5%;
	padding: 8px 0;
	color: #333;
	background: #e9e9e9;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	border-radius: 10px 10px 0 0;
}

.tab_box .tab_btn br {
	display: none;
}

.tab_box .tab_btn+.tab_btn {
	margin-left: 8px;
}

.tab_box .tab_btn:hover {
	background-color: #dfeded;
}

.tab_box .tab_btn.active {
	background: #2aa3a7;
	color: #fff;
}

.tab_box .panel_area {
	padding: 30px 50px;
}

.tab_box .tab_panel {
	display: none;
}

.tab_box .tab_panel.active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@
keyframes displayAnime {from { opacity:0;
	
}

to {
	opacity: 1;
}

}
.account-select-warp {
	text-align: center;
}

.account-select {
	max-width: 520px;
	width: 85%;
	margin: 2em auto 1em;
	padding: 5px;
	border-color: #d1d2d2;
}

.account-select-atten {
	display: none;
}

.account-table-link {
	text-align: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-size: .9rem;
	width: 760px;
}

.account-table-link th {
	background-color: #f7f7f7;
	font-size: .85rem;
	margin: 0;
	border-left: 1px solid #737373;
}

.account-table-link li {
	display: inline-block;
	margin: 0;
	border-left: 1px solid #737373;
}

.account-table-link li:last-of-type, .account-table-link th:last-of-type
	{
	border-right: 1px solid #737373;
}

.account-table-link li a, .account-table-linka li a:hover,
	.account-table-link th, .account-table-linka th {
	color: #2aa3a7;
	text-decoration: none;
}

.account-table-link--1, .account-table-link--2 {
	width: 29%;
}

.account-table-link--3 {
	width: 14%;
}

.account-table-link--4, .account-table-link--5 {
	width: 14%;
}

.account-table-wrap {
	overflow-x: auto;
}

.account-table {
	margin: 1em auto;
	width: 760px;
	border-collapse: separate;
	border-spacing: 0px 8px;
	background-color: #f7f7f7;
}

.account-table tr:nth-child(odd) td {
	background-color: #e7e7e7;
}

.account-table td {
	text-align: center;
	padding: 10px;
}

.account-table tr:nth-child(even) td {
	padding: 2px 10px;
}

.account-table td:nth-child(1), .account-table td:nth-child(2) {
	width: 29%;
}

.account-table td:nth-child(3), .account-table td:nth-child(4),
	.account-table td:nth-child(5) {
	width: 14%;
}

.account-pagination {
	margin: 0 auto;
	text-align: center;
}

.account-pagination a, .account-pagination>span, .account-pagination span.dots
	{
	border: solid 1px #2aa3a7;
	color: #2aa3a7;
	display: inline-table;
	margin: 5px 0 5px -1px;
	padding: 6px 13px 8px;
	text-decoration: none;
}

.account-pagination a:hover {
	color: #2aa3a7;
	background-color: #cee8e9;
}

.account-pagination span.dots {
	border: none;
	background-color: inherit;
}

.account-pagination .current {
	background: #2aa3a7;
	color: #fff;
}

.account-pagination h2.screen-reader-text {
	display: none;
}

.news-edit-input {
	max-width: 800px;
	margin: 30px auto 0;
}

.news-edit-input form input, .news-edit-input form textarea {
	width: 100%;
	background-color: #e7e7e7;
	border: none;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px;
}

.news-edit-input form input:focus, .news-edit-input form textarea:focus
	{
	background-color: #fff;
}

.news-edit-input button[type="submit"] {
	border: none;
	background-color: #2aa3a7;
	color: #fff;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 400;
	width: 100px;
	margin: 30px auto 0 !important;
	padding: 10px 20px 12px;
	text-transform: uppercase;
	transition: all 0.3s;
	letter-spacing: .3em;
	-webkit-appearance: none;
	display: table;
}

.news-edit-input button[type="submit"]:hover {
	background-color: #2aa3a7;
	opacity: .7;
}

a.btnBlueGreen {
	border: none;
	background-color: #2aa3a7;
	color: #fff;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 400;
	width: 100px;
	margin: 30px auto 0 !important;
	padding: 10px 20px 12px;
	text-transform: uppercase;
	transition: all 0.3s;
	letter-spacing: .3em;
	-webkit-appearance: none;
	text-decoration: none;
	display: table;
}

a.btnBlueGreen:hover {
	background-color: #2aa3a7;
	opacity: .7;
}

/*  user --------------- */
.login-user a, .login-user a:hover {
	color: #15a1d6;
	text-decoration: none;
}

.login-user .content__inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	color: #000;
}

.login-user .content__inner h2 {
	text-align: center;
	color: #15a1d6;
	font-size: 2.5rem;
	letter-spacing: .3em;
	position: relative;
}

.login-user .content__inner h2::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 40px;
	background-color: #6ca1d7;
	left: 50%;
	right: 50%;
	bottom: -55px;
}

.login-user .top-info {
	background-color: #15a1d6;
	width: 100%;
}

#g-nav--login-user {
	margin-left: auto;
}

#g-nav--login-user .g-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#g-nav--login-user .g-nav__list li {
	display: inline-block;
	margin: 0;
	border-left: 1px solid #15a1d6;
}

#g-nav--login-user .g-nav__list li:first-child {
	border-left: none;
}

#g-nav--login-user .g-nav__list li a {
	padding: 0 10px;
	display: block;
	letter-spacing: 0.1em;
	font-size: .9rem;
	font-weight: 500;
	line-height: 1;
}

.top-info__news {
	background-color: #fff;
	border-radius: 10px;
	margin: 40px 0;
	padding: 10px 50px;
}

.top-info__news-heading {
	color: #15a1d6;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
	padding: 1em;
	border-bottom: 1px dashed #15a1d6;
	margin-bottom: 1em;
}

.top-info__news-lead {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: .8em;
}

.top-info__news-p {
	line-height: 1.6;
}

.top-info__news-link {
	text-align: center;
}
/*  top-info open close--------------- */
#notificationTemplate {
	position: relative;
	box-sizing: border-box;
}

.notificationBody {
	position: relative;
	overflow: hidden;
	height: 80px; /*高さの初期値*/
}

.notificationBody::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 50px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.notificationBody.openBody {
	height: auto;
}

.notificationBody.openBody::before {
	display: none;
}

.library-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin-top: 70px;
}

.library-list .library-list__item {
	width: 31%;
	margin: 2% 0;
	padding-bottom: 60px;
	background-color: #f0f0f0;
	position: relative;
}

.library-list::after {
	display: block;
	content: "";
	width: 31%;
}

.library-list__item__head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 5px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.library-list__item-head-news a {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: .8rem;
	font-weight: 500;
	letter-spacing: .06em;
	margin-right: 4px;
	padding: 3px 8px 4px;
	border-radius: 3px;
}

.library-list__item-head-news a:hover {
	color: #fff;
}

.library-list__item-head__status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	font-size: 20px;
	font-size: clamp(11px, 1vw, 13px);
	font-weight: 500;
}

.library-list__item-head__status-read {
	background-color: rgb(137, 137, 137);
	color: #fff;
	letter-spacing: .06em;
	padding: 3px 5px 4px;
	border-radius: 3px;
	margin-right: 4px;
}

.library-list__item-head__status-percent {
	background-color: #fff;
	color: #15a1d6;
	letter-spacing: .06em;
	padding: 3px 5px 4px;
	border-radius: 3px;
	margin-right: 4px;
}

.library-list__item-head__status-score {
	background-color: #fff;
	color: rgb(125, 48, 70);
	letter-spacing: .06em;
	padding: 3px 5px 4px;
	border-radius: 3px;
	margin-right: 0;
}

.library-list__item__heading {
	padding: 0 20px;
}

.library-list__item__heading h3 {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1em;
}

.library-list__item__heading h3 span {
	display: block;
	font-size: 1rem;
	text-align: center;
	margin-top: .3em;
}

.library-list__item__heading p {
	font-size: .9rem;
	line-height: 1.8;
}

.library-list__item__img {
	padding: 60px 60px 30px;
}

.library-list__item__img img {
	box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px 0px;
}

.library-list__item__footer {
	background-color: #15a1d6;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
}

.library-list__item__footer__nav {
	text-align: center;
}

a.library-list__item__footer__nav-link {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px 0px;
	border-radius: 3px;
	color: #15a1d6;
	display: inline-block;
	font-weight: 600;
	margin: 5px;
	padding: 0 0.5em;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-color: #6ca1d7;
}

.pageTop a {
	background-image: url(../images/pagetop_arrow.svg);
	background-repeat: no-repeat;
	right: 20px;
	bottom: 40px;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 1;
	overflow: hidden;
	position: fixed;
	z-index: 99;
}

p.pageTop a:hover {
	opacity: .7;
}

/*  global Navi --------------- */
#g-nav {
	margin-left: auto;
}

#g-nav ul {
	margin: 0;
	padding: 0;
}

#g-nav li {
	list-style: none;
	margin-bottom: 0;
	display: inline-block;
}

#g-nav li a {
	color: #2aa3a7;
	text-decoration: none;
	padding: 5px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .9rem;
	font-weight: 500;
}

.login-user #g-nav li a {
	color: #15a1d6;
}

@media screen and (max-width:680px) {
	#g-nav {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -350px;
		width: 350px;
		height: 100vh;
		background: #fff;
		transition: all .5s;
	}
	#g-nav.panelactive {
		right: 0;
	}
	#g-nav.panelactive #g-nav-list {
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#g-nav ul {
		position: absolute;
		width: 90%;
		z-index: 999;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
		padding: 0;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}
	#g-nav li {
		text-align: center;
		display: block;
		border-bottom: 1px solid #dddddd;
	}
	#g-nav li:last-of-type {
		border-bottom: none;
	}
	#g-nav li a {
		padding: 15px 5px;
	}
	.openbtn {
		position: fixed;
		z-index: 9999; /*ボタンを最前面に*/
		top: 0;
		right: 0;
		cursor: pointer;
		width: 50px;
		height: 50px;
		background-color: #ffffff;
		display: none;
	}
	.openbtn {
		display: block;
	}
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 13px;
		height: 3px;
		border-radius: 2px;
		background-color: #2aa3a7;
		width: 50%;
	}
	.login-user .openbtn span {
		background-color: #15a1d6;
	}
	.openbtn span:nth-of-type(1) {
		top: 15px;
	}
	.openbtn span:nth-of-type(2) {
		top: 23px;
	}
	.openbtn span:nth-of-type(3) {
		top: 31px;
	}
	.openbtn.active span:nth-of-type(1) {
		top: 18px;
		left: 13px;
		transform: translateY(6px) rotate(-45deg);
		width: 50%;
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3) {
		top: 30px;
		left: 13px;
		transform: translateY(-6px) rotate(45deg);
		width: 50%;
	}
	.nav-layer {
		background: #000;
		position: fixed;
		height: 100%;
		right: 0;
		opacity: 0;
		top: 0;
		width: 100%;
		z-index: 39;
		transition: all .6s;
		display: none;
	}
	.noscroll .nav-layer {
		opacity: .6;
		display: block;
	}
	.g-nav__list-company img {
		display: none;
	}
	.g-nav__list-company span {
		display: block;
	}
}

p {
	margin-bottom: 2em;
	line-height: 2.0;
}

ul, ol {
	margin-left: 1.4em;
}

ul li, ol li {
	margin-bottom: .5em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.6;
}

table th {
	font-size: 17px;
	font-weight: 500;
}

table td {
	font-size: 15px;
}

.btn {
	text-align: center;
	margin: 3em 0;
}

.btn a {
	background-color: #5c3400;
	color: #fff;
	display: inline-block;
	padding: 5px 2em;
	text-decoration: none;
}

.pageTop a {
	right: 10px;
	bottom: 20px;
	width: 50px;
	height: 50px;
}

.footer-global {
	border-top: 1px solid #000;
	margin-top: 3em;
	padding: 5px 20px;
	text-align: center;
}

.copyright {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 0em;
}

.br-sp {
	display: none;
}

.txt-s {
	font-size: 14px;
	line-height: 1.6;
}

.txt-b {
	font-weight: 600;
}

.txt-red {
	color: #c50018;
}

.txt-center {
	text-align: center;
}

.txt-center--pc {
	text-align: center;
}

.atten {
	padding-left: 1em;
	text-indent: -1em;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-t-40 {
	margin-top: 40px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.m-b-40 {
	margin-bottom: 40px !important;
}

.m-b-50 {
	margin-bottom: 50px !important;
}

@media only screen and (max-width: 960px) {
	.library-list__item__head {
		flex-wrap: wrap;
	}
	.library-list__item-head-news {
		order: 2;
		width: 100%;
	}
	.library-list__item-head-news a {
		margin-right: 0;
		text-align: center;
	}
	.library-list__item-head__status {
		margin-bottom: 5px;
	}
	.library-list__item__img {
		padding: 80px 60px 30px;
	}
	.library-list .library-list__item {
		width: 48%;
	}
	.tab_box .tab_btn {
		font-size: .9rem;
		line-height: 1.3;
	}
	.tab_box .tab_btn br {
		display: block;
	}
	.tab_box .panel_area {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 800px) {
	.account-select-atten {
		display: block;
		font-size: .8rem;
		color: #2aa3a7;
		text-align: center;
	}
}

@media only screen and (max-width: 680px) {
	body {
		font-size: 1rem;
	}
	.header-global__inner {
		height: 50px;
		padding: 0;
	}
	.header-global img.header-logo {
		width: 202px;
	}
	.header-global img.header-logo--admin {
		width: 300px;
	}
	.login .content {
		padding: 30px 0 30px 0;
	}
	.login-input .tml-label {
		font-size: .9rem;
	}
	.login-input p {
		font-size: .8rem;
	}
	.footer-login__link a {
		font-size: .8rem;
	}
	.footer-login__link a:nth-child(2) {
		border-right: none;
	}
	.footer-login__link a:nth-child(3)::before {
		content: "\A";
		white-space: pre;
	}
	.menu-btns .menu-btns__list {
		width: 100%;
	}
	.account-list__head-statistics {
		font-size: 1rem;
	}
	.account-list__head-statistics {
		text-align: left;
		margin-left: 2em;
	}
	.account-list__head__percentage {
		font-size: .85rem;
		text-align: left;
	}
	.account-list__head__percentage div {
		margin: 0 0 0.5em 3.4em;
		display: block;
	}
	.top-info__news {
		padding: 10px 20px;
	}
	.top-info__news-p {
		font-size: .9rem;
	}
	.tab_box .tab_btn {
		font-size: .8rem;
	}
	.account-table-link, .account-table {
		font-size: .85rem;
	}
	.top-info__news-heading {
		font-size: 1.2rem;
	}
	.library-list__item__img {
		padding: 70px 25px 30px;
	}
	.library-list__item__heading {
		padding: 0 10px;
	}
	.library-list__item__heading h3 {
		font-size: .75rem;
	}
	.library-list__item__heading h3 span {
		font-size: .7rem;
	}
	.library-list__item__heading p {
		font-size: .63rem;
	}
	.library-list__item__footer {
		padding: 10px 5px;
	}
	.library-list .library-list__item {
		padding-bottom: 50px;
	}
	.library-list__item__footer__nav {
		font-size: .9rem;
	}
	a.library-list__item__footer__nav-link {
		margin: 1px;
	}
	.br-sp {
		display: block;
	}
	.copyright {
		font-size: .7rem;
	}
	.txt-center--pc {
		text-align: left;
	}
}