@charset "utf-8";
/* CSS Document */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
.home h2,
.document h2,
.seminar.complete h2 {
  font-size: 2.2em;
  text-align: center;
  margin: 1em auto;
  font-weight: bold;
  letter-spacing: 0.08em;
}
/* =================================================
 * all display
 * ================================================*/
header {
  background-color: #ffffff;
  /*position: fixed;*/
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  min-height: 54px;
  position: fixed;
}
.logged-in.admin-bar header {
  top: 32px;
}
.header-info {
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
}
.header-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-logo-area {
  display: flex;
  align-items: center;
  width: 530px;
}
.header-logo img {
  height: 50px;
  width: auto;
  margin-right: 20px;
}
.header-logo-area p {
  font-size: 80%;
  padding-left: 20px;
  line-height: 1.3;
  position: relative;
  color: #888;
}
.header-logo-area p::before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  width: 1px;
  height: 30px;
  left: 0;
  background-color: #dbdbdb;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.header-logo-area p span {
  display: block;
  font-size: 130%;
  letter-spacing: 0.06em;
}
.header-item-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-merumaga a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #393939;
  text-decoration: none;
  border: 3px solid #f59d0c;
  border-radius: 2px;
  box-shadow: 0px 3px #f59d0c;
  padding: 5px 20px 5px 10px;
  position: relative;
}
.header-merumaga a:after {
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #f59d0c #f59d0c transparent transparent;
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
  transition: 0.2s;
}
.header-merumaga a:hover {
  opacity: 1;
  transition: 0.2s;
  transform: translateY(-2px);
  box-shadow: none;
}
.header-merumaga .header-merumaga__icon {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}
.header-merumaga .header-merumaga__icon img {
  width: 100%;
}
.header-merumaga-text {
  line-height: 1.2;
}
.header-merumaga-text > span {
  display: block;
}
.header-merumaga-text__sub {
  font-size: 10px;
  color: #686868;
  margin-left: 3px;
}
.header-merumaga-text__main {
  font-size: 14px;
}
.header-merumaga-text__main b {
  font-weight: bold;
  font-size: 130%;
}
#form,
#form-sp {
  background-color: white;
  width: 200px;
  height: 30px;
  border: 2px solid #dfdfdf;
  margin-left: 20px;
}
#form input,
#form-sp input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
#form,
#form-sp {
  border-radius: 40px;
}
#input,
#input-sp {
  border: none;
  width: 170px;
  padding-left: 10px;
}
#submit,
#submit-sp {
  width: 20px;
  border: none;
  background-image: url(/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/icon-search.svg);
  background-position: center;
  background-size: auto 50%;
  background-repeat: no-repeat;
}

.form-style {
  background-color: white;
  width: 200px;
  height: 30px;
  border: 2px solid #dfdfdf;
  margin-left: 20px;
  border-radius: 40px;
}
.article-detail-text-area {
  word-break: break-all;
}
.article-detail-text-area .form-style {
  background-color: white;
  width: 96%;
  height: 50px;
  border: 2px solid #dfdfdf;
  margin-left: 0;
  border-radius: 60px;
}
.form-style input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.article-detail-text-area .form-style input.input-text {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  width: 90%;
  padding-left: 10px;
}
.form-style .input-text {
  border: none;
  width: 170px;
  padding-left: 10px;
}
.form-style .submit {
  width: 20px;
  border: none;
  background-image: url(/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/icon-search.svg);
  background-position: center;
  background-size: auto 50%;
  background-repeat: no-repeat;
}
.article-detail-text-area .form-style .submit {
  width: 40px;
  border: none;
  background-image: url(/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/icon-search.svg);
  background-position: center;
  background-size: auto 50%;
  background-repeat: no-repeat;
}
.article-detail-text-area img {
  width: auto;
  max-width: 100%;
}
.article-detail-text-bottom-banner {
  margin: 0 auto;
}
/*投稿記事の日付のスタイル*/
.article-date span {
  position: relative;
  padding-right: 5px;
  display: block;
}
.article-date-page span {
  display: inline-block;
}
.article-date span::before {
  position: relative;
  display: inline-block;
  padding: 0 4px 0 0;
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}
.article-date span {
  color: #555;
}
.article-date span::before {
  background: url("/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/icon-writetime.svg") no-repeat;
}
.article-date span.time-modified::before {
  background: url("/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/icon-update.svg") no-repeat;
}
@media screen and (max-width: 782px) {
  .article-date span {
    padding-right: 0;
    display: block;
  }
}
.header-sns {
  margin-left: 20px;
}
.header-sns ul {
  display: flex;
  align-items: center;
  position: relative;
}
.header-sns ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  width: 1px;
  height: 20px;
  left: -8px;
  background-color: #dbdbdb;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.header-sns ul li {
  padding: 0 6px;
}
.header-nav-area {
  padding: 16px 0;
  background: -moz-linear-gradient(right, #f9a92a, #f39800);
  background: -webkit-linear-gradient(right, #f9a92a, #f39800);
  background: linear-gradient(to right, #f9a92a, #f39800);
}
nav.nav-global ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
nav.nav-global li {
  padding: 0 20px;
  font-size: 14px;
}
nav.nav-global li a {
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
nav.nav-global li a.current {
  font-weight: bold;
  color: #565656;
}
nav.nav-global li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 34%;
  width: 1px;
  height: 14px;
  left: -20px;
  margin-top: -2px;
  background-color: #ffffff;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
nav.nav-global li:first-of-type a::before {
  display: none;
}
/*----------------------------
sp menu
----------------------------*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  padding: 10px 20px;
}
.sp-logo img {
  height: 45px;
  width: auto;
  margin: 10px auto 0;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #e9881f;
  display: block;
  content: "";
  cursor: pointer;
  z-index: 9999;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*中身*/
#nav-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
}

#nav-content.open {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); /*背景色*/
  overflow: hidden; /*ブラー効果でボヤけた部分を非表示*/
}

/*:beforeにぼかし効果を設定する*/
#nav-content.open:before {
  content: "";
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1; /*重なり順序を一番下にしておく*/
}

/*チェックが入ったら表示する内容*/

.form-area {
  margin: 1em auto;
  text-align: center;
}

.hamburger-top {
  height: 40px; /*×ボタンと被らないように*/
}

.category {
  text-align: center;
  margin-top: 1rem;
}
body.category {
  text-align: left;
  margin-top: 0;
}
.category-title {
  padding: 0.5rem;
}
ul.category li {
  background: #f39800;
  background: -moz-linear-gradient(right, #f9a92a, #f39800);
  background: -webkit-linear-gradient(right, #f9a92a, #f39800);
  background: linear-gradient(to right, #f9a92a, #f39800);
  border-bottom: 2px solid #fff;
  padding: 12px 4px;
}
ul.category li a {
  color: #fff;
  text-decoration: none;
}

/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg); /*打ち消す*/
  transform: translateY(-8px) rotate(45deg); /*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}
/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg); /*打ち消す*/
  transform: translateY(-8px) rotate(45deg); /*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}

/* =================================================
 * 下層
 * ================================================*/
/*----------------------------
全体
----------------------------*/
div#container {
  /*padding-top: 120px;*/
}
/*----------------------------
パンくず
----------------------------*/
.breadcrumb {
  padding: 10.5em 0 0.5em 0;
  font-size: 0.8em;
  color: #555;
}
.breadcrumb span {
}
/*.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li {
  padding-right: 30px;
  font-size: 0.8em;
}
.breadcrumb ul li a{
  position: relative;
}
.breadcrumb ul li a::after{
    content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
  top: 7px;
  right: -16px;
}*/
/*----------------------------
メインコンテンツ
----------------------------*/
#main-content {
  padding: 2em 0 2em 0;
}
#main-content .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
}
/*----------------------------
メインコンテンツ
----------------------------*/
main.main-article-area {
  width: 830px;
  margin-right: 20px;
}
aside {
  width: 250px;
}
.article-detail-main-image {
  overflow: hidden;
  max-height: 445px;
}
/* =================================================
footer
 * ================================================*/
.footer-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logo-area {
  background: #fff;
  display: flex;
  padding: 20px 0;
  width: 20%;
  box-sizing: border-box;
}
.footer-logo-area a {
  margin: 0 auto;
  width: 80%;
}
.footer-logo-area img {
  width: 100%;
  height: auto;
  min-width: 30px;
  max-width: 158px;
  margin: 0 auto;
}
.footer-info-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-menu-sns-area {
  width: 78%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-menu-area {
  width: 65%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.footer-sns-area {
  width: 10%;
}
ul.footer-menu-list {
  width: 90%;
  display: flex;
  padding: 20px 10px 20px 0;
  box-sizing: border-box;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.footer-menu-list a {
  color: #fff;
  padding: 0 10px;
}
.footer-sns-area ul {
  display: flex;
  padding: 20px 0;
  box-sizing: border-box;
}
.footer-sns-area ul li {
  padding: 0 6px;
}
.footer-copyright-area {
  background: -moz-linear-gradient(right, #b5b5b5, #a1a1a1);
  background: -webkit-linear-gradient(right, #b5b5b5, #a1a1a1);
  background: linear-gradient(to right, #b5b5b5, #a1a1a1);
}
.footer-copyright-area p {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
#pagetop {
  width: 60px;
  right: 70px;
  bottom: 20px;
  position: fixed;
  cursor: pointer;
  z-index: 20;
}

/*----------------------------
pc
----------------------------*/
@media screen and (min-width: 1025px) {
  #nav-open {
    display: none;
  }
  .sp-logo {
    display: none;
  }
}
/*----------------------------
sp
----------------------------*/
@media screen and (max-width: 1100px) {
  main.main-article-area {
    width: 72%;
    margin: 0 auto;
  }
  aside {
    width: 22%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #header-wrap {
    display: none;
  }
  header {
    position: fixed;
  }
  .sp-logo {
    display: block;
    position: absolute;
    left: 35%;
    top: -6px;
    margin: 0;
    padding: 0;
  }
  div#container {
    padding-top: 55px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in.admin-bar header {
    top: 46px;
  }
}

@media screen and (max-width: 779px) {
  br.sp-clear {
    display: none;
  }
  div#container {
    padding-top: 55px;
  }
  #main-content {
    padding: 1em 0;
  }
  main.main-article-area {
    width: 95%;
    margin: 0 auto;
  }
  aside {
    width: 95%;
    margin: 1em auto;
  }
  .bnr img {
    max-width: 250px;
    margin: 0 auto;
  }
  #top h2 {
    font-size: 1.8em;
  }
  .footer-logo-area,
  .footer-menu-sns-area,
  ul.footer-menu-list,
  .footer-sns-area {
    width: 100%;
  }
  .footer-sns-area ul {
    width: 20%;
    margin: 0 auto;
  }
  .footer-sns-area ul li {
    margin: 0 auto;
  }
  .footer-menu-area li {
    width: 100%;
  }
  ul.footer-menu-list {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  ul.footer-menu-list li {
    position: relative;
    margin-bottom: 3px;
  }
  ul.footer-menu-list li::before {
    position: relative;
    content: ">";
    font-size: 10px;
    vertical-align: 2px;
    color: #fff;
  }
  #form-sp,
  .form-style {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #input-sp,
  .form-style .input-text {
    width: 90%;
    margin: 0 auto;
  }
  #pagetop {
    width: 40px;
    position: fixed;
    right: 3%;
    bottom: 2.5%; /*2.5%;*/
    cursor: pointer;
    z-index: 20;
    display: none;
  }
}
/* =================================================
 * top
 * ================================================*/
/*----------------------------
common
----------------------------*/
.bg-gray {
  background: #f6f6f6;
}
.bg-gray2 {
  background: #efefed;
}
.bg-orange {
  background: -moz-linear-gradient(right, #f9a92a, #f39800);
  background: -webkit-linear-gradient(right, #f9a92a, #f39800);
  background: linear-gradient(to right, #f9a92a, #f39800);
}
.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.btn-orange a {
  display: block;
  padding: 15px 0;
  background: #f39800;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  position: relative;
  box-shadow: 0 4px 0 #bfbfbf;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
}
.btn-orange a::after {
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
}
.btn-orange a:hover {
  opacity: 1;
  background: #888;
  box-shadow: none;
  color: #fff;
  transition: 0.2s;
  transform: translateY(-1px);
}
.btn-orange-cloud {
  display: block;
  padding: 6px 0;
  background: -moz-linear-gradient(right, #f9a92a, #f39800);
  background: -webkit-linear-gradient(right, #f9a92a, #f39800);
  background: linear-gradient(to right, #f9a92a, #f39800);
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1em;
  position: relative;
  box-shadow: 0 4px 0 #bfbfbf;
  border-radius: 6px;
  font-weight: bold;
}
.btn-orange-cloud::after {
  width: 18px;
  height: 18px;
  border: none;
  border-color: none;
  transform: none;
  background: url(/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/icon-download.svg)
    no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.w-50 {
  width: 50%;
  margin: 0.5em auto;
}
.w-40 {
  width: 40%;
  margin: 0.5em auto;
}
.txt-small a {
  padding: 10px;
  font-size: 1em;
}
/*----------------------------
hero area
----------------------------*/
section.hero {
  /*padding-top: 110px;*/
  overflow: hidden;
}
.hero-bg {
  width: 100%;
  background-image: url(/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/bg_top.jpg);
  background-size: cover;
}
.hero-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10.5em 0 1em;
}
.top-new-articles {
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.article-box-inner {
  position: relative;
  display: block;
  background: #f3f3f5;
  border-radius: 6px;
}
.article-box-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 10px #b3b3b3;
  transition: 0.2s;
}
.top-news-box {
  transition: 0.2s;
}
.article-box-inner a {
  display: flex;
    position: relative;
    flex-wrap: wrap;
    text-decoration: none;
    overflow: hidden;
    justify-content: center;
    border-radius: 6px;
}
span.c-new {
  position: absolute;
  background: #ed8219;
  line-height: 1.5;
  padding: 10px 6px;
  border-radius: 6px;
  margin-top: -20px;
  margin-left: -12px;
  color: #fff;
  z-index: 2;
}
.top-news-box:first-of-type,
.top-news-box {
  width: 48%;
  margin-bottom: 3em;
  border-radius: 6px;
}
.top-news-box:first-of-type .article-img,
.top-news-box:first-of-type .article-content {
  width: 100%;
}
.top-article_list {
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.top-article-box{
  transition: 0.2s;
  width: calc((100% / 3) - 20px );
  margin-bottom: 3em;
  border-radius: 6px;
}
.article-content {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
h3.article-ttl {
  font-size: 1.2em;
  font-weight: bold;
  color: #252525;
  line-height: 1.4;
  margin: 0.65em auto;
  min-height: 3.1em;
}
ul.article-tag{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
ul.article-tag li{
  font-size: 0.8em;
  color: #888;
  border: 2px solid #888;
  line-height: 1.2;
  padding: 2px 5px 3px;
  border-radius: 20px;
  margin: 6px 0;
  background: #fff;
  margin-right: 6px;
  width: auto;
}
ul.article-cat,
ul.post-categories {
  display: flex;
  margin-top: 3em;
  flex-wrap: wrap;
}
ul.article-cat li,
ul.post-categories li {
  font-size: 0.8em;
  color: #888;
  border: 2px solid #888;
  line-height: 1.2;
  padding: 2px 5px 3px;
  border-radius: 20px;
  margin: 6px 0;
  background: #fff;
  margin-right: 6px;
  width: auto;
}
.top-new-articles .article-cat {
  margin-top: 0;
}
.tag-box {
  background: rgba(249,249,249,.85); 
  margin: 2em auto;
  border-radius: 6px;
}
.tag-image {
  width: 100%;
  text-align: center;
  background-color: #f39800;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.tag-image figure {
  margin: 10px auto;
}
.tag-image figure img{
  width: 40px;
}
.tag-image figcaption {
  color: #fff;
  line-height: 1.2;
  font-size: 1.2em;
  margin: 10px auto;
  text-align: left;
  width: 170px;
}
.tag-all {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.tag-all ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  max-width: 100%;
  box-sizing: border-box;
}
time.side-article-date span {
  font-size: 0.85em;
}
/*----------------------------
cta btn area
----------------------------*/
section.cta-area {
  padding: 4em 2em;
  border-top: 1px solid #d3d0ce;
  border-bottom: 1px solid #d3d0ce;
}
ul.cta-btn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.cta-btn-list li {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  transition: 0.5s;
}
ul.cta-btn-list li:hover {
  box-shadow: 0 0 10px #dcdcdc;
  transition: 0.5s;
  transform: translateY(-3px);
}
.cta-wrapper .img-bnr {
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 999;
  width: 200px;
  display: block;
}
.cta-wrapper .img-bnr img {
  transition: 0.5s;
}
.cta-wrapper .img-bnr:hover img {
  transition: 0.5s;
  transform: translateY(-2px);
}
/*.cta-wrapper .img-bnr img {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}*/
.cta-wrapper .text-link {
  display: none;
}
/*----------------------------
seminar area
----------------------------*/
section.seminar {
  padding: 4em 2em;
}
.seminar-article-area {
  width: 100%;
}
.seminar-list-title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
/* .seminar-list-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #003366 transparent transparent transparent;
} */
.seminar-list-archive-wrap {
  /* background: #fff; */
  padding: 30px 10px 0 10px;
  border-radius: 10px;
  /* margin-bottom: 20px; */
}
ul.seminar-list {
  width: 100%;
  margin: 4em auto 4em 0;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
}
ul.article-list.seminar-list {
  justify-content: space-between;
  margin: 1em auto 4em auto;
}
.seminar-list-archive-wrap ul.seminar-list {
  margin: 0 auto;
}
ul.seminar-list li {
  width: 100%;
  /* max-width: 341px; */
  margin-bottom: 2em;
  background: #fff;
  position: relative;
  margin-right: 3%;
  border-radius: 6px;
  transition: 0.2s;
  border: 1px solid #d3d0ce;
}
ul.article-list.seminar-list li {
  width: 48.5%;
  max-width: 415px;
  box-sizing: border-box;
  margin: 0 0 2em 0;
  background: #fff;
  position: relative;
}
ul.seminar-list li:last-child {
  margin-right: 0;
}
ul.seminar-list li a {
  text-decoration: none;
  display: flex;
}
ul.seminar-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 10px #b3b3b3;
  transition: 0.2s ease-out;
}
ul.seminar-list h3 {
  padding: 0 30px 0 20px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4;
  color: #252525;
  text-align: justify;
}
.seminar-list-thumbnail {
  position: relative;
  width: 40%;
  overflow: hidden;
  margin: 0;
}
.seminar-list-thumbnail img {
  width: 100%;
  height: auto;
  /* clip: rect(0px 341px 180px 0px);
  position: absolute; */
}
.seminar-list-info {
  width: 65%;
}
ul.seminar-list p:first-child {
  padding: 20px 20px 10px;
}
ul.seminar-list p:last-child {
  padding: 20px 20px 20px;
}
ul.seminar-list .ico_seminar-date {
  background: #ccc;
  padding: 3px 5px;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 80%;
  margin: 0 10px 0 0;
  color: #333;
  display: inline-block;
  vertical-align: 2px;
}
ul.seminar-list .ico_seminar-stage {
  background: #eda719;
  padding: 8px 15px;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 101%;
  font-weight: 700;
  margin: 0 0 0 8px;
  color: #fff;
  display: inline-block;
  vertical-align: 2px;
  margin: 0 20px 0 0;
}
ul.seminar-list .ico_seminar-stage__fin {
  background: #ccc;
  color: #333;
}
.seminar-futura {
  padding: 0 0 60px;
}
.seminar-archive-pickup {
  background: #fff;
  padding: 60px 0 60px;
}
.seminar-archive-category {
  background: #f6f6f6;
  padding: 60px 0 60px;
}
.seminar-archive-category ul.seminar-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 40px 4.7%;
}
.seminar-archive-category ul.seminar-list li {
  width: 30%;
  margin: 0;
}
.seminar-archive-category ul.seminar-list li a {
  display: block;
}
.seminar-archive-category .seminar-list-thumbnail {
  width: 100%;
}
.seminar-archive-category .seminar-list-info {
  width: 100%;
}
.seminar-list-preparation-text{
  text-align: center;
  font-size: 200%;
}

/*セミナーアーカイブページ用*/

ul.seminar-list .article-date span {
  margin: 0;
}
ul.seminar-list .article-date span::before {
  display: none;
}
.seminar-archive-page-list .article-img-inner {
  position: relative;
  width: 100%;
  height: 180px;
  max-width: 415px;
  overflow: hidden;
}
.seminar-archive-page-list .article-img-inner img {
  width: 100%;
  height: auto;
  clip: rect(0px 415px 180px 0px);
  position: absolute;
  flex-wrap: wrap;
}
.seminar-archive-page-list .ico_end-event {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 0 6px 0 10px;
  padding: 5px 8px;
}
ul.seminar-list li:hover > a {
  opacity: 1;
}

/*タブ切り替え全体のスタイル*/
.seminar-tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.seminar-tab_item {
  width: calc(100% / 3);
  height: 70px;
  /* border-bottom: 3px solid #eda719; */
  background-color: #eda719;
  line-height: 70px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3em;
  transition: all 0.2s ease;
}
.seminar-tab_item:hover {
  opacity: 0.75;
}




/*ラジオボタンを全て消す*/
input[name="seminar-tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.seminar-tab_content {
  /* display: none; */
  padding: 0 20px;
  clear: both;
  overflow: hidden;
  width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#limited:checked ~ #limited_content,
#marketing:checked ~ #marketing_content,
#sales:checked ~ #sales_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.seminar-tabs input:checked + .seminar-tab_item {
  color: #eda719;
  background-color: #fff;

}

@media (max-width: 768px) {
  ul.seminar-list li a {
    display: block;
  }
  .seminar-list-info {
    width: 100%;
}
.seminar-tab_item{
  font-size: 14px;
  letter-spacing: 0;
  height: auto;
  line-height: none;
  display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2em;
    padding: 20px 0;
}
.seminar-tab_content{
  padding: 30px 0 0;
}
.seminar-archive-category ul.seminar-list{
  display: block;
}
.seminar-archive-category ul.seminar-list li {
  width: 100%;
  margin: 0 auto 3em auto;
}
}






/*----------------------------
column area
----------------------------*/
section.column {
  padding: 6em 2em;
  width: 100%;
  background-image: url(/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/bg_column.jpg);
  background-size: cover;
  box-sizing: border-box;
}
.column-box {
  background: rgba(255, 255, 255, 0.4);
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 0 10px #dfdfdf;
}
.column-box h2 {
  display: table;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
.column-box h2::before,
.column-box h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
  z-index: 10;
}
.column-box h2::before {
  left: 0;
}
.column-box h2::after {
  right: 0;
}
.column-box ul {
  width: 95%;
  margin: 1em auto;
}
.column-box ul li {
  background: #fff;
  padding: 2em 3em;
  border-radius: 6px;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.column-photo-area {
  width: 20%;
}
.column-intro-area {
  width: 76%;
}
p.column-main-title {
  font-size: 22px;
  font-weight: bold;
  padding: 18px 0 5px;
  color: #252525;
  line-height: 1.4;
}
.column-intro-area h3 {
  background: #c0bcba;
  display: table;
  padding: 8px 20px;
  border-radius: 4px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  color: #fff;
  font-size: 1.1em;
}
.column-title-area h4 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.column-intro-area ul {
  width: 100%;
}
.column-intro-area ul li {
  background: transparent;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-radius: 0;
}
li.dot-line {
  border-bottom: 2px dashed #dfdfdf;
}
.column-title-area {
  width: 60%;
}
.column-btn-area {
  width: 40%;
}
/*----------------------------
top-column area
----------------------------*/
.top-column-box h2 {
  display: table;
  margin: 0 auto 1em;
  position: relative;
  padding: 0;
}
.top-column-box h2::befre,
.top-column-box h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
  z-index: 10;
}
.top-column-box h2::before {
  left: 0;
}
.top-column-box h2::after {
  right: 0;
}
.top-column-list {
  width: 95%;
  margin: 1em auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-column-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 30%;
}
.top-column-item a {
  background: #fff;
  padding: 0;
  border-radius: 6px;
  margin-bottom: 2em;
  border-radius: 6px;
  text-decoration: none;
  text-align: left;
}
.top-column-item a:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 10px #b3b3b3;
  transition: 0.2s;
}
.top-column-box .article-img-inner img {
  border-radius: 6px 6px 0 0;
}
.top-column-box .article-ttl {
  text-align: left;
  font-size: 105% !important;
}
.top-column-lead {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 1em auto 3rem;
}
/*----------------------------
ranking area
----------------------------*/
section.rancking {
  padding: 4em 2em;
}
ol.rancking {
  margin: 2em auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ol.rancking li {
  width: 48%;
}
ol.rancking li:first-of-type {
  width: 100%;
  margin-bottom: 2em;
}
ol.rancking li a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  color: #888;
}
ol.rancking li a:hover {
  top: 0.2em;
  box-shadow: 0 0 10px #b3b3b3;
}
ol.rancking li ul.article-cat li {
  width: inherit;
  margin-bottom: 0;
}
ol.rancking li .rancking-content {
  width: 50%;
  background: #f3f3f5;
  padding: 4%;
  box-sizing: border-box;
}
ol.rancking li .rancking-img {
  width: 50%;
}
ol.rancking li .rancking-img-inner {
  height: 350px;
  position: relative;
  overflow: hidden;
}
ol.rancking li .rancking-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
span.num01 {
  font-size: 1.3em;
  background: #ffd201;
  padding: 6px 15px;
  line-height: 0;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  left: -20px;
  top: 20px;
  font-weight: bold;
}
span.num02 {
  font-size: 1.3em;
  background: #dadbdb;
  padding: 6px 15px;
  line-height: 0;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  left: -20px;
  top: 20px;
  font-weight: bold;
}
span.num03 {
  font-size: 1.3em;
  background: #dcceac;
  padding: 6px 15px;
  line-height: 0;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  left: -20px;
  top: 20px;
  font-weight: bold;
}
/*----------------------------
new area
----------------------------*/
section.new {
  padding: 2em 2em;
}
.new .article-img {
  overflow: hidden;
  height: 190px;
}
.new .article-img-inner {
  position: relative;
}
.new .article-img-inner img {
  border-radius: 6px 6px 0 0;
  width: 120%;
  height: auto;
  margin: 0 -10%;
}

/*----------------------------
document area
----------------------------*/
section.document {
  padding: 4em 2em;
}
ul.document-list {
  width: 100%;
  max-width: 1000px;
  margin: 3em auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}
ul.document-list li {
  width: calc(94% / 4);
  background: #fff;
  border-radius: 6px;
  padding: 10px 10px 0;
  box-sizing: border-box;
  position: relative;
  margin-right: 2%;
  margin-bottom: 30px;
  transition: 0.5s;
}
ul.document-list li:nth-child(4n) {
  margin-right: 0;
}
ul.document-list li a {
  text-decoration: none;
  color: #888;
  position: relative;
  display: block;
  height: 90%;
  margin-bottom: 80px;
}
ul.document-list li:hover {
  transition: 0.5s;
  transform: translateY(-3px);
  box-shadow: 0 0 10px #dcdcdc;
}
ul.document-list li img {
  height: 100px;
  width: auto;
  margin: 1em auto;
}
ul.document-list figcaption {
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.4;
}
ul.document-list li .btn-orange-cloud {
  position: absolute;
  width: 210px;
  height: 30px;
  left: 50%;
  right: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
/*----------------------------
mailmagazine area
----------------------------*/
/*#title-block*/
section#title-block{
  background: #fff; 
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}
section#title-block h1{
  font-size: 1.75rem;
  padding: 0;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}
@media (max-width: 480px) {
  section#title-block h1 {
    font-size: 1.375rem;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
}
section#title-block p{
  font-size: 1rem;
  padding: 0.25rem 0 0 0;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}
/*#main-block*/
section#main-block{
  position: relative;
  padding: 1.875rem 1.25rem 2.5rem 1.25rem;
  height: 100%;
}
section#main-block .content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
section#main-block.item{
  width:57%;
}
/*1columnのデザインの場合*/
section#main-block.main-block-1column{
  display: block;
  position: relative;
}
section#main-block.main-block-1column .content{
  display: block;
  z-index: 9;
}
section#main-block.main-block-1column .content .item{
  width: 100%;
}
section#main-block.main-block-1column .item h3{
  text-align: center;
  padding: 0 0 0.937rem 0;
  margin: 0 auto 0.937rem auto;
  font-size:1.625rem;
  line-height: 1.5;
  color: #166596;
  border-bottom: 1px solid #166596;
}
section#main-block.main-block-1column .item p{
  text-align: center;
}

/* ===== リンクカード ここから ===== */
.my-link-card {
  display: flex;
  align-items: stretch;
  border: 3px solid #f39800;
  border-radius: 8px;
  overflow: hidden;
  margin: 1.5em 0;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  outline: none;
}

.my-link-card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

/* キーボード操作でのアクセシブルなフォーカス */
.my-link-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(59,130,246,.45), 0 5px 15px rgba(0,0,0,.1);
  transform: none;
}

.my-link-card-image {
  padding: 20px;
  flex-shrink: 0;
  width: 200px;
  min-height: 100%;
  display: grid;
  place-items: center;
}

.my-link-card-img {
  width: 100%;
  object-fit: cover;
}

.my-link-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  gap: 10px;
}

.my-link-card-title {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2;
}

.my-link-card-text {
  font-size: 1em;
  line-height: 1.5;
  color: #555;
}

.my-link-card-text p { margin: 0; padding: 0;}

/* 画像が無い場合は余白だけ確保して崩れないように */
.my-link-card:not(:has(.my-link-card-image)) .my-link-card-content {
  padding-left: 16px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .my-link-card { flex-direction: column; }
  .my-link-card-image {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
}


/* =================================================
* 下層ページ
* ================================================*/
/*----------------------------
一覧
----------------------------*/
ul.article-list {
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul.article-list li {
  width: 47%;
  margin: 0 10px 2em;
  background: #fff;
  position: relative;
}
ul.article-list li:hover {
  top: 0.2em;
  box-shadow: 0 0 10px #dcdcdc;
}
ul.article-cat li:hover,
ul.post-categories li:hover {
  position: inherit;
  box-shadow: none;
}
ul.article-cat li a,
ul.article-list li a {
  color: #888;
  text-decoration: none;
}
.search-results ul.article-list {
  margin: 1em auto;
  display: block;
}
.search-results ul.article-list li {
  width: 100%;
  margin: 0 auto 2em;
  background: #fff;
  position: relative;
}
.search-results ul.article-list li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
}
.search-results ul.article-list .article-img-inner {
  width: 25%;
  box-sizing: border-box;
  padding: 2%;
}
.search-results ul.article-list .article-content {
  width: 74%;
  font-size: 80%;
}
.search-results ul.article-list .article-content ul.article-cat {
  margin-top: 0.6em;
}
.search-results ul.article-list .article-img-inner img {
}
h2.article-ttl {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.5em 0;
  color: #252525;
}
ul.article-list ul.article-cat li,
ul.article-list ul.post-categories li {
  width: inherit;
  margin: 0 6px 6px 0;
}

ul.article-list02 {
  margin: 1em auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  flex-wrap: wrap;
}
ul.article-list02 li {
  width: 94%;
  margin: 0 auto 2em;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
}
ul.article-list02 li a {
  text-decoration: none;
}
ul.article-list02 li:hover {
  top: 0.2em;
  box-shadow: 0 0 10px #dcdcdc;
}
ul.article-list02 h2.article-ttl {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.5em 0;
  color: #252525;
  border: none;
  background: none;
  padding: 0;
  text-align: center;
}
ul.article-list02 ul.article-cat li,
ul.article-list02 ul.post-categories li {
  width: inherit;
  margin: 0 6px 6px 0;
}
ul.article-list02 .article-img-inner {
  width: 100%;
  min-height: 300px;
  text-align: center;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
ul.article-list02 .article-img-inner img {
  text-align: center;
  vertical-align: middle;
}

.bnr {
  margin-bottom: 2em;
}
.bnr--fixed{
  position: sticky;
  top: 135px;
  z-index: 1;
}
h2.side-article-title {
  color: #fff;
  text-align: center;
  padding: 10px;
  background: -moz-linear-gradient(right, #f9a92a, #f39800);
  background: -webkit-linear-gradient(right, #f9a92a, #f39800);
  background: linear-gradient(to right, #f9a92a, #f39800);
  letter-spacing: 0.08em;
  border-radius: 6px 6px 0 0;
  font-size: 1.1em;
}
ul.side-list {
  margin-bottom: 2em;
}
ul.side-list li {
  padding: 10px;
  border: 1px solid #ddd;
}
ul.side-list li:nth-child(odd) {
  background: #fff;
}
ul.side-list li:nth-child(even) {
  background: #efefed;
}
ul.side-list li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.side-list-image {
  width: 30%;
}
.side-list-image figure {
  overflow: hidden;
  width: 66px;
  height: 66px;
  position: relative;
}
.side-list-image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.side-list-content {
  width: 66%;
}
.side-list-content h3 {
  color: #252525;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.4;
}
.pager {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.pager li {
}
.pager li span {
  background: #ccc;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 2px;
}
.pager li a {
  background: #f39800;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 2px;
}

.seminar_pager {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.seminar_pager span {
  display: block;
  background: #ccc;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 2px;
}
.seminar_pager a {
  display: block;
  background: #f39800;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 2px;
}
.seminar_pager .prev,
.seminar_pager .next {
  width: 70px;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
}

/*----------------------------
記事詳細ぺージ
----------------------------*/
.article-detail-main-image img {
  border-radius: 10px 10px 0 0;
}
.article-detail-text-area {
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.article-detail-text-area {
  padding: 40px;
}
.article-detail-title-area {
  padding: 0 0 30px;
  border-bottom: 2px dashed #dfdfdf;
  margin-bottom: 30px;
}
.article-detail-title-area h1 {
  margin-top: 1em;
  letter-spacing: 0.03em;
  font-size: 1.8em;
}
.article-detail-text-area h2 {
  background: #f6f6f6;
  border-left: 10px solid #f39800;
  padding: 14px 20px;
  font-size: 1.6em;
  font-weight: bold;
  margin: 1em auto;
  line-height: 1.3;
}
.article-detail-text-area h3 {
  border-bottom: 2px solid #f39800;
  border-left: 6px solid #f39800;
  font-size: 1.4em;
  padding: 6px 16px 8px;
  line-height: 1.3;
  font-weight: bold;
  margin: 1em auto;
}
.article-detail-text-area h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em auto;
  padding: 6px 12px;
  line-height: 1.3;
  border-top: 1px solid #f39800;
  border-bottom: 1px solid #f39800;
}
.article-detail-text-area .ts-fab-text .ts-fab-header h4 {
  border: none;
}
.article-detail-text-area h5 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #a5a4a4;
  margin: 1em auto;
  padding: 8px 12px;
}

.table-of-contents h3 {
  padding: 8px;
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #f39904;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-left: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
ol.table-of-contents-list,
.ez-toc-list {
  padding: 30px;
  background: #f6f6f6;
  line-height: 1.3;
  margin-bottom: 30px;
}
ol.table-of-contents-list li {
  padding-bottom: 0.25em !important;
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 100%;
  letter-spacing: 0.05em;
}
ol.table-of-contents-list li:last-of-type {
  padding-bottom: 0;
}
ol.table-of-contents-list li a {
  text-decoration: underline;
  color: #252525;
}
.point-box {
  padding: 10px 20px;
  margin: 1em auto;
  border-radius: 6px;
  border: 3px solid #f6f6f6;
}
/*タグで調べる*/
.search-tag-box {
  background: #fff;
  padding: 30px;
  border: 3px solid #dfdfdf;
  border-radius: 10px;
}
/*関連おすすめ記事タイトル*/
.article-list-relation h3,
.search-tag-box h3 {
  margin: 0.5em auto;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 10px 0 10px;
}

/*----------------------------
資料DLぺージ
----------------------------*/
/* inquirydl */
.inquirydl-wrap {
  display: flex;
  justify-content: space-between;
}
.inquirydl-cont {
  width: 50%;
}
.inquirydl-cont .inner {
  width: 90%;
  margin-right: 50px;
  max-width: 400px !important;
  margin-top: 50px;
}
.inquirydl-cont img {
  max-width: 350px;
}
.inquirydl-cont h2 {
  font-size: 24px;
  color: #074d82;
  text-align: left;
  letter-spacing: 0;
  margin: 30px auto;
}
.inquirydl-cont ul {
  list-style: disc;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
}
.inquirydl-cont ul li {
  margin-left: 30px;
}
.inquirydl-wrap .form-hubspot {
  background: #dae3e5;
  width: 50%;
}
section.form-hubspot {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
}
.inquirydl-wrap .form-hubspot-inner {
  width: 90%;
  max-width: 410px !important;
  margin: 0 40px;
  padding: 0;
}
.inquirydl-wrap .hs-form-field div.input {
  float: none !important;
  width: 100% !important;
  box-sizing: border-box;
  line-height: 1.3;
  display: block;
  padding: 0;
  font-weight: bold;
  color: #555;
  margin-top: 10px;
}

.inquirydl-wrap .hbspt-form .input input {
  line-height: 1.5;
  padding: 5px !important;
  width: 100%;
  font-size: 16px !important;
  margin: 0;
}
.inquirydl-wrap input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 5px 10px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #fff !important;
}
.inquirydl-wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #fff !important;
  min-height: 100px;
  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
}
.inquirydl-wrap .hbspt-form .hs-form-required {
  color: #f51358 !important;
  font-size: 11px;
  letter-spacing: 3px;
  border: 1px solid #f51358;
  border-radius: 2px;
  padding: 1px 3px 1px 6px;
  line-height: 100%;
  vertical-align: 2px;
  margin: 0 5px 6px 5px;
}
.inquirydl-wrap .actions input.hs-button {
  font-size: 18px !important;
  font-weight: normal;
  width: 90%;
  padding: 15px 20px !important;
  background: #f51358 !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: none !important;
  margin-top: 10px !important;
  line-height: 1;
}
.inquirydl-wrap .hbspt-form div label {
  float: none;
  color: #074d82;
  width: 100% !important;
  line-height: 1.3;
  display: inline-block;
  padding: 8px 20px 0 0 !important;
  margin: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.inquirydl-wrap .hs-pointers {
  width: 90%;
  margin: 20px auto;
  font-size: 13px;
  text-align: left;
}
.inquirydl-wrap .hs-pointers a,
.hs-pointers a {
  text-decoration: underline;
  color: #074d82;
}
.inquirydl-wrap .hs-pointers a:hover,
.hs-pointers a:hover {
  text-decoration: none;
}
.inquirydl-wrap ul.hs-error-msgs li label {
  color: #f51358 !important;
}
.inquirydl-wrap .hs_prefectures .input select, .hs_plan .input select/*, .hs_how_to_know .input select*/ {
  width: 100%;
  min-height: 30px;
  color: #555;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 38px 5px 5px;
}
.dlcomplete .lead {
  text-align: center;
  font-weight: 500;
  color: #f51358;
  font-size: 26px;
}
.dlcomplete img {
  width: 350px;
  margin: 30px auto;
}
.dlcomplete-btn a {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 90%;
  background: #f51359;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  transition: 0.2s;
}
.dlcomplete-btn a:hover {
  opacity: 0.85;
}

.dlcomplete-btn p {
  text-align: center;
  font-size: 14px;
}
.shadow {
  background: #efefef;
  margin: 30px 0;
  padding: 15px;
}

@media screen and (max-width: 1024px) {
  .inquiry-dl header {
    height: 42px;
  }
  #main-content {
    padding-top: 30px;
  }
  #main-content h1 {
    font-size: 1.3em;
  }
  .breadcrumb {
    padding: 0.6em 0.4em;
    margin: 0;
  }

  .dlcomplete .lead {
    font-size: 22px !important;
    padding: 0 10px;
  }
  .inquirydl-wrap {
    display: block;
  }
  .inquirydl-cont {
    width: 100%;
  }
  .inquirydl-cont .inner {
    margin: 0 auto;
  }
  .inquirydl-wrap .form-hubspot {
    width: 100%;
  }
  .inquiry-dl .inquirydl-wrap .hs-form-field div.input {
    width: 90% !important;
  }
  ul.article-list02 {
    display: block;
  }
  ul.article-list02 li {
    width: 90%;
  }
  ul.article-cat,
  ul.post-categories {
    margin-top: 0;
  }
}
/* inquirydl end */

/*----------------------------
ulパターン
----------------------------*/
ul.article-ul-type01 {
  margin: 2em auto;
  width: 95%;
  padding: 20px;
  box-sizing: border-box;
}
ul.article-ul-type01 li {
  position: relative;
  padding-bottom: 16px;
  line-height: 1.3;
  padding-left: 16px;
}
ul.article-ul-type01 li::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid #f39800;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
/*----------------------------
olパターン
----------------------------*/
ol.article-ol-type01 {
  width: 95%;
  margin: 2em auto;
  border: 4px solid #f6f6f6;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 6px;
}
ol.article-ol-type01 li {
  line-height: 1.3;
  padding-bottom: 15px;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}
ul.article-ul-type01 li:last-of-type,
ol.article-ol-type01 li:last-of-type {
  padding-bottom: 0;
}
ul.area-btn-share {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
ul.area-btn-share li {
  line-height: 20px;
  padding-right: 10px;
}
.article-list-relation ul.article-list .article-img-inner {
  height: 223px;
  overflow: hidden;
}
/*投稿ページのみ目次(プラグインEasy Table of Contents)*/
#ez-toc-container {
  width: 100%;
  padding: 20px 10px;
  line-height: 1.3;
  background: #f6f6f6;
  margin: 0 auto 40px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  #ez-toc-container {
    padding: 20px 40px;
  }
}
.ez-toc-title-container {
  margin: 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.ez-toc-title {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.ez-toc-title::before {
  content: "\f550";
  font-family: "Font Awesome 5 Free";
  color: #777;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-style: normal;
  text-decoration: none;
}
.ez-toc-title-container p.ez-toc-title {
  position: relative;
  font-size: 26px;
  text-align: center;
  letter-spacing: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .ez-toc-title-container p.ez-toc-title {
    font-size: 22px;
  }
}
.ez-toc-title-container span.ez-toc-title-toggle {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.ez-toc-title-container span.ez-toc-title-toggle a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ez-toc-title-container span.ez-toc-title-toggle a span.ez-toc-js-icon-con {
  display: none !important;
}
.ez-toc-list.changed-on {
  display: block !important;
}
span.ez-toc-title-toggle a::after, span.ez-toc-title-toggle a.changed::before {
  content: "\f0d8［非表示］";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #777;
  text-align: center;
  position: relative;
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  span.ez-toc-title-toggle a::after, span.ez-toc-title-toggle a.changed::before {
    font-size: 14px;
  }
}
span.ez-toc-title-toggle a.changed::after {
  content: "\f0d7［表示］";
  color: #218acc;
}
span.ez-toc-title-toggle a.changed::before {
  display: none;
}
#ez-toc-container nav {
  list-style: none;
  box-sizing: border-box;
  margin: 10px 0 0;
  padding: 0;
}
#ez-toc-container ul,
.ez-toc-list li a i {
  list-style: none;
  box-sizing: border-box;
  margin: 5px 0 0 0;
  padding: 0;
}
.ez-toc-list li.ez-toc-heading-level-2 {
  margin-bottom: 10px;
}
.ez-toc-list li.ez-toc-heading-level-3 {
  margin-bottom: 4px;
  padding-left: 5px;
}
.ez-toc-list li a {
  color: #555;
  position: relative;
  text-decoration: none;
}
.ez-toc-list li.ez-toc-heading-level-2 a {
  padding: 3px 0;
  margin-left: 22px;
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .ez-toc-list li.ez-toc-heading-level-2 a {
    font-size: 16px;
  }
}
.ez-toc-list li.ez-toc-heading-level-3 a {
  padding: 2px 0;
  margin-left: 30px;
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .ez-toc-list li.ez-toc-heading-level-3 a {
    font-size: 14px;
  }
}
.ez-toc-list li a:hover {
  color: #1a0dab;
}
.ez-toc-heading-level-2 a:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #f39800;
  left: -22px;
  font-weight: bold;
}
.ez-toc-heading-level-3 a:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  padding-right: 4px;
  position: absolute;
  color: #aaa;
  left: -15px;
  font-weight: bold;
}

/*----------------------------
ページネイト
----------------------------*/
.pagenav {
  margin: 3em auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prev,
.next {
  width: 46%;
  padding: 20px 46px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border-radius: 40px;
  border: 2px solid #fff;
  margin: 0 auto 1em;
}
.prev {
  background-image: url(/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/pagenav-left.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.next {
  background-image: url(/word-dir/wordpress/wp-content/themes/maillab2019/asset/img/pagenav-right.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.prev span,
.next span {
  position: relative;
}
.prev span::before {
  content: "Previous:";
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  color: #f39801;
}
.next span::before {
  content: "Next:";
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  color: #f39801;
}
.prev:hover,
.next:hover {
  box-shadow: 0 0 10px #dfdfdf;
}
/*----------------------------
画像の幅
----------------------------*/
.w-70 {
  width: 70%;
  margin: 1.5em auto;
}
.w-80 {
  width: 80%;
  margin: 1.5em auto;
}
.w-90 {
  width: 90%;
  margin: 1.5em auto;
}
/* ===================================
pc
 * ==================================*/
@media (min-width: 1025px) {
  .top-news-box:first-of-type {
    width: 100%;
    margin-bottom: 0;
  }
  .top-news-box:first-of-type .article-img {
    width: 55%;
  }
  .top-news-box:first-of-type .article-img-inner {
    height: 370px;
    position: relative;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
  }
  .top-news-box:first-of-type .article-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .top-news-box:first-of-type .article-content {
    width: 45%;
    padding: 3%;
    box-sizing: border-box;
  }
  .top-news-box:first-of-type h3.article-ttl {
    font-size: 1.8em;
  }
  .top-news-box {
    width: 31%;
  }
  .top-news-box .article-img-inner {
    height: 166px;
    overflow: hidden;
  }
}
@media (min-width: 640px) and (max-width: 819.9px) {
  ul.seminar-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.seminar-list li {
    width: 48%;
    max-width: none;
    margin-right: 0px;
  }
  ul.seminar-list li a {
    display: block;
  }
  .seminar-list-thumbnail {
    width: 100%;
    height: auto;
  }
  .seminar-list-thumbnail img {
    width: 100%;
    height: auto;
    max-width: none;
    clip: rect(0px 278px 145px 0px);
  }
  ul.article-list.seminar-list li {
    width: 47%;
    max-width: none;
  }
  .seminar-archive-page-list .article-img-inner img {
    width: 100%;
    height: auto;
    clip: rect(0px 278px 145px 0px);
    position: absolute;
    flex-wrap: wrap;
    margin: 0 auto;
    left: 9%;
    top: 10%;
    border-radius: 3px;
  }
  .seminar-list-info {
    width: 100%;
  }
  
}
@media (min-width: 789px) {
  ol.rancking li:first-of-type .rancking-content {
    width: 50%;
    background: #f3f3f5;
    padding: 4%;
    box-sizing: border-box;
  }
  ol.rancking li:first-of-type .rancking-img {
    width: 50%;
  }
  ol.rancking li:first-of-type .rancking-img-inner {
    height: 350px;
    position: relative;
    overflow: hidden;
  }
  ol.rancking li:first-of-type .rancking-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  ol.rancking li:first-of-type h3.article-ttl {
    font-size: 1.8em;
  }
}
/*----------------------------
sp
----------------------------*/
@media (max-width: 1200px) {
  ul.document-list li {
    width: 48%;
    margin-bottom: 3em;
  }
  ul.document-list li:last-of-type {
    margin-bottom: 0;
  }
  ul.document-list li:nth-of-type(even) {
    margin-right: 0px;
  }
}
@media (max-width: 1100px) {
}
@media (max-width: 1024px) {
  section.hero {
    padding-top: 42px;
  }
  .w-50 {
    width: 90%;
  }
  .w-40 {
    width: 90%;
  }
  .cta-wrapper {
    padding: 2.5em 2em;
  }
  .cta-wrapper .img-bnr {
    display: none;
  }
  .cta-wrapper .text-link {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 19;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 30px;
    display: block;
    text-align: center;
    background: rgba(147, 147, 147, 0.9);
  }
  .cta-wrapper .text-link a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 0;
    border-top: 1px solid #eee;
  }
  .cta-wrapper .text-link a span {
    width: 65%;
    display: block;
    padding: 5px 0;
    background: -moz-linear-gradient(right, #f9a92a, #f39800);
    background: -webkit-linear-gradient(right, #f9a92a, #f39800);
    background: linear-gradient(to right, #f9a92a, #f39800);
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 0.9em;
    position: relative;
    box-shadow: 0 4px 0 #bfbfbf;
    border-radius: 6px;
    font-weight: bold;
    margin: 5px auto 0;
  }
  .cta-wrapper .text-link a span::after {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
  }
}
@media (max-width: 790px) {
  ol.rancking {
    margin: 0 auto;
  }
  ol.rancking li {
    width: 100%;
    margin: 1em auto;
  }
  ol.rancking li:first-of-type {
    margin-bottom: 0;
  }
  ol.rancking li .rancking-content,
  ol.rancking li .rancking-img {
    width: 100%;
  }
  ol.rancking li:first-of-type .rancking-img-inner,
  ol.rancking li .rancking-img-inner {
    height: auto;
    width: 100%;
  }
  ol.rancking li .rancking-img-inner img {
    transform: none;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
  }
  ol.rancking li ul.article-cat li {
    margin: 0;
    margin-right: 6px;
  }
  section.column {
    padding: 3em 2em;
  }
  .column-photo-area,
  .column-intro-area,
  .column-btn-area {
    width: 100%;
  }
  .column-box ul li {
    padding: 2em;
  }
  .column-intro-area ul li {
    padding: 0px 0 20px;
  }
  .column-intro-area ul li:last-of-type {
    padding: 0;
  }
  .column-photo-area img {
    width: 60%;
    margin: 0 auto;
  }
  .column-title-area h4 {
    font-size: 1.1em;
  }
  .column-btn-area .btn-orange a {
    margin-top: 1em;
  }
  .column-title-area {
    width: 100%;
  }
  .column-intro-area h3 {
    margin-top: 20px;
  }
  section.seminar,
  section.document,
  section.rancking,
  section.cta-area {
    padding: 2em;
  }
  .side-list-image figure {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .top-news-box:first-of-type,
  .top-news-box,
  ol.rancking li:first-of-type {
    width: 100%;
  }
  .tag-image {
    width: 100%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
  }
  .tag-all {
    width: 95%;
  }
  .tag-image figure {
    width: 36px;
  }
  .tag-image figcaption {
    width: 220px;
  }
  ul.cta-btn-list li {
    width: 80%;
    margin: 0 auto;
  }
  ul.seminar-list {
    margin: 2em auto;
    display: block;
  }
  ul.seminar-list li {
    width: 100%;
    margin: 0 auto 3em auto;
  }
  ul.seminar-list li:last-of-type {
    margin-bottom: 0;
    margin-right: auto;
  }
  ul.article-list.seminar-list {
    margin: 0 auto 2em auto;
    display: block;
  }
  ul.article-list.seminar-list li {
    width: 100%;
    margin: 0 auto 3em auto;
    max-width: none;
  }
  .seminar-list-thumbnail {
    width: 100%;
    height: auto;
  }
  .seminar-list-thumbnail img {
    width: 100%;
    height: auto;
    clip: auto;
    position: relative;
  }
  .seminar-archive-page-list .article-img-inner {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
  }
  .seminar-archive-page-list .article-img-inner img {
    width: 100%;
    height: auto;
    clip: auto;
    position: relative;
  }
  ul.document-list {
    width: 100%;
  }
  ul.document-list li {
    width: 100%;
    margin-right: 0px;
  }
  .article-detail-text-area {
    padding: 20px;
    margin-bottom: 20px;
  }
  .article-detail-title-area h1 {
    font-size: 1.6em;
  }
  .table-of-contents h3,
  .article-detail-text-area h2 {
    font-size: 1.3em;
  }
  .article-detail-text-area h3 {
    font-size: 1.25em;
  }
  .article-detail-text-area h4 {
    font-size: 1.15em;
  }
  ul.article-list li {
    width: 95%;
    margin: 1em auto;
  }
  .prev,
  .next {
    width: 94%;
  }
  /*----------------------------
top-column area
----------------------------*/
  .top-column-item {
    width: 100%;
  }
  .top-column-lead {
    font-size: 120%;
  }
  /*----------------------------
top-new area
----------------------------*/
.top-article_list {
  margin: 2em auto;
  display: block;
}
.top-article-box{
  width: 100%;
}
}

.result {
  opacity: 0;
}
@media (max-width: 768px) {
  .home h2,
  .document h2,
  .seminar.complete h2 {
    font-size: 1.5em;
  }
  .hero .slick-slide {
    margin: 0 30px;
    min-height: auto;
  }
  .hero-inner {
    padding: 3.5em 0 1em;
  }
}