@charset "UTF-8";
.cpny_box {
    padding: 30px 20px;
    border: 1px solid #f3f3f3;
    margin: 0 0 40px 0;
}
.cpnylogo_img {
    margin: 0 0 20px 0;
}
.cpny_box dl dt {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.cpny_box dl dd {
    font-size: 14px;
    font-weight: normal;
}
.c-btn a {
    font-size: 16px;
    font-weight: 500;
}
.c-btn a .is-btn span {
    display: block;
    font-size: 20px;
    margin: 10px 0 0 0;
}
body.admin .c-btn a .is-btn span {
    font-size: 14px;
    margin: 0;
}
.article_table {
    margin: 0 0 60px 0;
}
.acc_wrap {
    margin: 0 0 60px 0;
}
.acc_wrap p.ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
    border-left: 4px solid #004098;
}
.acc_box {
    padding: 20px 30px;
    margin: 0 0 20px 0;
    border: 1px solid #215299;
}
.acc_box:last-child {
    margin: 0;
}
.acc-txt {
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
}
.acc-txt span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #215299;
    padding: 0 0 5px 0;
}
.article_table .table_ttl {
    vertical-align: middle;
}
.article_table .table_box.top .table_ttl {
    vertical-align: top;
}

/*一覧*/
.expTop_lst ul {
    display: flex;
    justify-content: space-between;
}
.expTop_lst li {
    margin: 0 10px 0 0;
}
.expTop_lst li:last-child {
    margin: 0 0 0 0;
}
.expTop_lst li a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 60px;
    border-bottom: 6px solid #113365;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    background: #215299;
    text-decoration: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
@media (min-width: 896px) {
    .expTop_lst li a:hover {
        border-bottom: 0;
        border-top: 6px solid #244f8e;
        background: #2e61ab;
    }
}
.expTop_lst li a span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
@media (min-width: 896px) {
    .exp_warp.is-dw {
        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;
    }
}
.exp_box {
    background: #f3f3f3;
    margin: 20px 0 0;
}
.exp_box:first-child {
    margin: 0;
}
@media (min-width: 896px) {
    .exp_warp.is-dw .exp_box {
        width: 48%;
        position: relative;
        padding: 0 0 62px 0;
    }
    .exp_warp.is-dw .exp_box:nth-child(2) {
        margin: 0;
    }
}
.exp_ttl {
    background: #215299;
    padding: 25px 20px;
}
.exp-ttl {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    color: #fff;
}
.exp_cmp {
    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;
    padding: 25px 30px 20px;
}
.exp_img {
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    width: 200px;
    height: 104px;
}
.exp_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.exp_date {
    width: 98%;
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
}
.exp_date .expdt_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;
    margin: 0 0 15px;
}
.exp_date .expdt_box:last-child {
    margin: 0;
}
.exp_date .expdt_ttl {
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    color: #215299;
    border: 1px solid #215299;
    padding: 4px 8px;
    margin: 0 10px 0 0;
}
.exp_date .expdt_txt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    width: 86%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    letter-spacing: normal;
}
.exp_date .expdt_txt.is-long {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    letter-spacing: normal;
}
.exp_date .expdt_txt span {
    font-size: 18px;
}
.exp_date .is-day .expdt_txt {
    font-size: 18px;
}
.exp_dtl {
    padding: 0 30px 20px;
}
.exp_txt {
    border-top: 2px solid #fff;
    padding: 20px 0 0;
}
.exp-txt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.exp_btn {
    padding: 20px 0 0;
}
@media (min-width: 896px) {
    .exp_warp.is-dw .exp_box .exp_btn {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        z-index: 9;
        width: 140px;
        margin: 0 0 0 -70px;
        padding: 0;
    }
}
.exp-btn {
    width: 140px;
    margin: 0 auto;
}
.exp-btn a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
}
@media (min-width: 896px) {
    .exp_btn a:hover {
        opacity: 0.8;
    }
}
.exp_btn a span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.exp_more {
    padding: 60px 0 0;
}
.exp-more {
    width: 160px;
    margin: 0 auto;
}
.exp-more a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 50px;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    color: #215299;
}
@media (min-width: 896px) {
    .exp-more a:hover {
        opacity: 0.8;
    }
}
.exp-more .is-btn {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.exp-more .is-arw {
    position: relative;
    padding: 0 1em 0 0;
}
.exp-more .is-arw:before {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/pager_arw_down.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.exp-more.is-close .is-arw:before {
    background: url(../svg/pager_arw_up.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
/*詳細*/
.cmp_img {
    margin: 0 0 30px;
}
.cmp_ttl {
    margin: 0 0 30px;
}
.cmp-ttl {
    display: inline-block;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    border-left: 6px solid #004098;
    padding: 0 0 0 20px;
}
.cmp_ttl.is-ver2 {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #f3f3f3;
}
.cmp_ttl.is-ver2 .cmp-ttl {
    font-size: 24px;
    line-height: 1.9;
    border-left: none;
    padding: 0;
}
.cmp-tag a {
    font-size: 12px;
    color: #215299;
    text-decoration: underline;
}
@media (min-width: 896px) {
    .cmp-tag a:hover {
        text-decoration: none;
    }
}
.cmp_date {
    border: 1px solid #f3f3f3;
    padding: 25px 20px;
    margin: 0 0 40px;
}
.cmp_date.is-ver2 {
    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;
}
.cmp_logo {
    margin: 0 0 25px;
}
.cmp_date.is-ver2 .cmp_logo {
    margin: 0;
}
.cmp_date .cmp_logo img {
    max-width: 648px;
}
.cmp_date.is-ver2 .cmp_logo img {
    max-width: 150px;
}
.cmp_date.is-ver2 .cmp_dtl {
    width: 73%;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
}
.cmp_dtl dt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 900;
    margin: 0 0 10px;
}
.cmp_dtl dd {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}
.mokuji_warp {
    margin: 0 0 30px;
}
.mokuji_in {
    background: #f3f3f3;
    padding: 25px 20px;
}
.mokuji_in.is-ver2 {
    padding: 10px 20px 25px 20px;
}
.mokuji-date {
    font-size: 14px;
    text-align: right;
    margin: 0 0 10px 0;
}
.mokuji_ttl {
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 15px;
}
.mokuji_list li {
    line-height: 1;
    margin: 0 0 10px;
}
.mokuji_list li:last-child {
    margin: 0;
}
.mokuji_list li a {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #215299;
}
.mokuji_list li .is-in {
    padding-top: 10px;
    padding-left: 1em;
}
.list_box {
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin: 0 0 20px;
}
.list_box:last-child {
    margin: 0;
}
.list_box a {
    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;
    text-decoration: none;
}
@media (min-width: 896px) {
    .list_box a:hover {
        opacity: 0.8;
    }
}
.list_img {
    width: 140px;
    height: 90px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}
.list_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*
    width: auto;
    height: 100%;
    */
}
.list_txt {
    font-size: 14px;
    line-height: 1.7;
    width: 76%;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    color: #215299;
}
/*parts*/
.article-h1 {
    display: inline-block;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    border-left: 6px solid #004098;
    padding: 0 0 0 20px;
}
.article_h2 {
    background: #215299;
    padding: 20px 10px;
    margin: 0 0 30px;
}
.article-h2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    border-left: 6px solid #fff;
    padding: 0 0 0 20px;
}
.article_h3 {
    border-bottom: 2px solid #f3f3f3;
    padding: 0 0 15px;
    position: relative;
    margin: 0 0 30px;
}
.article_h3:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 140px;
    height: 2px;
    background: #215299;
}
.article-h3 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.article_h4 {
    margin: 0 0 30px;
}
.article-h4 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    border-left: 4px solid #215299;
    padding: 0 0 0 10px;
}
.article_list {
    margin: 0 0 40px;
}
.article_list li {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.article_p {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
    margin: 0 0 30px;
}
.prof-txt a,
.article_p a,
.article_table .table_txt a {
    color: #215299;
}
.prof-txt a .is-wind,
.article_p a .is-wind,
.article_table .table_txt a .is-wind {
    position: relative;
    padding: 0 1em 0 0;
}
.prof-txt a .is-wind:before,
.article_p a .is-wind:before,
.article_table .table_txt a .is-wind:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_window.svg) no-repeat 0 0;
}
.article_img {
    margin: 0 0 40px;
}
.article_box {
    border: 1px solid #215299;
    padding: 30px 35px;
    margin: 0 0 60px;
}
.article_box dt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 900;
    margin: 0 0 10px;
    color: #215299;
}
.article_box dd {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.article_box.is-ver2 dt {
    text-align: center;
}
.article_box.is-ver2 dd {
    text-align: center;
}
.article_slide {
/*
    margin: 0 0 60px;
*/
    margin: 0 0 120px;
}
.article_table {
    border-top: 1px solid #f3f3f3;
    margin: 0;
}
.article_table + .article_table {
    border-top: 0;
}
.checkbox_warp + div:not(.article_table),
.article_table + div:not(.article_table),
.article_table + p {
    margin-top: 60px;
}
.checkbox_warp:last-child {
    margin: 0 0 60px;
}
.article_table .table_box {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
}
.article_table .table_ttl {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    background: #f3f3f3;
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
    width: 200px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.article_table .table_txt {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 15px 20px;
}
.article_movie {
    margin: 0 0 40px;
}
.article_movie iframe {
    width: 100%;
    height: 390px;
}
.article_btn {
    margin: 0 0 60px;
}
.article_end {
    margin: 0 0 60px;
}
.article-end {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #7b7b7b;
    background: #f3f3f3;
}
.article-end span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.article-btn {
    width: 370px;
    margin: 0 auto;
}
.article-btn.c-btn a {
    display: table;
    table-layout: fixed;
    /* letter-spacing: -.4em; */
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background: #e5003e;
    text-decoration: none;
    position: relative;
}
.article-btn.c-btn a .is-fsl {
    line-height: 1.2;
}
@media (min-width: 896px) {
    .article-btn.c-btn a:hover {
        background: #ea3365;
    }
}
.article_float{
    margin: 0 0 40px;
}
.float_img {
    float: right;
    width: 260px;
    margin: 0 0 0 20px;
}
.float_img.is-left {
    float: left;
    width: 260px;
    margin: 0 20px 0 0;
}
.is-org.float_img.is-left {
    width: auto;
}
.float_img img {
    width: 100%;
}
.float-txt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.article_readmore {
    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;
    margin: 0 0 60px;
}
.article_readmore.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.article_readmore .readmore {
    margin: 0 30px 10px 0;
}
.article_readmore .readmore:last-child {
    margin: 0 0 10px 0;
}
.readmore a {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
}
@media (min-width: 896px) {
    .readmore a:hover {
        opacity: 0.7;
    }
}
.readmore a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}
.readmore a span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../svg/icn_rarw_r.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 16px;
    height: 16px;
}
.article_prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 40px;
}
.article_prof .prof_img {
    padding: 0 30px 0 0;
}
.article_prof .prof_txt {
    width: 78%;
    width: -webkit-calc(100% - (30px + 118px));
    width: calc(100% - (30px + 118px));
}
.article_prof .prof_txt .prof-txt {
    font-size: 13px;
    line-height: 2;
    font-weight: 500;
}
/*キャリアアップ通信 一覧*/
.soudan_top {
    margin: 0 0 40px;
}
.soudan_ttl {
    margin: 0 0 25px;
}
.soudan-ttl {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}
.soudan_txt {
    margin: 0 0 30px;
}
.soudan-txt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.soudan_lnkttl {
    font-size: 14px;
    line-height: 2.1;
    font-weight: bold;
    margin: 0 0 10px;
}
.soudan_lnk {
    background: #f3f3f3;
    padding: 20px 20px;
}
.soudan_lnk ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1em 0 0 0;
}
.soudan_lnk li {
    line-height: 1;
    padding: 0 0.5em 0 0;
    margin: 0.8em 0.5em 0 0;
    border-right: 1px solid #215299;
}
.soudan_lnk li:last-child {
    padding: 0;
    margin: 0.8em 0 0 0;
    border-right: none;
}
.soudan_lnk a {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #215299;
}
.date_wrap {
    margin: 0 0 20px;
}
.date_wrap:last-child {
    margin: 0;
}
.date_ttl {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 40px;
    background: #215299;
}
.date_ttl a {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    padding: 0 20px 0 15px;
    text-decoration: none;
}
@media (min-width: 896px) {
    .lstBtn_btn a:hover {
        opacity: 0.8;
    }
}
.date-ttl {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.date-ttl:before {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background: url(../svg/pager_arw_up_w.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.date_ttl.on .date-ttl:before {
    background: url(../svg/pager_arw_down_w.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.date_lst {
    padding: 20px 0 0;
}
.date_box {
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin: 0 0 20px;
}
.date_box:last-child {
    margin: 0;
}
.date_box a {
    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;
    text-decoration: none;
}
.date_img {
    width: 140px;
    height: 90px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}
.date_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.date_txt {
    width: 76%;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    color: #215299;
}
.date-txt {
    font-size: 14px;
    line-height: 1.7;
}
/*REX会計人向けセミナー*/
.seminar_wrap {
    margin: 0 0 60px;
}
.seminar-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 25px;
}
.seminar-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.1;
}
.seminar_box {
    padding: 60px 0 0;
}
.seminar_box:first-child {
    padding: 0;
}
.exp_img .label-icn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
/*pager*/
.pager_box {
    border-top: 1px solid #f3f3f3;
    padding: 30px 0 0;
}
.career_cta {
    width: 400px;
    margin: 0 auto;
    padding: 0 0 40px;
}
.career_last {
    padding: 60px 0 0;
}

.prof_in.ver2 {
    margin: 0 0 40px 0;
}
.prof_in .article_p {
    margin: 0;
}
.article_btn.ver2 .article-btn {
    width: 460px;
}
.article_btn.ver2 .article-btn.c-btn a {
    font-size: 16px;
    line-height: 1.6;
}
.article_readmore.ver2 {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin: 0;
}
.partner_warp {
    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;
}
.partner_list {
    width: 49%;
}
.partner_list li {
    font-size: 14px;
    line-height: 2.1;
    padding: 0 0 0 1em;
    position: relative;
}
.partner_list li:before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    top: 8px;
    left: 0;
    background: url(../svg/pager_arw_r.svg) no-repeat;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
/*ピックアップ求人*/
.article_section.is-offer {
    margin-bottom: 60px;
}
.offer_tab {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: end;
	-ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    border-bottom: solid 2px #215299;
}
.offer_tab li {
    width: 224px;
    margin-right: 9px;
    box-sizing: border-box;
    height: 35px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    background: #f3f3f3;
    cursor: pointer;
}
.offer_tab li:last-child {
    margin: 0;
}
.offer_tab li.on {
    height: 45px;
    background: #215299;
    color: #fff;
}
.offer_box {
    display: none;
}
.offer_box.on {
    display: block;
}
.offer_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.offer_list li {
    width: 224px;
    box-sizing: border-box;
    padding: 0 0 15px 0;
}
.offer_list li a {
    text-decoration: none;
}
.offer_in {
    background: #f3f3f3;
}
.offer_detail {
    padding: 0 10px;
    box-sizing: border-box;
}
.offer_type {
    background: #215299;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.offer_type p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    font-weight: bold;
}
.offer_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 7px;
    margin-top: 8px;
    font-size: 14px;
}
.offer_info_in {
    padding-top: 15px;
    border-top: dotted 2px #215299;
}
.offer_info_in.is-ver2 {
    border-top: none;
}
.offer_info {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.offer_info:last-of-type {
    margin-bottom: 0;
}
.offer_info dt {
    width: 60px;
    margin-right: 10px;
    border: solid 1px #215299;
    color: #215299;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
}
.offer_info dd {
    font-size: 13px;
}
@media (min-width: 896px) {
    .offer_list li a:hover {
        opacity: 0.7;
    }
}
/*20221221*/
.cassetteBox_wrap {
    margin-bottom: 40px;
}
.cassetteBox_wrap.ver2 {
    margin: 30px 0;
}
.cassetteBox_in {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.cassetteBox_in:last-child {
    margin-bottom: 0;
}
.cassetteBox_in a {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background: #fff;
    border: 1px solid #215299;
}
.cassetteBox_in a:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    z-index: 10;
    background: url(../svg/icn_rarw_r.svg) no-repeat center center;
    background-size: 100% auto;
}
.cassetteBox_img {
    position: relative;
    width: 180px;
    height: 120px;
}
.cassetteBox_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}
.cassetteBox_dtl {
    width: calc(100% - 180px);
    padding: 10px 40px 10px 20px;
    box-sizing: border-box;
}
.cassetteBox-ttl {
    font-size: 15px;
    color: #215299;
}
@media (min-width: 896px) {
    .cassetteBox_in a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}
.caselst_list {
    margin: 0 0 60px;
}
.caselst_box {
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin: 0 0 20px;
}
.caselst_box:last-child {
    margin: 0;
}
.label_lst {
    padding: 0;
    margin: 0;
}
.caselst_boxin {
    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;
    text-decoration: none;
}
.caselst_txt {
    color: #215299;
    font-size: 14px;
    line-height: 1.7;
}
.label-icn a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #e5003e;
    padding: 4px 6px;
    text-decoration: none;
}
@media only screen and (max-width: 896px) {
    .cpny_box {
        padding: 20px 15px;
        margin: 0 15px 20px 15px;
    }
    .cpnylogo_img {
        margin: 0 0 15px 0;
    }
    .cpny_box dl dt {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .cpny_box dl dd {
        font-size: 13px;
    }
    .c-btn a {
        height: 65px;
        font-size: 13px;
    }
    .c-btn a .is-btn span {
        font-size: 18px;
        margin: 5px 0 0 0;
    }
    .article_p img {
        width: 100%;
    }
    .acc_wrap {
        margin: 0 0 30px 0;
    }
    .acc_wrap p.ttl {
        font-size: 14px;
        margin: 0 0 20px 0;
        padding: 0 0 0 5px;
        border-left: 3px solid #004098;
    }
    .acc_box {
        padding: 10px 15px;
        margin: 0 0 15px 0;
    }
    .acc-txt {
        font-size: 13px;
        line-height: 1.8;
    }
    .acc-txt span {
        font-size: 13px;
    }

    /*一覧*/
    .expTop_lst ul {
        display: block;
        margin: 0 15px;
    }
    .expTop_lst li {
        margin: 0 0 10px 0;
    }
    .expTop_lst li a {
        height: 45px;
    }
    .exp_box {
        margin: 15px 0 0;
    }
    .exp_ttl {
        padding: 8px 15px;
    }
    .exp-ttl {
        font-size: 18px;
        line-height: 1.5;
    }
    .cmp_ttl.is-ver2 {
        padding: 0 15px 20px;
        margin: 0 0 30px;
    }
    .cmp_ttl.is-ver2 .cmp-ttl {
        font-size: 18px;
        line-height: 1.6;
    }
    .exp_cmp {
        display: -webkit-block;
        display: -ms-block;
        display: block;
        padding: 15px 15px 0;
    }
    .exp_img {
        overflow: visible;
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }
    .exp_img img {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
        width: 100%;
    }
    .exp_date {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .exp_date .expdt_box {
        margin: 0 0 10px;
    }
    .exp_date .expdt_ttl {
        font-size: 10px;
        padding: 4px 4px;
        margin: 0 5px 0 0;
        font-weight: bold;
    }
    .exp_date .expdt_txt {
        font-size: 13px;
        width: 86%;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
    .exp_date .expdt_txt span {
        font-size: 13px;
    }
    .exp_date .is-day .expdt_txt {
        font-size: 13px;
    }
    .exp_dtl {
        padding: 0 15px 15px;
    }
    .exp_txt {
        display: none;
    }
    .exp_btn {
        padding: 15px 0 0;
    }
    .exp-btn {
        width: 100%;
        margin: 0;
    }
    .exp-btn a {
        height: 45px;
        font-size: 14px;
    }
    .exp_more {
        padding: 30px 0 0;
    }
    .exp-more {
        width: 110px;
    }
    .exp-more a {
        height: 40px;
        font-size: 12px;
    }
    /*詳細*/
    .cmp_warp {
        padding: 0 15px;
    }
    .cmp_warp.is-ver2 {
        padding: 0;
    }
    .cmp_img {
        margin: 0 0 20px;
    }
    .cmp_img img {
        width: 100%;
    }
    .cmp_ttl {
        margin: 0 0 20px;
    }
    .cmp-ttl {
        font-size: 18px;
        line-height: 1.6;
        border-left: 5px solid #004098;
        padding: 0 0 0 20px;
    }
    .cmp_date {
        padding: 20px 15px;
        margin: 0 0 20px;
    }
    .cmp_date.is-ver2 {
        display:-webkit-block;
        display:-ms-block;
        display:block;
    }
    .cmp_logo {
        margin: 0 0 15px;
    }
    .cmp_date.is-ver2 .cmp_logo {
        width: 75px;
        margin: 0 10px 0 0;
    }
    .cmp_logo img {
        width: 100%;
        max-width: max-content;
    }
    .cmp_date .cmp_logo img {
        width: 100%;
        max-width: max-content;
    }
    .cmp_date.is-ver2 .cmp_dtl {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .cmp_dtl dt {
        font-size: 14px;
        margin: 0 0 15px;
    }
    .cmp_date.is-ver2 .cmp_dtl dt {
        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;
    }
    .cmp_date.is-ver2 .cmp_dtl dt span {
        display: inline-block;
        width: 80%;
        width: -webkit-calc(100% - 85px);
        width: calc(100% - 85px);
    }
    .cmp_dtl dd {
        font-size: 13px;
    }
    .mokuji_warp {
        padding: 0 15px;
        margin: 0 0 20px;
    }
    .mokuji_in {
        padding: 20px 15px;
    }
    .mokuji_in.is-ver2 {
        padding: 10px 15px 20px 15px;
    }
    .mokuji-date {
        font-size: 13px;
    }
    .mokuji_ttl {
        font-size: 13px;
        margin: 0 0 15px;
    }
    .mokuji_list li {
        margin: 0 0 8px;
    }
    .mokuji_list li a {
        font-size: 13px;
    }
    .list_warp {
        padding: 0 15px;
    }
    .list_box {
        margin: 0 0 15px;
    }
    .list_img {
        width: 100px;
        height: 64px;
    }
    .list_txt {
        font-size: 13px;
        line-height: 1.5;
        width: 64%;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    /*parts*/
    .article_warp {
        padding: 0 15px;
    }
    .article-h1 {
        font-size: 17px;
        line-height: 1.4;
        border-left: 5px solid #004098;
        padding: 0 0 0 10px;
    }
    .article_h2 {
        margin: 0 0 30px;
        padding: 10px 5px;
    }
    .article-h2 {
        font-size: 16px;
        border-left: 3px solid #fff;
        padding: 0 0 0 10px;
    }
    .article_h3 {
        margin: 0 0 20px;
        padding: 0 0 10px;
    }
    .article_h3:before {
        width: 70px;
    }
    .article-h3 {
        font-size: 14px;
    }
    .article_h4 {
        margin: 0 0 20px;
    }
    .article-h4 {
        font-size: 13px;
        border-left: 3px solid #215299;
        padding: 0 0 0 5px;
    }
    .article_list {
        margin: 0 0 30px;
    }
    .article_list li {
        font-size: 13px;
        line-height: 1.7;
    }
    .article_p {
        margin: 0 0 30px;
    }
    .article_p {
        font-size: 13px;
        line-height: 1.7;
        font-weight: normal;
    }
    .article_img {
        margin: 0 0 30px;
    }
    .article_img img {
        width: 100%;
    }
    .article_box {
        padding: 15px 15px;
        margin: 0 0 30px;
    }
    .article_box dt {
        font-size: 13px;
        margin: 0 0 5px;
    }
    .article_box dd {
        font-size: 13px;
        line-height: 2;
    }
    .article_slide {
        /*
        margin: 0 0 30px;
        */
        margin: 0 0 60px;
    }
    .article_table {
        margin: 0;
    }
    .checkbox_warp + div:not(.article_table),
    .article_table + div:not(.article_table),
    .article_table + p {
        margin-top: 30px;
    }
    .checkbox_warp:last-child {
        margin: 0 0 30px;
    }
    .article_table .table_box {
        display: block;
    }
    .article_table .table_ttl {
        display: block;
        font-size: 13px;
        padding: 8px 10px;
        width: 100%;
    }
    .article_table .table_txt {
        display: block;
        font-size: 13px;
        border-left: 1px solid #f3f3f3;
        padding: 8px 10px;
    }
    .article_movie {
        margin: 0 0 30px;
    }
    .article_movie iframe {
        width: 100%;
        height: 195px;
    }
    .article_btn {
        margin: 0 0 30px;
    }
    .article_end {
        margin: 0 0 30px;
    }
    .article-btn {
        width: 100%;
    }
    .article-btn.c-btn a {
        height: 70px;
        /*
        font-size: 13px;
        */
    }
    .article_float{
        margin: 0 0 30px;
    }
    .float_img {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .float_img.is-left {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .is-org.float_img.is-left {
        max-width: 100%;
        width: auto;
        text-align: center;
    }
    .float_img img {
        width: 100%;
    }
    .is-org.float_img img {
        max-width: 100%;
        width: auto;
    }
    .float-txt {
        font-size: 13px;
        line-height: 1.7;
        font-weight: normal;
    }
    .article_readmore {
        margin: 0 0 30px;
    }
    .article_readmore .readmore {
        margin: 5px 10px 5px 0;
    }
    .readmore a {
        font-size: 10px;
    }
    .readmore a span {
        padding: 0 0 0 20px;
    }
    .readmore a span:before {
        background: url(../svg/icn_rarw_r.svg) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        width: 16px;
        height: 16px;
    }
    .article_prof {
        margin: 0 0 20px;
    }
    .article_prof .prof_img {
        width: 60px;
        padding: 0 15px 0 0;
    }
    .article_prof .prof_img img {
        width: 100%;
    }
    .article_prof .prof_txt {
        width: 78%;
        width: -webkit-calc(100% - (30px + 60px));
        width: calc(100% - (30px + 60px));
    }
    .article_prof .prof_txt .prof-txt {
        font-size: 12px;
    }
    /*キャリアアップ通信 一覧*/
    .soudan_top {
        margin: 0 0 20px;
        padding: 0 15px;
    }
    .soudan_ttl {
        margin: 0 0 15px;
    }
    .soudan-ttl {
        font-size: 18px;
        line-height: 1.2;
    }
    .soudan_txt {
        margin: 0 0 15px;
    }
    .soudan-txt {
        font-size: 13px;
        line-height: 1.7;
        font-weight: 500;
    }
    .soudan_lnk {
        padding: 10px 15px;
    }
    .soudan_lnk ul {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        margin: 0;
    }
    .soudan_lnk li {
        line-height: 1.7;
        padding: 00;
        margin: 0;
        border-right: none;
    }
    .soudan_lnk li:last-child {
        margin: 0;
    }
    .soudan_lnk a {
        font-size: 13px;
        line-height: 1.7;
    }
    .date_list {
        padding: 0 15px;
    }
    .date_wrap {
        margin: 0 0 15px;
    }
    .date_ttl {
        height: 40px;
    }
    .date-ttl {
        font-size: 13px;
        line-height: 1.4;
    }
    .date-ttl:before {
        width: 12px;
        height: 8px;
    }
    .date_lst {
        padding: 15px 0 0;
    }
    .date_box {
        margin: 0 0 15px;
    }
    .date_img {
        width: 100px;
        height: 64px;
    }
    .date_txt {
        width: 64%;
        width: -webkit-calc(100% - 115px);
        width: calc(100% - 115px);
    }
    .date-txt {
        font-size: 13px;
        line-height: 1.5;
    }
    /*REX会計人向けセミナー*/
    .seminar_wrap {
        margin: 0 15px 25px;
    }
    .seminar-ttl {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .seminar-txt {
        font-size: 13px;
        line-height: 1.7;
    }
    .seminar_box {
        padding: 30px 0 0;
    }
    .seminar_box .article_h3 {
        margin: 0 15px 20px;
    }
    /*pager*/
    .pager_box {
        padding: 15px 15px 0;
    }
    .career_cta {
        width: 100%;
        padding: 0 0 30px;
    }
    .career_last {
        padding: 30px 0 0;
    }

    .prof_in.ver2 {
        margin: 0 0 20px 0;
    }
    .article_btn.ver2 .article-btn {
        width: 100%;
    }
    .article_btn.ver2 .article-btn.c-btn a {
        font-size: 13px;
    }
    .partner_warp {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        padding: 0 15px;
    }
    .partner_list {
        width: 100%;
    }
    .partner_list li {
        font-size: 13px;
        line-height: 1.7;
    }
    .partner_list li:before {
        width: 6px;
        height: 12px;
        top: 6px;
    }
    /*ピックアップ求人*/
    .article_section.is-offer {
        margin-bottom: 30px;
    }
    .offer_tab li {
        width: 33.333333%;
        margin-right: 5px;
        border: 0;
        font-size: 14px;
    }
    .offer_list {
        display: block;
    }
    .offer_list li {
        width: 100%;
        border-right: 0;
        padding: 0 0 15px;
        text-align: left;
    }
    .offer_in {
        margin-bottom: 15px;
    }
    .offer_name {
        font-size: 14px;
    }
    .offer_info_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 14px;
    }
    .offer_info {
        width: 49%;
        -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .offer_info dt {
        font-size: 12px;
        width: 48px;
    }
    .offer_info dd {
        font-size: 12px;
        line-height: 1.4;
        width: calc(100% - 58px);
    }
    /*20221221*/
    .cassetteBox_wrap {
        margin-bottom: 30px;
    }
    .cassetteBox_wrap.ver2 {
        margin: 15px 0;
    }
    .cassetteBox_in {
        max-width: inherit;
    }
    .cassetteBox_in a:before {
        width: 13px;
        height: 14px;
        margin-top: -7px;
    }
    .cassetteBox_img {
        width: 120px;
        height: 90px;
    }
    .cassetteBox_dtl {
        width: calc(100% - 120px);
        padding: 10px 30px 10px 15px;
    }
    .cassetteBox-ttl {
        font-size: 13px;
    }
    .caselst_list {
        margin: 0 0 40px;
    }
    .caselst_box {
        margin: 0 0 15px;
    }
    .caselst_txt {
        font-size: 13px;
        line-height: 1.4;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .date-ttl {
        font-size: 11px;
    }
    .cassetteBox_in a:before {
        right: 4px;
    }
    .cassetteBox_img {
        width: 100px;
        height: 80px;
    }
    .cassetteBox_dtl {
        width: calc(100% - 100px);
        padding: 5px 22px 5px 10px;
    }
    .cassetteBox-ttl {
        font-size: 11px;
    }
}/*@media*/
