/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */

* {
  box-sizing: border-box;
word-break: break-word;
}

body {
  background: #DCE2E5;
  font-size:16px;
font-family:'Roboto', 'Noto Sans JP', sans-serif;
  line-height: 150%;
  color: #222;
}

a:link {
  color: #1793cb;
  text-decoration: none;
}

a:hover {
  color: #007bbb;
  text-decoration: underline;
}

a:visited {
  color: #1793cb;
  text-decoration: none;
}

a:active {
  color: #1793cb;
  text-decoration: none;
}

header {
  /* max-width: 1000px; */

  /* margin: 0 auto 1em auto; */

  /* padding: 1em 0 0 0; */
}
header .header-first{background-color:#fff;}
header .header-second{background-color:#FF8F00;}

header .header-first .header-inner{
  max-width: 1000px;
  padding-top:10px;
  padding-bottom:10px;
  margin: 0 auto;
}

header .header-second .header-inner{
  max-width: 1000px;
  margin: 0 auto 40px;
}

header .header-second .header-inner{
  max-width: 1000px;
  margin: 0 auto 35px;
}

header .header-logo {
  width: 100%;
}

header h1 {
  line-height: 1;
}

header .description {
  font-size: 14px;
  line-height: 22px;
  text-align :left;
}
@media screen and (min-width:601px){
  header .description {
    margin-top: 3em;
  }
}
@media screen and (max-width:680px){
  header .description {
    margin-top: 1em;
  }
}

header nav {
  width: 100%;
}

.header-search {
  display: block;
  margin: 0 1rem;
}

.header-search form{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-search input[type="text"]{
  width: calc(100% - 45px);
  height: 29px;
}

.header-search input[type="submit"]{
  display: inline-block;
  height: 29px;
  color: #fff;
  cursor: pointer;
  background-color: #F8661A;
  border: solid 1px #ccc;
}

.header-search button {
  display:flex;
  width: 40px;
  height: 29px;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
  background: #F8661A;
  border: 1px solid #CCC;
}

nav .header-search button:hover {
  background: linear-gradient(#333, #555);
}

nav .header-search button:active {
  background: linear-gradient(#555, #333);
}

header nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a:visited {
  color: #1793cb;
}
header nav ul li a{color:#fff !important;}

header nav ul li a:link {
  display: inline-block;
  padding:0 15px 0 0;
  font-size:15px;
  color:#fff;
}

header nav ul li a::before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  margin-right:15px;
  font-size: 79%;
  color: #ccc;
  content: "";
}

header nav ul li:first-of-type a::before {
  display: none;
}

header .logo_images {
  width: auto;
  height: 45px;
}

footer {
  max-width: 1000px;
  padding: 1em 0;
  margin: 0 auto;
}

footer .footer-navi {
  margin-bottom:20px;
}

footer .footer-navi ul li {
  display: inline-block;
  margin-right: 1em;
  font-size: 86%;
}

footer .copyright {text-align: right;}

.fbe{
  display:flex;
  align-items: flex-end;
  justify-content:space-between;
}
#single header .header-second .header-inner{margin: 0 auto 7px;}

@media screen and (min-width:601px){
  #breadcrumb{max-width:1000px;margin:0 auto 13px; }
  #breadcrumb ul{display:flex;align-items: center;justify-content: flex-start;}
  #breadcrumb ul li{margin-right:5px;font-size:12px;}
  #breadcrumb ul li::last-child{margin-right:0;}
}
@media screen and (max-width:680px){
  #breadcrumb{display:none;}
}

@media screen and (max-width:1000px){
  #breadcrumb{padding: 0 20px;}
}

/* ------------------------------------------
                   Content
------------------------------------------ */

#content {
  max-width: 1000px;
  margin: 0 auto;
}

#content main {
  display: block;
  float: left;
  width: 670px;
}

#content main section {
  margin-bottom: 2em;
  word-break: break-all;
  background: #fff;
  border-radius:10px;
  box-shadow: 1px 1px 1px #ccc;
}
#content main section.entry-author {margin-bottom: 1em;}

#content main section h1 {
  padding: 0.7em 1em;
  font-size: 22px;
  border-bottom: solid 1px #FF8F00;
}

#content main section.entrylist h2,
#content main section.entry-author h2{
  padding: 0.7em 1em;
  font-size: 18px;
  border-bottom: solid 1px #FF8F00;
}

#content main section article {
  padding: 40px;
  font-size: 15px;
  border-bottom: 1px solid #CCC;
}
#content main section.entrylist article{display:flex;}

#content main section.entrylist .image img{
  width: fit-content;
  max-width: 200px;
  max-height: 145px;
  object-fit: cover;
}

#content main section.entrylist li {
  border-bottom: solid 1px #e9e9e9;
}

#content main section.entrylist li:last-of-type {
  border-bottom: none;
}

#content main section.entrylist li .image {
  float: left;
  margin-right: 1em;
}

#content main section.entrylist li h3 {
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 114%;
  border-bottom: none;
}

#content main section.entrylist li .detail .meta {
  margin-bottom: 0.5em;
  font-size: 86%;
}

#content main section.entrylist li .detail time {
  padding-right: 0.5em;
  color: #222;
}

#content main section.entrylist li .detail ul.categories,
#content main section.entry-detail ul.categories {
  display: inline-block;
}

#content main section.entrylist li .detail ul.categories li,
#content main section.entry-detail ul.categories li {
  display: inline-block;
  margin-left: 1em;

}

#content main section.entrylist li .detail ul.categories li a,
#content main section.entry-detail ul.categories li a {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 93%;
  background: #f1f1f1;
}

#content main section.entrylist li .detail ul.categories li a:hover,
#content main section.entry-detail ul.categories li a:hover {
  background: #e9e9e9;
}

#content main section.entrylist li .detail ul.categories li a::after,
#content main section.entry-detail ul.categories li a::after  {
  position: absolute;
  top: 0;
  left: -10px;
  content: '';
  border-top: 13px solid transparent;
  border-right: 10px solid #f1f1f1;
  border-bottom: 13px solid transparent;
}

#content main section.entrylist li .detail ul.categories li a:hover::after {
  border-right: 10px solid #e9e9e9;
}

#content main section.entrylist li .detail .excerpt {
  font-size: 14px;
  line-height: 20px;
}

#cse-search-results {
  padding-left: 1em !important;
}

#cse-search-results iframe {
  width: 640px !important;
}
@media screen and (max-width: 680px) {
  #content main section article{
    padding: 24px;
    font-size: 14px;
  }
}

/* ------------------------------------------
               Entry detail
------------------------------------------ */

#content main section.entry-detail time {
  display: block;
  float: left;
  color: #222;
}
@media screen and (min-width:601px){
  #content main section.entry-detail time {
    width: 30%;
  }
}

#content main section.entry-detail article section {
  margin-bottom: 0;
  border-top: none;
  box-shadow: none;
}

#content main section.entry-detail ul.categories {
  display: block;
  float: right;
  width: 70%;
  text-align: right;
}

#content main section.entry-detail h1.entry-title {
  padding: 16px 40px;
  margin: 0 -40px 15px;
  line-height: 130%;
}

#content main section.entry-detail .entry-body h1 {
  margin-bottom: 15px;
  background: #f9f9f9;
  border-bottom: none;
  box-shadow: 0 1px 1px #ccc;
}

/* #content main section.entry-detail .entry-body h2 {
  margin-bottom: 15px;
  padding: 0.5em 0;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  font-size: 135%;
} */

#content main section.entry-detail .entry-body h3 {
  margin-bottom: 15px;
  font-size: 128%;
}

#content main section.entry-detail .entry-body h4 {
  margin-top: 44px;
  margin-bottom: 32px;
  font-size: 15px;
}

#content main section.entry-detail .entry-body h5 {
  padding: 0.3em 0.5em;
  margin-bottom: 10px;
  font-size: 107%;
  background: #f1f1f1;
}

#content main section.entry-detail .entry-body h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

#content main section.entry-detail .entry-body p {
  margin-bottom: 2em;
}

#content main section.entry-detail .entry-body ul {
  padding-left: 1em;
  margin-bottom: 2em;
  margin-left: 1em;
  list-style: circle;
  list-style-position: outside;
}

#content main section.entry-detail .entry-body ol {
  padding-left: 1em;
  margin-bottom: 2em;
  list-style-position: outside;
}

#content main section.entry-detail .entry-body ul li {
  margin-bottom: 10px;
  line-height: 130%;
}

#content main section.entry-detail .entry-body ul li:last-child {
  margin-bottom: 0;
}

#content main section.entry-detail .entry-body blockquote {
  padding: 1em;
  margin-bottom: 3em;
  background: #f1f1f1;
  border: solid 1px #e9e9e9;
}

#content main section.entry-detail .entry-body strong {
  font-weight: bold;
}

#content main section.entry-detail .entry-body em {
  font-style: italic;
}

#content main section.entry-detail .entry-body img {
  max-width: 100%;
  height: auto;
}

#content main section.entry-author .inner {
  padding: 1em 2em 3em;
}

#content main section.entry-author .entry-authorphoto {
  float: left;
  text-align: center;
}

#content main section.entry-author .entry-authorphoto img{
  max-width:136px;
}

#content main section.entry-author .entry-authorrecentpost {
  float: right;
}
@media screen and (min-width:481px){
  #content main section.entry-author .entry-authorphoto {
    display:inline-block;
  }

  #content main section.entry-author .entry-authorrecentpost {
    width:calc(100% - 160px);
  }
}

#content main section.entry-author .entry-authorrecentpost ul {
  padding-left: 10px;
}

#content main section.entry-author .entry-authorrecentpost ul li {
  list-style: disc;
  list-style-position: outside;
}

.page-navigation {
  text-align: center;
}

.page-navigation ul{
  padding-bottom: 2em;
}

#content main section.entrylist .page-navigation li {
  display: inline-block;
  border-bottom: none;
}

.page-navigation li a{
  padding: 0 10px;
  font-size:14px;
}

.page-navigation li a[rel="prev"]::before {
  margin-right: 0.3em;
  content: "«";
}

.page-navigation li a[rel="next"]::after {
  margin-left: 0.3em;
  content: "»";
}
@media screen and (max-width:680px){
  #content main section.entry-detail h1.entry-title{
    padding: 16px 24px;
    margin: 0 -24px 15px;
  }

  .entry-detail .entry-social-buttons{
    padding: 10.5px 24px 0;
    margin: 0 -24px;
    border-top: 1px solid #FF8F00;
  }

  #content main section.entry-detail .entry-body h4{
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 14px;
  }
}

/* ------------------------------------------
                 SNS
------------------------------------------ */

.entry-detail .entry-social-buttons{
  padding: 10.5px 40px 0;
  margin: 0 -40px;
  border-top: 1px solid #FF8F00;
}

.entry-detail .entry-social-buttons ul {
  margin-left: 0;
  clear: both;
}

.entry-detail .entry-social-buttons ul li{
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 10px;
  vertical-align: bottom;
  list-style: none;
}

.entry-social-buttons .entry-social-facebook {
  padding-bottom: 6px;
}

@media screen and (max-width:680px){
  .entry-detail .entry-social-buttons{
    padding: 10.5px 24px 0;
    margin: 0 -24px;
    border-top: 1px solid #FF8F00;
  }
}

/* figure */
figure {
  margin: 16px 0;
}

figure figcaption {
  margin-top: 4px;
  font-size: 0.75em;
}

figure.mt-figure-center figcaption {
  text-align: center;
}

/* ------------------------------------------
                 Side menu
------------------------------------------ */

#content aside {
  float: right;
  width: 300px;
}

#content aside section {
  margin-bottom: 1em;
}

#content aside nav{
  border-radius:10px;
}

#content aside nav.sidemenu {
  padding-bottom: 1rem;
  background: #fff;
  box-shadow: 1px 1px 1px #ccc;
}

#content aside nav.sidemenu h3 {
  padding: 0.5em 25px;
  margin-bottom: 8px;
  font-size: 16px;
  border-bottom: solid 1px #FF8F00;
}

#content aside nav.sidemenu ul li a, #content aside nav.sidemenu ul li .nolink {
  position: relative;
  display: block;
  padding: 0.4em 25px;
  font-size: 14px;
}

#content aside nav.sidemenu ul .catdepth-2 {
  text-indent: 1em;
}

#content aside nav.sidemenu ul .catdepth-3 {
  text-indent: 2em;
}

#content aside nav.sidemenu ul.submenu .catdepth-2 a::before, #content aside nav.sidemenu ul.submenu .catdepth-3 a::before, #content aside nav.sidemenu ul.submenu .catdepth-2 .nolink::before, #content aside nav.sidemenu ul.submenu .catdepth-3 .nolink::before {
  position: absolute;
  top: 4px;
  left: -6px;
  content: "└";
}

#content aside nav.sidemenu ul .catdepth-2 .nolink, #content aside nav.sidemenu ul .catdepth-3 .nolink {
  color: #999;
}

#content aside nav.sidemenu ul li:last-of-type a {
  border-bottom: none;
}

#content aside nav.sidemenu ul li a:hover {
  background: #f9f9f9;
}

#content aside #sidemenu-link li img{margin-right:5px;vertical-align:middle;}

.sidemenu-banners ul li {
  margin-bottom: 1em;
}

.sidemenu-banners ul li a {
  margin-bottom: 12px;
}

.sidemenu-banners ul li a:hover {
  opacity: 0.8;  
}

.sidemenu-banners ul li.feedly a i::before {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background-image: url(https://dev.vietnam.jac-skill.or.jp/images/feedly.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sidemenu-banners ul li:last-of-type {
  margin-bottom: 0;
}

.sidemenu-banners ul li a span {
  display: block;
}

.sidebox {
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 1px #ccc;
}

#sidemenu-facebook {
  padding: 1em 0;
}

.twitter_wrapper {
  text-align: center;
}



/* ------------------------------------------
                    TOP
------------------------------------------ */
@media screen and (min-width:601px){
  .swiperWrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:680px){
  .entrylist,.entry-detail{margin-top:20px;}
}

.swiper-container {
  background-color: #fff;
  border-radius: 10px;
}

.swiper-container .swiper-slide {
  display: table;
  padding: 2.5em 0 1em 2em;
  margin-bottom: 5px;
  background: #fff;
}

.swiper-container .swiper-slide .image {
  display: table-cell;
  overflow: hidden;
}
@media screen and (min-width:601px){
  .swiper-container .swiper-slide .image {
    width: 300px;
  }

  .swiper-container .swiper-slide .image img {
    max-width: 310px;
    max-height:225px;
  }
}
@media screen and (max-width:680px) and (min-width:481px){
  .swiper-container .swiper-slide .image img {
    max-width: 220px;
  }
}

/* workaround for Safari/Chrome to prevent disappearing images with 'max-width:100%' specified by '.bx-wrapper img' */
.swiper-container .swiper-slide .image img {
  object-fit: cover;
  width: fit-content;
}

.swiper-container .swiper-slide .detail {
  display: table-cell;
  width: 100%;
  padding: 1em;
  vertical-align: top;
}

.swiper-container .swiper-slide h2 {
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 128%;
  border-bottom: none;
}

.swiper-container .swiper-slide .detail .meta {
  margin-bottom: 0.5em;
  font-size: 86%;
}

.swiper-container .swiper-slide .detail time {
  padding-right: 0.5em;
  color: #222;
}

.swiper-container .swiper-slide .detail ul.categories {
  display: inline-block;
}

.swiper-container .swiper-slide .detail ul.categories li {
  display: inline-block;
  margin-left: 1em;
}

.swiper-container .swiper-slide .detail ul.categories li a {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 93%;
  background: #f1f1f1;
}

.swiper-container .swiper-slide .detail ul.categories li a:hover {
  background: #e9e9e9;
}

.swiper-container .swiper-slide .detail ul.categories li a::after {
  position: absolute;
  top: 0;
  left: -10px;
  content: '';
  border-top: 13px solid transparent;
  border-right: 10px solid #f1f1f1;
  border-bottom: 13px solid transparent;
}

.swiper-container .swiper-slide .detail ul.categories li a:hover::after {
  border-right: 10px solid #e9e9e9;
}

.swiper-container .swiper-slide .detail .excerpt {
  font-size: 14px;
  line-height: 22px;
}

.swiper-pagination {
  position: relative !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px !important;
}

/* ------------------------------------------
                 for tablet
------------------------------------------ */

@media(max-width:1000px){
  header {

  }

  header .header-logo {
    float: none;
    width: 100%;
    text-align: center;
  }

  header .header-logo img{
    max-width:100%;
  }

  header .description {
    padding: 0 1em;
    margin-bottom: 1em;
  }

  header nav {
    float: none;
    width: 100%;
    text-align: center;
  }

  #content {
    padding: 0 1em;
  }

  #content main {
    float: none;
    width: 100%;
  }

  #content main section.entry-author .entry-authorphoto {
    float: left;
  }

  #content main section.entry-author .entry-authorrecentpost ul {
    padding-left: 30px;
  }

  #content aside {
    float: none;
    width: 100%;
  }

  footer {
    padding: 1em;
  }

  footer .footer-navi {
    float: none;
    width: 100%;
    text-align: center;
  }

  footer .copyright {
    float: none;
    width: 100%;
    text-align: center;
  }

  .sidemenu-banners ul li {
    text-align: center;
  }

  .sidemenu-banners ul li a {
    justify-content: center;
    padding: 1em 0;
  }

  .sidemenu-banners ul li a br {
    display: none;
  }
}

/* ------------------------------------------
                 for sp
------------------------------------------ */

@media(max-width:480px){
  header nav {
    font-size: 86%;
  }

  .swiper-container .swiper-slide {
    display: block;
    width:   100%;
    margin: 0 auto;
  }

  .swiper-container .swiper-slide .image {
    display: block;
    float: none;
    width: 100%;
    height: 225px; /* 3/4 height of 300px width */
    margin-right: 0;
    margin-bottom: 1em;
    text-align: center;
  }

  .swiper-container .swiper-slide .image img {
    width: 100%;
    max-width: 100%; /* cancel workaround for Safari/Chrome */
  }

  .swiper-container .swiper-slide .detail {
    display: block;
    padding: 0 1em 1em;
  }

  #content main section.entrylist li .image {
    float: none;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }

  #content main section.entrylist li .detail {

  }

  /* #content main section.entrylist li .detail .meta {
  text-align: center;
} */

  #content main section.entry-detail time {
    margin-bottom: 0.5em;
  }

  #content main section.entry-detail ul.categories {
    font-size: 72%;
  }

  #content main section.entry-author .entry-authorphoto {
    float: none;
    margin-bottom:1em;
    text-align:center;
  }

  #content main section.entry-author .entry-authorrecentpost {
    /* width: 300px; */
    float: none;
  }

  #content main section.entry-author .entry-authorrecentpost ul {
    padding-left: 10px;
  }
  #content main section.entrylist article{display:block;}
  header nav ul{justify-content: center;}
  header nav ul li a:link{padding:5px;font-size:13px;}
}
@media screen and (max-width:400px){
  .tsutaeru-button-ruby i{font-size:19px;}
  .tsutaeru-button-ruby span{display:none;}
}

/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.clearfix {
  zoom:1;
}

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


/* ------------------------------------------
            webpush
------------------------------------------ */
.webpush {
  display: none;
}

.mtnet-push-notification-service-enabled .webpush {
  display: block;
}

.side-webpush {
  display: block;
  max-width: 100%;
  padding: 15px;
  margin: 1rem auto;
  color: #fff;
  text-align: center;
  background-color: #111;
}

.side-webpush a, .side-webpush a:hover {
  color: #fff;
  text-decoration: none;
}

.side-webpush__txt::before {
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25em;
  font-weight: 900;
  content: "\f0f3";
}

/* ------------------------------------------
            Search
------------------------------------------ */
.mt-site-search-form {
  display: flex;
  max-width: 100%;
}

.mt-site-search-form__query {
  position: relative;
  box-sizing: inherit;
  display: block;
  width: calc(100% - 67px - 0.5em);
  height: 32px;
  padding: 0 8px;
  border: 1px solid; ;
}

.mt-site-search-form__button {
  width: 65px;
  padding: 0 16px;
  text-align: center;
}

.mt-site-search__pagination {
  margin-bottom: 1em;
}

.mt-site-search__pagination ul li {
  padding: 0.25em;
  border-bottom: 0 !important;
}

/** tsutaeru-menu **/
.tsutaeru-menu {
  padding: 5px auto;
  background-color: #fff !important;
}

.tsutaeru-menu ul {
  max-width: 1000px !important;
  margin: 0 auto  !important;
}

.tsutaeru-menu ul li .tsutaeru-button, .tsutaeru-menu ul li .tsutaeru-button:focus {
  background-color: #00C0FF !important;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #F8661A !important;
}

.fbe{
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:space-between;
}
@media screen and (max-width:850px){
  .header-logo img{max-width:90%;}

  .header-first .fbe{
    display:block;
  }
  .header-first .fbe .description{width:100%;}
}

.fcc{
  display:flex;
  align-items:center;
  justify-content:center;
}
.fbe .description{display:inline-block;width:290px;padding-bottom:0;}

.pagenav{display:flex;
  align-items: flex-end;justify-content:space-between;padding:50px 1em 1em;}
@media(max-width:480px){
  header .header-first .header-inner{
    padding:10px 15px;
    margin: 0 auto;
  }

  header .header-second .header-inner{
    max-width: 1000px;
    margin: 0 auto 40px;
  }

  header .header-logo img {
    width: 100%;
    height: auto;
  }

  header .fbe {
    display:block;
  }

  .fbe .description {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .foot-copyright.fbe{
    display:block;
  }
}
.entry-authorphoto img{border-radius: 50%!important;}
.copyright{font-size:11px;}
#content main section.entry-author h1{font-size:18px;}
.author_position{font-size:14px;}
.author_profile{font-size:14px;}
.tsutaeru-button-ruby{padding: .3em 1em !important;background-color: #37B9FF;}
.tsutaeru-button-ruby i{margin-right:5px;}

footer .logo img,.sidemenu-banners img{max-width:100%;}
@media screen and (min-width:301px){
  aside section:last-child{text-align:center;}
  aside iframe[src*="facebook.com"]{width:300px;height:400px;margin-right:auto;margin-left:auto;}
}
@media screen and (max-width:300px){
  aside iframe[src*="facebook.com"]{width:100%;height:300px;}
}
@media screen and (max-width:680px){
  footer .footer-navi{text-align:left;}
  footer .copyright{margin-top:18px;text-align:left;}
}
.author_profile .mb15{margin-bottom:15px;}
.author_profile .pro_wrap{display:flex;align-items: flex-start;justify-content: space-between;}
.author_profile .pro_wrap .pro_right{width:195px;}
.author_profile .pro_wrap .pro_left{width:calc(100% - 200px);}

@media screen and (max-width:680px){
  .author_profile .pro_wrap{flex-direction: column;flex-wrap: wrap;}
  .author_profile .pro_wrap .pro_right{order: 1;width: 100%;text-align: center;}
  .author_profile .pro_wrap .pro_left{width:100%;}
  .author_profile .pro_text, .author_profile .pro_facebook{width: 100%;} 
  .author_profile .pro_facebook{margin-top: 1em;}
}

.search_no_result .tac{padding-top:5em;padding-bottom:5em;text-align:center;}

/* ------------------------------------------
            blog
------------------------------------------ */
.mb-s {margin-bottom: 16px !important;}
.mb-m {margin-bottom: 32px !important;}
.mb-l {margin-bottom: 48px !important;}
.mt-s {margin-top: 16px !important}
.mt-m {margin-top: 32px !important;}
.mt-l {margin-top: 48px !important;}
#content main section.entry-detail .entry-body table td{padding: 8px;vertical-align: middle;}

.page_table{width:100%;  height:189px;  margin-right:auto;margin-left:auto;  border-collapse:collapse;  border:3px solid #b0c2d3}
.page_table tr{height:27px;background-color:#c1dae6;border:1px solid #b0c2d3}
.page_table strong{color:#222}
.page_table td,.page_table th{padding:8px;border: 1px solid #b0c2d3;}
.page_table tr:nth-child(2n) th{background-color:#d8e8ef}
.page_table tr:nth-child(2n) td{background-color:#fff}
.page_table tr:nth-child(2n+1) td{background-color:#f3f8f9}
.page_table-width{width:150px;height:27px}
table{font-size:1.1em;table-layout:fixed}

@media screen and (max-width:680px){
.page_table{width:106%;margin-left:-3%}
.page_table-width{width:75px}
table{font-size:14px}
}

.border-blc-q {
  position: relative;
  padding: 10px 60px;
  margin-bottom: 40px;
  border: 3px solid #d3dee6;
  border-radius: 10px;
}

.page_index{
  position: relative;
  width: 100%;
  padding: 70px 32px 30px;
  margin: 25px 0;
  border: 5px solid #F1F1F1;
  border-radius: 14px;
  border-radius: 14px;
  border-radius: 14px;
}

.page_index::before{
  position: absolute;
  top: 15px;
  left: 32px;
  display: inline-block;
  width: 87px;
  height: 48px;
  font-weight: bold;
  color: #CCC;
  content: "";
  background: #FFF url(/img/Index.svg) no-repeat center center / auto 57%;
  border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.page_index ul{
}

#content main section.entry-detail .entry-body .page_index ul{
  padding-left: 0;
  margin-bottom:0;
  list-style: none;
  list-style-position: outside;
}

.page_index ul li{
  margin-bottom: 10px;
  font-size: 1em;
}

.page_index ul li:last-child{
  margin: 0;
}

.page_index ul li a{
  position: relative;
  display: block;
  padding-left: 2em;
  font-size: 14px;
  line-height: 1.2;
  color: #1793cb;
}

.page_index ul li a:hover{
  color: #FF8F00;
}

.page_index ul li a::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background: #00C0FF url(/img/arrow_b.svg) no-repeat center center / contain;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
}

.page_index ul li a:hover::before {
  background: #FF8F00 url(/img/arrow_b.svg) no-repeat center center / contain;
}

h2.blog_head{
  position: relative;
  padding: 12.5px 0 12.5px 21px;
  margin-top: 90px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 31px;
  color: #F8661A;
  border-left: 9px solid #F8661A;
}

h3.blog_subhead{
  position: relative;
  padding: 12.5px 0 12.5px 16.5px;
  margin-top: 58px;
  font-size: 18px;
  line-height: 31px;
  border-left: 2px solid #F8661A;
}

h4.blog_h4{
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  .page_cont{
    width: 86%;
  }
}
@media screen and (max-width: 990px) {
  .page_box{
    padding: 45px 50px 50px; /* なるべく共通 */
    border-radius: 0;
    border-radius: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 680px) {
  h2.blog_head{
    padding: 12.5px 0 12.5px 21px;
    margin-top: 72px;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 29px;
  }

  h3.blog_subhead{
    margin-top: 40px;
    font-size: 14px;
    line-height: 26px;
  }

  .page_index{
    float: none;
    width: auto;
    margin: 3.5em 0 0;
  }

  .page_index::before{
    font-size: 1.75em;
  }

  .page_index ul li a{
    padding-left: 1.7em;
  }
}

/* -------a ボタン系---------- */

.inline{
  display: inline !important;
}

.pdf {
  padding-left: 1.5em;
  margin-left: 0.5em;

  /* display: inline-block; */
  background: url(../img/pdf.png) no-repeat left center / auto 1.1em;
}

.blank::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-left: 0.3em;
  vertical-align: middle;
  content: "";
  background: url(https://nippon.jac-skill.or.jp//img/blank.svg) no-repeat right center / contain;
}

a.btn_blue {
  display: inline-block;
  padding: 0.5em 3em; /* 適当 */
  color: #FFF !important;
  background: #00C0FF;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
}

a.btn_blue:hover {
  background: #FF8F00;
}

a.arrow_b, a.arrow_g, a.arrow_bb{
  position: relative;
  padding-left: 1.6em;
  line-height: 1.1;
  text-decoration: underline;
}

a.arrow_b::before {
  position: absolute;

  /* top: 0; */
  top: 2px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: #00C0FF url(../img/arrow_r.svg) no-repeat center center / contain;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
}

a.arrow_b:hover::before {
  background: #FF8F00 url(../img/arrow_r.svg) no-repeat center center / contain;
}

header a.arrow_b {
  color: #363b43;
  text-decoration: none;
}

header a.arrow_b:hover {
  color: #FF8F00;
}

a.arrow_g::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: #82CF00 url(../img/arrow_r.svg) no-repeat center center / contain;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
}

a.arrow_g:hover::before {
  background: #FF8F00 url(../img/arrow_r.svg) no-repeat center center / contain;
}

a.arrow_bb::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: #00C0FF url(../img/arrow_b.svg) no-repeat center center / contain;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
  transition: all 0.25s;
}

a.arrow_bb:hover::before {
  background: #FF8F00 url(../img/arrow_b.svg) no-repeat center center / contain;
}


a.blue_btn {
  display: inline-block;
  min-width: 350px;
  padding: 1.5em;
  margin-bottom: 15px;
  font-size: 1.2em;
  color: #FFF;
  text-align: center;
  background: #00C0FF;
  border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 15px -2px rgb(0 0 0 / 30%);

  /* シャドウのため */
}

a.blue_btn:hover {
  color: #FFF;
  background: #FF8F00;
}

/* a.blue_btn:visited{
color: #FFFFFF;
} */
a.green_btn {
  display: inline-block;
  padding: 1em;
  font-size: 1.2em;
  color: #FFF;
  text-align: center;
  background: #82CF00;
  border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 25px -2px rgb(0 0 0 / 30%);
}

a.green_btn:hover {
  color: #FFF;
  background: #FF8F00;
}

/* 特例 */
.blue_btn.blank{
  background: #00C0FF url(../img/w_blank.png) no-repeat right 5px top 4px / auto 1em;
}

.blue_btn.blank:hover{
  background: #FF8F00 url(../img/w_blank.png) no-repeat right 5px top 4px / auto 1em;
}

.blue_btn.blank::after {
  display: none;
}


/* 矢印付き */

.w_arrow_r{
  display: inline-block;
  padding-left: 1.5em;
  background: url(../img/w_arrow_r.png) no-repeat left center / auto 1em;
}


.btn_arrow{
  padding-top: 40px;
  text-align: center;
}

.btn_arrow .blue_btn{
  position: relative;
  display: inline-block;
  min-width: auto;

  /* width: 60%; */
  padding: 1em 3em;
  margin: 0 auto;
}

.btn_arrow .blue_btn::before{
  position: absolute;
  top: -2.3em;
  left: 46%;
  font-size: 20px;
  color: #00C0FF;
  content: "▼";
}
  

.smtblock{
  display: none;
}
@media screen and (max-width: 1200px) {
  .cont {
    /* width: 94%; */
    width: 86%;
  }

}
@media screen and (max-width: 990px) {
  .cont {
    width: 94%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .tabnone {
    display: none;
  }

  #contents {
    position: relative;
    width: 100%;
  }

  header, footer {
    width: 100%;
  }

  header ul {
  }

  header ul li {
  }

  /* 矢印付き */
  .btn_arrow{
    padding: 4em 0;
  }
}
.pcnone{display: none;margin: auto;}
.smtnone{display: block;}
@media screen and (max-width: 680px) {
  .pcnone {
    display: block;
  }

  .smtnone {
    display: none;
  }

  .smtblock {
    display: block;
  }

  a.blue_btn {
    min-width: 80%;
    padding: 1.3em 1.2em 1.3em 1.1em;

  }
}
@media screen and (min-width: 681px) {
  .author_name{margin-top:1em;}
}

/* シェアボタン表示 2024/02/21 追加 */
.entry-detail .entry-social-buttons.entry-social-buttons--upper {
    padding: 0 40px;
    margin: 0 -40px;
    border-top: none;
}
#mobile-share {
	margin-bottom: 15px;
}
@media screen and (min-width: 681px) {
	#mobile-share .st-btn[data-network='line'],
	#mobile-share .st-btn[data-network='whatsapp'],
	#mobile-share2 .st-btn[data-network='line'],
	#mobile-share2 .st-btn[data-network='whatsapp'] {
		display: none !important;
	}
}

@media screen and (max-width: 680px) {
	#mobile-share .st-has-labels .st-btn,
	#mobile-share2 .st-has-labels .st-btn {
    	min-width: 44px !important;
	}
	#mobile-share .st-has-labels .st-btn>span,
	#mobile-share2 .st-has-labels .st-btn>span {
		display: none;
	}
}

.pagenav2{
font-size: 14px;
padding:50px 10px;
display:flex;
justify-content: center;
}
.pagenav2 > span{display:inline-block;margin-right:15px;border:1px solid #86939f;border-radius:5px;height:40px;}
.pagenav2 span::before{margin-right:0px;}
.pagenav2 span a{display:inline-flex;width:100%;height:100%;justify-content: center;align-items: center;border-radius:3px;}
.pagenav2 span a span{color:#86939f;}
.pagenav2 span a:hover{background:#ff8f00; text-decoration: none;}
.pagenav2 span a:hover span{color:#ffffff;}
.pagenav2 span.next,.pagenav2 span.before{width: 85px; font-size: 13px; line-height: 1.2; text-align: center;}
.pagenav2 span.next{margin-right:0px;}
.pagenav2 span.current,.pagenav2 span.link{width:45px;}
.pagenav2 span.current{display:inline-flex;justify-content: center;align-items: center;background-color:#86939f;color:#ffffff;}
.pagenav2 span.more{display:inline-flex;justify-content: center;align-items: center; border: none; color: #86939f;margin:0 5px 0 -10px;}


/* 2024/07/04 */
.st-btn {
    min-width: 44px !important;
}

.st-btn > span {
    display: none !important;
}

.st-btn > img {
	height: 24px !important;
    width: 24px !important;
    top: 4px !important;
}

