@charset "utf-8";
/*--京company.css--*/
/* ##########PC########## */
/*共通デザイン*/
.content_body h3 {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    color: #444;
    letter-spacing: 0.08em;
    margin-top: 1em;
    padding-bottom: 0.5em;
}
.content_body h4 {
    color: #171c60;
    padding: 0 0 5px 16px;
    font-size: 1.35em;
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 30px;
    position:relative;
}
.content_body h4:after {
    position:absolute;
	content:"";
	background-color: #171c60;
	width: 150px;
	height:2px;
	left: 0;
	bottom: -2px;
}
.content_body {
    padding: 0 30px;
}

.fig_recruit_box {
    margin-bottom: 110px;
}
.fig_main{
    margin: 3.5em 0 3.8em 0;
}
.fig_recruit_box p{
    font-size: 1.15em;
    line-height: 1.8em;
    margin-bottom: 1.8em;
}

.fig_recruit_box hr{
    border: none;
    margin: 2.8em;
}

/*20220607*/
.recruit_content{
    display: flex;
    justify-content: space-between;
    margin-top: 4em;
    
}
.recruit_content li{
    padding: 30px 20px 20px;
    width: 33.3%;
}
.content_body .recruit_content h4:after{
    content:none;
}
.content_body .recruit_content li h4{
    font-size: 1.25em;
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 2px solid #cccccc;
    border-left: none;
    letter-spacing: normal;
}
.content_body .catch_ttl{
    font-size: 1.8em;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    color: #223a70;
    letter-spacing: 0.08em;
    margin-top: 1em;
    padding-bottom: 0.5em;
}

.tokutyou_box{
	display: flex;
	justify-content: space-between;
}

	.tokutyou_box .tokutyou_img{
		margin-left: 2em;
		
	}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }



/* ##########SP########## */
@media screen and (max-width:479px) {
   .content_body {
    width: 100%;
    margin: 0;
    padding: 0 3vw;
    padding-top: 0px;
    padding-right: 3vw;
    padding-bottom: 0px;
    padding-left: 3vw;
     margin-top: 2em;
    box-sizing: border-box;
    }
    .content_body:after {
         width: 35vw;
    }
    .content_body h3 {
        font-size: 1.3em;
         margin-top: 1em;
    }
    .content_body h4 {
        font-size: 1.2em;
        margin-bottom: 25px;
    }
    .fig_recruit_box p{
    font-size: 1em;
    line-height: 1.8em;
    }
    .fig_main{
        margin:3em 3em 4em 3em;
    }
/*20220607*/

    .recruit_content{
        display: flex;
        flex-direction:column;

        }
    .recruit_content li{
        width: 80%;
        padding: 5px 10px 10px;
        margin: 10px auto;
    }
    .content_body .recruit_content li h4{
    font-size: 1.15em;
}
    .content_body .catch_ttl{
        font-size: 1.05em;
        line-height: 1.6;
        letter-spacing: 0;
    }
	.tokutyou_box {
		display: block;
		justify-content: center;
	}
	
		.tokutyou_box .tokutyou_img{
			margin:0 auto 2em auto;
            text-align: center;
            width: 60vw;
		}
	
		.tokutyou_box .tokutyou_img img{
			max-width: 100%;
			height:auto;
	}
}

/* ##########印刷用########## */
@media print {}