main div.mv ul.single-item {
  padding-left: 0;
}

main h2 {
  font-size: 1.3em;
  border-left: 3px solid #DB0720;
  background-color: #eee;
  padding: 10px 5px 10px 15px;
  margin-bottom: 1em;
}

main h2 + p {
  margin-bottom: 1em;
}

main h3 {
  font-size: 1.1em;
  border-bottom: 2px solid #db0720;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

main h3 span {
  color: #db0720;
  display: inline-block;
  margin-right: 15px;
}

main p {
  line-height: 2.0;
}

main p span.sub {
  font-size: 0.8em;
}

main div.point {
  background-color: #fffff;
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main div.point img {
  width: 550px;
  height: auto;
}

main div.point div.img-txt {
  width: 590px;
  margin-right: 30px;
}

main div.garally {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
}

main div.garally a {
  display: inline-block;
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
}

main div.garally a:nth-child(3n) {
  margin-right: 0;
}

main div.garally a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

main div.link {
  background-color: #fff;
  padding: 0;
}

main div.link ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main div.link ul li:before {
  content: ">";
  margin-right: 10px;
}

main div.link ul li {
  margin-right: 30px;
}

main div.link ul li a {
  color: #000;
  text-decoration: none;
}

main div.link ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  main p {
    line-height: 1.7;
  }
  main h2 {
    font-size: 1.0em;
  }
  main div.point {
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3em !important;
  }
  main div.point div.img-txt {
    width: 100%;
    margin: 0;
  }
  main div.point div.img-txt p {
    margin-bottom: 1em !important;
  }
  main div.point img {
    width: 100%;
    height: auto;
  }
  main div.point img.tate {
    width: 100%;
    height: auto;
  }
  main div.garally {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main div.garally a {
    margin-bottom: 2%;
    width: 49%;
    margin-right: 0;
  }
  main div.link ul li {
    width: 100%;
    margin-right: 0;
    font-size: 0.9em;
  }
}



.wrap_2col {
  margin-bottom: 0rem;
}

.wrap_2col img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .float-right {
    float: right;
    width: 49.5%;
  }

  .float-left {
    float: left;
    width: 49.5%;
  }

  .wrap_2col:after {
    display: block;
    clear: both;
    content: "";
  }
}