﻿img {
  max-width: 100%;
}
.secTtl h1 {
  white-space: normal;
}
.secTtl h1 .subtit{
  font-size: 22px;
}
.secTtl h1 br.pc {
  display: none;
}
.secTtl h1 br.sp {
  display: block;
}
.bizSec {
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 0 5%;
  max-width: 1000px;
  width: 100%;
}
.bizSecTtl {
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 5px solid #2466af;
  color: #000;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.3;
}
.bizTxt {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .secTtl h1 br {
    display: block;
  }
  .secTtl h1 br.pc {
    display: block;
  }
  .secTtl h1 br.sp {
    display: none;
  }
  .bizSec {
    padding: 0;
  }
}

/* aタグ */
.bizTxt a,
.urlText a {
  color: #00e;
  text-decoration: underline;
}
.bizTxt a:hover,
.urlText a:hover {
  opacity: .7;
  -webkit-transition: .3s;
          transition: .3s;
}

/* sideScroll */
@media screen and (max-width: 768px) {
  .sideScroll {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 10px;
  }
  .sideScroll::before {
    display: inline-block;
    margin-bottom: 5px;
    color: #a0a0a0;
    content: 'Swipe to scroll';
    text-align: left;
    font-size: 9px;
  }
}
