@charset "UTF-8";
/*index*/
.scDtl_warp {
    background: #F8F8F8;
    padding: 64px 0 80px;
}
.scDtl_in {
    width: 760px;
    margin: 0 auto;
    padding: 56px 0 0;
}
.scDtl_dtl {
    margin: 0 0 40px;
}
.scDtl_dtl:last-child {
    margin: 0;
}
.scDtl_ttl {
    background: #396789;
    color: #fff;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 24px;
}
.scDtl_formbx {
    padding: 16px 25px 0;
}
@media (min-width: 896px) {
    .scDtl_formbx .fmParts {
        width: 311px;
    }
    .scLst_side .scDtl_formbx .fmParts {
        width: 100%;
    }
}
.scDtl_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 25px 0;
}
.scDtl_form li {
    width: 25%;
    padding: 12px 0;
}
.scDtl_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 86px 0 0;
    color: #C4C4C4;
}
.scDtl_btn .srcPop_result {
    font-size: 20px;
    color: #396789;
    line-height: 1;
    font-weight: bold;
    margin: 0 54px 0 0;
}
.scDtl_btn .srcPop_result span {
    font-size: 28px;
}
.scDtl_btn .srcPop_org.c-btn a {
    max-width: 220px;
    background: #396789 url(../svg/search.svg) no-repeat center right 24px;
    background-size: 18px auto;
    padding-right: 24px;
    height: 54px;
}
.scDtl_btn .srcPop_org.c-btn a:hover {
    opacity: 0.8;
    color: #fff;
    box-shadow: none;
}
.jobdtl_btn {
    padding: 32px 0 0;
}
.jobdtl_btn a {
    max-width: 200px;
    height: 50px;
    margin: 0 auto;
}
/*list*/
.scLst_warp {
    padding: 0 0 96px;
}
.scLst_in {
    padding: 56px 0 0;
}
.scLst_main {
    padding: 64px 0 0;
}
.scLst_side {
    margin: 48px 0 0;
    padding: 32px 24px 48px;
    background: #F8F8F8;
}
.scLst_side .c-ttl {
    font-size: 20px;
    margin: 0 0 32px;
}
.scLst_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 56px 0 0;
}
.scLst_head.is-ver2 {
    padding: 72px 0 0;
}
.scLst_head:last-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.scLst_result {
    font-size: 20px;
}
.scLst_result span {
    font-size: 26px;
    color: #396789;
}
.scLst_pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.scLst_pager .is-nmb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.scLst_pager .is-prev {
    margin: 0 16px 0 0;
}
.scLst_pager .is-next {
    margin: 0 0 0 16px;
}
.scLst_pager .is-prev a,
.scLst_pager .is-next a,
.scLst_pager .is-nmb li a {
    background: #ffffff;
    color: #393939;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
.scLst_pager .is-prev a,
.scLst_pager .is-next a {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}
.scLst_pager .is-nmb {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}
.scLst_pager .is-nmb li a {
    border-left: 1px solid #F2F2F2;
}
.scLst_pager .is-nmb li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px;
}
.scLst_pager .is-nmb li:last-child a {
    border-radius: 0 4px 4px 0;
}
.scLst_pager .is-nmb li.is-on a {
    background: #E5E3D8;
    pointer-events: none;
}
.scLst_side .scDtl_ttl {
    background: transparent;
    color: #393939;
    height: auto;
    padding: 0;
    font-weight: bold;
}
.scLst_side .scDtl_formbx {
    padding: 8px 0 0;
}
.scLst_side .scDtl_dtl {
    margin: 24px 0 0;
}
.scLst_side .scDtl_dtl:first-child {
    margin: 0;
}
.scLst_side .scDtl_form {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.scLst_side .scDtl_form li {
    width: 48%;
    padding: 8px 0;
}
.scLst_side .srcPop_org {
    padding: 40px 0 0;
}
.scLst_side .srcPop_org.c-btn a {
    max-width: 220px;
    margin: 0 auto;
    background: #396789 url(../svg/search.svg) no-repeat center right 24px;
    background-size: 18px auto;
    padding-right: 24px;
    height: 54px;
}
@media (min-width: 896px) {
    .scLst_side .srcPop_org.c-btn a:hover {
        opacity: 0.8;
        color: #fff;
        box-shadow: none;
    }
    .scLst_pager .is-prev a:hover,
    .scLst_pager .is-next a:hover,
    .scLst_pager .is-nmb li a:hover {
        background: #E5E3D8;
    }
}
/*detail*/
.dtlLst_warp {
    padding: 0 0 96px;
}
.dtlCnt_warp {
    padding: 48px 0 0;
}
body.detail .scLst_in {
    padding: 0 0 96px;
}
.dtlTxt_in {
    background: #F2F2F2;
    padding: 24px;
    margin: 0 0 32px;
}
.dtlTxt_box {
    padding: 0 0 24px;
}
.dtlTxt_box:last-child {
    padding: 0;
}
.dtlTxt_box .is-ttl {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 8px;
}
.dtlTxt_box .is-txt {
    font-size: 14px;
}
.dtlOv_warp {
    margin: 0 0 64px;
}
.dtlOv_lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.dtlOv_lnk li {
    width: 188px;
}
.dtlOv_lnk li a {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    background: #F8F8F8;
    color: #393939;
}
.dtlOv_lnk li.on a {
    background: #396789;
    color: #fff;
    pointer-events: none;
}
.dtlOv_cnt {
    border-bottom: 1px solid #F2F2F2;
    display: none;
}
.dtlOv_cnt.active {
    display: block;
}
.dtlOv_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #F2F2F2;
}
.dtlOv_box .is-ttl {
    font-weight: bold;
}
.dtlOv_box .is-txt {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
}
.dtlOv_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dtlOv_heart {
    margin: 0 20px 0 0;
}
.dtlOv_heart a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../svg/heart.svg) no-repeat center;
    background-size: 24px auto;
}
.dtlOv_heart a.on {
    background:#F8F8F8 url(../svg/heart_on.svg) no-repeat center;
    background-size: 24px auto;
    box-shadow: none;
}
.dtlReco_warp {
    background: #F8F8F8;
    padding: 40px;
}
.dtlReco_ttl {
    margin: 0 0 40px;
    font-size: 20px;
    text-align: center;
}
@media (min-width: 896px) {
    .dtlOv_heart a:hover,
    .dtlOv_lnk li a:hover {
        opacity: 0.8;
    }
}
/*special*/
.special_top {
    width: 100%;
    height: 500px;
}
.special_top.global {
    background: url(../img/special_main01.jpg) bottom center / cover no-repeat;
}
.special_top.it {
    background: url(../img/special_main02.jpg) bottom center / cover no-repeat;
}
.special_top.high {
    background: url(../img/special_main03.jpg) center center / cover no-repeat;
}
.spLst_warp {
    padding: 96px 0 0;
}
.special_top {
    text-align: center;
}
.special_top img {
    width: 100%;
    height: auto;
}
.spLst_main {
    padding: 0 0 96px;
}
.spLst_txt {
    padding: 56px 0 0;
}
.spLst_head {
    padding: 72px 0 0;
}
/*会員企業検索*/
.side_searchbox {
    width: 280px;
    padding: 40px 20px;
    margin: 0 0 100px 0;
    background: #f5f5f5;
    box-sizing: border-box;
}
@media (min-width:896px) {
    .side_searchbox {
        position: sticky;
        top: 122px;
        left: 0;
        z-index: 99;
        transition: opacity 0.3s ease-out , all 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out , all 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out , all 0.3s ease-out;
        -webkit-transition: opacity 0.3s ease-out , all 0.3s ease-out;
    }
}
.searchbox-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 40px 0;
    text-align: center;
}
input[type="text"].search {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.c-Sc_btn.ver2 {
    width: 100%;
}
.c-Sc_btn.key2.ver2 {
    margin: 0 0 20px 0;
}
.c-Sc_btn.ver2 a {
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    color: #696969;
    border: none;
    background: #fff;
}
.c-Sc_btn.ver2 a:before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 10;
    background: url("../svg/arw_tri_down_blu.svg") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-Sc_btn.ver2 a span {
    padding: 0;
}
.c-Sc_btn.area a .icn:before,
.c-Sc_btn.key2 a .icn:before {
    content: none;
}
.c-ftSc_btn.ver2 {
    margin: 20px 0 0 0;
}
.c-ftSc_btn.ver2 a {
    width: 100%;
}
.search_number {
    font-size: 14px;
}
.search_number.is-b {
    font-size: 16px;
}
.search_dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #10218b;
    margin: 0 0 20px;
}
.search_dl dd {
    font-size: 14px;
    line-height: 1.8;
}
.search_dl li {
    padding-left: .8em;
    margin: 0 0 5px 0;
    position: relative;
}
.search_dl li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 50%;
}
.srcList_wrap {
    margin: 50px 0 110px 0;
}
.srcList_in {
    padding: 40px 0;
    border-top: 1px solid #10218b;
}
.srcList_in:last-child {
    padding: 40px 0 0 0;
}
.company_info {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    padding: 0 20px;
    margin: 0 0 40px 0;
}
.company_info.is-ver2 {
    display: block;
}
.company_logo {
    width: 150px;
}
.company_logo img {
    width: 100%;
    height: auto;
}
.company-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
}
.company-adrs {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 1.4;
}
.company-adrs:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 18px;
    top: 50%;
    left: 0;
    margin-top: -9px;
    z-index: 10;
    background: url("../svg/icn_pin_gly.svg") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.company_point {
    padding: 20px;
    margin: 0 0 40px 0;
    background: #f5f5f5;
}
.company-txt {
    font-size: 14px;
    line-height: 2.2;
}
.company-txt.ver2 {
    line-height: 1;
    margin: 0 0 15px 0;
}
.company-txt span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    width: 70px;
    height: 20px;
    text-align: center;
    background: #10218b;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.src_btn a {
    height: 60px;
    margin: 0 auto;
}
.src_btn.off a {
    background: #bababa;
    color: #fff;
    pointer-events: none;
}
.src_btn.off a:before {
    content: none;
}
.src_btn.off a .icn {
    padding-right: 0;
}
.pager_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
/*    width: 560px;*/
    margin: 0 auto;
    box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.pager_list li {
    width: 30px;
    margin: 0 5px;
    text-align: center;
}
.pager_list li.prev,
.pager_list li.next {
    width: 30px;
    height: 30px;
}
.pager_list li.prev a,
.pager_list li.next a {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.pager_list li.prev a {
    background: url("../svg/arw_line_left_blk.svg") no-repeat center center;
    background-size: 8px auto;
    -ms-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -webkit-background-size: 8px auto;
}
.pager_list li.next a {
    background: url("../svg/arw_line_right_blk.svg") no-repeat center center;
    background-size: 8px auto;
    -ms-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -webkit-background-size: 8px auto;
}
.pager_list li a {
    display: block;
    font-size: 14px;
    padding: 3px 0 5px 0;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.pager_list li.no a {
    pointer-events: none;
}
@media (min-width:896px) {
    .pager_list li a:hover {
        text-decoration: none;
        color: #fff;
        background: #10218b;
    }
    .pager_list li.prev a:hover {
        background: url("../svg/arw_line_left_blk.svg") no-repeat center center;
        background-size: 8px auto;
        -ms-background-size: 8px auto;
        -moz-background-size: 8px auto;
        -webkit-background-size: 8px auto;
    }
    .pager_list li.next a:hover {
        background: url("../svg/arw_line_right_blk.svg") no-repeat center center;
        background-size: 8px auto;
        -ms-background-size: 8px auto;
        -moz-background-size: 8px auto;
        -webkit-background-size: 8px auto;
    }
}
.pager_list li.active a {
    color: #fff;
    background: #10218b;
}
.c-wrap.ver2.wid {
    width: 1010px;
}
.c-pageTtl_sb.img {
    font-size: 0;
    width: 150px;
}
.c-pageTtl_sb.img img {
    width: 100%;
    height: auto;
}
.c-pageTtl_box.ver2 {
    padding: 30px 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-pageTtl_box.ver2 .c-pageTtl_ttl {
    font-size: 40px;
    line-height: 1.4;
}
.c-pageCnt_dtl.ver2 {
    width: 930px;
    margin: 0 auto;
}
.srcDtl-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.srcDtl_wrap {
    margin: 70px 0 0 0;
    border-top: 1px solid #10218b;
    /*
    border-bottom: 1px solid #dfdfdf;
    */
}
.srcDtl_wrap.is-ajt {
    margin: 50px 0 0 0;
}
.srcDtl-txt {
    margin: 10px 0 0 0;
}
.srcDtl_table {
    width: 100%;
}
.srcDtl_table tr th {
    width: 165px;
    height: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #10218b;
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    border-right: 10px solid #fff;
    box-sizing: border-box;
}
.srcDtl_table.ver2 tr:last-child th {
    border-bottom: none;
}
.srcDtl_table tr.top th {
    vertical-align: top;
}
.srcDtl_table tr td {
    font-size: 16px;
    padding: 25px 0 25px 20px;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
}
.srcDtl_table.ver2 tr:last-child td {
    border-bottom: none;
}
.srcDtl_table tr.top td {
    padding: 25px 0 0 20px;
}
.srcDtl_table tr td a {
    color: #10218b;
}
.adrs-txt {
    margin: 0 0 35px 0;
}
@media (min-width:896px) {
    .srcDet-btn {
        width: 270px;
        /*margin: 40px auto 0 auto;*/
        margin: 0 auto;
    }
}
.srcDet-btn.c-btn.ver4 a:before {
    right: auto;
    left: 30px;
    width: 10px;
    height: 12px;
    background: url(../svg/arw_left.svg) no-repeat 0 0;
    background-size: 26px auto;
}
@media (min-width:896px) {
    .c-btn.ver4 a:hover:before {
        left: 20px;
    }
}

/*20230208_追加*/
.company-tag li{
    width: 330px;
    display: block;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    color: #10218b;
    border: 1px solid #10218b;
    padding: 10px 16px;
    margin-top: 10px;
}
.company-tag li:first-child {
    margin-top: 0;
}
.company-tag li span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.company-tag li span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.company-tag li.tag1 span:before{
    width: 20px;
    height: 18px;
    background: url(../svg/tag1.svg) no-repeat center;
    background-size: auto 100%;
}
.company-tag li.tag2 span:before{
    width: 20px;
    height: 20px;
    background: url(../svg/tag2.svg) no-repeat center;
    background-size: 100% auto;
}
.company-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.company-mark li {
    margin-right: 10px;
    text-align: center;
}
.company-mark li:only-child {
    width: 100%;
}
.company-mark li:last-child {
    margin-right: 0;
}
.company_pointin .ttl {
    color: #10218b;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
/*
body.search.ver2 input[type="text"].search {
    margin: 0;
}
*/
body.search.ver2 .side_searchbox .c-btn {
    margin: 20px 0 0 0;
}
body.search.ver2 .side_searchbox .c-btn a:before {
    content: none;
}
body.search.ver2 .company-name a,
body.search.ver2 .company-adrs a {
    text-decoration: underline;
}
@media (min-width:896px) {
    body.search.ver2 .company-name a:hover,
    body.search.ver2 .company-adrs a:hover {
        text-decoration: none;
    }
}
body.search.ver2 .company-info {
    position: relative;
}
body.search.ver2 .company-name {
    line-height: 1.4;
}
body.search.ver2 .company-info .company-name,
body.search.ver2 .company-info .company-adrs {
    padding-right: 200px;
}
body.search.ver2 .company-logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 70px;
    text-align: right;
}
body.search.ver2 .company-logo img {
    max-width: 100%;
    max-height: 70px;
    image-rendering: -webkit-optimize-contrast;
}
body.search.ver2 .company_point.ver2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body.search.ver2 .company_pointin {
    padding-left: 20px;
}
body.search.ver2 .company_pointin:first-child {
    padding: 0;
}
body.search.ver2 .company_pointin .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body.search.ver2 .company_point.ver2 {
    padding: 0;
    background: #fff;
}
body.search.ver2 .company_point.ver2 .company_pointin {
    margin: 25px 0 0;
}
body.search.ver2 .company_point.ver2 .company-tag {
    margin-top: 0;
}
body.search.ver2 .company_point.ver2 .company-txt.ver2 {
    line-height: 1;
    margin: 0 15px 0 0;
}
body.search.ver2 .company-txt span {
    width: 110px;
}
body.search.ver2 .company-adrs:before {
    background: url(../svg/icn_pin_blu.svg) no-repeat 0 0;
    background-size: 100% auto;
}
body.detail.ver2 .companyTtl_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-flow: column;
}
body.detail.ver2 .companyTtl_box .company-logo + .company_pointin {
    padding-top: 40px;
}
body.detail.ver2 .company-logo {
    max-width: 160px;
    min-width: 160px;
    padding-left: 40px;
}
body.detail.ver2 .company-logo img {
    width: 100%;
}
body.detail.ver2 .company-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
body.detail.ver2 .company-tag li {
    margin: 0 0 0 10px;
}
body.detail.ver2 .srcDtl_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body.detail.ver2 .srcDtl_table.ver2 tr:last-child th {
    border-bottom: 1px solid #dfdfdf;
}
body.detail.ver2 .srcDtl_table.ver2 tr:last-child td {
    border-bottom: 1px solid #dfdfdf;
}
body.detail.ver2 .srcDtl_table.ver2:last-child tr:last-child th,
body.detail.ver2 .srcDtl_table.ver2:last-child tr:last-child td {
    border-bottom: none;
}
body.detail.ver2 .srcDtl_table tr th {
    width: 260px;
    text-align: left;
}
.srcDet_btn.ver2 {
    /*margin-top: 80px;*/
    margin-bottom: 100px;
}
.c-pageCnt_in.ver2 {
    padding-bottom: 0;
}
@media only screen and (max-width: 896px) {
    .company-mark {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -5px;
        width: 150px;
    }
    .company-mark li {
        margin-top: 5px;
    }
    .company-mark li:only-child {
        width: auto;
    }
    .company-tag li{
        width: 282px;
        border-radius: 4px;
        font-size: 12px;
        padding: 8px 10px;
    }
    .company-tag li span {
        padding-left: 26px;
    }
    .company-tag li.tag1 span:before{
        width: 18px;
        height: 16px;
    }
    .company-tag li.tag2 span:before{
        width: 18px;
        height: 18px;
    }
    .company_pointin .ttl {
        text-align: left;
    }
    body.search.ver2 .c-popCnt_lst.feature {
        margin: 20px 0 0 0;
    }
    body.search.ver2 .c-popCnt_lst.feature label {
        padding-left: 0;
        padding-right: 0;
    }
    body.search.ver2 .company-info .company-name {
        padding-right: 100px;
    }
    body.search.ver2 .company-info .company-adrs {
        padding-right: 100px;
    }
    body.search.ver2 .company-logo {
        width: 80px;
        height: 56px;
    }
    body.search.ver2 .company-logo img {
        max-height: 56px;
    }
    body.search.ver2 .company_point {
        display: block;
        letter-spacing: normal;
    }
    body.search.ver2 .company_pointin {
        display: block;
        padding: 25px 0 0;
    }
    body.search.ver2 .company_point.ver2 {
        display: block;
    }
    body.detail.ver2 .companyTtl_box {
        display: block;
    }
    body.detail.ver2 .companyTtl_box .company_pointin {
        padding-top: 15px;
    }
    body.detail.ver2 .company-logo {
        padding: 15px 0 0;
    }
    body.detail.ver2 .company-tag {
        display: block;
        padding-top: 20px;
        max-width: 100%;
    }
    body.detail.ver2 .company-tag li {
        margin: 10px 0 0 0;
    }
    body.detail.ver2 .company-tag li:first-child {
        margin: 0;
    }
    body.detail.ver2 .srcDtl_wrap {
        margin: 35px 0 0 0;
    }
    body.detail.ver2 .srcDtl_ttl {
        display: block;
    }
    body.detail.ver2 .srcDtl_table.ver2 tr:last-child th {
        border-bottom: none;
    }
    body.detail.ver2 .srcDtl_table tr th {
        width: 100px;
    }
    body.detail.ver2 .srcDtl_table.ver2 tr th {
        width: 100%;
    }
    .srcDet_btn.ver2 {
        /*margin-top: 40px;*/
        margin-bottom: 60px;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .c-pageCnt_in.ver2 {
        padding: 0 25px;
    }
}
@media only screen and (max-width: 374px) {
    .company-mark li {
        width: 25%;
        text-align: center;
        margin: 0;
        margin-top: 5px;
    }
    .company-mark li img {
        width: 86%;
        height: auto;
    }
}/*@media*/
@media only screen and (max-width: 896px) {
    /*index*/
    .scDtl_warp {
        padding: 24px 0 48px;
    }
    .scDtl_in {
        width: 100%;
        padding: 32px 0 0;
    }
    .scDtl_dtl {
        margin: 0;
    }
    .scDtl_ttl {
        height: 30px;
        padding: 0 24px;
    }
    .scDtl_formbx {
        padding: 16px 24px 24px;
    }
    .scDtl_formbx .c-btn {
        margin: 0 auto;
        width: 200px;
    }
    .scDtl_form {
        padding: 0;
    }
    .scDtl_form li {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #F0F0F0;
        border-right: 1px solid #F0F0F0;
        box-sizing: border-box;
        padding: 22px 24px;
    }
    .scDtl_btn {
        padding: 48px 0 0;
    }
    .scDtl_btn .srcPop_result {
        width: auto;
        font-size: 14px;
        margin: 0 24px 0 0;
    }
    .scDtl_btn .srcPop_result span {
        font-size: 20px;
    }
    .scDtl_btn .srcPop_org.c-btn a {
        max-width: 168px;
        background: #396789 url(../svg/search.svg) no-repeat center right 13px;
        background-size: 16px auto;
        padding-right: 13px;
        height: 44px;
        font-size: 14px;
    }
    /*list*/
    .scLst_warp {
        padding: 0 0 64px;
    }
    .scLst_in {
        padding: 48px 24px 0;
    }
    .scLst_main {
        padding: 24px 0 0;
    }
    .scLst_side {
        display: none;
    }
    .scLst_main .c-ttl {
        font-size: 18px;
        padding: 0 20px;
    }
    .scLst_head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 32px 24px 0;
    }
    .scLst_head.is-ver2 {
        padding: 56px 24px 0;
    }
    .scLst_head:last-child {
        padding: 48px 24px 0;
    }
    .scLst_search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0 0 32px;
    }
    .scLst_head.is-ver2 .scLst_search {
        margin: 0 0 16px;
    }
    .scLst_search .c-btn a {
        max-width: 135px;
        height: 35px;
        font-size: 12px;
    }
    .scLst_search.is-floating {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(64, 64, 64, 0.9);
        padding: 14px 0;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .scLst_search.is-floating .c-btn a {
        max-width: 168px;
        height: 44px;
        font-size: 14px;
        margin: 0 auto;
    }
    .scLst_result {
        font-size: 15px;
    }
    .scLst_result span {
        font-size: 20px;
    }
    .scLst_pager {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /*detail*/
    .dtlLst_warp {
        padding: 0;
    }
    .dtlCnt_warp {
        padding: 24px 24px 0;
    }
    body.detail .scLst_in {
        padding: 0 0 64px;
    }
    /*
    .dtlTxt_warp {
        margin: 0 24px;
    }
    */
    .dtlTxt_in {
        padding: 24px;
        margin: 0 0 0;
        /*
        margin: 0 0 24px;
        */
    }
    .dtlTxt_box {
        padding: 0 0 24px;
    }
    .dtlOv_warp {
        margin: 0 0 48px;
    }
    .dtlOv_lnk li {
        width: 50%;
    }
    .dtlOv_box {
        display: block;
        padding: 24px 24px;
    }
    .dtlOv_box .is-txt {
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .dtlReco_warp {
        padding: 56px 24px;
    }
    .dtlReco_ttl {
        margin: 0 0 56px;
        font-size: 18px;
    }
    /*special*/
    .special_top {
        width: 100%;
        height: 247px;
    }
    .special_top.global {
        background: url(../img/sp/special_main01.jpg) bottom center / cover no-repeat;
    }
    .special_top.it {
        background: url(../img/sp/special_main02.jpg) bottom center / cover no-repeat;
    }
    .special_top.high {
        background: url(../img/sp/special_main03.jpg) center center / cover no-repeat;
    }
    .spLst_warp {
        padding: 48px 0 0;
    }
    .spLst_main {
        padding: 0 0 64px;
    }
    .spLst_txt {
        padding: 32px 24px 0;
    }
    .spLst_head {
        padding: 56px 0 0;
    }

    /*会員企業検索*/
    .c-pageCnt_warp.is-non.ver2 {
        padding: 0;
    }
    .side_searchbox {
        width: 100%;
        padding: 30px 25px;
        margin: 0;
    }
    .searchbox-ttl {
        margin: 0 0 30px 0;
    }
    input[type="text"].search {
        padding: 0 10px;
        font-size: 13px;
    }
    .c-Sc_btn.ver2 a {
        font-size: 13px;
        padding: 0 10px;
    }
    .c-ftSc_btn.ver2 {
        width: 100%;
    }
    .c-ftSc_btn.ver2 a {
        height: 60px;
    }
    .search_number {
        display: none;
    }
    .search_number.is-b {
        display: block;
        padding: 20px 0 0 0;
    }
    .search_number.is-ver2 {
        display: block;
        padding: 20px 0 0 0;
    }
    .search_dl {
        margin: 75px 0 0 0;
    }
    .search_dl dt {
        font-size: 13px;
        margin: 0 0 15px;
    }
    .search_dl dd {
        font-size: 13px;
        line-height: 2;
    }
    .search_dl li {
        padding-left: .5em;
        margin: 0 0 5px 0;
        position: relative;
    }
    .search_dl li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 12px;
        width: 3px;
        height: 3px;
        background: #000000;
        border-radius: 50%;
    }
    .srcList_wrap {
        margin: 75px 0 65px 0;
    }
    .srcList_wrap.is-ver2 {
        margin: 25px 0 65px 0;
    }
    .srcList_in {
        padding: 35px 0 75px 0;
        border-top: 3px solid #10218b;
    }
    .srcList_in:last-child {
        padding: 35px 0 0 0;
    }
    .company_info {
        display: block;
        padding: 0;
        margin: 0 0 30px 0;
    }
    .company_logo {
        margin: 0 0 35px 0;
    }
    .company_logo img {
        width: 100%;
    }
    .company-name {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .company-adrs {
        padding: 0 0 0 20px;
        line-height: 1.8;
    }
    .company-adrs:before {
        top: 6px;
        width: 12px;
        height: 14px;
        margin-top: 0;
    }
    .company_point {
        padding: 20px 15px;
        margin: 0 0 35px 0;
    }
    .company-txt.ver2 {
        margin: 0 0 12px 0;
    }
    .company-txt {
        font-size: 13px;
        line-height: 2;
    }
    .company-txt span {
        width: 65px;
    }
    .src_btn a {
        height: 50px;
    }
    .pager_list {
        width: 210px;
    }
    .pager_list li {
        display: none;
        width: 25px;
        margin: 0 2.5px;
    }
    .pager_list li:nth-child(-n+6) {
        display: block;
    }
    .pager_list li.next {
        display: block;
    }
    .pager_list li.prev,
    .pager_list li.next {
        width: 25px;
        height: 25px;
    }
    .pager_list li.prev a,
    .pager_list li.next a {
        padding: 25px 0 0 0;
    }
    .pager_list li.prev a {
        background: url("../svg/arw_line_left_blk.svg") no-repeat center center;
        background-size: 7px auto;
        -ms-background-size: 7px auto;
        -moz-background-size: 7px auto;
        -webkit-background-size: 7px auto;
    }
    .pager_list li.next a {
        background: url("../svg/arw_line_right_blk.svg") no-repeat center center;
        background-size: 7px auto;
        -ms-background-size: 7px auto;
        -moz-background-size: 7px auto;
        -webkit-background-size: 7px auto;
    }
    .pager_list li a {
        font-size: 12px;
        padding: 2px 0;
    }
    .c-wrap.ver2.wid {
        width: 100%;
    }
    .c-pageTtl_sb.img img {
        width: 100%;
    }
    .c-pageTtl_box.ver2 {
        padding: 35px 0 0 0;
    }
    .c-pageTtl_box.ver2 .c-pageTtl_ttl {
        font-size: 23px;
    }
    .c-pageCnt_dtl.ver2 {
        width: 100%;
    }
    .srcDtl-ttl {
        font-size: 23px;
    }
    .srcDtl_wrap {
        border-top: 3px solid #10218b;
    }
    .srcDtl_table.ver2 {
        border-top: 1px solid #dfdfdf;
    }
    .srcDtl_table.ver2 tr {
        display: block;
    }
    .srcDtl_table tr th {
        width: 100px;
        height: 50px;
        font-size: 13px;
        padding: 15px 0;
    }
    .srcDtl_table tr:last-child th {
        border-bottom: none;
    }
    .srcDtl_table.ver2 tr th {
        display: block;
        width: 100%;
        height: auto;
        text-align: left;
        border: none;
        padding: 15px 10px 10px 10px;
    }
    .srcDtl_table tr td {
        font-size: 13px;
        padding: 15px 0 15px 10px;
    }
    .srcDtl_table.ver2 tr td {
        display: block;
        padding: 0 10px 15px 10px;
    }
    .srcDtl_table tr:last-child td {
        border-bottom: none;
    }
    .srcDtl_table tr.top td {
        padding: 0 0 20px 0;
    }
    .adrs-txt {
        margin: 0 0 20px 10px;
    }
    .srcDtl_table tr td iframe {
        width: 100%;
        height: 270px;
    }
    /*
    .srcDet-btn {
        margin: 40px 0 0 0;
    }
    */
    .srcDet-btn.c-btn.ver4 a:before {
        width: 10px;
        height: 12px;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .scLst_pager .is-prev a,
    .scLst_pager .is-next a,
    .scLst_pager .is-nmb li a {
        width: 30px;
        height: 30px;
    }
    .company-tag li {
        width: 260px;
        font-size: 11px;
    }
}/*@media*/
