


#content02 h2{
    width:100%;
    max-width: 1200px;
    text-align: center;
    font-weight: normal;
    margin:0 auto 40px auto;
    font-size:30px;
    color:#121212;
    word-break: keep-all;
}
#content02 h2 span {
    font-weight: bold;
    word-break: keep-all;
}
#content02 h2 span.blue_text {
    color:#239acd;
}
#content03 {
    width:100%;
    min-height: 679px;
    max-width: 1200px;
    margin:0 auto 147px auto;
    position: relative;
    overflow: hidden;
}

#content03 .bk_blue_circle {
    position: absolute;
    top:0;
    left: calc((100% - 679px) / 2);
    width: 679px;
    height: 679px;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 5px;
    border-color: rgb(35, 154, 205);
    border-radius: 50%;
    opacity: 0.149;
    z-index: -1;
}
#content03 .summary {
    padding-top:66px;
    text-align: center;
    font-size:20px;
    line-height: 35px;
    color:#121212;
    letter-spacing: -0.025em;
}
#content03 .summary span {
    color:#239acd;
    font-size:25px;
    font-weight: bold;
    word-break: keep-all;
}
#content03 .wrapper {
    margin-top:70px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#content03 .wrapper .policy {
    width:31.7%;
    min-width: 300px;

}
#content03 .wrapper .policy .title_area{
    width:100%;
    height: 163px;
    border-radius: 200px;
    position: relative;
}
#content03 .wrapper .policy:nth-child(1) .title_area {background-color: rgb(66, 147, 166);}
#content03 .wrapper .policy:nth-child(2) .title_area {background-color: #2499ce;}
#content03 .wrapper .policy:nth-child(3) .title_area {background-color: #1e6ea1;}
#content03 .policy  .white_circle {
    position: absolute;
    top:15px;
    left: 7%;
    border-radius: 50%;
    width: 129px;
    height: 129px;
    background-color: rgb(255, 255, 255);
    text-align: center;
}
#content03 .policy  .white_circle .center {
    width: 129px;
    height: 129px;
    display: table-cell;
    vertical-align: middle;
}
#content03 .policy  .white_circle img{
}
#content03 .policy .title_area p {
    line-height: 163px;
    font-size:30px;
    color:white;
    text-align: right;
    padding-right: 12%;
}

#content03 .policy .list ul {
    width:280px;
    margin: 30px auto 0 auto;
    font-size:18px;
    color:#121212;
    letter-spacing: -0.025em;
    line-height: 30px;
}
#content03 .hazy_text {
    position: absolute;
    bottom: 70px;
    left:calc((100% - 268px) / 2);
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.025em;
    font-weight: bold;
    color: #ebebeb;
    z-index: -1;
}

@media all and (max-width:960px){
    #content03 {
        min-height: 1100px;
    }
    #content03 .bk_blue_circle {
        width:2000px;
        height: 2000px;
        left:calc((100% - 2000px) / 2);
    }
    #content03 .wrapper .policy {
        width:calc(100% - 40px);
        margin: 30px 20px;
        display: flex;
        flex-flow: row wrap;
    }
    #content03 .wrapper .policy .title_area{
        width:370px;
    }
    #content03 .wrapper .policy .list{
        width:calc(100% - 370px);
    }
}
@media all and (max-width:680px){
    #content03 {
        min-height: 1450px;
        margin-bottom:40px;
    }
    #content03 .policy .white_circle {
        left:22px;
    }
    #content03 .wrapper .policy {
        width:calc(100% - 10px);
        margin: 15px 5px;
    }
    #content03 .wrapper .policy .title_area {
        width:100%;
        max-width:400px;
        margin-left: auto;
        margin-right: auto;
    }
    #content03 .wrapper .policy .list{
        width: 100%;
    }
}