/* trouble
---------------------------------------------------------- */


/* ----- key ----- */

.trouble .l-sub_top {
  background: url(../img/img_key.jpg) no-repeat center;
  background-size: cover;
}


/* ----- common ----- */
.zyunbi {
  text-align: center;
  font-size: 30px;
  background-color: #f5f5f5;
  margin-bottom: -100px;
  padding: 80px;
  font-family: 'Shippori Mincho', serif;
}


/* =================================
 PC trouble
================================= */

@media screen and (min-width: 768px) {}


/* =================================
  IE trouble
================================= */

_:-ms-lang(x)::-ms-backdrop,
.xxxxx {}


/* =================================
  PC min trouble
================================= */

@media only screen and (max-width: 1240px) and (min-width: 768px) {}


/* =================================
  TAB trouble
================================= */

@media screen and (min-width: 768px) and (max-width: 960px) {}


/* =================================
 SP trouble
================================= */

@media screen and (max-width: 767px) {
  .zyunbi {
    margin-bottom: -50px;
    padding: 60px;
    font-size: 24px;
  }
}


/* =================================
 iphone5s,SE trouble
================================= */

@media screen and (max-width: 320px) {}