@charset "UTF-8";

#entry .main-img{
    background-image: url('../../information/img/additional/h2_addrec_back.jpg');
    background-position: bottom;
}
#entry p.add_title{
    font-size: 22px;
    font-weight: bold;
}

#entry table.select_step tr td{
    
}
#entry table.select_step tr td p::after{
    content: "";
	position: absolute;
    bottom: -20px;
    right: 50%;
    width: 40px;
    height: 40px;
    background: url(../../information/img/additional/arrow_addrec_flow.png) no-repeat;
    background-size: cover;
}
#entry table.select_step tr:last-child td p::after{
    content: "";
    background: none;
}
#entry table.select_step tr td{
    vertical-align: middle;
    padding: 18px;
}

#entry table.select_step tr td:first-child{
    width: 8%;
    background-color: #F1F3F8;
}

#entry table.select_step tr td:last-child{
    width: 80%;
    position: relative;
}

#entry table.select_step tr td p{
    font-size: 22px;
    margin-left: 32%;
}
#entry table.select_step tr td span{
    /* width: 80%; */
    color:#6376B5;
    margin-right: 20px;
}
#entry table.select_step tr td span b{
    font-weight: bold;
}
#select_step_attention{
    margin-top: 15px;
}

#entry table.join_season td{
    text-align: center;
    padding: 22px;
    font-size: 22px;
}
#entry table.conf tr td h4{
    font-weight: bold;
    color: #6376B5;
    font-size: 16px;
    margin-bottom: 30px;
}
#entry table.conf tr td h5{
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
#entry table.conf tr td p{
    padding-bottom: 20px;
}
#entry table tr td.web_event #mail-copy{
    text-align: center;
}
#entry table tr td.web_event #mail-copy #copybtn{
    padding: 13px;
    border-radius: 30px;
    width: 250px;
    font-weight: bold;
    background-color: #00a191;
    border: none;
    color: #fff;
    font-size: 17px;
}
#entry table tr.pc{
    display: table-row;
}
#entry .recruit dl{
    width: 438px;
    float: left;
    border: 1px solid #bcc2c2;
}
#entry .recruit dl:nth-child(2n) {
    margin-left: 20px;
}

#entry .recruit dl dt{
text-align: center;
    background-color: #6376B5;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 2px 0 2px 0;
}
#entry .recruit dl dd{
    padding: 20px 20px 30px 20px;
    background-color: #fff;
    min-height: 300px;
    text-align: center;
}
#entry .recruit dl dd > p{
    color: #6376B5;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
#entry .recruit dl dd > ul{
    text-align: left;
    list-style: inside;
}
#entry .recruit dl dd > ul li{
    list-style: inside;
    margin-right: auto;
    display: list-item;
    padding-left: 1em;
    text-indent: -1em;
}


@media screen and (max-width:768px) {
    #entry p.add_title{
        font-size: 16px;
    }
    #entry table.select_step tr td:first-child{
        display: table-cell;
        background-color: #F1F3F8;
        padding: 10px;
    }
    
    #entry table.select_step tr td:last-child{
        display: table-cell;
        /*border: dashed 1px #bcc2c2;*/
        padding-left: 12%;
    }
    #entry table.select_step tr{
        
    }
    #entry table.select_step tr td p{
        font-size: 16px;
        margin-left: 0%;
        
    }
    #entry table.select_step tr td span{
        margin-right: 10px;
    }
    #entry table.select_step tr td img{
        width: 10vw;
        max-width: 40px;
    }
    #entry table.join_season td{
        font-size: 16px;
    }
    #entry table.select_step tr td p::after{
        bottom: -15px;
        width: 30px;
        height: 30px;
    }
    #entry table tr.pc{
        display: none;
    }
    #entry table.conf tr td h4{
        margin-bottom: 20px;
    }

#entry .recruit dl{
    width: auto;
    margin-bottom: 30px;
    float: none;
}
#entry .recruit dl dt{
    font-size: 16px;
}
#entry section:nth-child(2) ul{
    width: auto;
}
#entry .recruit dl:nth-child(2n) {
     margin-left: 0;
}

}