@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media print, screen and (min-width: 992px) {
    .gmap {
      padding-bottom: 40%; } }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: fot-matisse-pron, sans-serif, -apple-system, -apple-system; }

h1, h2, h3, h4, h5, h6 {
  font-family: fot-matisse-pron, sans-serif, -apple-system; }

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

.common-btn {
  margin: 10px auto 0;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #464646;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #464646;
    text-decoration: none;
    text-align: center; }

.btn-more {
  margin: 50px auto 20px;
  text-align: center; }
  @media print, screen and (max-width: 991px) {
    .btn-more {
      margin: 20px auto 20px;
      width: 250px; } }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px;
  margin: 0; }
  .pagetop a {
    border-top: 2px solid #0a5e96;
    border-left: 2px solid #0a5e96;
    border-right: 2px solid #0a5e96;
    font-weight: bold;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #0a5e96;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 80px;
  margin-top: -80px; }

/*! ==================================================
　HOME
=================================================== */
@media print, screen and (max-width: 991px) {
  #home {
    padding-top: 60px; } }
#home #homehead #topslide {
  position: relative;
  overflow: hidden; }
  #home #homehead #topslide .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #home #homehead #topslide ul.slick-dots {
    bottom: 80px; }
    @media print, screen and (max-width: 991px) {
      #home #homehead #topslide ul.slick-dots {
        bottom: 20px; } }
  @media print, screen and (max-width: 575px) {
    #home #homehead #topslide .sliderbox img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 300px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 1200px) {
    #home #homehead #topslide .sliderbox img {
      /*画面縮小表示しても画像が切れない対策*/
      width: 100vw;
      object-fit: contain; } }
  @media print, screen and (min-width: 1600px) {
    #home #homehead #topslide .sliderbox img {
      position: relative;
      overflow: hidden;
      object-fit: cover; } }
#home #homehead h1 {
  position: absolute;
  top: 30px;
  left: 15%;
  width: 300px; }
  @media print, screen and (max-width: 991px) {
    #home #homehead h1 {
      display: none; } }
#home #homehead .topslidetxt {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 400px; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home #homehead .topslidetxt {
      left: 50%;
      top: 15%; } }
  @media print, screen and (max-width: 991px) {
    #home #homehead .topslidetxt {
      left: 5%;
      top: 15%;
      width: 290px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homehead .topslidetxt {
      width: 370px; } }
  @media print, screen and (min-width: 1600px) {
    #home #homehead .topslidetxt {
      top: 25%;
      left: 15%;
      width: 550px; } }
#home #homehead .topslidetelfax {
  position: absolute;
  top: 57%;
  left: 15%;
  line-height: 3.0;
  width: 270px; }
  @media print, screen and (max-width: 767px) {
    #home #homehead .topslidetelfax {
      display: none; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #homehead .topslidetelfax {
      top: 72%;
      left: 5%;
      width: 270px;
      line-height: 2.0; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home #homehead .topslidetelfax {
      top: 55%;
      left: 10%;
      width: 270px;
      line-height: 2.0; } }
  @media print, screen and (min-width: 1600px) {
    #home #homehead .topslidetelfax {
      top: 65%;
      left: 15%;
      line-height: 3.0;
      width: 400px; } }
#home #homehead .homemenuarea {
  /*opacity: 0;*/
  position: absolute;
  bottom: 0;
  background-color: #0a5e96;
  padding: 10px;
  border-top: 5px solid #fff;
  width: 100%;
  text-align: center;
  opacity: 90%; }
  @media print, screen and (max-width: 991px) {
    #home #homehead .homemenuarea {
      display: none; } }
  #home #homehead .homemenuarea ul li {
    width: 15%;
    text-align: center;
    list-style: none;
    display: inline-block;
    padding: 1px !important;
    margin: auto;
    border-left: 1px solid #fff; }
    @media print, screen and (max-width: 767px) {
      #home #homehead .homemenuarea ul li {
        font-size: 0.7rem; } }
    #home #homehead .homemenuarea ul li a {
      text-align: center;
      color: #fff;
      text-decoration: none;
      display: block; }
      #home #homehead .homemenuarea ul li a img {
        margin-bottom: 10px; }
    #home #homehead .homemenuarea ul li a:hover {
      opacity: 1; }
  #home #homehead .homemenuarea ul li:last-child {
    border-right: 1px solid #fff; }
#home #homenews {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media print, screen and (max-width: 991px) {
    #home #homenews {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media print, screen and (max-width: 991px) {
    #home #homenews .newsbox {
      padding: 20px 10px; } }
  #home #homenews h2 {
    font-size: 1.8rem;
    color: #0a5e96;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px dotted #0a5e96;
    padding-bottom: 15px; }
    @media print, screen and (max-width: 991px) {
      #home #homenews h2 {
        font-size: 1.4rem; } }
    #home #homenews h2 span {
      font-size: 1.4rem;
      padding: 10px; }
      @media print, screen and (max-width: 991px) {
        #home #homenews h2 span {
          font-size: 1.0rem; } }
  #home #homenews .newstitlelink {
    border-bottom: 1px solid #464646;
    padding: 10px 30px 10px 0;
    background-image: url(../img/yajirushi.png);
    background-repeat: no-repeat;
    background-position: right center; }
    #home #homenews .newstitlelink a {
      text-decoration: none; }
    #home #homenews .newstitlelink time {
      font-size: 0.8rem;
      margin-bottom: 5px;
      color: #464646;
      display: inline-block; }
    #home #homenews .newstitlelink h3 {
      font-size: 1.2rem;
      color: #464646; }
      @media print, screen and (max-width: 991px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.0rem; } }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background-color: #0a5e96;
    opacity: 90%;
    width: 100%;
    /*絶対必要*/
    padding: 15px 10px 5px; }
    @media print, screen and (max-width: 991px) {
      #header-fixed header {
        height: 60px;
        padding: 12px 5px 12px; } }
    #header-fixed header h1 img {
      width: 300px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header h1 img {
          width: 200px; } }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 0;
      top: 10px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 5px; }
        #header-fixed header .headmenuarea ul img {
          height: 30px;
          margin-bottom: 5px; }
        #header-fixed header .headmenuarea ul li {
          width: 120px;
          text-align: center;
          list-style: none;
          padding: 1px !important;
          margin: auto;
          float: left;
          font-size: 0.8rem; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none;
            display: block; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  @media print, screen and (min-width: 992px) {
    #header-fixed.home header {
      display: none; } }
  #header-fixed.home .is-animation {
    position: fixed;
    /*絶対必要*/
    display: block !important; }

#spnavi {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 992px) {
    #spnavi {
      display: none; } }

h2.ptitle {
  color: #0a5e96;
  padding-top: 60px;
  padding-left: 100px;
  padding-bottom: 50px;
  position: relative;
  background-color: #f1f1f1;
  margin-top: 80px; }
  h2.ptitle span {
    font-size: 1.2rem; }
  @media print, screen and (max-width: 991px) {
    h2.ptitle {
      font-size: 1.6rem;
      margin-bottom: 0;
      margin-top: 60px;
      padding-left: 40px; } }

/*! ==================================================
　office
=================================================== */
#office {
  background-image: url(../img/office_back.jpg);
  background-position: right 30%;
  background-size: 800px;
  background-repeat: no-repeat;
  padding-bottom: 50px; }
  @media print, screen and (max-width: 767px) {
    #office {
      padding-bottom: 300px;
      background-position: right 90%;
      background-size: 300px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
    #office {
      padding-bottom: 600px;
      background-position: right 90%;
      background-size: 600px; } }
  #office .contentsbox {
    padding: 10px 0; }
    @media print, screen and (min-width: 992px) {
      #office .contentsbox {
        width: 700px;
        padding: 40px 0; } }
  #office h3 {
    font-size: 1.6rem;
    color: #0a5e96;
    margin-top: 60px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #0a5e96;
    padding-bottom: 15px; }
    @media print, screen and (max-width: 991px) {
      #office h3 {
        font-size: 1.4rem;
        margin-top: 30px; } }
    #office h3 span {
      font-size: 1.4rem;
      padding: 10px 50px; }
  #office h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: normal; }
    #office h4 span {
      font-size: 1.0rem; }
  #office .contents {
    padding: 10px 10px 10px; }
    #office .contents ul {
      margin: 0 30px 30px; }

/*! ==================================================
　service
=================================================== */
#service {
  min-height: 550px;
  background-image: url(../img/service_back.jpg);
  background-position: right 30%;
  background-size: 800px;
  background-repeat: no-repeat;
  padding-bottom: 50px; }
  @media print, screen and (max-width: 767px) {
    #service {
      min-height: 350px;
      padding-bottom: 220px;
      background-position: right 90%;
      background-size: 300px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
    #service {
      padding-bottom: 450px;
      background-position: right 90%;
      background-size: 600px; } }
  #service .contentsbox {
    padding: 40px 0; }
    @media print, screen and (min-width: 992px) {
      #service .contentsbox {
        width: 700px; } }
    #service .contentsbox p {
      padding-bottom: 15px; }

/*! ==================================================
　cost
=================================================== */
#cost {
  min-height: 550px;
  background-image: url(../img/cost_back.jpg);
  background-position: right 30%;
  background-size: 800px;
  background-repeat: no-repeat;
  padding-bottom: 50px; }
  @media print, screen and (max-width: 767px) {
    #cost {
      min-height: 350px;
      padding-bottom: 220px;
      background-position: right 90%;
      background-size: 300px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
    #cost {
      padding-bottom: 450px;
      background-position: right 90%;
      background-size: 600px; } }
  #cost .contentsbox {
    padding: 50px 0; }
    @media print, screen and (min-width: 992px) {
      #cost .contentsbox {
        padding: 100px 0;
        width: 700px; } }
    #cost .contentsbox p {
      padding-bottom: 15px; }
    #cost .contentsbox a {
      color: #0a5e96;
      text-decoration: underline; }

/*! ==================================================
　#news
=================================================== */
#news {
  min-height: 550px;
  background-image: url(../img/news_back.jpg);
  background-position: right 30%;
  background-size: 800px;
  background-repeat: no-repeat;
  padding-bottom: 50px; }
  @media print, screen and (max-width: 767px) {
    #news {
      min-height: 350px;
      padding-bottom: 220px;
      background-position: right 90%;
      background-size: 300px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
    #news {
      padding-bottom: 450px;
      background-position: right 90%;
      background-size: 600px; } }
  #news .contentsbox {
    padding: 10px 0; }
    @media print, screen and (min-width: 992px) {
      #news .contentsbox {
        padding: 50px 0;
        width: 700px; } }
    #news .contentsbox p {
      padding-bottom: 15px; }
    #news .contentsbox a {
      color: #0a5e96;
      text-decoration: underline; }
  #news #newsList {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 50px 0;
    min-height: 300px; }
    @media print, screen and (max-width: 767px) {
      #news #newsList {
        padding: 15px 20px 30px; } }
    #news #newsList .newstitlelink {
      border-bottom: 1px solid #ddd;
      padding: 10px 0; }
      #news #newsList .newstitlelink a {
        text-decoration: none; }
      #news #newsList .newstitlelink time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        color: #333;
        display: inline-block; }
      #news #newsList .newstitlelink h3 {
        font-size: 1.4rem;
        font-weight: normal; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink h3 {
            font-size: 1.2rem; } }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

#newsDetail {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 50px 30px; }
  @media print, screen and (max-width: 767px) {
    #newsDetail {
      padding: 10px 20px 10px; } }
  #newsDetail h3 {
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #0a5e96; }
    @media print, screen and (max-width: 767px) {
      #newsDetail h3 {
        font-size: 1.2rem; } }
  #newsDetail .content {
    padding: 5px 0 20px;
    min-height: 200px; }
    #newsDetail .content p {
      padding-top: 15px;
      font-size: 1.2rem; }
      @media print, screen and (max-width: 767px) {
        #newsDetail .content p {
          font-size: 1.0rem; } }

/*! ==================================================
　footer
=================================================== */
footer {
  background-color: #0a5e96;
  color: #fff;
  opacity: 90%; }
  footer #footer {
    padding-top: 30px;
    padding-bottom: 30px; }
    footer #footer .name img {
      width: 300px; }
    footer #footer address {
      padding-top: 15px;
      font-size: 0.9rem;
      line-height: 1.8; }
    footer #footer a {
      color: #fff; }
  footer #copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 20px;
    padding-bottom: 20px; }

/*! ==================================================
　wp
=================================================== */
@media print, screen and (min-width: 992px) {
  .logged-in #header-fixed header {
    position: fixed;
    /*絶対必要*/
    top: 32px; } }

#blog article {
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
  #blog article p {
    font-family: fot-matisse-pron, sans-serif !important; }

h1.entry-title {
  color: #0a5e96;
  font-size: 1.6rem !important;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 50px !important;
  text-align: center;
  margin-bottom: 0 !important; }

h1.page-title {
  color: #0a5e96;
  font-size: 1.6rem !important;
  border-bottom: 1px solid #ddd !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  @media print, screen and (max-width: 991px) {
    h1.page-title {
      font-size: 1.2rem !important; } }

.page-header {
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.entry-header {
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.entry-content {
  padding: 0; }
  .entry-content p {
    max-width: 1200px !important;
    padding: 15px 50px 0 !important; }
    @media print, screen and (max-width: 991px) {
      .entry-content p {
        padding: 5px 20px 0 !important;
        font-size: 0.9rem; } }

.entry-footer {
  max-width: 1200px !important;
  padding: 5px 50px 0 !important; }
  @media print, screen and (max-width: 991px) {
    .entry-footer {
      padding: 5px 20px 0 !important;
      font-size: 0.9rem; } }

.post-title {
  font-family: fot-matisse-pron, sans-serif !important;
  font-weight: normal !important;
  font-size: 1rem !important; }

h2.entry-title {
  color: #0a5e96;
  font-size: 1.6rem;
  max-width: 1200px !important;
  text-align: center !important;
  padding-bottom: 50px !important; }
  @media print, screen and (max-width: 991px) {
    h2.entry-title {
      font-size: 1.2rem !important;
      padding-bottom: 20px !important; } }

.entry-footer {
  background-color: transparent !important; }

.byline {
  display: none; }

.widget-area {
  font-family: fot-matisse-pron, sans-serif;
  font-size: 1.0rem; }
  .widget-area a {
    font-family: fot-matisse-pron, sans-serif; }

.wp-block-group .wp-block-group__inner-container a {
  font-family: fot-matisse-pron, sans-serif; }

span.blogtxt {
  display: block;
  margin-top: 15px;
  font-size: 1rem !important;
  line-height: 1.7; }
  @media print, screen and (max-width: 991px) {
    span.blogtxt {
      font-size: 0.7rem !important;
      padding-right: 25px; } }
