@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanssc.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansthai.css');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
 
body {
	font-family: 'Noto Sans', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai', sans-serif;
	font-size: 100%;
	font-weight: 300;
	background-color: #FFF;
	color: #333;
}
_:-ms-lang(x), body {
	font-family: sans-serif , 'Noto Sans', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai' ,'-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN', "segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', !important;
}

.center-block {
	margin-right: auto !important;
	margin-left: auto !important;
}



.tem {
color: #0066CC;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.line-blue {
	height: 0px !important;
	width: 100% !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00CCFF;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	background-image: none;
}
.line-gray {
	height: 0px !important;
	width: 100% !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	background-image: none;
}
.line-white {
	height: 0px !important;
	width: 100% !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	background-image: none;
}
.bg-gray {
	background-color: rgba(102,102,102,0.1);
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 0px !important;
}
.bg-sky {
	background-color: rgba(0,204,204,0.1);
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 0px !important;
}


.sbox {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.box {
}
.box .head {
	background-color: #0099FF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 1px;
}
.box .content{
	background-color: rgba(230,230,230,0.6) !important;
	padding: 10px;
}
.box .content .boxc-lf{
	display: flex;
	align-items: top;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.list-2w li , .list-3w li{
	margin-bottom: 10px !important;
}

.searchbox input[type='search'] {
	max-width: none;
	width:94%;
	padding-right: 3%;
	padding-left: 3%;
}


.form-cate {
	background-color: rgba(102,102,102,0.3) !important;
	padding: 10px;
	margin-bottom: 5px;
}
.wpcf7-form-control {
	margin-bottom: 0px !important;
	width: auto !important;
	min-width: 240px !important;
	padding: 5px;
}
.wpcf7-checkbox , .wpcf7-radio  {
	padding: 0px;
}
select.wpcf7-form-control {
	padding-right: 30px !important;
	font-size: 1em;
}
textarea.wpcf7-form-control {
	width: 100% !important;
	height: 100px !important;
}
.wpcf7-form-control:focus {
	outline: 0;
	background-color: #CCFFFF !important;
}
.form-cate label {
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	display: inline-block;
}
.form-cate label .fa {
	margin-left: 5px;
}
.form-cate label .fcap {
	font-size: 13px;
}
.wpcf7c-conf {
	background-color: #999999!important;
	color: black !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.wpcf7c-conf:hover , .wpcf7c-conf:focus {
	background-color: #999999 !important;
	color: black !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.wpcf7-not-valid-tip {
	font-size: 13px !important;
	color: #F00;
	margin-top: 3px;
}
.wpcf7-not-valid-tip:before {
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 3px;
}
.wpcf7-list-item {
	display: block !important;
	float: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	background-color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
div.wpcf7-validation-errors:before, div.wpcf7-acceptance-missing:before {
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 3px;
}

.bt-blue {
	background-color: #0066FF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px t;
	margin-left: 5px;
	font-size: 20px;
	border-radius: 0px;
	min-width: inherit;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	color: #FFFFFF;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.btbox .bt-blue:hover , .btbox .bt-blue:focus  {
	background-color: #0099FF;
	color: #FFFFFF;
}


.btbox {
	text-align: center;
	padding: 10px;
}
.btbox input {
	margin-top: 0px !important;
	margin-right: 5px !important;
	margin-bottom: 0px !important;
	margin-left: 5px !important;
	font-size: 20px !important;
	border-radius: 0px !important;
	min-width: inherit !important;
	padding-top: 15px !important;
	padding-right: 35px !important;
	padding-bottom: 15px !important;
	padding-left: 35px !important;
}
.btbox .wpcf7c-btn-confirm {
	background-color: #0066FF !important;
	display: inline-block;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.btbox .wpcf7c-btn-confirm:hover , .btbox .wpcf7c-btn-confirm:focus  {
	background-color: #0099FF !important;
}
.btbox .wpcf7c-btn-back {
	background-color: #999999 !important;
	display: inline-block;
	background-image: url(/wp-content/themes/jstork/svg/icon-back-yellow.svg);
	background-repeat: no-repeat;
	background-position: left top;
}
.btbox .wpcf7c-btn-back:hover , .btbox .wpcf7c-btn-back:focus  {
	background-color: #CCCCCC !important;
}
.btbox .wpcf7-submit {
	background-color: #0066FF !important;
	display: inline-block;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.btbox .wpcf7-submit:hover , .btbox .wpcf7-submit:focus  {
	background-color: #0099FF !important;
}

.toukou .widgettitle , .archive .widgettitle {
	border-radius: 0px !important;
	margin-bottom: 3px !important;
	background-color: #0099FF;
}
.toukou .widget.widget_recent_entries li a , .archive .widget.widget_recent_entries li a {
	background-color: rgba(0,153,255,0.2) !important;
	margin-bottom: 3px;
	color: #333333;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow-small.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
}
.toukou .widget.widget_recent_entries li a:hover , .archive .widget.widget_recent_entries li a:hover{
	background-color: rgba(0,153,255,0.4) !important;
}
.toukou .widget.widget_recent_entries li a::after , .archive .widget.widget_recent_entries li a::after  {
	display: none;	
}
.ul-red {
	margin-top: 0px;
	margin-bottom: 5px !important;
}
.ul-red li {
	margin-bottom: 0.5em !important;
}
.ul-red li::before {
	background-color: #FF3300 !important;
	top: 5px !important;
}
.ul-red li strong {
	color: #FF3300;
}


.ul-purple {
	margin-top: 0px;
	margin-bottom: 5px !important;
}
.ul-purple li {
	margin-bottom: 0.5em !important;
}
.ul-purple li::before {
	background-color: #663399 !important;
	top: 5px !important;
}
.ul-purple li strong {
	color: #663399;
}

.ul-green {
	margin-top: 0px;
	margin-bottom: 5px !important;
}
.ul-green li {
	margin-bottom: 0.5em !important;
}
.ul-green li::before {
	background-color: #339900 !important;
	top: 5px !important;
}
.ul-green li strong {
	color: #339900;
}

.ul-blue {
	margin-top: 0px;
	margin-bottom: 5px !important;
}
.ul-blue li {
	margin-bottom: 0.5em !important;
}
.ul-blue li::before {
	background-color: #0066FF !important;
	top: 5px !important;
}
.ul-blue li strong {
	color: #0066FF;
}

.ul-yellow {	
margin-top: 0px;	
margin-bottom: 5px !important;	
}	
.ul-yellow li {	
margin-bottom: 0.5em !important;	
}	
.ul-yellow li::before {	
background-color: #ff9900 !important;	
top: 5px !important;	
}	
.ul-yellow li strong {	
color: #ffcc00;	
}

.remodal-wrapper {
	padding: 10px;
}
.remodal {
	padding: 5px;
}
.remodal-close {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.remodal-close .gf {
	font-family: 'Noto Sans', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai', sans-serif;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#breadcrumb{
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #6699FF;
	color: #FFF;
	z-index: 5;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#breadcrumb ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap:wrap;
}
#breadcrumb ul li {
	float: none;
}
#breadcrumb ul li a{
	color: #FFF;
	text-decoration: none;
}
#breadcrumb ul li a:hover{
	text-decoration: underline;
}
#breadcrumb ul li a i {
	display: none;
}

.side-lbox {
}
.side-lbox h4 {
	margin: 0px;
	padding: 0px;
}
.side-lbox h4 a{
	background-color: #6699FF;
	border-radius: 0px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
	color: #FFFFFF;
}
.side-lbox h4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	opacity:0.7;
}
.side-lbox ul li {
	margin-bottom: 0px;
}
.side-lbox ul li a{
	background-color: #51B6EC;
	color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow-small.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.side-lbox ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	opacity:0.7;
}
.side-lbox ul li.sub a{
	background-color: rgba(0,153,255,0.2);
	color: #333333;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 13px;
	background-image: none;
}

.data-table {
	margin-bottom: 20px;
}
.data-table table {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 0px;
}
.data-table table th ,.data-table table td {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.data-table table .tcap {
	font-size: 12px;
	font-weight: normal;
}
.data-table table th{
}
.data-table table td{
	text-align: center;
	background-color: rgba(230,230,230,0.6) !important;
}
.data-table table .bg-red{
	background-color: rgba(255,51,0,0.8) !important;
	color: #FFFFFF;
}
.data-table table .bg-blue{
	background-color: rgba(0,153,255,0.8) !important;
	color: #FFFFFF;
}
.data-table table .bg-lblue{
	background-color: rgba(0,153,255,0.4) !important;
	color: #000000;
	font-weight: 600;
}
.data-table table .bg-gray{
	background-color: rgba(200,200,200,0.6) !important;
}
.data-table table .bg-green{
	background-color: rgba(0,102,0,0.8) !important;
	color: #FFFFFF;
}
.data-table table .bg-purple{
	background-color: rgba(102,0,204,0.8) !important;
	color: #FFFFFF;
}
.data-table table .bg-pink{
	background-color: rgba(255,102,102,0.8) !important;
	color: #FFFFFF;
}
.data-table table .bg-yellow{
	background-color: rgba(255,153,0,0.8) !important;
	color: #FFFFFF;
}
.data-table table .bg-brown {
	background-color: rgba(204,102,0,0.8) !important;
	color: #FFFFFF;
}
.data-table table.td-left td{
	text-align: left;
}
.data-table table.all-left th , .data-table table.all-left td{
	text-align: left;
}
.data-table table.c-table td {
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}
.data-table .tdnone {
	background-color: rgba(0,0,0,0) !important;
}

.sd-table table {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 0px;
}
.sd-table table th {
	color: #FFFFFF;
	background-color: rgba(0,153,204,0.7) !important;
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
}
.sd-table table .bg-blue{
	background-color: rgba(0,153,255,0.8) !important;
	color: #FFFFFF;
}
.sd-table table td{
	background-color: rgba(230,230,230,0.6) !important;
	text-align: center;
	overflow: hidden;
}
.sd-table table th ,.sd-table table td {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.sd-table table .link {
	font-size: 14px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-right: 0px;
	padding-left: 0px;
}
.sd-table table .sub{
	font-size: 10px;
}
.sd-table table .link:hover {
	opacity:0.7;
}
.sd-table table .color-yellow {
	background-color: #fceaa0 !important;
}
.sd-table table .color-red {
	background-color: #fc9aac !important;
}
.sd-table table .color-purple {
	background-color: #e2ace6 !important;
}
.sd-table table .color-green {
	background-color: #c0e998 !important;
}
.sd-table table .color-blue {
	background-color: #c2c2e8 !important;
}
.sd-table table .color-sky {
	background-color: #b0e8d0 !important;
}
.sd-table table .color-orange {
	background-color: #ffc683 !important;
}
.sd-table table .color-gray {
	background-color: #EEE !important;
}
.sd-table table .color-yellowgreen {
	background-color: #d8ff8c !important;
}


.history-table {
	margin-bottom: 20px;
}
.history-table table{
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}
.history-table table tr:nth-child(even) {
	background-color: #E8FFFF;
}
.history-table table tr:nth-child(2n+1){
	background-color: #F1F1F1;
}
.history-table table .year {
	white-space: nowrap;
}

.bnone-table table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
.bnone-table table tr , .bnone-table table th ,.bnone-table table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	background-color: rgba(0,0,0,0) !important;
}
.bnone-table table th ,.bnone-table table td {
	padding: 0px;
}
.bnone-table table .wline {
	width: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.bnone-table table .wtext {
	vertical-align: middle;
	padding-left: 10px;
}

.number-box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.number-box .number {
	flex-basis: 18px;
	padding-right: 3px;
	flex-shrink:0;
}
.number-box .text {
	flex-grow: 1;
}

.cap {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 60%;
	z-index: 200;
}
.page-top a {
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	display: block;
	background-color: #0099FF;
	line-height: 1em;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 2px solid #FFF;
}
.page-top a:hover {
	text-decoration: none;
	background-color: #00CCFF;
	color: #FFF !important;
}

.search dl dt {
	display: none;
}

#container {
	background-image: url(/wp-content/themes/jstork/svg/content-bg-blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size:contain;
}

header {
	margin: 0px !important;
	z-index: 6 !important;
}

.home #content {
	margin-top: 0px;
}
#inner-content {
	box-shadow: none;
	background-color: rgba(0,0,0,0) !important;
	padding: 0px;
}
.home #inner-content {
	padding: 0px;
	background-color: rgba(0,0,0,0) !important;
}

#inner-content .page-block {
	margin-bottom: 50px;
}
#inner-content h3.page-heading {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
#inner-content .page-text {
	line-height: 1.8em;
	color: #333;
	font-weight: 300;
	margin-bottom: 15px;
    word-break: keep-all;
	overflow-wrap: anywhere;
}
#inner-content .page-ctext {
	line-height: 1.6em;
	font-size: 12px;
}
#inner-content .page-text a {
	color: #0099FF !important;
	text-decoration: none;
}
#inner-content .page-text a:hover {
	color: #FF6600 !important;
	text-decoration: underline;
}
#inner-content .page-ktitle {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-left: 10px;
}
#inner-content .page-stitle {
	margin-top: 10px;
	margin-bottom: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00CCFF;
	padding-left: 10px;
}
#inner-content .page-stitle.page-stitle-flex {
	display:flex;
	align-items: center;
}
#inner-content .page-stitle.page-stitle-flex .in-title {
	padding-right: 10px;
}
#inner-content .page-stitle.page-stitle-flex .in-text {
	font-size: 12px;
	color: #FF0000;
}

#inner-content .page-sstitle {
	color: #0066FF;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
}
#inner-content .page-cstitle01 {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 45px;
	background-image: url(/wp-content/themes/jstork/svg/stitle-arrow.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
#inner-content .page-ssstitle {
	color: #0066FF;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#inner-content .page-cap {
	font-size: 12px;
}
#inner-content .is-copy {
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 30px;
}
#inner-content .is-copy span {
	color: #FF6600;
}
#inner-content .is-box {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #00CCFF;
}
#inner-content .is-box-top {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #0066FF;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
#inner-content .is-box-bottom {
	text-align: left;
	padding-top: 10px;
}

#inner-content .is-box.blue {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#inner-content .is-box.blue .is-box-top {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	background-color: #3399FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inner-content .is-box.blue .is-box-bottom {
	text-align: left;
	padding: 10px;
background-color: rgba(0,204,204,0.1);
}

#inner-content .is-box.orange {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#inner-content .is-box.orange .is-box-top {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	background-color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inner-content .is-box.orange .is-box-bottom {
	text-align: left;
	padding: 10px;
	background-color: rgba(255,153,0,0.1);
}

#inner-content ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
}
#inner-content ol li {
	margin-top: 0px;
}
#inner-content ol li .cap {
	font-size: 12px;
	color: #666666;
}
#inner-content ol li::before {
	background-color: #0099FF;
	font-weight: normal;
	padding: 1px;
}
#inner-content .page-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
#inner-content .page-list .pl-block{
	line-height: 1.6em;
}
#inner-content .faq-q {
	background-image: url(/wp-content/themes/jstork/svg/faq-q.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 15px 30px;
	min-height: 40px;
	padding-bottom: 20px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 1.2em;
	color: #0066FF;
}
#inner-content .faq-a {
	background-image: url(/wp-content/themes/jstork/svg/faq-a.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 15px 30px;
	min-height: 30px;
	padding-left: 25px;
	margin-top: 10px;
}
#inner-content .pdf-link {
	background-image: url(/wp-content/themes/jstork/img/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 16px 16px;
	padding-left: 20px;
}
#inner-content .school-2dai {
	border: 5px solid rgba(0,153,255,0.2);
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
}
#inner-content .school-2dai .head01{
	background-image: url(/wp-content/themes/jstork/svg/school-point01.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 56px 72px;
	padding-left: 70px;
	height: 85px;
	font-size: 22px;
	color: #0066FF;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,153,255,0.2);
	margin-bottom: 15px;
}
#inner-content .school-2dai .head02{
	background-image: url(/wp-content/themes/jstork/svg/school-point02.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 56px 72px;
	padding-left: 70px;
	height: 85px;
	font-size: 22px;
	color: #0066FF;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,153,255,0.2);
	margin-bottom: 15px;
}
#inner-content .school-2dai .content {
	line-height: 1.8em;
}
#inner-content .page-banner a{
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#inner-content .page-banner a img {
	vertical-align: middle;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	margin-bottom: 0px;
}
#inner-content .page-banner.reverse p {
	font-family: 'Oswald', sans-serif;
}
#inner-content .page-banner.reverse span {
	font-family: 'Noto Sans', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai', sans-serif;
}
#inner-content .sm-title {
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 1em;
}
#inner-content .sm-title .smbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#inner-content .sm-title .smbox .mark {
	background-color: #0099FF;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#inner-content .sm-title .smbox:hover .mark {
	background-color: #e69b9b;
}
#inner-content .sm-title .smbox .title {
	padding-left: 10px;
	color: #333333;
}
#inner-content .sm-link {
	margin-bottom: 10px;
	padding-left: 40px;
}
#inner-content .sm-link a span {
	color: #333333;
}

.schedule-block .sbox {
	border: 5px solid rgba(0,153,255,0.2);
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.schedule-block .sbox .imgbox {
	text-align: center;
}
.schedule-block .sbox .imgbox img{
	margin-bottom: 10px;
}
.schedule-block .sbox .textbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
.schedule-block .sbox .textbox li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,153,255,0.2);
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.schedule-block .sbox .textbox li::before {
    left: 2px;
    top: 17px;
}
.schedule-block .sbox .title {
	margin-top: 10px;
	margin-bottom: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00CCFF;
	padding-left: 10px;
	font-weight: bold;
}
.schedule-block .sbox .text {
	padding-bottom: 10px;
}

.course-link {
	border: 5px solid rgba(0,153,255,0.2);
	background-color: #FFFFFF;
	margin-bottom: 20px;
	display: block;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.course-link:hover , .course-link:focus {
	opacity:0.7;
}

.voice-lf {
	border: 5px solid rgba(0,153,255,0.2);
	background-color: #FFFFFF;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 15px;
	margin-bottom: 15px;
}
.voice-lf .imgbox {
	text-align: center;
}
.voice-lf .name {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 15px;
}
.voice-lf .vleft {
}
.voice-lf .vright {
	flex-grow: 1;
}
.voice-lf .vleft .inbox {
	width: 200px;
	padding-right: 20px;
}

.ori-lr {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.ori-lr .ori-left {
	flex-grow: 1;
}
.ori-lr .ori-right {
}
.ori-lr .ori-right .imgbox {
	width: 200px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.ori-lr .ori-right .imgbox .inbox {
	border: 5px solid rgba(0,153,255,0.2);
	background-color: #FFFFFF;
	padding: 10px;
}
.ori-lr .ori-right .imgbox .inbox img {
	margin-bottom: 0px;
}
.archivettl h1 {
	font-size: 22px !important;
	background-color: #6699FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.archivettl h1 span {
	font-size: 22px !important;
	display: inline-block;
}


.toukou .article-header {
	background-color: #6699FF;
	color: #FFFFFF;
	padding-top: 15px !important;
	padding-right: 20px !important;
	padding-bottom: 15px !important;
	padding-left: 20px !important;
	margin-bottom: 20px !important;
}
.toukou .article-header .gf {
	font-family: 'Noto Sans', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai', sans-serif;
	font-weight: normal;
}


.top-post-list .post-list:first-child a {
	border-top-style: none;
}
.top-post-list .post-list a {
	background-color: #1ea2e6;
	display: block;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-post-list .post-list a:hover {
	background-color: rgba(30,162,230,0.4);
}
.top-post-list .post-list a h3  {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
}
.top-post-list .post-list a .date  {
	font-size: 14px;
}

.list #inner-content .post , .top-post-list .post-list a {
	background-color: rgba(0,153,255,0.2) !important;
	display: block;
	margin-bottom: 20px;
	color: #333333;
	text-decoration: none;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.list #inner-content .post:hover , .top-post-list .post-list a:hover   {
	background-color: rgba(0,153,255,0.5) !important;
}
.list #inner-content .post .date , .top-post-list .post-list a .date  {
	font-size: 14px;
}
.list #inner-content .post h3 , .top-post-list .post-list a h3  {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
}
.top-post-list .post-list a .page-text {
	color: #333333 !important;
}

.whatsnew .wn-hbar h3 {
	letter-spacing: 0.1em;
}

.blink-color {
	background-color: #0088FF;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.blink-color a {
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}

.blink-smessage {
	background-image: url(/wp-content/themes/jstork/library/images/blink-smassage-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-size:cover;
}
.blink-smessage a {
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}

.blink-shouse {
	background-image: url(/wp-content/themes/jstork/library/images/blink-shouse-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-size:cover;
}
.blink-shouse a {
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}
.blink-ooffice {
	background-image: url(/wp-content/themes/jstork/library/images/blink-ooffice-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-size:cover;
}
.blink-ooffice a {
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blink-dire {
	background-image: url(/wp-content/themes/jstork/library/images/blink-dire-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-size:cover;
}
.blink-dire a {
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blink-ars {
	background-image: url(/wp-content/themes/jstork/library/images/blink-ars-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-size:cover;
}
.blink-ars a {
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blink-self {
	background-image: url(/wp-content/themes/jstork/library/images/blink-self-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-size:cover;
}
.blink-self a {
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blink-commissioned {	
	background-image: url(/wp-content/themes/jstork/library/images/blink-commissioned-bg.png);	
	background-repeat: no-repeat;	
	background-position: center center;	
	margin-right: 5px;	
	margin-left: 5px;	
	margin-bottom: 10px;	
	background-size:cover;	
}	
.blink-commissioned a {	
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);	
	background-repeat: no-repeat;	
	background-position: right bottom;	
}	
.blink-commissioned {	
	background-image: url(/wp-content/themes/jstork/library/images/blink-commissioned-bg.png);	
	background-repeat: no-repeat;	
	background-position: center center;	
	margin-right: 5px;	
	margin-left: 5px;	
	margin-bottom: 10px;	
	background-size:cover;	
}	
.blink-commissioned a {	
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);	
	background-repeat: no-repeat;	
	background-position: right bottom;	
}	


.sblink a {
	display: block;
	text-align: center;
	padding-top: 25px;
	color: #FFF !important;
	text-decoration: none;
	padding-bottom: 25px;
}
.sblink a:hover {
	color: #FFF;
	background-color: rgba(255,255,255,0.3);
}
.sblink a p{
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sblink a span{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.sblink .sbanner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sblink .add-text {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	padding-top: 10px;
}
.sblink .nolink {
	display: block;
	text-align: center;
	padding-top: 25px;
	color: #FFFFFF !important;
	text-decoration: none;
	padding-bottom: 25px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #0088FF;
}
.sblink .nolink p{
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sblink .nolink span{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.sblink .nolink .add-text {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
}
.sblink .sbanner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.p2left-c01 {
	margin-right:5px;
	margin-bottom: 20px;
}
.p2right-c01 {
	margin-bottom: 20px;
}

.list-2w.snone li {
	padding-left: 0px;
}
.list-2w.snone li::before{
	display: none;
}
.list-3w.snone li {
	padding-left: 0px;
}
.list-3w.snone li::before{
	display: none;
}


.report {
	margin-bottom: 30px;
}
.report .tab{
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.report.blue01 .tab{
	background-color: #2889c7;
}
.report.blue02 .tab{
	background-color: #2bb1d9;
}
.report .tab .gou {
	display: inline-block;
	padding-right: 10px;
}
.report .tab .gou span{
	font-size: 36px;
	padding-right: 3px;
	padding-left: 3px;
}
.report .tab .hakkou {
	display: inline-block;
	font-size: 12px;
}
.report .rblock{
	background-color: rgba(230,230,230,0.6);
	margin-bottom: 5px;
}
.report .rblock .rbox{
	display: table;
}
.report .rblock .rbox .link , .report .rblock .rbox .name {
	vertical-align: middle;
	word-wrap: break-word;
	min-width: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	display: table-cell;
}
.report .rblock .rbox .link {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.course-link .textbox .inbox h4{
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 24px;
}
.course-link .textbox .inbox .subt{
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
}
.course-link .textbox .inbox .text{
	line-height: 1.8em;
}
.course-link .img01 {
	background-image: url(/wp-content/uploads/2023/10/course01.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 220px;
	width: 100%;
}
.course-link .img02 {
	background-image: url(/wp-content/uploads/2018/03/course02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	min-height: 220px;
	width: 100%;
}
.course-link .img03 {
	background-image: url(/wp-content/uploads/2018/03/course03.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 220px;
	width: 100%;
}

.jlc-text {
	margin-bottom: 20px;
}
.jlc-text .top{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #FF9900;
}
.jlc-text .bottom{
	font-size: 20px;
	font-weight: bold;
}
.jlc-text .bottom span{
	color: #FF9900;
}

footer {
	background-color: #0066CC;
}
footer .inner , #footer-top .inner{
	background-color: #1ea2e6 !important;
	color: #FFF !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-top .inner {
	font-size: 12px;
}
#footer-top .widgettitle {
	margin: 0px;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFF !important;
	font-size: 14px;
}
.flink p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.ffbook p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.ffbook p a {
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
}
#footer .footerwidget {
	margin-bottom: 20px;
}
.fbanner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fbanner .fb-block a {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

.copyright {
	font-size: 12px !important;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {

#main{
	float: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1{
	float: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
}

@media only screen and (min-width: 1166px) {


#main{
	flex-grow: 1;
	padding: 0px;
	margin: 0px;
}
#sidebar1{
	flex-basis: 290px;
	float: right;
	padding-right: 0;
	padding-left: 30px;
}



}

@media only screen and (min-width: 768px) and (max-width: 1165px) {

#inner-content{
	display: flex;
	align-items: top;
	justify-content: flex-start;
	flex-wrap:wrap; 
}
#main{
	flex-basis: 100%;
	float: none;
	padding: 0px;
	margin: 0px;
}
#sidebar1{
	flex-basis: 100%;
	float: none;
	padding: 0px;
	margin: 0px;
}

}

@media only screen and (min-width: 768px) {

.sf-only {
	display: none;
}

.data-table {
	width: 100%;
}

.page-2w {
	display: flex;
	align-items: top;
	justify-content: flex-start;
}
.page-2w .p2left {
	flex-basis: 50%;
}
.page-2w .p2left .pinbox {
	padding-right: 5px;
	text-align: center;
}
.page-2w .p2right {
	flex-basis: 50%;
}
.page-2w .p2right .pinbox {
	padding-left: 5px;
	text-align: center;
}
.page-2w .p2left .pinlbox {
	padding-right: 10px;
	text-align: left;
}
.page-2w .p2right .pinlbox {
	padding-left: 10px;
	text-align: left;
}

.page-3w {
	display: flex;
	align-items: top;
	justify-content: flex-start;
}
.page-3w .p3block {
	flex-basis: 33.333%;
}
.page-3w .p3block .pinbox {
	padding-right: 5px;
	text-align: center;
}

.list-2w li{
	width: 50%;
	float: left;
}
.list-3w li{
	width: 33.333%;
	float: left;
}

.header-block01 {
	display: block;
	background-color: #FFF;
}
.header-block01 #logo a img {
	height: 40px !important;
	width: 275px !important;
}
.header-block01 .global {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	float: right;
	font-size: 12px;
	margin-top: 1.2em;
	margin-right: 1em;
	margin-left: 1em;
}
.header-block01 .global .icon {
	font-size: 20px;
	color: #1ea2e6;
	padding-right: 15px;
}
.header-block01 .global .glink {
	margin-right: 15px;
}
.header-block01 .global .glink a {
	color: #666;
	text-decoration: none;
}
.header-block01 .global .glink a:hover {
	text-decoration: underline;
}

.header-block02 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #1ea2e6;
}
.header-block02 #g_nav {
	flex-grow: 1;
	float: none;
}
.header-block02 .top-nav {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	align-items:center;
}
.header-block02 .top-nav > li {
	float: none;
	margin-bottom: 0px !important;
	display: block;
}
.header-block02 .top-nav > li > a {
	display: block;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: 400;
	font-size: 14px;
	height: auto !important;
	padding-top: 10px;
	padding-right: 2em;
	padding-bottom: 0px !important;
	padding-left: 2em;
}
.header-block02 .top-nav > li > a .gf {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 0.7em;
	letter-spacing: 0.05em;
}
.nav li ul.sub-menu, .nav li ul.children {
	border-radius: 0px;
	background-color: #51B6EC;
	font-weight: 400;
}
#g_nav .nav li ul.sub-menu li a {
	color: #FFF;
}
#g_nav .nav li ul.sub-menu li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.header-block02 .nav_btn {
	flex-basis: 60px;
	float: none;
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 1.3em;
	background: rgba(0, 0, 0, .0);
}
.header-block02 .nav_btn .gf {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 0.7em;
	letter-spacing: 0.05em;
}
.header-block02 .nav_btn:hover {
	background-color: #09C;
}

#inner-content {
	margin-top: 80px;
	margin-bottom: 80px;
}
.date #inner-content , .search #inner-content {
	margin-top: 30px;
}

.page-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 350px;
	margin-top: -40px;
	z-index: 1;
	position: relative;
	clear: both;
	background-color: #6AC0EE;
	margin-bottom: -20px;
}
.page-head .ph-left {
	flex-basis: 50%;
	height: 350px;
	color: #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(/wp-content/themes/jstork/svg/mark-earth.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.page-head .ph-right {
	flex-basis: 50%;
	height: 350px;
}
.page-head .ph-right .page-img {
	background-size: cover;
	opacity: 0.9;
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
	width: 100%;
}
.page-head .ph-title {
	position: absolute;
	left: 10%;
	top: 35%;
}
.page-head .ph-title .page-title {
	font-family: 'Noto Sans', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai', sans-serif;
	color: #FFF;
	font-size: 30px;
}
.page-head .ph-title .page-stitle {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	letter-spacing: 0.1em;
}

.chbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 500px;
	margin-top: -30px;
	z-index: 1;
	position: relative;
}
.chbox .left-block{
	flex-basis: 30%;
	background-color: #7DC8F0;
	height: 500px;
	background-image: url(/wp-content/themes/jstork/svg/mark-earth.svg);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size:360px auto;
}
.chbox .right-block{
	flex-basis: 70%;
	height: 500px;
	background-color: #1ea2e6;
}
.chbox .right-block #custom_header{
	margin-top: 0px !important;
	height: 500px;
	opacity:0.9;
    background-position: center center !important;
    background-size: cover !important;
}
.chbox .header-text {
	position: absolute;
	left: 10%;
	top: 16%;
}
.chbox .header-text h2.gf{
	color: #FFF;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.top-3box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 80px;
}
.top-3box .tbox {
	flex-basis: 33.333%;
}
.top-3box .tbox .tblink {
	display: block;
	text-decoration: none;
	background-color: #1ea2e6;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.top-3box .tbox .tblink:hover {
	background-color: #09C;
}
.top-3box .tbox .tblink img {
	margin-bottom: 0px;
	z-index: 10;
}
.top-3box .tbox .tblink p {
	margin-bottom: 0px;
}
.top-3box .tbox .tblink-left {
	margin-right: 5px;
	margin-left: 5px;
}
.top-3box .tbox .tblink-center {
	margin-right: 5px;
	margin-left: 5px;
}
.top-3box .tbox .tblink-right {
	margin-right: 5px;
	margin-left: 5px;
}
.top-3box .tbox .tblink .tb-text{
	text-align: left;
	color: #FFF;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.top-3box .tbox .tblink .tb-text h3{
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.top-3box .tbox .tblink .tb-text .stext{
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}
.top-3box .tbox .tblink .tb-text .ntext{
	font-size: 13px;	
}

.whatsnew {
	background-color: #51B6EC;
	color: #FFF;
	margin-bottom: 80px;
	margin-right: 5px;
	margin-left: 5px;
}
.whatsnew .wn-hbar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #1ea2e6;
}
.whatsnew .wn-hbar h3 {
	flex-grow: 1;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.whatsnew .wn-hbar .wn-list-link {
	flex-basis: 60px;
	font-size: 1.5em;
	color: #FFF;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.whatsnew .wn-hbar .wn-list-link:hover {
	background-color: #09C;
}
.whatsnew .news {
	display: flex;
	align-items: top;
	justify-content: flex-start;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 15px;
	font-size: 14px;
}
.whatsnew .news:last-child {
	border: none;
}
.whatsnew .news .date {
	flex-basis: 110px;
}
.whatsnew .news .text {
	flex-grow: 1;
}
.whatsnew .news .text a {
	text-decoration: none;
	color: #FFF;
}
.whatsnew .news .text a:hover {
	text-decoration: underline;
}
.whatsnew .news .text a img {
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

.blink {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.blink .block01 {
	flex-basis: 100%;
}
.blink .block02 {
	flex-basis: 50%;
}
.blink .block03 {
	flex-basis: 33.333%;
}
.blink a {
	display: block;
	text-align: center;
	height: 150px;
	padding-top: 40px;
	color: #FFF;
	text-decoration: none;
}
.blink a:hover {
	color: #FFF;
	background-color: rgba(255,255,255,0.3);
}
.blink a p{
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
}
.blink a span{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#inner-content .page-list .pl-block{
	flex-basis: 50%;
}
#inner-content .page-list .pl-block a{
	padding-right: 10px;
}
#inner-content .school-lf {
	display: flex;
	align-items: strat;
	justify-content: flex-start;
}
#inner-content .school-lf .left{
	flex-grow: 1;
}
#inner-content .school-lf .right{
}
#inner-content .school-lf .right .school-img {
	padding-left: 20px;
	width: 180px;
}
#inner-content .school-lf .right .img01 {
	height: 185px;
	width: 160px;
}
#inner-content .school-lf .benefits {
}
#inner-content .school-lf .benefits .school-img{
	padding-left: 20px;
	width: 270px;
}

.list-student {
	margin-bottom: 10px;
}
.list-student li {
	width: 50%;
	float: left;
	margin-bottom: 10px !important;
}
.list-student li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.list-student li .t01{
	flex-basis: 50%;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.list-student li .t02{
	flex-basis: 50%;
	color: #0066FF;
	line-height: 1.3em;
	margin-bottom: 0px;
}

.report .tab{
}
.report .rblock{
	width: 100%;
}
.report .rblock .rbox {
	width: 100%;
}
.report .rblock .rbox .link{
	width: 75%;
	overflow: hidden;
}
.report .rblock .rbox .name{
	width: 25%;
}

.schedule-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.schedule-block .sb-left , .schedule-block .sb-right {
	flex-basis: 50%;
}
.schedule-block .sb-left .sbox {
	margin-right: 10px;
} 
.schedule-block .sb-right .sbox {
	margin-left: 10px;
}
.schedule-block .swbox {
	flex-basis: 100%;
	display: flex;
	align-items: top;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.schedule-block .swbox .sw-left , .schedule-block .swbox .sw-right {
	flex-basis: 50%;
}
.schedule-block .swbox .sw-left .inbox {
	margin-right: 15px;
}
.schedule-block .swbox .sw-right .inbox {
	margin-left: 15px;
}

.course-link .imgbox {
	flex-basis: 50%;
}
.course-link .textbox {
	flex-basis: 50%;
	color: #333333;
}
.course-link .textbox .inbox {
	padding: 15px;
}

.fbanner .fb-block{
	text-align: center;
	flex-basis: 25%;
}
.fbanner .fb-block-50{
	flex-basis: 33.333%;
}
.fbanner .fb-block-50 img{
	height:72px;
	width:auto;
}

.box .content .boxc-left{
	flex-basis: 70%;
}
.box .content .boxc-right{
	flex-basis: 30%;
}


.nav li ul.sub-menu li a {
	white-space: nowrap;
	width:auto;
	min-width:240px;
}
.site-en .header-block02 .top-nav > li > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.site-en .menu-item-2057 ul.sub-menu li a {
	padding-top: 10px !important;
}
.site-en .nav li ul.sub-menu li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}
.site-en .top-3box .tbox .tblink .tb-text h3 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0em;
	margin-bottom: 20px;
}
.site-en .block01 a p {
	font-family: 'Oswald', sans-serif !important;
	letter-spacing: 0em;
	padding-top: 10px;
}
.site-en .block02 a p {
	font-family: 'Oswald', sans-serif !important;
	letter-spacing: 0em;
	padding-top: 10px;
}
.site-en .block03 a p {
	font-family: 'Oswald', sans-serif !important;
	letter-spacing: 0em;
	padding-top: 10px;
}
.site-en .page-title {
	font-family: 'Oswald', sans-serif !important;
	letter-spacing: 0.1em;
	padding-top: 20px;
}
.site-en .sblink .sbanner .en-btitle {
	font-family: 'Oswald', sans-serif !important;
}
.site-en .sbanner-documents a p {
	font-family: 'Oswald', sans-serif !important;
}
.site-en .sbanner-documents a span {
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 0em;
}
.site-en .course-link .textbox .inbox h4 {
	font-family: 'Oswald', sans-serif !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.site-en .course-link .textbox .inbox .text{
	font-size: 13px;
	line-height: 1.6em;
}


}

@media (max-width: 991px) and (min-width: 768px) {

.pc-only {
	display: none;
}

.header-block02 .top-nav > li > a {
	font-size: 13px !important;
}
.header-block02 .top-nav > li > a .gf {
	font-size: 0.6em !important;
}

.top-3box .tbox .tblink .tb-text h3{
	font-size: 18px;
}
.top-3box .tbox .tblink .tb-text .stext{
	font-size: 13px;
}
.top-3box .tbox .tblink .tb-text .ntext{
	font-size: 13px;	
}



.site-en .header-block02 .top-nav > li > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.site-en .menu-item-2057 ul.sub-menu li a {
	padding-top: 10px !important;
}
.site-en .nav li ul.sub-menu li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}
.site-en .top-3box .tbox .tblink .tb-text h3 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0em;
	margin-bottom: 20px;
}
.site-en .block02 .blink a p {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0em;
	padding-top: 10px;
}
.site-en .block03 .blink a p {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0em;
	padding-top: 10px;
}
.site-en .page-title {
	font-family: 'Oswald', sans-serif !important;
	letter-spacing: 0.1em;
}
.site-en .sblink .sbanner .en-btitle {
	font-family: 'Oswald', sans-serif !important;
}
.site-en .sbanner-documents a p {
	font-family: 'Oswald', sans-serif !important;
}
.site-en .sbanner-documents a span {
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 0em;
}
.site-en .course-link .textbox .inbox h4 {
	font-family: 'Oswald', sans-serif !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.site-en .course-link .textbox .inbox .text{
	font-size: 13px;
	line-height: 1.6em;
}

	
}


@media only screen and (max-width: 767px) {

.pc-only {
	display: none;
}
	
.data-table {
	height: auto;
	overflow-x: scroll;
}
.data-table table {
	width: 800px;
}
.sd-table {
	height: auto;
	overflow-x: scroll;
}
.sd-table table {
	width: 800px;
}
.data-table::-webkit-scrollbar {
    height: 5px;
}
.data-table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.sd-table::-webkit-scrollbar {
    height: 5px;
}
.sd-table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.page-2w {
	display: flex;
	align-items: top;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.page-2w .p2left {
	flex-basis: 100%;
}
.page-2w .p2left .pinbox {
	padding-right: 0px;
	text-align: center;
}
.page-2w .p2right {
	flex-basis: 100%;
}
.page-2w .p2right .pinbox {
	padding-left: 0px;
	text-align: center;
}


.page-3w {
	display: flex;
	align-items: top;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.page-3w .p3block {
	flex-basis: 100%;
}
.page-3w .p3block .pinbox {
	padding-right: 0px;
	text-align: center;
}

.list-2w li{
	width: 100%;
}

.list-3w li{
	width: 100%;
}
	
.header-block01 {
	display: block;
	background-color: #FFF;
}
.header-block01 #logo {
	display: block;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	min-height: 32px !important;
	max-width: 220px !important;
}
.header-block01 #logo a img {
	height: 32px !important;
	width: 220px !important;
	max-width:none;
	max-height:none;
}
.header-block01 .global {
	display: none;
}
.header-block02 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #1ea2e6;
	width: 100% !important;
}
.header-block02 .menu-block{
	flex-grow: 1;
}
.header-block02 .nav_btn {
	position: relative;
}
.header-block02 .nav_btn:hover {
	background: rgba(0, 0, 0, .08);
}
.global_btn::before {
    content: '\f0ac';
}
.sp_g_nav li a {
	background-color: #1ea2e6;
	color: #FFF;
}
.sp_g_nav li a:hover {
	opacity: 0.5;
	color: #FFF;
}
.sp_g_nav > li > a::after {
	color: #FFF;
}
.nav li ul.sub-menu li a, .nav li ul.children li a {
	background-color: #36BDFE;
}
.nav li ul.sub-menu li a:hover , .nav li ul.children li a:hover{
	opacity: 0.5;
	color: #FFF;
}

#inner-content {
	margin-top: 60px;
	margin-bottom: 60px;
}
.date #inner-content , .search #inner-content {
	margin-top: 30px;
}


#inner-content .school-2dai .head01 , #inner-content .school-2dai .head02 {
	height: auto;
	padding-bottom: 15px;
	padding-top: 0px;
	min-height:85px;
}

.page-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 300px;
	z-index: 1;
	position: relative;
	clear: both;
	background-color: #6AC0EE;
}
.page-head .ph-left {
	flex-basis: 50%;
	height: 300px;
	color: #FFF;
	background-image: url(/wp-content/themes/jstork/svg/mark-earth.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.page-head .ph-right {
	flex-basis: 50%;
	height: 300px;
	background-color: #1ea2e6;
}
.page-head .ph-right .page-img {
	background-size: cover;
	opacity: 0.7;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 100%;
}
.page-head .ph-title {
	position: absolute;
	text-align: center;
	top: 90px;
	left: 0px;
	right: 0px;
}
.page-head .ph-title .page-title {
	font-family: 'Noto Sans', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai', sans-serif;
	color: #FFF;
	font-size: 24px;
}
.page-head .ph-title .page-stitle {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 14px;
}

.chbox {
	height: 350px;
	position: relative;
	margin-bottom: 40px;
	background-color: #0CF;
}
.chbox .left-block{
	display: none;
}
.chbox .right-block{
	height: 350px;
	background-image: url(/wp-content/themes/jstork/svg/mark-earth.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.chbox .right-block #custom_header{
	margin-top: 0px !important;
	height: 350px;
	opacity:0.9;
    background-position: center center !important;
    background-size: cover !important;
}
.chbox .header-text {
   position:absolute;
   top:0px;
   right:0px;
   bottom:0px;
   left:0px;
   margin:auto auto;
}
.chbox .header-text h2.gf{
	color: #FFF;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding-top: 110px;
	letter-spacing: 0.1em;
}

.top-3box {
	display: block;
	margin-bottom: 40px;
}
.top-3box .tbox {
	flex-basis: 33.333%;
	padding-bottom: 20px;
}
.top-3box .tbox .tblink {
	display: block;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #1ea2e6;
}
.top-3box .tbox .tblink img {
	margin-bottom: 0px;
}
.top-3box .tbox .tblink p {
	margin-bottom: 0px;
}
.top-3box .tbox .tblink .tb-text{
	background-color: #1ea2e6;
	text-align: left;
	color: #FFF;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(/wp-content/themes/jstork/svg/icon-link-yellow.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.top-3box .tbox .tblink .tb-text h3{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.top-3box .tbox .tblink .tb-text .stext{
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}
.top-3box .tbox .tblink .tb-text .ntext{
	font-size: 13px;	
}

.whatsnew {
	background-color: #51B6EC;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 40px;
}
.whatsnew .wn-hbar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #1ea2e6;
}
.whatsnew .wn-hbar h3 {
	flex-grow: 1;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.whatsnew .wn-hbar .wn-list-link {
	flex-basis: 60px;
	font-size: 1.5em;
	color: #FFF;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.whatsnew .wn-hbar .wn-list-link:hover {
	background-color: #09C;
}
.whatsnew .news {
	display: flex;
	align-items: top;
	justify-content: flex-start;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 15px;
	font-size: 14px;
}
.whatsnew .news:last-child {
	border: none;
}
.whatsnew .news .date {
	flex-basis: 110px;
	font-size: 13px;
}
.whatsnew .news .text {
	flex-grow: 1;
	font-size: 13px;
	line-height: 1.6em;
}
.whatsnew .news .text a {
	color: #FFF;
	text-decoration: none;
}
.whatsnew .news .text a:hover {
	text-decoration: underline;
}
.whatsnew .news .text a img {
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

.top-post-list {
    margin-left: 0em;
    margin-right: 0em;
}



.blink {
}
.blink a {
	display: block;
	text-align: center;
	height: 150px;
	padding-top: 40px;
	color: #FFF;
	text-decoration: none;
}
.blink a:hover {
	color: #FFF;
	background-color: rgba(255,255,255,0.3);
}
.blink a p{
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
}
.blink a span{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#inner-content .page-list .pl-block{
	flex-basis: 100%;
}
.box .content .boxc-left{
	flex-basis: 100%;
	margin-bottom: 15px;
}
.box .content .boxc-right{
	flex-basis: 100%;
}

.report .tab{
}
.report .rblock{
	width: 100%;
}
.report .rblock .rbox {
	width: 100%;
}
.report .rblock .rbox .link{
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.report .rblock .rbox .name{
	width: 100%;
	display: block;
}

.fbanner .fb-block{
	text-align: center;
	flex-basis: 50%;
}
.fbanner .fb-block-50 {
	flex-basis: 100%;
}

#inner-content .school-lf {
}
#inner-content .school-lf .left{
}
#inner-content .school-lf .right{
}
#inner-content .school-lf .right .school-img {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#inner-content .school-lf .right .img01 {
	height: 185px;
	width: 160px;
}

.list-student li {
	width: 100%;
	float: left;
	margin-bottom: 10px !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.list-student li .t01{
	flex-basis: 50%;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.list-student li .t02{
	flex-basis: 50%;
	color: #0066FF;
	line-height: 1.3em;
	margin-bottom: 0px;
}

.schedule-block .sb-left , .schedule-block .sb-right {
	flex-basis: 100%;
}

.course-link .imgbox {
	flex-basis: 100%;
}
.course-link .textbox {
	flex-basis: 100%;
	color: #333333;
}
.course-link .textbox .inbox {
	padding: 15px;
}

.voice-lf {
	flex-wrap: wrap;
}
.voice-lf .vleft {
	flex-basis: 100%;
}
.voice-lf .vright {
	flex-basis: 100%;
}
.voice-lf .vleft .inbox {
	width: 100%;
	padding-right: 0px;
}

.ori-lr {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ori-lr .ori-left {
	flex-basis: 100%;
}
.ori-lr .ori-right {
	flex-basis: 100%;
}
.ori-lr .ori-right .imgbox {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

.copyright {
	font-size: 10px !important;
	margin-bottom: 10px;
}

.site-en .header-block02 .top-nav > li > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.site-en .menu-item-2057 ul.sub-menu li a {
	padding-top: 10px !important;
}
.site-en .nav li ul.sub-menu li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}
.site-en .top-3box .tbox .tblink .tb-text h3 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0em;
}
.site-en .block02 .blink a p {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0em;
	padding-top: 10px;
}
.site-en .block03 .blink a p {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0em;
	padding-top: 10px;
}
.site-en .page-title {
	font-family: 'Oswald', sans-serif !important;
	letter-spacing: 0.1em;
}
.site-en .sblink .sbanner .en-btitle {
	font-family: 'Oswald', sans-serif !important;
}
.site-en .sbanner-documents a p {
	font-family: 'Oswald', sans-serif !important;
}
.site-en .sbanner-documents a span {
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 0em;
}
.site-en .course-link .textbox .inbox h4 {
	font-family: 'Oswald', sans-serif !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.site-en .course-link .textbox .inbox .text{
	font-size: 13px;
	line-height: 1.6em;
}

.p2left-c01 {
	margin-right:0px;
}

.page-2w-c01 {
	flex-wrap: nowrap !important;
}
.page-2w-c01 .p2left {
	margin-right:5px;
}
.page-2w-c01 .p2right {
	margin-left:5px;
}

#inner-content .page-stitle.page-stitle-flex {
	display:block;
}
#inner-content .page-stitle.page-stitle-flex .in-title {
	padding-bottom: 5px;
}

}


/* 卒業の声 表示・非表示 */
.vbox {
	display: none;
}
.vbox01 {
	display: block;
}
.voice-switch {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	list-style-type: none;
	margin-bottom: 20px;
}
.voice-switch div {
	flex-grow: 1;
}
.voice-switch .vs-left {
	padding-right: 10px;
}
.voice-switch .vs-right {
	padding-left: 10px;
}
.vsbt {
	background-color: #51B6EC;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.vsbt input {
	margin-right: 4px;
}

.school-f-text {
	background-color: #ffcc00;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.school-f-text strong {
	color: #0066FF;
	font-size: 22px;
	line-height: 1.6em;
}


/* アーカイブ用 */
.widget_archive {
	display: none !important;
}
.single-post .widget_archive , .category-news .widget_archive , .date .widget_archive {
	display: block !important;
}


.ruby-under {
	position: relative;
	line-height: 3em;
}
.ruby-under span {
	position: absolute;
	bottom: -30px;
	white-space: nowrap;
	left: 0px;
}
.letter-kb-w01-black {
	background-image: url(/wp-content/themes/jstork/img/letter-kb-w01-black.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
	display: inline-block;
	margin-left: 2px;
}
.letter-kb-w02-black {
	background-image: url(/wp-content/themes/jstork/img/letter-kb-w02-black.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 2px;
	display: inline-block;
	margin-right: 2px;
}
.letter-kb-w01-red {
	background-image: url(/wp-content/themes/jstork/img/letter-kb-w01-red.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
	display: inline-block;
	margin-left: 2px;
}
.letter-kb-w02-red {
	background-image: url(/wp-content/themes/jstork/img/letter-kb-w02-red.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 2px;
	display: inline-block;
	margin-right: 2px;
}
.letter-s-right-black {
	background-image: url(/wp-content/themes/jstork/svg/letter-s-black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 4px;
}
.letter-s-center-black {
	background-image: url(/wp-content/themes/jstork/svg/letter-s-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.letter-s-center-red {
	background-image: url(/wp-content/themes/jstork/svg/letter-s-red.svg);
	background-repeat: no-repeat;
	background-position: center center;
}




.comment-form-comment #comment {
	border: 1px solid #6AC0EE;
}


.letter-s01 {
	letter-spacing:-0.3em;
}
/* chrome safari opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

.letter-s01 {
	letter-spacing:-0.5em;
}

}




/* clearfix  */
.cf:after {
    content:"";
    display:block;
    clear:both;
}

.grecaptcha-badge { visibility: hidden; }

/* add 2023-08 */
.page-stext a {
    display: block;
    color:#FF0000 !important;
    font-size: 18px;
    font-weight: 500;
    margin-top:15px;
}
/*e-stext a span {
    background:linear-gradient(transparent 0%, #FFFFFF 0%);
}
	*/
.page-stext a:hover , .page-stext a:focus  {
    color:#FF0000;
    text-decoration: underline;
}
.form-cate-flex {
    display: flex;
}
.form-cate-flex .fcf-box:first-child {
    flex:1;
}
.form-cate-flex .fcf-box:last-child {
    flex:1;
    padding-left:30px;
}
.fcontrol-cate02 .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::after {
    color:#FF0000;
    content: '\f071';
    font-family: fontAwesome;
    margin-left:5px;
}
.fcontrol-cate03 .wpcf7-list-item:first-child label {
    pointer-events : none !important;
}
.fcontrol-cate03 .wpcf7-list-item:first-child .wpcf7-list-item-label::after {
    color:#FF0000;
    content: '\f071';
    font-family: fontAwesome;
    margin-left:5px;
}

/* add 2024-02 */
.wps_sublink a {
    display: block;
    color:#FF0000 !important;
    font-size: 16px;
    font-weight: 500;
    margin-top:15px;
    text-decoration:none;
}
.wps_sublink a:hover{
    opacity: 0.5;
    text-decoration: underline;
}
.wps_sublink a span {
    background:linear-gradient(transparent 0%, #FFFFFF 0%);
}

@media only screen and (max-width: 768px) {

.form-cate-flex {
    display:inherit !important;
}
.form-cate-flex .fcf-box:last-child {
    padding-left:0px;
}

.blink-smessage {
	background-size:760px auto;
	background-color: #87861c;
}

}

.sbanner.blink-smessage  {
	background-size:500px auto;
	background-color: #87861c;
}