main{
     width: 980px;
    margin: 60px auto 120px;
color: #333;}

main h2{
 font-size: 2.8rem;
 line-height: 4.2rem;
 font-weight: normal;
 margin-bottom: 30px;
 color: #000;
}
main time{
 display: block;
 text-align: right;
 font-size: 1.4rem;
 line-height: 1.4rem;
 margin-bottom: 60px;
}
main p{
 font-size: 1.4rem;
 line-height: 2.8rem;
}
main p.notice{
 font-size: 1.2rem;
 line-height: 1.8rem;
}
main section{
 margin-bottom: 60px;
}
main section .imgArea{
 text-align: center;
 margin: 40px 0;
}
main section img{
 width: auto;
 height: auto;
}
/*

.reTurnBtn

*/
.reTurnBtn {
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: 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;
}