@charset "UTF-8";
/*
Theme Name: bimedia
*/

html {
  font-size: 100%;
}
body {
  color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  max-width: 1060px;
  background-color: #000;
  padding: 38px 15px 15px 0;
  margin: 0 auto 20px;
}
#header .header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
}
#header .header-top .logo {
  max-width: 170px;
  width: 100%;
  margin-left: 5.6%;
}
#header .header-top .logo a {
  display: block;
  line-height: 0;
}
#header .header-top .submenu {
  width: 70%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  top: -15px;
}
#header .header-top .submenu .contact {
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}
#header .header-top .submenu .icon-search {
  cursor: pointer;
}
#header .navi .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .navi .menu li {
  font-size: 14px;
  margin-right: 50px;
}
#header .navi .menu li.active {
  font-weight: bold;
}
#header .navi .menu li:last-child {
  margin-right: 0;
}
#header .navi .menu li a {
  color: #fff;
}


/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  max-width: 1060px;
  background-color: #000;
  padding: 50px 40px 30px;
  margin: 100px auto 0;
}
#footer .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
#footer .footer-top .logo {
  max-width: 170px;
  width: 100%;
}
#footer .footer-top .logo a {
  display: block;
  line-height: 0;
}
#footer .navi-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
#footer .navi-menu li {
  font-size: 14px;
  margin-left: 30px;
  position: relative;
}
#footer .navi-menu li:first-child {
  margin-left: 0;
}
#footer .navi-menu li::after {
  content: "／";
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: -1px;
  right: -20px;
}
#footer .navi-menu li:last-child::after {
  content: none;
}
#footer .navi-menu li a {
  color: #fff;
}
#footer .footer-top .footer-menu .contact-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer-top .footer-menu .contact-flex .contact {
  color: #fff;
  font-size: 14px;
}
#footer .footer-top .footer-menu .contact-flex .sns-x {
  width: 15px;
}
#footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer-bottom .info-menu {
  display: flex;
  align-items: center;
}
#footer .footer-bottom .info-menu li {
  font-size: 14px;
  margin-right: 20px;
}
#footer .footer-bottom .info-menu li:last-child {
  margin-right: 0;
}
#footer .footer-bottom .info-menu li a {
  color: #fff;
}
#footer .footer-bottom .copyright {
  color: #fff;
  font-size: 14px;
}


/*-------------------------------------------
記事一覧
-------------------------------------------*/
.article-list li {
  display: flex;
  margin-bottom: 20px;
}
.article-list li .article-img {
  width: 23%;
  max-width: 160px;
}
.article-list li .article-img img {
  height: 100px;
  object-fit: cover;
}
.article-list li .article-content {
  width: calc(77% - 20px);
  margin-left: 20px;
}
.article-list li .company-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.article-list li .article-title {
  font-size: 15px;
  font-weight: bold;
}
.article-list li.banner {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.article-list.ranking li {
  position: relative;
}
.article-list.ranking li .no {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: -15px;
}
.article-list.ranking li .article-img:hover {
  opacity: 1;
}

.article-info {
  width: 100%;
  display: flex;
  margin: 0 0 5px;
}
.article-info .article-date {
  font-size: 13px;
  margin: 0 20px 0 0;
}
.article-info .category-list {
  display: flex;
  flex-wrap: wrap;
}
.article-info .category-list li {
  background-color: #eee;
  font-size: 11px;
  line-height: 1;
  padding: 3px 6px;
  margin: 0 10px 5px 0;
}

/*-------------------------------------------
記事詳細
-------------------------------------------*/
#article .company-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 5px;
}
#article .article-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
#article .article-content {
  margin-bottom: 40px;
}
#article .article-content p {
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}
#article .article-content p:last-child {
  margin-bottom: 0;
}
#article .article-content a {
  line-height: 1.8;
  text-decoration: underline;
}
#article .article-content h2 {
  margin: 60px 0 20px;
}
#article .article-content h3 {
  margin: 40px 0 20px;
}
#article .article-content h4 {
  margin: 40px 0 20px;
}
#article .article-content h5 {
  margin: 40px 0 20px;
}
#article .article-content ul {
  margin: 0 0 50px 22px;
}
#article .article-content ul li {
  list-style-type: disc;
  line-height: 1.8;
}
#article .article-content ol {
  margin: 0 0 50px 22px;
}
#article .article-content ol li {
  list-style-type: decimal;
  line-height: 1.8;
}
#article .article-content blockquote {
  background-color: #f5f5f5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: italic;
  padding: 25px 30px;
  margin-bottom: 32px;
  position: relative;
}
#article .article-content blockquote::before {
  content:'“';
  color: #777;
  font-size: 48px;
  position: absolute;
  top: -6px;
  left: 0;
}
#article .article-content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
#article .action-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#article .action-area .text {
  margin-right: 20px;
}
#article .action-area .x-share {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 4px;
  margin: 0 6px 3px 0;
}

/* 投稿画面 */
#article .article-content .aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
#article .article-content .aligncenter img {
  height: auto;
  max-width: 100%;
}
#article .article-content .alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
#article .article-content .alignright img {
  height: auto;
  max-width: 100%;
}
#article .article-content .alignnone {
  height: auto;
  max-width: 100%;
}
#article .article-content .alignnone img {
  height: auto;
  max-width: 100%;
}


/*-------------------------------------------
ページネーション
-------------------------------------------*/
.pagination {
  margin-top: 40px;
}
.pagination ol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination ol li {
  font-size: 14px;
  line-height: 1;
  margin: 0 10px 10px;
}
.pagination ol li.active {
  background-color: #000;
  color: #fff;
  padding: 8px 10px;
}


/*-------------------------------------------
サイドバー
-------------------------------------------*/
.sidebar {
  max-width: 300px;
}
.sidebar .banner-list li {
  margin-bottom: 20px;
}
.sidebar .banner-list li img {
  width: 100%;
  object-fit: cover;
}


/*-------------------------------------------
404
-------------------------------------------*/
#not-found .title {
  font-size: 24px;
  text-align: center;
}

/*-------------------------------------------
共通
-------------------------------------------*/
.wrapper {
  max-width: 1090px;
  padding: 0 15px;
  margin: 0 auto;
}
.wrapper-s {
  max-width: 910px;
  padding: 0 15px;
  margin: 0 auto;
}


.content-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content-flex .main {
  width: 100%;
  max-width: 720px;
  margin-right: 40px;
}

.section-title {
  border-left: solid 3px #00AFCC;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
  margin-bottom: 30px;
}

/* ヘッダー下お知らせ */
.head-info-area {
  max-width: 540px;
  margin: 0 auto 20px;
}
.head-info-area a {
  text-decoration: underline;
}

/* ビックバナー */
.big-banner {
  margin: 20px auto;
  text-align: center;
}

.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  filter: brightness(0%) contrast(50%) !important;
}

#searchform {
  width: 100%;
  max-width: 225px;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
}
#searchform input {
  width: 100%;
  max-width: 200px;
  color: #fff;
  font-size: 14px;
}
#searchform input::placeholder {
  color: #fff;
}

#info {
  margin-top: 80px;
}
#info section {
  margin-bottom: 50px;
}
#info section:last-child {
  margin-bottom: 0;
}
#info .content p {
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}
#info .content a {
  text-decoration: underline;
}
#info .content .content-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 検索フォーム（スマホ用） */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 50%);
  z-index: 10;
}
.sp-searchform {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 80px 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sp-searchform.active {
  opacity: 1;
  visibility: visible;
}
.sp-searchform .searchform-content {
  width: 100%;
  max-width: 860px;
  background-color: #111;
  border-radius: 10px;
  display: inline-block;
  padding: 20px;
  position: relative;
  z-index: 20;
}

/* トップに戻る */
.back-top {
  margin-top: 60px;
  text-align: center;
}
.back-top a {
  position: relative;
}
.back-top a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(-135deg);
  position: absolute;
  top: 5px;
  left: -15px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header {
    height: 75px;
    padding: 10px 15px;
  }
  #header .header-top {
    margin-bottom: 10px;
  }
  #header .header-top .logo {
    max-width: 100px;
    margin-left: 0;
  }
  #header .header-top .submenu {
    align-items: center;
    position: static;
  }
  #header .header-top .submenu .contact {
    font-size: 10px;
    margin-right: 10px;
  }
  #header .header-top .submenu #searchform {
    display: none;
  }
  #header .navi .menu li {
    font-size: 14px;
    margin-right: 25px;
  }
  

  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer {
    padding: 20px 15px;
    margin: 60px auto 0;
  }
  #footer .footer-top {
    margin-bottom: 15px;
  }
  #footer .footer-top .logo {
    max-width: 100px;
  }
  #footer .footer-top .footer-menu .contact-flex .contact {
    font-size: 10px;
    margin-right: 10px;
  }
  #footer .footer-bottom {
    flex-direction: column;
  }
  #footer .footer-bottom .info-menu {
    margin-bottom: 15px;
  }
  #footer .footer-bottom .info-menu li {
    font-size: 11px;
    margin-right: 13px;
  }
  #footer .footer-bottom .copyright {
    font-size: 12px;
  }
  #footer .sns-x {
    width: 18px;
    display: block;
    margin: 0 auto 20px;
  }
  #footer .navi-menu li {
    margin-left: 20px;
  }
  #footer .navi-menu li::after {
    content: none;
  }

  /*-------------------------------------------
  記事一覧
  -------------------------------------------*/
  .article-list li {
    flex-wrap: wrap;
  }
  .article-list li .article-img {
    width: 34%;
    max-width: 120px;
    text-align: left;
  }
  .article-list li .article-img img {
    width: 120px;
    height: auto;
  }
  .article-list li .article-content {
    width: calc(66% - 15px);
    margin: 0 0 0 15px;
  }
  .article-list li .sp-content {
    display: block;
    flex-basis: 100%;
    margin-top: 10px;
  }
  .article-list .company-name {
    font-size: 14px;
  }
  .article-list .article-title {
    font-size: 14px;
  }
  .article-list.ranking li .no {
    width: 20px;
    height: 20px;
    font-size: 15px;
    left: -10px;
  }
  .article-info {
    flex-direction: column;
  }
  .article-info .article-date {
    margin: 0 20px 10px 0;
  }

  /*-------------------------------------------
  記事詳細
  -------------------------------------------*/
  #article .company-name {
    font-size: 18px;
  }
  #article .article-title {
    font-size: 22px;
  }
  #article .article-content ul {
    margin: 0 0 30px 22px;
  }
  #article .article-content ol {
    margin: 0 0 30px 22px;
  }
  #article .action-area .text {
    font-size: 11.5px;
    margin-right: 8px;
  }

  /*-------------------------------------------
  サイドバー
  -------------------------------------------*/
  .sidebar {
    max-width: 400px;
    margin: 0 auto;
  }


  /*-------------------------------------------
  404
  -------------------------------------------*/
  #not-found .title {
    font-size: 18px;
    text-align: center;
  }


  /*-------------------------------------------
  共通
  -------------------------------------------*/
  .content-flex {
    flex-direction: column;
  }
  .content-flex .main {
    max-width: 100%;
    margin: 0 0 40px;
  }

  .section-title {
    font-size: 20px;
  }

  .head-info-area {
    text-align: left;
  }

  #searchform {
    max-width: 100%;
  }
  #searchform input {
    max-width: 90%;
  }

  #info {
    margin-top: 40px;
  }
  #info .content .content-title {
    font-size: 18px;
  }

  .back-top {
    margin-top: 40px;
  }

}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}