@media(min-width:769px) {
    #job_detail {
        padding: 40px 0;
    }
    #job_detail .head {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    #job_detail .head .title_area {
        width: 58%;
        padding-right: 30px;
    }
    #job_detail .head figure {
        width: 42%;
        padding-top: 70px;
    }
    #job_detail .head figure img {
        width: 100%;
    }
    #job_detail .head .title_area .top_line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    #job_detail .head .title_area .top_line .lang {
        width: 70%;
    }
    #job_detail .head .title_area .top_line .lang p {
        background-color: #54B15E;
        text-align: center;
        line-height: 26px;
        position: relative;
        margin-bottom: 10px;
        color: #FFFFFF;
        padding: 0 12px;
        display: inline-block;
        font-size: 14px;
    }
    #job_detail .head .title_area .top_line .lang p:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 25%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #54B15E;
    }
    #job_detail .head .title_area .top_line .lang p span {
        position: relative;
        padding-right: 12px;
    }
    #job_detail .head .title_area .top_line .lang p span:last-child {
        padding-right: 0;
    }
    #job_detail .head .title_area .top_line .lang p span:after {
        content: " / ";
        position: absolute;
        top: -5px;
        right: 3px;
        font-size: 13px;
    }
    #job_detail .head .title_area .top_line .lang p span:last-child:after {
        content: none;
    }
    #job_detail .head .title_area .top_line .num {
        width: 30%;
        text-align: right;
    }
    #job_detail .head .title_area .top_line .num br {
        display: none;
    }
    #job_detail .head .title_area .list {
        margin-bottom: 5px;
        font-size: 14px;
    }
    #job_detail .head .title_area .list li {
        display: inline-block;
        margin-right: 20px;
    }
    #job_detail .head .title_area .list li svg {
        width: 20px;
        height: 20px;
        margin-right: 6px;
        position: relative;
        top: 4px;
        fill: #656B72;
    }
    /*#job_detail .head .title_area .list li .type span {
}
	#job_detail .head .title_area .list li .type span {
	position: relative;
	display: inline-block;
		padding-right: 18px;
	}
#job_detail .head .title_area .list li .type span:after {
	content: "・";
	position: absolute;
	top: 0px;
	right:4px;
	font-size: 14px;
}
#job_detail .head .title_area .list li .type span:last-child:after {
		display: none;
	}*/
    #job_detail .head .title_area .ttl {
        color: #336B87;
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    #job_detail .head .title_area .txt {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .list_tags li {
        display: inline-block;
    }
    .list_tags li a {
        position: relative;
        background: #E7F1F8;
        display: inline-block;
        color: #3767A8;
        line-height: 26px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 0 10px;
        text-decoration: none;
        font-size: 13px;
    }
    .list_tags li a:before {
        display: block;
        content: '';
        position: absolute;
        top: 0px;
        width: 0;
        height: 0;
        border: 13px solid transparent;
        border-left: 14px solid #E7F1F8;
        right: -21px;
    }
    .btn_admin {
        padding-top: 30px;
    }
    .btn_admin li {
        display: inline-block;
        margin-right: 5px;
    }
    .btn_admin li a {
        background-color: #999999;
        color: #FFFFFF;
        padding: 0 12px;
        font-size: 14px;
        border-radius: 2px;
        line-height: 30px;
        display: block;
    }
    #job_detail .entry_aera {
        margin: 0 auto;
        width: 1040px;
        padding: 25px 40px;
        background-color: #fdffd9;
        display: flex;
        justify-content: space-between;
    }
	#job_detail .entry_aera .stop {
		color: #FFFFFF;
        background-color: #999999;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 18px;
        border-radius: 2px;
        position: relative;
		 width: 54%;
	}
    #job_detail .entry_aera .btn_entry {
        width: 54%;
    }
    #job_detail .entry_aera .btn_entry a {
        color: #FFFFFF;
        background-color: #E85B5B;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 18px;
        border-radius: 2px;
        position: relative;
    }
    #job_detail .entry_aera .btn_entry a svg, #job_detail .entry_aera .btn_fav a svg {
        fill: #FFF;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 12px;
        left: 20px;
    }
    #job_detail .entry_aera .btn_fav {
        width: 30%;
    }
    #job_detail .entry_aera .btn_fav a {
        color: #FFFFFF;
        background-color: #3767A8;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 18px;
        border-radius: 2px;
        position: relative;
    }
    #job_detail .entry_aera .btn_fav.off a {
        background-color: #666666;
    }
    #job_detail .entry_aera .favlist {
        width: 10%;
    }
    #job_detail .entry_aera .favlist a {
        display: block;
        text-align: center;
    }
    #job_detail .entry_aera .favlist a svg {
        width: 30px;
        height: 36px;
        fill: #336B87;
        position: relative;
        top: -3px;
    }
    #job_detail .entry_aera .favlist a span {
        display: block;
        font-size: 12px;
        line-height: 0;
    }
    #job_detail .basic_info {
        padding: 40px 0px;
    }
    .ttl_recruitment {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .ttl_recruitment.uline {
        font-size: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #666666;
        padding-bottom: 12px;
        bottom: 20px;
    }
    .ttl_recruitment svg {
        width: 28px;
        height: 28px;
        margin-right: 10px;
        fill: #656B72;
        position: relative;
        top: 3px;
    }
    .ttl_recruitment.uline svg {
        top: 5px;
    }
    .tbl_basic.mb {
        margin-bottom: 40px;
    }
    .tbl_basic tr th, .tbl_basic tr td {
        padding: 15px;
        border: 1px solid #CCCCCC;
    }
    .tbl_basic tr th {
        background-color: #F0F0F0;
        width: 220px;
        vertical-align: top;
        font-weight: 700;
    }
    .tbl_basic tr td .inblk .lead {
        margin-bottom: 5px;
    }
    .tbl_basic tr td .txt_min {
        /*font-size: 14px;
	line-height: 1.5;*/
    }
    .tbl_basic tr td .inblk .txt_min.indent {
        /*padding-left: 20px;*/
    }
    .tbl_basic tr td .label {
        font-size: 14px;
        display: block;
        line-height: 22px;
        text-align: center;
        padding: 0 15px;
        border: 1px solid #656B72;
        width: 150px;
        margin-bottom: 5px;
    }
    .tbl_basic tr td .inblk {
        margin-bottom: 10px;
    }
    .tbl_basic tr td .inblk:last-child {
        margin-bottom: 0;
    }
    .tbl_basic tr td .type {}
    .tbl_basic tr td .type span, .tbl_basic tr td .necessary_lang span {
        position: relative;
        display: inline-block;
        padding-right: 18px;
    }
    .tbl_basic tr td .type span:after, .tbl_basic tr td .necessary_lang span:after {
        content: "・";
        position: absolute;
        top: 0px;
        right: 2px;
        font-size: 16px;
    }
    .tbl_basic tr td .type span:last-child:after, .tbl_basic tr td .necessary_lang span:last-child:after {
        display: none;
    }
    .tbl_basic tr td a {
        text-decoration: underline;
    }
    #job_detail .other {
        margin: 0 auto 20px;
        padding: 40px 0px;
        display: flex;
        justify-content: space-between;
    }
    #job_detail .other .left, #job_detail .other .right {
        width: 48%;
    }
    #job_detail .other .left .treatment p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    #job_detail .other .left .treatment p:last-child {
        margin-bottom: 0;
    }
    #job_detail .other .right .box {
        margin-bottom: 40px;
    }
    .tbl_skill tr th, .tbl_skill tr td {
        font-size: 15px;
        line-height: 1.6;
        padding: 5px 0;
    }
    .tbl_skill tr th {
        width: 180px;
        font-weight: 700;
        border-bottom: 1px dotted #CCCCCC;
    }
    .tbl_skill tr td {
        border-bottom: 1px dotted #CCCCCC;
    }
    .tbl_skill tr td .skill span {
        position: relative;
        display: inline-block;
        padding-right: 18px;
    }
    .tbl_skill tr td .skill span:after {
        content: "/";
        position: absolute;
        top: 0px;
        right: 4px;
        font-size: 15px;
    }
    .tbl_skill tr td .skill span:last-child:after {
        display: none;
    }
    #job_detail .other .right .comment {
        padding: 20px;
        border-radius: 6px;
        background-color: #FFFEED;
    }
    #job_detail .other .right .comment .ttl_com {
        margin-bottom: 10px;
        font-weight: 700;
    }
    #job_detail .other .right .comment .ttl_com svg {
        width: 22px;
        height: 22px;
        fill: #656B72;
        margin-right: 10px;
        position: relative;
        top: 4px;
    }
    #job_detail .other .right .fs15 {
        font-size: 15px;
    }
}
@media(max-width:767px) {
    #job_detail {
        padding-top: 93px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 30px;
    }
    #job_detail .head {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    #job_detail .head .title_area {
        width: 100%;
    }
    #job_detail .head figure {
        width: 100%;
        margin-bottom: 20px;
    }
    #job_detail .head figure img {
        width: 100%;
    }
    #job_detail .head .title_area .top_line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    #job_detail .head .title_area .top_line .lang {
        width: 70%;
    }
    #job_detail .head .title_area .top_line .lang p {
        background-color: #54B15E;
        text-align: center;
        line-height: 26px;
        position: relative;
        margin-bottom: 10px;
        color: #FFFFFF;
        padding: 0 12px;
        display: inline-block;
        font-size: 14px;
    }
    #job_detail .head .title_area .top_line .lang p:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 25%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #54B15E;
    }
    #job_detail .head .title_area .top_line .lang p span {
        position: relative;
        padding-right: 12px;
    }
    #job_detail .head .title_area .top_line .lang p span:last-child {
        padding-right: 0;
    }
    #job_detail .head .title_area .top_line .lang p span:after {
        content: " / ";
        position: absolute;
        top: -5px;
        right: 3px;
        font-size: 13px;
    }
    #job_detail .head .title_area .top_line .lang p span:last-child:after {
        content: none;
    }
    #job_detail .head .title_area .top_line .num {
        width: 30%;
        text-align: right;
        font-size: 13px;
        line-height: 1.4;
    }
    #job_detail .head .title_area .list {
        margin-bottom: 5px;
        font-size: 14px;
    }
    #job_detail .head .title_area .list li {
        display: inline-block;
        margin-right: 20px;
    }
    #job_detail .head .title_area .list li svg {
        width: 20px;
        height: 20px;
        margin-right: 6px;
        position: relative;
        top: 4px;
        fill: #656B72;
    }
    #job_detail .head .title_area .ttl {
        color: #336B87;
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    #job_detail .head .title_area .txt {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    #job_detail .head .title_area .txt br:first-child {
        display: none;
    }
    .list_tags {
        margin-bottom: 20px;
    }
    .list_tags li {
        display: inline-block;
    }
    .list_tags li a {
        position: relative;
        background: #E7F1F8;
        display: inline-block;
        color: #3767A8;
        line-height: 26px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 0 10px;
        text-decoration: none;
        font-size: 13px;
    }
    .list_tags li a:before {
        display: block;
        content: '';
        position: absolute;
        top: 0px;
        width: 0;
        height: 0;
        border: 13px solid transparent;
        border-left: 14px solid #E7F1F8;
        right: -21px;
    }
    .btn_admin {
        display: none;
    }
    #job_detail .entry_aera {
        padding: 14px 5%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #F2F2F2;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
    }
	#job_detail .entry_aera .stop {
		color: #FFFFFF;
        background-color: #999999;
        line-height: 45px;
        display: block;
        text-align: center;
        font-size: 15px;
        border-radius: 2px;
		 width: 54%;
	}
    #job_detail .entry_aera .btn_entry {
        width: 54%;
    }
    #job_detail .entry_aera .btn_entry a {
        color: #FFFFFF;
        background-color: #E85B5B;
        line-height: 45px;
        display: block;
        text-align: center;
        font-size: 15px;
        border-radius: 2px;
        position: relative;
        padding-left: 15px;
    }
    #job_detail .entry_aera .btn_entry a svg, #job_detail .entry_aera .btn_fav a svg {
        fill: #FFF;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 14px;
        left: 10px;
    }
    #job_detail .entry_aera .btn_fav {
        width: 30%;
    }
    #job_detail .entry_aera .btn_fav a {
        color: #FFFFFF;
        background-color: #3767A8;
        line-height: 45px;
        display: block;
        text-align: center;
        font-size: 15px;
        border-radius: 2px;
        position: relative;
        padding-left: 15px;
    }
    #job_detail .entry_aera .btn_fav.off a {
        background-color: #666666;
    }
    #job_detail .entry_aera .favlist {
        width: 10%;
    }
    #job_detail .entry_aera .favlist a {
        display: block;
        text-align: center;
    }
    #job_detail .entry_aera .favlist a svg {
        width: 30px;
        height: 36px;
        fill: #336B87;
        position: relative;
        top: 5px;
    }
    #job_detail .entry_aera .favlist a span {
        display: none;
    }
    #job_detail .basic_info {}
    .ttl_recruitment {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ttl_recruitment.uline {
        font-size: 18px;
        margin-bottom: 15px;
        border-bottom: 1px solid #666666;
        padding-bottom: 12px;
        bottom: 20px;
    }
    .ttl_recruitment svg {
        width: 20px;
        height: 20px;
        margin-right: 6px;
        fill: #656B72;
        position: relative;
        top: 3px;
    }
    .ttl_recruitment.uline svg {
        top: 3px;
    }
    .tbl_basic {
        margin-bottom: 30px;
        border-bottom: 1px solid #CCCCCC;
    }
    .tbl_basic tr th, .tbl_basic tr td {
        display: block;
        padding: 5px 5%;
    }
    .tbl_basic tr th {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px none #CCCCCC;
        border-top: 1px solid #CCCCCC;
        background-color: #F0F0F0;
    }
    .tbl_basic tr td {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }
    .tbl_basic tr td .inblk .lead {
        margin-bottom: 5px;
    }
    .tbl_basic tr td .txt_min {
        /*font-size: 14px;
	line-height: 1.5;*/
    }
    .tbl_basic tr td .inblk .txt_min.indent {
        /*padding-left: 20px;*/
    }
    .tbl_basic tr td .label {
        font-size: 14px;
        display: block;
        line-height: 22px;
        text-align: center;
        padding: 0 15px;
        border: 1px solid #656B72;
        width: 150px;
        margin-bottom: 5px;
    }
    .tbl_basic tr td .inblk {
        margin-bottom: 10px;
    }
    .tbl_basic tr td .inblk:last-child {
        margin-bottom: 0;
    }
    .tbl_basic tr td .type {}
    .tbl_basic tr td .type span, .tbl_basic tr td .necessary_lang span {
        position: relative;
        display: inline-block;
        padding-right: 18px;
    }
    .tbl_basic tr td .type span:after, .tbl_basic tr td .necessary_lang span:after {
        content: "・";
        position: absolute;
        top: 0px;
        right: 2px;
        font-size: 16px;
    }
    .tbl_basic tr td .type span:last-child:after, .tbl_basic tr td .necessary_lang span:last-child:after {
        display: none;
    }
    .tbl_basic tr td a {
        text-decoration: underline;
    }
    #job_detail .other {}
    #job_detail .other .left, #job_detail .other .right {}
    #job_detail .other .left .treatment {
        margin-bottom: 25px;
    }
    #job_detail .other .left .treatment p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    #job_detail .other .left .treatment p:last-child {
        margin-bottom: 0;
    }
    #job_detail .other .right .box {}
    .tbl_skill {
        margin-bottom: 30px;
    }
    .tbl_skill tr th, .tbl_skill tr td {
        font-size: 14px;
        line-height: 1.6;
        padding: 5px 0;
    }
    .tbl_skill tr th {
        width: 180px;
        border-bottom: 1px dotted #CCCCCC;
    }
    .tbl_skill tr td {
        border-bottom: 1px dotted #CCCCCC;
    }
    .tbl_skill tr td .skill span {
        position: relative;
        display: inline-block;
        padding-right: 18px;
    }
    .tbl_skill tr td .skill span:after {
        content: "/";
        position: absolute;
        top: 0px;
        right: 4px;
        font-size: 15px;
    }
    .tbl_skill tr td .skill span:last-child:after {
        display: none;
    }
    #job_detail .other .right .comment {
        padding: 12px 5%;
        border-radius: 4px;
        background-color: #FFFEED;
        margin-top: 25px;
        line-height: 1.5;
    }
    #job_detail .other .right .comment .ttl_com {
        margin-bottom: 10px;
        font-weight: 700;
    }
    #job_detail .other .right .comment .ttl_com svg {
        width: 22px;
        height: 22px;
        fill: #656B72;
        margin-right: 10px;
        position: relative;
        top: 6px;
    }
    #job_detail .other .right .fs15 {
        font-size: 14px;
        line-height: 1.5;
    }
}