@charset "utf-8";

/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
#logo img#powered {
  display: inline-block;
  margin-left: 15px;
}

@media screen and (max-width: 959px) {
  #logo img#powered {
    display: none;
  }
}

#header .header_small_menu li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 20px !important;
  border-radius: 4px;
  line-height: 1.5;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  background-color: #1ea50a;
  color: #fff;
  text-decoration: none;
}

#header .header_small_menu li a:hover {
  border-radius: 4px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  opacity: 0.8;
}

.header_small_menu a:before {
  content: "";
}

#big_pickup_slider #pickup_posts_container li .meta .pickup-title {
  /* background-color: rgba(30, 165, 10, 0.6); */
  display: block;
  line-height: 1.8;
}

#big_pickup_slider #pickup_posts_container li .meta .pickup-dt {
  /* background-color: rgba(30, 165, 10, 0.6); */
  display: none !important;
  /* display: inline-block; */
  line-height: 1.8;
}

#footer {
  background: #f4f4f4;
}

#footer-container {
  padding: 30px 30px 10px 30px;
  width: 90%;
  box-sizing: content-box;
  max-width: 980px;
  margin: 0 auto;
}

#footer-container,
#footer-main,
#footer-main #footer-link,
ul.footer-social {
  display: flex;
}

#footer-logo .logo_sq {
  display: block;
  max-width: 100%;
  height: auto;
}

#footer-main {
  flex: 1;
}

#footer-about {
  flex-basis: 200px;
}

#footer-logo {
  flex-basis: 300px;
}

#footer-link {
  flex: 1;
}

#footer-link-category,
#footer-link-page {
  flex: 1;
}

ul.footer-social li {
  flex: 1;
  text-align: center;
  font-size: 40px;
}

#footer-logo {
  padding-right: 100px;
}

#footer-main {
  padding-right: 20px;
  border-right: solid 1px #1ea50a;
}

#footer-about {
  padding-left: 20px;
}

#footer-link,
#footer-link li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

#footer-link-category #link-title,
#footer-link ul li {
  display: block;
  margin-bottom: 1em;
}

#footer-link-category ul {
  padding-left: 1em !important;
  position: relative;
}

#footer-link-category ul li {
  list-style-type: none !important;
}

#footer-link-category ul li:before {
  content: "-";
  position: absolute;
  left: 0em;
}

#footer-about h2,
p#about {
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

#footer #copyright {
  float: none;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #footer-container {
    display: block;
    padding: 30px 0 10px 0;
  }

  #footer-main {
    padding-right: 0px;
    border-right: solid 0px #1ea50a;
    padding-bottom: 20px;
    border-bottom: solid 1px #1ea50a;
  }

  #footer-about {
    padding-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  #footer-main {
    display: block;
  }

  #footer-logo {
    padding: 0 25% 20px 25%;
  }
}

.header_cta {
  position: absolute;
  top: 0;
  right: 0;
}

.catpage_content_wrap {
  box-shadow: 0 0 0 !important;
}

.catpage_content_wrap .innner {
  margin: 0 !important;
  width: 100% !important;
  background-color: #fff;
}

.catpage_content_wrap .catpage_inner_content {
  width: 100%;
  float: left;
  padding: 0;
  font-weight: normal;
  text-shadow: 0 0 0;
}

.catpage_content_wrap .catpage_tag {
  display: none;
}

.catpage_content_wrap .catpage_inner_content h1.catpage_title {
  color: #1ea50a;
}

.catpage_content_wrap .catpage_inner_content .catpage_description {
  font-style: normal;
  font-size: 17px;
}

@media screen and (max-width: 599px) {
  .catpage_content_wrap .catpage_inner_content .catpage_description {
    font-size: 12px;
  }
}

.cat-post-main {
  padding: 0 0 1em 0;
  background: transparent !important;
}

/* 資料DL *************************************************/
.whitepaper .content h3 {
  margin-bottom: 0;
  font-size: 1.1em;
}

/* ユーザー一覧 *************************************************/
.authorlist {
  display: flex;
  flex-wrap: wrap;
}

.author_card {
  display: block;
  box-sizing: border-box;
  width: 46%;
  margin-right: 4%;
  margin-bottom: 30px;
  border-top: 5px solid #1ea50a;
  border-bottom: 5px solid #1ea50a;
  background: #fff;
}

.author_card:nth-child(2n) {
  margin-right: 0;
}

.author_card_header_logo img {
  width: auto;
  max-height: 60px;
}

.author_card_header_name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.author_card_info,
.author_card_desc {
  font-size: 16px;
}

.author_card:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

a.author_card:hover {
  color: inherit;
}

.author_card_desc {
  padding: 20px 30px;
}

.author_card_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 20px 30px 10px 30px;
  padding-bottom: 10px;
  border-bottom: solid 2px #e27123;
}

.author_card_header:after {
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  width: 60%;
  height: 2px;
  content: "";
  background: #c5c5c5;
}

.author_card_header_text {
  flex: 1;
}

.author_card_info {
  padding: 0 30px 10px 30px;
}

.author_card_header_right {
  width: 100px;
  height: auto;
  margin-left: 20px;
  align-self: center;
}

.author_card_header_right img {
  border-radius: 100%;
}

.author_card_header_left {
  align-self: flex-end;
  flex: 1;
}

/* ユーザー個別 *************************************************/
.author_wrap {
  margin-bottom: 10px;
  background: #fff;
}

.author_data {
  padding: 0 2em;
}

.author_data_title {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 1.3em;
  font-weight: bold;
}

.author_data_text {
  padding-bottom: 2em;
}

/* 記事ページライター一覧誘導 *************************************************/
.post-position {
  padding-bottom: 8px;
}
.post-authorlistlink {
  text-align: center;
  margin-top: 20px;
}

.post-authorlistlink a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  border-left: none;
  border-radius: 3px;
  background-color: #3c74ad;
  background-size: 17px;
}

.post-authorlistlink a:hover {
  color: #fff;
  background-color: #4b90cd;
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 959px) {
  .author_card_header_right {
    width: 75px;
  }
}

@media only screen and (max-width: 500px) {
  .author_card {
    width: 100%;
  }

  .author_card:nth-child(2n + 1) {
    margin-right: 0;
  }
}
.swpm-more-tag-restricted-msg {
  position: relative;
}
.swpm-more-tag-restricted-msg::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -188px;
  left: 0px;
  right: 0px;
  height: 150px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255));
}

.snippet-action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px auto 70px;
  width: 80%;
  font-weight: bold;
}
.snippet-btn.snippet-subscribe-btn {
  color: #333355;
  background-color: #fff;
  border: 2px solid #1fa40c;
  padding: 10px;
}
.snippet-btn.snippet-subscribe-btn:hover {
  background-color: #1fa40c;
  color: #fff;
}
.snippet-action-btns .snippet-btn {
  display: block;
  width: 40%;
  text-align: center;
  margin: 5%;
}

.snippet-btn.snippet-sign-in-btn {
  margin-right: 20px;
  color: #fff;
  background-color: #1fa40c;
  padding: 10px;
}
.snippet-btn.snippet-sign-in-btn:hover {
  background-color: #ffffff;
  border: 2px solid #1fa40c;
  color: #1ea50a;
}

@media only screen and (max-width: 768px) {
  .snippet-action-btns {
    display: block;
  }
  .snippet-action-btns .snippet-btn {
    width: 100%;
    margin: 10px auto;
  }

  .snippet-action-btns .snippet-btn {
    width: 100%;
    margin: 10px auto;
  }
}
.swpm-registration-membership-level-row {
  display: none;
}
.swpm-login-action-msg {
  margin-bottom: 20px;
}
.swpm-login-widget-action-msg {
  font-weight: 700;
  font-size: 16px;
}

.swpm-username-label {
  margin-top: 10px;
}
/*目次*/
.outline {
  border: 1px dotted #d8d8d8;
  border-top: 4px solid #2a9937;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.5em;
  width: 100%;
}
.outline__toggle {
  display: none;
}
.outline__switch::before {
  content: "開く";
  cursor: pointer;
  border: solid 1px #d8d8d8;
  padding: 5px;
  font-size: 0.8rem;
  margin-left: 5px;
}
.outline__toggle:checked + .outline__switch::before {
  content: "閉じる";
}
.outline__switch + .outline__list {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: -20px;
  transition: 0.2s;
}

.outline__toggle:checked + .outline__switch + .outline__list {
  width: auto;
  height: auto;
  margin-top: 20px;
  transition: 0.2s;
  border-top: dotted 1px #d2d2d2;
  padding-top: 1em;
}
.outline__item:before {
  content: normal;
}
.outline__link {
  display: relative;
  color: #191919 !important;
}
.outline__link:hover {
  border: none;
}
.outline__number {
  display: inline-block;
  color: #7f7f7f;
  /* background: #f2f2f2; */
  padding: 3px 6px;
  font-weight: 400;
  font-size: 1rem;
  margin-right: 3px;
}
label.outline__switch {
  position: relative;
  float: right;
}
li .outline__item {
  list-style-type: none !important;
}
li .outline__item:before {
  content: "- ";
}
ul .outline__item {
  list-style-type: none !important;
}

.dlform-wrap iframe {
  height: 800px;
}
@media only screen and (max-width: 768px) {
  .dlform-wrap iframe {
    height: 1000px;
  }
  #single-main .article_footer .tag {
    display: inline-block;
    margin-left: 5px;
    padding: 0.3em 0.5em;
    border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
    background: #efefef;
    font-size: 0.8em;
  }
}
.knowledge_container {
  background: #fff;
  padding: 0 5% 5%;
}
#words .knowledge .box {
  margin-top: 2%;
}
#words .head_ttl {
  border-bottom: 4px solid #1ea50a;
  width: 100%;
  padding: 30px 0px 10px 0;
  background-color: transparent;
  color: #363636;
  margin-top: 0;
}
#words .item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#words .item .fa {
  color: #ccc;
  margin-right: 10px;
  margin-top: 3px;
}
#words .item ul {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#words .item li {
  list-style: none;
  width: 32%;
  padding-right: 5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #words .item li {
    width: 100%;
    margin: 0 0 10px;
  }
}
#words .links_btn {
  background-color: #fbfbfb;
  width: 90%;
  margin: 0px 17px 17px 0px;
  /* margin-bottom: 1.5rem; */
  padding: 1rem 0.5rem;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
#words .links_btn:hover {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
#words .item a {
  width: 24%;
  margin-bottom: 0rem;
  color: #141b38;
  transition: 0.4s;
  font-weight: bold;
}
#words .item a:hover {
  color: #1da50b;
}
#words .item .s_title {
  display: flex;
  width: 100%;
}
.content .strong_box {
  background-color: #efefef;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 30px;
}
/* シンプル 枠（影）1 */
.kakomi-box3 {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  border: 1px solid #ccc; /* 枠線 */
  background-color: #fff; /* 背景色 */
  box-shadow: 1px 1px 2px #ccc;
}

a.btn--orange {
  color: #fff !important;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  padding: 10px 20px 10px 20px;
  border-radius: 6px 6px 6px 6px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.big_banner {
  margin-bottom: 5px;
}

.big_banner_text {
  font-size: 0.9em;
  font-weight: bold;
}

.banner_kpi {
  width: 100%;
  display: flex;
}

.kpi_banner_text {
  margin-bottom: -15px;
  font-size: 0.9em;
  padding: 0 0 0 0 !important;
  font-weight: bold;
}

.kpi {
  margin-right: 3px;
  margin-left: 3px;
}

.content .widget_post_list.grid,
.single-post-main .widget_post_list.grid,
#main .widget_post_list.grid,
#page-main .widget_post_list.grid {
  width: 24.6%;
}

@media screen and (max-width: 768px) {
  .content .widget_post_list.grid,
  .single-post-main .widget_post_list.grid,
  #main .widget_post_list.grid,
  #page-main .widget_post_list.grid {
    width: 49.7%;
  }
}

#main-wrap.whitepaper {
  width: 95%;
}
.whitepaper #single-main {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.whitepaper .flex_wrap {
  display: flex;
}
.whitepaper .sp_only {
  display: none;
}
.whitepaper .pc_only {
  display: block;
}
@media screen and (max-width: 748px) {
  .whitepaper .sp_only {
    display: block;
  }
  .whitepaper .pc_only {
    display: none;
  }
  .whitepaper .flex_wrap {
    flex-direction: column;
  }
  .whitepaper header {
    width: 100% !important;
    order: 2;
  }
  .whitepaper .single-post-main {
    width: 100% !important;
    order: 1;
  }
  .whitepaper .dlform-wrap iframe {
    height: 750px !important;
  }
  .whitepaper .single_thumbnail {
    padding: 10px !important;
  }
  .whitepaper .text_box {
    padding: 10px !important;
  }
}
@media screen and (min-width: 1201px) {
  #main-wrap.whitepaper {
    width: 80%;
    padding: 0;
  }
}
.whitepaper .single_thumbnail {
  padding: 10px;
}
.whitepaper .text_box {
  width: 100%;
  padding: 20px;
}
.whitepaper .single-post-main {
  width: 95%;
}
.whitepaper .dlform-wrap iframe {
  height: 900px;
}
.whitepaper header {
  width: 100%;
}
.swpm-registration-widget-form table {
  margin: auto;
  width: 100%;
}

/* ポップアップ */
.popup-area {
  display: none;
  width: 80vw;
  background: #ebecee;
  padding: 20px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 17px 10px rgb(140 140 140 / 40%);
}
.popup-area p {
  font-weight: bold;
  color: #335;
}
@media screen and (min-width: 980px) {
  .popup-area {
    width: auto;
    max-width: 460px;
  }
}
.popup-area button {
  margin: 30px auto 0;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  background-color: #1ea50a;
  cursor: pointer;
}
.popup-area button:hover {
  background-color: #ffa30d;
}
.popup-area .icon {
  font-size: 1.5em;
  color: #ffa30d;
  margin-right: 10px;
}
/* 背景色 */
.cover-eml {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.close-btn02 {
  -webkit-transition: 0 0.5s ease 0.2s, opacity 0.5s ease, top 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease, top 0.5s ease 0.2s;
  content: "";
  display: block;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: url(//cdn.elegantthemes.com/img/exitpopup-x.png) no-repeat center
    center;
  background-color: #fff !important;
  position: absolute;
  top: -10px;
  left: -5px;
  margin: 0 !important;
  padding: 0;
}
.close-btn02:hover {
  background: url(//cdn.elegantthemes.com/img/exitpopup-x.png) no-repeat center
    center;
}

.pagination ul.page-numbers {
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  justify-content: center;
}
.pagination ul.page-numbers li {
  margin: 0 5px;
}
.pagination ul.page-numbers .page-numbers {
  width: 100%;
  min-width: 40px;
}
.wpdl_form {
  background: #fff;
  padding: 20px;
}
.wpdl_form .submit-button {
  background-color: rgb(255, 255, 255);
  border: #1fa40c 2px solid;
  border-radius: 50px;
  color: #1fa40c;
  transition: 0.3s;
  display: flex;
  justify-items: center;
  margin: 40px auto 10px;
  font-weight: bold;
}
.wpdl_form .submit-button:hover {
  background-color: #1fa40c;
}
.condition-title {
  padding: 10px;
  font-size: 1.3em;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.condition-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 15px;
  background: #ddd;
}
.condition label {
  margin-right: 15px;
}
@media screen and (max-width: 720px) {
  .condition label {
    display: block;
  }
}
.grid_post-box.wpdl {
  margin-bottom: 10px;
}

#page-top {
  bottom: 80px !important;
}

.btn-primary:hover {
  background-color: transparent;
}

#breadcrumb {
  white-space: normal;
}
.footer_content {
  background-color: #4b4b4b;
  width: 100% !important;
  color: #fff;
}
@media screen and (min-width: 427px) {
  #sp {
    display: none;
  }
  #pc {
    display: block;
  }
}
@media screen and (max-width: 426px) {
  #sp {
    display: block;
  }
  #pc {
    display: none;
  }
}
#footer .tiktok svg{
  display: inline-block;
  height: 35px;
  fill: #3a3a5b;
  transition: all 0.3s ease 0s;
}
#footer .twitter svg {
  display: inline-block;
height: 38px;
margin-top: 10px;
fill: #3a3a5b;
transition: all 0.3s ease 0s;
}
#footer .tiktok svg:hover,#footer .twitter svg:hover {
  fill: #6495ed;
}

.lum-lightbox-inner img {
  width: 55%;
  padding-top: 120px;
}
@media screen and (max-width: 626px) {
  .lum-lightbox-inner img {
    width: 100%;
  }
}
.lum-lightbox.lum-open {
  padding-top: 5%;
}
.lum-close-button {
  display: none;
}

.sample_box {
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 7px;
  margin: 0 10px 30px;
}
.sample_title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 18px;
}

.sample_box img {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%);
  margin: 25px 0;
}

.lum-gallery-button {
  display: none !important;
}

.flex_wrap .flex img {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%);
}

.flex_wrap .flex .s_title h2{
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  font-size: 1.3em;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.flex_wrap .flex .s_title h2::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 15px;
  background: #ddd;
}


.sns.small a.twitter svg {
  fill: #fff;
  width: 13px;
  margin-bottom: -4px;
  transition: all 0.3s;
}

.sns.small a.twitter:hover svg{
fill:#00ACEE ;
}