@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  text-decoration: none; }

.title_H {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
    line-height-margin-bottom: 1.875rem;
  text-transform: uppercase;
  color: #fff; }

.title_L {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
    line-height-margin-bottom: 1.875rem;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 30px; }

.title_M {
  width: 250px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff; }

.subTitle {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: lighter;
  line-height: 1;
  text-transform: uppercase;
  color: #c8c9c7;
  padding: 16px 0; }

.P_content {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.5;
  color: #fff; }

.content {
  width: 250px;
  margin-top: 10px;
  font-family: "Noto Sans", Verdana;
  font-size: 14px;
    font-size-font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #fff; }

@media (min-width: 768px) {
  .section0702 {
    width: 100%;
    height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: #111;
    background-color: #222222;
    position: relative; }
    .section0702 .bImg {
      width: 100%;
      height: 500px;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("../img/s07_1_l_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center bottom; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .section0702 {
    width: 100%;
    height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: #111;
    background-color: #222222;
    position: relative; }
    .section0702 .bImg {
      width: 100%;
      height: 500px;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("../img/s07_1_m_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center bottom; } }

@media (max-width: 768px) {
  .section0702 {
    width: 100%;
    height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: #111;
    background-color: #222222;
    position: relative; }
    .section0702 .bImg {
      width: 100%;
      height: 500px;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("../img/s07_1_s_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center bottom; } }
