@charset "UTF-8";
/* about Page PC
=========================================================*/
/* img */
.imgBo{
    max-width: 330px !important;
}
/* anchorLinkList */
.anchorLinkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    margin: 0 auto 20px;
}
.anchorLinkList li {
    width: 23.26%;
    text-align: center;
    border: 1px solid #bfbfbf;
    position: relative;
}
.anchorLinkList li:after {
  content: '';
  display: block;
  width:18px;
  height:12px;
  background: url('../images/img_arrow_01.png') no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom:20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.anchorLinkList a {
    display: block;
    width: 100%;
    height: 100%;
}
.anchorLinkList p {
    padding: 20px 15px 45px 15px;
    color: #404040;
    line-height: 1.375;
}
.anchorLinkList p span.fontColor01 {
    margin-bottom: 5px;
    display: block;
}

/* point */
.pointBox{
  padding-top: 40px;
}
.pointBox .contentsFlWrap {
  margin-bottom: 0;
}
.pointBox img {
    max-width: 320px !important;
}

/* Startguide Page SP
=========================================================*/
@media screen and (max-width: 767px) {
/* img */
.imgBo{
  width: 80%;
}

/* anchorLinkList */
.anchorLinkList {
    margin: 0 auto;
}
.anchorLinkList li {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
    text-align: left;
}
.anchorLinkList li:last-child {
    border-bottom: 1px solid #bfbfbf;
}
.anchorLinkList li:after {
  bottom: 40%;
  right: 15px;
  left: auto;
}
.anchorLinkList p {
    padding: 20px 15px;
}
.anchorLinkList p span.fontColor01 {
    margin: 0 10px 0 0;
    display: inline-block;
}

/* point */
.pointBox {
    padding-top: 60px;
}
.pointBox img {
  width: 80%;
}

}
