@charset "UTF-8";

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}

html {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: default;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:hover {
	text-decoration: none;
}

body .tooltip.show {
	opacity: 1;
}
body .tooltip-inner {
	background: #dddddd;
	color: black;
}
body .tooltip .arrow::before {
	border-bottom-color: #dddddd;
}

/*
label {
	margin-bottom:0;
}
*/

/*common*/
/*モニター全体に広げるヘッダー*/
.hwrapper {
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	min-width: 760px;
	z-index: 1000;
}

.theme-default {
	background-color: #0395e5;
}

.theme-default-light {
	background-color: #53B1E5;
}

.theme-kokugo {
	background-color: #e85b6f;
}

.theme-eigo {
	background-color: #e28abd;
}

.theme-sugaku {
	background-color: #039ee3;
}

.theme-rika {
	background-color: #b3d047;
}

.theme-shakai {
	background-color: #f7b307;
}

.fas.fa-heart {
	color:#EB6794;
}

.actbtn {
	cursor: pointer;
}

.small-text {
	font-size:0.9rem;
	line-height:1.3rem;
}

/*ヘッダー内*/
.headerlogo {
	height: 100%;
	padding: 2px 0 0 4px;
}

.menu-btn {
	position: absolute;
	top: 7px;
	right: 10px;
}

.header-btn {
	background: white;
	border-radius: 50px;
	padding: 4px 16px 4px 10px;
	margin-right: 6px;
	box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 40%);
	overflow:hidden;
	max-width:230px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header-btn img {
	height: 24px;
	padding-right: 4px;
	margin-top: -2px;
}

.header-btn:active {
	position: relative;
	top: 3px;
}

.header-btn.colored {
	background-color: darkorange;
}

ul.topheader {
	position: absolute;
	top: 12px;
	right: 140px;
	display: flex;
	list-style: none;
	justify-content: flex-end;
}
ul.topheader.member {
	/*right: 160px;*/
	right: 260px;
}

ul.topheader a {
	text-decoration: none;
	padding: 10px;
	position: relative;
	color: #ffffff;
}

.header-borderbtn {
	border: white 1px solid;
	border-radius: 4px;
	margin-left: 0.5rem;
	margin-top: 5px;
	height: 28px;
}

/* common */

.top-margin {
	margin-top: 80px !important;
}

.top-margin-nav {
	margin-top: 60px !important;
}

.nav-link {

}

.w-1200 {
	min-width: 1200px !important;

}
.container,
.hwrapper,
.nav-bar,
.fwrapper,
.top-banner-wrapper {
	min-width: 1200px !important;
}

.container .bottom-copyright {
	font-size: 70%;
	margin: 1rem 0;
	color: #707070;
	text-align: center;
}
.bottom-copyright-fixed {
	font-size: 70%;
	color: #707070;
	text-align: center;
	position: fixed;
	bottom: 1rem;
	width: 100%;
	left: 0;
}
.bottom-copyright-absolute {
	font-size: 70%;
	color: #707070;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 0.5rem;
	padding-bottom: 1rem;
}

.js-link {
	cursor:pointer;
}

/*makeprint3.html*/

.print-box-hd {
	background-color: #0395e5;
	/*font-size: 18px;*/
	/*font-weight: 700;*/
	color: #ffffff;
	padding: 3px 3px 3px 10px;
}

.print-body,
.print-body-logo,
.print-body-testtitle,
.print-body-name {
	/*font-size: 18px;*/
	padding: 10px;
	border: solid 1px #d6d6d6;
}

.btn-shiken {
	margin-right: 15px;
}

.kiteisettei {
	padding-top: 10px;
	margin: 0px 10px 0px 20px;
	font-size: 18px;
}
.kiteisettei input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.print-pdf-color {
	color: #ffffff;
	background-color: #ff5722;
	font-weight: 700;
	font-size: 20px;
	width: 200px;
}
.print-xls-color {
	color: #ffffff;
	background-color: #388E3C;
	font-weight: 700;
	font-size: 20px;
	width: 200px;
}

.print-word-color {
	color: #ffffff;
	background-color: #1258b5;
	font-size: 18px;
	font-weight: 700;
	width: 160px;
}

.return-to-edit {
	background-color: #e6e6e6;
	font-size: 18px;
	position: absolute;
	left: 15px;
}

.colum-print {
	height: 66vh;
	margin-bottom: 15px;
}

/*ユーザー登録*/

.register-title {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/icon-register.png") no-repeat;
	padding-left: 50px;
	line-height: 30px;
}

.register_container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/*FAQ*/

.faq-title {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/icon-faq.png") no-repeat;
	padding-left: 50px;
	line-height: 30px;
}

.faq_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.faq_container .card-header {
	padding: 0.5rem;
}

/*リマインダ*/

.reminder-title {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/icon-reminder.png") no-repeat;
	padding-left: 50px;
	line-height: 30px;
}

.reminder_container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/*購入*/

.purchase-title {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/icon-purchase.png") no-repeat;
	padding-left: 50px;
	line-height: 30px;
}

/*お問い合わせ*/

.contact-title {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/icon-contact.png") no-repeat;
	padding-left: 50px;
	line-height: 30px;
}

.contact_container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/*ホーム*/
.news-title {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/icon-news.png") no-repeat;
	padding-left: 50px;
	line-height: 30px;
}

.news_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/*
#news_table {
	border: solid 0.5px;
	border-color: #dddddd;
	border-collapse: collapse;
	width: 100%;
	margin-left: -10px;
	margin-right: auto;
	margin-top: 10px;
}

#news_table th,
td {
	border: solid 0.5px;
	font-size: 16px;
	font-weight: normal;
}

#news_table th {
	width: 750px;
	height: 20px;
	padding-left: 10px;
}

#news_table td {
	text-align: left;
	width: 200px;
	padding: 4px;
	padding-left: 15px;
}

#news_table #td-new:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 30px;
	background-image: url(../img/icon-new.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#news_table #td-new {
	padding-left: 15px;
	padding-top: 8px;
}
*/

#news_table td,
#news_table th {
	padding: 0.25rem 0.75rem;
	text-align: left;
}

#news_table .date {
	padding-left: 50px;
	width: 180px;
}

#news_table .new {
	background-image: url(../img/news-new.png);
	background-repeat: no-repeat;
	background-size: 44px auto;
}

.reccomend-title {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/icon-recommend.png") no-repeat;
	padding-left: 50px;
	line-height: 30px;
	position: relative;
	top: 30px;
}

.card-sec {
	position: relative;
	padding: 30px 60px;
}

.page-title {
	position: relative;
	color: #333333;
	font-size: 60px;
	height: 300px;
}

.page-title:before {
	/* page-titleの下線 */
	display: inline-block;
	position: absolute;
	width: 76px;
	height: 5px;
	border-radius: 2px;
	background-color: #3f51b5;
	content: "";
	bottom: -42px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.card-container {
	display: grid; /* カードの横並び */
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* gridの設定 */
	gap: 20px 20px; /* カード同士の隙間 縦方向 横方向 */
	text-align: start; /* カード内の中央寄せ解除 */
}

.card-item {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 16px 16px 10px;
	background-color: #ffffff;
	border: solid 0.5px;
	border-color: #b5b5b5;
}

.card-item iframe {
	width: 100% !important;
}

.card-tit {
	margin-top: 15px;
	color: #000000;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
}

.card-tit a {
	color: #000000;
}

.card-item p {
	margin-top: 20px;
	color: #6f7579;
	font-size: 16px;
	line-height: 1.5;
}

.login-container {
	position: relative;
	text-align: center;
	top: 0px;
}
.login-container-bottom {
	position: fixed;
	bottom: 30px;
	width: 100%;
	height: 70px;
	text-align: center;
	z-index: 1;
}
.button-bluegradient {
	background: linear-gradient(-45deg, #52a0fd 0%, #00e2fa 100%);
	border-radius: 30px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	width: 250px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: fixed;
	overflow: hidden;
	z-index: 1;
}

.button-bluegradient a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}

.button-bluegradient:hover {
	transform: scale(1.1);
	animation: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}

.button-bluegradient:active {
	transform: scale(0.8);
}

.button-orangegradient {
	background: linear-gradient(-45deg, #fd8802 0%, #fbcb09 100%);
	border-radius: 30px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	margin: 0 20px;
	width: 100px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: fixed;
	overflow: hidden;
	z-index: 2;
}

.button-orangegradient a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}

.button-orangegradient:hover {
	transform: scale(1.1);
	animation: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}

.button-orangegradient:active {
	transform: scale(0.8);
}

.button-bluegradient-index {
	background: linear-gradient(-45deg, #52a0fd 0%, #00e2fa 100%);
	border-radius: 30px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	padding: 15px 0;
	width: 220px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.button-bluegradient-index a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}

.button-bluegradient-index:hover {
	transform: scale(1.1);
	animation: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}

.button-bluegradient-index:active {
	transform: scale(0.8);
}

p.login-new {
	position: relative;
	font-size: 16px;
	padding: 5px;
	margin-left: -12px;
	margin-top: -10px;
}

p.login-new:before {
	content: url("../img/icon-newaccount.png");
	margin-right: 5px; /*画像右の余白*/
	position: relative;
	top: 15px;
}

p.folder-new {
	font-size: 16px;
	padding: 5px;
	margin-left: 0px;
	margin-top: -10px;
	color: #fff;
}

p.folder-new:before {
	content: url("../img/folder.png");
	margin-right: 5px; /*画像右の余白*/
	position: relative;
	top: 15px;
}

.swiper-btn {
	position: absolute;
	top: 150px;
}

.swiper-right {
	right: 0;
}

.swiper-left {
	left: 0;
}

/*search.html*/
.search-ex {
	margin-top: 35px;
	font-size: 20px;
	margin-bottom: 40px;
}

.subject-container {
	width: 90%;
	margin: auto;
}

.title-subject {
	text-align: center;
	color: #ffffff;
	font-size: 3rem;
	margin-bottom: 20px;
	margin-top: 10px;
}

/*
.card.card-list {
	margin-right: 5px;
	min-width: 15%;
	max-width: 20%;
}
*/

.subject-cards .col {
	padding: 0.5em;
}
.subject-card-body {
	padding: 0.8rem;
	padding-top: 20px;
}
.nendo-card-body {
	margin-bottom: -40px;
	margin-top: -20px;
}
.card-header-print {
	margin-bottom: -15px;
}

.file {
	text-align: right;
}

.btn-subject {
	display: inline-block;
	padding: 0px 0px;
	background: #ffffff;
	border-radius: 12px;
	-webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.4);
	color: #000000;
	text-decoration: none;
	/*font-size: 1vw;
	line-height: 1.2em;*/
	-webkit-transition: 0.1s;
	transition: 0.1s;
	width: 100%;
	margin-bottom: 30px;
	line-height: 4rem;
	text-align: center;
	position: relative;
}

.btn-subject .sub {
	position: absolute;
	top: 1.2rem;
	left: 0;
	font-size: 80%;
	width: 100%;
	text-align: center;
}

.btn-subject img {
	position: absolute;
	right: 0;
	top: 0;
	height: 4rem;
	opacity: 0;
}
.btn-subject:hover img {
	opacity: 0.5;
}

.lock-icon {
	position: absolute;
	top: -55px;
	left: 0;
	width: 100%;
	text-align: center;
}
.lock-icon img {
	width: 100px;
}

.btn01:hover {
	border-bottom: none;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.box-red {
	background-color: #e85b6f;
}

.box-pink {
	background-color: #e28abd;
	position: relative;
}

.box-blue {
	background-color: #039ee3;
}

.box-green {
	background-color: #b3d047;
}

.box-yellow {
	background-color: #f7b307;
}

/*edit.html*/
.headder-subject {
	left: 290px;
	position: absolute;
	top: 10px;
	background-color: #ffffff;
	font-size: 20px;
	padding: 0 16px;
	border-radius: 3px;
}

.nav-bar {
	min-width: 760px;
}
ul.nav-step-text {
	margin: 0 20px;
}

ul.nav-step-text li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	/*font-size: 20px;*/
}

ul.nav-step-text .nav-selected {
	border-bottom: 1px solid #0395e5;
	color:#0395e5;
}

ul.nav-step-text li a {
	display: block;
	text-decoration: underline;
	color: #000000;
	font-size: 20px;
}

ul.nav-step-text li.actbtn:hover {
	border-bottom: 1px solid #212529;
}

.column {
	height: 70vh;
	width: 100%;
	max-width: 50%;
}
.colum-blue {
	background-size: cover;
	background-color: #dbfaff;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	width: 100%;
}
.colum-white {
	background-size: cover;
	background-color: #ffffff;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	width: 100%;
	height: 66vh;
	overflow-y: scroll;
}

.colum-gray {
	background-color: #e7eaeb;
	background-size: cover;
	margin-right: 15px;
	width: 100%;
}

.back-ground-blue {
	background-size: cover;
	background-color: #dbfaff;
	margin: 0 15px 15px 15px;
	position: relative;
	width: 100%;
	height: 65vh;
}

img.btn-return {
	margin: auto;
	max-width: 800px;
	padding: 10px;
	transform: scale(0.9);
	margin-left: 30px;
}

.container.edit {
	margin-bottom: 1.2rem;
	margin: auto;
	max-width: 1800px;
}

.edit .wrapper {
	display: flex;
	margin-bottom: 15px;
}

.colum-box {
	height: 94%;
	margin: 22px;
	overflow-y: scroll;
}
.colum-box-img {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.background {
	background-color: #ffffff;
	height: 93%;
	margin: 22px;
	padding: 20px;
}
.colum-box-menu {
	background-color: #ffffff;
	height: 35%;
	margin: 22px;
	overflow-y: scroll;
}

.colum-box-list {
	background-color: #ffffff;
	height: 80%;
	margin: 22px;
	overflow-y: scroll;
	overflow-x: scroll;
}

ul.preview-img {
	list-style: none;
	text-align: center;
}

ul.preview-img li {
	padding: 0px;
	margin-bottom: 15px;
}

/*file.html*/
.file-text {
	font-size: 36px;
	border-bottom: solid 1px #707070;
}

.file-text:before {
	position: relative;
	top: 10px;
	margin: 0 10px 0 0;
	content: url("../img/file.png");
}

/*
.list-group-item {
	font-size: 24px;
}
*/

/*商品リストのページ　shoppinglist.html*/

.btnspinner {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.spinner_area {
	position: absolute;
	top: 5px;
	right: 0;
	margin-right: 15px;
}

.spinner_area input {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 18px;
	width: auto;
	vertical-align: middle;

	/* デフォルトのスピナーを消す */
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.spinner_area input[type="button"] {
	text-align: center;
	margin: 0px;
	cursor: pointer;
	width: 50px;
	border-radius: 25px;
	background-color: #ffffff;
}

.spinner_area input[type="number"] {
	width: 50px;
	text-align: center;
	margin: 0;
}

.shoppinglist li {
	background-color: #e8feff;
	list-style: none;
	display: flex;
	font-size: 20px;
	position: relative;
	margin-bottom: 10px;
}

.shoppinglist-subject {
	margin-top: 15px;
	color: #0395e5;
	font-weight: bold;
	margin-left: 30px;
}

.shoppinglist li:nth-child(odd) {
	background-color: #f9f9f9;
	color: #fff;
}

/*タブ1　設定*/

.hani-navtab1 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: #0395e5;
	color: #ffffff;
}

.hani-navtab1 {
	color: #0395e5;
	border-color: #dee2e6 #dee2e6 #fff;
	font-size: 22px;
	width: 250px;
	text-align: center;
}

.hani-navtab2 {
	color: #0395e5;
	margin: 0 20px 0 10px;
	font-size: 22px;
	width: 250px;
	text-align: center;
	border: solid;
	border-color: #0395e5 3px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link a:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

table.step {
	width: 100%; /* テーブルの横幅を指定する */
	font-family: "メイリオ", sans-serif; /* フォントのスタイルを指定する */
	margin-left: auto; /* 左側の余白を自動に指定する */
	margin-right: auto; /* 右側の余白を自動に指定する */
	border-collapse: collapse;
	border-spacing: 0px; /* セルの罫線の間隔を指定する */
	border-top: 1px solid #666666; /* テーブル罫線上部のスタイルを指定する */
	border-left: 1px solid #666666; /* テーブル罫線左側のスタイルを指定する */
}
table.step th {
	padding: 4px 10px;
	background-color: #fff;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	text-align: center;
	/*  vertical-align: top; */
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-collapse: collapse;
}

table.step .h-all {
	width: 10%; /* 見出しの横幅を指定する */
}
table.step .h-level {
	width: 18%; /* 見出しの横幅を指定する */
}

table.step .h-step {
	width: 78%; /* 見出しの横幅を指定する */
}

table.step td {
	width: 10%; /* セルの横幅を指定する */
	padding: 4px; /* 要素の余白を指定する(上下左右) */
	border-right: 1px solid #666666; /* 罫線右側のスタイルを指定する */
	border-bottom: 1px solid #666666; /* 罫線下部のスタイルを指定する */
}

table.step .checkbox {
	margin: 10px;
	transform: scale(1.4);
}

.td-center {
	text-align: center;
}

.tab-page-container {
	margin: 0 auto;
	padding: 1em;
	width: 100%;
	background-color: #fff; /* 背景色 */
	border: 1px solid #ccc; /* 枠線 */
}

/*input[type="number"] {
	width: 70px;
	margin: 0 0 0 5px;
}
*/

input[type="checkbox"],
input[type="radio"] {
	width: 1rem;
	height: 1rem;
	vertical-align: middle;
	margin-top: -0.2rem !important;
}

.btn-seikyusho,
a.btn-seikyusho {
	color: #fff;
	background-color: #d6394f;
	font-size: 22px;
	width: 220px;
	padding: 10px;
}

.btn-creditcard,
a.btn-creditcard {
	color: #fff;
	background-color: #0395e5;
	font-size: 22px;
	width: 220px;
	padding: 10px;
}

.btn-insatu {
	background: linear-gradient(-45deg, #52a0fd 0%, #00e2fa 100%);

	padding: 7px 5px;
	font-size: 1rem;
	width: 17%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-sakusei {
	background: linear-gradient(-45deg, #52a0fd 0%, #00e2fa 100%);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	padding: 8px 5px;
	font-size: 20px;
	width: 90px;
	height: 45px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.sakusei-bottom {
	padding-right: 5px;
	margin-top: -45px;
	margin-left: 24.5%;
}

.sakusei-bottom-print {
	max-width: 50%;
	text-align: right;
	padding-right: 5px;
	margin-top: -40px;
}

.sakusei-bottom-2 {
	max-width: 85%;
	text-align: right;
	padding-right: 5px;
	margin-left: 5%;
	margin-top: -48px;
}
.sakuseihenshu-bottom {
	text-align: left;
	margin-left: 20px;
}
.btn-shiken {
	background: #0395e5;
	border-radius: 10px;
	padding: 10px;
	width: 150px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-kanni {
	background: #e6e6e6;
	border-radius: 10px;
	padding: 10px;
	width: 150px;
	color: #000;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#page-number-start {
	margin: 0 0 5px 10px;
}

.pnumber {
	font-size: 20px;
	display: inline-block;
}

/*タブ3　単語番号の指定*/

.hani-navtab3 {
	background: #e3ebe9;
	color: #000000;
	margin: 0 10px;
}

.tab-word-container {
	margin: 0 auto;
	padding: 1em;
	width: 100%;
	background-color: #fff; /* 背景色 */
	border: 1px solid #ccc; /* 枠線 */
}

.word-page0 {
	margin-top: 15px;
}

/*footer*/
.fwrapper {
	/*position: absolute;*/
	position: relative;
	width: 100%;
	height: 10%;
	margin-top: 22px;
}

.fwrapper img:hover {
	transform: scale(1.1);
	animation: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}

.fwrapper img:active {
	transform: scale(0.8);
}

.fwrapper-bottom-1 {
	margin: 48px 0px 0px 30px;
	bottom: 30px;
	width: 100%;
	height: 1px;
}
.fwrapper-bottom-2 {
	margin: 10px 0px 0px 30px;
	bottom: 30px;
	width: 100%;
}

.fwrapper-chokuzen {
	position: absolute;
	width: 100%;
	height: 12%;
	text-align: left;
	overflow: hidden;
	z-index: 1;
	margin-top: 22px;
	min-width: 760px;
}

.clear {
	clear: both;
}

.fwrapper-bottom img:hover {
	transform: scale(1.1);
	animation: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}

.fwrapper-bottom img:active {
	transform: scale(0.8);
}
.seikyu {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 70px;
	text-align: center;

	overflow: hidden;
	z-index: 1;
}

.dlbtn {
	position: absolute;
	margin: 0 30%;
}

img.btn-next1 {
	position: absolute;
	right: 5px;
}

img.btn-next1:active {
	position: absolute;
	top: 3px;
}

.btn-bottom-back {
	margin-left: 30px;
}

/*出題形式の設定*/

table.word-nb {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-collapse: collapse;
	border-spacing: 0px; /* セルの罫線の間隔を指定する */
	border-top: 1px solid #666666; /* テーブル罫線上部のスタイルを指定する */
	border-left: 1px solid #666666; /* テーブル罫線左側のスタイルを指定する */
}
table.word-nb th {
	width: 15%; /* 見出しの横幅を指定する */
	padding: 4px 10px; /* 見出しの余白を指定する(上下左右) */
	background-color: #707070; /* 見出しの背景色を指定する */
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: left;
	vertical-align: top; /* 見出しテキストの位置(縦方向)を指定する */
	border-left: 1px solid #666666; /* 罫線左側のスタイルを指定する */
	border-right: 1px solid #666666; /* 罫線右側のスタイルを指定する */
	border-collapse: collapse;
}
table.word-nb td {
	width: 25%; /* セルの横幅を指定する */
	padding: 4px; /* 要素の余白を指定する(上下左右) */
	background-color: #ffffff;
	border-right: 1px solid #dddddd; /* 罫線右側のスタイルを指定する */
	border-left: 1px solid #dddddd; /* 罫線左側のスタイルを指定する */
	border-bottom: 1px solid #dddddd; /* 罫線下部のスタイルを指定する */
}
table.word-nb .h-shurui {
	width: 10%;
}

table.word-nb .h-keishiki {
	width: 90%;
}

.tab-word-container .checkbox {
	transform: scale(1.4);
	margin: 10px;
}
/*出題数設定　counts.html*/
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
}

#sortable li {
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 1.4em;
	height: 18px;
}

#sortable li span {
	position: absolute;
	margin-left: -1.3em;
}

#sortdata tr {
	height: 40px;
	width: 100%;
	border-top: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;
}

.countslist-title {
	width: 45%;
}

.counts-title {
	font-size: 28px;
	margin: 10px;
}

.counts-explain {
	font-size: 16px;
	margin: 10px 0 -30px 40px;
}

table.table-counts {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #666666;
}

table.table-counts td {
	border: none;
	background-color: #fff;
	widows: 59%;
}

table.table-counts th {
	padding: 4px 10px;
	background-color: #fff;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	text-align: center;
	/*  vertical-align: top; */
	border-bottom: 1px solid #666666; /* 罫線下部のスタイルを指定する */
}

table.table-counts .q-num {
	text-align: center;
	width: 12%;
}
table.table-counts .q-available {
	text-align: center;
	width: 15%;
	background-color: #fff;
}

table.table-counts .q-counts {
	text-align: center;
	width: 7%;
	background-color: #fff;
}

table.table-counts .q-score {
	text-align: center;
	width: 7%;
	background-color: #fff;
}

table.table-counts .q-mark {
	text-align: center;
	width: 7%;
	background-color: #fff;
}

table.table-counts .counts-th1 {
	width: 10%; /* 見出しの横幅を指定する */
	background-color: #707070;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

table.table-counts .counts-th2 {
	width: 45%; /* 見出しの横幅を指定する */
	background-color: #707070;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

table.table-counts .counts-th3 {
	width: 17%; /* 見出しの横幅を指定する */
	background-color: #707070;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

table.table-counts .counts-th4 {
	width: 10%; /* 見出しの横幅を指定する */
	background-color: #707070;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

table.table-counts .counts-th5 {
	width: 10%; /* 見出しの横幅を指定する */
	background-color: #707070;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
table.table-counts .counts-th6 {
	width: 10%; /* 見出しの横幅を指定する */
	background-color: #707070;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.totalnum {
	font-size: 18px;
	color: #f88706;
	margin: 10px 25% 0 68%;
	float: right;
}

.q-total {
	font-size: 20px;
	color: #000000;
	position: relative;
	top: -28px;
	left: 140%;
}
.score-total {
	font-size: 20px;
	color: #000000;
	float: right;
	position: relative;
	top: -58px;
	left: 320%;
	margin-left: x;
}

.counts-check .checkbox {
	margin: 5px 10px;
	transform: scale(1.4);
}

.counts-check {
	float: left;
}

.classnum {
	margin: 30px 0 0 91%;
	font-size: 22px;
	width: 100px;
}

input.class-count {
	width: 80%;
}

/*偶数行は色付け*/
table.step tr:nth-child(2n + 1) {
	background: #f0ffff;
}

table.table-counts td {
	padding: 4px; /* 要素の余白を指定する(上下左右) */
	border-bottom: 1px solid #666666; /* 罫線下部のスタイルを指定する */
}

img.icon-change {
	width: 40px;
}

/*ボタン類クリックしたとき*/
.btn-active:active {
	position: relative;
	top: 3px;
}

/*プレビュー　preview.html*/
.preview-title {
	font-size: 28px;
	margin: 10px;
}
.fukidashi {
	position: relative;
	top: -50px;
	margin: 0 0 0 70%;
}

.prev-print {
	width: 100%;
	box-sizing: border-box;
	border: solid 0.5px #707070;
	display: block;
	padding-top: 125%; /* 1:2 */
	margin-bottom: 30px;
}

.f-last {
	position: relative;
}

/*
*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*/

/* menu */
.cp_offcm01 .cp_menu {
	position: absolute;
	top: 14px;
	right: -110vw;
	width: 450px;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
	transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
	background-color: #fff;
	border: solid 0.5px #707070;
}

.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: solid 1px;
	border-left: solid 1px;
}

.cp_offcm01 .cp_menu li {
	list-style: none;
	background-color: #fff;
}

/*偶数行は色付け*/
.cp_offcm01 .cp_menu li:nth-child(2n + 1) {
	background: #f0ffff;
}

.cp_offcm01 .cp_menu li.cp-li {
	display: block;
	padding: 20px;
	text-decoration: none;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-111vw);
	transform: translateX(-111vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
	transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-450px);
	transform: translateX(-450px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	content: url("../img/sidebtn_setting.png");
	font-size: 2em;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: url("../img/sidebtn_close.png");
}

.cp-li-contents p {
	font-size: 18px;
	color: #187fc2;
}

.cp-li-contents #radio2 {
	margin: 10px;
	transform: scale(1.4);
}

/*アカウントページ*/

.info-box {
	display: flex;
}

.info-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.user-infobox {
	width: 50%;
	height: 30%;
	position: relative;
	font-size: 1.2rem;
}

.user-title {
	font-weight: bold;
	font-size: 28px;
}

.btn-change {
	box-shadow: 0 3px 5px hsl(0deg 0% 0% / 20%);
	background: hsl(0 0% 100%);
	color: hsl(200 50% 20%);
	font-size: 16px;
	width: 60px;
	height: 40px;
	place-items: center;
	text-align: center;
	padding: 6px;
	border-radius: 10px;
}
.btn-change-kyouka {
	box-shadow: 0 3px 5px hsl(0deg 0% 0% / 20%);
	background: hsl(0 0% 100%);
	color: hsl(200 50% 20%);
	font-size: 12px;
	width: 80px;
	height: 35px;
	place-items: center;
	text-align: center;
	padding: 6px;
	border-radius: 10px;
}

.logo-container {
	width: 46%;
	height: 30%;
	position: absolute;
	font-size: 1.2rem;
	top: 120px;
	right: 0px;
	display: flex;
}

.logo-change {
	margin-left: 20px;
}

.logo-img {
	border: solid 1px;
	border-color: #707070;
	transform: scale(0.7);
	padding: 20px;
	position: absolute;
	top: 30px;
	left: -35px;
}

.info-text1 {
	position: absolute;
	left: 80px;
	top: 8px;
}

.info-text2 {
	position: absolute;
	left: 250px;
	top: 8px;
}

.info-text3 {
	position: absolute;
	left: 80px;
	top: 75px;
}

.info-text4 {
	position: absolute;
	left: 250px;
	top: 75px;
}

.info-text5 {
	position: absolute;
	left: 80px;
	top: 145px;
}

.info-text6 {
	position: absolute;
	left: 250px;
	top: 145px;
}

.infolist {
	margin-bottom: 30px;
}
/**/
img.btn-return.page-user {
	transform: scale(0.8);
	position: fixed;
	bottom: 100px;
}

img.btn-return.page-user:active {
	position: fixed;
	bottom: 97px;
}

/*傾向分析*/
.yearoption:after {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.year-pulldown {
	position: absolute;
	top: 50px;
	left: 70px;
}
.year-title {
	color: #ffffff;
	font-size: 1.2rem;
	background-color: #0395e5;
	padding: 10px;
	width: 150px;
	height: 50px;
}

.area-pulldown {
	position: absolute;
	top: 50px;
	left: 280px;
}

.area-title {
	color: #ffffff;
	font-size: 1.2rem;
	background-color: #0395e5;
	padding: 10px;
	width: 150px;
	height: 50px;
}

/*
select.year-list,
select.area-list,
option {
	width: 150px;
	height: 100%;
	font-size: 1.2rem;
	padding: 5px;
}

select.area-list,
option {
	width: 150px;
}
*/

.test-option-box {
	width: 80%;
	height: 300px;
	background-color: #f5fcff;
	position: absolute;
	bottom: 80px;
	padding: 30px;
	font-size: 1.3rem;
	margin: 0 6%;
}

.test-option-list {
	list-style: none;
}

.test-option-list li {
	margin-bottom: 1.5rem;
}

.testcolum-box {
	background-color: #ffffff;
	height: 94%;
	margin: 22px;
	padding: 15px;

	overflow-x: scroll;
}

.btn-download {
	position: relative;
	text-align: center;
}

.btn-download {
	background: linear-gradient(-45deg, #52a0fd 0%, #00e2fa 100%);
	border-radius: 30px;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 15%);
	padding: 15px 30px;
	width: 220px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	z-index: 1;
}
/**/

.btn-download a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}

.btn-download:hover {
	transform: scale(1.1);
	animation: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}

.btn-center {
	position: relative;
	text-align: center;
	font-size: 22px;
	bottom: 60px;
}

.btn-download:active {
	transform: scale(0.8);
}

/*問題解答の切り替え*/
.switch2_label {
	width: 60px;
	position: absolute;
	display: inline-block;
	margin: 20px 75px;
}
.switch2_content {
	display: block;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
	height: 30px;
	-webkit-transition: all 0.1s 0.4s;
	-moz-transition: all 0.1s 0.4s;
	-ms-transition: all 0.1s 0.4s;
	-o-transition: all 0.1s 0.4s;
	transition: all 0.1s 0.4s;
	overflow: hidden;
}

.switch2_content:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	top: 0;
	left: 0;
	border: 1.5px solid #000000;
	border-radius: 20px;
	background-color: #fff;
}
.switch2_content:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.switch2_input {
	display: none;
}
.switch2_circle {
	display: block;
	top: 3.5px;
	left: 5px;
	position: absolute;
	width: 23px;
	height: 23px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #000000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.switch2_input:checked ~ .switch2_circle {
	left: 29px;
	background-color: #fff;
}
.switch2_input:checked ~ .switch2_content {
	border-color: transparent;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.switch2_input:checked ~ .switch2_content:after {
	background-color: #0078d7;
	width: 100%;
}

.prev-subsetting {
	margin: -50px 60%;
}

.prev-nav1 {
	background: #ffda44;
	color: #000000;
}

.prev-nav2 {
	background: #35d19c;
	color: #000000;
}

.prev-nav3 {
	background: #f98498;
	color: #000000;
}

.kakudai {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

p.switch-q {
	position: absolute;
	width: 120px;
	margin: 0px 30px;
	top: 270px;
}

p.switch-a {
	position: absolute;
	width: 120px;
	margin: 0px 140px;
	top: 270px;
}

.switch {
	margin-left: 150px;
}

.footer {
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 0px;
	padding-right: 15%;
	padding-left: 15%;
	z-index: 1001;
}

.centering_item {
	top: 0;
	position: absolute;
	left: calc(50% - 125px);
}
.centering_item2 {
	top: 0;
	position: absolute;
	left: calc(50% - 125px - 150px - 20px);
}
.centering_item3 {
	top: 0;
	position: absolute;
	left: 200px;
	z-index: 1;
	width: calc(100% - 400px);
	text-align: center;
}
.centering_item4 {
	top: 0;
	position: absolute;
	left: calc(50% - 240px - 150px - 20px);
}
.centering_item5 {
	top: 0;
	position: absolute;
	left: calc(50% - 100px);
}

.top-banner-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
}
.top-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 0 !important;
	padding:0;
}
.top-banner li {
	box-sizing: border-box;
	list-style: none;
	margin: 10px 0;
}
.top-banner li img {
	/*max-width: 100%;*/
	width:160px;
	height: auto;
}


/*makeprint2.html*/

/*
.card-header {
	background-color: #0395e5;
	color: #ffffff;
	font-size: 20px;
	height: 35px;
	padding: 3px 10px;
}

.card-body li {
	display: inline-block;
	padding: 10px 20px 10px 20px;
}
.siborikomi {
	font-weight: bold;
	margin: 20px 20px 0px 20px;
}
*/

.view_qnum_total {
	font-size:1.5rem;
}

table.table-sakusei th,
table.table-sentaku th {
	padding : 0.2rem 0.5rem;
	position: sticky;
	top:-1px;
	z-index:10;
	background:#636363;
	color:white;
	font-size:0.8rem;
	font-weight:normal;
}
table.table-sakusei td,
table.table-sentaku td {
	padding : 0.2rem 0.5rem;
	
}
table.table-sakusei .table-line td,
table.table-sentaku .table-line td {
	font-size:0.8rem;
}

table.table-sakusei .fav-line,
table.table-sentaku .fav-line {
	padding-top:0.4rem;
}

table.table-sakusei .table-line,
table.table-sentaku .table-line {
	cursor: pointer;
}
table.table-sakusei .table-line:hover,
table.table-sentaku .table-line:hover {
	background:rgba(81, 159, 232, 0.4);
}
table.table-sakusei .table-line.selected,
table.table-sentaku .table-line.selected {
	background:rgba(81, 159, 232, 0.8);
}

table.table-kakomon th {
	position: sticky;
	top:-1px;
	z-index:10;
	background:#636363;
	color:white;
	font-weight:normal;
}
table.table-kakomon td img {
	width:20px;
}

table.table-kakomon td img.trend {
	width:30px;
}

table.table-kakomon .table-line {
	cursor: pointer;
}
table.table-kakomon .table-line:hover {
	background:rgba(81, 159, 232, 0.4);
}
table.table-kakomon .table-line.selected {
	background:rgba(81, 159, 232, 0.8);
}



#select-preview {
	/*padding:15px;*/
}
#select-preview img,
#sentaku-preview img,
#print-preview img {
	max-width:100%;
	padding:10px;
}

.imgselected {
	outline:3px solid #0395e5;
}
.fancybox-content {
	border:15px solid #ffffff;
}
.fancybox-image {
	background:white;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
	padding-right: 20px !important;
}
.text-notice {
	position: absolute;
	top: 6px;
	right: 20px;
	font-size: 0.7rem;
	line-height: 0.8rem;
	color:red;
}

/*#sakusei-result,*/
#sentaku-result {
	overflow-y:scroll;
	height:30vh;
}

.table {
	text-align: center;
}

.table img {
	width: 25%;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	min-width: 800px;
}
#modal-register .modal__content,
#modal-reminder .modal__content {
	width: 600px !important;
	min-width: 600px !important;
}
.float-left {
	float: left;
}
.modal-bottom {
	float: right;
}
.modal-bottom img {
	width: 80%;
}
.head-modal {
	background-color: #0395e5;
	display: flex;
	justify-content: space-between;
}
.table img {
	width: 40%;
}

.bottom-width img {
	width: 25%;
}

.table-blue-yazirusi {
	background-color: #0395e5;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	width: 30px;
	height: 30px;
	/*padding-left: 7px;*/
	padding: 0;
}
.table-blue {
	background-color: #0395e5;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	width: 30px;
	height: 30px;
	/*padding-left: 10px;*/
	padding: 0;
}
.table-gray {
	background-color: #a5b5b9;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	width: 55px;
	height: 30px;
	padding: 0;
}
.nendo li {
	padding-right: 30px;
	font-size: 18px;
}

.text-left {
	text-align: left;
}

.sentaku-check input[type="checkbox"] {
	margin-left: 10px;
}

/*
.todouhuken {
	float: left;
	margin:20px 30px 0px 30px;
	margin: 0 5px;
	font-size: 20px;
	width: 20%;
}
*/
.todouhuken-mono label {
	width: 100%;
}
.todouhuken-color {
	width: 100%;
	background-color: #dbfaff;
	color: #0395e5;
	padding: 10px 5px 5px 5px;
	font-weight: bold;
	/*font-size: 1vw;*/
}

.todouhuken-color input[type="checkbox"] {
	width: 1.2vw;
	height: 1.2vw;
	vertical-align: middle;
	margin-right: 5px;
}

.todouhuken-mono {
	padding: 5px;
	/*font-size: 1.2vw;*/
}
.todouhuken-mono input[type="checkbox"] {
	width: 1.2vw;
	height: 1.2vw;
	vertical-align: middle;
	margin-right: 5px;
}

.menu-text-color {
	color: #707070;
}

/*
.print-pdf-color {
	color: #ffffff;
	background-color: #ff5722;
}

.print-word-color,
.print-xls-color {
	color: #ffffff;
	background-color: #388E3C;
}
*/

.row.search-box {
	margin: 10px -15px;
}

th.selected-list {
	text-align: left;
}

.nav-tabs .nav-link {
	border: 3px solid #0395e5;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: transparent;
}

.container-chokuzen {
	max-width: 1800px;
	margin: auto;
}

.container-test {
	max-width: 1800px;
	margin: auto;
}
.container-keikou {
	max-width: 1800px;
	margin: auto;
}

.container-nyushi {
	max-width: 1800px;
	margin: auto;
}

.container-print {
	max-width: 1800px;
	margin: auto;
}
.container-sakusei {
	max-width: 1800px;
	margin: auto;
	margin-top: -20px;
}

.lock-img-eng {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 125px;
	left: 32%;
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
	z-index: 1;
}
.lock-img-eng img {
	width: 100px;
}

.lock-img-su {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 125px;
	left: 50.5%;
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
	z-index: 1;
}

.lock-img-su img {
	width: 100px;
}

.modal-1 {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1101;
}
.modal__bg-1 {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	z-index: 1102;
}
.modal__content-1 {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
	z-index: 1103;
}

.modal-2 {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1104;
}
.modal__bg-2 {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	z-index: 1105;
}
.modal__content-2 {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 70%;
	width: 800px;
	z-index: 1106;
}

.index-user-head {
	text-align: center;
	font-size: 24px;
}
.index-user-width {
	padding: 5px 10% 5px 10%;
}
.index-user-width input[type="password"] {
	background-color: #effcff;
}

.index-user-width input[type="text"] {
	background-color: #effcff;
}

.index-user-foot {
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
}

.btn-touroku {
	background: linear-gradient(-45deg, #52a0fd 0%, #00e2fa 100%);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	padding: 8px 5px;
	font-size: 20px;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.index-login-head {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/login.png") no-repeat;
	padding: 25px 0px 50px 100px;
	line-height: 30px;
	margin-left: 40%;
}

.index-login-width {
	width: 41%;
	position: absolute;
}

.index-login-width-2 {
	width: 55%;
	margin-left: 53%;
}

.index-login-width input[type="text"] {
	background-color: #effcff;
	height: 60px;
}
.index-login-width input[type="button"] {
	height: 60px;
}

.btn-login {
	background: linear-gradient(-45deg, #52a0fd 0%, #00e2fa 100%);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	padding: 12px 5px;
	font-size: 20px;
	/*width: 100%;*/
	/*height: 60px;*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1rem;
	transition: 0.4s;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.index-btn-foot-2 a {
	font-size: 12px;
	text-align: center;
	color: #707070;
	text-decoration: none;
}

.v_line_fix {
	margin-left: 45%;
	margin-top: 0px;
	width: 2px;
	height: 250px;
	background-color: #707070;
	position: fixed;
}

.login-center-border {
	border-right: #707070 2px solid;
}

.facebook-color {
	background-color: #244695;
	color: #fff;
}
.twitter-color {
	background-color: #07b2f2;
	color: #fff;
}

.google-color {
	background-color: #b23939;
	color: #fff;
}

.index-user-foot-2 {
	text-align: center;
	margin-top: 10px;
	margin-left: -50px;
	font-size: 15px;
}
.form-group input[type="form-control"] {
	width: 100%;
}

.test-tab {
	padding-right: 10px;
	transform: scale(0.8);
}

.test-tab-text {
	position: relative;
	top: 3px;
	background-image: url("../img/todouhuken.png");
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: left;
}

.text-center-kyouka {
	text-align: center;
	margin-bottom: 50px;
}

.fwrapper-shoppinglist {
	position: fixed;
	width: 100%;
	height: 70px;
}


.sakuseizumi-test {
	padding-top: 10px;
	font-size: 20px;
}

.kyouka-btn-center {
	padding-top: 7px;
}

.test-tab-text-area {
	position: relative;
	background-image: url(../img/todouhukenbl.png);
	background-repeat: no-repeat;
	background-size: 25%;
	padding-left: 45px;
}

.test-tab-text-bunya {
	background-image: url("../img/bunyabl.png");
	background-repeat: no-repeat;
	background-size: 22%;
	padding-left: 45px;
}

.nav-link.active .test-tab-text-area {
	background-image: url(../img/todouhuken.png);
}
.nav-link.active .test-tab-text-bunya {
	background-image: url(../img/bunya.png);
}

.selected-num {
    color: white;
    background: #0395e5;
    margin-left: 0.7rem;
    font-size: calc(100% - 0.3rem);
    display: inline-block;
    padding: 0 0.4em;
    border-radius: 10px;
		border: white 1px solid;

}
.sakusei-box-head {
	background-color: #0395e5;
	color: #ffffff;
	padding: 3px 3px 3px 10px;
}

.year-op1,
.year-op2 {
	list-style: none;
	display: flex;
	margin-bottom: 0;
	justify-content: space-evenly;
}

.body-year-contents {
	/*font-size: 18px;*/
	padding: 10px;
	border: solid 1px #d6d6d6;
}

.year-op1 label {
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 0.8vw;
}

.year-op2 label {
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 0.8vw;
}

.sakusei-yokonarabi {
	display: flex;
}

/*
.sakusei-body,
.sakusei-body-keyword,
.sakusei-body-fav {
	border:solid 1px #d6d6d6;
}
*/

.sakusei-body select {
	width: 100%;
	font-size: 1.2em;
}

.sakusei-box-md {
	background-color: #0395e5;
	/*font-size: 18px;*/
	color: #ffffff;
	padding: 3px 3px 3px 10px;
}
.body-keyword-contents {
	/*font-size: 18px;*/
}
.sakusei-body-keyword input[type="text"] {
	width: 100%;
}

.sakusei-box-sd {
	background-color: #0395e5;
	/*font-size: 18px;*/
	color: #ffffff;
	padding: 3px 3px 3px 10px;
}
.body-fav-contents {
	/*font-size: 18px;*/
}
.body-fav-contents input[type="text"] {
	width: 100%;
}

.sakusei-box-hyou {
	margin-top: 10px;
	text-align: center;
	max-width: 100%;
}

.sakusei-box-hyou table {
	width: 100%;
	height: 300px;
}

.sakusei-box-hyou table th {
	font-size: 14px;
	padding: 0px;
	position: sticky;
	top: 0;
	z-index: 1;
}

.sakusei-box-hyou table td {
	font-size: 14px;
	padding: 3px;
	position: sticky;
	left: 0;
}
.sakusei-box-hyou table img {
	width: 20%;
}

.sakusei-box-hyou th {
	background-color: #0395e5;
	color: #fff;
	padding: 0px 15px 0px 15px;
}

.colum-box-hyou {
	background-color: #ffffff;
	height: 55%;
	width: 100%;

	margin: 0px;
	overflow-y: scroll;
	overflow-x: scroll;
}

.sakusei-checkbox input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.sakusei-box-hyou-2 {
	margin-top: 10px;
}

.sakusei-box-hyou-2 table {
	width: 100%;
	height: 20rem;
	min-height: 55vh;
}
.sakusei-box-hyou-2 table td {
	border: none;
	font-size: 0.8vw;
}

/*makeprint1.html*/
.treejs {
	font-size: 20px !important;
	line-height: 1.7em;
}
.treejs .treejs-label {
	padding-left: 0.2rem;
}
.border-blue {
	margin: 0 15px;
	border: #dbfaff 20px solid;
}
.border-blue-left {
	margin: 0 0 0 15px;
	border: #dbfaff 20px solid;
}
.border-gray-right {
	margin: 0 15px 0 0;
	border: #e7eaeb 20px solid;
}

.h-50vh {
	height:50vh;
}
.h-62vh {
	height:62vh;
}
.h-65vh {
	height:65vh;
}
.h-70vh {
	height:70vh;
}
.h-75vh {
	height:75vh;
}

.y-scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}

.treeview {
	overflow-y: scroll;
	padding: 20px 10px;
	height:100%;
}

.printname-label {
	top: 0;
	right:20px;
	background:#DDDDDD;
}

/* stepper */
/*
.bs-stepper .step-trigger {
	padding-left: 0;
}
*/

.bs-stepper .step-trigger.disabled, .bs-stepper .step-trigger:disabled {
	opacity: 1;
}

.nodisp {
	display:none;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
	padding: .25rem .75rem;
}

.folder-tab {
	border-radius: 0.5em 0.5em 0 0;
	background: #dddddd;
}
.folder-tab.active {
	color:white;
}
#printList .badge {
	font-size: 90%;
	font-weight: normal;
}

.big-close {
	top: 0;
	right: 0;
}
.big-close img {
	width: 32px;
	opacity: 0.5;
}
.big-close img:hover {
	opacity: 1;
	transition: opacity 0.5s;
}

.updown {
	height: 1em;
	top: 0.5em;
	right: 0.5em;
}

.headertext {
	margin-top: 7px;
}

.treejs-label.selected {
	background: rgba(81, 159, 232, 0.8);
}

.foldersort.active {
	border-bottom: 2px solid #0395e5;
}

.btn-white {
	border-color: white;
	color:white;
	padding: .05rem .5rem;
}

.tategaki {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	min-height:450px;
}

/* slick override*/
.slick-arrow {
	cursor:pointer;
}
.slick-disabled {
	pointer-events: none;
	opacity:0.5;
}
.slick-track {
	display:flex;
	align-items: stretch;
	gap: 20px;
}
.slick-slide {
	display:flex;
	height:auto;
}
.slick-slide div {
	height:100%;
}

/* cancel */
.cancel_container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
