@charset "utf-8";
/*
Template: understrap
theme Name: UnderStrap-DailyTohokuTheme
Author: Shingo.Nita
Description: UnderStrap child theme for DailyTohoku
version： 1.0.1
*/

/* ▼▼▼ ADD BY SAN-KIKUCHI 2020/12/18 ========== */
/* メニュー文字色 */
header span {
    color: #000000;
}
/* 背景のグラデーション */
.dt-header-menu-bg{
  background-image: linear-gradient(90deg, #006699 0%, #00a1e9 100%);
}
/*ニュース一覧タブ下線*/
.tab_hr {
  height: 1px;
  background: #000000;
  position: relative;
  top: 35px;
}
/*カレンダー 日*/
.navbar-day {
  position:absolute;
  left: 155px;
  font-size: 34px;
}
.navbar-month{
  position:absolute;
  left: 199px;
  top: 17px;
  font-size: 12px;
}
.navbar-weekday{
  position:absolute;
  left: 199px;
  top: 30px;
  font-size: 15px;
}

/* デーリー東北メイン背景色 */
.bg-dailyblue{
  background: #0073bd !important;
}

/* ▲▲▲ ADD BY SAN-KIKUCHI 2020/12/18 ========== */

.thumb {
  width: 112px !important;
  height: 63px !important;
  padding: 0;
}
.thumb img{
  width: 112px !important;
  height: 63px !important;
  margin: 0 0.5rem;
}
.ad-img-wrap {
  width: 80px;
  height: 60px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ad-img-wrap img {
  position: absolute;
  width: 100%;
  height :auto;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*IE11はスクリプトで対応*/
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'　/* IE11用 */
}

.webfont-roboto {
  font-family: 'Roboto', sans-serif !important;
}
.webfont-noto {
  font-family: 'Noto Sans JP', sans-serif !important;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

* {
  outline: none;
}

body {
  font-size: 16px !important;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  color: #212121;
  background: #ffffff !important;
  
  /* 記事選択防止 */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-user-select:none;
  -khtml-user-select:none;
}
body.fixed{
  position: fixed;
  width:100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.font-noto-g {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif !important;
}

.font-noto-m {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}


.neumorphism-block {
  border-radius: 8px;
  box-shadow: -2px -2px 2px rgba(255, 255, 255, 1),
               3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 0.75rem;
}
.test {
  border: 1px solid #333;
}

/* banner */
.banner-rectangle {
  width: 100%;
  max-width: 300px;
}
.banner-super {
  width: 100%;
  max-width: 728px;
}
.banner-billboard {
  width: 100%;
  max-width: 970px;
}

@media print {
  .no-print {
    display: none;
  }
}

input[type=text] {
  font-size: 16px !important;
}
select{
  font-size: 16px !important;
}

section {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.container-fluid {
  width: 100%;
  max-width: 1920px !important;
}
.header-inner, .container, .footer-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
}
.container-s {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 990px !important;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
}

.contents, #sidebar {
  margin: auto;
}

@media (min-width: 768px) {
  /*コンテンツとサイドバーを横に並べる*/
  .container:after {
    display: block;
    clear: both;
    content: '';
  }
  .contents {
    margin: auto;
  }
  .contentsFull {
    width: 100%;
  }
  #sidebar {
    margin: auto;
  }
}

/*ヘッダー*/
body {
  padding-top: 70px !important;
}
@media (max-width: 991px) {
  body {
    padding-top: 80px !important;
  }
}
button.navbar-toggler:focus {
  outline:none;
}
.navbar {
  height: 70px;
  z-index: 5000;
}
.navbar-dropshadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
  position: fixed;
  z-index: 200;
  left: 10px;
}
.navbar-brand img {
  width: auto;
  height: 28px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: auto;
    height: 32px;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: auto;
    height: 30px;
  }
}

.navbar-opa{
  background: rgba(255, 255, 255, 0.9) !important;
}

/* 親メニュー - Parent nav */
.header-menu {
  background: transparent;
  padding-bottom: 1.0rem;
}

.img-icon-wrap {
  text-align: center;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.img-icon-wrap:hover {
  box-shadow: inset -2px -2px 2px rgba(255, 255, 255, 1),
              inset 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.img-icon-wrap a {
  padding: 0.25rem;
  color: #FFFFFF;
  display: block;
  font-size: 13px !important;
  font-weight: 500;
  transition: .3s;
  vertical-align: middle;    
}
.img-icon-wrap a:hover {
  color: #01b3cd;
  display: block;
  text-decoration: none !important;
}

.img-icon-wrap a span {
  font-size: 16px;
}
@media (max-width: 991px) {
  .img-icon-wrap {
    padding: 0 0.5rem;
  }
  .nav-menu .img-icon-wrap {
    box-shadow: none;
  }
  .nav-menu .img-icon-wrap:hover {
    box-shadow: none;
  }
  .img-icon-wrap a span {
    font-weight: normal;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .img-icon-wrap {
    padding: 0 0.2rem;
  }
  .img-icon-wrap a span {
    font-size: 14px;
  }
}

.img-icon {
  width: auto;
  height: 26px;
  margin: 0;
}
@media (min-width: 992px) {
  .img-icon {
    width: 26px;
    height: auto;
    margin-right: 0.25rem;
  }  
}

.list-inline-item {
  margin: 0;
}
nav > ul > li {
  position: relative;
  float: left;
  margin: auto 30px;
}
nav a {
  color: #ffffff;
  text-decoration: none;
}
nav ul a:hover {
  color: #fbfaf5;
  text-decoration: none;
}

/* 子メニュー - .sub-menu */
.sub-menu {
  display: block;
  position: absolute;
  width: 240px;
  background: #f2f2f2;
  display: none;
  z-index: 3;
  transition: .3s;
}

.sub-menu li:hover {
  box-shadow: 0 0 0 rgba(255, 255, 255, 1),
              0 0 0 rgba(0, 0, 0, 0.2);
  transition: .3s
}
.sub-menu li:hover {
  box-shadow: inset -2px -2px 2px rgba(255, 255, 255, 1),
              inset 3px 3px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .sub-menu {
    width: 180px;
  }
}

.sub-menu a {
  color: #212121;
  padding: 8px 15px;
  display: block;
  border-bottom: 0.5px solid #cccccc;
  font-size: 13px;
}
.sub-menu li:last-child a {
  border-bottom: none;
}
.sub-menu a:hover {
  color: #212121;
}

/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
nav .menu-item-has-children:hover ul,
nav .menu-item-has-children ul.focused {
  display: block;
}
nav li.menu-item-has-children li a:hover,
nav li.menu-item-has-children li a:focus {
  box-shadow: inset -2px -2px 2px rgba(255, 255, 255, 1),
              inset 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.gnav {
  flex-direction: column !important;
}


*/
/*スマホ用のメニューボタン*/
.header-inner {
  position: relative;
}

/*---------------------------------------------
  Hamburger Nav
  ---------------------------------------------*/
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input#menuToggle {
  display: none;
}
.cp_fullscreenmenu {
  position: fixed;
  z-index: 20001;
  top: 15px;
  right: 15px;
}

/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(242, 242, 242, 1.0);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
  cursor: hand;
}
body.open {
  overflow: hidden;
}
html, body {
  height: 100%;
}
.cp_fullscreenmenu .menu label {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100%;
  background: #fff !important;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
ul.nav-list {
  list-style-type: none;
  font-size: 90%;
}
ul.nav-list li {
  margin: 0.25rem;
  background: #efefef;
  padding: 0.5rem;
  font-size: 13px;
}
ul.nav-list li a {
  box-shadow: -2px -2px 2px rgba(255, 255, 255, 1),
               3px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #efefef;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 100%;
  color: #212121;
  background: #f2f2f2;
}
ul.nav-list li a:hover {
  box-shadow: inset -2px -2px 2px rgba(255, 255, 255, 1),
              inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  color: #212121;
  text-decoration: none;
}
ul.nav-list {
  padding: 0;
  margin: 0;
  zoom: 1; /* float解除 for IE6/7  */
}
ul.nav-list:after,
ul.nav-list:before {
  content: "";
  clear: both;
  display: block;
}
ul.nav-list li{
  float: left;
  padding-right: 1.0rem;
}

/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
  transition: all 0.5s;
  transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
  visibility: visible;
  transition: opacity 0.5s;
  opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
  background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
  position: absolute;
  z-index: 20001;
  top: 0;
  right: 0;
  content: '';
  transform: rotate(45deg);
  background-color: #212121;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
  position: relative;
  z-index: 20001;
  top: 0;
  right: 0;
  content: '';
  transform: rotate(-45deg);
  background-color: #212121;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger-icon {
  background: rgba(242, 242, 242, 0.4);
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 8px 10px;
  z-index: 20001;
  border: 1px solid #757575;
  border-radius: 8px;
}
.cp_fullscreenmenu .hamburger-chara {
  z-index: 20001;
  position: absolute;
  top: auto;
  bottom: 3px;
  left: 4px;
  right: 4px;
}

.cp_fullscreenmenu .hamburger {
  top: -6px;
  transition: .3s;
}
.cp_fullscreenmenu .hamburger:hover {
  background: rgba(242, 242, 242, 0.8);
}
.cp_fullscreenmenu .hamburger:hover .open:before {
  top: -9px;
}
.cp_fullscreenmenu .hamburger:hover .open:after {
  top: 5px;
  }
.cp_fullscreenmenu .open,
.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
  position: relative;
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background-color: #212121;
  transition: all 0.3s ease;
}
.cp_fullscreenmenu .open {
  top: 8px;
  cursor: pointer;
}
.cp_fullscreenmenu .open:before {
  top: -8px;
  content: '';
  transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
  top: 4px;
  content: '';
}

/*------フッター------*/
footer {
  background: #ffffff;
}
footer ul{
  list-style: none;
}
.footer-logo{
  width: 100%;
  max-width: 250px;
  margin: auto;
  padding: 1.0rem;
}
.footer-company-parts{
  margin: 1.5rem auto;
}
.footer-company-parts a{
  color: #333;
  transition: .2s;
}
.footer-company-parts a:hover{
  color: #f44336;
  text-decoration: underline;
}
.footer-company-parts .text-l{
  font-size: 1.5rem;
  line-height: 1.5;
}
.footer-company-parts .text-m{
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer-company-parts .text{
  font-size: 1.0rem;
  line-height: 1.5;
}
.footer-company-parts .text-s{
  font-size: 0.9rem;
  line-height: 1.5;
}
.footer-company-parts .text-xs{
  font-size: 0.8rem;
  line-height: 1.5;
}
.footer-text{
  color: #fff;
  line-height: 1.8;
  font-size: 0.9rem;
}

/*コピーライト*/
.copyright p {
  font-size: .9em;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  /*コピーライト*/
  .copyright p {
    text-align: right;
  }
}
.sns a{
  font-size: 1.5rem;
  transition: .3s
}
.sns a.text-twitter:hover{
  color: #55acee !important;
}
.sns a.text-facebook:hover{
  color: #3b5998 !important;
}
.sns a.text-youtube:hover{
  color: #cd201f !important;
}
.sns a.text-vimeo:hover{
  color: #1ab7ea !important;
}

/*
* サイドバー
*/
ul,li{
  margin: 0;
  padding: 0;
  list-style: none;
}
#accordion_menu > li {
  background: #f2f2f2 ;
}
#accordion_menu li {
  border: #ccc 1px solid;
  margin-bottom: -1px;
}
#accordion_menu a{
  color: #666;
  display: block;
  transition: 0.2s;
}
#accordion_menu a:hover{
  background: #e5e5e5;
  text-decoration: none !important;
}
#accordion_menu a[data-toggle="collapse"]{
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
}
#accordion_menu a[data-toggle="collapse"]:hover{
  background: #e7e7e7;
}
#accordion_menu a[data-toggle="collapse"]::after{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #666 1px solid;
  border-right: #666 1px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion_menu a[aria-expanded=false]::after{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after{
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
[id^="menu"] li a{
  padding: 10px;
}
#accordion_menu {
  transition: 0.5s;
}
@media (max-width: 991px) {
  #accordion_menu {
    display: none;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* ナビゲーションバーの背面 */
  padding: 0 0; /* ナビゲーションバーの高さ */
}

.sidebar-sticky {
  position: relative;
  top: 30px;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* ビューポートがコンテンツより短い場合、スクロール可能なコンテンツ */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}


/*------サイドバー------*/
.sidebar-wrapper {
  margin-bottom: 1.5rem;
  padding: auto 15px;
}
.sidebar-title {
  border-radius: 0.25rem;
  color: #fff;
  background-color: #464646;
  padding: 0.5rem 1.0rem;
  font-size: 100%;
}
.login-error{
  font-size: 90%;
  color: #f44336;
  line-height: 1.8;
}
.current{
  background: #f2f2f2;
  color: #FF5722;
  font-weight: bold;
}
ul.wpp-list {
  padding: 0;
}
.wpp-list li {
  padding: 0.5rem;
  font-size: 90%;
}
.wpp-list li a{
  display: block;
  color: #333;
  font-weight: bold;
}
.wpp-list li a:hover{
  text-decoration: underline;
}
.wpp-excerpt{
  font-size: 85%;
  color: #757575;
}
.login-button-widget input{
  width: 100%;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
  padding: 0;
  list-style: none;
}

.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
  position: relative;
  padding: 10px;
}

.widget_recent_entries li, .widget_nav_menu li {
  padding-left: 25px;
}

.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: inline-block;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #777;
}

.widget_categories li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f02b';
  color: #fff;
}

.widget_categories li a {
  font-size: .8em;
  color: #fff;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
}

/*新着ウィジェット*/
.widget_recent_entries li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #464646;
}

/*メニューウィジェット*/
.widget_nav_menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f0da';
  color: #464646;
}

/*カレンダーウィジェット*/
#wp-calendar {
  width: 100%;
}
#wp-calendar tbody {
  text-align: center;
}

/*ループのCSS*/
.article-list {
  margin: 0;
  /*
  background-color: #fff;
  */
}
.article-list a.article-list-item {
  border-radius: 0.25rem;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  transition: .2s;
}
.article-list a.article-list-item:after {
  display: block;
  clear: both;
  content: '';
}
.article-list a.article-list-item:hover {
  background-color: #f2f2f2;
}
.article-list-imgWrap {
  float: left;
  width: 80px;
  height: 60px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.article-list-imgWrap img {
  position: absolute;
  width: 100%;
  height :auto;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.list-thumb{
  width: auto !important;
  height :100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.article-list .text {
  width: auto;
  margin-left: 95px;
}
.featureWrap {
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
}
.feature-img-wrap{
  float: left;
  width: 160px;
  height: 120px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.feature-img-wrap img.feature-img {
  position: absolute;
  width: 100%;
  height :auto;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 575px) {
  .feature-img-wrap{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 75%;
    background: #cfd8dc;
  }
  .feature-img-wrap img.feature-img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 102%;
    min-width: 136%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.article-list .feature-title {
  text-align: left;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}
.article-list .feature-text {
  width: auto;
  color: #757575;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .article-list .feature-text {
    width: auto;
    margin-left: 175px;
  }
}
.article-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}
.article-title{
  font-weight: bold;
  font-size: 90%;
}
.article-date {
  margin-bottom: 8px;
  color: #666;
}
.article-list p {
  font-size: .8em;
  margin: 10px 0 0;
}
.contents > h1 {
  font-size: 1.5em;
  margin: 0 0 20px;
}
@media (max-width: 599px) {
  .article-list a {
    padding: 10px;
  }
  .article-list .text {
    margin-left: 95px;
  }
  .article-list h2 {
    font-size: .95em;
  }
  .article-date {
    margin-bottom: 0;
  }
  .article-list p {
    visibility: hidden;
    height: 0;
  }
  .contents > h1 {
    font-size: 1.3em;
  }
}

/*記事のCSS*/
.article {
  font-size: 1.0rem;
  margin: 0;
  padding: 0;
  line-height: 2.0;
}
.article-small {
  margin: auto;
  width: 100%;
  max-width: 1140px;
}
.article-info{
  clear: both;
}
.article-info .cat-data a {
  display: inline-block;
  text-decoration: none;
  font-size: .8em;
  padding: 0.25rem 1.0rem;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 0.25rem;
  background-color: #424242;
  margin: 0.25rem;
}
.article-info .cat-data a:hover {
  color: #e0e0e0;
}

.article-img-full {
  width: 100%;
  max-width: 720px;
  text-align: center;
  margin: 1.0rem auto;
}
.article-img {
  width: 100%;
  max-width: 512px;
  margin: 1.0rem auto;
  text-align: center;
  margin: 1.0rem auto 2.0rem auto;
}
.article-img-full img{
  width: 100%;
  max-width: 720px;
  height: auto;
}

@media (min-width: 768px) {
  .article-img {
    width: 100%;
    max-width: 350px;
    text-align: center;
    float: left;
    margin: 1.0rem;
  }
}
.article-img-caption {
  font-size: 0.85rem;
  color: #757575;
  text-align: left;
  line-height: 1.5;
  margin: 0.5rem;
}
.imgModalCursor {
  cursor : pointer;
}

.show {
  z-index: 10001 !important;
}
.modal {
  z-index: 10002 !important;
}
.modal-dialog {
  z-index: 10003 !important;
}

/* SportsPress For Baseball */
.sp-post-content{
  clear: none !important;
}
.sp-post-caption{
  font-size: 100% !important;
  font-weight: bold;
  border: none !important;
}
h4.sp-table-caption {
  display: none !important;
}

/*タグ*/
.article-tag {
  text-align: right;
}
.article-tag ul {
  list-style: none;
}
.article-tag li {
  display: inline-block;
  color: #464646;
}
.article-tag li a {
  font-size: .8em;
  margin-right: 7px;
  padding: 2px 7px;
  text-decoration: none;
  color: #464646;
  border: solid 1px #464646;
  border-radius: 2px;
}
.article-tag li a:hover {
  opacity: .8;
}
.article p {
  margin-top: 0;
  margin-bottom: 1.0rem;
  text-indent: 1.0rem;
  line-height: 2.0;
  font-size: 16px;
}
.articleTitleWrap{
  margin-top: 1.0rem;
}
.article h1 {
  font-size: 1.7em;
  margin: .3em 0;
}
.article h2 {
  font-size: 1.5em;
  padding: .4em 0;
  border-bottom: solid 5px #464646;
}
.article h3 {
  font-size: 1.35em;
  padding: 0 .5em;
  border-left: solid 5px #777777;
  background: transparent;
  line-height: 1.5;
}
.article h4 {
  font-size: 1.2em;
  margin: 0 0 .3em;
}
.article h5 {
  font-size: 1.1em;
  margin: 0 0 .3em;
}
@media (max-width: 599px) {
  .article {
    font-size: 92%;
    padding: 0;
  }
  .article h1 {
    font-size: 1.3em;
  }
  .article h2 {
    font-size: 1.25em;
  }
  .article h3 {
    font-size: 1.2em;
  }
  .article h3:after {
    display: none;
  }
  .article h4 {
    font-size: 1.15em;
  }
  .article h5 {
    font-size: 1.1em;
  }
}

/********************* 追加分(2018/09/05) *********************/
.info-list{
  list-style: none;
  zoom: 1; /* float解除 for IE6/7  */
}
.info-list:after, .info-list:before {
    content: "";
    clear: both;
    display: block;
}
.info-list li{
  float: left;
  margin: 0.25rem 0.5rem;
}
a.noline:hover{
  text-decoration: none !important;
}
.noborder{
  border: none !important;
}
i {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.text-normal{
  font-weight: normal !important;
}
.text-bold{
  font-weight: bold !important;
}
.pc-disp{
  display: none !important;
}
@media (min-width: 992px) {
  .pc-disp{
    display: block   !important;
  }
}
.margin-for-menu {
  margin-right: 68px;
}
.disp-lg,.disp-md,.disp-sm,.disp-xs {
  display: none;
}
@media (max-width: 1199px) {
  .disp-lg{
    display: block;
  }
}
@media (max-width: 991px) {
  .disp-md{
    display: block;
  }
}
@media (max-width: 767px) {
  .disp-sm{
    display: block;
  }
}
@media (max-width: 575px) {
  .disp-xs{
    display: block;
  }
}

.bg-bar-main{
  background: #343a40;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0.25rem 1.0rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.bg-yellow{
  background: #ffe0b2;
}
.bg-red{
  background: #f44336 !important;
}
.bg-blue{
  background: #2196f3 !important;
}
.bg-transparent{
  background: transparent !important;
}
.bg-bluegray900{
  background: #263238 !important;
}
.bg-bluegray800{
  background: #37474f !important;
}
.bg-bluegray700{
  background: #455a64 !important;
}
.bg-bluegray600{
  background: #546e7a !important;
}
.bg-bluegray500{
  background: #607d8b !important;
}
.bg-bluegray400{
  background: #78909c;
}
.bg-bluegray300{
  background: #90a4ae;
}
.bg-bluegray200{
  background: #b0bec5;
}
.bg-bluegray100{
  background: #cfd8dc;
}
.bg-bluegray050{
  background: #eceff1;
}

.bg-lightgray{
  background: #f2f2f2 !important;
}
.bg-middlegray {
  background: #e0e0e0 !important;
}
.bg-gray{
  background: #757575 !important;
}
.bg-darkgray{
  background: #424242 !important;
}
.bg-black{
  background: #000000 !important;
}
.bg-ika-r{
  background: #d0c5b3 !important;
}
.bg-delion {
  background: #01b3cd !important;
}
.bg-transparent {
  background: transparent !important;
}
.bg-menu {
  background: rgba(242, 242, 242, 0.9) !important;
}

.btn-bluegray {
  color: #fff;
  background-color: #607d8b !important;
  border-color: #607d8b;
  outline: none;
}

.btn-bluegray:hover {
  color: #fff;
  background-color: #546e7a !important;
  border-color: #546e7a;
}

.btn-bluegray:focus, .btn-bluegray.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5);
}

.btn-bluegray.disabled, .btn-bluegray:disabled {
  color: #fff;
  background-color: #607d8b;
  border-color: #607d8b;
}

.btn-bluegray:not(:disabled):not(.disabled):active, .btn-bluegray:not(:disabled):not(.disabled).active,
.show > .btn-bluegray.dropdown-toggle {
  color: #fff;
  background-color: #607d8b;
  border-color: #607d8b;
}

.btn-bluegray:not(:disabled):not(.disabled):active:focus, .btn-bluegray:not(:disabled):not(.disabled).active:focus,
.show > .btn-bluegray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5);
}

.btn-bluegray:hover, .btn-bluegray:focus,
.btn-bluegray:active, .btn-bluegray:active:focus, .btn-bluegray:active:hover, .btn-bluegray:active.focus,
.btn-bluegray.active, .btn-bluegray.active:focus, .btn-bluegray.active:hover, .btn-bluegray.active.focus,
.open > .dropdown-toggle.btn-bluegray,
.open > .dropdown-toggle.btn-bluegray:hover,
.open > .dropdown-toggle.btn-bluegray:focus,
.open > .dropdown-toggle.btn-bluegray.focus,
.btn-bluegray.disabled:hover, .btn-bluegray[disabled]:hover, fieldset[disabled] .btn-bluegray:hover,
.btn-bluegray.disabled:focus, .btn-bluegray[disabled]:focus, fieldset[disabled] .btn-bluegray:focus,
.btn-bluegray.disabled.focus, .btn-bluegray[disabled].focus, fieldset[disabled] .btn-bluegray.focus {
  background: #546e7a !important;
  color: #ffffff !important;
}

.btn-outline-bluegray {
  color: #607d8b;
  background-color: transparent;
  background-image: none;
  border: 1px solid #607d8b !important;
}

.btn-outline-bluegray:hover {
  color: #fff !important;
  background-color: #546e7a;
  border-color: #546e7a;
}

.btn-outline-bluegray:focus, .btn-outline-bluegray.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5);
}

.btn-outline-bluegray.disabled, .btn-outline-bluegray:disabled {
  color: #607d8b;
  background-color: transparent;
}

.btn-outline-bluegray:not(:disabled):not(.disabled):active, .btn-outline-bluegray:not(:disabled):not(.disabled).active,
.show > .btn-outline-bluegray.dropdown-toggle {
  color: #fff;
  background-color: #546e7a;
  border-color: #546e7a;
}

.btn-outline-bluegray:not(:disabled):not(.disabled):active:focus, .btn-outline-bluegray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-bluegray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 216, 220, 0.5);
}

.btn-delion {
    color: #fff;
    background-color: #01b3cd !important;
    border-color: #018ca1;
    outline: none;
  }
  
  .btn-delion:hover {
    color: #fff;
    background-color: #0397aa !important;
    border-color: #0397aa;
  }
  
  .btn-delion:focus, .btn-delion.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 153, 170, 0);
  }
  
  .btn-delion.disabled, .btn-delion:disabled {
    color: #fff;
    background-color: #01b3cd;
    border-color: #01b3cd;
  }
  
  .btn-delion:not(:disabled):not(.disabled):active, .btn-delion:not(:disabled):not(.disabled).active,
  .show > .btn-delion.dropdown-toggle {
    color: #fff;
    background-color: #01b3cd;
    border-color: #01b3cd;
  }
  
  .btn-delion:not(:disabled):not(.disabled):active:focus, .btn-delion:not(:disabled):not(.disabled).active:focus,
  .show > .btn-delion.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 153, 170, 0.5);
  }
  
  .btn-delion:hover, .btn-delion:focus,
  .btn-delion:active, .btn-delion:active:focus, .btn-delion:active:hover, .btn-delion:active.focus,
  .btn-delion.active, .btn-delion.active:focus, .btn-delion.active:hover, .btn-delion.active.focus,
  .open > .dropdown-toggle.btn-delion,
  .open > .dropdown-toggle.btn-delion:hover,
  .open > .dropdown-toggle.btn-delion:focus,
  .open > .dropdown-toggle.btn-delion.focus,
  .btn-delion.disabled:hover, .btn-delion[disabled]:hover, fieldset[disabled] .btn-delion:hover,
  .btn-delion.disabled:focus, .btn-delion[disabled]:focus, fieldset[disabled] .btn-delion:focus,
  .btn-delion.disabled.focus, .btn-delion[disabled].focus, fieldset[disabled] .btn-delion.focus {
    background: #0397aa !important;
    color: #ffffff !important;
  }
  
  .btn-outline-delion {
    color: #01b3cd;
    background-color: transparent;
    background-image: none;
    border: 1px solid #01b3cd !important;
  }
  
  .btn-outline-delion:hover {
    color: #fff !important;
    background-color: #0397aa;
    border-color: #0397aa;
  }
  
  .btn-outline-delion:focus, .btn-outline-delion.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 153, 170, 0.5);
  }
  
  .btn-outline-delion.disabled, .btn-outline-delion:disabled {
    color: #01b3cd;
    background-color: transparent;
  }
  
  .btn-outline-delion:not(:disabled):not(.disabled):active, .btn-outline-delion:not(:disabled):not(.disabled).active,
  .show > .btn-outline-delion.dropdown-toggle {
    color: #fff;
    background-color: #0397aa;
    border-color: #0397aa;
  }
  
  .btn-outline-delion:not(:disabled):not(.disabled):active:focus, .btn-outline-delion:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-delion.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 153, 170, 0.5);
  }
  
  .btn-delion {
    color: #fff;
    background-color: #01b3cd !important;
    border-color: #018ca1;
    outline: none;
  }
  
  .btn-delion:hover {
    color: #fff;
    background-color: #0397aa !important;
    border-color: #3f7892;
  }
  
  .btn-delion:focus, .btn-delion.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 153, 170, 0);
  }
  
  .btn-delion.disabled, .btn-delion:disabled {
    color: #fff;
    background-color: #01b3cd;
    border-color: #01b3cd;
  }
  
  .btn-delion:not(:disabled):not(.disabled):active, .btn-delion:not(:disabled):not(.disabled).active,
  .show > .btn-delion.dropdown-toggle {
    color: #fff;
    background-color: #01b3cd;
    border-color: #01b3cd;
  }
  
  .btn-delion:not(:disabled):not(.disabled):active:focus, .btn-delion:not(:disabled):not(.disabled).active:focus,
  .show > .btn-delion.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 153, 170, 0.5);
  }
  
  .btn-delion:hover, .btn-delion:focus,
  .btn-delion:active, .btn-delion:active:focus, .btn-delion:active:hover, .btn-delion:active.focus,
  .btn-delion.active, .btn-delion.active:focus, .btn-delion.active:hover, .btn-delion.active.focus,
  .open > .dropdown-toggle.btn-delion,
  .open > .dropdown-toggle.btn-delion:hover,
  .open > .dropdown-toggle.btn-delion:focus,
  .open > .dropdown-toggle.btn-delion.focus,
  .btn-delion.disabled:hover, .btn-delion[disabled]:hover, fieldset[disabled] .btn-delion:hover,
  .btn-delion.disabled:focus, .btn-delion[disabled]:focus, fieldset[disabled] .btn-delion:focus,
  .btn-delion.disabled.focus, .btn-delion[disabled].focus, fieldset[disabled] .btn-delion.focus {
    background: #0397aa !important;
    color: #ffffff !important;
  }
  
  .btn-outline-delion {
    color: #01b3cd;
    background-color: transparent;
    background-image: none;
    border: 1px solid #01b3cd !important;
  }
  
  .btn-outline-delion:hover {
    color: #fff !important;
    background-color: #0397aa;
    border-color: #0397aa;
  }
  
  .btn-outline-delion:focus, .btn-outline-delion.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 153, 170, 0.5);
  }
  
  .btn-outline-delion.disabled, .btn-outline-delion:disabled {
    color: #01b3cd;
    background-color: transparent;
  }
  
  .btn-outline-delion:not(:disabled):not(.disabled):active, .btn-outline-delion:not(:disabled):not(.disabled).active,
  .show > .btn-outline-delion.dropdown-toggle {
    color: #fff;
    background-color: #0397aa;
    border-color: #0397aa;
  }
  
  .btn-outline-delion:not(:disabled):not(.disabled):active:focus, .btn-outline-delion:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-delion.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 153, 170, 0.5);
  }
  


.badge-bluegray {
  color: #fff;
  background-color: #546e7a;
}
.badge-daily {
  color: #fff;
  background-color: #01b3cd !important;
}
.badge-delion {
  color: #fff;
  background-color: #01b3cd !important;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #607d8b;
}

.img-thumbnail-trim-wrap{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 75%;
  background: #9e9e9e;
}

@media (max-width: 767px) {
  .img-thumbnail-trim-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    background: #cfd8dc;
  }
}

.img-thumbnail-trim-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 136%;
  max-height: 150%;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.no-gutter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cateWrap {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
}
.cateWrap .cateTitle {
    margin: auto auto 1.0rem auto;
}
hr{
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}
.borderTop{
  border-top: 1px solid #e0e0e0;
}
.borderLeft{
  border-left: 1px solid #e0e0e0;
}
.borderRight{
  border-right: 1px solid #e0e0e0;
}
.borderBottom{
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .borderTop{
    border-top: none;
  }
  .borderLeft{
    border-left: none;
  }
  .borderRight{
    border-right: none;
  }
  .borderBottom{
    border-bottom: none;
  }
}
.borderTop-md{
  border-top: 1px solid #e0e0e0;
}
.borderLeft-md{
  border-left: 1px solid #e0e0e0;
}
.borderRight-md{
  border-right: 1px solid #e0e0e0;
}
.borderBottom-md{
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .borderTop-md{
    border-top: none;
  }
  .borderLeft-md{
    border-left: none;
  }
  .borderRight-md{
    border-right: none;
  }
  .borderBottom-md{
    border-bottom: none;
  }
}
.rad4px{
  border-radius: 4px;
}
.rad25{
  border-radius: 0.25rem;
}
.rad50{
  border-radius: 0.5rem;
}
.rad-circle{
  border-radius: 50%;
}

/* banner */
.bannerWrap {
  margin: 0.5em auto;
  text-align: center;
}
.bannerWrap img {
  width: 100%;
}

/* pr */
.pr-list {
  margin: 0;
}
.pr-list a.pr-list-item {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
}
.pr-list a.pr-list-item:after {
  display: block;
  clear: both;
  content: '';
}
.pr-list img {
  float: left;
  width: 50px;
  height: auto;
}
.pr-list .banner-text {
  width: auto;
  margin-left: 65px;
  line-height: 1.3;
  color: #757575;
}
.pr-list .banner-text-no-photo {
  width: auto;
  line-height: 1.3;
  color: #757575;
}
.pr-list .banner-text .banner-text-title,
.pr-list .banner-text-no-photo .banner-text-title{
  font-size: 0.9rem;
  font-weight: bold;
  color: #616161;
  margin-bottom: 0.5rem;
}
.pr-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}
.pr-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
}
@media (max-width: 599px) {
  .pr-list a {
    padding: 10px;
  }
  .pr-list img {
    width: 50px;
    height: auto;
  }
  .pr-list .banner-text {
    margin-left: 65px;
  }
  .pr-list h2 {
    font-size: .95em;
  }
  .pr-date {
    margin-bottom: 0;
  }
  .pr-list p {
    visibility: hidden;
    height: 0;
  }
}

/* sitemap */
ul.category-list {
  margin: auto 3.0rem;
  list-style: none;
}
ul.category-list a {
  color: #333333;
}
ul.category-list li {
  margin: 1.0rem auto;
  font-weight: bold;
}
ul.category-list li ul.children {
  font-size: 90%;
  list-style: none;
  margin: 0.25rem 0.5rem;
}
ul.category-list li ul.children li{
  font-weight: normal;
  margin: 0.25rem 1.0rem;
  float: left;
}
ul.category-list li ul.children:after { /*floatの解除、ここがポイント*/
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	min-height: 1px; /*IE6、7対策*/
	height: 1px;
	height: auto;
	overflow: hidden;
}

/* card */
/*
.card {
  transition: .3s;
  outline:none;
  color: transparent;
  overflow: hidden;
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;
  top: 0;
}
.card:hover {
  text-decoration: none;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  opacity: 0.9;
  top: -0.8%;
}
*/
.card {
  transition: .3s;
  outline:none;
  overflow: hidden;
  top: 0;
}
a.card:hover {
  text-decoration: none;
  opacity: 0.75;
}
.card-num {
  content: '';
  display : flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 0.25rem 0 0 0;
  background: rgba(244, 67, 54, 0.75);
  text-align: center;
  font-size: 30px !important;
  font-weight: bold;
  color: #ffffff;
}
.card-img-top {
  width: 100%;
  height: 100%;
}
.card-img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;/* 幅に対する縦のサイズ */
  overflow: hidden;
  background-color: #ccc;
}
.card-img-4_3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: auto;
  max-width: 100%;/* 横向き16:9の画像が表示エリア一杯になるように指定 */
  max-height: initial;
}

.card-block {
  display: block\0 !important;
  display: block\9 !important;
}
.card-shadow {
  transition: .2s;
  outline:none;
}
.card-shadow:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

a.cardlink {
  outline:none;
  transition: .2s;
  background: transparent;
}
a.cardlink:hover {
  text-decoration: none;
}
.card-title {
  text-align: left;
  font-size: 110%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}
.dc-card .card-title {
  text-align: left;
  font-size: 100%;
  height: 100%;
  min-height: 50px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px !important;
}
.dc-card .card-time {
  padding: 0.25rem;
  color: #757575;
  font-weight: normal;
}
.card-img-overlay {
  position: relative;
}
.card-img-overlay-cont-top {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
}
.card-img-overlay-cont-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
}

.card-title-overlay {
  font-weight: bold !important;
  position: absolute;
  padding: 0 15px;
  bottom: 0;
  left: 0;
  font-size: 100%;
  opacity: 0.85;
  text-shadow:
  black 2px 2px 3px, black -2px 2px 3px,
  black 2px -2px 3px, black -2px -2px 3px;
}
.card-badge-overlay{
  position: absolute;
  top: 0;
  left: 5px;
  opacity: 0.85;
}
.card-title-s {
  font-size: 100%;
  text-align: left;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}
.dc-card .card-text {
  text-align: left;
  color: #757575;
  line-height: 1.8;
  font-size: 90%;
}
.card-body-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  color: white;/*文字色*/
  font-size: 25px;/*文字サイズ*/
}
.dc-card .card-btn {
  position:absolute;
  right: 5px;
  bottom: 5px;
}

.bg-overlay{
  background: rgba(33, 33, 33, 0.7) !important;
}
.overlay-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list-group-item {
  font-size: 0.9rem;
  background: #f2f2f2 !important;
  transition: .3s;
}
.list-group-item:hover {
  border-radius: 8px;
  box-shadow: inset -2px -2px 2px rgba(255, 255, 255, 1),
              inset 3px 3px 3px rgba(0, 0, 0, 0.2);
}
figure{
  clear: both;
}
.wp-caption {
  width: 100%;
  margin: 1.0rem auto;
  text-align: center;
  margin: 1.0rem auto 2.0rem auto;
}
@media (min-width: 768px) {
  .wp-caption {
    width: 40%;
    max-width: 350px;
    text-align: center;
    float: left;
    padding: 0 1.5rem;
  }
}

.wp-caption-text {
  font-size: 0.85rem;
  color: #757575;
  text-align: left;
  line-height: 1.5;
  margin: 0.5rem;
}

/* イメージ直接入稿 */
.size-large,
.size-full {
  float: left;
  width: 100%;
  max-width: 350px;
  text-align: center;
}

/* frame:New */
.new {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 0px;
}
.new:after {
  opacity: 0.9;
	content: "";
	position: absolute;
	z-index: 1;
	width: 150px;
	height: auto;
	background: red;
	content: "NEW";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	left: -48px;
	top: 3px;
	transform: rotate(-40deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* frame:Free */
.free {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 0px;
}
.free:after {
  opacity: 0.9;
	content: "";
	position: absolute;
	z-index: 1;
	width: 150px;
	height: auto;
	background: green;
	content: "FREE";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	left: -48px;
	top: 3px;
	transform: rotate(-40deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* frame:MemberOnly */
.member-only {
	position: relative;
	display: block;
	overflow: hidden; /* 不要部分を消す */
	padding: 0px;
}
.member-only:after {
  opacity: 0.8;
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	background: #f44336;
	content: "会員限定コンテンツ";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 15px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.member-only img{
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* swiper */

.swiper-container {
   margin: 0 auto 30px;
   text-align: center;
}
.tab-menu {
   border-bottom: 1px solid #ccc;
}
.tab-menu .swiper-slide {
   width: auto;
   padding: 10px 0;
}
.tab-contents {
   margin: 30px auto;
}
.swiper-slide-thumb-active {
   border-bottom: 2px solid rgb(9, 8, 53);
   color: rgb(9, 8, 53) !important;
   font-weight: bold;
}
.prettyprint{
  border: none;
  background: #fafafa;
  color: #697d86;
}
#thumbs {
  height: 20%;
  box-sizing: border-box;
}
#thumbs .swiper-slide {
  height: 100%;
  opacity: 0.3;
  cursor: pointer;
}
@media (max-width: 767px) {
  #thumbs .swiper-slide {
    width: 28%;
    font-size: 80%;
  }
}
@media (min-width: 768px) {
  #thumbs .swiper-slide {
    width: 25%;
    font-size: 90%;
  }
}
@media (min-width: 991px) {
  #thumbs .swiper-slide {
    width: 18%;
    font-size: 90%;
  }
}
#thumbs .swiper-slide-active {
  opacity: 1;
}
#slider {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  margin-top: -3px;
}
@media (min-width: 768px) {
  #slider {
    background: #ffffff;
    padding: 0 15px;
  }
}
#slider .swiper-slide {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* うみねこマラソン */
.jumbotron-umineko {
  background-image: url(umineko-marathon/images/007.jpg);
  background-size: cover;
  background-position: center 60%;
  height: calc(100vh - 70px);
  position: relative;
  }

/* 高校野球 */
.jumbotron-baseball {
  background-image: url(highschool-baseball/images/top.jpg);
  background-size: cover;
  background-position: center 60%;
  height: 100vh;
  position: relative;
}
.bb-title{
  color: #fff;
  padding: 1.0rem;
}

/* 規約 */
.agreement {
  line-height: 2.0;
  font-size: 90%;
}
.agreement h1,
.agreement h2,
.agreement h3,
.agreement h4 {
  margin: 1.0rem 0.25rem;
}
.agreement li {
  margin: auto 0.5rem;
}
.agreement ul.nostyle{
  list-style-type: none;
}
/* 規約　括弧連番 */
.agreement ol.decimal>li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
}
.agreement ol.decimal>li:before {
    content: "( " counter(cnt) " ) ";
}
.agreement ol.decimal {
  list-style-type: decimal;
  padding-inline-start: 1rem;
  padding-left: 1rem;
}
/* 規約　丸符号 */
.agreement ol.lower-roman li {
  list-style-type: disc;
}
/* 規約　各タイトル */
.agreement-title {
  font-weight: bold;
  font-size: 110%;
  margin-top: 1.0rem;
}
.agreement table{
  font-size: 90%;
}

@media (max-width: 767px) {
/*   規約　モバイル時マージン調整 */
  .agreement ul,
  .agreement ol {
    padding: 0;
    margin-left: 1.0rem;
    padding-inline-start: 0 !important;
  }
  .agreement li {
    margin: 0;
  }
}

/* 記事リスト ページネーション */
/*ページネーション*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
  clear: both;
  text-align: center;
}

.pagination ul {
  margin: auto;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a, .pagination li > span {
  display: block;
  text-decoration: none;
}

.pagination li .dots {
  padding: 0;
  border: 1px solid #455a64 !important;
  border-radius: 0.25rem;
  background: #fff !important;
  color: #333 !important;
  transition: .3s;
}

ul.page-numbers li:hover{
  text-decoration: none;
}

ul.page-numbers li span.page-numbers,
ul.page-numbers li a.page-numbers{
  border: 1px solid #455a64;
  border-radius: 0.25rem;
  background: #455a64;
  color: #fff;
  padding: 0.3rem 1.0rem;
  margin: auto;
  text-align:center !important;
}

ul.page-numbers li a{
  border: 1px solid #455a64 !important;
  border-radius: 0.25rem;
  background: #fff !important;
  color: #333 !important;
  transition: .3s;
}

ul.page-numbers li a:hover{
  background: #90a4ae !important;
  color: #f2f2f2 !important;
}

ul.page-numbers .current {
  font-weight: normal !important;
}

ul.page-numbers li a.prev,
ul.page-numbers li a.next {
  display: none;
}

/* 企画・連載 ページネーション */
.post-pagenation{
  clear: both;
  text-align: center;
  margin: 20px 0;
}
.post-pagenation a:hover{
  text-decoration: none;
}
.post-pagenation .pagination-num{
  border: 1px solid #455a64;
  border-radius: 0.25rem;
  background: #455a64;
  color: #fff;
  padding: 0.5rem 1.0rem;
}
a span.pagination-num{
  border: 1px solid #455a64 !important;
  border-radius: 0.25rem;
  background: #fff !important;
  color: #333 !important;
  transition: .3s;
}
a span.pagination-num:hover{
  background: #90a4ae !important;
  color: #f2f2f2 !important;
}

/* トップボタン用 */
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index:1000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.pagetop a {
  display: block;
}
.pagetop a:hover {
  display: block;
}

/* トップ用日付 */
.title-date {
  border-radius: 0.25rem;
  text-align: center;
  width: 80px;
  height: 50px;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #37474f;
  color: #fff;
}
.title-date-day {
  display:block;
  height:28px;
  font-size:32px;
  line-height:24px;
  overflow:hidden;
}
.title-date-month {
  display:block;
  height:22px;
  overflow:hidden;
  font-size:14px;
  line-height:14px;
}

.ws-normal {
  white-space: normal;
}
.ws-nowrap {
  white-space: nowrap;
}
.outline-none {
  outline: none;
}
/* 行間 */
.line200{
  line-height: 200% !important;
}
.line190{
  line-height: 190% !important;
}
.line180{
  line-height: 180% !important;
}
.line170{
  line-height: 170% !important;
}
.line160{
  line-height: 160% !important;
}
.line150{
  line-height: 150% !important;
}

/* フォントサイズ */
.fs200{
  font-size: 200% !important;
}
.fs195{
  font-size: 195% !important;
}
.fs190{
  font-size: 190% !important;
}
.fs185{
  font-size: 185% !important;
}
.fs180{
  font-size: 180% !important;
}
.fs175{
  font-size: 175% !important;
}
.fs170{
  font-size: 170% !important;
}
.fs165{
  font-size: 165% !important;
}
.fs160{
  font-size: 160% !important;
}
.fs155{
  font-size: 155% !important;
}
.fs150{
  font-size: 150% !important;
}
.fs145{
  font-size: 145% !important;
}
.fs140{
  font-size: 140% !important;
}
.fs135{
  font-size: 135% !important;
}
.fs130{
  font-size: 130% !important;
}
.fs125{
  font-size: 125% !important;
}
.fs120{
  font-size: 120% !important;
}
.fs115{
  font-size: 115% !important;
}
.fs110{
  font-size: 110% !important;
}
.fs105{
  font-size: 105% !important;
}
.fs100{
  font-size: 100% !important;
}
.fs95{
  font-size: 95% !important;
}
.fs90{
  font-size: 90% !important;
}
.fs85{
  font-size: 85% !important;
}
.fs80{
  font-size: 80% !important;
}
.fs75{
  font-size: 75% !important;
}
.fs70{
  font-size: 70% !important;
}
.fs65{
  font-size: 65% !important;
}
.fs60{
  font-size: 60% !important;
}
.fs55{
  font-size: 55% !important;
}
.fs50{
  font-size: 50% !important;
}

/* MaxWidth */
.mw-75px { width:100%; max-width: 75px; }
.mw-100px { width:100%; max-width: 100px; }
.mw-120px { width:100%; max-width: 120px; }
.mw-150px { width:100%; max-width: 150px; }
.mw-200px { width:100%; max-width: 200px; }
.mw-250px { width:100%; max-width: 250px; }
.mw-300px { width:100%; max-width: 300px; }
.mw-350px { width:100%; max-width: 350px; }
.mw-400px { width:100%; max-width: 400px; }
.mw-450px { width:100%; max-width: 450px; }
.mw-500px { width:100%; max-width: 500px; }
.mw-550px { width:100%; max-width: 550px; }
.mw-600px { width:100%; max-width: 600px; }
.mw-650px { width:100%; max-width: 650px; }
.mw-700px { width:100%; max-width: 700px; }
.mw-750px { width:100%; max-width: 750px; }
.mw-800px { width:100%; max-width: 800px; }
.mw-850px { width:100%; max-width: 850px; }

/* opacity */
.opa100{
  opacity: 1.0;
}
.opa90{
  opacity: 0.9;
}
.opa80{
  opacity: 0.8;
}
.opa70{
  opacity: 0.7;
}
.opa60{
  opacity: 0.6;
}
.opa50{
  opacity: 0.5;
}
.opa40{
  opacity: 0.4;
}
.opa30{
  opacity: 0.3;
}
.opa20{
  opacity: 0.2;
}
.opa10{
  opacity: 0.1;
}

/* color */
.text-lightgray {
  color: #bdbdbd;
}
.text-red {
  color: #f44336;
}
.text-blue {
  color: #2196f3;
}
.text-green {
  color: #4caf50;
}
.text-yellow {
  color: #ffeb3b;
}
.text-orange {
  color: #ff9800;
}
.text-navy {
  color: #3f51b5;
}
.text-bluegray {
  color: #607d8b;
}
.text-black {
  color: #080000;
}
.text-delion {
  color: #01b3cd;
}
.text-twitter {
  color: #1da1f2;
}
.text-facebook {
  color: #3c5a99;
}
.text-youtube {
  color: #da1725;
}

/* border */
.border-lightgray {
  border: 1px solid #bdbdbd;
}
.border-red {
  border: 1px solid #f44336;
}
.border-blue {
  border: 1px solid #2196f3;
}
.border-green {
  border: 1px solid #4caf50;
}
.border-yellow {
  border: 1px solid #ffeb3b;
}
.border-orange {
  border: 1px solid #ff9800;
}
.border-navy {
  border: 1px solid #3f51b5;
}
.border-bluegray {
  border: 1px solid #607d8b;
}
.border-delion {
  border: 1px solid #01b3cd;
}
.border-none {
  border: none !important;
}
.clear {
  clear: both;
}
.underline-dark{
  border-bottom: 1px solid #212121;
}
.underline-white{
  border-bottom: 1px solid #ffffff;
}
.text-underline {
  text-decoration: underline;
}

/* slicker */
.sliderWrap {
  border: 1px solid #343a40;
}
.slider,
.origin-slider {
  display:none;
}
.slider.slick-initialized,
.origin-slider.slick-initialized {
  display: block;
}
.slider div {
  outline:none;
}
.slider a {
  color: #333333;
  outline:none;
  line-height: 150%;
}
.slider a:hover {
  color: #333333;
  text-decoration: underline;
}

.movie-slider-container {
  display: none;
  position: relative;
}
.movie-slider-container.initialized {
  display:block;
}
.movie-slider {
  margin: 0 24px;
  overflow: hidden;
}
.movie-slider-container .slick-list {
  margin-right: -12px;  /* ガター分ネガティブマージン */
}
.movie-slider-container .slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #ffffff;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.movie-slider-container .slider-prev {
  left: 0;
}
.movie-slider-container .slider-next {
  right: 0;
}
.movie-slider-container .slick-slide {
  margin-right: 12px;  /* ガター */
}
.movie-slider-container .slick-slide {
  padding: 1.5em 0;
  color: #fff;
  text-align: center;
  outline: 0;
}

/* SportsPress */
.sp-table-wrapper {
  white-space: nowrap !important;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sp-data-table {
  white-space: nowrap !important;
  border-collapse: collapse !important;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* lightbox css hack */
.lightbox {
  z-index: 20000 !important;
}
.lightboxOverlay {
  z-index: 19999 !important;
}

/* contact form 7 */
.wpcf7 {
  max-width:720px !important;
}
.wpcf7 input[type=file] {
  height: calc(3rem + 0px) !important;
  padding: .5rem .75rem !important;
}
#s {
  max-width: 200px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  display: block;
  float: left;
  text-align: center;
  font-size: 13px;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease;
  color: #080000;
  font-weight: 500;
}

/* タブ　ホバー時 */
.tab_item:hover {
  background: #dddddd;
  cursor: pointer;
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  background: #f2f2f2;
}

/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}

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

/* morelinkボタンのスタイル（お好みで） */
.morelink1,
.morelink2,
.morelink3,
.morelink4 {
  font-size: 16px;
  display:block;
  max-width:240px;
  margin:30px auto;
  padding: 0;
  background:transparent;
  background-color: transparent;
  color:#212121;
  text-align: right;
  border-radius:8px;
  box-shadow: none;
  margin-right: 0 !important;
  margin-top: 5px;
  margin-bottom: 20px;
  transition: .3s;
}

.morelink1:hover,
.morelink2:hover,
.morelink3:hover,
.morelink4:hover{
  color: #0073BD;
  cursor:pointer;
  box-shadow: none;
}

/**
*2020/12/21から
*スタイル追加
*▼▼▼
**/

/*WooCommerce Subscriptions のメニュー項目外観*/
.woocommerce-MyAccount-navigation a.list-group-item.list-group-item-action {
    padding: 4px;
    border: none;
    background: transparent !important;
}

/*サイドメニューのタイトル*/
#side-menu a.card {
    border: none !important;
    box-shadow: none !important;
}

h6.sidemenu-title {
    border-bottom: 1px solid black;
    margin-bottom: 1em;
 }

.sidemenu-title i.fa.fa-chevron-right {
    color: #B3B3B3;
    font-size: 9px;
    position: absolute;
    margin-top: 5px !important;
}

.kitaou-news .text-muted.fs80.mt-1.ml-1.text-left, .kitaou-news .text-muted.fs80.mt-1.ml-1.text-left span {
    margin-left: 0 !important;
}

.kitaou-news .text-muted.fs80.mt-1.ml-1.text-left {
    margin-top: 1em !important;
    margin-bottom: 2em;
}

.kitaou-news .card-body.p-3 {
    padding: 0 !important;
}

.kitaou-news .card-body {
    margin-top: 1em !important;
}

.kitaou-news small {
    color: black;
}

.kitaou-news a.card {
    border-radius: 0;
}

.kitaou-news img.card-img-top {
    border-radius: 0;
}

/*サブメニュー*/
ul.sub-menu {
    background-color: #DDDDDD;
}
ul.sub-menu li a {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #FFFFFF;
}
ul.sub-menu li { 
    border: 0;
}
ul.sub-menu li a:hover {
    box-shadow: none;
    color: white;
}

ul.sub-menu li:hover {
    background-color: #0073BD !important;
}

.sub-menu li:hover {
    box-shadow: none;
}

.img-icon-wrap a {
    display: inline-block;
    width: 100%;
}

.nav-menu .img-icon-wrap:hover {
  background-color: #ffffff;
  box-shadow: none;
  transition: 0.2s;
}

.nav-menu .img-icon-wrap a span {
  color: #FFFFFF;
  white-space: nowrap;
  transition: 0.2s;
}
.nav-menu .img-icon-wrap:hover a span {
  color: #0073BD;
  white-space: nowrap;
  transition: 0.2s;
}

/*タブ*/
.tabs input:hover {
    background-color: #DDDDDD;
}

/*ニュースリスト*/
.list-group-item:hover{
  box-shadow: none;
}

div.tab_content a.list-group-item:hover {
    background-color: #DDDDDD !important;
}

div.tab_content a.list-group-item {
    background-color: white !important;
}

.tab_item {
    background: white;
}

.bg-green{
  background-color: #009245;
}

.tab_content {
    background: white;
}

.read-more-link {
    padding-bottom: 0;
}

/*速報*/
a.sokuho {
    color: #FF0000;
    text-decoration: none;
    font-size: 25px;
}

a.sokuho:hover {
    color: #FF0000;
    text-decoration: none;
}

div.sokuho-container {
    width: 100%;
    position: relative;
}

div#sokuho_title {
    width: 7%;
    margin-right: 1%;
    float: left;
    padding-top: 4px;
}

div#sokuho_list
{
  width: 92%;
  float: left;
}

.sliders.sokuho i.fa.fa-chevron-right {
    float: right;
    color: #B3B3B3;
    padding-top: 6px;
}

.sliders.sokuho a {
    color: black;
    text-decoration: none;
}

a.text-bold.sokuho.px-3.py-0.fs90 {
    display: block;
    min-width: 62px;
}

.sliders.sokuho .my-1:hover {
    background-color: #dddddd;
}

#sokuho_main {
    border-bottom: solid 1px #F5F5F5;
}

.sokuho-time {
    margin-right: .5em;
}

@media screen and (max-width: 426px) {
   #sokuho_title { 
    margin-right:0 !important;
    width:auto !important;
    margin-right: 2px !important;
  }
}

@media screen and (max-width: 426px) {
   #sokuho_title { 
    margin-right:0 !important;
    width:auto !important;
    margin-right: 2px !important;
  }
}

@media screen and (max-width: 378px) {
    div#sokuho_list {
      width: 90%;
  }

  div#sokuho_title {
    margin-right: 4px !important;
  }
}

@media screen and (max-width: 320px) {
    div#sokuho_list {
      width: 88%;
  }

  .sliders.sokuho i.fa.fa-chevron-right {
    position: relative;
    top: -32px;
    float: right;
    color: #B3B3B3;
    padding-top: 6px;
  }

  .sliders.sokuho span {
    display: block;
  }

  div#sokuho_title {
    margin-right: 4px !important;
    padding-top: 4px;
  }
}


/*CM&Footer*/
hr.my-2 {
    border-top: 1px solid #E6E6E6;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(230, 230, 230);
}
div#ads {
    background-color: #F5F5F5;
}


/*footer footer*/
.footer-logo {
    padding: 0;
    padding-top: 2em;
}

/*flip phone icon*/
.phone i {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/*header*/
.cp_fullscreenmenu {
    position: unset;
    z-index: 20001;
    top: unset;
    right: unset;
}


.navbar-brand {
    position: unset;
}

.margin-for-menu {
    margin-right: 20px;
}

.cp_fullscreenmenu .hamburger-icon {
    border: none;
}

.navbar-month, .navbar-weekday {
  margin-top: 5px;
}

label.hamburger.hamburger-icon.w-center {
    background: transparent;
}

.navbar-day {
    font-size: 36px;
}

/** NAV MENU*/
nav.nav-menu.container {
    padding: 0;
}

nav.nav-menu.container .img-icon-wrap a {
    text-align: center;
}

/*nav menu icon */
.navbar-collapse .img-icon-wrap:hover {
    box-shadow: none;
    background-color: #dddddd;
}


label.hamburger.hamburger-icon.w-center {
    padding-top: 1.5em;
}

@media screen and (min-width: 1025px) {
  .navbar-month, .navbar-weekday {
    margin-top: 4px;
  } 
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
   .navbar .d-none {
    display: none !important;
  }
  
 .menucont .disp-md {
    display: block;
  }

  .row.my-1.mx-2.text-center.menu-group1 {
    width: 92%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1100px) {
  .cp_fullscreenmenu .open {
    right: -60px;
    top: 8px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1023px) and (min-width: 770px) {
  .cp_fullscreenmenu {
    position: fixed;
    z-index: 20001;
    top: 5px;
    right: 47px;
  }

  .navbar-month, .navbar-weekday {
    margin-top: -4px;
  } 

}

@media screen and (max-width: 769px) {
  .cp_fullscreenmenu {
    float: right;
    position: absolute;
    z-index: 20001;
    top: unset;
    right: 5px;
    margin-top: 1em;
  }

  .navbar-month, .navbar-weekday {
    margin-top: -5px;
  }

  label.hamburger.hamburger-icon.w-center {
    padding-top: 1em;
  }
}


@media screen and (max-width: 321px) {
  .navbar-day, .navbar-month, .navbar-weekday {
    margin-left: -24px;
  }

  .nav-menu-container a {
    text-align: center;
  }
}

/*メニュー*/

@media screen and (max-width: 1199px) and (min-width: 1100px) {
  .cp_fullscreenmenu .open {
    right: unset;
  }
}

.menucont .badge-dark span {
  color: white;
}

ul.nav-list li a {
  box-shadow: none;
  border: solid 1px #888888;
  color: #424242;
}

ul.nav-list li a:hover {
  box-shadow: none;
  background-color: #dddddd;
}


.menucont .mb-4 {
  padding: 1em;
  border: solid 1px #dddddd;
}

.menu-item-cont .img-icon-wrap {
  border: solid 1px #0073BD;
  border-radius: 8px;
}

.menu-item-cont {
  padding-right: 15px !important;
}


.menu-item-cont:hover .img-icon-wrap {
  background-color: #0073BD;
}

.menu-item-cont .img-icon-wrap:hover {
  box-shadow: none;
}

.img-icon-wrap a:hover {
  background-color: transparent;
}

.menu-item-cont {
  padding: 3px !important;
}

.menucont form a span {
  color: #0073BD;
}

.menu-item-cont a span {
  color: #0073BD;
}

/**▼SVG色変える▼*/
/**　※事前にsvgファイル内にIDを埋め込み、以下にホバー時のfill/strokeの色を指定する。svgにはpath, circle, polylineなど色々タグが含まれるので要注意　*/
.menu-item-cont:hover svg#dt-icon_x5F_newregister-blue path,
.menu-item-cont:hover svg#dt-icon_x5F_newregister-blue circle,
.menu-item-cont:hover svg#dt-icon_x5F_login-blue polyline,
.menu-item-cont:hover svg#dt-icon_x5F_logout-blue polyline {
  stroke: white !important;
}


.menu-item-cont:hover svg#dt-icon_x5F_koudoku-blue path,
.menu-item-cont:hover svg#dt-icon_x5F_koudoku-blue polygon {
  fill: white !important;
}


.menu-item-cont:hover svg#dt-icon_x5F_delion-blue path,
.menu-item-cont:hover svg#dt-icon_x5F_delion-blue circle  {
  fill: white !important;
}

.menu-item-cont:hover svg#dt-icon_x5F_delion-blue g path {
  fill: none !important;
  stroke: white !important;
}
button svg#dt-icon_search path {
  fill: #23272b !important;
}
button:hover svg#dt-icon_search path {
  fill: #f2f2f2 !important;
}
/**▲SVG色変える▲*/

.menu-item-cont:hover i {
  color: white !important;
}

.menucont .img-icon-wrap i {
  color: #0073BD;
}

.menu-item-cont:hover a span {
  color: white !important;
}

.menu-group1 {
  display: flex;
  justify-content: space-between;
}

.menu-item-cont {
  padding-right: 18px !important;
}


.menu-group1-cont{
  border: solid 1px #dddddd;
}

.img-icon-wrap svg {
  height: 18px;
}

input#s {
  margin-left: 5px;
  border-color: #dddddd;
}

/*アーカイブ*/
.neumorphicsm-block ul li {
  background-color: transparent;
}

.neumorphism-block a.list-group-item.list-group-item-action:hover {
  background-color: #dddddd !important;
}
.neumorphism-block a.list-group-item.list-group-item-action {
  background-color: white !important;
}

.neumorphism-block {
  box-shadow: none;
}

/* ▼▼▼ ADD BY SAN-KIKUCHI 2021/02/03 ========== */
/* plugin : Favorites */
.simplefavorite-button {
  display: inline-block;
  border: 1px solid #212121;
  color: #212121;
  padding: 0.25rem 0.5rem;
  transition: 0.3s
}
.simplefavorite-button:hover {
  color: #212121;
  text-decoration: none;
  background: #e0e0e0 !important;
  cursor: pointer;
}
.simplefavorite-button.active {
  opacity: 1.0 !important;
  background: #FFECB3 !important;
}

/* 会員特典マトリクス */
.member-chart thead tr th span{
  font-size: 0.9em;
}

@media screen and (max-width: 480px) {
  .member-chart thead tr th span{
    font-size: 0.8em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .member-chart tbody tr td{
    font-size: 0.8em;
  }
}

/* 支払画面の都道府県名コンボボックススタイル修正 */
.select2-container .select2-selection--single {
  height: 40px !important;
  padding: 5px 0 !important;
}
  
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

/* 本登録画面　登録メールアドレスのモバイル版スタイル */
@media screen and (max-width: 480px) {
  fieldset label.badge.badge-pill {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  fieldset label.badge.badge-pill + div.div_text {
      font-size: 100% !important;
  }
}

/* shop画面　ボタン文字列のwrap化 */
.woocommerce ul.products li.product a {
  white-space: pre-line;
}

/* ▲▲▲ ADD BY SAN-KIKUCHI 2021/02/03 ========== */

/* ▼▼▼ ADD BY SAN-YAMASHITA 2021/02/18 ========== */
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/* ▲▲▲ ADD BY SAN-YAMASHITA 2021/02/18 ========== */

/* ▼▼▼ ADD BY SAN-KIKUCHI 2021/03/09 ========== */
/* shop画面　コースタイトル非表示 */
h2.woocommerce-loop-product__title {
  display: none;
}

/* 決済画面 お客様詳細のマージン調整 */
div#customer_details {
  margin: 0 auto;
}
/* ▲▲▲ ADD BY SAN-KIKUCHI 2021/03/09 ========== */

/* ▼▼▼ ADD BY SAN-KIKUCHI 2021/03/09 ========== */
/* 汎用：リスト丸数字 */
ol.list-circle-digit {
  counter-reset: cnt;
  padding-top: 0.5rem;
  padding-left: 2.4rem;
}

ol.list-circle-digit li {
  margin-bottom: 0.2rem;
  position: relative;
}

ol.list-circle-digit li:before {
  content: counter(cnt);
  counter-increment: cnt;
  position: absolute;
  float: left;
  left: -1.4rem;
  line-height: 1.25rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #212529;
  color: white;
  text-align: center;
}

/* 新規登録：注釈 */
div.annotation {
  font-size: 80%;
  padding-top: 5px;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
/* ▲▲▲ ADD BY SAN-KIKUCHI 2021/03/09 ========== */



/* ▼▼▼ ADD BY DAILY-NITA 2021/07/22 ========== */
/* デジタル単独コース入会キャンペーン用 */
/* コンテンツタイトル */
#contents__header h1 {
  font-size: 24px !important;
}
/* ボーダー付タイトル */
.border_heading {
  color: #212121;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin: 1.5rem 0px;
  font-weight: bold;
}
.border_heading:before {
  margin-right: 1.2rem;
}
.border_heading:after {
  margin-left: 1.2rem;
}
.border_heading:before,
.border_heading:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #212121; 
  display: block;
}

.contents__wrapper {
  width: 100%;
  max-width: 968px;
  margin: auto;
  line-height: 180%;
}

.campaign__contents__area {
  padding: 0;
}

.campaign__contents__area table.table-bordered th,
.campaign__contents__area table.table-bordered td {
  border: 1px solid #212121 !important;
}
.campaign__contents__area table.table-bordered th {
  text-align: center;
}

.campaign__contents__area ul.decimal {
  line-height: 180%;
  font-size: 14px;
  padding: 0.75rem;
}
.campaign__contents__area ul.decimal li {
  list-style-type: decimal;
  margin-inline-start: 1.0rem;
  margin-inline-end: 1.0rem;
}
.campaign__contents__area p {
  line-height: 180%;
  font-size: 14px;
  padding: 0 1.5rem;
}

span.wpcf7-list-item {
  display: block;
  margin-bottom: 0.5rem;
}

ul.disc > li {
  list-style: disc !important;
  margin-left: 1.0rem;
}
ul.decimal > li {
  list-style: decimal !important;
  margin-left: 1.0rem;
}

ul.entryflow {
  border: none;
  margin: 1em 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.entryflow>li {
  position: relative;
  padding: 0 0 0 3.5em;
}
.entryflow>li:before {
  content: "";
  width: 2px;
  background: #727272;
  display: block;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 14px;
}
.entryflow>li.line-none:before {
  content: none;
}
.entryflow_num {
  content: '';
  display: inline-block !important;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #727272;
  text-align: center;
  font-size: 18px !important;
  font-weight: bold;
  color: #727272;
}
.entryflow_title {
  color: #727272;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.entryflow_content {
  font-size: .9em;
  line-height: 1.5;
  margin-top: .5em;
  padding: 0;
}
.entryflow_qr_img {
  width: 100px;
}
.form__wrapper hr {
  background: #e0e0e0 !important;
}
#checkbox-minors {
  display: none;
}
.wpcf7-form {
  margin: 5.0rem auto;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0.5em 0.5em 1em !important;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
/* ▲▲▲ ADD BY DAILY-NITA 2021/07/22 ========== */

.underline-cont {
  text-decoration: underline;
}
.del-cont {
  position: relative;
}
.del-cont::before,
.del-cont::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #000000;
  width: 100%;
  height: 1px;
  left: 0;
}
.del-cont::before {
  top: 55%;
}
.del-cont::after {
  top: 42%;
}
