@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*メイン*/
h1 {
  width: 96%;
  padding: 4em 2% 2em 2% !important;
  background-image: url(../img/news/top_img.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  font-size: 187% !important;
  color: #fff;
  text-align: center; }

.back_g {
  background-color: #edf5dd;
  padding: 3em 0; }

#blog {
  margin: 0 auto;
  background-color: #fff;
  padding: 0 0 3em; }
  #blog #b_list {
    width: 96%;
    padding: 1em 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #blog #b_list li {
      width: 48%;
      border-bottom: 1px solid #87ba18;
      padding: 1.5em 0; }
      #blog #b_list li dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #blog #b_list li dl dt {
          width: 48%; }
        #blog #b_list li dl dd {
          width: 48%; }
          #blog #b_list li dl dd a {
            color: #000;
            text-decoration: none; }
            #blog #b_list li dl dd a:hover, #blog #b_list li dl dd a:active {
              color: #000;
              text-decoration: underline; }
          #blog #b_list li dl dd span {
            display: block; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/
  #blog {
    width: 1280px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/
  #blog {
    width: 92%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*メイン*/
  h1 {
    padding: 3em 2% 2em 2% !important; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*メイン*/
  h1 {
    padding: 1.5em 2% !important;
    font-size: 160% !important; }

  .back_g {
    padding: 2em 0; }

  #blog #b_list {
    flex-direction: column; }
    #blog #b_list li {
      width: 100%; }
      #blog #b_list li:nth-child(n+2) {
        margin: 2em 0 0; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*メイン*/
  #blog {
    margin: 0 auto;
    background-color: #fff;
    padding: 0 0 3em; }
    #blog #b_list {
      flex-direction: column; }
      #blog #b_list li {
        width: 100%; }
        #blog #b_list li:nth-child(n+2) {
          margin: 1em 0 0; }
        #blog #b_list li dl {
          flex-direction: column; }
          #blog #b_list li dl dt {
            width: 100%; }
          #blog #b_list li dl dd {
            width: 100%;
            margin: 1em 0 0; } }
