:root {
 --blue:#007bff;
 --indigo:#6610f2;
 --purple:#6f42c1;
 --pink:#e83e8c;
 --red:#dc3545;
 --orange:#fd7e14;
 --yellow:#ffc107;
 --green:#28a745;
 --teal:#20c997;
 --cyan:#17a2b8;
 --white:#fff;
 --gray:#6c757d;
 --gray-dark:#343a40;
 --primary:#007bff;
 --secondary:#6c757d;
 --success:#28a745;
 --info:#17a2b8;
 --warning:#ffc107;
 --danger:#dc3545;
 --light:#f8f9fa;
 --dark:#343a40;
 --breakpoint-xs:0;
 --breakpoint-sm:576px;
 --breakpoint-md:768px;
 --breakpoint-lg:992px;
 --breakpoint-xl:1200px;
 --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
 --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,
::after,
::before {
 box-sizing:border-box
}
html {
 font-family:sans-serif;
 line-height:1.15;
 -webkit-text-size-adjust:100%;
 -webkit-tap-highlight-color:transparent
}
article,
aside,
figure,
footer,
header,
nav,
section {
 display:block
}
body {
 margin:0;
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
 font-size:1rem;
 font-weight:400;
 line-height:1.5;
 color:#212529;
 text-align:left;
 background-color:#fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
 outline:0!important
}
h1,
h2,
h5 {
 margin-top:0;
 margin-bottom:.5rem
}
p {
 margin-top:0;
 margin-bottom:1rem
}
ol,
ul {
 margin-top:0;
 margin-bottom:1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
 margin-bottom:0
}
strong {
 font-weight:bolder
}
a {
 color:#007bff;
 text-decoration:none;
 background-color:transparent
}
a:hover {
 color:#0056b3;
 text-decoration:underline
}
a:not([href]):not([class]) {
 color:inherit;
 text-decoration:none
}
a:not([href]):not([class]):hover {
 color:inherit;
 text-decoration:none
}
figure {
 margin:0 0 1rem
}
img {
 vertical-align:middle;
 border-style:none
}
label {
 display:inline-block;
 margin-bottom:.5rem
}
input {
 margin:0;
 font-family:inherit;
 font-size:inherit;
 line-height:inherit
}
input {
 overflow:visible
}
[role=button] {
 cursor:pointer
}
[type=button],
[type=reset],
[type=submit] {
 -webkit-appearance:button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
 cursor:pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
 padding:0;
 border-style:none
}
input[type=checkbox],
input[type=radio] {
 box-sizing:border-box;
 padding:0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
 height:auto
}
[type=search] {
 outline-offset:-2px;
 -webkit-appearance:none
}
[type=search]::-webkit-search-decoration {
 -webkit-appearance:none
}
::-webkit-file-upload-button {
 font:inherit;
 -webkit-appearance:button
}
[hidden] {
 display:none!important
}
h1,
h2,
h5 {
 margin-bottom:.5rem;
 font-weight:500;
 line-height:1.2
}
h1 {
 font-size:2.5rem
}
h2 {
 font-size:2rem
}
h5 {
 font-size:1.25rem
}
.container {
 width:100%;
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}
.row {
 display:flex;
 flex-wrap:wrap;
 margin-right:-15px;
 margin-left:-15px
}
.no-gutters {
 margin-right:0;
 margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
 padding-right:0;
 padding-left:0
}
.col,
.col-5,
.col-7,
.col-md-12,
.col-md-4 {
 position:relative;
 width:100%;
 padding-right:15px;
 padding-left:15px
}
.col {
 flex-basis:0;
 flex-grow:1;
 max-width:100%
}
.col-5 {
 flex:0 0 41.66667%;
 max-width:41.66667%
}
.col-7 {
 flex:0 0 58.33333%;
 max-width:58.33333%
}
.form-control {
 display:block;
 width:100%;
 height:calc(1.5em + .75rem + 2px);
 padding:.375rem .75rem;
 font-size:1rem;
 font-weight:400;
 line-height:1.5;
 color:#495057;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid #ced4da;
 border-radius:.25rem;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
 background-color:transparent;
 border:0
}
.form-control:-moz-focusring {
 color:transparent;
 text-shadow:0 0 0 #495057
}
.form-control:focus {
 color:#495057;
 background-color:#fff;
 border-color:#80bdff;
 outline:0;
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::-moz-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control:-ms-input-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control::placeholder {
 color:#6c757d;
 opacity:1
}
.form-control:disabled,
.form-control[readonly] {
 background-color:#e9ecef;
 opacity:1
}
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none
}
.btn {
 display:inline-block;
 font-weight:400;
 color:#212529;
 text-align:center;
 vertical-align:middle;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 background-color:transparent;
 border:1px solid transparent;
 padding:.375rem .75rem;
 font-size:1rem;
 line-height:1.5;
 border-radius:.25rem;
 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:hover {
 color:#212529;
 text-decoration:none
}
.btn:focus {
 outline:0;
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.btn:disabled {
 opacity:.65
}
.btn:not(:disabled):not(.disabled) {
 cursor:pointer
}
.btn-primary {
 color:#fff;
 background-color:#007bff;
 border-color:#007bff
}
.btn-primary:hover {
 color:#fff;
 background-color:#0069d9;
 border-color:#0062cc
}
.btn-primary:focus {
 color:#fff;
 background-color:#0069d9;
 border-color:#0062cc;
 box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-primary:disabled {
 color:#fff;
 background-color:#007bff;
 border-color:#007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
 color:#fff;
 background-color:#0062cc;
 border-color:#005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
 box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-lg {
 padding:.5rem 1rem;
 font-size:1.25rem;
 line-height:1.5;
 border-radius:.3rem
}
.btn-sm {
 padding:.25rem .5rem;
 font-size:.875rem;
 line-height:1.5;
 border-radius:.2rem
}
.btn-block {
 display:block;
 width:100%
}
.btn-block+.btn-block {
 margin-top:.5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
 width:100%
}
.nav {
 display:flex;
 flex-wrap:wrap;
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.navbar-brand {
 display:inline-block;
 padding-top:.3125rem;
 padding-bottom:.3125rem;
 margin-right:1rem;
 font-size:1.25rem;
 line-height:inherit;
 white-space:nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
 text-decoration:none
}
.card {
 position:relative;
 display:flex;
 flex-direction:column;
 min-width:0;
 word-wrap:break-word;
 background-color:#fff;
 background-clip:border-box;
 border:1px solid rgba(0,0,0,.125);
 border-radius:.25rem
}
.card-body {
 flex:1 1 auto;
 min-height:1px;
 padding:1.25rem
}
.card-title {
 margin-bottom:.75rem
}
.card-text:last-child {
 margin-bottom:0
}
.card-img-overlay {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 padding:1.25rem;
 border-radius:calc(.25rem - 1px)
}
.card-img {
 flex-shrink:0;
 width:100%
}
.card-img {
 border-top-left-radius:calc(.25rem - 1px);
 border-top-right-radius:calc(.25rem - 1px)
}
.card-img {
 border-bottom-right-radius:calc(.25rem - 1px);
 border-bottom-left-radius:calc(.25rem - 1px)
}
.breadcrumb {
 display:flex;
 flex-wrap:wrap;
 padding:.75rem 1rem;
 margin-bottom:1rem;
 list-style:none;
 background-color:#e9ecef;
 border-radius:.25rem
}
.carousel-item-next,
.carousel-item-prev {
 display:block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
 transform:translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
 transform:translateX(-100%)
}
.text-right {
 text-align:right!important
}
.text-center {
 text-align:center!important
}
@media (prefers-reduced-motion:reduce) {
 .form-control {
  transition:none
 }
 .btn {
  transition:none
 }
}
@media (min-width:576px) {
 .container {
  max-width:540px
 }
}
@media (min-width:768px) {
 .container {
  max-width:720px
 }
 .col-md-4 {
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-md-12 {
  flex:0 0 100%;
  max-width:100%
 }
}
@media (min-width:992px) {
 .container {
  max-width:960px
 }
}
@media (min-width:1200px) {
 .container {
  max-width:1140px
 }
}
@media print {
 *,
 ::after,
 ::before {
  text-shadow:none!important;
  box-shadow:none!important
 }
 a:not(.btn) {
  text-decoration:underline
 }
 img {
  page-break-inside:avoid
 }
 h2,
 p {
  orphans:3;
  widows:3
 }
 h2 {
  page-break-after:avoid
 }
 body {
  min-width:992px!important
 }
 .container {
  min-width:992px!important
 }
}
@-webkit-keyframes spinner-grow {
 0% {
  transform:scale(0)
 }
 50% {
  opacity:1;
  transform:none
 }
}
@keyframes spinner-grow {
 0% {
  transform:scale(0)
 }
 50% {
  opacity:1;
  transform:none
 }
}


:root {
 --text-color:#464646;
 --color-footer-border:rgba(0,0,0,0.15)
}
body,
html {
 font-size:14px
}
body {
 font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
 -ms-word-wrap:break-word;
 word-wrap:break-word
}
img {
 max-width:100%;
 height:auto
}
img {
 max-width:100%;
 height:auto
}
p {
 line-height:1.7;
 margin-bottom:1.2em
}
ol,
ul {
 margin-top:1.5em;
 margin-bottom:1.2em
}
li {
 margin-bottom:.8em;
 line-height:1.65em
}
ol ol,
ol ul,
ul ol,
ul ul {
 margin-top:10px;
 margin-bottom:10px
}
h1 {
 position:relative
}
h2,
h5 {
 margin:1.5em 0 1.2em;
 clear:both
}
h1:first-child,
h2:first-child,
h5:first-child {
 margin-top:0
}
h2 {
 font-size:1.75rem
}
.btn {
 white-space:normal
}
.btn.btn-block {
 padding-left:10px;
 padding-right:10px
}
.siteHeader .siteHeadContainer:after {
 content:"";
 display:block;
 clear:both
}
.siteContent {
 padding:2rem 0 2rem
}
.siteContent>.container>.row {
 display:block
}
.siteContent>.container>.row:after {
 content:"";
 display:block;
 clear:both
}
.mainSection>aside:last-child,
.mainSection>div:last-child,
.sideSection>aside:last-child,
.sideSection>div:last-child {
 margin-bottom:0
}
.siteFooter {
 display:block;
 overflow:hidden
}
.siteHeader {
 width:100%;
 position:relative;
 z-index:1000;
 top:0;
 background-color:#fff;
 box-shadow:0 1px 3px rgba(0,0,0,.1);
 margin-bottom:0;
 min-height:46px;
 border:none
}
.siteHeader .container {
 padding-top:5px;
 padding-bottom:4px
}
.siteHeader_logo {
 display:inline-block;
 height:auto;
 padding:5px 0;
 margin:0;
 font-size:32px;
 line-height:1.5em;
 white-space:inherit
}
.siteHeader_logo a {
 color:#333
}
.siteHeader_logo a:hover {
 text-decoration:none;
 color:#337ab7
}
.siteHeader_logo img {
 max-height:40px;
 display:block
}
.siteFooter .widget {
 margin-bottom:25px
}
.siteFooter a {
 text-decoration:underline
}
.siteFooter a:hover {
 text-decoration:none
}
.siteFooter li>a {
 text-decoration:none
}
.siteFooter li>a:hover {
 text-decoration:underline
}
.footerMenu li {
 margin-bottom:0;
 font-size:14px
}
.copySection {
 border-top:var(--color-footer-border,#ccc)
}
.copySection p {
 font-size:12px;
 margin:0 15px 5px
}
.gMenu_outer {
 width:100%
}
.gMenu {
 margin:0 auto;
 padding:0;
 display:flex;
 list-style:none;
 position:relative
}
.gMenu a {
 color:#333;
 height:100%
}
.gMenu a:active,
.gMenu a:focus,
.gMenu a:hover {
 background-color:inhelit;
 transition:background-color .4s;
 color:#333;
 text-decoration:none
}
.gMenu li {
 margin:0;
 list-style:none;
 line-height:1.4;
 font-size:12px;
 position:relative;
 /*padding: 0 15px 5px 15px;*/
}
.gMenu>li {
 border-left:inhelit;
 text-align:center
}
.gMenu>li:last-child {
 border-right:inhelit
}
.gMenu>li .gMenu_name {
 font-size:14px;
 display:block;
 white-space:nowrap
}
.gMenu>li .gMenu_description {
 display:block;
 overflow:hidden;
 font-size:10px;
 line-height:14px;
 opacity:.6;
 text-align:center
}
.gMenu>li:hover,
.gMenu>li[class*=current] {
 transition:all .5s ease-out;
 background-color:inhelit
}
.gMenu>li:hover:before,
.gMenu>li[class*=current]:before {
 width:100%
}
.gMenu>li>ul.sub-menu {
 background-color:#191919;
 box-shadow:1px 1px 3px rgba(0,0,0,.2);
 left:50%;
 margin-left:-120px;
 width:240px
}
.gMenu ul {
 margin:0;
 padding:0;
 text-align:left;
 transition:all .3s ease-in
}
.gMenu ul li a,
.gMenu ul li a:hover {
 color:#fff
}
.gMenu ul li a {
 padding:14px 1.2em;
 border-bottom:1px solid rgba(255,255,255,.15)
}
.gMenu ul li a:hover {
 background-color:inhelit
}
.gMenu ul li.menu-item-has-children>a {
 /*padding:14px 3.5em 14px 1.2em*/
}
.device-pc .gMenu>li>.acc-btn {
 display:none
}
.gMenu.vk-menu-acc .sub-menu .acc-btn {
 right:1.2em
}
.gMenu .acc-btn {
 color:#333;
 border-color:#333;
 background-image:var(--g_nav_main_acc_icon_open_url)
}
.gMenu .acc-btn.acc-btn-close {
 background-image:var(--g_nav_main_acc_icon_close_url)
}
.device-mobile .gMenu .acc-btn {
 width:20px;
 height:20px;
 right:6px;
 top:12px
}
.gMenu .sub-menu .acc-btn {
 background-image:var(--g_nav_sub_acc_icon_open_url);
 border-color:#fff
}
.gMenu .sub-menu .acc-btn.acc-btn-close {
 background-image:var(--g_nav_sub_acc_icon_close_url)
}
.gMenu>li>ul.sub-menu {
 position:absolute
}
.gMenu>li>.sub-menu {
 position:absolute;
 z-index:1000;
 display:block;
 overflow:hidden;
 opacity:0;
 max-height:0;
 transition:all .5s
}
.device-pc .gMenu>li:hover>.sub-menu {
 opacity:1;
 max-height:1000px
}
.device-mobile .gMenu>li>.sub-menu.acc-child-open {
 opacity:1;
 max-height:1000px
}
.device-pc .gMenu>li>.acc-btn {
 display:none
}
.device-pc .gMenu>li>a {
 display:block;
 overflow:hidden;
 padding:10px 1.8em
}
.device-mobile .gMenu>li {
 padding:14px 2.5em
}
.device-mobile .gMenu>li .gMenu_name {
 font-size:12px
}
.device-mobile .gMenu>li.menu-item-has-children>a {
 display:inline-block;
 padding-right:0
}
.device-mobile .gMenu>li>ul.sub-menu {
 margin-top:14px
}
body,
html {
 overflow-x:hidden
}
.sectionBox {
 /*padding-top:2em;*/
 padding-bottom:2em;
 display:block
}
.sectionBox:after {
 content:"";
 clear:both;
 display:block
}
.nav li a {
 color:#464646
}
.screen-reader-text {
 border:0;
 clip:rect(1px,1px,1px,1px);
 -webkit-clip-path:inset(50%);
 clip-path:inset(50%);
 height:1px;
 margin:-1px;
 overflow:hidden;
 padding:0;
 position:absolute!important;
 width:1px;
 word-wrap:normal!important;
 word-break:normal
}
input.form-control {
 margin-bottom:3px
}
.page-header {
 margin-top:0;
 margin-bottom:0;
 padding-bottom:0;
 text-align:center
}
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
 margin:1.2em 0;
 font-size:1.75rem;
 line-height:1.1
}
.breadSection {
 border-bottom:1px solid rgba(0,0,0,.05)
}
.breadSection .breadcrumb {
 margin-top:0;
 margin-bottom:0;
 background:0 0;
 padding:6px 15px
}
.breadSection .breadcrumb li {
 margin-bottom:0;
 list-style:none
}
.breadSection .breadcrumb span {
 font-size:.75em
}
.mainSection header h1 {
 margin-top:0;
 line-height:1.4em
}
.mainSection .widget {
 margin-bottom:25px
}
.entry-full {
 margin-bottom:3rem
}
.entry-body::after {
 content:"";
 clear:both;
 display:block
}
.subSection {
 display:block
}
.subSection .localNav {
 display:block
}
.subSection .widget {
 margin-bottom:25px
}
.subSection li>a:hover {
 text-decoration:underline
}
.subSection li.current_page_item>a {
 background-color:rgba(0,0,0,.05)
}
.subSection:after {
 content:"";
 clear:both;
 display:block
}
.subSection-title {
 font-size:18px;
 margin-bottom:15px
}
.subSection-title i {
 margin-right:8px
}
.widget {
 display:block
}
.widget .subSection-title {
 margin-top:0;
 font-size:18px
}
.widget .subSection-title a {
 color:inherit
}
.widget ul {
 margin-top:0
}
.widget:after {
 content:"";
 clear:both;
 display:block
}
.widget_link_list ul {
 padding-left:0;
 margin:0;
 font-size:14px;
 list-style:none
}
.widget_link_list a {
 color:#464646
}
.widget_link_list .subSection-title {
 margin-bottom:0
}
.widget_link_list ul li {
 margin-bottom:0
}
.widget_link_list ul li a {
 display:block;
 padding:10px .5em 8px;
 border-bottom:1px solid rgba(0,0,0,.05)
}
.siteFooter .widget_link_list ul li a {
 border-bottom:1px solid var(--color-footer-border,#ccc)
}
.widget_link_list ul li li a {
 padding-left:1.5em
}
.widget_link_list ul li li li a {
 padding-left:2.5em
}
.widget_link_list ul li li li li a {
 padding-left:3.5em
}
.widget_link_list ul li li li li li a {
 padding-left:4.5em
}
.widget_link_list ul li li li li li li a {
 padding-left:5.5em
}
.widget_link_list ul li li li li li li li a {
 padding-left:6.5em
}
.widget_link_list ul li li li li li li li li a {
 padding-left:7.5em
}
.widget_link_list ul li li li li li li li li li a {
 padding-left:8.5em
}
.widget_link_list ul li li li li li li li li li li a {
 padding-left:9.5em
}
.widget_link_list ul li li li li li li li li li li li a {
 padding-left:10.5em
}
.widget_link_list ul ul {
 margin:0;
 padding-left:0
}
.gMenu>li {
 float:left
}
.gMenu>li:before {
 position:absolute;
 left:0;
 bottom:0;
 content:"";
 width:0;
 border-bottom:1px solid #2e6da4;
 transition:all .5s ease-out
}
.gMenu>li.menu-item-has-children::after {
 transition:all .2s ease-out;
 content:"";
 position:absolute;
 padding:0;
 bottom:-10px;
 left:50%;
 transform:translateX(-50%);
 border:10px solid transparent;
 z-index:1000;
 opacity:0;
 border-bottom-color:#191919
}
.device-pc .gMenu>li.menu-item-has-children:hover::after,
.gMenu>li.acc-parent-open::after {
 opacity:1;
 bottom:0
}
.gMenu>li>ul {
 margin-top:-1px
}
.gMenu ul li a:hover {
 background-color:#337ab7
}
h2 {
 padding:.8em 0 .7em;
 border-top:2px solid #337ab7;
 border-bottom:1px solid #e9e9e9
}
.subSection-title {
 padding-bottom:8px;
 position:relative;
 border-bottom:1px solid rgba(0,0,0,.1)
}
.siteFooter .subSection-title {
 border-bottom:1px solid var(--color-footer-border,#ccc)
}
.subSection-title:after {
 content:".";
 line-height:0;
 display:block;
 overflow:hidden;
 position:absolute;
 bottom:-1px;
 width:30%;
 border-bottom:1px solid #337ab7
}
.widget_search form div input#s {
 border-radius:4px
}
.widget_search form div input#searchsubmit {
 border-radius:4px
}
.page-header {
 background-color:#337ab7;
 color:#fff
}
.breadSection .breadcrumb li {
 line-height:1.2
}
.breadSection .breadcrumb a {
 color:#666;
 padding-bottom:2px
}
.breadSection .breadcrumb a:hover {
 border-bottom:1px solid #666;
 text-decoration:none
}
.breadSection .breadcrumb>li+li:before {
 content:"/";
 margin-left:.5em;
 margin-right:.5em;
 font-size:12px
}
.siteFooter {
 border-top:3px solid #337ab7;
 background-color:#f9f9f9
}
.card-noborder .vk_post_imgOuter {
 border-radius:.25rem
}
.card-imageRound .vk_post_imgOuter {
 border-radius:50%
}
@media (min-width:768px) {
 p {
  line-height:1.9
 }
 .siteContent {
  padding:2.5rem 0 2.5rem
 }
 .footerMenu ul {
  margin:12px 0 10px
 }
 .footerMenu li {
  float:left
 }
 .footerMenu li a {
  border-left:1px solid var(--color-footer-border,#ccc);
  padding:0 1em
 }
 .footerMenu li:last-child a {
  border-right:1px solid var(--color-footer-border,#ccc)
 }
 .mainSection .widget {
  margin-bottom:35px
 }
}
@media (min-width:992px) {
 body,
 html {
  font-size:16px
 }
 .siteContent {
  padding:3rem 0 3.5rem
 }
 .mainSection-col-two {
  width:66.66667%;
  float:left
 }
 .sideSection-col-two {
  width:calc(100% - 66.66667% - 3rem);
  float:right
 }
 /*
 .siteHeader .container {
  padding-top:16px;
  padding-bottom:14px
 }
 */
 .siteHeader_logo img {
  max-height:50px
 }
 .gMenu ul li ul.sub-menu li a {
  padding-left:2.2em
 }
 .gMenu ul li ul.sub-menu li li a {
  padding-left:3.2em
 }
 body.device-mobile .vk-mobile-nav-menu-btn {
  display:none
 }
 .gMenu_outer {
  top:-54px;
  transition:top 1s
 }
 .gMenu_outer::after {
  content:"";
  clear:both;
  display:block
 }
 .header_scrolled .siteHeadContainer.container {
  width:100%
 }
 .header_scrolled .navbar-header {
  margin-bottom:54px
 }
 .header_scrolled .gMenu_outer {
  clear:both;
  z-index:1000;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  min-height:unset;
  background-color:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.1)
 }
 .header_scrolled .gMenu_outer nav {
  display:block;
  width:960px;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px
 }
 .header_scrolled .gMenu {
  float:none;
  display:flex
 }
 .header_scrolled .gMenu>li {
  width:50%;
  border-left:1px solid #f5f5f5
 }
 .header_scrolled .gMenu>li:last-child {
  border-right:1px solid #f5f5f5
 }
 .device-pc .gMenu>li a {
  padding-left:1em;
  padding-right:1em
 }
}
@media (min-width:992px) and (min-width:1200px) {
 .header_scrolled .gMenu_outer nav {
  width:1140px
 }
}
@media (min-width:1200px) {
 .siteContent {
  padding:3.5rem 0 4rem
 }
 .siteHeader_logo {
  float:left
 }
 .gMenu_outer {
  right:0;
  float:right;
  width:auto;
  min-height:4em;
  display:table
 }
 .gMenu {
  right:0;
  margin:0;
  float:right
 }
 .gMenu_outer nav {
  display:table-cell;
  vertical-align:middle
 }
}
@media (max-width:1199.98px) {
 .siteHeader_logo {
  width:100%;
  text-align:center
 }
 .siteHeader_logo img {
  margin-left:auto;
  margin-right:auto
 }
 .gMenu_outer nav {
  text-align:center
 }
 .gMenu {
  display:inline-flex;
  margin:0 auto
 }
 .gMenu>li {
  float:unset
 }
}
@media (max-width:991.98px) {
 .mainSection,
 .sideSection {
  width:100%;
  flex-basis:unset
 }
 .mainSection {
  margin-bottom:2rem
 }
 .navbar-header {
  float:none
 }
 .siteHeader_logo {
  font-size:1.6rem;
  float:inherit;
  text-align:center;
  display:block;
  margin:0 auto;
  padding:0 45px
 }
 .siteHeader_logo img {
  display:block;
  margin:0 auto
 }
 .gMenu_outer {
  display:none
 }
}
@media (max-width:991px) {
 .headerTop ul {
  border-top:1px solid rgba(0,0,0,.15)
 }
 .headerTop ul a {
  color:#464646;
  border-bottom:1px solid rgba(0,0,0,.15)
 }
}
@media (max-width:767px) {
 .footerMenu {
  border-top:var(--color-footer-border,#ccc);
  border-bottom:var(--color-footer-border,#ccc)
 }
 .footerMenu .nav {
  display:unset
 }
 .footerMenu li {
  float:none;
  border-bottom:var(--color-footer-border,#ccc);
  display:block;
  overflow:hidden;
  padding:.5em 0
 }
 .footerMenu li:last-child {
  border-bottom:none
 }
}

.bbp-submit-wrapper .button.submit { background-color:#071e66 ; }
.bbp-submit-wrapper .button.submit:hover { background-color:#0e266f ; }
.veu_color_txt_key { color:#071e66 ; }
.veu_color_bg_key { background-color:#071e66 ; }
.veu_color_border_key { border-color:#071e66 ; }
.btn-default { border-color:#0e266f;color:#0e266f;}
.btn-default:focus,.btn-default:hover { border-color:#0e266f;background-color: #0e266f; }
.wp-block-search__button,.btn-primary { background-color:#0e266f;border-color:#071e66; }
.wp-block-search__button:focus,.wp-block-search__button:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:hover { background-color:#071e66;border-color:#0e266f; }
.btn-outline-primary { color : #0e266f ; border-color:#0e266f; }
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:focus,.btn-outline-primary:hover { color : #fff; background-color:#0e266f;border-color:#071e66; }
a { color:#337ab7; }
.tagcloud a:before { font-family: "Font Awesome 5 Free";content: "\f02b";font-weight: bold; }
.page-header{ position:relative;color:#ffffff;text-shadow:0px 0px 10px #000000;background: url(../images/page-header02.jpg ) no-repeat 50% center;background-size: cover;}
.page-header h1.page-header_pageTitle,
.page-header div.page-header_pageTitle{margin-top:3em;margin-bottom:calc( 3em - 0.1em );}
.navbar-brand.siteHeader_logo{ font-family:"Noto Sans TC",sans-serif;font-weight:400;font-display: swap;}
.gMenu_name,
.vk-mobile-nav .menu,
.mobile-fix-nav-menu{ font-family:"Noto Sans TC",sans-serif;font-weight:400;font-display: swap;}
h1,h2,h3,h4,h5,h6,dt,.page-header_pageTitle,.mainSection-title,.subSection-title,.veu_leadTxt,.lead{ font-family:"Noto Sans JP",sans-serif;font-weight:400;font-display: swap;}
body{ font-family:"Noto Sans JP",sans-serif;font-weight:400;font-display: swap;}
.vk-campaign-text{background:#c5001a;color:#fff;}
.vk-campaign-text_btn,
.vk-campaign-text_btn:link,
.vk-campaign-text_btn:visited,
.vk-campaign-text_btn:focus,
.vk-campaign-text_btn:active{background:#fff;color:#4c4c4c;}
a.vk-campaign-text_btn:hover{background:#2e6da4;color:#fff;}
.vk-campaign-text_link,
.vk-campaign-text_link:link,
.vk-campaign-text_link:hover,
.vk-campaign-text_link:visited,
.vk-campaign-text_link:active,
.vk-campaign-text_link:focus{color:#fff;}
.headerTop{background-color:#eaeef0;}
.media .media-body .media-heading a:hover { color:#0e266f; }
.gMenu > li:before,
.gMenu > li.menu-item-has-children::after { border-bottom-color:#071e66 }
.gMenu li li { background-color:#071e66 }
.gMenu li li a:hover { background-color:#0e266f; }
h2,.mainSection-title { border-top-color:#0e266f; }
h3:after,.subSection-title:after { border-bottom-color:#0e266f; }
ul.page-numbers li span.page-numbers.current,
.page-link dl .post-page-numbers.current { background-color:#0e266f; }
.pager li > a { border-color:#0e266f;color:#0e266f;}
.pager li > a:hover { background-color:#0e266f;color:#fff;}
.siteFooter { border-top-color:#0e266f; }
dt { border-left-color:#0e266f; }

.vk_posts {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.vk_post {
  margin-left: 15px;
  margin-right: 15px;
}
.vk_post.card {
  padding: 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  max-width: 100%;
}
.vk_posts .vk_post-col-xl-6 {
	width: calc(50% - 30px);
}
.vk_post.card-horizontal .vk_post_imgOuter {
  height: 100%;
  border-bottom: none;
  border-right: 1px solid var(--vk-color-border-image);
}
.vk_post_imgOuter {
  position: relative;
  background-size: cover;
  background-position: center 50%;
  border-bottom: 1px solid var(--vk-color-border-image);
}
.card-img-use-bg {
  position: relative;
  left: -9999px;
}
.vk_post .vk_post_title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}
.vk_post .vk_post_excerpt {
  margin: .8rem 0;
    margin-bottom: 0.8rem;
  font-size: 12px;
  line-height: 1.6;
  opacity: .8;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,.05);
}
table.table-responsive {
	border:none;
}
table.table-responsive td, table.table-responsive th{
  padding: .75rem;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
table.table-responsive th {
  font-weight: normal;
}
.table-bordered td {
  border: 1px solid #dee2e6;
	padding: 1em;
  font-size: 14px;
}
h4 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1rem;
}
.subSection-title, h3 {
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
h3 {
  font-size: 1.75rem;
}
h3::after, .subSection-title::after {
  border-bottom-color: #0e266f;
}
.subSection-title::after, h3::after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #337ab7;
    border-bottom-color: rgb(51, 122, 183);
}
.text-danger {
  color: #dc3545 !important;
}
small {
  font-size: 80%;
  font-weight: 400;
}
dd, dt {
  padding-left: 10px;
  border-left-width: 2px;
  border-left-style: solid;
  margin-bottom: 10px;
  margin-left: 0;
}
dt {
  border-left-color: #0e266f;
}
dd {
  border-left-color: #e5e5e5;
}
.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.veu_sitemap ul li {
  list-style: none;
}

.media {
  border-bottom: 1px solid rgba(0,0,0,.05);
  padding: 1rem 0;
  margin-top: 0;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media > div {
  width: 100%;
}
.media .postList_thumbnail {
  width: 160px;
  margin-bottom: .5em;
  padding-right: 30px;
  display: block;
  overflow: hidden;
  float: left;
}
.media .postList_thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.media .postList_thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}
.media-body {
  flex: 1;
}
.media-body .entry-meta {
  margin-bottom: .8em;
  padding-left: 3px;
}
.media .media-body .media-heading {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: .4em;
  font-weight: 400;
  background: 0 0;
  box-shadow: none;
  padding: 0;
}
.media .media-body .media-heading a {
  color: #464646;
  text-decoration: none;
}
.media a.media-body_excerpt {
  color: #464646;
  display: block;
  overflow: hidden;
}
.media p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}
.subSection .widget {
  margin-bottom: 25px;
}
.widget_archive ul, .widget_categories ul {
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}
.widget_archive ul li, .widget_categories ul li {
  margin-bottom: 0;
}
.widget_archive ul li a, .widget_categories ul li a {
  display: block;
  padding: 10px .5em 8px;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.widget_archive a, .widget_categories a {
  color: #464646;
}
.entry-header {
  margin-bottom: 1.5rem;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.entry-meta {
  margin-bottom: .8em;
  padding-left: 3px;
}
h1.entry-title {
  font-size: 32px;
}
.mainSection header h1 {
  margin-top: 0;
  line-height: 1.4em;
}
.entry-meta_items_term {
  float: right;
  margin-right: 0;
}
.entry-meta_items_term_button {
  font-size: .8rem;
  line-height: 1;
  padding: 4px 1em 2px;
}
.postNextPrev {
  position: relative;
  margin-bottom: 3rem;
	
}
.postNextPrev .vk_post-col-md-6 {
	width: calc(50% - 30px);
}
.postNextPrev_next .postNextPrev_label {
  text-align: right;
}
.postNextPrev_label {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1;
}
.card-img-overlay1 {
 position:absolute;
 top:0;
 right:0;
 padding:1.25rem;
 border-radius:calc(.25rem - 1px)
}

#indexpage .siteHeader-trans-true {
	position: absolute;
top: 0;
  background-color: rgba(255,255,255,0.2);
  box-shadow: none;
  border-bottom: none;
}
#indexpage .siteHeader-trans-true .headerTop {
  background-color: rgba(255,255,255,0.2);
  border-bottom: none;
}
#indexpage .siteHeader-trans-true .headerTop_description,
#indexpage .siteHeader-trans-true .headerTop ul > li > a, 
#indexpage .siteHeader-trans-true .headerTop ul > li > span, 
#indexpage .siteHeader-trans-true .gMenu_name, 
#indexpage .siteHeader-trans-true .gMenu_description {
	color:#FFF;
}

#indexpage.header_scrolled .siteHeader-trans-true .headerTop ul > li > a, 
#indexpage.header_scrolled .siteHeader-trans-true .headerTop ul > li > span, 
#indexpage.header_scrolled .siteHeader-trans-true .gMenu_name, 
#indexpage.header_scrolled .siteHeader-trans-true .gMenu_description {
	color:#333;
}

#indexpage .mini-content-container-1 .btn{color:#ffffff;background:transparent;transition: .3s;border-color:#ffffff;}
#indexpage .mini-content-container-1 .btn:hover{color:#fff;background-color:#0e266f;border-color:#0e266f;}

#indexpage .carousel {
  border-bottom: 1px solid rgba(0,0,0,.05);
  display: block;
  overflow: hidden;
  width: 100%;
}
#indexpage .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#indexpage .carousel-item-next, 
#indexpage .carousel-item-prev, 
#indexpage .carousel-item.active {
  display: block;
}
#indexpage .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
#indexpage .slide picture > img {
  width: 100%;
  height: auto;
}
#indexpage .slide-cover {
  position: absolute;
  top: 0;
  background-color: #000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#indexpage .carousel-inner h3 {
	font-size: calc(1.313rem + .7vw);
}
#indexpage .carousel-inner h3::after{
	width: 0;
}
#indexpage .slide-text-set {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
#indexpage .slide-text-caption {
  font-size: 1.3vw;
}

#indexpage .gMenu > li:before,
#indexpage .gMenu > li.menu-item-has-children::after { border-bottom: 1px solid rgba(255,255,255,0.5); }

.vk_posts .vk_post-col-xs-12 {
  width: calc(100% - 30px);
}
@media (min-width: 576px){
	.vk_posts .vk_post-col-sm-12 {
	  width: calc(100% - 30px);
	}
}
@media (min-width: 768px) {
	.vk_posts .vk_post-col-md-6 {
	  width: calc(50% - 30px);
	}
}
@media (min-width: 992px){
	.vk_posts .vk_post-col-lg-3 {
	  width: calc(25% - 30px);
	}
}
@media (min-width: 1200px){
	.vk_posts .vk_post-col-xl-3 {
	  width: calc(25% - 30px);
	}
}
.vkb-outer-7b3221f4-365c-4fc2-a12c-59f2f10906f5{background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/programming-942487_1920.jpg); }

@media (min-width: 576px){
	.col-sm-6 {
	  flex: 0 0 50%;
	  max-width: 50%;
	}
}

#newlist .post-col-sm-6 {
	width: calc(50% - 30px);
}
@media (min-width: 768px) {
	#newlist .post-col-md-4 {
	  width: calc(33.3% - 30px);
	}
}
#newlist img{
	height: 230px;
}
.vkb-outer-00f850a8-dd3d-4bdb-82a4-f3183eb97a9e{background: linear-gradient(rgba(212, 221, 225, 0.5), rgba(212, 221, 225, 0.5)); }
.postListText {
  padding: .8rem 0 .7rem;
  border-bottom: 1px dotted #ccc;
  display: block;
  overflow: hidden;
  width: 100%;
}
.postListText_singleTermLabel {
  padding: 0;
  display: block;
  float: left;
  min-width: 150px;
  margin-right: 1em;
  margin-top: 2px;
}
.postListText_date {
  font-size: 1rem;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  float: left;
  min-width: 115px;
  margin-right: 1em;
}
.postListText_singleTermLabel_inner {
  display: block;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 1rem;
  line-height: 16px;
  border-radius: 2px;
  text-align: center;
	color: #fff;
background-color: #395098;
}
@media (min-width: 992px) {
	.postListText_title {
	  padding-top: 0;
	  clear: none;
	}
}
.postListText_title {
  font-size: 14px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: .2rem;
}
.vk_button-align-center{
	text-align:center;
}
.vk_button-align-right{
	text-align:right;
}
.vkb-outer-3765ac2c-8e38-4258-8021-45c8ffed81f5{background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); }

@media (min-width: 678px){
	.mobile-fix-nav {
	  display: none;
	}
}
.mobile-fix-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.mobile-fix-nav-top-padding-true {
  padding: 10px;
}
.mobile-fix-nav-top {
  display: block;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.mobile-fix-nav .mobile-fix-nav-menu {
  margin: 0 auto;
  box-sizing: border-box;
  height: 62px;
  padding: 12px 0 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  z-index: 9999999999;
  opacity: .9;
}
.mobile-fix-nav .mobile-fix-nav-menu li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  list-style-type: none;
  font-size: 10px;
  line-height: 1.3;
}