@import url("ico_wNew_SP.css") screen and (max-width: 800px);
@import url("ico_wNew_PC.css") screen and (min-width: 801px);

#topMainSlide {
  width: 100%;
  height: 600px;
}
.ptn-1 {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.ptn-1 img {
  top: 0px;
  right: 0px;
  left: 0px;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
  display: block;
}

.ptn-1 .box {
  color: #535353;
  margin-top: -80px;
  position: relative;
  right: 0px;
  left: 0px;
  z-index: 1;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 30px;
  border-color: #c6c6c6;
  border-style: solid;
  border-width: 1px;
  padding-top: 70px;
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
  background: rgba(255, 255, 255, 0.7);
}

.ptn-1 .box h4 {
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 45px;
  text-align: center;
}

.ptn-1 .box .comm {
  line-height: 1.8em;
  font-size: 13px;
  text-align: left;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 414px) {
  #topMainSlide {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  .ptn-1 {
    margin: 0 10px 30px 10px;
  }

  .ptn-1 img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .ptn-1 .box {
    color: #535353;
    margin-top: 0;
    padding: 30px 25px 15px 25px;
    border: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, 0.7);
  }

  .ptn-1 .box h4 {
    letter-spacing: 2px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .ptn-1 .box .comm {
    line-height: 1.8em;
    font-size: 0.8rem;
    text-align: left;
  }
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 415px) and (max-width: 959px) {
}

/*------------------------------PC用------------------------------*/
@media screen and (min-width: 960px) {
}
