@charset "UTF-8";
/* media query */
.fade_in {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px); }

.mv07 {
  transition: 1.5s;
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

#wrapper .column {
  margin-bottom: 50px; }
  #wrapper .column h2 {
    border-left: #00873C 5px solid;
    margin-bottom: 10px; }
    #wrapper .column h2 p {
      padding-left: 10px;
      font-size: 1.3rem;
      font-weight: bold; }
  #wrapper .column .txt {
    margin-bottom: 15px; }
  #wrapper .column .block_list {
    margin-bottom: 10px; }
    #wrapper .column .block_list h3 {
      background: #E4FBE1;
      padding: 7px 15px;
      font-weight: bold;
      font-size: 1.1rem;
      margin-bottom: 5px; }
    #wrapper .column .block_list ul {
      list-style: none;
      padding-left: 10px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -webkit-flex-pack: justify;
      -moz-flex-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      #wrapper .column .block_list ul li {
        padding: 0 0 5px 1em;
        text-indent: -.7em;
        width: 45%; }
        @media all and (max-width: 600px) {
          #wrapper .column .block_list ul li {
            width: 100%; } }
        #wrapper .column .block_list ul li:before {
          content: "■ ";
          font-size: 80%;
          color: #00873C; }
