@charset "UTF-8";

div.column_page02-div {
  width: 100%;
}

div.test-df {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

div.test-df-img {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 30px;
}

.test-df-img img {
  width: 100%;
  display: block;
}

.test-df p {
  font-size: 16px;
  width: 50%;
}

div.point-div {
    width: 100%;
    border: 2px solid #b8cbbc;
    border-radius: 20px;
    margin-top: 30px;
    border-bottom: : 30px;
}

.point-div span {
  font-size: 20px;
  font-weight: bold;
  color: #367044;
}

.point-div p {
  padding: 20px;
}

.article-text span {
  font-weight: bold;
}

.contents-section p {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 10px;
}






@media screen and (max-width:589px) {

  div.test-df {
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column-reverse;
      justify-content: space-around;
  }

  div.test-df-img {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .test-df p {
      font-size: 16px;
      width: 100%;
      line-height: 1.6em!important;
      padding-bottom: 10px;
  }

  .point-div span {
    font-size: 18px;
    font-weight: bold;
    color: #367044;
}




}




/* columnpage04 */


span.test-df-span  {
    padding: 15px;
    width: 100%;
    border: 2px solid #b8cbbc;
    display: block;
    border-radius: 10px;
    margin-top: 10px;
}

span.span-green-bold {
  font-weight: bold;
  color: #476c4f;
}

.span-green-bold {
  font-weight: bold;
  color: #476c4f;
}

.point-div p {
  margin-bottom: 0!important;
}

h3.article-h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.3;

}



/* columnpage05 */

.margin_top_20px {
  margin-top: 20px;
}


/* columnpage06 */
.padding_top_20px {
  padding-top: 20px;
}


/* columnpage09 */
.test-df p {
  font-weight: normal;
}


/* columnpage17 */

div.cat-df-img {
  width: 40%;
}

span.cat-small-span {
  font-size: 14px;
  padding-left: 10px;
}

@media screen and (max-width:589px) {

div.cat-df-img {
    width: 60%;
}

div.cat-df {
    flex-direction: column;
}



}



/* columnpage */
