.fw main {
    background: #F6F6F6;
}

.annotation-list{
    margin-top: 15px;
}
.annotation-list li{
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    padding-left: 1.2em;
}
.annotation-list li::before{
    content: '※';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width:768px){
    .annotation-list{
        margin-top: 4vw;
    }
    .annotation-list li{
        font-size: 3.2vw;
    }
}


.img{
    text-align: center;
}
.img img{
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}
p + .img img,
ul + .img img{
    margin-top: 20px;
}
@media screen and (max-width:768px){
    .img img{
        max-width: none;
    }
    p + .img img,
    ul + .img img{
        margin-top: 5.33vw;
    }
}


p.text{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}
p.text + .step-wrap{
    margin-top: 20px;
}
.step-box {
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    position: relative;
}
.step-box:not(:last-child) {
    margin-bottom: 30px;
}
.step-box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -22px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #0099FF;
    border-bottom: 0;
}
.step-box .step-title {
    background: #CCEBFF;
    color: #0099FF;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.16;
    border-radius: 2px;
    padding: 4px;
    width: 100%;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-box .step-inner{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.step-box .step-inner.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.step-box .step-inner.flex-box .flex-item.img{
    max-width: 255px;
    width: 100%;
    margin-right: 30px;
}
.step-box .step-inner.flex-box .flex-item.text{
    text-align: left;
}
.step-box .step-inner.flex-box .flex-item .list{
    margin-top: 20px;
}
.step-box .step-inner.flex-box .flex-item .list li{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 12px;
    line-height: 2.25;
    font-weight: 400;
}
.step-box .step-inner.flex-box .flex-item .list li:not(:last-child){
    margin-bottom: 15px;
}
.step-box .step-inner.flex-box .flex-item .list li span{
    border: 1px solid #222;
    padding: 0 4px;
    line-height: normal;
    min-width: 35px;
    margin-right: 10px;
}
@media screen and (max-width:768px){
    p.text{
        font-size: 3.46vw;
    }
    p.text + .step-wrap{
        margin-top: 5.33vw;
    }
    .step-box {
        border-radius: 1.06vw;
        padding: 1.33vw;
    }
    .step-box:not(:last-child) {
        margin-bottom: 8vw;
    }
    .step-box:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: -5.86vw;
        right: 0;
        left: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 2.66vw solid transparent;
        border-left: 2.66vw solid transparent;
        border-top: 2.66vw solid #0099FF;
        border-bottom: 0;
    }
    .step-box .step-title {
        font-size: 4.26vw;
        border-radius: 0.53vw;
        padding: 1.33vw;
        min-height: 9.06vw;
    }
    .step-box .step-inner{
        max-width: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 5.33vw;
    }
    
    .step-box .step-inner.flex-box.column2{
        flex-direction: column-reverse;
    }
    .step-box .step-inner.flex-box .flex-item.img{
        max-width: none;
        margin-right: none;
        margin-top: 5.33vw;
    }
    .step-box .step-inner.flex-box .flex-item.text{
        text-align: left;
    }
    .step-box .step-inner.flex-box .flex-item .list{
        margin-top: 5.33vw;
    }
    .step-box .step-inner.flex-box .flex-item .list li{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 3.2vw;
    }
    .step-box .step-inner.flex-box .flex-item .list li:not(:last-child){
        margin-bottom: 5.33vw;
    }
    .step-box .step-inner.flex-box .flex-item .list li span{
        border: 0.26vw solid #222;
        padding: 0 1.06vw;
        min-width: 9.06vw;
        margin-right: 4vw;
    }
}


.version-list .list-item{
    display: flex;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}
.version-list .list-item dt{
    background: #CCEBFF;
    max-width: 182px;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
}
.version-list .list-item dd{
    background: #ECF3F8;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
}
/* type01 */
.version-list .list-item.type01:not(:last-child){
    margin-bottom: 10px;
}
/* type02 */
.version-list .flex-wrapper:not(:last-child){
    margin-bottom: 10px;
}
.version-list .flex-wrapper .flex-item{
    display: flex;
}
.version-list .flex-wrapper .flex-item:not(:last-child){
    margin-bottom: 2px;
}
.version-list .flex-wrapper .flex-item .list-item.type02{
    width: calc(100%/2);
}
.version-list .flex-wrapper .flex-item .list-item.type02:not(:last-child){
    margin-right: 2px;
}
@media screen and (max-width:768px){
    .version-list .list-item{
        font-size: 3.46vw;
    }
    .version-list .list-item dt{
        max-width: none;
        width: calc(100%/2);
        padding: 4vw 5.33vw;
    }
    .version-list .list-item dd{
        width: calc(100%/2);
        text-align: center;
        padding: 4vw 5.33vw;
    }
    /* type01 */
    .version-list .list-item.type01:not(:last-child){
        margin-bottom: 2.66vw;
    }
    /* type02 */
    .version-list .flex-wrapper:not(:last-child){
        margin-bottom: 2.66vw;
    }
    .version-list .flex-wrapper .flex-item{
        display: flex;
        flex-direction: column;
    }
    .version-list .flex-wrapper .flex-item:not(:last-child){
        margin-bottom: 0.53vw;
    }
    .version-list .flex-wrapper .flex-item .list-item.type02{
        width: 100%;
    }
    .version-list .flex-wrapper .flex-item .list-item.type02:not(:last-child){
        margin-right: 0;
        margin-bottom: 0.53vw;
    }
}
