/* stylelint-disable selector-list-comma-newline-after */

html[lang="ja"] {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,  sans-serif !important;
}
@font-face { 
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
}

.blog-sidebar .m-3 {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
@media screen and (max-width: 767px){
  .container .row h1, .container .row h1 b, .topmv-g h1 { font-family: YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif; font-weight: 700; }
  .container .row h2, .container .row h2 b { font-family: YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif; font-weight: 700; }
  .container .row h3, .container .row h3 b { font-family: YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif; font-weight: 700; }
  .container .row h4, .container .row h4 b { font-family: YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif; font-weight: 700; }
  .container .row .mb-1, .container .row .mb-1 a { font-family: YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif; font-weight: 700; }
  .container .row .mb-1 .sidemenu, .container .row .mb-1 .sidemenu a { font-family: 'Noto Sans JP', sans-serif;  font-weight: 100; }
  .blog-sidebar .m-3, .blog-sidebar p { font-family: YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif; font-weight: 700; }
  .blog-sidebar .m-3 { font-weight: normal; }
}

@media screen and (min-width: 767px){
  .br-pc { display:block; }
  .br-sp { display:none; }
  .font-pc { display:none; }
}
@media screen and (max-width: 767px){
  .br-pc { display:none; }
  .br-sp { display:block; }
  .font-pc { display:contents; }
  .font-sp { display:block; }
}

/*サイト表示幅調整*/
@media screen and (max-width: 1280px) and (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 1200px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 992px;
  }
}
@media screen and (max-width: 767px) {
  .container, .container-md, .container-sm {
      max-width: 992px;
  }
}

/*縮小画像表示調整*/
img {
  image-rendering: -webkit-optimize-contrast;
}

/*メインビジュアル画像*/
.mainvisual-area {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mainvisual-area .mainvisual-g {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.mainvisual-area .mainvisual-g img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainvisual-area .mainvisual-t {
  text-shadow: 3px 2px 4px #2a3e52;
  margin-top: 6rem !important;
}
.mainvisual-area .btn-mb-edit {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 768px){
  .mainvisual-area .mainvisual-t {
    margin-top: 2rem !important;
  }
  .mainvisual-area .btn-mb-edit {
    margin-bottom: 3rem !important;
  }
}

.mainvisual-area .mainvisual-t h1 {
  text-align: center;
  font-weight: bold;
  line-height:1.4;
}

.mainvisual-area .mainvisual-t p {
  text-align: center;
}

.mainvisual-area .btn-mb-edit { text-align: center; }
.mainvisual-area .btn-mb-edit .sitetop-btn {
  box-shadow: inset 0 0 0 rgb(255 255 255 / 20%), 0 3px 3px rgb(0 0 0 / 12%);
}


/*カテゴリタイトル & hタグ関連*/
.category-title { font-size: 2rem; }
@media screen and (max-width: 768px) {
  .category-title { font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; font-weight: normal !important; }
}
@media screen and (max-width: 767px) { .category-title { font-size: 1.6rem; } }
@media screen and (max-width: 767px) { .blog-sidebar .p-3 .m-3 { font-size: 1.6rem!important; margin-top:0px!important; } }
.title-hp-sakusei{ font-size: 1.5rem; margin-bottom: 5px; }
@media screen and (min-width:768px) and (max-width:992px) {.title-hp-sakusei{ font-size: 1.3rem; } }
@media screen and (max-width: 767px) { .title-hp-sakusei{ font-size: 1.2rem; } }


/*パンくずリスト*/
.breadcrumb {
  margin: 0 0 15px 0;
  padding: 0;
  padding-left: 16px;
  list-style: none;
  background-color: #ffffff;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 14px;
  font-weight: initial;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.5em;
  color: #212529;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #007bff;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px){
  .breadcrumb {
    padding-left: 5px;
  }
  .breadcrumb li {
    font-size: 12px;
  }
}

.border-bottom {
  border-bottom: 2px solid #dee2e6!important;
}


/*記事の横位置調整*/
.blog-header { line-height: 1; margin: 0 0 0 0 !important; }
.blog-header-logo { font-size: 2.25rem; }
.blog-header-logo:hover { text-decoration: none; }
.blog-header h1 { margin-bottom: 0rem; }

@media screen and (min-width: 768px) {
  .blog-main { padding-left: 30px; }
}
@media screen and (max-width: 767px) {
  .blog-main { padding: 0 12px; }
}

@media screen and (max-width: 1020px) {
  .container .row .blog-main {
    max-width: 1020px;
    flex: 0 0 100%;
    padding-right: 30px;
  }
  .container .row .blog-sidebar {
    max-width: 1020px;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1020px) {
  .container .row .blog-sidebar .dlbnr-img-area { text-align: center; }
  .container .row .blog-sidebar .dlbnr-img-area img { width: 75%; }
  .container .row .blog-sidebar .xbnr-img-area { text-align: center; margin-bottom: 30px; }
  .container .row .blog-sidebar .xbnr-img-area img { width: 75%; }
}
@media screen and (max-width: 768px) {
  .container .row .blog-sidebar .xbnr-img-area { text-align: center; margin-bottom: 30px; }
}

.article-area { position: relative; }
.category-card .column-text {
  margin-bottom: 1.6em !important;
}
.category-card .article-day {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1;
}

.strong-text {
  font-size: 0.9rem;
  margin-left: 0.8px;
}
.card h3, .category-card h3, .card h2, .category-card h2 {
  font-size: 1.125rem;
  font-weight: bold;
}
.aboutarticlelist { padding: 6px 38px; }

@media screen and (max-width: 768px) {
  .container .row .blog-main .title, .container .row .blog-sidebar .title {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .text-muted { font-size: 0.75rem; }
  .aboutarticlelist { font-size: 0.875rem; }
}

.display-4 { font-size: 2rem; }
.card-text, .column-text { font-size: 0.875rem; }
.ranking-distext { font-size: 0.875rem; }

@media screen and (min-width: 768px) {
  .strong-text {
    font-size: 1rem;
    margin-left: 0.8px;
  }
  .card h3, .category-card h3, .card h2, .category-card h2 {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .display-4 {
    font-size: 3rem;
    letter-spacing: 4px;
  }
  .card-text, .column-text {
    font-size: 0.875rem
  }
  .ranking-distext {
    font-size: 0.875rem
  }
}
@media screen and (min-width:768px) and (max-width:992px) {
  .card h3, .category-card h3, .card h2, .category-card h2 {
    font-size: 1.1rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .jumbotron .lead {
    font-size: 1rem;
  }
  .jumbotron {
    margin-bottom: 0.5rem;
  }
  .top-category-title, .under-category-title {
    margin-bottom: 10px!important;
  }
}

.blog-post .category-card, .blog-sidebar .category-card {
  margin: 0;
  padding: 1.8%;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  box-shadow: .125rem .125rem .325rem rgba(0, 0, 0, .155) !important;
  transition-duration: .3s;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .blog-post .category-card, .blog-sidebar .category-card {
    padding-bottom: 2.8%;
  }
}
.blog-post .category-card:hover, .blog-sidebar .category-card:hover {
  transform: translateY(-4px);
  box-shadow: .125rem .025rem .525rem rgba(0, 0, 0, .255) !important;
}

.blog-post .category-card .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-post .category-card .column-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .blog-post .category-card .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 767px) {
  .shadow-xs {
    box-shadow: 0 .125rem .125rem rgba(0,0,0,.055)!important;
    border: 2px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
  }
  .card { border: 2px solid rgba(0,0,0,.125); }
  .category-card { margin-bottom: 0px; margin-left: 0px; margin-right: 0px; }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media screen and (min-width: 768px) {
  .h-md-250 { height: 250px; }
}


/*Pagination*/
.blog-pagination {
  text-align: right;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .blog-pagination {
    margin-top: 1rem;
    margin-bottom: 0rem;
  }
}


/*Blog posts*/
.blog-post {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@media screen and (max-width: 767px) {
  .blog-post { row-gap: 0.7em; }
}
.kanren { width: 100%; }

@media screen and (min-width: 768px) {
  .blog-post {
    padding-left: 14px;
  }
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .blog-post {
    margin-bottom: 1rem;
  }
}


/*Category-blog posts*/
@media screen and (min-width: 769px) {
  .category-blog-post { margin-bottom: 3rem !important; }
}
@media screen and (max-width: 768px) {
  .category-blog-post { margin-bottom: 0rem !important; }
}

/*Footer*/
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


/*サイト横幅*/
@media screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 92rem !important;
    height: auto;
  }
}


/*ロゴ*/
@media screen and (min-width: 768px) {
  .header-logo {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .blog-header-logo img{
    text-align: left;
    margin-right: 40px;
  }
  .header-logo {
    width: 96%;
    max-width: 100%;
  }
  .header-logosp{
    display: none;
  }
}


/*メニュー幅*/
@media screen and (min-width: 576px) {
  .container-menu {
    padding-right: 60px;
    padding-left: 60px;
  }
}


/*メニュー非表示*/
@media screen and (max-width: 992px) {
  .tab-offmenu { display: none; }
}
@media screen and (max-width: 768px) {
  .sp-offmenu { display: none; }
}
@media screen and (max-width: 576px) {
  .sp-offmenu { display: none; }
}


/*LOG画像*/
@media screen and (min-width: 1367px) {
  .logoimg3 { width: 7%; }
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
  .logoimg3 { width: 7%; }
}
@media screen and (min-width: 1200px) {
  .logoimg {
    width: 65%;
    margin: 5px 0px;
  }
  .logoimg1 {
    width: 55%;
    margin-top: 15px;
  }
  .logoimg2 {
    width: 50%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .logoimg {
    width: 80%;
    margin: 5px 0px;
  }
  .logoimg1 {
    width: 75%;
    margin-top: 15px;
  }
  .logoimg2 {
    width: 70%;
    margin-top: 15px;
  }
  .logoimg3 {
    width: 7%;
  }
}
@media screen and (max-width: 1100px) {
  .logoimg {
    width: 78%;
    margin: 5px 0px;
  }
  .logoimg1 {
    width: 85%;
    margin-top: 15px;
  }
  .logoimg2 {
    width: 80%;
    margin-top: 15px;
  }
  .logoimg3 {
    width: 6%;
  }
}
@media screen and (min-width: 1367px) {
  .logoimg3 {
    float: right;
    margin-top: 14px;
    margin-right: 14px
  }
}
@media screen and (min-width: 1160px) and (max-width: 1366px) {
  .logoimg3 {
    float: right;
    padding: 0.9rem 0rem;
    margin: 5px 0 10px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1160px) {
  .logoimg3 {
    float: right;
    padding: 0rem 0rem;
    margin: 22px 0 10px 0;
    width: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .logoimg3 {
    float: left;
    padding: 0rem 1.5rem;
    margin: 0px 0 10px 0;
    width: 15%;
  }
}

@media screen and (max-width: 768px) {
  .logoimg {
    width: 70%;
    margin: 3px 0px;
  }
  .logoimg1 {
    width: 40%;
    margin-top: 15px;
    margin-right: 215px !important;
    margin-left: 5px;
  }
  .logoimg2 {
    width: 60%;
    margin-top: 15px;
  }
  .logoimg3 {
    width: 25%;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 576px) {
  .logoimg {
    width: 80%;
    margin: 7px 0px;
  }
  .logoimg1 {
    width: 50%;
    margin-top: 15px;
    margin-right: 185px !important;
    margin-left: 5px;
  }
  .logoimg2 {
    width: 60%;
    margin-top: 15px;
  }
  .logoimg3 {
    width: 30%;
    margin: 0 0 10px 0;
  }
}


/*TOP画像*/
.blog-main .order-md-1, .article-img {
  width: 285px;
}
.blog-main .backornext-area .order-md-1 {
  width: auto;
}
@media screen and (min-width:992px) and (max-width: 1200px) {
  .blog-main .order-md-1, .article-img { width: 255px !important; }
}
@media screen and (min-width:768px) and (max-width: 991px) {
  .blog-main .order-md-1, .blog-sidebar .order-md-1, .article-img { width: 225px !important; }
  
}

.backornext-area .backornext-btn .article-img {
  width: 100%;
  height: 70px !important;
}
@media screen and (max-width: 1200px) {
  .backornext-area .backornext-btn .article-img {
    height: auto !important;
  }
}

@media screen and (max-width: 33.9em) {
  .g-full-width--xs {
    width: 100%;
    height: 225px;
  }
}


/*人気コラム記事 マウスオーバー*/
@media screen and (min-width: 1320px) {
  .align-items-start{
    width: 80%
  }
}
@media screen and (max-width: 1319px) {
  .align-items-start{
    width: 100%
  }
}
@media screen and (min-width:992px) and (max-width: 1220px) {
  .align-items-start{
    width: 120%
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .align-items-start p{
    max-width: 225px;
    max-height: 50px;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  .img_wrap1_outer{
    border: 1px solid rgba(0,0,0,.125);
    width: 475px;
    height: 248px;
    margin: 0 auto;
    overflow: hidden;
  }
  .img_wrap1_outer img{
    width: 100%;
    cursor: pointer;
    transition-duration: 0.5s;
  }
  .img_wrap1:hover img{
    transform: scale(1.2) rotate(9deg);
    transition-duration: 0.5s;
  }
}

.img_wrap1 a {
  color: #212529;
}
.img_wrap1:hover a{
  text-decoration: none;
  color: #007bff;
}


/*人気コラム記事 マウスオーバー*/
@media screen and (min-width: 1320px) {
  .card-img-top{
    height: 225px !important;
  }
}
@media screen and (max-width: 1319px) {
  .card-img-top{
    height: 195px !important;
  }
}
@media screen and (max-width: 1199px) {
  .card-img-top{
    height: 155px !important;
  }
}
@media screen and (max-width: 991px) {
  .card-img-top{
    height: 115px !important;
  }
}
@media screen and (max-width: 767px) {
  .card-img-top{
    height: auto !important;
  }
}


/*ホームページ記事*/
.featurette{
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1500px) {
  .hp-article { margin-left: 285px; }
  .backornext-area .hp-article { margin-left: auto; }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .hp-article { margin-left: 285px; }
  .backornext-area .hp-article { margin-left: auto; }
}
@media screen and (min-width: 768px) {
  .hp-article {
    padding: 0 8px 0 15px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .hp-article {
    padding-top: 6px;
    padding-left: 0px;
    padding-bottom: 6px;
  }
  .hp-article-img {
    width: 100%;
    height: 64px;
    object-fit: cover;
  }
  .featurette-heading {
    margin-bottom: 0.8em;
  }
  .ranking-distext-area { 
    padding-left: 35px !important;
    padding-right: 35px;
   }
}
@media screen and (max-width: 575px) {
  .hp-article-img {
    width: 100%;
    height: 54px;
    object-fit: cover;
  }
}

.order-md-1 {
  float: left;
}
.order-md-2 {
  overflow: hidden;
}

.backornext-area .order-md-2 p {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .order-md-2 h4, .order-md-2 p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 991px) {
  .row .order-md-1 {
    text-align: left;
    overflow: hidden;
  }
  .row .order-md-2 {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .row .order-md-1 {
    width: 36%;
    margin-right: 10px;
  }
  .backornext-btn .row .order-md-1 {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .backornext-area .backornext-btn .row .order-md-1 { margin-right: 0px; }
}
@media screen and (max-width: 991px) {
  .ranking-distext {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .order-md-2 h4, .order-md-2 p{
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: nowrap;
  }
  .kanren .order-md-2 .font-sp{
    display: none;
  }
  .blog-main .category-card .order-md-2 .column-text {
    display: none;
  }
  .blog-sidebar .category-card .column-text {
    display: none;
  }
}
@media screen and (max-width: 528px) {
  .order-md-2 h4, .order-md-2 p{
    max-width: 445px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: nowrap;
  }
}


/*マウスオーバー*/
@media screen and (min-width: 992px) {
  .img_wrap2_outer {
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
  }
  .img_wrap2_outer img{
    transition-duration: 0.5s;
    object-fit: cover;
  }
  .img_wrap2:hover img{
    transform: scale(1.2);
    transition-duration: 0.5s;
  }

  .img_wrap2 a {
    color: #212529;
  }
  .img_wrap2:hover a{
    text-decoration: none;
    color: #007bff;
  }
}
@media screen and (max-width: 991px) {
  .img_wrap2 a {
    color: #212529;
    width: 100%
  }
  .img_wrap2:hover a{
    text-decoration: none;
    color: #007bff;
  }
}


/*記事著者アイコン*/
.Authors-u {
  text-align: right;
  margin-bottom: 2px;
}
.Authors-l{
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
.blog-sidebar .Authors-l{
  vertical-align: top;
}
.Authors-icon00 {
  display: block;
  background-image: url(../../img/LOGO/authorsicon.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}

.Authors-icon01 {
  display: block;
  background-image: url(../../img/LOGO/ITM-imicon.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}

.Authors-icon02 {
  display: block;
  background-image: url(../../img/LOGO/kticon.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}


/*ランキングアイコン*/
.ranking-icon01 {
  display: block;
  background-image: url(../../img/LOGO/rankingicon01.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 36px;
}
.ranking-icon02 {
  display: block;
  background-image: url(../../img/LOGO/rankingicon02.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 36px;
}
.ranking-icon03 {
  display: block;
  background-image: url(../../img/LOGO/rankingicon03.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 36px;
}
.ranking-icon04 {
  display: block;
  background-image: url(../../img/LOGO/rankingicon04.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 36px;
}
.ranking-icon05 {
  display: block;
  background-image: url(../../img/LOGO/rankingicon05.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 36px;
}


/*サイドメニュー*/
.sidemenu ul {
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #efefef;
}
.sidemenu li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #000000;
}
.sidemenu li {
  text-align: left;
}
.sidemenu li:last-child {
  border-bottom: none;
}
.sidemenu li a.active {
  color: #ffffff;
  background-color: #046FA4;
}
.sidemenu li a:hover:not(.active) {
  color: #ffffff;
  background-color: #55595C;
}


/*サイドバナー*/
.sidebanner {
  width: 100%;
}


/*おすすめ記事*/
.recommended-article {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recommended-article {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .blog-sidebar {
    padding-right: 5px;
    padding-left: 5px;
  }
}


/*閲覧ランキング*/
.blog-sidebar .blog-ranking {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 0.6em;
}
@media screen and (min-width: 1021px) {
  .blog-sidebar .category-card { margin: 0 0; }
  .blog-sidebar .order-md-1 { width: 155px; }
  .blog-sidebar .category-card img { width: 155px; }
  .blog-sidebar .category-card .hp-article { margin-left: 154px; }
  .blog-sidebar .category-card .hp-article .title { font-size: 1.1rem; font-weight: normal; }
  .blog-sidebar .category-card .hp-article p { display: none; }
}

@media screen and (min-width: 1021px) and (max-width: 1200px) {
  .blog-sidebar .order-md-1 { width: 125px !important; }
  .blog-sidebar .category-card .article-img { width: 125px !important; }
  .blog-sidebar .category-card .hp-article { margin-left: 125px; padding: 0 8px 0 12px; }
  .blog-sidebar .category-card .hp-article .title { font-size: 1rem; }
}

.blog-sidebar .category-card .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 768px) {
  .blog-sidebar .category-card .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

/*閲覧ランキング（数字）*/
.blog-sidebar .blog-ranking {
  counter-reset: ranking 0;
}
.blog-sidebar .blog-ranking .order-md-1:before {
  counter-increment: ranking 1;
  content: counter(ranking);
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 23px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 1;
  border-radius: 50%;
  background: #f9a558;
  top: -15px;
  left: -15px;
  border: 2px solid #eee;
}
@media screen and (max-width: 768px) {
  .blog-sidebar .blog-ranking .order-md-1:before {
    width: 26px;
    height: 26px;
    line-height: 20px;
    font-size: 14px;
  }
}
.blog-sidebar .blog-ranking .rank-1 .order-md-1:before { background: #cca11f; }
.blog-sidebar .blog-ranking .rank-2 .order-md-1:before { background: #b1b1b3; }
.blog-sidebar .blog-ranking .rank-3 .order-md-1:before { background: #b37036; }


/*フッターメニュー*/
@media screen and (min-width: 1310px) {
  .footer-menu {
    float: left;
  }
  .cl-t {
    float: right;
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1309px) {
  .footer-menu {
    float: left;
  }
  .cl-t {
    float: right;
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1310px) {
  .cl-t {
    padding: 1rem 1.4rem;
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .cl-t {
    padding: 1rem 1.4rem;
    text-align: center !important;
  }
}
@media screen and (max-width: 1135px) {
  .blog-footer {
    font-size: 13px;
  }
}


/*ハンバーガーメニュー*/
@media screen and (min-width: 768px) {
  .drawer{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .drawer{
    width: 55px;
    height: 70px;
    position: fixed;
    top: 19px;
    right: 12px;
    z-index: 200;
  }
}
.drawer-hidden {
  display: none;
}


/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 40px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}


/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 26px;
  border-radius: 3px;
  background: #212529;
  transition: 0.4s;
  position: absolute;
}


/* 棒の位置調整 */
.drawer-open span:before {
  bottom: 9px;
}
.drawer-open span:after {
  top: 9px;
}


/* 棒の透明処理 */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}


/* アイコン回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #ffffff;
}
#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #ffffff;
}


/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99;
  background: #212529;
  transition: .5s;
  opacity: 0.9;
}

.drawer-list {
  text-align: center;
  padding: 100px 60px;
}
.drawer-list li{
  width: 100%;
  padding: 20px 0;
  display: block;
  font-size: 22px;
  color: #ffffff;
}
.drawer-list li a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.drawer-list li a::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #007bff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}
.drawer-list li a:hover{
  color: #007bff;
}
.drawer-list li a:hover::after {
  transform: scale(1, 1);
}


/* クリック後メニュー表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;
}


/*TOPサイドメニュー スクロールブレイクポイント*/
@media screen and (min-width: 1427px) {
  .top-wrapper {
    height: 97.5vh;
  }
  .top-sticky {
    height: 85vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1426px) {
  .top-wrapper {
    height: 97.5vh;
  }
  .top-sticky {
    height: 85vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  .top-wrapper {
    height: 97.5vh;
  }
  .top-sticky {
    height: 90vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .top-wrapper {
    height: 97.5vh;
  }
  .top-sticky {
    height: 90vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top-wrapper {
    height: auto;
  }
  .top-sticky {
    height: auto;
    position: inherit;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}


/*資料DLバナー画像*/
@media screen and (min-width: 1565px) {
  .dlbnr-img-area, .dlbnr-img {
    width: 100%;
    overflow: hidden;
    padding: 0px 25px 0 25px!important;
  }
  .footer .dlbnr-img-area, .dlbnr-img {
    padding: 0px 25px 0 25px;
  }
}
@media screen and (max-width: 1564px) {
  .dlbnr-img-area, .dlbnr-img {
    width: 100%;
    overflow: hidden;
    padding: 0px 15px 0 15px!important;
  }
  .footer .dlbnr-img-area, .dlbnr-img {
    padding: 0px 20px 0 20px!important;
  }
}
@media screen and (max-width: 1199px) {
  .dlbnr-img-area, .dlbnr-img {
    width: 100%;
    overflow: hidden;
    padding: 0px 15px 0 15px!important;
  }
  .footer .dlbnr-img-area, .dlbnr-img {
    padding: 0px 15px 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .dlbnr-img-area, .dlbnr-img {
    width: 100%;
    overflow: hidden;
    padding: 0px 0 0 0!important;
  }
  .footer .dlbnr-img-area, .dlbnr-img {
    padding: 0px 10px 0 10px!important
  }
}
@media screen and (max-width: 767px) {
  .dlbnr-img-area {
    text-align: center;
  }
  .dlbnr-img-area, .dlbnr-img {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .dlbnr-img-sc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .dlbnr-img-sc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .dlbnr-img-sc {
    margin-top: 20px;
  }
}


/*ランキングアイコン*/
@media screen and (min-width: 1437px) {
  .ranking-icon {
    margin: 0 20px 25px 0;
    width: 5%;
  }
  .ranking-text {
    width: 88%;
  }
}
@media screen and (max-width: 1436px) {
  .ranking-icon {
    margin: 0 25px 25px 0;
    width: 5%;
  }
  .ranking-text {
    width: 86%;
  }
}
@media screen and (max-width: 1199px) {
  .ranking-icon {
    margin: 0 30px 25px 0;
    width: 5%;
  }
  .ranking-text {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .ranking-icon {
    margin: 0 0 0 0;
    width: 100%;
  }
  .ranking-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ranking-icon {
    margin: 0;
    width: 5%;
  }
  .ranking-text {
    width: 90%;
    padding-left: 28px;
  }
}


/*プロフィールエリア*/
.profile-area {
  padding: 25px 25px 30px 25px;
  border: 6px double #c12828;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .profile-title{ font-size: 1.6rem; text-align: center; margin-bottom: 25px; color: #656565; letter-spacing: 4px; }
  .profile-area .prof-img img {
    margin: 0 auto;
    float: left;
    overflow: hidden;
    margin-left: 20px;
    width: 28%;
  }
  .profile-area .sc-text {
    padding: 0 0 0 30px;
    overflow: hidden;
    width: 68%;
    margin-bottom: 0px;
  }
  .profile-name{
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .profile-title{ font-size: 1.35rem; text-align: center; margin-bottom: 25px; color: #656565; letter-spacing: 0px; }
  .profile-area .prof-img {
    text-align: center;
  }
  .profile-area .prof-img img {
    width: 65%;
    margin-bottom: 30px;
  }
  .profile-area .sc-text {
    margin-bottom: 0px;
    font-size: 0.9rem;
  }
  .profile-name{
    font-size: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .profile-area .prof-img img { margin-bottom: 20px; }
}
@media screen and (max-width: 1200px) {
  .profile-area .prof-img img { margin-bottom: 60px; }
}
@media screen and (max-width: 1100px) {
  .profile-area .prof-img img { margin-bottom: 90px; }
}
@media screen and (max-width: 991px) {
  .profile-area .prof-img img { margin-bottom: 25px; }
}


/*DLフォーム設定*/
@media screen and (min-width: 992px) {
  .dlpdf-img {
    width: 25%;
    margin-right: 20px;
    float: left;
  }
  .dlpdf-img img {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .dlpdf-img {
    width: 100%;
  }
  .dlpdf-img img {
    width: 100%;
  }
}

.DLform-area {
  padding: 30px 25px;
  border: 6px double #c12828;
  margin-bottom: 4rem;
}

.form-outer {
  width: 100%;
  margin-bottom: 40px;
}
.form-area {
  margin: 5px 10px;
}

.formlabelarea {
  margin-bottom: 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-error {
  margin: 15px 10px;
  color: #CC0000;
}
.privacy-t {
  overflow: auto;
  width: 100%;
  height: 180px;
  padding: 10px 15px;
  border: 2px solid #ccc;
  color: #656565;;
  background-color: #fff;
  line-height: 1.5em;
  font-size: 80%;
}

.btn-area {
  text-align: center;
}
.btn-primary {
  width: 35%;
  height: 36px;
  color: #fff;
  background-color: #006DA1;
  border-color: #122b40;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
@media screen and (max-width: 767px) {
  .btn-primary {
    width: 100%;
  }
}


/*DLページ設定*/
@media screen and (min-width: 768px) {
  .documentimg {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .documentimg {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn-p {
    text-align: center;
  }
}
.dl-btn, a.dl-btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.8rem 3.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #0F75A6;
  border-radius: 100vh;
}
a.dl-btn-border {
  border: 2px solid #0F75A6;
  background: #fff;
}

a.dl-btn-border:hover {
  color: #fff;
  background: #0F75A6;
}


/*BESTホームページバナー*/
.article-h2 {
  padding: 1rem 1.5rem;
  background: #f4f4f4;
  border-radius: 10px;
}
.article-h3 {
  padding: 1rem 0.5rem;
  border-bottom: 2px dotted #000;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .img-besthp img {
    width: 32vw;
    margin-left: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .row .article-h2 {
    font-size: 1.6rem!important;
  }
  .img-besthp img {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .logoimg1 {
    margin-top: 10px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .featurette2 {
      padding-left: 10px;
      padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featurette2 {
      padding-left: 20px;
      padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .sp-bnr-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sp-bnr-text {
    margin-bottom: 0px;
  }
}


/*お問合せボタン*/
@media screen and (min-width: 1201px) {
  .contactbtn-p{
    margin-bottom: 80px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .contactbtn-p {
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contactbtn-p {
    padding-top: 0px;
    margin-left: 30px;
  }
  .contactbtn-p, .contactbtn-p a {
    width:100%;
  }
}

.contact-btn, a.contact-btn, .sitetop-btn, a.sitetop-btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.8rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .contact-btn, a.contact-btn, .sitetop-btn, a.sitetop-btn {
    padding: 0.8rem 1rem;
    width: 92%;
  }
}
a.sitetop-btn-border {
  border: 2px solid #fd9535;
  background: #fd9535;
}

a.sitetop-btn-border:hover {
  color: #fd9535;
  background: #FFF;
}

a.contact-btn-border {
  border: 2px solid #fd9535;
  background: #fd9535;
}

a.contact-btn-border:hover {
  color: #fd9535;
  background: #FFF;
}

.sitetopbutton:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../img/LOGO/sitetopbutton.webp);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 0px;
  margin-bottom: 2px;
  transition: all 0.4s ease 0s;
}
a.sitetop-btn-border:hover .sitetopbutton:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../img/LOGO/sitetopbutton2.webp);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 0px;
  margin-bottom: 2px;
  transition: all 0.4s ease 0s;
}
.mailbutton:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 26px;
  background-image: url(../../img/LOGO/mailbutton.webp);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 1px;
  transition: all 0.4s ease 0s;
}
a.contact-btn-border:hover .mailbutton:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 26px;
  background-image: url(../../img/LOGO/mailbutton2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 1px;
  transition: all 0.4s ease 0s;
}

@media screen and (max-width: 767px) {
  .contactbtn-p .mailbutton font {
    font-size: 16px;
  }
  .contactbtn-p {
    margin-left: 0px;
    margin-right: 0px;
  }
}


/*電話ボタン*/
@media screen and (min-width: 1201px) {
  .sitetopbtn-p{
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .sitetopbtn-p{
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sitetopbtn-p{
    margin-bottom: 0px;
    padding-bottom: 30px;
    margin-top: 30px !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .sitetopbtn-p, .sitetopbtn-p a {
    width:100%;
  }
}


/*フォントサイズ調整*/
.btn-backbtn .hp-article p {
  font-size: 1.1rem;
  margin-top: -5px;
  margin-left: 5px;
  margin-right: 5px;
}
.btn-nextbtn .hp-article p {
  font-size: 1.1rem;
  margin-top: -5px;
  margin-left: 5px;
  margin-right: 5px;
}

.backornext-area .backornext-btn .dsc {
  font-size: .75rem;
  text-align: left;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .container .row .blog-main h2, .container .row .blog-main .article-h3 {
    font-size: 1.6rem;
  }
  .blog-post .article-text-c, .anchor-menu p, .deme-table, .processes p, .processes span {
    font-size: 0.9rem;
  }
  .btn-backbtn .hp-article p, .btn-nextbtn .hp-article p {
    font-size: 0.9375rem;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .backornext-area .backornext-btn .dsc {
    font-size: .65rem;
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.recommended-article ul li p, .recommended-article p {
  font-weight: bold;
}


/*新規フッターリンク*/
.footer-container {
  color: #212529;
}
.footer-menu {
  text-align: left;
  vertical-align: top;
}
.navbar-new-type {
  flex-direction: column !important;
}
.blog-footer {
  border-bottom: 0.05rem solid #e5e5e5;
}
.footer-logo-p { margin-left: 18px; }
.footer-logo-p .logoimg { width: 94%; margin-top: 0px; margin-bottom: 8px; }
.footer-container { padding: 0.5rem 1rem; }
.footerwrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
.footerwrap:after{ content: ""; display: block; width: 32%; height: 0; }
.footerwrap .navbar { display: contents; }
.footerwrap .navbar-navarea1 { padding-left: 100px; }
.footer { display: flex; position: relative; flex-direction: column; width: 32%; padding: 30px 25px; margin-bottom: 30px;}
.footer-logo-area { width: 28%; }
.footer .text { flex-grow: 1; }
.footer img { object-fit: cover; }
.footer .title { margin: 15px 0 10px 0; }
.footer-container .footerwrap .dlbnr-img-area { margin-top: 0px !important; }
@media screen and (min-width: 769px) and (max-width: 1020px) { 
  .blog-footer .footer-container .footer { padding: 30px 10px; }
}

.nav-h1 { font-size: 18px; padding-top: 15px; padding-bottom: 10px; }
.nav-h2 { font-size: 16px; padding-top: 20px; padding-bottom: 10px; }
.nav-h3 { font-size: 13px; padding-left: 5px; }
.list-icon .nav-h3 {
  list-style: none;
}
.list-icon .nav-h3 a:before {
  content: '> ';
  font-weight: bold;
  padding: 2px;
}

@media screen and (max-width: 1280px) { 
  .footer-logo-area { width: 32%; }
  .footerwrap .navbar-navarea1 { padding-left: 25px; }
}
@media screen and (min-width: 769px) and (max-width: 1020px) { 
  .footerwrap .navbar-navarea1 { padding-left: 15px; }
}


@media screen and (max-width: 767px) { 
  .footer-logo-p .logoimg { width: 80%; margin-top: 0px; margin-bottom: 16px; }
  .footerwrap { display: block; justify-content: space-between; }
  .footer { display: block; flex-direction: column; width: 100%; padding: 0 15px 0 15px; margin-bottom: 0px;}
  .footerwrap .footer-logo-area { padding: 15px 0 0 0; }
  .footer .text { display: none; }
  .footer .Authors-u { display: none; }
  .footer .title { margin: 10px 0 5px 0; }
  .footerwrap .navbar-navarea1, .footerwrap .navbar-navarea2 { padding-left: 5px; }
}


/*画面下部固定バナー*/
#floating_bnr {
  z-index: 1001;
  position: fixed;
  bottom: 0;
  width: 100%
}

#floating_bnr label {
  display: block;
  z-index: 1002;
  position: fixed;
  margin-bottom: 0rem;
  bottom: 18px;
  right: 1.5%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .35);
  text-align: center;
  cursor: pointer;
  transition: .2s
}
@media screen and (max-width: 767px) {
  #floating_bnr label {
    right: 3%;
    bottom: 9px;
  }
}

#floating_bnr label:hover {
  background: rgba(0, 0, 0, .6);
  transition: .2s
}

#floating_bnr input:checked+label::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: .6s
}

#floating_bnr input:checked+label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .6s
}

#floating_bnr label::after,
#floating_bnr label::before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;
  transform: rotate(-45deg);
  border-radius: 20px;
  background-color: #fff;
  content: '';
  transition: .6s
}

#floating_bnr label::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#floating_bnr div {
  background: rgba(0, 0, 0, .25);
}

#floating_bnr div a {
  display: inline-block;
  position: relative;
  margin: 12px 0 8px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48%;
}

#floating_bnr div a img {
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #floating_bnr div a { left: 50%; margin: 10px 0 5px 0; width: auto; }
  #floating_bnr div a img { width: 20rem; }
}

#toggle {
  display: none
}

#toggle:not(:checked)~div {
  transition: .6s
}

#toggle:checked~div {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  transition: .6s
}
@media screen and (max-width: 991px) {
  #toggle:checked~div {
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
    transition: .6s
  }
}


/*画面下部固定バナー表示調整*/
#floating_bnr {
  transform: translateY(0px);
  opacity: 0;
}
#floating_bnr.on {
  transition: 0.3s;
  transform: translateY(0);
  opacity: 1.0;
}

/*Xアカウントバナー調整*/
@media screen and (min-width: 769px) {
  .xbnr-img-area { margin-bottom: 2rem; }
}


/*コラムページコンテンツ調整*/
.header .blog-header img { height : auto; }
.container .row .blog-main img { height : auto; }
.container .row .blog-sidebar img { height : auto; }
#floating_bnr img { height : auto; }
.blog-footer .footer-container img { height : auto; }


/*コラム一覧 ページネーション*/
.pagination-container .pagination {
  justify-content: center;
}
.pagination-container .page-item:not(:last-child) {
  margin-right: 10px;
}
.pagination-container .page-item .page-link {
  height: 45px;
  padding: 11px 20px;
}
.pagination-container .page-item:first-child .page-link,
.pagination-container .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination-container .page-item.active .page-link {
  background-color: #55595C;
  border-color: #55595C;
}

