@charset "UTF-8";
/* ------------------------------------

usefulinfomation layout

--------------------------------------- */
/*============ 共通部分 ===============*/
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.main {
  padding-top: 0px;
}

main {
  margin: 0 !important;
}
main p {
  padding: 0 !important;
}

@media screen and (max-width: 1279px) {
  main #contents {
    width: 100%;
  }
}
article li {
  line-height: 1.6;
}
article li:not(:last-child) {
  margin-bottom: 1em;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style: decimal;
}
article .toc-list {
  font-size: 16px;
}
article .toc-list ol li,
article .toc-list li {
  margin-bottom: 0;
  line-height: 1.8;
}

.admin-pv {
  margin-top: 1.5em;
  padding: 0.3em 0.8em;
  border: none;
}
.admin-pv .admin-pv-by {
  display: none;
}

a:link {
  text-decoration: none;
}

.entry-content a:link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.cat-link {
  color: #fff;
}

.go-to-top {
  position: fixed;
  right: 0;
  bottom: 2%;
}

.go-to-top-button {
  width: 54px;
  height: 54px;
  box-shadow: none;
  background-color: #000;
  background-image: none;
  border-radius: 0;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}

.page_top_btn {
  position: fixed;
  text-align: center;
  right: 0;
  bottom: 2%;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-color: #000;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-image: none;
  border-radius: 0;
}
.page_top_btn::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_top_btn:hover {
  opacity: 0.8;
}

a {
  transition: 0.2s;
}

.flexbox {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.fRight {
  float: right;
}

.pager-post-navi a.prev-post .prev-post-title {
  margin-left: 0;
}
.pager-post-navi a.next-post .next-post-title {
  margin-right: 0;
}
.pager-post-navi a {
  background-color: #ededed;
  color: #333;
}
.pager-post-navi a:hover {
  -moz-columns: #000;
       columns: #000;
}
.pager-post-navi a:first-child {
  margin-right: 1%;
}
.pager-post-navi a .iconfont {
  color: #888;
}
.pager-post-navi .flexbox {
  align-items: center;
  gap: 2%;
  flex: auto;
}
.pager-post-navi .next-post-flex {
  flex-direction: row-reverse;
}

rt {
  font-size: 0.5em;
}

.label-box-label-text strong {
  background-color: #fff;
}

/*------------ 体験コース -----------------*/
main article#toTrial li:not(:last-child) {
  margin-bottom: 0;
}
main article#toTrial ul,
main article#toTrial ol {
  margin-left: 0;
}

main #toTrial {
  border: solid 1px #db0631;
  margin: 80px 0;
}
main #toTrial p.head {
  font-size: 17px !important;
  padding: 1% 2% !important;
  margin: 0;
  background-color: #db0631;
  color: #fff;
  font-weight: 700;
}
main #toTrial .inner {
  padding: 5%;
}
main #toTrial .inner h4 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.4;
}
main #toTrial .inner h4 span {
  display: inline-block;
}
main #toTrial .inner ul {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main #toTrial .inner ul li {
  width: 48%;
}
main #toTrial .inner dl dt,
main #toTrial .inner dl dd {
  position: relative;
  border: solid 1px #8b6348;
  padding: 25px 14px 12px;
}
main #toTrial .inner dl dt strong,
main #toTrial .inner dl dd strong {
  display: inline-block;
  background-color: #fff;
  color: #db0631;
  font-size: 20px;
  position: absolute;
  top: -20px;
  padding: 0 5px;
}
main #toTrial .inner dl dt .cap,
main #toTrial .inner dl dd .cap {
  display: block;
  text-align: center;
  font-size: 16px;
  background-color: #e4e4e4;
  margin-top: 10px;
  padding: 10px;
}
main #toTrial dl dt {
  margin-bottom: 30px;
}
main #toTrial dl dd a {
  display: block;
  margin: 3px 0 12px 0;
  padding: 20px 0;
  text-align: center;
  background-color: #db0631;
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  border: solid 1px #db0631;
}

@media screen and (min-width: 768px) {
  main #toTrial .inner dl dt ul li {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  main #toTrial {
    margin: 0 1% !important;
  }
  main #toTrial p.head {
    padding: 1.5% 2.5% !important;
    line-height: 1.4;
  }
  main #toTrial .inner h4 {
    font-size: 24px;
  }
  main #toTrial .inner dl dt,
main #toTrial .inner dl dd {
    border: none;
    border-top: solid 2px #db0631;
    padding: 5% 0;
  }
  main #toTrial .inner dl dt strong,
main #toTrial .inner dl dd strong {
    font-size: 19px;
    top: -1em;
  }
  main #toTrial .inner dl dt .cap,
main #toTrial .inner dl dd .cap {
    margin-top: 0;
  }
  main #toTrial .inner dl dt strong {
    font-size: 19px;
    top: -1em;
  }
  main #toTrial .inner dl dt strong::before {
    margin-right: 0.3em;
    font-size: 24px;
  }
  main #toTrial .inner dl dt ul.pc-none {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    margin: 5% 0 2%;
    justify-content: space-between;
  }
  main #toTrial .inner dl dt ul li {
    float: none;
  }
  main #toTrial .inner dl dt ul li a {
    display: block;
    background-color: #000;
    text-decoration: none;
    color: #fff;
    padding: 8% 4%;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    border-radius: 3px;
    text-align: center;
  }
  main #toTrial .inner dl dd {
    margin-top: 5%;
  }
  main #toTrial .inner dl dd .cap {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  main #toTrial .inner dl dt ul {
    overflow: hidden;
  }
  main #toTrial .inner dl dt ul li {
    width: 49%;
  }
  main #toTrial .inner dl dt ul li:last-child {
    margin: 0 0 0 1%;
  }
}
/*------------ ナビ -------------------*/
#global {
  font-size: 17px;
}

/*------------ サイドバー -------------------*/
#sideBar img.lazyload {
  opacity: 1;
  transition: opacity 300ms;
}
#sideBar img.lazyload:hover {
  opacity: 0.8;
}

nav#sideBar {
  width: auto !important;
}

.sidebar {
  padding-top: 0;
}
.sidebar .search-box {
  margin-bottom: 0;
}
.sidebar h3 {
  margin-top: 0;
}
.sidebar .sideWidget {
  padding-bottom: 20px;
}
.sidebar .widget {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.sidebar .usefulinformation-side {
  margin-bottom: 30px;
  background-color: #efefef;
  padding: 10px;
}
.sidebar .usefulinformation-side .widget:last-child {
  padding-bottom: 0;
}
.sidebar .usefulinformation-side .cat-item {
  background-color: #fff;
}
.sidebar .usefulinformation-side .search-box {
  margin-top: 0;
}
.sidebar .widget-title {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 0;
}
.sidebar .widget-title,
.sidebar .widget-title + ul,
.sidebar .widget-title + ol {
  border: 1px solid #000;
}
.sidebar .yearly-list .list-item-caption::before {
  content: "【";
}
.sidebar .yearly-list .list-item-caption::after {
  content: "年版】";
}
.sidebar .cat-item:not(:last-child),
.sidebar .yearly-list li:not(:last-child) {
  border-bottom: dashed 1px #000;
}
.sidebar .cat-item a,
.sidebar .yearly-list li a {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  align-items: center;
  gap: 2%;
  color: #000;
  font-size: 16px;
  padding: 15px 10px 15px 15px;
  line-height: 1.3;
}
.sidebar .cat-item a:hover,
.sidebar .yearly-list li a:hover {
  background-color: #e4e4e4;
}
.sidebar .cat-item a::before,
.sidebar .yearly-list li a::before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 12px;
  top: 18px;
  left: 15px;
}

.sidebar,
.sidebar-scroll {
  background-color: #fff;
  z-index: 999;
}

.search-box {
  margin-top: 1em;
}

nav .bnr img.lazyload {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  nav#sp-blank .blk {
    margin-bottom: 4%;
  }
}
/*------------ パンくず -------------------*/
#breadcrumb {
  font-size: 0.85em;
  margin-top: 0;
}
#breadcrumb .to_top {
  background-color: #999;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 0.2em 0.4em;
}
#breadcrumb .to_top:hover {
  background-color: #555;
}

/*------------ 目次 -------------------*/
.toc ol {
  list-style-type: decimal;
}
.toc ol a {
  text-decoration: none;
}
.toc ol a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/*------------ 見出し -------------------*/
main h1.entry-title {
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 0.2em;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #db0631 0%, #db0631 40%, #000000 40%, #000000 100%);
     border-image: linear-gradient(to right, #db0631 0%, #db0631 40%, #000000 40%, #000000 100%);
  border-image-slice: 1;
  margin-bottom: 3.5%;
  line-height: 1.3;
  margin-top: 0;
}
main h1.entry-title:not(.front-page-title) {
  font-size: 37px;
}

main h2.wp-block-heading {
  font-size: 30px;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #db0631 0%, #db0631 40%, #000000 40%, #000000 100%);
     border-image: linear-gradient(to right, #db0631 0%, #db0631 40%, #000000 40%, #000000 100%);
  border-image-slice: 1;
  padding: 0 0 0.3em;
  margin: 8% 0 3%;
  line-height: 1.3;
  background-color: initial;
}

main h3.wp-block-heading {
  border-left: none;
  border-right: none;
  border-bottom-width: 1.6px;
  color: #db0631;
  font-size: 21px;
  padding: 0.5em 0;
  margin: 2% 0;
  line-height: 1.3;
  border-top: none;
}
main h3.wp-block-heading::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
}
main h4.wp-block-heading {
  border-top: none;
  border-bottom-width: 1px;
}

.page-number {
  font-size: 90%;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
}

/*------------ 一覧表示 -------------------*/
a.entry-card-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #333;
  padding: 1em;
}
a.entry-card-wrap h2.entry-title {
  border-bottom: 2px solid #333;
}
a.entry-card-wrap:hover {
  background-color: #efefef;
}
a.entry-card-wrap:hover img {
  opacity: 0.8;
}

.entry-card {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
}
.entry-card .entry-card-title {
  font-size: 24px;
  background-color: initial;
  margin-bottom: 0.8em;
}
.entry-card .entry-card-content {
  margin-left: 0;
  margin-right: 2%;
}
.entry-card .entry-card-thumb {
  width: auto;
}

/*------------ 縦積みグループ -------------------*/
.container .column-wrap {
  gap: 2%;
}
.container .column-wrap.column-2 {
  width: 100%;
}

.toc-list li > ol {
  font-size: 0.98em;
}

.body .wp-block-group .column-wrap {
  margin-bottom: 0;
}

/*------------ YouTube -------------------*/
.column-wrap.align_bottom {
  align-items: flex-end;
}

.column-wrap.align_center {
  align-items: center;
}

.wp-block-embed__wrapper {
  background-color: #000;
}

.wp-block-embed figcaption {
  color: #fff;
  background-color: #111;
  border-top: 1px solid #f5f5f5;
  line-height: 1.4;
  margin-top: 0;
  padding: 0.5em 2%;
  font-size: 0.7em;
  opacity: 1;
  font-weight: bold;
}

.wp-block-embed-youtube + p {
  line-height: 1.6;
  margin-top: 0.4em;
}

.video-container {
  margin: 10px 0 30px;
}
.video-container .video {
  margin-top: 10px;
}

/*------------ 関連記事 -------------------*/
.related-entries .related-entry-main-heading {
  position: relative;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 60px;
  box-shadow: 12px 5px 0px 0px rgba(178, 194, 199, 0.6);
}
.related-entries .related-entry-main-heading::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 7px;
  margin-left: -7px;
}
.related-entries .related-list a:not(:hover) {
  background-color: #f9f9f9;
}

/*----------- ページネーション -----------------*/
.pagination .page-numbers {
  border-radius: 0;
}
.pagination .current {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.pagination a:hover,
.pagination a:focus {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

/*----------- media-styles ----------------*/
@media screen and (min-width: 768px) {
  main article p,
main article li {
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
  main article ul,
main article ol {
    margin-left: 1.3em;
  }
  #breadcrumb {
    margin: 0 0 10px;
  }
  .page-number {
    float: right;
  }
  .entry-card .entry-card-thumb {
    flex: 0 0 350px;
  }
  .related-entries a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}
@media screen and (max-width: 767px) {
  .home .conts {
    flex-direction: column;
  }
  .article {
    margin: 2.5em 0;
  }
  .article:last-child {
    margin-bottom: 2%;
  }
  main h1.entry-title {
    font-size: 32px;
    padding: 0.1em 1%;
  }
  main h1.entry-title:not(.front-page-title) {
    font-size: 30px;
  }
  main h1.entry-title.page-title {
    font-size: 30px;
  }
  main h2.wp-block-heading {
    font-size: 24px;
    margin: 12% 0 4%;
  }
  main h3.wp-block-heading {
    font-size: 20px;
    margin: 5% 0 4%;
  }
  .page-number {
    place-content: flex-end;
  }
  .entry-card {
    flex-direction: column-reverse;
  }
  .container .column-wrap.column-2 {
    gap: 1em;
  }
  .related-entries .related-entry-heading {
    font-size: 22px;
  }
  .related-entries .related-entry-main-heading {
    margin-right: 1vw;
    margin-left: 1vw;
    padding: 0.2em 5vw;
    display: block;
    text-align: center;
    box-shadow: none;
  }
  #list {
    margin-bottom: 2em;
  }
  .pagination {
    margin: 2em 0;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 0;
  }
  .page-numbers {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
  }
  .pager-post-navi a .iconfont {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .pager-post-navi {
    margin: 2em 0;
  }
  .pager-post-navi.post-navi-square {
    flex-direction: row;
  }
  .pager-post-navi a figure {
    min-width: auto;
    max-width: 95%;
  }
  .pager-post-navi .flexbox.sp-flex {
    flex-direction: column;
    gap: 0.5em;
  }
  .no-sp-snippet .entry-card-snippet {
    dissplay: block;
  }
  .go-to-top {
    display: none !important;
  }
  /*------------ 関連記事 -------------------*/
  .related-entry-card {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
  }
  .related-entry-card-thumb {
    flex: 1 0 36vw;
  }
}
@media screen and (max-width: 374px) {
  .page-numbers {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
  }
}
/*============ トップページ ===================*/
.home .article a:link,
.home .article a:visited {
  text-decoration: none;
}
.home .article h2.entry-title {
  padding: 0;
  margin: 0;
  padding: 0.5em;
  margin-bottom: 1em;
}
.home .article p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
.home .conts {
  align-items: flex-start;
  gap: 1%;
}
.home .conts_in:first-child {
  flex: 1 1 53%;
}
.home .conts_in:last-child {
  flex: 1 1 45%;
}
.home .cat-label {
  color: #fff;
}

/*============ シングルページ ===================*/
.single .under-entry-content {
  border-top: 2px solid #ededed;
  padding-top: 2em;
  margin-top: 3em;
}
.single .related-entries {
  border-bottom: 2px solid #ededed;
}
.single ol.list_cacconum {
  margin-left: 2.5em;
}
.single ol.list_cacconum li {
  list-style-type: none;
  counter-increment: cnt;
}
.single ol.list_cacconum li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
.single .is-style-question-box {
  font-weight: bold;
  margin-top: 3em;
  font-size: 20px;
}
/*============ アーカイブページ ===================*/
.archive .archive-title {
  font-size: 32px;
  font-weight: 900;
  padding-bottom: 0.2em;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #db0631 0%, #db0631 40%, #000 40%, #000 100%);
  border-image: linear-gradient(to right, #db0631 0%, #db0631 40%, #000 40%, #000 100%);
  border-image-slice: 1;
  margin-bottom: 3%;
  line-height: 1.3;
}

.archive.date .archive-title .fa-calendar-alt {
  display: none;
}
.archive.date .archive-title::before {
  content: "【";
}
.archive.date .archive-title::after {
  content: "年版】";
}

@media screen and (min-width: 768px) {
  /*============ シングルページ ===================*/
  .single .article_wrap {
    border: 1px solid #666;
    padding: 30px 65px 60px;
  }
  .single .article {
    margin-top: 0;
  }
  .single .is-style-question-box,
.single .is-style-alert-box,
.single .is-style-information-box {
    padding: 20px 20px 20px 3.5em !important;
  }
}
@media screen and (max-width: 767px) {
  main.main {
    padding: 0 1%;
  }
  .article {
    margin-top: 0;
  }
  #breadcrumb {
    margin-bottom: 1em;
  }
  #breadcrumb .to_top {
    padding: 0.6em 5%;
  }
  /*============ シングルページ ===================*/
  .single .entry-categories-tags {
    margin-bottom: 0;
  }
  .single ol.list_cacconum {
    margin-left: 0;
  }
  .single .is-style-question-box,
.single .is-style-alert-box,
.single .is-style-information-box {
    padding: 1.2em 0.8em 0.4em 0.8em !important;
  }
}
/*# sourceMappingURL=layout.css.map */