@charset "UTF-8";
.redTXT{
	color: #FF0004;
}
#top .wrap .content section#point .pointList {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .wrap .content section#point .pointList li {
  width: 90%;
  line-height: 1;
  border-right: none;
  border-bottom: 1px solid #333;
  margin: 1% auto;
  padding: 0 0 1%;
}
#top .wrap .content section#point .pointList li img {
  width: 90%;
  height: auto;
  padding-bottom: 4%;
}
#top .wrap .content section#point .pointList li:nth-child(2) img,
#top .wrap .content section#point .pointList li:nth-child(3) img,
#top .wrap .content section#point .pointList li:nth-child(4) img {
  height: 18vw;
  padding-bottom: 0;
}
#top .wrap .content section#point .pointList li:nth-child(2) {
  border-bottom: 1px solid #333;
}
#top .wrap .content section#point .pointList li:nth-child(3) {
  margin: 2% auto;
}
#top .wrap .content section#point .pointList li:nth-child(4) {
  border: none;  
  margin: 2% auto;
  padding-bottom: 0;
}

/* pc --------------------------------------- */
@media only screen and (min-width:960px) {
  #top .wrap .content section#point .pointList {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #top .wrap .content section#point .pointList li {
    width: auto;
    line-height: 1;
    border-right: 1px solid #333;
    border-bottom: none;
    margin: 0;
    padding: 0 40px;
  }
  #top .wrap .content section#point .pointList li img {
    height: 4.3vw;
  padding-bottom: 0;
  }
#top .wrap .content section#point .pointList li:nth-child(2) img,
#top .wrap .content section#point .pointList li:nth-child(3) img,
#top .wrap .content section#point .pointList li:nth-child(4) img {
  height: 4.3vw;
}
  #top .wrap .content section#point .pointList li:nth-child(2) {
    border-right: 1px solid #333;
    border-bottom: none;
  }
#top .wrap .content section#point .pointList li:nth-child(3) {
    margin: 0;
    padding: 0 40px;
}
  #top .wrap .content section#point .pointList li:nth-child(4) {
    border: none;
    margin: 0;
    padding: 0 40px;
  }
}

/* tablet --------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 960px) {
}

/* tablet(landscape) --------------------------------------- */
@media screen and (min-width:961px) and ( max-width:1024px) {
}