h2.ttl {
  background-color: #f5f5f5;
  font-size: 25px;
  font-weight: bold;
  border-left: 5px solid #000000;
  margin-top: 80px;
  padding: 13px 25px; }
  @media screen and (max-width: 768px) {
    h2.ttl {
      border-left: 4px solid #000000;
      margin-top: 40px;
      font-size: 18px;
      padding: 10px 3%;
      line-height: 1.5; } }
  h2.ttl span {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    padding-left: 15px; }
    @media screen and (max-width: 768px) {
      h2.ttl span {
        padding-left: 10px;
        font-size: 14px; } }
    h2.ttl span.block {
      display: block;
      padding-left: 0; }
      @media screen and (max-width: 768px) {
        h2.ttl span.block {
          display: inline;
          padding-left: 10px;
          font-size: 14px; } }

p.right {
  text-align: right; }

ul.img {
  display: flex;
  margin-top: 0;
  list-style: none;
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    ul.img {
      padding-left: 0; } }
  ul.img li {
    margin-right: 17px;
    padding: 0; }
    ul.img li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      ul.img li {
        text-align: center; } }

.img {
  margin-top: 50px;
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    .img {
      margin-top: 20px;
      padding-left: 0;
      text-align: center; } }
  .img img {
    max-width: 100%; }

.img2 {
  margin-top: 0;
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    .img2 {
      padding-left: 0;
      text-align: center; } }
  .img2 img {
    max-width: 100%; }

@media screen and (min-width: 769px) {
  .pc {
    display: block !important; }

  .pcImg {
    display: inline-block !important; }

  .sp {
    display: none !important; }

  .spImg {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .sp {
    display: block !important; }

  .spImg {
    display: inline-block !important; }

  .pc {
    display: none !important; }

  .pcImg {
    display: none !important; } }

/*# sourceMappingURL=connect_image.css.map */
