@charset "UTF-8";
/* Startguide Page PC
=========================================================*/
/* ttlUnderLink */
#startguide #pageContents {
    padding-top: 40px;
}
.ttlUnderLink p {
    margin-top: 0;
}

/* anchorLinkList */
.anchorLinkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    margin: 0 auto 35px;
}
.anchorLinkList li {
    width: 164px;
    text-align: center;
    border: 1px solid #bfbfbf;
    position: relative;
    margin-bottom: 15px;
}
.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;
}

/* stepBox */
.stepWrap {
    padding-top: 40px;
}
.stepBox {
    border: 1px solid #bfbfbf;
    margin-bottom: 40px;
}
.stepTtl {
    font-size: 16px;
    padding: 20px;
    line-height: 1;
    border-bottom: 1px solid #bfbfbf;
}
.stepContent {
    padding: 20px;
}
.stepContent .mainTtl {
    font-size: 28px;
    line-height: 1.375;
    margin-bottom: 30px;
}
.stepContent img{
  max-width:260px;
}
.stepInner {
    padding: 50px 40px;
    overflow: hidden;
}
.stepHint {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.hintImg {
    width: 70px;
}
.hintImg img{
  max-width:70px;
}
.hintDetail {
    width: calc(100% - 90px);
    text-align: left;
}

/* stepArrow */
.stepArrow{
  content:'';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #404040 transparent transparent transparent;
  margin:0 auto;
}

/* floatBtn */
.floating {
  position: fixed;
  bottom: 25px;
  right: 30px;
  opacity: 0.8;
  z-index: 100;
}
.floating .floatBtn {
  font-size: 32px;
  padding: 20px;
  letter-spacing: 1px;
  width: 525px;
  box-shadow: 0px 0px 6px 3px #fff;
  -moz-box-shadow: 0px 0px 6px 3px #fff;
  -webkit-box-shadow: 0px 0px 6px 3px #fff;
  box-sizing: border-box;
}

/* Startguide Page tablet
=========================================================*/
@media screen and (max-width: 900px) {
/* anchorLinkList */
.anchorLinkList {
  justify-content: center;
}
.anchorLinkList li {
  width: 200px;
  margin: 0 7px 15px;
}
}

/* Startguide Page SP
=========================================================*/
@media screen and (max-width: 767px) {
/* ttlUnderLink */
#startguide #pageContents {
    padding-top: 30px;
}
.ttlUnderLink {
    margin-bottom: 30px;
}

/* anchorLinkList */
.anchorLinkList {
    margin: 0 auto 20px;
}
.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: 25px;
  right: 15px;
  left: auto;
}
.anchorLinkList p {
    padding: 20px 15px;
}
.anchorLinkList p span.fontColor01 {
    margin: 0 10px 0 0;
    display: inline-block;
}

/* stepBox */
.stepTtl {
    font-size: 14px;
    padding: 15px;
}
.stepContent {
    padding: 15px;
}
.stepContent .mainTtl {
    font-size: 20px;
    margin-bottom: 20px;
}
.stepInner {
    padding: 30px 15px;
}
.stepHint {
    flex-wrap: wrap;
}
.hintImg {
    width: 100%;
    margin-bottom: 10px;
}
.hintImg img {
    max-width: 100px;
    width: 40%;
}
.hintDetail {
    width: 100%;
    text-align: center;
}

/* stepArrow */
.stepArrow{
  border-width: 15px 20px 0 20px;
}

/* floatBtn */
.floating {
  width: 90%;
  margin: 0 auto;
  right: 0px;
  left: 0px;
}
.floating .floatBtn {
  max-width: 525px;
  width: 100%;
  font-size: 20px;
  padding: 15px;
}

}
