@charset "UTF-8";
.c-page-top-inner {
    background-image: url(../images/business_circles/business_circles_bg.jpg?date=4);
    background-repeat: no-repeat;
    background-size: cover;
}
.c-new {
    margin-bottom: 30px
}
.c-new:last-child {
    margin-bottom: 0
}
.c-new:first-child .c-titleBlock {
    margin-top: 0;
}
.page-content-inner {
    padding: 30px
}
.page-content-box {
    margin-top: 2em;
}
.page-content-box + .page-content-txt {
    margin-top: 2em;
}
.page-content-mds {
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
    margin-bottom: .2em;
}
.page-content-txt {
    line-height: 1.8;
    text-align: left
}
.page-content-txt span {
    font-weight: bold;
}
.post-item:not(:last-child) {
    border-bottom: 1px solid #d2d2d3
}
.post-item .post-item-inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
    padding: 20px
}
.post-item .post-image {
    margin-right: 35px
}
.post-item .post-title {
    font-size: 20px;
    font-weight: 700;
    color: red;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
.post-item .post-txt {
    font-size: 16px;
}
.page-content-txt a.is-link {
    text-decoration: underline;
}
@media screen and (min-width:896px) {
    .post-item-inner:hover {
        background: rgba(255, 0, 0, .05)
    }
    .post-item .post-image {
        width: 240px
    }
    .post-item .post-content {
        width: calc(100% - 275px)
    }
    .page-content-txt a.is-link:hover {
        text-decoration: none;
    }
}
.c-new-grid {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.c-new-grid .c-new-item {
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
}
@media screen and (min-width:896px) {
    .is-hgt .c-new-grid {
        max-height: 181px;
        overflow: hidden;
    }
    .is-hgt .c-new-grid.on {
        max-height: none;
    }
    .c-new-grid .c-new-item {
        border-top: 1px solid #d2d2d3;
        border-right: 1px solid #d2d2d3
    }
    .c-new-grid .c-new-item:nth-child(2n) {
        border-right: 0
    }
    .c-new-grid .c-new-item:nth-child(-n+2) {
        border-top: 0
    }
}
.c-new-grid .c-new-item > a {
    display: block;
    padding: 20px;
    font-size: 14px;
    font-weight: 700;
}
.c-search-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    color: #ff0014;
    margin-top: -2px;
}
.c-search-icon + .c-title {
    padding-left: 30px;
}
.c-new-grid .c-new-item .c-txt {
    margin-top: 5px;
    line-height: normal
}
.c-new-grid .c-new-item a:after {
    content: '';
    background-image: url(../images/common/arrow.png);
    display: inline-block;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .2s ease-in-out, all .2s ease-in-out;
}
@media (min-width:896px) {
    .c-new-grid .c-new-item > a:hover {
        background: rgba(255, 0, 0, .05)
    }
    .c-new-grid .c-new-item a:hover:after {
        right: 10px
    }
}
.c-new-grid.ver2 .c-new-item a > img {
    width: 90px;
    height: auto;
}
.c-new-grid.ver2 .c-new-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 15px 30px 15px 15px
}
.c-new-grid.ver2 .c-new-item .c-new-item-txt {
    text-align: left;
    margin-left: 20px
}
.c-new-grid .c-new-item.is-cmsn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    background-color: #bababa;
    padding: 15px
}
.c-new-grid .c-new-item.is-cmsn a:after {
    display: none
}
.c-new-grid .c-new-item.is-cmsn a span {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}
.c-new-btn {
    margin-top: 20px;
}
.c-new-list-wrap {
    border-top: 4px solid #ff0014;
    padding: 15px 30px 10px;
    text-align: left;
}
.c-new-list {
    border-top: 1px dotted silver;
    margin: 25px 0 0 0
}
.c-new-list .c-new-item:not(:last-child) {
    border-bottom: 1px dotted silver
}
.c-new-list .c-new-item a {
    padding: 20px 20px 20px 10px;
    display: table;
    width: 100%;
    text-decoration: none
}
.c-new-list .c-new-item .c-new-img {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px 0 0
}
.c-new-list .c-new-item .c-new-img img {
    width: 100%;
    height: auto
}
.c-new-list .c-new-item .c-new-txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px 0 0;
    position: relative
}
.c-new-list .c-new-item .c-new-txt.is-new {
    padding: 0 105px 0 0
}
.c-new-list .c-new-item .c-new-txt:before {
    content: '';
    background-image: url(../images/common/arrow.png);
    display: inline-block;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .2s ease-in-out, all .2s ease-in-out;
}
.c-new-list .c-new-item .c-new-txt .is-label {
    padding: 3px 0;
    border: 1px solid red;
    font-size: 12px;
    background: red;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 5px 15px 0 0;
    width: 80px;
    text-align: center;
    letter-spacing: normal
}
@media (min-width:896px) {
    .c-new-list .c-new-item a:hover {
        background: rgba(255, 0, 0, .05)
    }
    .c-new-list .c-new-item a:hover .c-new-txt:before {
        right: -5px
    }
}
.page-content-img {
    margin: 20px auto;
    text-align: center;
}
.page-content-img img {
    width: 100%;
    max-width: 750px;
    height: auto;
}
.page-content-img .add {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    padding-top: 10px;
    font-weight: bold;
}
.page-content-img:first-child {
    margin-top: 0;
}
.page-content-img:last-child {
    margin-bottom: 0;
}
.page-dl dt,
.page-box_mds {
    font-weight: bold;
    font-size: 14px;
    background-color: #e8eff3;
    text-align: left;
    line-height: 1;
    padding: 16px 30px;
}
.page-box_mds + .page-box {
    margin-top: 30px;
}
.page-dl dd,
.page-box .txt {
    line-height: 1.8;
    text-align: left;
    padding: 25px 30px;
}
.page-dl dd span,
.page-box .txt span {
    font-weight: bold;
}
.page-dl dd .red,
.page-box .txt .red {
    color: #ff0000;
}
.page-box .ttl {
    line-height: 16px;
    border-left: 3px solid #ff0014;
    font-weight: bold;
    padding: 0 0 0 10px;
    text-align: left;
    margin: 0 30px;
}
.page-in {
    margin: 0 30px;
    text-align: left;
    margin-bottom: 25px;
}
.page-in:first-of-type {
    margin-top: 25px;
}
.page-in .in-ttl {
    font-weight: bold;
    margin-bottom: .2em;
}
@media screen and (max-width:896px) {
    .c-page-top-inner {
        background-image: url(../images/business_circles/business_circles_bg_sp.jpg?date=4);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .c-new {
        margin-bottom: 20px
    }
    .c-titleBlock {
        line-height: 1.8;
        padding: 10px 15px 10px 15px;
        margin: 0;
    }
    .page-content-inner {
        padding: 25px 15px
    }
    .page-content-mds {
        font-size: 3.7vw;
    }
    .page-content-txt {
        font-size: 3.7vw;
    }
    .post-item {
        margin-bottom: 20px;
    }
    .post-item:last-child {
        margin-bottom: 0;
    }
    .post-item .post-item-inner {
        flex-wrap: wrap;
        padding: 0;
        padding-bottom: 20px;
        position: relative;
    }
    .post-item:last-child .post-item-inner {
        padding-bottom: 0;
    }
    .post-item .post-image {
        float: left;
        padding: 0 15px 0 0;
        margin-right: 0
    }
    .post-item .post-image img {
        flex-basis: 90px;
        max-width: 90px;
        height: auto;
    }
    .post-item .post-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 105px;
        margin-bottom: 0;
    }
    .post-item .post-txt {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 10px;
    }
    .c-new-grid {
        display: block;
    }
    .c-new-grid .c-new-item {
        flex-basis: 100%;
        max-width: 100%;
        border-top: 1px solid #d2d2d3;
    }
    .c-new-grid .c-new-item:first-child {
        border-top: 0;
    }
    .c-new-grid .c-new-item a {
        padding: 20px 15px;
        padding-right: 30px;
    }
    .c-new-grid.ver2 .c-new-item a > img {
        width: 70px
    }
    .c-new-grid.ver2 .c-new-item a {
        padding: 15px 25px 15px 15px
    }
    .c-new-grid.ver2 .c-new-item.is-cmsn a {
        height: 100px
    }
    .c-new-grid.ver2 .c-new-item.is-cmsn a span {
        font-size: 22px
    }
    .c-new-grid.clm2 {
        display: flex;
    }
    .c-new-grid.clm2 .c-new-item {
        flex-basis: 50%;
        max-width: 50%;
        border-top: 1px solid #d2d2d3;
        border-right: 1px solid #d2d2d3
    }
    .c-new-grid.clm2 .c-new-item:nth-child(2n) {
        border-right: 0
    }
    .c-new-grid.clm2 .c-new-item:nth-child(-n+2) {
        border-top: 0
    }
    .c-new-btn {
        margin-top: 0;
        border-top: 1px solid #d2d2d3;
    }
    .c-new-list-wrap {
        margin-bottom: 0;
        padding: 0;
    }
    .c-new-list-wrap .c-txt {
        padding: 0 15px 15px 15px
    }
    .c-new-list {
        margin: 0;
    }
    .c-new-list .c-new-item {
        padding: 0;
        margin: 0;
    }
    .c-new-list .c-new-item:not(:last-child) {
        border-bottom: 1px solid #d2d2d3
    }
    .c-new-list .c-new-item a {
        padding: 15px 15px;
        width: 100%;
        box-sizing: border-box
    }
    .c-new-list .c-new-item .c-new-txt {
        font-size: 14px;
        padding: 0 10px 0 0;
    }
    .c-new-list .c-new-item .c-new-txt.is-new {
        padding: 0 10px 0 0
    }
    .c-new-list .c-new-item .c-new-txt .is-label {
        margin: 0 15px 0 0
    }
    .c-new-list .c-new-item .c-new-txt .is-title {
        display: block;
        padding: 10px 0 0 0
    }
    .page-content-img {
        max-width: 100%;
        margin: 20px auto;
    }
    .page-dl dt,
    .page-box_mds {
        font-size: 12px;
        line-height: 1.8;
        padding: 10px 15px 10px 15px;
        margin: 0;
    }
    .page-box_mds + .page-box {
        margin-bottom: 25px;
    }
    .page-dl dd,
    .page-box .txt {
        font-size: 3.7vw;
        padding: 25px 15px;
    }
    .page-box .ttl {
        font-size: 3.7vw;
        margin: 0 15px;
    }
    .page-in {
        margin: 0 15px;
        margin-bottom: 25px;
    }
    .page-in:first-of-type {
        font-size: 3.7vw;
        margin-top: 25px;
    }
    .page-in .in-ttl,
    .page-in .in-txt {
        font-size: 3.7vw;
    }
}
@media screen and (max-width:320px) {
    .c-new-list .c-new-item .c-new-img {
        padding: 0 15px 0 0;
    }
    .post-item .post-title {
        font-size: 14px;
    }
}
