@charset "UTF-8";

/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述 
*/
span.bogoflags.bogoflags-us::before {
  content: url(https://www.croportal.net/wp-content/uploads/2020/06/in.png) !important;
}

.modal-menu .modal-menutxt {
  display: none;
}


@media screen and (max-width: 992px) {
  .container .col4.first {
    position: relative !important;
  }

  .header-widget {
    display: block;
  }

  ul.bogo-language-switcher {
    position: absolute;
    top: -85px;
    right: 10px;
    display: block;
    font-size: 0.95rem;
    display: flex;
  }

  .modal-gloval-btn .modal-menutxt {
    display: none;
  }

  .modal-gloval-btn {
    margin-top: 0.75rem;
  }
}

.rcrumbs > ol > li {
  display: block;
}

.rpwwt-post-title {
  font-size: 90%;
}



@media screen and (max-width: 768px) {
  .header-widget {
    display: block;
  }

  div.header-logo img,
  div.modal-header-logo img {
    max-height: 64px;
  }

}

ul#menu-footer li {
  margin-right: 2rem;
}

ul#menu-footer {
  display: flex;
}

/* ブログカードのショートコード用デザイン */
.blog-card{
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
  border-radius:5px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-card a {
  color: #333;
  background: #ffffff;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card a:hover{
  background: #f5f5f5;
}

.blog-card-thumbnail{
  float:left;
  padding:10px;
}

.blog-card-thumbnail img {
  display: block;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card-content{
  line-height:120%;
  height: 110px;
}
.blog-card-title{
  padding:33px 10px 10px 0;
  font-size:100%;
}

@media screen and (max-width:620px){
  .blog-card-title{
    padding-top:25px;
  }
}
@media screen and (max-width:480px){
  .blog-card-title{
    padding-top:10px;
  }
}


.article-body span.btn.btn-lg {
  margin-bottom: 0;
}

.banner_text{
 
  display: block;
  text-align: center;
  margin: 0.5rem 0;
}

/* テーブルを横スクロール */
table {
 width: 100%;
}

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
 overflow: auto;
 white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.scroll table td{
    min-width: 200px;
}