  @charset "utf-8";


/* -- Monitor size is 481px - for PC
-------------------------------------------------------------------------------- */
@media (min-width: 481px) {

	#Recruit header nav > ul > li:nth-of-type(5) > span > a {
		background-position: -180px -195px;
		background-color: #004196;
	}
	#Recruit header nav > ul > li:nth-of-type(5) > span > a:first-of-type img {
		opacity: 0;
	}
	#Recruit header nav > ul > li:nth-of-type(5) > span > a:last-of-type img {
		opacity: 1;
	}

/* -- recruitingdata
-------------------------------------------------------------------------------- */
	.data article > dl > dd dd {
		/* margin: -1.75em 0 0 5em; */
		margin: -1.75em 0 0 9.5em; /* add 20170215 */
	}
    .data article > dl > dd dd.r_box {
		margin: -1.75em 0 0 6em; /* add 20190208 */
	}
	.data article > dl > dd table {
		border: 2px solid #f1f1f1;
	}
	.data article > dl > dd table th,
	.data article > dl > dd table td {
		font-weight: normal;
		text-align: center;
		font-size: 14px;
		padding: 5px 28px;
		border: 1px solid #f1f1f1;
	}
	.data article > dl > dd div {
		width: 450px;
		padding: 15px 30px;
	}
	.data article > dl > dd div dd {
		margin: -1.75em 0 0 8em;
	}

/* -- message・education
-------------------------------------------------------------------------------- */
	.message article section h2,
	.education article section h2,
	.education article section h3 {
		font-size: 28px;
		line-height: 1.35;
		margin-bottom: 35px;
	}
	.message article section div,
	.education article section p {
		width: 48%;
		display: block;
	}
	.message article section div:first-of-type,
	.education article section p:first-of-type {
		float: left;
	}
	.message article section div:last-of-type,
	.education article section p:last-of-type {
		float: right;
	}
	.message article section p,
	.education article section p {
		font-size: 17px;
		line-height: 1.55;
		margin-bottom: 1.55em;
	}
	.message article section figure,
	.education article section figure {
		clear: both;
		padding-top: 70px;
	}
	.message article section figure img,
	.education article section figure img {
		width: 100%;
	}
}

/* add 20170215 */
@media (min-width: 480px) {
	/*.data article > dl > dd:nth-of-type(14) {
		margin: -3.48em 0 0 0;
		padding: 0 0 52px 140px;
	}*/
}
/* end add */

/* -- Monitor size 480px width below - for Smartphone
-------------------------------------------------------------------------------- */
@media (max-width: 480px) {

/* -- recruitingdata
-------------------------------------------------------------------------------- */
	.data article > dl > dd dt {
		margin-top: 10px;
	}
	.data article > dl > dd dd {
		/* margin: -1.75em 0 0 5em; */
		margin: -1.75em 0 0 9.5em; /* add 20170215 */
	}
    .data article > dl > dd dd.r_box {
		margin: -1.75em 0 0 6em; /* add 20190208 */
	}
	.data article > dl > dd table {
		border: 2px solid #f1f1f1;
		width: 100%;
	}
	.data article > dl > dd table th,
	.data article > dl > dd table td {
		font-weight: normal;
		text-align: center;
		font-size: 12px;
		border: 1px solid #f1f1f1;
		width: 20%;
	}
	.data article > dl > dd:nth-of-type(8) span {
		display: block;
	}
	.data article > dl > dd div {
		padding: 10px 15px;
	}
	.data article > dl > dd div dl {
		font-size:12px;
	}
	.data article > dl > dd div dd {
		margin: -1.75em 0 0 7em;
	}
	.data article > dl > dd div dt {
		margin: 0;
	}


/* -- message・education
-------------------------------------------------------------------------------- */
	.message article > h1 img:nth-of-type(1) {
		height: 45px;
		top: 25px;
	}
	.message article section h2,
	.education article section h2,
	.education article section h3 {
		font-size: 19px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.message article section p,
	.education article section p {
		margin-bottom: 1.75em;
	}
	.message article section figure,
	.education article section figure {
		clear: both;
		padding-top: 40px;
	}
	.message article section figure img,
	.education article section figure img {
		width: 100%;
	}
}


/* -- faq
-------------------------------------------------------------------------------- */
.faq section {
	margin: 0 0 60px 0;
}
.faq h2 {
	margin: 0 0 50px 0;
	font-weight: normal;
}
.faq dl {
	margin-bottom: 20px;
	border: 1px solid #f2f2f2;
}
.faq dl dt {
    display: block;
    /*height: 60px;
    line-height: 60px;*/
    cursor: pointer;
    background: url(/rec/shinsotsu/recruit/img/faq_dw.gif) right 25px top 12px no-repeat;
    padding: 16px 80px 16px 60px;
    font-size: 16px;
	font-weight: bold;
	position: relative;
}
.faq dl dt.active {
    background: url(/rec/shinsotsu/recruit/img/faq_up.gif) right 25px top 12px no-repeat;
}
.faq dl dt:before {
	content: "";
	background: url(/rec/shinsotsu/recruit/img/faq_icn.gif) left top no-repeat;
	position: absolute;
	width: 24px;
	height: 22px;
	top: 18px;
	left: 25px;
}
.faq dl dd {
	display: none;
	margin: 0 25px 25px;
	padding: 25px;
	background: #f2f2f2;
}
.faq .note {
	font-size: 12px;
	display: block;
}

/* -- device common
-------------------------------------------------------------------------------- */
.data article > dl > dd:first-of-type ul li {
	display: inline;
	white-space: normal;
}

@media (min-width: 481px) {
  .data article > dl > dd:first-of-type ul li {
      white-space: nowrap;
  }
}

.data article > dl > dd:first-of-type ul li:after {
	content: "、";
	display: inline;
}
.data article > dl > dd:first-of-type ul li:last-child:after {
	display: none;
}
.data article > dl > dd div {
	margin-top: 15px;
	border: solid 2px #f1f1f1;
}
.data article > dl > dd div h3 {
	color: #004196;
	margin-bottom: 10px;
}


/* -- pamphlet archive
-------------------------------------------------------------------------------- */
.pam section {
	margin: 0 0 60px 0;
}
.pam section h2 {
	margin: 0 0 50px 0;
	font-weight: normal;
}
.pam section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.pam section li {
    width: calc(33.3333333% - 60px * 2 / 3);
    margin: 0 20px 80px; 
    position: relative;
}
.pam section li img {
    width: 175px;
    margin: 30px auto 20px;
    display: block;
}
.pam section li div.pam_box {
    background: #f1f1f1;
    overflow: hidden;
    margin-bottom: 20px;
}
.pam section li div.pam_box span {
    font-size: 12px;
    color: #ffffff;
    background: #004196;
    text-align: center;
    padding: 3px 15px;
    float: right;
}
.pam section li h3 {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.pam section li h3 span {
    font-size: 12px;
    color: #054196;
    display: block;
}
.pam section li p {
    font-size: 14px;
    height: 120px;
}
.pam section li p span {
    font-size: 13px;
    color: #666;
    display: block;
}
.pam section li .btn_dow a.pc { display: block !important; }
.pam section li .btn_dow a.sp { display: none !important; }
.pam section li .btn_dow {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #054196;
    display: block;
    margin-top: 30px;
    text-align: center;
    border-radius: 4px;
    transition: opacity .55s cubic-bezier(.19, 1, .22, 1);
    background: url(/rec/shinsotsu/recruit/img/pam_btn_pdf.gif) right 20px top 10px no-repeat;
}
.pam section li .btn_dow.nopdf {
    background: none;
}
.pam section li .btn_dow:hover {
    opacity: 0.7;
}
.pam section li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
}
.pam section li .btn_dow_2 {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #054196;
    display: block;
    padding: 10px 20px;
    margin-top: 30px;
    text-align: center;
    border-radius: 4px;
    background: url(/rec/shinsotsu/recruit/img/pam_btn_pdf.gif) right 20px top 10px no-repeat;
    opacity: 0.3;
}
.pam section div.entry_btn {
    border: 4px solid #f1f1f1;
    margin: 40px 0 0;
    padding: 50px 0;
}
.pam section div.entry_btn_inr {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 90%;
}
.pam section div.entry_btn_inr p {
    float: left;
    width: 70%;
    margin-top: 7px;
}
.pam section div.entry_btn_inr a {
    background: #054196;
    display: block;
    padding: 15px;
    width: 180px;
    border-radius: 4px;
    transition: opacity .55s cubic-bezier(.19, 1, .22, 1);
    float: right;
}
.pam section div.entry_btn_inr a:hover {
    opacity: 0.7;
}

/*.pam section div.entry_btn_inr a {
    background: #808080;
    opacity: 0.4;
}*/

.pam section div.entry_btn_inr a img {
    width: 77px;
    display: block;
    margin: 0 auto;
}
.pam section .note {
    font-size: 14px;
}

@media (max-width: 480px) {
    .pam section ul {
        margin: 0;
    }
	.pam section li .btn_dow a.pc { display: none !important; }
    .pam section li .btn_dow a.sp { display: block !important; }
    
    .pam section li {
        width: 100%;
        margin: 0 0 60px; 
    }
    .pam section li .btn_dow,
    .pam section li .btn_dow_2 {
        margin-top: 10px;
    }
    .pam section div.entry_btn {
        padding: 20px 0 30px;
    }
    .pam section div.entry_btn_inr p {
        float: none;
        width: 100%;
    }
    .pam section div.entry_btn_inr a {
        padding: 15px 0;
        margin-top: 15px;
        width: 100%;
        float: none;
    }
    .pam section .pc_spase {
        display: none;
    }
    .pam section li p {
        height: auto;
    }
    
    
}

/* -- benefit
-------------------------------------------------------------------------------- */
.benefit section {
	
}
.benefit section h2 {
	margin: 0 0 50px 0;
	font-weight: normal;
}
.benefit section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.benefit section li {
    width: calc(50% - 60px * 2 / 3);
    margin: 0 20px 50px; 
    position: relative;
}
.benefit section li img {
    width: 100%;
    margin-bottom: 20px;
}
.benefit section li img.img_mg {
    margin: -20px 0 10px;
}
.benefit section li h3 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.benefit section li h4 {
    font-size: 17px;
    color: #054196;
    margin-bottom: 10px;
}
.benefit section li p {
    font-size: 14px;
     margin-bottom: 30px;
}
.benefit section .note {
    font-size: 14px;
}

.benefit section.award_health {
    
}
.benefit section.award_health h3 {
    font-size: 17px;
    color: #054196;
    padding-top: 60px;
    border-top:1px solid #ececec;
}
.benefit section.award_health h4 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.benefit section.award_health p {
    font-size: 14px;
     margin-bottom: 30px;
}
.benefit section.award_health .boxFlex {
    width: 70%;
    margin: 20px auto 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.benefit section.award_health .boxFlex img {
    width: calc(50% - 40px);
    height: 100%;
}


@media (max-width: 480px) {
    .benefit section ul {
        margin: 0;
    }
    .benefit section li {
        width: 100%;
        margin: 0 0 60px; 
    }
    
    .benefit section.award_health .boxFlex {
        width: 100%;
    }
    .benefit section.award_health .boxFlex img {
        width: calc(50% - 10px);
    }
}