/*=================================
	common
===================================*/



ul.list-slash {
    margin-top: 0;
    margin-bottom: 0;
}


.list-slash li {
    display: inline-block;
}

.list-slash li::after {
    margin-left: 5px;
    margin-right: 5px;
    content: '\FF0F';
    /*スラッシュ全角*/
}


.list-slash li:last-child::after {
    margin: 0;
    content: none;
}






/*=================================
	row
===================================*/

#event .row h3 {
    font-family: "Noto Serif JP", serif;
    color: #a38544;
    border-top: #a38544 thin solid;
    border-bottom: #a38544 thin solid;
}

#event .profile h4 {
    display: block;
}

/* #event .profile {
    padding-top: 30px;
} */


#event .row .txtbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* border: #f00 thin solid; */
}

/* #event .row figure {
    width: 80%;
    max-width: inherit;
    margin: auto auto 30px;
} */


#event .lead dd #apply::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #886e37;
    border-left: 14px solid transparent;
}


#event .row dt::before {
    content: '\25C6';
    color: #a38544;
}

#event .row li.indent::before {
    content: '\25C6';
    color: #a38544;
}

#event .row .icon {
    font-size: 13px;
    margin-right: 8px;
    padding: 0 10px;
    color: #fff;
    background-color: #a38544;
    border-radius: 2px;
}

#event .line_pc {
    margin-top: 60px;
    border: #f00 thin solid;
}

.prof_link a {
    padding: 3px 15px;
    background: #fff;
    color: #886e37;
    border: #b69f6d thin solid;
    position: relative;
}


.prof_link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #b69f6d;
    border-left: 14px solid transparent;
}


#event .profile h5 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: #b69f6d thin solid;
}


.prof_row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 15px; */
    padding: 30px;
    border: #b69f6d thin solid;
}



@media screen and (min-width: 1000px) {


    #event .outline {
        width: 85%;
        margin: auto;
    }

    #event .lead {
        font-weight: bold;
        text-align: center;
        margin-bottom: 60px;
    }

    /* #event .lead dt {
        font-size: 2.2rem;
    } */

    /* 
    #event .sub_lead {
        margin-bottom: 20px;
    } */

    /* #event .sub_lead p {
        font-size: 1.5rem;
        margin-bottom: 0.25em;
    } */


    #event .profile h4 {
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 15px;
        padding: 3px 15px;
        color: #fff;
        background: #a38544;
        display: inline-block;
    }

    /* #event .profile h5 small {
        font-size: 1.2rem;
    } */


}




/*=================================
	.prof_linkbox
===================================*/


.prof_linkbox li {
    margin-bottom: 5px;
}


.prof_linkbox .arrow {
    width: 7px;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
}



/*=================================
	// join
===================================*/


#join {
    border: #f00 thin solid;
}

#join.row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding: 30px 45px;
    background-color: #f2ebdc;
    position: relative;
    border: #f00 thin solid;
}


#join.row h4 {
    font-size: 2.4rem;
}


#event #join.row .flexbox {
    display: block;
}

#event #join.row .txtbox {
    width: 100%;
}

#event #join.row figure {
    width: 50%;
    max-width: inherit;
    margin: auto auto 30px;

}

#join.row .line.naname-1 {
    width: 40px;
    height: 40px;
    background: linear-gradient(-45deg, transparent 49%, #dcccb7 49%, #dcccb7 51%, transparent 51%, transparent);
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 5;
}

#join.row .line.naname-2 {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, transparent, transparent 49%, #dcccb7 49%, #dcccb7 51%, transparent 51%, transparent);
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 5;
}



@media screen and (min-width: 1000px) {


    #join.row h4 {
        font-size: 3.0rem;
        text-align: center;
        color: #804e21;
        margin-bottom: 30px;
    }

    #join.row h5 {
        font-size: 2.0rem;
        color: #804e21;
    }


    #event #join.row .txtbox {
        width: 73%;
    }

    #event #join.row figure {
        width: 25%;
        max-width: 245px;
    }


    #join.row .line.naname-1 {
        width: 65px;
        height: 65px;
        background: linear-gradient(-45deg, transparent 49%, #dcccb7 49%, #dcccb7 51%, transparent 51%, transparent);
        position: absolute;
        top: -15px;
        left: -10px;
        z-index: 5;
    }

    #join.row .line.naname-2 {
        width: 65px;
        height: 65px;
        background: linear-gradient(45deg, transparent, transparent 49%, #dcccb7 49%, #dcccb7 51%, transparent 51%, transparent);
        position: absolute;
        top: -15px;
        right: -10px;
        z-index: 5;
    }


    .mini_row {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .mini_row.first {
        border-bottom: #804e21 thin dotted;
    }



}