@charset "UTF-8";

.breadcrumbs {
    font-size: 0;
    height: 39px;
    line-height: 17px;
    padding-top: 11px;
    padding-left: 16px;
    box-sizing: border-box;
}

.breadcrumbs>a,
.breadcrumbs>p {
    display: inline-block;
    font-size: 1.1rem;
    position: relative;
    margin-right: 16px;
}

.breadcrumbs>p::after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #000;
    left: -10px;
    top: 6px;
    bottom: 0;
    transform: rotate(45deg);
}

.breadcrumbs>p::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #000;
    left: -10px;
    top: 9px;
    bottom: 0;
    transform: rotate(-045deg);
}

.commit-top {
    padding: 28px 16px 20px;
    position: relative;
    z-index: 10;
}
.commit-top:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 152px;
    height: 198px;
    background-image: url('../images/commitment/01/commitment-back-01.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    right: 0;
    bottom: 30px;
}
.commit-num {
    position: absolute;
    width: 82px;
    height: 31px;
    background-size: contain;
    background-position: center;
    left: 10px;
    top: 12px;
    z-index: 20; 
}
.pgtop-img {
    border-radius: 5px;
    margin-bottom: 33px;
}
.commit-top-catch-01 {
    width: 240px;
    margin: auto;
    border-top: solid 2px #98C2E8;
    border-bottom: solid 2px #98C2E8;
    padding: 16px 0;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.28px;
    margin-bottom: 24px;
    text-align: center;
    color: #98C2E8;
}
.commit-top-catch-02 {
    font-size: 2.1rem;
    text-align: center;
    color: #98C2E8;
    line-height: 1.4;
    margin-bottom: 24px;
}
.commit-top-p {
    padding: 0 16px;
    line-height: 1.7;
    letter-spacing: -0.45px;
}
.commit-cont-wrapper {
    background-color: #D7EEFC;
    padding: 16px;
}
.commit-cont {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 16px 26px;

}
.commit-cont-hd {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: -0.66px;
    color: #5EA8DD;
    margin-bottom: 24px;
}
.commit-cont-p {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: justify;
}
.commit-cont + .commit-cont {
    margin-top: 18px;
}
.commit-insert-cont-wrap {
    margin-bottom: 24px;
}
.commit-insert-img-01 {
    width: 176px;
    margin: 20px auto 7px;
}
.commit-insert-cont-p {
    background-color: #D7EEFC;
    border-radius: 10px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -0.6px;
    padding: 20px; 
    text-align: center;
    position: relative;
}
.commit-insert-cont-p span {
    display: inline-block;
    text-align: left;
}
.commit-insert-cont-p:before {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 20px;
    top: -18px;
    left: 60px;
    background-image: url('../images/commitment/01/fukidashi.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.commit-insert-img-02 {
    width: 290px;
    margin: 40px auto 0;
}
.commit-insert-img-03 {
    width: 280px;
    margin: 24px auto 0;
}
.commit-insert-img-04 {
    width: 270px;
    margin: 50px auto 0;
}
.commit-insert-img-05 {
    margin-bottom: 24px;
    border-radius: 5px;
}
.commit-insert-img-06 {
    margin-top: 60px;
    border-radius: 5px;
}
.commit-insert-img-08 {
    width: 297px;
    margin: 60px auto 0;
}
.commit-cont-07 .commit-cont-hd {
    position: relative;  
}
.insert-point {
    position: absolute;
    display: block;
    width: 62px;
    height: 61px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
    top: 0;
}
.commitment-insert-img-10 {
    margin-bottom: 24px;
}
.commit-insert-img-11 {
margin-top: 24px;
}
@media screen and (max-width:375px) {
    .pgtop-catch-02 {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 2rem;
    }
}