body{
  user-select:none;
  -webkit-user-select:none;
  -ms-user-select: none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
  }

  .callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    h4 {
      margin-top: 0;
      margin-bottom: 5px;
    }
    p:last-child {
      margin-bottom: 0;
    }
    code {
      border-radius: 3px;
    }
    & + .bs-callout {
      margin-top: -5px;
    }
  }
  
p{
  font-size: 1rem;
  line-height:2rem;
}

p a{
  text-decoration: underline;
}

  @each $name,$color in (default,#777),(primary,#428bca),(success,#5cb85c),(danger,#d9534f),(warning,#f0ad4e),(info,#5bc0de), (bdc,#29527a) {
    .callout-#{$name} {
      border-left-color: $color;
      h4 {
        color: $color;
      }
    }
  }

@media (min-width: 992px){
    .az-navbar-search {
        display: block;
    }
    .az-navbar-search {
     padding:0; 
    }
}
@media (min-width: 576px){
  .az-header-notification .dropdown-menu {
    padding: 0;
  }
}
  @media (max-width: 576px) {
.az-header-notification .dropdown-menu{

    height: 70px;
    padding:4px;
    border-bottom: 1px solid rgba(28, 39, 60, 0.12);
}
.az-navbar-search{
  padding: 0 5px;
  border: 1px solid #e3e7ed;
}
  }
  .nav-wrap {
    position: relative;
  }
  .scroll-nav {
    width: 100%;
    box-shadow: 0 0 30px rgba(28, 39, 60, 0.08);
    border-bottom: 1px solid rgba(28, 39, 60, 0.12);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* 慣性スクロール */
  }
  .scroll-nav ul {
    max-width: 960px; /* メニューの最大幅 */
    min-width: 770px; /* メニューの最小幅 */
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    list-style: none;
    padding-right: 25px; /* 右側の固定分余白を空ける */
  }
  .scroll-nav ul li {
    float: left;
    width: 120px; /* メニューの個別の幅 */
    font-size: small;
    text-align: center;
  }
  .scroll-nav ul li:hover {

  }
  .scroll-nav ul li a {
    display: inline-block;
    color: #222; /* メニューの文字色 */
    text-decoration: none;
  }
  .next-btn { /* 右側に固定する部分 */
    position: absolute;
    top: 0;
    right: 0;
    width: 20px; /* 固定部分の幅 */
    height: 40px; /* メニューの高さに合わせる */
    line-height: 40px;
    background: #fff;
    color: #555;
  }
  @media only screen and (min-width: 771px) { /* PCサイズでの指定 */
  .scroll-nav ul {
    padding: 0;
  }
  .scroll-nav ul li {
    width: 14.8%; /* メニューの個別の幅 */
  }
  .next-btn {
    display: none; /* 右側の固定部分を非表示 */
  }
}
.error{
  color:#Ff0000 !important;
}


/*ページコンテンツ用*/
.ems-content{
    width: 620px;
    max-width: 620px;
    display: block;
    margin:0 auto;
    padding: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 48px;
margin-bottom: 48px;
font-family: 'Sawarabi Gothic';

}
.title-box h1{
  min-height: 1em;
    margin-top: 72px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    letter-spacing: .04em;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    pointer-events: auto;
    font-size: 32px;

}

.main-contner{  
}

.main-contner h3{

    font-size: 24px;
    margin-top: 50px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: .04em;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
 
}

.main-contner p {
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 36px;
}
.main-contner img{
  display: block;
  max-width: 100%;
  height: auto!important;
  margin: 0 auto;
  text-align: center;

}
.main-contner blockquote{
  font-size: 16px;
    padding: 25px 36px;
    line-height: 36px;
    background-color: #f7f9f9;
}



@media (max-width: 425px) {

  .ems-content{
    width: 100%;
    display: block;
    margin:0 auto;
    padding: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 28px;
    margin-bottom: 48px;

  }
}


/***** 関連ボックス　***/
.kanrenbox .img-box{
  position: relative;
  margin-right: 10px;;
}
.kanrenbox .img-box img{
  width: 158px;
  height: auto;
}
.kanrenbox .media-body h5{
  font-size: 0.9rem;
  margin-bottom:0.3rem;
}
.kanrenbox .media-body{
  font-size: 0.3rem;
  line-height: 1.3rem;
}




.rankbox .img-box{
  position: relative;
  margin-right: 10px;;
}
.rankbox .img-box img{
  width: 65px;
  height: auto;
}
.rankbox .img-box span{
  position: absolute;
  top: -5px;
  left:-10px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  background-color: #FFF;
  box-shadow: 0 0 0 1px rgb(155, 153, 153);
  display: flex;
}
.rankbox .media-body h5{
  font-size: 0.9rem;
  margin-bottom:0.3rem;
}
.rankbox .media-body{
  font-size: 0.3rem;
  line-height: 1.3rem;
}

/*************ランキングページ用*******/

.ranking-img-box{
  position: relative;
}

.ranking-img-box .numbering{
  position: absolute;
  top:-5px;
  left:-5px;
  height: 30px;
  width: 30px;
  background:#b8ab84;
  text-align: center;
  border: 2px solid #fff;
}

#numcol_1{
  background:#ffb821;
}
#numcol_2{
  background:#B2B8B8;
}
#numcol_3{
  background:#C08D5E;
}

.ranking-no-box{
  width:20px;
  height:100%;
  border:1px solid #222;
  font-size:1.2rem;
  background-color: #ffb821;
  display: block;
}

#magazine-box{
  border: none;
}

#magazine-box .card-body{
  padding:10px 0;
}

a#categorytagbox .card-body{

  color:#FFF;


}

a:hover#categorytagbox .card-body:hover{

  color:#fff;
  background-color: #0879F1;


}


.tag-box{
  line-height: 2.5rem;
}
.tag-box a span.tags{
    margin-bottom:2rem;

}

.bg-gray-200 .tag-box a span.tags{
  background-color: #FFF;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #0879F1;
}

.media-body span, .media-body a{
  font-size: 0.9rem !important;
}


.footer{
  font-size: 1rem;
}


.footer-search {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #e3e7ed;
}

.footer-search .form-control {
  background:#EFEFEF;
}

.footer-search .btn {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
}


@media (max-width: 425px) {
  .scroll-nav ul li {
    width: 15.8%; /* メニューの個別の幅 */
  }
  p{
    font-size: 1.3rem;
    line-height:2.5rem;
  }
  
  p a{
    text-decoration: underline;
  }

  .footer{
    font-size: small;
  }

  .footer ul li{
    line-height: 2.5rem;
  }
}








.mycolor-bg{
  background-color: var(--mycolor); 
}
.mycolor-txt{
  color: var(--mycolor);
}
.btn-my-color, .badge-mycolor, .alert-mycolor{
  background-color: var(--mycolor);
  color:#FFF;
}
.btn-my-color:hover, .badge-mycolor:hover{
  background-color: #0879F1;
  color:#FFF;
}

:root{
  --mycolor: #111635;
}




@media print {
    * {
        display: none;
        opacity: 0;
        background: #fff;
    }
 
    img {
        display: none;
        opacity: 0;
        background: #fff;
    }
}