
.drawer-open { height: 27px; }
.blog-header-logo div { margin-bottom: 0rem !important; }

@media screen and (max-width: 767px) {
  .logoimg1 {
    margin-top: 10px;
    margin-left: 5px;
  }
}

/*hタグ関連*/
.column-h2 {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1rem 1.2rem 100px;
  border-top: 3px solid #212529;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.column-h2:before {
  position: absolute;
  top: -150%;
  left: -105px;
  width: 195px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #212529;
}
.column-h2 span {
  font-size: 2.2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 10px;
  padding-left: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column-h2 {
    position: relative;
    overflow: hidden;
    padding: 1rem 0rem 1rem 78px;
    border-top: 3px solid #212529;
    font-size: 1.4rem !important;
    margin-bottom: 1.5rem;
  }
  .column-h2:before {
    position: absolute;
    top: -195%;
    left: -115px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #212529;
  }
  .column-h2 span {
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 8px;
    padding-left: 12px;
    color: #fff;
  }
}

.column-h3 {
  position: relative;
  padding: 1.5rem 0.5rem;
  margin-bottom: 20px;
  font-size: 22px;
}
.column-h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #212529, #212529 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #212529, #212529 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .column-h3 {
    font-size: 20px;
  }
}

.column-h4 {
  padding: 1rem 0.5rem;
  border-bottom: 2px dotted #212529;
  margin-bottom: 25px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .column-h4 {
    padding: 1rem 0.5rem;
    border-bottom: 2px dotted #212529;
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.column-h5 {
  position: relative;
  display: inline-block;
  height: 58px;
  margin-left: 15px;
  padding: 0.95rem 1.5rem 0.8rem 1.5rem;
  color: #fff;
  background: #006DA1;
}
.column-h5 font{ font-size: 16px; }

.column-h5:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 26px 30px 32px 0;
  border-style: solid;
  border-color: transparent #006DA1 transparent transparent;
}

.column-h5:after {
  position: absolute;
  top: calc(50% - 6.5px);
  left: -6px;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column-h5 {
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  }
  .column-h5 font{ font-size: 14px; }
}

/*コラム紹介_flex-box*/
.column{ overflow: hidden; }

.columnwrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
.columnwrap:after{ content: ""; display: block; width: 48%; height: 0; }
.column { display: flex; position: relative; flex-direction: column; width: 48%; padding: 20px; margin-bottom: 30px; border: 2px solid rgba(0,0,0,.125); border-radius: 0.25rem; }
.column .text { flex-grow: 1; font-size: 0.875rem; }
.column img { object-fit: cover; }
.column .title { margin: 15px 0 10px 0; font-size: 1.4rem; }
@media screen and (max-width: 991px) and (min-width: 767px) { 
  .columncontainer { margin-bottom: 40px; }
}
@media screen and (max-width: 991px) { 
  .columncontainer { padding-right: 0px; padding-left: 0px; }
  .columnwrap { display: block; justify-content: space-between; }
  .column { display: block; flex-direction: column; width: 100%; padding: 5px 10px; margin-bottom: 10px;}
  .column .text { display: none; }
  .column .Authors-u { display: none; }
  .column .title { margin: 10px 0 5px 0; font-size: 1.125rem; }
  .container .row .blog-main .column .title  { margin: 10px 0 5px 0; font-size: 1.125rem!important; }
  .container .row .columncontainer .columnwrap .column .title  { margin: 6px 0; font-size: 1.25rem!important; }
}
@media screen and (max-width: 767px) {
  .container .row .columncontainer .columnwrap .column .title  { margin: 6px 0; font-size: 0.75rem!important; }
  .container .row .blog-main .Authors-u { margin: 0px 0px 15px 0px !important; }
}

/*記事サムネ高さ調整*/
@media screen and (min-width: 1417px) {
  .column .card-img-top{ height: 195px !important; }
}
@media screen and (max-width: 1416px) {
  .column .card-img-top{ height: 145px !important; }
}
@media screen and (max-width: 1024px) {
  .column .card-img-top{ height: 110px !important; }
}
@media screen and (max-width: 991px) {
  .column .card-img-top{  height: 205px !important; }
}
@media screen and (max-width: 767px) {
  .column .card-img-top{
    width: 100%!important;
    height: 54px!important;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .columncontainer .columnwrap .column .img_wrap2_outer {
    overflow: hidden;
    margin: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .columncontainer .columnwrap .column .img_wrap2_outer {
    float: left;
    margin: 0px 0px;
    margin-bottom: 6px;
    margin-right: 10px;
    text-align: left;
    width: 36%;
  }
}


/*ページ階層リンク*/
.pagehierarchy-area {
  margin: 10px 5px 40px 5px;
  font-size: 16px;
  text-align: center;
}
.pagehierarchy-area span {
  background-color: #55595C;
  color: #ffffff;
}
.pagehierarchy {
  margin: 0 3px;
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,.125);
}
.back-pagehierarchy font, .next-hierarchy font {
  background-color: #fdfdfd;
}
@media screen and (max-width: 767px) {
  .pagehierarchy-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pagehierarchy-area {
    margin: 30px 0 10px 0;
    font-size: 12px;
    text-align: center;
  }
  .pagehierarchy-area span {
    background-color: #55595C;
    color: #ffffff;
  }
  .pagehierarchy {
    margin: 0 1px;
    padding: 10px 12.5px;
    border: 1px solid rgba(0,0,0,.125);
  }
  .back-pagehierarchy font, .next-hierarchy font {
    background-color: #fdfdfd;
  }
}

/*記事の横位置調整*/
@media screen and (min-width: 768px) {
  .blog-main {
    padding-left: 31px;
  }
}
@media screen and (max-width: 767px) {
  .blog-main {
    padding: 0 20px;
  }
}


/*ページ内トップへ戻るボタン*/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 2rem;
  height: 3rem;
  z-index: 1003;
  background: #13b1cd;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7,1,.7,1);
  text-decoration: none !important;
}
.s-back-to-top:before {
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  font-family: 'Material Icons';
  color: #fff;
  line-height: 3rem;
  content: "north";
  transition-duration: .3s;
}
.s-back-to-top:hover {
  background: #fff;
}
.s-back-to-top:hover:before {
  color: #13b1cd;
}
.s-back-to-top.-zoom-out {
  opacity: .6;
}
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .s-back-to-top.-is-visible {
    right: 1.1rem;
    bottom: 2.8rem;
    opacity: .8;
  }
}
.s-back-to-top.-is-visible:hover {
  opacity: 1;
}
.s-back-to-top:focus a:focus{
  text-decoration: none;
}

/*パンくずリスト*/
.breadcrumb {
  margin: 0 0 15px 0;
  padding: 0;
  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 li {
    font-size: 12px;
  }
}


/*全ページ共通BESTホームページコンテンツ*/
.btn-mb-edit{ margin-bottom: 10px; }
@media screen and (max-width: 1200px){ .btn-mb-edit{ margin-bottom: 30px; } .btn-mb-editlast { margin-bottom: 10px; } }
@media screen and (max-width: 767px){ .btn-mb-edit{ margin-top: 5px; margin-bottom: 10px; padding-bottom: 0px; } .btn-mb-editlast { margin-bottom: 0px; padding-top: 10px; padding-bottom: 0px; } }


/*下層ページ関連*/
@media screen and (min-width: 768px) {
  .featurette2 {
    padding-left: 5px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .featurette2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.article-text-c {
  color: #656565;
  margin-bottom: 60px;
}

.blog-post .article-text-c {
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .blog-post .article-text-c {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.article-h2 {
  padding: 1rem 1.5rem;
  background: #f4f4f4;
  border-radius: 10px;
}

.anchor-menu{
  padding: 30px 30px 14px 30px;
  margin: 30px 5px 0 5px;
  border: 6px double #13b1cd;
  border-radius: 8px;
}
.anchor-menu h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .container .row .blog-main .anchor-menu h2{
    font-size: 0.9rem !important;
  }
}

/*目次*/
.mokuji {
  text-align: center;
  font-size: 22px;
  color: #13b1cd;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mokuji{
    font-size: 20px!important;
  }
}

.sub-menu .sub-menu-text {
  margin-left: 20px;
  font-size: 14px;
  margin-bottom: 1rem !important;
}
.sub-menu .sub-menu-text:not(:last-child) {
  margin-bottom: 10px;
}

.mokuji-menu, .sub-menu {
  list-style: none;
  padding-left: 0px;
}
.mokuji-menu .g-font-size-16--xs {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mokuji-menu .g-font-size-16--xs {
    font-size: 14px;
  }
}
.mokuji-menu .sub-menu {
  margin-top: 1rem;
}
.mokuji-menu .sub-menu li {
  margin-bottom: 0.8rem!important;
}
.mokuji-menu .sub-menu .sub-menu-text {
  font-size: 14px;
}

.article-h3 {
  padding: 1rem 0.5rem;
  border-bottom: 2px dotted #212529;
  margin-bottom: 25px;
}

.processes li span{
  font-weight: bold;
}
.processes li p {
  margin-top: 3px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .img-besthp img{
    width: 32vw;
    margin-left: 10px;
    margin-bottom: 15px;"
  }
}
@media screen and (max-width: 767px) {
  .img-besthp img{
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;"
  }
}
.img_wrap2 .text-link a {
  color: #007bff;
}
.img_wrap2 .text-link a:hover {
  color: #0056b3;
  text-decoration: underline;
}


/*下層サイドメニュー スクロールブレイクポイント*/
@media screen and (min-width: 1427px) {
  .top-wrapper1 {
    height: 100vh;
  }
  .top-sticky1 {
    height: 30vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper2 {
    height: 300vh;
  }
  .top-sticky2 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-1 {
    height: 1300vh;
  }
  .top-sticky27-1 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-1 {
    height: 1200vh;
  }
  .top-sticky29-1 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1426px) {
  .top-wrapper1 {
    height: 100vh;
  }
  .top-sticky1 {
    height: 30vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper2 {
    height: 300vh;
  }
  .top-sticky2 {
    height: 90vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-1 {
    height: 1300vh;
  }
  .top-sticky27-1 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrappe29-1 {
    height: 1200vh;
  }
  .top-sticky27-1 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  .top-wrapper1 {
    height: 100vh;
  }
  .top-sticky1 {
    height: 50vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper2 {
    height: 300vh;
  }
  .top-sticky2 {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-1 {
    height: 1300vh;
  }
  .top-sticky27-1 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-1 {
    height: 1200vh;
  }
  .top-sticky29-1 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .top-wrapper1 {
    height: 100vh;
  }
  .top-sticky1 {
    height: 50vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper2 {
    height: 300vh;
  }
  .top-sticky2 {
    height: 120vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-1 {
    height: 1300vh;
  }
  .top-sticky27-1 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-1 {
    height: 1200vh;
  }
  .top-sticky29-1 {
    height: 60vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top-wrapper1 {
    height: auto;
  }
  .top-sticky1 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper2 {
    height: auto;
  }
  .top-sticky2 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-1 {
    height: auto;
  }
  .top-sticky27-1 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-1 {
    height: auto;
  }
  .top-sticky29-1 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}

/*下層サイドメニュー 固定*/
@media screen and (min-width: 1427px) {
  .top-wrapper3 {
    height: 350vh;
  }
  .top-sticky3 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper4 {
    height: 200vh;
  }
  .top-sticky4 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper5 {
    height: 1000vh;
  }
  .top-sticky5 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-2 {
    height: 1300vh;
  }
  .top-sticky27-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-2 {
    height: 1200vh;
  }
  .top-sticky29-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1426px) {
  .top-wrapper3 {
    height: 300vh;
  }
  .top-sticky3 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper4 {
    height: 150vh;
  }
  .top-sticky4 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper5 {
    height: 1000vh;
  }
  .top-sticky5 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-2 {
    height: 1200vh;
  }
  .top-sticky27-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-2 {
    height: 1100vh;
  }
  .top-sticky29-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  .top-wrapper3 {
    height: 300vh;
  }
  .top-sticky3 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper4 {
    height: 150vh;
  }
  .top-sticky4 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-2 {
    height: 1200vh;
  }
  .top-sticky27-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-2 {
    height: 1100vh;
  }
  .top-sticky29-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .top-wrapper3 {
    height: 350vh;
  }
  .top-sticky3 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper4 {
    height: 250vh;
  }
  .top-sticky4 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-2 {
    height: 1400vh;
  }
  .top-sticky27-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-2 {
    height: 1300vh;
  }
  .top-sticky29-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 0;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top-wrapper3 {
    height: auto;
  }
  .top-sticky3 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper4 {
    height: auto;
  }
  .top-sticky4 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper5 {
    height: auto;
  }
  .top-sticky5 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper27-2 {
    height: auto;
  }
  .top-sticky27-2 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-wrapper29-2 {
    height: auto;
  }
  .top-sticky29-2 {
    height: auto;
    position: inherit;
    align-item: center;
    justify-content: center;
    flex-direction: column;
  }
}


/*テーブルボーダー*/
.tbl-bdr table, .tbl-bdr td, .tbl-bdr th {
  border-collapse: collapse;
  border:1px solid #dddddd;
}


/*テーブル内文字折り返し*/
.tbl-bdr .websitebuilder tr td {
  word-break: break-all;
}


/*Facebookいいねボタン*/
@media screen and (min-width: 768px) {
  .fbiine-area {
    margin-top: 0px;
    margin-right: 70px;
    margin-bottom: 20px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .fbiine-area {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
}


/*SNSボタン*/
@media screen and (min-width: 768px) {
  .sns-area {
    margin-top: -50px;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .sns-icon {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .sns-area {
    margin-top: -50px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .sns-icon {
    text-align: center;
  }
}

.btn-circle-flat-f {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #656565;
  background: #ffffff;
  color: #FFF;
  width: 50px;
  height: 50px;
  margin: 12px;
  line-height: 47px;
  border-radius: 70%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}
.f-logo01 {
  display: inline-block;
  background-image: url(../../img/LOGO/facebook01.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 50%;
  height: 50%;
}

.btn-circle-flat-f:hover .f-logo01 {
  display: inline-block;
  background-image: url(../../img/LOGO/facebook02.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 50%;
  height: 50%;
}
.btn-circle-flat-f:hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #3b5998;
  background: #3b5998;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border-radius: 70%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

.btn-circle-flat-t {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #656565;
  background: #ffffff;
  color: #FFF;
  width: 50px;
  height: 50px;
  margin: 12px;
  line-height: 47px;
  border-radius: 70%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}
.t-logo01 {
  display: inline-block;
  background-image: url(../../img/LOGO/twitter01.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 50%;
  height: 50%;
  
}

.btn-circle-flat-t:hover .t-logo01 {
  display: inline-block;
  background-image: url(../../img/LOGO/twitter02.webp);
  background-size: contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
  width: 50%;
  height: 50%;
}
.btn-circle-flat-t:hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #1da1f3;
  background: #1da1f3;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border-radius: 70%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}



/*次記事、前記事*/
@media screen and (min-width: 768px) {
  .backornext-area {
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 20px;
  }
  .backornext-btn {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .backornext-area {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .backornext-btn {
    text-align: center;
  }
}

.btn-backbtn {
  display: inline-block;
  text-decoration: none;
  width: 48%;
  margin: 5px;
  text-align: left;
  overflow: hidden;
  transition: .4s;
  float: left;
}

.btn-nextbtn {
  display: inline-block;
  text-decoration: none;
  width: 48%;
  margin: 5px;
  text-align: right;
  overflow: hidden;
  transition: .4s;
}

@media screen and (max-width: 1199px) {
  .backornext-area .backornext-btn .order-md-2 h4, .backornext-area .backornext-btn .order-md-2 p {
    max-width: 445px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

@media screen and (max-width: 1209px) {
  .bn-btn-area {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1210px) {
  .backornext-line {
    margin: 0 3px;
    margin-top: 10px;
    width: 2px;
    height: 158px;
    background-color: #e5e5e5;
    float: left;
  }
}
@media screen and (max-width: 1209px) {
  .backornext-line {
    display: none;
  }
}

/*Smartpageバナー*/
@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: 992px) {
  .movie-s{
    width: 560px;
    height: 315px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .movie-s{
    width: 350px;
    height: 225px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .movie-s{
    width: 350px;
    height: 225px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .movie-s{
    width: 100%;
    height: 315px;
    margin-bottom: 40px;
  }
}

/*お問合せボタン*/
@media screen and (min-width: 1201px) {
  .contactbtn-p{
    margin-bottom: 80px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .contactbtn-p {
    margin-bottom: 40px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contactbtn-p {
    padding-top: 10px;
    margin-left: 30px;
  }
  .contactbtn-p, .contactbtn-p a {
    width:100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.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;
  }
}
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: 24px;
  height: 26px;
  background-image: url(../../img/LOGO/mailbutton.webp);
  background-size: contain;
  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: 24px;
  height: 26px;
  background-image: url(../../img/LOGO/mailbutton2.webp);
  background-size: contain;
  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: 14px;
  }
  .sitetopbutton:before {
    margin-right: -15px;
  }
  a.sitetop-btn-border:hover .sitetopbutton:before {
    margin-right: -15px;
  }
}

/*電話ボタン*/
@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: 20px;
    margin-left: 30px;
  }
  .sitetopbtn-p, .sitetopbtn-p a {
    width:100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/*テーブルフォントサイズ*/
@media screen and (max-width: 991px){ .tbl-bdr tr td, .tbl-bdr tr th{ font-size: 13px; } }

/*フォントサイズ調整*/
@media screen and (max-width: 767px) {
  .container .row h1 {
    font-size: 1.6rem !important;
  }
}

/*画像＋文章コンテンツ・調整*/
@media screen and (min-width: 992px){ .row .fc-img img { margin-left: 35px; } }

/*関連記事　位置調整*/
@media screen and (max-width: 991px){
  .related-article .blog-post {
    padding-left: 10px;
  }
  .related-article .article-hr {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .related-article .blog-post {
    padding-left: 0px;
  }
}

.backornext-area .btn-backbtn .featurette{
  padding-left: 15px;
  padding-right: 15px;
}

.backornext-area .btn-nextbtn .featurette{
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1209px) {
  .backornext-area .btn-nextbtn{ text-align: left; }
}


/*パンくずリスト・スクロール*/
.scroll_ol { margin-bottom: 20px }

@media screen and (max-width:767px) {
  .scroll_ol {
    padding-bottom: 5px;
    display:block;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}

.scroll_ol::-webkit-scrollbar {
  height: 12px;
}
 
.scroll_ol::-webkit-scrollbar-thumb {
  background: #656565;
  border-radius: 8px;
}
 
.scroll_ol::-webkit-scrollbar-track {
  background: #d2e8ff;
  border-radius: 8px;
}

/*レスポンシブ時のh1調整*/
.container .row .blog-main h1 {
  margin-bottom: 15px!important;
}

/*レスポンシブ時の更新日付情報の調整*/
@media screen and (max-width:767px) {
  .datetextarea .datetext {
    float: right !important;
    text-align: right !important;
    margin: 10px 0px 0px 0px !important;
    font-size: 12px !important;
  }
}

/*コンテンツ関連*/
.blog-main .table-c-sp .deme-table, .blog-main .table-c-sp .tbl-bdr {
  width: 100%;
}

/*hr*/
.columncontainer .columnwrap .font-sp{
    display: block;
  }
@media screen and (max-width: 767px) {
  .columncontainer .columnwrap .font-sp{
    display: none;
  }
}


/*SNS関連*/
.author-sns-twitter { 
  float: left;
  display: inline-block;
  border: 0.15rem solid #ffffff;
  width: 2.5rem;
  line-height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  background: #1da1f2;
}
.twitter-icon:before {
  content: url(../../img/LOGO/twitter02.webp);
  display: inline-block;
  vertical-align: text-top;
  transform: scale(0.021);
  width: 0px;
  height: 0px;
  margin: 2.5px 19.5px 0px 0px;
}
@media screen and (max-width: 767px) {
  .twitter-icon:before {
    margin: 3.5px 19.5px 0px 0px;
  }
}
.author-sns-twitter:hover {
  border: 0.15rem solid #1da1f2;
  background: #ffffff;
  transition : 0.5s;
}
.author-sns-twitter:hover .twitter-icon:before {
  content: url(../../img/LOGO/twitter03.webp);
  transition : 1s;
}
.author-pages { float: right; }


/*手順ol装飾*/
.tejun ol li { color:#666666; }


/*動画リンク*/
.y-videolink {
  margin: 0px 20px 30px 20px;
}
.y-videolink iframe {
  width: 100% !important; height: 500px !important;
}
