
/* 印刷用 */
@media print{
#recruit_contents{
width: auto;
line-height: 12pt;
margin-left: 80px;
}
.page_title{
width: auto;
padding-top: 2px;
padding-bottom: 10px;
}
.title{
width: 110px;
height: 1pc;
margin-top: 5px;
margin-bottom: -1pc;
color: #666666;
}
.form{
display: inline;
width: 440px;
margin-left: 120px;
font-size: 8pt;
color: #999999;
}
#recruit_title{
width: 100px;
height: 2pc;
margin-top: 7px;
margin-bottom: -2pc;
color: #121269;
text_align: right;
}
#recruit_body{
width: 500px;
margin-left: 110px;
}
.attention{
width: auto;
margin-top: 10px;
color: #666666;
clear: left;
page-break-before: always;
}
#page_top{
display: none;
}
#page_top a{
}
#home{
display: none;
}
#home a{
}
.pr_photo{
clear: left;
width: 610px;
margin-bottom: 10px;
font-size: 8pt;
}
.pr_photo img{
float: left;
width: 300px;
height: auto;
margin-right: 5px;
}
}
/* 画面表示用 */
@media screen{
#recruit_contents{
max-width: 720px;
    line-height: 15pt;
    margin: 0 auto;
}
.page_title{
padding-top: 2px;
padding-bottom: 10px;
}
.title{
height: 2pc;
margin-top: 10px;
margin-bottom: -2pc;
color: #666666;
clear: left;
}
.form{
width: 440px;
margin-left: 170px;
font-size: 8pt;
color: #999999;
clear: left;
}
#recruit_title{
width: 100px;
height: 2pc;
margin-top: 7px;
margin-bottom: -2pc;
color: #121269;
text_align: right;
clear: left;
}
#recruit_body{
width: calc(100% - 110px);
margin-left: 110px;
clear: left;
}
.attention{
width: 610px;
margin-top: 10px;
color: #666666;
clear: left;
page-break-before: always;
}
#page_top{
height: 50px;
text-align: right;
}
#page_top a{
color: #999999;
}
#home{
height: 40px;
text-align: right;
}
#home a{
color: #999999;
}
.pr_txt{
line-height:1.8em;
margin-bottom: 40px;
}
.pr_photo{
display:flex;
justify-content:space-between;
clear: left;
margin-bottom: 40px;
}
.pr_photo img{
/*float: left;*/
height: auto;
margin-right: 5px;
}

.recruit_link{
	margin-bottom:2em;
}
.box_recruit_info {
    background-color: #e6f2ff;
    border-radius: 5px;
    padding: 1.7em;
    line-height: 1.8em;
    margin-bottom: 2em;
}
.box_recruit_info p {
    padding-bottom: 1em;
}
.box_recruit_info.line {
    border: 2px solid #e6f2ff;
    background-color:transparent;
    border-radius: 5px;
    padding: 1.7em;
}
.box_recruit_info.line .box_icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_recruit_info.line .box_icons img {
    display: block;
    height: 80px;
    margin: 0 15px;
}
.box_recruit_info.line .box_icons img.icon_line_friend {
    height: 36px;
}
.btn_common {
    border: 1px solid #E06C00;
    padding: 1em 2em;
    display: block;
    width: fit-content;
    border-radius: 100px;
    background-color: #fff;
    margin: 0 auto;
    text-align:center;
}

section {
    margin-bottom: 40px;
}
section.box_link .link_txt {
    text-align: center;
    padding-bottom: 1em;
}
section.box_link .box_icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.box_link .box_icons img {
    height: 80px;
    margin: 0 15px;
}
section.box_link .box_icons img.icon_line_friend {
    height: 36px;
}
}

@media screen and (max-width:600px){
	.title {
    width: 100%;
    margin-bottom: 0;
    height: auto;
}
.form {
    width: 100%;
    margin-left: 0;
}
}



