@charset "UTF-8";
/* ------------------------------------------------------------ */
/* 下層共通 */
/* ------------------------------------------------------------ */
.sub {	
}

.sub .content {
	padding: 60px 0 0;
}

/* ------------------------------------------------------------ */
/* page-title */

.page-title {
	padding: 6% 40px;
	background: #fff;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	position: relative;
}

.page-title h2 {
	font-size: 3.6rem;
	color: #009fe8;
}

.page-title h2 span {
	display: inline-block;
	vertical-align: middle;
}

.page-title h2 span.line {
	margin: 0 0 0 20px;
	width: 16%;
	max-width: 380px;
	height: 3px;
	background: -webkit-linear-gradient(30deg, rgb(0, 159, 232), rgb(0, 109, 232));
	background: linear-gradient(30deg, rgb(0, 159, 232), rgb(0, 109, 232));	
}

.page-title h2 span.kr {
	font-size: 12rem;
	font-weight: 400;
	color: rgba(0,159,232,.2);
	padding: 0 20px 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	letter-spacing: 0;
}


/* ------------------------------------------------------------ */
/* post */

.post-wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #e5f7ff;
	clear: both;
}

.post_tit {
	font-size: 3.6rem;
	color: #009fe8;	
	text-align: center;
	margin: 0 auto 4%;
}

.post_content {
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto 8%;
	padding: 4%;
	background: #fff;
	clear: both;
}

.postBox {
	width: 78%;
	height: auto;
	margin: 0;
	padding: 0 6% 0 0;
	float: left;
}

.error .postBox {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	float: none;
	padding: 0;
}

.error .postBox .column {
	justify-content: flex-start;
	margin: 0 0 20px;
}

.error .postBox .col03 .item{
	padding: 0 1em;
	margin: 0;
}


.post-item {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
}

/* ------------------------------------------------------------ */
/* sidebar */
.sidebar {
	width: 22%;
	height: auto;
	margin: 0;
	float: right;
}

.sidebar-item {
	width: 100%;
	margin: 0 auto 20px;		
}

.sidebar .menu {
	width: 100%;
	margin: 0 auto;	
}

.sidebar .menu li {
	border-top: 1px solid #e5e5e5;		
	border-bottom: 1px solid #e5e5e5;
	border-left: 5px solid #009FE8;
	border-right: 1px solid #e5e5e5;
	margin: 0 auto 8px;		
}

.sidebar .menu li a {
	display: block;
	width: 100%;
	padding: 15px 10px 15px 20px;
	font-size: .95em;
	font-weight: bold;
	line-height: 1.5;	
	position: relative;
	background: rgba(0,159,232,0);
}

.sidebar .menu li a:hover,
.sidebar .menu li.current_page_item a {
	background: rgba(0,159,232,.2);
}

.sidebar .menu li.current_page_item a:hover {
	opacity: .7;
}

.sidebar .menu li.current_page_item a::before {
	/*content: "";
	display: block;
	width: 5px;
	height: 25px;
	background: #009FE8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);*/
}

.btnBox.sidebar-item {
	max-width: 100%;	
	flex-direction: column;
	justify-content: flex-start;
}

.sub .btnBox .btn {
	display: block;
	width: 100%;	
	font-size: .9em;
	font-weight: bold;
	line-height: 1.6;	
	margin: 0 10px 15px;	
}

.sidebar-item .thumbList {
	
}

.sidebar-item .thumbList .item {
	margin: 0 auto 15px;	
}

.sidebar-item .thumbList .item a {
	padding: 8px;
	border-bottom: none;
	border-left: 3px solid #009fe8;
	box-shadow: 0 1px 5px -1px rgba(0,0,0,.3);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sidebar-item .thumbList .item .txt {
	padding: 0 10px;
	font-weight: bold;
	color: #009fe8;
}

.sidebar-item .thumbList .item .thumb {
	width: 80px;
	height: 80px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.sidebar-item .thumbList .item .thumb img {
	width: auto;
	max-width: inherit;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


/* ------------------------------------------------------------ */
/* pager */

.pagenate {
	width: 100%;
	padding: 40px 1.5em 0;
	margin: 0 auto 40px;
	text-align: center;	
}

.single .pagenate {
	padding: 40px 0 0;
}

.pagenate .page-numbers {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background: #fff;
	border: 1px solid #009fe8;
	color: #009fe8;
	font-size: 1em;
}

.single .pagenate .page-numbers {
	margin: 0 .5em 1em;
	width: auto;
	height: auto;
	line-height: 1.7;
	padding: 5px .5em;
}


.pagenate .page-numbers:hover {
	background: #009fe8;
	color: #fff;
}

.pagenate .page-numbers.current {
	background: #009fe8;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.pagenate .page-numbers.current:hover {
	background: #fff;
	color: #009fe8;
}

.pagenate .page-numbers.prev {
}

.pagenate .page-numbers.next {
}


/* ------------------------------------------------------------ */
/* form */
/* ------------------------------------------------------------ */
.formBox {
	width: 100%;
	margin: 40px auto 0;
	clear: both;
}

.formBox .notice {
	width: 100%;
	margin: 0 auto 40px;
	clear: both;
	padding: 10px;
	border: 8px solid #e5f7ff;
}

.required {
	display: inline-block;
	color: #fff;
	background: #D12629;
	padding: 0 5px;
	font-size: 12px;
	margin: 0 5px;
	vertical-align: middle;
}

.formBox .note {
	display: inline-block;
	color: #009fe8;
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 0 5px;	
	border: 1px solid #009fe8;
	vertical-align: middle;
}

.formBox .note_txt {
	display: block;
	color: #009fe8;
	font-size: 12px;
	font-weight: bold;
	margin: 5px auto;
	vertical-align: middle;
}
.formBox .required_txt {
	color: #F60004;
	font-size: 12px;
	vertical-align: top;
}

.formBox .error-message {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #D81D20;
	margin: 0 0 5px;
}

.formBox dl {
	width: 100%;
	display: table;
	margin: 0 auto 10px;
	letter-spacing: .05em;
}

.formBox dl dt,
.formBox dl dd {
	display: table-cell;
	vertical-align: middle;
}

.formBox dl dt {
	width: 30%;
	background: #f1f1f1;
	padding: 1em;	
}

.formBox dl dd {
	padding: 0 0 0 1.5em;
	margin: 0 !important;	
}


.formBox .select_field {
	display: block;
	width: 50%;
	position: relative;
}

.formBox .select_field::after {
	/*content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	position: absolute;
	top: 34%;
	right: 0;
	z-index: 10;*/
	/*transform: translateY(-50%);*/
}

.formBox .textarea_field {
	height: 180px;
}

/* フォームのデフォルトスタイルのリセットはreset.css */
/* フォーム */
.formBox input,
.formBox select,
.formBox textarea {
	width: 100%;
	height: auto;
	padding: 10px 1em;
	font-size: 1em;
	background: #fff;
	margin: 0 10px;
	border: 1px solid #ddd;
	cursor: pointer;
	letter-spacing: .05em;
}

.formBox dd.col label {
	display: inline-block;
}

.formBox dd.col.col02 label {
	width: 48%;
}

.formBox dd.col.col03 label {
	width: 30%;
}

.formBox dd.col label input,
.formBox dd.col label select {
	display: inline-block;
	margin: 0 4%;
	width: 80%;
	vertical-align: middle;	
}

.formBox dd.col.col03 label input,
.formBox dd.col.col03 label select {
	width: 70%;	
}

.formBox dd.col.col03 .select_field::after {
	right: inherit;
	left: 60%;
}

.formBox dd.col label input,
.formBox dd.col label select {
	display: inline-block;
	margin: 0 4%;
	width: 80%;
	vertical-align: middle;	
}

.formBox dd .error {
	display: inline-block;	
	vertical-align: middle;	
	width: 90%;
}

.formBox dd label .error input {
	margin: 0 4%;
	width: 90%;
}

.formBox dd label .error select {
	width: 95%;
}

.formBox.entry label.form-check-label {
	display: inline-block;
	margin: 0 8px 8px 0;
}

.formBox select {
	-webkit-appearance: menulist;
	appearance: menulist;
	padding: 8px 10px !important;
	font-size: .9em;
	height: 3em;
	border-radius: 0 !important;
}

.formBox textarea {
	display: block;
	height: 180px;
}

.formBox ::placeholder {
  color: #999;
}

.formBox input[type="radio"],
.formBox input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	min-width: 20px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0;
	position: relative;
	margin: 3px 8px 3px 0;
	-webkit-appearance: none;	
	appearance: none;	
}

.formBox input[type="radio"] {
	border-radius: 100%;
}

.formBox input[type="radio"]:checked {
	background: #ddd;
}

.formBox input[type="checkbox"]:checked {
	background: #009fe8;
	border: 1px solid #009fe8;
}

.formBox input[type="radio"]:checked:after,
.formBox input[type="checkbox"]:checked:after {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #769855;
	position: absolute;
	z-index: 10;
}

.formBox input[type="checkbox"]:checked:after {
	content: "\f00c";
	bottom: 1px;
	left: 2px;
	font-size: 14px;
	line-height: 1;
	color: #fff;	
}

.formBox input[type="radio"]:checked:after {
	content: "\f111";
	bottom: 1px;
	left: 4px;
}

.formBox dl.submitBox {
	margin: 30px auto;
	display: block;
}

.formBox .submitBox dd {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	display: block;
	background: none;
}

form button[type="submit"],
.formBox button[type="submit"],
.formBox input[type="submit"],
.formBox input[type="reset"],
.formBox input[type="button"] {
	border: 1px solid #009fe8;
	background: #fff;
	color: #009fe8;	
	border-radius: 5px;
	margin: 0 10px 10px;
	font-size: 1.8rem;
	width: calc(100%/2 - 20px);
	transition: all .3s;
	-webkit-transition: all .3s;
}

form button[type="submit"],
.formBox button[type="submit"],
.formBox input[type="submit"] {
	background: #009fe8;
	color: #fff;		
}

.formBox input[type="reset"]:hover,
.formBox input[type="button"]:hover {
	border: 1px solid #999;
	background: #999;
	color: #fff;	
}

form button[type="submit"]:hover,
.formBox button[type="submit"]:hover,
.formBox input[type="submit"]:hover {
	color: #009fe8;
	background: #fff;
	opacity: 1;
}

.formBox dl.submitBox .btn {
	display: inline-block;
	margin: 0 10px;
	width: calc(100%/2 - 20px);
}


/* 確認画面のときに表示 */
/* 完了画面のときに表示 */
/* エラーメッセージ */



/* ------------------------------------------------------------ */
/* 詳細記事 */
/* ------------------------------------------------------------ */


/* ------------------------------------------------------------ */
/* news */
.postBox .txtList .list-item {
	font-size: 1.6rem;
	padding: 10px 0;
}

.postBox .txtList .list-item::before {
	display: none;
}

.postBox .txtList .list-item a {
	padding: 0;
}

.postBox .txtList p {
	margin: 0 auto 5px;
}

/* ------------------------------------------------------------ */
/* マイページ */
/* ------------------------------------------------------------ */

.data_result .main-header {
    margin: 0 auto;
}

.box-header {
	margin: 40px auto 20px;
}

.hold-transition .callout.callout-danger {
	color: #C00003;
}




@media screen and (max-width: 1024px) {
/* 1024px以下用の記述 */

/* ------------------------------------------------------------ */
/* 下層共通 */
/* ------------------------------------------------------------ */
.sub .content {
}

.login .content {
	padding: 80px 0 0;
}
	
/* ------------------------------------------------------------ */
/* page-title */

.page-title {
	padding: 5% 20px;
	height: auto;
}

.page-title h2 {
	font-size: 2.8rem;
	text-align: center;	
}
	
.page-title h2 span {
	display: block;
}	

.page-title h2 span.line {
	margin: 0 auto;
	width: 50%;
	max-width: inherit;
}	
	
.page-title h2 span.kr {
	font-size: 4em;
	color: rgba(0,159,232,.08);
	padding: 0;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	width: 100%;
	text-align: center;
}	
		
/* ------------------------------------------------------------ */
/* post */

.post-wrapper {
	padding: 4% 0;
}

section.post-wrapper {
	padding: 4% 0;
}
	
.post_tit {
	font-size: 2.8rem;
	margin: 0 auto 4%;
}

.post_content {
	width: 90%;
	max-width: 100%;
	margin: 0 auto 8%;
	padding: 4% 4% 20px;
}

.postBox {
	width: 100%;
	height: auto;
	margin: 0 auto 4%;
	padding: 0;
	float: none;
}

/* ------------------------------------------------------------ */
/* sidebar */

.sidebar {
	width: 100%;
	height: auto;
	margin: 0;
	float: none;
	/*display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;*/	
}	
	
.sidebar-item {
	/*width: calc(100%/2);
	padding: 0 10px 0 0;*/
	margin: 0 auto 20px;
}	
	
/*.sidebar-item:nth-child(even) {
	padding: 0;	
}*/

.btnBox.sidebar-item {
	max-width: 100%;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}	
	
.sidebar .btnBox .btn {
	width: calc(100%/2 - 10px);
	margin: 0 5px 15px;
	max-width: inherit;
}	
	
.sidebar-item .thumbList .item {
	margin: 0 auto 15px;
	width: calc(100%/3);
	padding: 0 8px;
}	
	
.sidebar-item .thumbList .item .thumb {
	width: 60px;
	height: 60px;
}	
	
.sidebar-item .thumbList .item .txt {
	padding: 0 0 0 10px;
	font-size: 0.85em;
}	
	
/* ------------------------------------------------------------ */
/* pager */
.pagenate {
	padding: 2em 0 0;
	margin: 0 auto 4em;
}	
	

	
}

@media screen and (max-width: 767px) {
/* 767px以下用（スマートフォン用）の記述 */
/* ------------------------------------------------------------ */
/* 下層共通 */
/* ------------------------------------------------------------ */
.sub .content {
	padding: 50px 0 0;
}

.login .content {
	padding: 80px 0 0;
}
	
/* ------------------------------------------------------------ */
/* page-title */

.page-title {
	padding: 6% 20px;
}

.page-title h2 {
	font-size: 2.6rem;
}
		
/* ------------------------------------------------------------ */
/* post */

.post-wrapper {
	padding: 5% 0;
}

section.post-wrapper {
	padding: 5% 0;
}
	
.post_tit {
	font-size: 2.8rem;
	margin: 0 auto 5%;
}

.post_content {
	width: 92%;
	margin: 0 auto 6%;
	padding: 4% 4% 20px;
}

.postBox {
	width: 100%;
	height: auto;
	margin: 0 auto 4%;
	padding: 0;
	float: none;
}

/* ------------------------------------------------------------ */
/* sidebar */

.sidebar-item .thumbList {
	justify-content: flex-start;	
}
	
.sidebar-item .thumbList .item {
	margin: 0 0 15px;
	width: calc(100%/2);
}
	
	
/* ------------------------------------------------------------ */
/* pager */
.pagenate {
}	
	
/* ------------------------------------------------------------ */
/* form */
.formBox dl.submitBox .btn {
	display: block;
	margin: 0 auto 10px;
	width: 80%;
}
	
	
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
/* ------------------------------------------------------------ */
/* 下層共通 */
/* ------------------------------------------------------------ */
.sub .content {
}
	
/* ------------------------------------------------------------ */
/* page-title */

.page-title {
	padding: 30px 10px;
}

.page-title h2 {
	font-size: 2.4rem;
}
	
.page-title h2 span.line {
	width: 80%;
}	
	
.page-title h2 span.kr {
	font-size: 2.8em;
	white-space: nowrap;
}	
			
/* ------------------------------------------------------------ */
/* post */

.post-wrapper {
	padding: 5% 0;
}

section.post-wrapper {
	padding: 5% 0;
}
	
.post_tit {
	font-size: 2.2rem;
	margin: 0 auto 5%;
	padding: 0 10px;
}

.post_content {
	width: 94%;
	margin: 0 auto 40px;
	padding: 30px 20px 0;
}

.postBox {
	margin: 0 auto 20px;
}

/* ------------------------------------------------------------ */
/* sidebar */

.sidebar-item {
	margin: 0 auto 15px;
}
	
.sidebar .btnBox .btn {
	font-size: .8em;
	margin: 0 5px 10px;	
}
		
.sidebar-item .thumbList {
	margin: 0 auto;
}
	
.sidebar-item .thumbList .item {
	margin: 0 0 18px;
	padding: 0;
	width: 100%;
}
	
.sidebar-item .thumbList .item .txt br {
	display: none;
}	
	
	
/* ------------------------------------------------------------ */
/* pager */
.pagenate {
	padding: 2em 0 0;
	margin: 0 auto 50px;	
}	
	
/* ------------------------------------------------------------ */
/* form */
.formBox dl {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}
	
.formBox dl dt {
	width: 100%;
	display: block;
	padding: 10px;
	margin: 0 auto 10px;	
}
	
.formBox dl dd {
	width: 100%;
	display: block;	
	padding: 0;
}
	
.formBox .note_txt {
	display: inline-block;
	margin: 0 6px;
}
	
.formBox dl.submitBox .btn {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
}
	
.formBox .select_field {
	width: 90%;
}
	
.formBox dd.col.col03 label {
	width: 42%;
	margin: 0 10px 10px;
}
	
.formBox input,
.formBox select,
.formBox textarea {
	width: 95%;
	padding: 8px 10px;
}	
	
form button[type="submit"],
.formBox button[type="submit"],
.formBox input[type="submit"],
.formBox input[type="reset"],
.formBox input[type="button"] {
	margin: 0 auto 10px;
	width: 90%;
	font-size: 1em;
}
	
/* ------------------------------------------------------------ */
/* 前回試験状況 */

.pastexam .main_sub {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow-x: scroll;
}

.pastexam .main_sub .wrapper {
	width: 440px;		
	height: auto;
	margin: 0 auto;
}
	
	
}

@media screen and (max-width: 360px) {
/* 360px以下用（スマートフォン用）の記述 */


}
