@charset "UTF-8";
/* CSS Document */

.info{
  margin-bottom: 50px
}

.info ul{
  margin-bottom: 20px;
}

.info li{
  font-size: 15px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.info li::before{
  content: "・";
  color: #b6888b;
}

.info li + li{
  margin-top: 5px;
}

.sev{
  position: relative;
  margin-bottom: 50px;
}

.sev .box{
  width: 455px;
  margin-left: 505px;
  border: 1px solid #878787;
  box-sizing: border-box;
  padding: 30px 25px 40px;
}

.sev .box h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 25px;
}

.sev .box h3::before{
  content: "・";
  color: #b6888b;
}

.sev .box li{
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.sev .box li + li{
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #959595;
}

.sev .box li span{
  width: 135px;
  display: inline-block;
}

.sev .box li i{
  font-size: 14px;
  font-style: normal;
}

.sev img{
  width: 445px;
  position: absolute;
  top: 0;
  left: 0;
}

.st{
  border: 1px solid #878787;
  box-sizing: border-box;
  padding: 30px 25px;
}

.st h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5px;
}

.st h3::before{
  content: "・";
  color: #b6888b;
}



@media screen and (max-width: 739px) {
  
  .info{
    margin-bottom: 10vw
  }

  .info ul{
    margin-bottom: 5vw;
  }

  .info li{
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .info li + li{
    margin-top: 1vw;
  }

  .sev{
    margin-bottom: 8vw;
  }

  .sev .box{
    width: 100%;
    margin-left: 0;
    padding: 8vw 5vw;
    margin-bottom: 5vw;
  }

  .sev .box h3 {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }

  .sev .box li{
    font-size: 3.5vw;
    line-height: 1;
    white-space: nowrap;
  }

  .sev .box li + li{
    padding-top: 3vw;
    margin-top: 3vw;
  }

  .sev .box li span{
    width: auto;
    font-size: 3.3vw;
    display: block;
    font-weight: bold;
    margin-bottom: 2vw;
  }

  .sev .box li i{
    font-size: 3vw;
    font-style: normal;
  }

  .sev img{
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }

  .st{
    padding: 8vw 5vw;
  }

  .st h3 {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  
}






