@font-face {
  font-family: opensans;
  src: url("https://www.oriimec.co.jp//web_fonts/OpenSans-Regular.ttf") format("truetype");
}
/* [ font style ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ link style ]
-------------------------------------------------*/
/* [ graphic style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
#page_title {
  background: url("../img/other/page_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

/* Style
-----------------------------------------------------*/
@media only screen and (min-width: 751px) {
  .list_wrap {
    margin-bottom: 40px;
  }
  .list_wrap p, .list_wrap li {
    text-align: left;
    line-height: 1.87;
  }
}
@media only screen and (max-width: 750px) {
  .list_wrap {
    margin-bottom: 30px;
  }
  .list_wrap p, .list_wrap li {
    text-align: left;
    line-height: 1.87;
  }
}
