.sub_wrap p{font-size: 18px; word-break: keep-all; line-height: 1.5; color: #111;}
.sub_wrap img{max-width: 100%; display: block; margin: 0 auto;}
h1, h2, h3, h4, h5, h6{font-weight: bold; word-break: keep-all;}

.sub_0101 .inner{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.sub_0101 .inner .left{width: 48%;}
.sub_0101 .inner .right{width: 48%;}
.sub_0101 .inner .right h4 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 500;
    padding: 0 30px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.sub_0101 .inner .right h4 span{color: #24479b; font-weight: 800;}
.sub_0101 .inner .right h4::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f10d';
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 0;
    color: #24479b;
}
.sub_0101 .inner .right h4::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f10e';
    position: absolute;
    font-size: 20px;
    right: 0;
    bottom: 20px;
    color: #24479b;
}
.sub_0101 .inner .right p{padding-left: 30px;}
.sub_0101 .inner .right h6{font-size: 21px; text-align: right; margin-top: 50px;}
.sub_0101 .inner .right h6 span{font-size: 1.5em; padding-left: 5px;}

.sub_0201 .box {
    text-align: center;
}
.sub_0201 .box+.box {
    margin-top: 100px;
}
.sub_0201 .box h5 {
    font-size: 28px;
    color: #888;
}
.sub_0201 .box .line {
    width: 1px;
    height: 30px;
    background-color: #999;
    margin: 20px auto;
    font-weight: 800;
}
.sub_0201 .box h2 {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1.3;
    color: #222;
}
.sub_0201 .box h2 span {
    color: #24479b;
}

.sub_0201 .box h3{
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.sub_0201 .pc_box{background-color: #f5f5f5; padding: 50px 0; margin-top: 30px;}
.sub_0201 .pc_box img{max-width: 90%;}

.note_hide{display: none;}

@media(max-width: 1200px){
    .note_hide{display: block;}
    .pc_br{display: none;}


}

@media(max-width: 1024px){
    .sub_wrap p{font-size: 14px;}

    .sub_0101 .inner .left{width: 100%; margin-bottom: 30px;}
    .sub_0101 .inner .right{width: 100%;}
    .sub_0101 .inner .right h4{font-size: 18px; text-align: center;}
    .sub_0101 .inner .right h4::before{top: -10px;}
    .sub_0101 .inner .right h4::after{top: -10px; bottom: inherit;}
    .sub_0101 .inner .right p{padding-left: 0; font-size: 15px;}
    .sub_0101 .inner .right h6{font-size: 18px; margin-top: 20px;}

    .sub_0201 .mo_box{background-color: #f5f5f5; padding: 30px 0; margin-top: 20px;}
    .sub_0201 .box+.box{margin-top: 50px;}
    .sub_0201 .box h5{font-size: 16px;}
    .sub_0201 .box .line{height: 20px; margin: 10px auto;}
    .sub_0201 .box h2{font-size: 20px; margin-bottom: 15px;}
    .sub_0201 .box h3{font-size: 20px; margin-bottom: 30px;}
    .sub_0201 .box .in_box{flex-direction: column; max-width: 95%; margin: 0 auto;}
    .sub_0201 .box .in_box .mini{width: 100%;}
    .sub_0201 .box .in_box .mini h5{color: #222; margin-bottom: 20px;}
    .sub_0201 .box .in_box .mini+.mini{margin-top: 50px;}
}

@media(max-width: 800px){
    .note_hide{display: none;}
}