main{
     width: 1180px;
    margin: 0 auto 120px;
color: #333;}

main article{
 text-align: center;
 margin-bottom: 60px;
}
main article img{
 object-fit: cover;
 width: 103px;
 height:92px;
 margin: 80px 0 50px 0;
}
main article h2{
 font-size: 3.6rem;
 line-height: 3.6rem;
 color: #e60012;
margin-bottom: 30px;}
main article h3{
 font-size: 1.8rem;
 line-height: 3.6rem;
 color: #e60012;
font-weight: normal;
margin-bottom: 60px;}
main article p{
 font-size: 1.4rem;
 line-height: 2.8rem;
}


main section h2 {
    font-size: 2.8rem;
 line-height: 2.8rem;
    color: #000;
    margin-bottom: 60px;
    font-weight: normal;
    border-top: 1px solid #d0d5da;
    padding-top: 40px;
 position: relative;
}
main section h2::after {
  content: attr(data-text);
  display: block;
  color: #333;
  font-size: 1.2rem;
 font-weight: normal;
 position: absolute;
 right: 0;
 top:50%;
}

main section ul{
 display: flex;
 justify-content: space-between;
 font-size: 1.4rem;
 line-height: 2.2rem;
}

main section ul.point{
 margin-bottom: 80px;
 counter-reset: number 0;
}
main section ul.point li{
 position: relative;
 width: 275px;
}
main section ul.point li::before{
 counter-increment: number 1;
  content: counter(number) " ";
 display: block;
 position: absolute;
 height: 40px;
  width: 40px;
 top: 0;
  left: 0;
 line-height: 40px;
 color: #fff;
 background-color: #e60012;
 font-weight: bold;
 text-align: center;
}
main section ul.point li::after{
  content: "";
  position: absolute;
  top: 85px;
  right: -28px;
  border: 8px solid transparent;
  border-left: 13px solid #e60012;
}
main section ul.point li:last-child::after{
 content: none;
}
main section ul.point img{
 object-fit: cover;
 width: 275px;
 height:185px;
 margin-bottom: 10px;
}


main section ul.setAfter{
 margin-bottom: 60px;
}
main section ul.setAfter li{
 position: relative;
text-align: center;
font-weight: bold;
 font-size: 1.8rem;
 line-height: 1.8rem;
color: #e60012;}
main section ul.setAfter li::after{
  content: "";
  position: absolute;
  right: -15px;
 bottom:40px;
  border: 8px solid transparent;
  border-left: 13px solid #e60012;
}
main section ul.setAfter li:last-child::after{
 content: none;
}
main section ul.setAfter img{
 object-fit: cover;
 width: 590px;
 height:350px;
 margin-bottom: 20px;
}
main section ul.setAfter li p{
 font-weight: normal;
 font-size: 1.4rem;
 margin-top: 20px;
 color: #333;
}
/*

.reTurnBtn

*/
.reTurnBtn {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 64px;
    box-sizing: border-box;
    border: 1px solid #e60012;
    color: #e60012 !important;
    font-size: 1.4rem;
    position: relative;
    margin: 0 auto 120px;}
    .reTurnBtn .redArrowS {
        right: 35px;
        transition-property: border-color, margin-right;}
.reTurnBtn.hover{
 color: #fff !important;
 background-color: #e60012;
}
.reTurnBtn.hover .redArrowS{ border-color: #fff; margin-right: -5px;}
a.reTurnBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main .resultContentsWrap > li{
 border-top: 1px solid #d0d5da;
 padding-top: 80px;
}
main .resultContentsWrap > li:first-child{
 border-top: none;
 padding-top: 0;
}