@charset "utf-8";

.c_title {
    height: 1em;
}

.c_title_txt {
    display: none;
}

/* ### RECRUIT ### */


.re_area {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 0 auto;
}

.re_area p {
    margin-bottom: 40px;
    text-align: center;
}

.re_area > dl {
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 16px;
    margin-bottom: 40px;
    list-style: none;
    overflow: hidden;
    line-height: 1.9em;
}

.re_area > dl > dt {
    margin-bottom: 16px;
    padding: 0 0 16px 20px;
    width: 220px;
    float: left;
    clear: both;
    font-weight: 500;
    letter-spacing: 1px;
}

.re_area > dl > dd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 0 0 30px 250px;	
}
.re_area > dl dd .box:nth-of-type(n + 2) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #cccccc;
}
.re_area > dl dd span {
	display: block;
}
.re_area > dl dl dd {
	padding-left: 1em;
}

.re_area dl a {
	text-decoration: underline;
}

.re_area dl strong {
	color:rgba(0, 158, 114, 1);
	font-size: 1.2em;
	font-weight: bold;
}
.re_area dl .green {
	color:rgba(0, 158, 114, 1);
}

.re_area iframe {
    margin: 0 auto;
}
.re_area dl .mt1em {
	margin-top: 1em;
}
.re_area .bold {
	font-weight: 600;
}
.re_area .bolder {
	font-weight: 500;
}

/*募集終了*/
.re_end {
    text-align: center;
    margin-bottom: 1000px;
}
.link_btn {
	display: block;
	width: 370px;
	height: 60px;
	margin: 80px auto 0;
	background: #009e72;
	line-height: 60px;
	color: #fff !important;
	text-align: center;
}
.link_btn:hover {
	background: rgba(0,158,114,0.86);
}


/* ### スマートフォン ### */
/* -------------------------------------------------------------------------------- */


@media (max-width: 750px) {

    .re_area {
        width: 100%;
    }

    .re_area {
        font-size: 0.92em;
    }

    .re_area > dl > dt {
        margin-bottom: 5px;
        padding: 0;
        width: 100%;
        float: none;
        font-weight: bold;
    }

    .re_area > dl > dd {
        margin-bottom: 26px;
        padding: 0 0 26px 0;
    }

    .re_area iframe {
        width: 100%;
        height: 250px;
    }

    /*募集終了*/
    .re_end {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 640px) {
	.link_btn {		
		margin: 30px auto 0;		
	}
}

/*  @media (max-width: 750px)  */