.mainarea-single {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.new-titleArea {
    padding: 20px 0px;
    margin: 0px 0px 15px 0px;
    text-align: center;
    background: #2f99d4;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3) inset;
}
.new-titleArea .ttl_h1 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: normal;
    border: none;
    font-size: 2rem;
}

body .detail {
    padding: 0px;
}
body .breadcrumb {
    border-top: none;
    margin: 0px 10px 20px;
}
.post_body {
    margin: 0px 10px;
    /*background: #f2f8fb;
	   padding: 30px 40px;
    margin-bottom: 20px;
    line-height: 1.6;
				border: 1px solid #bfd1dc;*/
}
.post_body p img {
    margin: 0px auto 20px auto;
    max-width: 90%;
    display: block;
}
.post_body .entry-title {
    margin: 30px 0px 0px 0px;
    margin: 0;
    padding: 14px 10px 10px 18px;
    min-height: 41px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    background: linear-gradient(#f9f9f9, #ffffff);
    border: 1px solid #d4dde3;
    border-radius: 5px 5px 0 0;
}
.post_body .entry-title span {
    padding: 0px 5px;
    border-bottom: none;
    border-left: 5px solid #1b8cd0;
    font-size: 24px;
}
.post_body .entry-content {
    padding: 40px;
    margin-bottom: 40px;
    line-height: 1.6;
    background: #fff;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.post_body .entry-content .nh3 img {
    width: 100%;
    height: auto;
}
.post_body .entry-content .blogList {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px;
    text-align: center;
    background: #f3f3f3;
}
.post_body .entry-content .blogList .blogBox {
    margin: 10px;
    padding: 15px;
    text-align: left;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    max-width: 370px;
    width: 100%;
    border: 1px solid #dedede;
}
.post_body .entry-content .blogList .blogBox .thum {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #dedede;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.post_body .entry-content .blogList .blogBox .thum img {
    display: inline-block;
    line-height: 150px;
}
.post_body .entry-content .blogList .blogBox .title {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    min-height: 50px;
}
.post_body .entry-content .blogList .blogBox .btn {
    margin: 0px;
    padding: 0px 0px 0px 26px;
    font-size: 14px;
    line-height: 20px;
    background: url(https://www.abic-corp.jp/wp/wp-content/uploads/2021/05/icon_arrow_b.png)
        left center no-repeat;
    background-size: 20px auto;
}

@media screen and (max-width: 480px) {
    .post_body .entry-content .blogList .blogBox {
        width: auto;
    }
    .post_body .entry-content {
        padding: 15px;
    }
    .new-titleArea .ttl_h1 {
        font-size: 1.3rem;
    }
}

/*商品一覧画面*/
.serviceList {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.serviceList .indexArea {
    margin: 0px auto 50px auto;
}
.serviceList .indexArea .indexBox {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    border: 1px solid #dedede;
}
.serviceList .indexArea .indexBox .top {
    margin: 0px;
    padding: 10px;
    color: #fff;
    background: #31a3e6;
    font-size: 18px;
    font-weight: bold;
}
.serviceList .indexArea .indexBox ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.serviceList .indexArea .indexBox ul li {
    margin: 0px 2%;
    width: 45%;
    padding: 0px;
    list-style: none;
}
.serviceList .indexArea .indexBox ul li:last-child {
    border: none;
}
.serviceList .indexArea .indexBox ul li a {
    display: block;
    padding: 10px 30px 10px 10px;
    color: #333;
    text-decoration: none;
    background: url(/wp/wp-content/uploads/2021/09/icon_downarrow.png) no-repeat;
    background-size: 24px;
    background-position: right 15px center;
}

@media (max-width: 756px) {
    .serviceList .indexArea .indexBox ul li {
        width: 100%;
    }
}

.serviceList .serviceBoxArea {
    margin: 0px;
    padding: 0px;
}
.serviceList .serviceBoxIndex {
    margin: 0px 0px 15px 0px;
    padding: 10px;
    background: #31a3e6;

    position: relative;
}
.serviceList .serviceBoxIndex h3 {
    margin: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border: none;
    background: none;
    padding: 0px;
}
.serviceList .serviceBoxIndex .link {
    position: absolute;
    right: 10px;
    top: 8px;
    background: #fff;
    padding: 3px 5px;
}
.serviceList .serviceBoxIndex .link a {
    text-decoration: none;
}
.serviceList .serviceBox {
    padding: 0px 10px 30px 10px;
    border: 1px solid #dedede;
    margin: 0px 0px 20px 0px;
    position: relative;
}
.serviceList .serviceBox h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-bottom: 2px solid #31a3e6;
    color: #31a3e6;
}
.serviceList .serviceBox .bodyArea {
    margin: 0px;
    padding: 10px 5px 15px 5px;
}

.serviceList .serviceBox .bodyArea .detailtext {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 1.8;
}
.serviceList .serviceBox .bodyArea .link {
    position: absolute;
    right: 10px;
    bottom: 5px;
    background: #31a3e6;
    padding: 3px 5px;
    margin: 0px;
}
.serviceList .serviceBox .bodyArea .link a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.serviceList .addMessage {
    padding: 0px 15px;
}

.entry-content .h3 {
    padding: 4px 10px;
    margin: 2rem 0 0.5rem;
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    background: #eaf3f9;
    border: 1px solid #bfd1dc;
    border-bottom: 2px solid #2f99d4;
}
.entry-content .h4 {
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: bold;
    background: url(/images/default/entry-h4-bg.png) no-repeat 0 center;
}
.entry-content .h5 {
    padding: 4px 0x;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.single-case {
    margin-top: 40px;
}
.single-case .mv_case h1 {
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
    .single-case .mv_case h1 {
        font-size: 1.4rem;
    }
}

.navigation {
    margin-bottom: 40px;
}

/*sidebar*/
body .sidebar {
    margin: 30px 0px;
}
body .sidebar .sidebar-inner {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
body .sidebar .sidebar-inner .widget {
    margin: 0px 0px 0px 0px;
}
body .sidebar .sidebar-inner h2 {
    padding: 4px 10px;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    background: #eaf3f9;
    border-bottom: 2px solid #2f99d4;
}
body .sidebar .sidebar-inner .wp-block-latest-posts__list {
    margin: 10px 10px 40px 10px;
}

/*post*/
.post .ttl_h1 {
    font-size: 1.8rem;
    font-weight: bold;
}
.post .post_body h1,
.post .post_body h2 {
    margin: 2rem 0px 0.5rem 0px;
    padding: 0px;
    font-weight: bold;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
}
.post .post_body h1 span,
.post .post_body h2 span {
    padding: 0px 0px 1rem 0px;
    border-bottom: 3px solid #31a3e6;
    font-size: 24px;
}
.post .post_body h2 span {
    padding: 0.5rem;
}
.post .post_body h3 {
    padding: 4px 4px;
    margin: 2rem 0 0.5rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    background: #eaf3f9;
    border: 1px solid #bfd1dc;
    border-bottom: 2px solid #2f99d4;
}
.post .post_body h4 {
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: bold;
    background: url(/images/default/entry-h4-bg.png) no-repeat 0 center;
}
.post .pagination {
    display: flex;
}

.apealArea {
    margin: 0px;
    padding: 0px;
}
.apealArea .apealTitle {
    text-align: center;
    background: #2f99d4;
    font-size: 18px;
    height: auto;
    color: #fff;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px;
    border-radius: 5px;
}
.apealArea .boxList {
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.apealArea .boxList .box {
    margin: 1%;
    padding: 20px 0px;
    width: 30%;
    background: #eaf3f9;
    border: 1px solid #bfd1dc;
    border-radius: 5px;
    display: inline-block;
}
.apealArea .boxList .box .index {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.apealArea .boxList .box .price {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #e00;
}
.apealArea .convArea {
    margin: 0px 5px;
    padding: 10px;
    background: #fff;
    border: 4px solid #eee;
    text-align: center;
}
.apealArea .convArea .mess {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    color: #222;
}
.apealArea .convArea .btnList {
    margin: 0px;
    padding: 0px;
}
.apealArea .convArea .btnList .btnBox {
    margin: 5px;
    width: 300px;
    display: inline-block;
}
.apealArea .convArea .btnList .btnBox a {
    background: #2f99d4;
    border-radius: 5px;
    display: block;
    padding: 20px 0px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.apealArea .convArea .btnList .btnBox a span {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}
.anchorlinkArea {
    margin: 20px 0px;
    padding: 20px 0px;
    text-align: center;
}
.anchorlinkArea .anchorlink {
    margin: 10px;
    padding: 0px;
    display: inline-block;
    width: 260px;
    visibility: top;
}
.anchorlinkArea .anchorlink a {
    display: block;
    padding: 20px 0px;
    border: 1px solid #bfd1dc;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.anchorlinkArea .anchorlink a br {
    display: none;
}
.itemArea .topItemList {
    margin: 0px;
    padding: 0px;
}
.itemArea .topItemList {
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.itemArea .topItemList .itembox {
    margin: 10px;
    text-align: left;
    display: inline-block;
    max-width: 370px;
    vertical-align: top;
}
.itemArea .secondItemList {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.itemArea .secondItemList .itembox {
    margin: 0px auto 40px;
    max-width: 770px;
}
.itemArea .itembox .index {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.itemArea .itembox .img {
    width: 130px;
    margin: 0px 10px 5px 0px;
    display: inline-block;
    vertical-align: top;
}
.itemArea .itembox .text {
    margin: 0px 0px 5px 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}
.itemArea .itembox .text_b {
    width: auto;
    padding: 30px 20px;
    background: #f2f9fd;
}

.itemArea .itembox .btn {
    text-align: center;
    margin: 0px;
    display: block;
}
.itemArea .itembox .btn a {
    margin: 0px;
    padding: 5px 0px;
    width: 200px;
    display: inline-block;
    background: #2f99d4;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 480px) {
    .apealArea .apealTitle {
        font-size: 18px;
    }
    .apealArea .boxList .box {
        display: block;
        width: auto;
        padding: 10px 0px;
    }
    .apealArea .convArea .btnList .btnBox {
        display: block;
        width: auto;
    }
    .apealArea .convArea .btnList .btnBox a {
        padding: 10px 0px;
    }
    .anchorlinkArea .anchorlink {
        width: auto;
        display: block;
        margin: 15px 0px;
    }
    .anchorlinkArea .anchorlink a {
        font-size: 18px;
        font-weight: bold;
        padding: 15px 5px;
        line-height: 1.4;
    }
    .anchorlinkArea .anchorlink a br {
        display: none;
    }
    .itemArea .topItemList .itembox {
        max-width: none;
        display: block;
    }

    .spcenter {
        text-align: center;
    }
    body .contents-borderbox,
    body .contents-colorbox {
        font-size: 14px;
    }
}
body .mid-contact {
    margin: 0 calc(50% - 50vw) 50px;
}
body .ollist {
    margin: 0px;
}
body .ollist li {
    margin: 0px;
    line-height: 2;
}
ul.anchor,
ol.anchor {
    margin-left: 20px;
}
ul.anchor li,
ol.anchor li {
    font-size: 16px;
    margin: 10px 0px;
}

.footbtn {
    text-align: center;
}
.footbtn a {
    background: #2f99d4;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 30px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.footbtn a:hover {
    color: #fff;
    text-decoration: none;
}

.lrbox {
    text-align: center;
    margin: 20px 0px;
}
.lrbox .left {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    text-align: left;
    margin-right: 5%;
}
.lrbox .right {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    text-align: left;
    margin: 0px;
}
@media screen and (max-width: 480px) {
    .lrbox .left,
    .lrbox .right {
        display: block;
        width: auto;
        margin: 0px 0px 20px 0px;
    }
}
.breadcrumb-item {
    line-height: 1.7;
}
.breadcrumb-item + .breadcrumb-item {
    line-height: 1.7;
}
.breadcrumb-item + .breadcrumb-item:before {
    content: ">";
    color: inherit;
}

.caseDetailArea .caseDetail {
    margin: 0px 10px 30px 10px;
    padding: 10px;
    background: #e5e5e5;
}
.caseDetailArea .caseDetail h2 {
    margin: 0px 0px 10px 0px;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}
.caseDetailArea .caseDetail .caseDetailinner {
    margin: 0px;
    padding: 10px;
    background: #fff;
}
.caseDetailArea .caseDetail .caseDetailinner .headArea {
    border-bottom: 2px solid #666;
    padding: 10px 5px;
    margin: 10px 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.caseDetailArea .caseDetail .caseDetailinner .headArea h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.8;
}
.caseDetailArea .caseDetail .caseDetailinner .headArea .cat {
}
.caseDetailArea .caseDetail .caseDetailinner .headArea .cat span {
    display: inline-block;
    padding: 2px 4px;
    margin: 0px 3px;
    border: 1px solid #999;
    color: #fff;
    background: #999;
}
.caseDetailArea .caseDetail .caseDetailinner .headArea .cat span.select {
    background: #31a3e6;
}
.caseDetailArea .caseDetail .caseDetailinner .bodyArea {
    padding: 10px 5px;
    margin: 10px 10px 10px 10px;
    position: relative;
}
.caseDetailArea .caseDetail .caseDetailinner .bodyArea .detail {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 16px;
}
.caseDetailArea .caseDetail .caseDetailinner .bodyArea .status {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}
.caseDetailArea .caseDetail .caseDetailinner .bodyArea .tableList {
    width: 100%;
}
.caseDetailArea .caseDetail .caseDetailinner .bodyArea .tableList th {
    width: 30%;
    padding: 5px;
    background: #eaf7ff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #999;
}
.caseDetailArea .caseDetail .caseDetailinner .bodyArea .tableList td {
    padding: 5px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #999;
}
.caseDetailArea .dmark {
    text-align: center;
    margin: 0px 0px 30px 0px;
}
.caseDetailArea .dmark img {
    width: 64px;
}

.caseDetailArea .caseDetailAnswer {
    margin: 0px 10px 25px 10px;
    padding: 10px;
    background: #eaf7ff;
}
.caseDetailArea .caseDetailAnswer h2 {
    margin: 0px 0px 10px 0px;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
.caseDetailArea .caseDetailAnswer .caseDetailAnswerInner {
    margin: 0px;
    padding: 10px;
    background: #fff;
}
.caseDetailArea .caseDetailAnswer .caseDetailAnswerInner .answerList {
    padding: 5px;
}
.caseDetailArea .caseDetailAnswer .caseDetailAnswerInner .answerList li {
    padding: 10px 10px 10px 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #dedede;
    background: url(/images/icon_check.png) 10px center no-repeat;
    background-size: 24px;
}

.caseDetailArea .linkArea {
    margin: 0px 10px 25px 10px;
    padding: 10px;
}
.caseDetailArea .linkArea h3 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}

.caseDetailArea .centerBtn {
    margin: 0px 0px 20px 0px;
    text-align: center;
}
.caseDetailArea .link {
    text-align: right;
    margin: 0px 10px 30px 10px;
}
@media (max-width: 1140px) {
    .caseDetailArea .caseDetail .caseDetailinner .headArea .cat {
        position: inherit;
        text-align: right;
        width: 100%;
    }
}
@media (max-width: 756px) {
    .caseDetailArea .caseDetail h2 {
        font-size: 1.4rem;
    }
    .caseDetailArea .caseDetailAnswer h2 {
        font-size: 1.4rem;
    }
    .caseDetailArea .caseDetail .caseDetailinner {
        padding: 5px;
    }
}

.form-content .wpcf7-form-control-wrap {
    margin-right: 6px;
}
.form-content .text-muted {
    margin: 3px;
}
.form-content .entry-content {
    width: 100%;
    padding: 20px;
    border: 1px solid #f2f2f2;
}
.form-content .entry-content li {
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
}

@media (max-width: 756px) {
    .mid-contact {
        color: #fff;
        background: #3aa3e4 url(/images/default/mid-contact-bg.png) no-repeat
            center center;
    }
    body .mid-contact-inner {
        margin: 0 auto;
        padding: 20px 10px;
        width: auto;
    }
    .mid-contact-text {
        font-size: 14px;
        line-height: 2.2;
    }
    .mid-contact-text h2 {
        margin-bottom: 11px;
        line-height: 1.6;
    }
    .mid-contact-text p {
        margin-bottom: 15px;
    }
    .mid-contact-text .row {
        margin: 0 -15px;
    }
    .mid-contact-text .row > div {
        margin: 0;
    }
    .mid-contact-text :last-child {
        margin-bottom: 0;
    }
    body .mid-contact-text .col-xs-7 {
        margin: 0px 0px 20px 0px;
        width: 100%;
    }
    .mid-contact-text .col-xs-7 p {
        line-height: 2;
        font-size: 16px;
    }
    .mid-contact-text .col-xs-7 img {
        margin: 0px auto 20px auto;
        width: 100%;
    }

    .mid-contact-text .col-xs-5 {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }

    .mid-contact-text .text-xs-center {
        margin: 0px 0px 20px 0px;
    }
}

body .entry-content .meritTitle {
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 100px;
    border-radius: 10px 10px 0 0;
    background-color: #2f99d4;
    position: relative;
    color: #fff;
    vertical-align: bottom;
    font-size: 26px;
    border: none;
}
.meritTitle .st {
    font-size: 36px;
    margin: 0px 3px;
}
.meritTitle .merit {
    position: absolute;
    bottom: 2px;
    left: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #eeea38;
    color: #2f99d4;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin: 0px;
}

.meritTitle .merit .inner {
    padding: 10px 0px 0px 0px;
}
.meritTitle .merit span {
    display: block;
    font-size: 28px;
    line-height: 1.2;
}
@media (max-width: 756px) {
    body .entry-content .meritTitle {
        margin: 30px 0px 0px 0px;
        padding: 20px 10px 5px 10px;
        font-size: 16px;
    }
    body .entry-content .meritTitle .st {
        font-size: 24px;
    }
    .meritTitle .merit {
        top: -30px;
        left: 5px;
        padding: 0px 15px;
        width: auto;
        height: 50px;
    }
    .meritTitle .merit .inner {
        padding: 5px 0px 0px 0px;
    }
    .meritTitle .merit span {
        display: inline;
    }
}

body .main-service-list-title_1 {
    text-align: center;
    background: #52ade4;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 10px 0px;
    margin: 0px 0px 10px 0px;
    border-radius: 10px 10px 30px 30px;
}
body .main-service-list-title_2 {
    text-align: center;
    background: #ec7d99;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 10px 0px;
    margin: 0px 0px 10px 0px;
    border-radius: 10px 10px 30px 30px;
}
body .main-service-list-title_3 {
    text-align: center;
    background: #9bc741;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 10px 0px;
    margin: 0px 0px 10px 0px;
    border-radius: 10px 10px 30px 30px;
}
body .main-service-list-title_4 {
    text-align: center;
    background: #f4a500;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 10px 0px;
    margin: 0px 0px 10px 0px;
    border-radius: 10px 10px 30px 30px;
}

@media (max-width: 756px) {
    body .main-service-list-title_1 {
        font-size: 1.6rem;
        padding: 6px 0px;
        margin: 0 auto 10px auto;
        border-radius: 10px 10px 10px 10px;
        width: 95%;
    }
    body .main-service-list-title_2 {
        font-size: 1.6rem;
        padding: 6px 0px;
        margin: 0 auto 10px auto;
        border-radius: 10px 10px 10px 10px;
        width: 95%;
    }
    body .main-service-list-title_3 {
        font-size: 1.2rem;
        padding: 6px 0px;
        margin: 0 auto 10px auto;
        border-radius: 10px 10px 10px 10px;
        width: 95%;
    }
    body .main-service-list-title_4 {
        font-size: 1.6rem;
        padding: 6px 0px;
        margin: 0 auto 10px auto;
        width: 95%;
        border-radius: 10px 10px 10px 10px;
    }
}

.anchor {
    margin-top: -150px;
    padding-top: 150px;
}
body .top-contact {
    margin: 0 calc(50% - 50vw) 0px;
}
@media (max-width: 756px) {
    body .top-contact {
        background: #3aa3e4;
        margin-bottom: 30px;
    }
    body .top-contact-inner {
        margin: 0 auto;
        padding: 20px 10px 0px;
        width: auto;
    }
    body .top-contact-inner .row {
        display: block;
        margin: 0px;
    }
    body .top-contact-inner .row .col-xs-5,
    body .top-contact-inner .row .col-xs-7 {
        width: auto;
        float: inherit;
    }
    .top-contact p {
        margin: 0px;
    }
    .top-contact .text-xs-center {
        margin: 0px 0px 20px 0px;
    }
}
@media (max-width: 756px) {
    body .footer-about-area .logo img {
        width: 100% !important;
        height: auto !important;
    }
    body .template-img-left {
        float: none;
        margin: 0px 0px 10px 0px;
        padding: 10px;
        display: block;
        text-align: center;
    }
    .post_body .entry-title span {
        font-size: 20px;
    }
    body .template-img-right {
        float: none;
        margin: 0px 0px 10px 0px;
        padding: 10px;
        display: block;
        text-align: center;
    }
    #area-map {
        display: none;
    }

    .form-content .subText img {
        margin: 0 auto;
        display: block;
    }
    .wpcf7 .ajax-loader {
        display: none;
    }
    body #header {
        padding: 2%;
    }
    .header-logo {
        margin: 0px;
        padding: 0px;
    }
    body .table-bordered th,
    body .table-bordered td {
        font-size: 14px;
    }

    body .header-logo {
        width: 50%;
    }
    body .header-btn-menu {
        margin: 2% 2% 0 0;
        width: 11%;
    }
    body .header-menu {
        margin-top: 15%;
    }
    body {
        padding-top: 15%;
    }
}
ul.gnav-list {
    margin-bottom: 0px;
}
.footer-copyright a {
    color: #fff;
}
@media (min-width: 756px) {
    body .main-service-list-btn {
        margin-left: -100px;
    }
}

#footer .qualification {
    margin: 0px;
    padding: 0px;
}
#footer .qualification .q {
    margin: 2px 10px;
    display: inline-block;
    color: #444;
    font-size: 12px;
}
@media (max-width: 756px) {
    #footer .qualification {
        padding: 0px;
        margin-bottom: 10px;
    }
    #footer .qualification .q {
        display: block;
        margin: 0px 0px 2px 0px;
    }
}

.post_body .comparisonTable {
    margin: 0px 0px 50px 0px;
}
.post_body .comparisonTable:last-child {
    margin: 0px;
}
.post_body .comparisonTable h3 {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    background: #3098d7;
    color: #fff;
    font-size: 1.3rem;
    border: none;
}
.post_body .comparisonTable h3 br {
    display: none;
}
.post_body .comparisonTable table {
    margin: 0px;
}

.post_body .comparisonTable table tr th,
.post_body .comparisonTable table tr td {
    border: 1px solid #eceeef;
}
.post_body .comparisonTable table tr td:first-child {
    font-weight: bold;
}
.post_body .comparisonTable table tr.abicRow {
    background: #eaf3f9;
}
.post_body .comparisonTable table tr.abicRow td {
    color: #2f99d4;
    font-weight: bold;
}
@media (max-width: 756px) {
    .post_body .comparisonTable h3 {
        font-size: 1rem;
        text-align: left;
        padding: 5px;
    }
    .post_body .comparisonTable h3 br {
        display: block;
    }
    .post_body .comparisonTable table tr th,
    .post_body .comparisonTable table tr td {
        vertical-align: middle;
        font-size: 14px;

        padding: 2px;
    }

    body .catch-box {
        margin: 0 -10px 25px;
        padding: 43.75% 10px 0;
        background: url(/images/sphone/contents/corporate/catch-box-corporate-property-bg.png)
            no-repeat 0 0;
        background-size: 100%;
    }
    body .footer-contact .footer-contact-inner {
        display: none;
    }
}

/* 4.コラムに著者・監修者情報の追加 */
.writerBox {
    border: 1px solid #27a1e7;
    position: relative;
    padding: 60px 50px 20px 20px;
    margin: 50px 0;
}

.writtenby__ttl {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #27a1e7;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
    letter-spacing: 0.1em;
}

.writtenby__box {
    display: -ms-flexbox;
    display: flex;
}

.writtenby__img {
    line-height: 1;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 10px;
}

.writtenby__detail {
    flex: 1;
    padding-left: 30px;
}

.writer__name {
    font-size: 20px;
    font-weight: bold;
}

.writer__job {
    font-size: 13px;
}

.writer__info {
    font-size: 14px;
}

.writer__link {
    text-align: right;
    font-size: 14px;
}

.writer__link a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #27a1e7;
}

.writer__link a:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #27a1e7;
    border-right: solid 1px #27a1e7;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

.writer__link a:link {
    text-decoration: underline;
}

@media (max-width: 756px) {
    .writerBox {
        padding: 50px 20px 20px 20px;
        margin: 40px 0;
    }
    .writtenby__ttl {
        font-size: 14px;
    }
    .writtenby__box {
        display: block;
    }
    .writtenby__img {
        margin: 0 auto 15px;
    }
    .writtenby__detail {
        padding-left: 0;
    }
    .writer__name {
        font-size: 16px;
    }
}

/* 5.コラムカテゴリーの作成 */
.column_cat_list {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
}

.column_cat_item {
    margin-right: 2em;
}

/* 6.コラム毎の関連記事表示数追加 */

.recommend .post_excerpt {
    color: #111;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0;
}

.recommend .list .post_links .post_thumb {
    background-color: white;
    background-position: center top 11px;
}

/* 8.融資事例ページとエリアページの相互リンク */
.btn-01 {
    text-align: center;
    margin-bottom: 20px;
}
.btn-01 a {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 3px;
    color: #fff;
    background: #31a3e6;
    box-shadow: 2px 2px 3px #999;
    border: 3px solid #31a3e6;
    transition: all 0.3s 0s ease;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 756px) {
    .btn-01 a {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
        font-size: 16px;
    }
}

.btn-01 a:hover {
    background: #fff;
    color: #31a3e6;
}

/* 9.エリアページ間の相互リンク */

.linkList--flex {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.linkList--flex .linkbox {
    margin-right: 2em;
}

/* 10.スマホ時フッターリンクの追加 */

@media (max-width: 756px) {
    .footer-nav {
        background: #3aa3e4;
        padding: 10vw 5vw 5vw;
        color: #fff;
        line-height: 1.4;
    }

    .footer-nav-item > ul > li {
        margin-bottom: 10px;
        padding-left: 19px;
        font-size: 14px;
        font-weight: bold;
        background: url(../images/default/footer-nav-btn-bg.png) no-repeat 0 3px;
    }

    .footer-nav-item > ul > li.no-link {
        background-image: url(../images/default/footer-nav-nolink-bg.png);
    }

    .footer-nav-item li a {
        color: inherit;
    }

    .footer-nav-item > ul > li > ul {
        margin: 10px 0 15px -19px;
    }

    .footer-nav-item > ul > li > ul > li {
        margin-bottom: 9px;
        padding-left: 15px;
        font-size: 12px;
        font-weight: normal;
        background: url(../images/default/footer-nav-subbtn-bg.png) no-repeat
            4px 5px;
    }
}

/* ボタンリンクをテキストリンクに変更 */
/* .btn-02 */
.post_body .btn-02 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(254, 255, 255);
    background: -moz-linear-gradient(
        top,
        rgba(254, 255, 255, 1) 0%,
        rgba(245, 247, 251, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(254, 255, 255, 1) 0%,
        rgba(245, 247, 251, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(254, 255, 255, 1) 0%,
        rgba(245, 247, 251, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f5f7fb',GradientType=0 );
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #3aa3e4;
    width: 222px;
    height: 61px;
    line-height: 57px;
    border: 2px solid #d5dfe4;
    border-radius: 6px;
    position: relative;
}

.post_body .btn-02:before {
    content: "";
    background: url(https://www.abic-corp.jp/wp/wp-content/uploads/2021/05/icon_arrow_b.png)
        center center no-repeat;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 756px) {
    .post_body .btn-02 {
        margin: 0 auto;
    }
}

/* .btn-03 */
.post_body .btn-03,
.btn-03 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #31a3e6;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #82bfe5;
    border-radius: 6px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 756px) {
    .post_body .btn-03,
    .btn-03 {
        max-width: 300px;
        width: 100%;
        height: auto;
        line-height: 1.4;
        padding: 10px;
    }
}

.post_body .btn-03:hover,
.btn-03:hover {
    text-decoration: none;
}

.post_body .btn-03:visited,
.btn-03:visited {
    color: #fff;
}

.post_body .btn-03:before,
.btn-03:before {
    content: "";
    background: url(https://www.abic-corp.jp/wp/wp-content/uploads/2022/05/icon_arrow_w.png)
        center center no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

/* .btn-04 */
.post_body .btn-04 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #31a3e6;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    width: 285px;
    height: 37px;
    line-height: 33px;
    border: 2px solid #82bfe5;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    letter-spacing: 0.2em;
}

.post_body .btn-04:before {
    content: "";
    background: url(https://www.abic-corp.jp/wp/wp-content/uploads/2022/05/icon_arrow_w.png)
        center center no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 20px;
}

/* フッターにエリア追加 */

#footer_nav_list_area {
    padding-left: 1em;
    margin-top: 15px;
}

.footer_nav_title_area {
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

#footer_nav_list_area ul.hier {
    margin-bottom: 5px;
}

#footer_nav_list_area ul.hier li {
    position: relative;
    margin-left: 1em;
    font-weight: normal;
    font-size: 12px;
}

#footer_nav_list_area ul.hier li::before {
    content: "├";
    position: absolute;
    display: block;
    height: 17px;
    width: 9px;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
}

#footer_nav_list_area ul.hier li:nth-last-of-type(1)::before {
    content: "└";
}

.case_list-block {
    margin: 2em auto 0;
}
.case_list-block a i{
    display:block;
    margin:0 auto;
    height:1.912em;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:50% 50%;
}
.case_list-block a i.ico-01{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-01.png);
}
.case_list-block a i.ico-02{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-02.png);
}
.case_list-block a i.ico-03{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-03.png);
}
.case_list-block a i.ico-04{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-04.png);
}
.case_list-block a i.ico-05{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-05.png);
}
.case_list-block a i.ico-06{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-06.png);
}
.case_list-block a i.ico-07{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-07.png);
}
.case_list-block a i.ico-08{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-08.png);
}
.case_list-block a i.ico-09{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-09.png);
}
.case_list-block a i.ico-10{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-10.png);
}
.case_list-block a i.ico-11{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-11.png);
}
.case_list-block a i.ico-12{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-12.png);
}
.case_list-block a i.ico-13{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-13.png);
}
.case_list-block a i.ico-14{
    background-image:url(../wp/wp-content/themes/liquid-magazine/images/icon/ico-14.png);
}
.case_list-block a span{
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 500;
}
.case_list-block a{
    text-decoration:none;
    display: block;
    background: #1e9de7;
    color: #fff;
    font-size: clamp(14px,1.4vw,18px);
    padding: .2em 0;
}
.case_list-block a:hover{
    text-decoration:none;
    color: #fff;
    opacity:.7;
}
.flow_list-block .entry-content h3{
     background: none;
    border:none;
}
@media screen and (max-width:768px) and (min-width:576px){
    .case_list-block a{
        font-size:clamp(10px,1.2vw,14px);
    }
    .case_list-block a span{
        font-size: clamp(12px, 1.5vw, 15px);
    }
    .case_list-block .col-sm-4 {
        float: left;
        width: 33.333333%;
        padding: 0 10px;
    }
}
.detail_text .post_body img.alignleft,
.detail_text .post_body img.alignright{
    margin-bottom: 1em !important;
}

.case_list-block div p {
    font-size: .7rem;
    text-align: justify;
    padding: 1em .5em;
    line-height: 1.3;
}
/* 0522 */
.column_point_box{
    border: 2px solid #2f99d4;
    width:100%;
    max-width: 700px;
    margin: 0 auto 25px;
    padding: 25px 15px 25px 40px;
}
.column_point_box dt{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.column_point_box ul:not(#toc_container):not(#toc_container ul):not(table ul){
    background: none;
    padding: 0;
    margin: 0;
}
.column_point_box ul li li{
    margin-left: 1em;
}
.column_point_box ul li{
    position: relative;
}
.column_point_box ul li .bold,
.column_point_box ul li strong{
    font-weight: bold;
}

.column_point_box ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #2f99d4;
  border-bottom: 2px solid #2f99d4;
  transform: rotate(-45deg);
}