@charset "utf-8";
.businessGlobal {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.businessGlobal h2 {
    font-size: 3rem;
    color: #0C3B95;
    margin-bottom: 30px;
    position: relative;
    padding-left: 10px;
}
.businessGlobal h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/business/business_bg.svg) no-repeat;
    background-size: 127px auto;
    width: 127px;
    height: 18px;
    z-index: -1;
}
.businessGlobal p {
    font-size: 1.8rem;
    line-height: 1.8;
}

.businessLinks {
    padding: 60px 0 20px;
    margin: 100px auto;
}

.businessLinks ul {
    max-width: 943px;
    text-align: left;
    margin: 0 auto;
}

.businessLinks li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1966b5;
}

.businessLinks li:last-child {
    border-bottom: none;
}

.businessLinks h3 {
    font-size: 2.6rem;
    border-left: 10px solid #DC000B;
    padding: 5px;
    width: 45%;
}

.businessLinkContent {
    width: 95%;
}

.businessText {
    font-size: 1.6rem;
    line-height: 1.8;
}

.businessBtn {
    text-align: right;
}

.businessBtn a {
    margin-left: auto;
    font-size: 1.6rem;
    background: #1966B5;
    color: #fff;
    display: block;
    width: 170px;
    text-align: center;
    padding: 12px 0;
    border-radius: 4px;
    position: relative;
}
.businessBtn.tri a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #DC000B;
}
.businessGlobal2 .commonTtl3 {
    font-size: 2.4rem;
}
.businessGlobal2 h2 {
    font-size: 2.4rem;
}
.sytemContetICons ul {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.sytemContetICons li {
    margin: 0 30px;
}
.e2dPoint {
    max-width: 870px;
    margin: 0 auto;
}
.e2dPoint ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.e2dPoint li {
    width: 30%;
    margin-bottom: 40px;
}
.e2dPoint h3 {
    font-size: 1.8rem;
    background: #1966B5;
    color: #fff;
    padding: 10px 10px 8px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.e2dPoint li p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.6;
}
.systemArticle {
    margin: 150px auto 0;
    max-width: 960px;
}
.systemArticle h3 {
    text-align: left;
    font-size: 2rem;
    color: #0C3B95;
    border-left: 8px solid #DC000B;
    padding: 5px 5px 5px 10px;
    margin-bottom: 20px;
}
.systemArticleText {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
}
.systemArticleImg {
    margin-bottom: 30px;
}

.systemArticle.commonBg {
    max-width: inherit;
}
.systemArticle.commonBg .inner {
    max-width: 960px;
    margin: 0 auto;
}
.systemArticleImg span {
    display: block;
    text-align: left;
    width: 87%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.5;
}
.businessGlobal2 .commonFlex {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}
.businessGlobal2 .commonFlexLeft {
    width: 63%;
}
.businessGlobal2 .commonFlexRight {
    width: 30%;
}
.plusImg {
    text-align: center;
}
.systemArticleImg2 {
    justify-content: center;
    margin-bottom: 40px;
}
.systemArticleImg2 .commonFlexLeft {
    margin-right: 15px;
}
.systemArticle h4 {
    text-align: left;
    font-size: 1.8rem;
    color: #0C3B95;
    margin-bottom: 20px;
}
.systemArticle h4:before {
    content: "■";
    color: #DC000B;
    font-size: 2.2rem;
}
.systemArticle h5 {
    text-align: left;
    color: #0C3B95;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.systemArticle ul {
    display: flex;
    justify-content: space-between;
}
.systemArticle li {
    width: 32%;
}
.systemArticle .stepTttl {
    font-size: 1.8rem;
    background: #1966B5;
    color: #fff;
    padding: 10px 10px 8px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.shinden {
    margin-top: 150px;
}
.businessGlobal2 .commonTtl3.center span:before {
    content: "";
    position: absolute;
    left: -36%;
    bottom: 0;
    background: url(../img/common/ttl_bg.svg) no-repeat;
    background-size: 127px auto;
    width: 127px;
    height: 18px;
    z-index: -1;
}
.anchor {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 78%;
}
.anchor a {
    font-size: 2.4rem;
    color: #0C3B95;
    position: relative;
    padding: 5px 30px;
}
.anchor a:before {
    content: "";
    height: 2px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FF3D47;
}
.anchor a:after{
    position: absolute;
    bottom: -5px;
    margin: auto;
    content: "";
    right: 1px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FF3D47;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.systemTable {
    margin: 60px 0;
}
.systemTable table {
    width: 100%;
    font-size: 1.4rem;
    border-collapse: collapse;
}
.systemTable tr:nth-child(even) {
    background: #fff;
}
.systemTable tr:nth-child(odd) {
    /* background: #7C9CD6;
    color: #fff; */
}
.systemTable tr:first-child {
    background: #7C9CD6;
    color: #fff;
}
.systemTable th {
    padding: 10px 5px;
}
.systemTable td {
    padding: 10px 5px;
}
.systemArticle dl {
    border-bottom: #707070 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.systemArticle dt {
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
    padding: 15px 55px 15px 60px;
    line-height: 1.5;
    position: relative;
}
.systemArticle dt i {
    font-style: normal;
    font-size: 2.6rem;
    color: #0C3B95;
    position: absolute;
    top: 7px;
    left: 0;
}
.systemArticle dd {
    font-size: 1.6rem;
    text-align: left;
    padding: 15px 60px 15px 120px;
    display: none;
    position: relative;
    line-height: 1.6;
}
.systemArticle dd i {
    font-style: normal;
    font-size: 2.6rem;
    color: #DC000B;
    position: absolute;
    top: 7px;
    left: 60px;
    font-weight: bold;
}
.systemArticle dt:before {
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:15px;
	bottom:0;
	margin:auto 0;
	width: 30px;
	height: 5px;
	background-color: #2A6FB5;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.systemArticle dt:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 15px;;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 5px; 
	background-color: #2A6FB5;
	transition: .3s;
}
.systemArticle dt.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.systemArticle dt.on:after{
	background-color: transparent;
}
.systemArticle dl.lastQa {
    margin-bottom: 60px;
}
.commonContact.shindenContact {
    margin: 80px 0 0;
}
@media screen and (max-width: 835px) {
    .businessGlobal {
        padding: 0 5%;
    }
    .businessGlobal h2 {
        font-size: 2.5rem;
        line-height: 1.4;
    }
    .businessLinks {
        padding: 40px 5% 20px;
        margin: 60px auto;
    }
    .businessLinks li {
        flex-direction: column;
    }
    .businessLinks h3 {
        font-size: 2.6rem;
        border-left: 10px solid #DC000B;
        padding: 5px;
        width: auto;
        margin-bottom: 12px;
    }
    .businessLinkContent {
        width: auto;
    }
    .businessText {
        margin-bottom: 20px;
    }
    .businessLinks li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .businessGlobal2 .commonTtl3 {
        font-size: 2.2rem;
    }
    .e2dPoint li {
        width: 100%;
    }
    .sytemContetICons li {
        margin: 0 10px;
    }
    .e2dPoint ul {
        margin-bottom: 0;
    }
    .systemArticle {
        padding: 20px 5%;
        margin: 100px auto 0;
        max-width: 960px;
    }
    .systemContent {
        padding: 40px 5%;
    }
    .businessGlobal2 .commonFlex {
        flex-direction: column-reverse;
    }
    .businessGlobal2 .commonFlexRight {
        width: auto;
        margin-bottom: 25px;
    }
    .businessGlobal2 .commonFlexLeft {
        width: auto;
    }
    .systemArticleImg span {
        width: 100%;
        margin: 5px auto;
    }
    .systemArticle h3 {
        line-height: 1.4;
    }
    .systemArticle ul {
        flex-direction: column;
    }
    .systemArticle li {
        width: 100%;
        margin-bottom: 30px;
    }
    .anchor {
        max-width: 100%;
    }
    .anchor a {
        font-size: 1.4rem;
    }
    .systemTable table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .systemArticle dl {
        margin-bottom: 0;
    }
    .systemArticle dt {
        padding: 15px 40px 0 45px;
    }
    .systemArticle dt i {
        font-size: 2rem;
        top: 12px;
    }
    .systemArticle dt:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto 0;
        width: 20px;
        height: 3px;
        background-color: #2A6FB5;
        transition: .3s;
    }
    .systemArticle dt:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto 0;
        width: 20px;
        height: 3px;
        background-color: #2A6FB5;
        transition: .2s;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .systemArticle dd i {
        font-size: 2rem;
        left: 0;
    }
    .systemArticle dd {
        font-size: 1.6rem;
        padding: 15px 40px 15px 45px;
        line-height: 1.8;
    }
}