@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	background:transparent;
	outline:0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium","メイリオ",Meiryo,Arial,"ＭＳ Ｐゴシック","MS P Gothic","Osaka",sans-serif;
	font-size:1.0rem;
	vertical-align:baseline;
}

h1 {
	font-size:1.5rem!important;;
	color : gray;
    padding: 0;
    margin: 0;
}

h2 {
  	font-weight : bold;
  	font-size:1.25rem!important;
  	/*border-bottom: double #ccc;*/
	padding-top: 1.0em;
    /*background-color: #e3e3e3;*/
}

.right {
	margin-left: auto;
}

h3 {
	font-size:1.1rem!important;
}

div.check_result {
	display: block;
	text-align: left;
	padding: 0.4em;
}

table.history td {
	border: 1px solid #999;
	text-align: left;
}

table{
	background:#fff;
	border:solid 1px #ddd;
	margin-bottom:1.25rem;
	table-layout:auto
}
table caption{
	background:transparent;
	color:#222;
	font-size:1rem;
	font-weight:bold
}
table thead{
	background:#F5F5F5
}
table thead tr th,table thead tr td{
	color:#222;
	font-size:0.875rem;
	font-weight:bold;
}
table tfoot{
	background:#F5F5F5
}
table tfoot tr th,table tfoot tr td{
	color:#222;
	font-size:0.875rem;
	font-weight:bold;
}
table tr th,table tr td{
	color:#222;
	font-size:0.875rem;
	text-align:left
}
table tr.even,table tr.alt,table tr:nth-of-type(even){
	background:#F9F9F9
}
table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td{
	display:table-cell;
	line-height:1.125rem
}

table tbody tr td label {
	padding:0.5625rem 0.625rem;
	display: block;
	width: 100%;
	height: 100%;
}

span.main_question {
 	font-size: 1.05rem;
 	margin: 0 0 0 0;
};

a.link_next {
	display: block;
	padding: 0.4em;
	border: 1px dotted gray;
	background-color: #c6ffc6;
}

#loading_box {
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#loading_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: auto;
}

.label-danger {
    background-color: #bf5329;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-size:1.25rem;
}

h1 {
	padding: .5em .75em;
	/*
	background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	*/
	background-color: #26499D;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

h2 {
	padding: .3em .45em;
	border-left: 6px solid #004085;
	background-color: #429ee766;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

h3 {
	font-weight : bold;
	padding-bottom: .2em;
	border-bottom: 1px solid #ccc;
	margin-block-start: 0.2em;
	margin-block-end: 0.2em;
}

h4 {
	font-weight : bold;
	position: relative;
	padding: 0.25em 0;
}
h4:after {
	content: "";
	display: block;
	height: 1px;
	background: -webkit-linear-gradient(to right, rgb(204, 204, 204), transparent);
	background: linear-gradient(to right, rgb(204, 204, 204), transparent);
}

ul.menu, ol.menu{
  color: #668ad8;
  border: #668ad8;
  background: #f1f8ff;
  padding: 0.5em 0.5em 0.5em 2em;
  margin-block-start: 0.2em;
  margin-block-end: 0.2em;
}

ul li.menu, ol li.menu {
  line-height: 1.5;
  padding: 0.2em 0;
}

h4 {
	background-color: #9bdbfd;
}

#calendar {
	max-width: 95%;
	margin: 0 auto;
}

.fc-scroller {
	overflow-y: hidden !important;
}

.fc-daygrid-event .fc-event-title {
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.7rem;
	line-height: 0.8rem;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	position: relative;
	min-height: 1em;
}
.fc, .fc *, .fc *:before, .fc *:after {
	box-sizing: initial;
}
.info-list {
	font-size: 0.9rem;
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}
table tr {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}
table th,
table td {
	padding: .625em;
	text-align: center;
}


blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    margin: 0.5em auto;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

cite a {
	display: initial!important;
}


.pnl-box {
    padding: 0.5em;
    border: 1px solid black;
    font-size: 1em;
    margin-top: 1em;
}


.listBox {
    margin: auto;
    margin-bottom: 2em;
    padding: 1% 2%;
    max-width: 1440px;
    border-radius: 5px;
    background: #f1f8ff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0, .3);
}

.panelBox h4 {
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.panelBox h4:after {
    background: initial;
}
.sgLi li{
    color: #2c3e50;
    text-align: justify;
    letter-spacing: 1px;
}

.SG{
	margin: 0;
	padding: 0;
	text-align: left;
}
.SG .sgLi{
	min-width: 100%;
	margin: 2% .35%;
	display: inline-flex;
	box-shadow: 0 2px 4px rgba(0,0,0, .2);
}
.SG .sgLi:hover{
	box-shadow:0 5px 10px rgba(0,0,0,.15);
}
.SG .panelBox{
	width: 100%;
	padding: 1% 2%;
	background: #fff;
	box-sizing: border-box;
}

.df{list-style: disc;}
.s1{
    padding: 0.5em 0.5em 0.5em 1.5em;
}
ul.s1 li {
    list-style: square!important;
    padding-top: 0.25em;
}
ul.s1 li a {
	text-decoration: none;
    display: block;
    height: 100%;
    font-size: 1em;
    line-height: 1.75em;
 	background-position: 0 0;
  	background-size: 200% auto;
  	transition: .6s;
}
ul.s1 li p {
	color: #668ad8;
    font-size: 0.85em;
}
ul.s1 li a {
    height: initial;
}


.s2{
    padding: 0.5em 0.5em 0.5em 1.5em;
}
ul.s2 li {
    list-style: none;
    padding: 0.35em 0em;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.75em;
}
ul.s2 li a {
	text-decoration: none;
    display: block;
    height: 100%;
    font-size: 1em;
    line-height: 1.75em;
 	background-position: 0 0;
  	/*background-size: 200% auto;*/
  	transition: .6s;
}
ul.s2 li p {
	color: #668ad8;
    font-size: 0.85em;
    text-align: right;
}
ul.s2 li a {
    height: initial;
}
.s2 li a.question-ex-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-vocabulary-book.png) no-repeat top left;
}
.s2 li a.question-list-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-question-book.png) no-repeat top left;
}
.s2 li a.answer-list-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-answer-list.png) no-repeat top left;
}
.s2 li a.voice-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-voice.png) no-repeat top left;
}
.s2 li a.keyboard-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-keyboard.png) no-repeat top left;
}
.s2 li a.search-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-search.png) no-repeat top left;
}
.s2 li a.pen-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-pen.png) no-repeat top left;
}
.s2 li a.full-pen-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-full-pen.png) no-repeat top left;
}
.s2 li a.free-note-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-free-note.png) no-repeat top left;
}
.s2 li a.movie-link {
    padding: 0 0 0 32px;
    background: url(/app/img/icons/icon-movie.png) no-repeat top left;
}

.btn-box{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}
.btn-box span {
	position: relative;
	z-index: 3;
	color:#333;
}
.btn-box:hover span{
	color:#fff;
}
.bgcentery:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
  	background: #333;
  	width: 100%;
  	height: 100%;
  	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  	transform: scale(1, 0);
  	transform-origin:center;
}
.bgcentery:hover:before{
  transform:scale(1, 1);
}



.panelBox ul li a{
    position: relative;
    text-align: left;
    outline: none;
    transition: ease .2s;
    padding-bottom: 0.15em;
}
.panelBox ul li a {
	position: relative;
	z-index: 3;
}
.panelBox ul li a:before {
	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 2;
  	background: #333;
  	width: 100%;
  	height: 100%;
  	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  	transform: scale(1, 0);
  	transform-origin:center;
	opacity: 0.55;
}
.panelBox ul li a:hover:before{
	transform:scale(1, 1);
}

.pdfList .pdfTitle {
	padding-top: 0.5em;
	font-weight: bold;
}
.pdfGrp {
  display: flex;
  justify-content:flex-end;
}
.pdfLink {
  padding-left: 1em;
  width: 10em;
  font-size: 0.75em!important;
}
.pdfList > p {
	display: flex;
	justify-content:flex-end;
}

/*
.panelBox .pdfList {
  display: flex;
  white-space: nowrap;
  justify-content:flex-start;
}
.pdfListTitle {
	padding-right: 1em;
}
*/
/*
.panelBox .pdfList p {
  padding: 0.5em;
}
*/

/*
.panelBox ul li{
    position: relative;
    text-align: left;
    outline: none;
    transition: ease .2s;
    padding-bottom: 0.15em;
}
.panelBox ul li a {
	position: relative;
	z-index: 3;
}
.panelBox ul li:hover a{
	color:#fff;
}
.panelBox ul li:before {
	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 2;
  	background: #333;
  	width: 100%;
  	height: 100%;
  	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  	transform: scale(1, 0);
  	transform-origin:center;
	opacity: 0.85;
}
.panelBox ul li:hover:before{
	transform:scale(1, 1);
}
*/



.af-panel {
}
.af-content {
    margin-top: 1.5em;
    line-height: 1rem;
}
.af-content p {
    font-size: 1rem;
    font-weight: initial;
}
.af-title {
    margin: 1.25em auto;
    line-height: 1rem;
    font-weight: bold;
    font-size: 1.15rem;
}
.af-desc {
    margin: 1em auto;
    line-height: 1rem;
    font-size: 1rem;
}
.af-btn-1 {
    background-color: #FF9901!important;
    box-shadow: 0 5px 0 #cc7a01;
    margin-bottom: 5px;
    border-radius: 3px!important;
    border-color: #FF9901!important;
    font-size: 0.75rem!important;
}
.af-btn-2 {
    background-color: #007dcd!important;
    box-shadow: 0 5px 0 #0064a4;
    margin-bottom: 5px;
    border-radius: 3px!important;
    border-color: #0064a4!important;
    font-size: 0.75rem!important;
}
.af-btn-3 {
    background-color: #c20004!important;
    box-shadow: 0 5px 0 #9b0003;
    margin-bottom: 5px;
    border-radius: 3px!important;
    border-color: #c20004!important;
    font-size: 0.75rem!important;
}
.af-btn-4 {
    background-color: #0BBD80!important;
    box-shadow: 0 5px 0 #099766;
    margin-bottom: 5px;
    border-radius: 3px!important;
    border-color: #0BBD80!important;
    font-size: 0.75rem!important;
}





.wp-blocks-topic {
    padding: 10px;
    font-size: 1.0rem;
}
.wp-blocks-topic-title {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 0.5rem 0.5rem 0 0;
}
.wp-blocks-topic-title span {
    font-size: 1.0rem;
}
.wp-blocks-topic-content {
    border: 2px solid #6c757d;
    padding: 1rem 2rem 1rem 2rem;
    line-height: 1.5rem;
    background-color: #f8f9fa;
}


.wp-blocks-topic-content ol li p {
	font-size: 1.2rem;
	margin-bottom: 0.25em;
}
.wp-blocks-topic-content ol li span {
    font-size: 1.1rem;
}
.wp-blocks-topic-content ol li::marker {
    font-size: 1.1rem;
}
.wp-blocks-topic-content-list-style-none {
    list-style: none;
    padding-bottom: 0.5rem;
}
.wp-blocks-topic-content-list-style-decimal {
    list-style: decimal;
    padding-bottom: 0.5rem;
}
.wp-blocks-topic-content-list-style-square {
    list-style: square;
    padding-bottom: 0.5rem;
}
.wp-see-all-link {
    padding: .5rem 0;
    color: #516f90;
    width: 100%;
}
.wp-see-all-link:after {
    content: "";
    display: inline-block;
    background-image: url(https://cdn2.hubspot.net/hubfs/1932631/next_icon.jpg);
    background-size: contain;
    height: 8px;
    width: 10.5px;
    margin-left: 10px;
}

@media only screen and (max-width: 767px){
	.wp-blocks-topic-content ol li p {
	    font-size: 1.15rem;
	}
	.wp-blocks-topic-content ol li span {
    	font-size: 1rem;
	}
}



.paginator ul.pagination li {
    float: none;
    display: inline-block;
}
ul.pagination li {
    color: #222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
}

.paginator p {
    margin-top: 2em;
}
.page-link{
    border-radius: 0.25em;
}


@media only screen and (max-width: 767px){
	.pager .pagination li{
		display: none;
	}

  	.pager .pagination li.pre,
  	.pager .pagination li.next{
    	display: inline-block;
    	width: 20%;
    	height: 50px;
    	text-align: center;
  	}

  	.pager .pagination li.pre a,
  	.pager .pagination li.next a{
    	width: 100%;
    	text-align: center;
  	}
}




@media print, screen and (min-width: 769px)
{
    .c-topics {
        margin-bottom: 30px;
    }
    .c-topics__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .c-topics__item {
        overflow: hidden;
        border-bottom: 1px solid gray;
    }
/*
    .c-wrap--shimajiro .c-topics__title {
        border-color: #fc9393;
        color: #fc9393;
    }
*/
    .c-topics__title__1 {
        float: left;
        border-radius: 5px;
        border: solid 2px #55a7ed;
        background-color: #fff;
        font-size: 14px;
        font-weight: 700;
        color: #55a7ed;
        text-align: center;
        line-height: 1;
        max-width: 150px;
        width: 100%;
        margin-right: 20px;
        padding: 10px;
    }
    .c-topics__title__2 {
        float: left;
        border-radius: 5px;
        border: solid 2px #55a7ed;
        background-color: #fff;
        font-size: 14px;
        font-weight: 700;
        color: #55a7ed;
        text-align: center;
        line-height: 1;
        max-width: 150px;
        width: 100%;
        margin-right: 20px;
        padding: 10px;
    }
    .c-topics__title__3 {
        float: left;
        border-radius: 5px;
        border: solid 2px #55a7ed;
        background-color: #fff;
        font-size: 14px;
        font-weight: 700;
        color: #55a7ed;
        text-align: center;
        line-height: 1;
        max-width: 150px;
        width: 100%;
        margin-right: 20px;
        padding: 10px;
    }
    .c-topics__title__4 {
        float: left;
        border-radius: 5px;
        border: solid 2px #55a7ed;
        background-color: #fff;
        font-size: 14px;
        font-weight: 700;
        color: #55a7ed;
        text-align: center;
        line-height: 1;
        max-width: 150px;
        width: 100%;
        margin-right: 20px;
        padding: 10px;
    }
    .c-topics__title__5 {
        float: left;
        border-radius: 5px;
        border: solid 2px #117a8b;
        background-color: #fff;
        font-size: 14px;
        font-weight: 700;
        color: #117a8b;
        text-align: center;
        line-height: 1;
        max-width: 150px;
        width: 100%;
        margin-right: 20px;
        padding: 10px;
    }
    .c-topics__title__6 {
        float: left;
        border-radius: 5px;
        border: solid 2px #28a745;
        background-color: #fff;
        font-size: 14px;
        font-weight: 700;
        color: #28a745;
        text-align: center;
        line-height: 1;
        max-width: 150px;
        width: 100%;
        margin-right: 20px;
        padding: 10px;
    }
    .c-topics__title__7 {
        float: left;
        border-radius: 5px;
        border: solid 2px #f93bc0;
        background-color: #fff;
        font-size: 14px;
        font-weight: 700;
        color: #f93bc0;
        text-align: center;
        line-height: 1;
        max-width: 150px;
        width: 100%;
        margin-right: 20px;
        padding: 10px;
    }
    .c-topics__date {
        font-size: 12px;
        font-weight: 400;
        color: #464646;
        line-height: 1.5;
        padding-left: 120px;
    }
    .c-topics__text {
        font-size: 14px;
        font-weight: 700;
        color: #464646;
        line-height: 1.5;
        padding-left: 170px;
        margin-bottom: 1em;
    }
    .c-topics__text a{
    	font-size: 14px;
    }
}

@media print, screen and (max-width: 768px)
{
    .c-topics {
        margin-bottom: 5.6vw;
    }
    .c-topics__item:not(:last-child) {
        margin-bottom: 4vw;
    }
    .c-topics__item {
        overflow: hidden;
        border-bottom: 1px solid gray;
    }
/*
    .c-wrap--shimajiro .c-topics__title {
        border-color: #fc9393;
        color: #fc9393;
    }
*/
    .c-topics__title__1 {
        float: left;
        border-radius: 1.3vw;
        border: solid 2px #55a7ed;
        background-color: #fff;
        font-size: 3.2vw;
        font-weight: 700;
        color: #55a7ed;
        text-align: center;
        line-height: 1;
        width: 24vw;
        padding: 1vw;
    }
    .c-topics__title__2 {
        float: left;
        border-radius: 1.3vw;
        border: solid 2px #55a7ed;
        background-color: #fff;
        font-size: 3.2vw;
        font-weight: 700;
        color: #55a7ed;
        text-align: center;
        line-height: 1;
        width: 24vw;
        padding: 1vw;
    }
    .c-topics__title__3 {
        float: left;
        border-radius: 1.3vw;
        border: solid 2px #55a7ed;
        background-color: #fff;
        font-size: 3.2vw;
        font-weight: 700;
        color: #55a7ed;
        text-align: center;
        line-height: 1;
        width: 24vw;
        padding: 1vw;
    }
    .c-topics__title__4 {
        float: left;
        border-radius: 1.3vw;
        border: solid 2px #55a7ed;
        background-color: #fff;
        font-size: 3.2vw;
        font-weight: 700;
        color: #55a7ed;
        text-align: center;
        line-height: 1;
        width: 24vw;
        padding: 1vw;
    }
    .c-topics__title__5 {
        float: left;
        border-radius: 1.3vw;
        border: solid 2px #117a8b;
        background-color: #fff;
        font-size: 3.2vw;
        font-weight: 700;
        color: #117a8b;
        text-align: center;
        line-height: 1;
        width: 24vw;
        padding: 1vw;
    }
    .c-topics__title__6 {
        float: left;
        border-radius: 1.3vw;
        border: solid 2px #28a745;
        background-color: #fff;
        font-size: 3.2vw;
        font-weight: 700;
        color: #28a745;
        text-align: center;
        line-height: 1;
        width: 24vw;
        padding: 1vw;
    }
    .c-topics__title__7 {
        float: left;
        border-radius: 1.3vw;
        border: solid 2px #f93bc0;
        background-color: #fff;
        font-size: 3.2vw;
        font-weight: 700;
        color: #f93bc0;
        text-align: center;
        line-height: 1;
        width: 24vw;
        padding: 1vw;
    }
    .c-topics__date {
        float: left;
        font-size: 3.2vw;
        font-weight: 400;
        color: #464646;
        line-height: 1;
        padding-top: 2.66666666vw;
        padding-left: 2.66666666vw;
    }
    .c-topics__text {
        float: left;
        width: 100%;
        font-size: 3.2vw;
        font-weight: 700;
        color: #464646;
        line-height: 2;
        margin-top: 2vw;
    }
	.c-topics__text a{
    	font-size: 3.2vw;
    }
}
