@charset "UTF-8";
.c-page-top .c-bread_wrap {
    position: relative;
}
.c-page-top .c-bread_wrap ul {
    padding: 27px 0 26px;
}
.c-page-top .c-bread_wrap ul li {
    color: #000;
}
.c-page-top .c-page-top-inner {
    margin-bottom: 0;
    padding: 0;
}
.c-page-top-inner.is-mendan {
    background-image: url(../images/web-mendan/mendan_bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}
.mendan-top-in {
    display: table;
    width: 1200px;
    height: 320px;
    margin: 0 auto;
}
.mendan-top-tb {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 185px;
    position: relative;
}
.mendan-top-txt {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ff0000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    padding: 37px 14px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin: -62px 0 0 0;
    transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -webkit-transform: rotate(-26deg);
}
.mendan-top-mds {
    display: inline-block;
    background: #fff;
    color: #ff0000;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    padding: 12px 34px;
    margin: 0 0 20px;
    border: 1px solid #ff0000;
}
.mendan-top-ttl {
    color: #ff0000;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
}
.event-art_head {
    padding: 19px 20px;
    justify-content: center;
}
.event-art_head h2 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.event-art_head h2 span{
    display: block;
    padding: 20px 0 0;
    font-size: 18px;
}
.about_in {
    width: 1200px;
    padding: 30px;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
}
.about_in:last-child{
    margin: 0 auto;
}
.mendan-txt {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 62px 0;
}
.step_wrap {
    background: url(../images/web-mendan/mendan_img.jpg) no-repeat right 76px center;
}
.step_wrap li {
    border-bottom: 1px solid #ff0000;
    padding: 0 0 30px;
    margin: 0 0 30px;
    width: 440px;
}
.step_wrap li:last-child{
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.step_in {
    padding: 2px 0 0 70px;
}
.step_in.n1 {
    background: url(../images/content/about_accounting_nmb01.png) no-repeat left center;
}
.step_in.n2 {
    background: url(../images/content/about_accounting_nmb02.png) no-repeat left center;
}
.step_in.n3 {
    background: url(../images/content/about_accounting_nmb03.png) no-repeat left center;
}
.step_in.n4 {
    background: url(../images/content/about_accounting_nmb04.png) no-repeat left center;
}
.step_in dt {
    font-size: 12px;
    line-height: 2;
    text-align: left;
    font-weight: bold;
}
.step_in dd {
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.mdStep_wrap {
    width: 1200px;
    margin: 0 auto;
}
.mdStep_wrap ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mdStep_wrap ul li {
    width: 268px;
    height: 308px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    padding: 30px;
    position: relative;
}
.mdStep_wrap ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 9;
    margin: -17px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 16px;
    border-color: transparent transparent transparent #ff0000;
}
.mdStep_wrap ul li:last-child:before {
    display: none;
}
.mdStep_wrap ul li.is-num1 .mdStep_in {
    background: url(../images/content/about_accounting_nmb01.png) no-repeat 0 0;
}
.mdStep_wrap ul li.is-num2 .mdStep_in {
    background: url(../images/content/about_accounting_nmb02.png) no-repeat 0 0;
}
.mdStep_wrap ul li.is-num3 .mdStep_in {
    background: url(../images/content/about_accounting_nmb03.png) no-repeat 0 0;
}
.mdStep_wrap ul li.is-num4 .mdStep_in {
    background: url(../images/content/about_accounting_nmb04.png) no-repeat 0 0;
}
.mdStep_in dt {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-box: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 58px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    height: 49px;
    text-align: left;
    margin: 0 0 20px 0;
}
.mdStep_in dd {
    text-align: left;
    font-size: 12px;
}
.mdStep-img {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
}
.btn_box {
    padding: 60px 0;
}
.btn_box .c-btn.c-btn-tertiary {
    min-width: 300px;
    padding: 12px 30px;
    margin-bottom: 0;
}
.jirei_warp {
    padding: 60px 0 0;
}
.jirei_in {
    width: 1200px;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
.jirei_in:last-child{
    margin: 0 auto;
}
.riyo_lst dt {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    padding: 0 0 10px;
}
.riyo_lst dd {
    font-size: 14px;
    line-height: 2;
    text-align: left;
}
.riyo_lst li span {
    color: #ff0000;
    padding: 0 1em 0 0;
}
@media (max-width: 896px) {
    .c-page-top .c-bread_wrap {
        position: static;
    }
    .c-page-top .c-bread_wrap ul {
        padding: 20px 15px;
    }
    .c-page-top .c-bread_wrap ul li {
        color: #000;
    }
    .c-page-top .c-page-top-inner {
        margin-bottom: 0;
        padding: 0;
    }
    .c-page-top-inner.is-mendan {
        background-image: url(../images/web-mendan/mendan_sp_bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 0;
    }
    .mendan-top-in {
        display: block;
        width: auto;
        height: 197px;
        padding: 197px 0 0;
    }
    .mendan-top-tb {
        display: table;
        text-align: center;
        padding: 20px 15px;
        background: #ffffff;
        width: 100%;
        border-bottom: 1px solid #ff0000;
    }
    .mendan-top-txt {
        width: 92px;
        height: 92px;
        font-size: 12px;
        padding: 26px 6px;
        top: -180px;
        left: 30px;
        margin: 0;
    }
    .mendan-top-mds {
        font-size: 15px;
        padding: 7px 0 3px 0;
        margin: 0 0 0;
        display: table-cell;
        vertical-align: middle;
        width: 130px;
        line-height: 1.4;
    }
    .mendan-top-ttl {
        font-size: 20px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0 0 0 14px;
    }
    .event-art_head {
        padding: 9px 20px;
    }
    .event-art_head h2 {
        font-size: 12px;
        text-align: center;
    }
    .event-art_head h2 span{
        padding: 5px 0 0;
        font-size: 12px;
    }
    .about_in {
        width: auto;
        margin: 0 15px;
        padding: 15px;
    }
    .about_in:last-child {
        margin: 0 15px;
    }
    .mendan-txt {
        font-size: 12px;
        line-height: 1.4;
        text-align: left;
        padding: 132px 15px 30px;
    }
    .step_wrap {
        background: url(../images/web-mendan/mendan_sp_img.jpg) no-repeat bottom center;
        background-size: 227px auto;
        -ms-background-size: 227px auto;
        -moz-background-size: 227px auto;
        -webkit-background-size: 227px auto;
        padding: 0 0 170px;
    }
    .step_wrap li {
        border-bottom: 2px solid #ff0000;
        padding: 0 0 15px;
        margin: 0 0 15px;
        width: auto;
    }
    .step_in {
        padding: 0 0 0 40px;
    }
    .step_in.n1 {
        background: url(../images/content/about_accounting_sp_nmb01.png) no-repeat left center;
        background-size: 28px auto;
        -ms-background-size: 28px auto;
        -moz-background-size: 28px auto;
        -webkit-background-size: 28px auto;
    }
    .step_in.n2 {
        background: url(../images/content/about_accounting_sp_nmb02.png) no-repeat left center;
        background-size: 28px auto;
        -ms-background-size: 28px auto;
        -moz-background-size: 28px auto;
        -webkit-background-size: 28px auto;
    }
    .step_in.n3 {
        background: url(../images/content/about_accounting_sp_nmb03.png) no-repeat left center;
        background-size: 28px auto;
        -ms-background-size: 28px auto;
        -moz-background-size: 28px auto;
        -webkit-background-size: 28px auto;
    }
    .step_in.n4 {
        background: url(../images/content/about_accounting_sp_nmb04.png) no-repeat left center;
        background-size: 28px auto;
        -ms-background-size: 28px auto;
        -moz-background-size: 28px auto;
        -webkit-background-size: 28px auto;
    }
    .mdStep_wrap {
        width: auto;
        margin: 0 15px;
    }
    .mdStep_wrap ul {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .mdStep_wrap ul li {
        width: auto;
        height: auto;
        padding: 20px 15px;
        margin: 0 0 82px 0;
    }
    .mdStep_wrap ul li:last-child {
        margin: 0 0 0 0;
    }
    .mdStep_wrap ul li:before {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -52px;
        margin: 0 0 0 -22px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 24px 0 24px;
        border-color: #ff0000 transparent transparent transparent;
    }
    .mdStep_in {
        margin: 0 0 20px 0;
    }
    .mdStep_wrap ul li.is-num1 .mdStep_in {
        background: url(../images/content/about_accounting_sp_nmb01.png) no-repeat 0 0;
        background-size: 28px auto;
        -ms-background-size: 28px auto;
        -moz-background-size: 28px auto;
        -webkit-background-size: 28px auto;
    }
    .mdStep_wrap ul li.is-num2 .mdStep_in {
        background: url(../images/content/about_accounting_sp_nmb02.png) no-repeat 0 0;
        background-size: 28px auto;
        -ms-background-size: 28px auto;
        -moz-background-size: 28px auto;
        -webkit-background-size: 28px auto;
    }
    .mdStep_wrap ul li.is-num3 .mdStep_in {
        background: url(../images/content/about_accounting_sp_nmb03.png) no-repeat 0 0;
        background-size: 28px auto;
        -ms-background-size: 28px auto;
        -moz-background-size: 28px auto;
        -webkit-background-size: 28px auto;
    }
    .mdStep_wrap ul li.is-num4 .mdStep_in {
        background: url(../images/content/about_accounting_sp_nmb04.png) no-repeat 0 0;
        background-size: 28px auto;
        -ms-background-size: 28px auto;
        -moz-background-size: 28px auto;
        -webkit-background-size: 28px auto;
    }
    .mdStep_in dt {
        padding: 0 0 0 42px;
        font-weight: bold;
        font-size: 15px;
        line-height: 1.4;
        height: auto;
        min-height: 35px;
        margin: 0 0 15px 0;
    }
    .mdStep_in dd {
        text-align: left;
        font-size: 12px;
    }
    .mdStep-img {
        position: initial;
        bottom: auto;
        left: auto;
    }
    .btn_box {
        padding: 30px 15px;
    }
    .btn_box .c-btn.c-btn-tertiary {
        min-width: 100%;
    }
    .jirei_warp {
        padding: 15px 15px 0;
    }
    .jirei_in {
        width: auto;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 0 15px;
        display: block;
    }
    .jirei_in li {
        margin: 0 0 15px;
    }
    .jirei_in li:last-child {
        margin: 0;
    }
    .riyo_lst dt {
        font-size: 12px;
    }
    .riyo_lst dd {
        font-size: 12px;
    }
    .riyo_lst li {
        position: relative;
        padding: 0 0 0 2em;
    }
    .riyo_lst li span {
        color: #ff0000;
        padding: 0 1em 0 0;
        position: absolute;
        left: 0;
        top: 0;
    }
}/*@media*/
@media (max-width: 360px) {
}/*@media*/
