#content02 {
    width:100%;
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:50px;
    text-align: center;
}

#content02 h3 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color:#121212;
}
#content02 h3 span {
    font-weight: bold;
}
#content02 h3 span.blue_text {
    color:#008acb;
}
@media all and (max-width: 960px) {  #content02 h3 { font-size: 30px; line-height: normal}  }
@media all and (max-width: 740px) {  #content02 h3 { font-size: 25px;}  }
@media all and (max-width: 600px) {  #content02 h3 { font-size: 22px;}  }
@media all and (max-width: 480px) {  #content02 h3 { font-size: 20px;}  }
@media all and (max-width: 400px) {  #content02 h3 { font-size: 15px;}  }
#content03 {
    max-width: 1200px;
    width:100%;
    margin: 0 auto 155px auto;
    border: 1px solid rgb(204, 204, 204);

}
#content03 .wrapper {
    width: calc(100% - 40px);
    max-width: 1025px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 4% 0px 4% 0px;
}
#content03 .wrapper .image_area{
    display: inline-block;
}

#content03 .catalog_link button{
    width:100%;
    height:64px;
    background: white;
    border:2px solid rgb(0, 138, 203);
    color:#008acb;
    font-size:20px;
    letter-spacing: -0.025em;
    font-weight: bold;
}
#content03  .catalog_link button:hover{
    color:white;
    background: rgb(0, 138, 203);
}

@media all and (max-width: 740px) {  #content03 .catalog_link button {height:40px; font-size: 18px;} }
@media all and (max-width: 600px) {  #content03 .catalog_link button {height:35px; font-size: 15px;} }
@media all and (max-width: 480px) {  #content03 .catalog_link button {height:30px;} }
@media all and (max-width: 400px) {  #content03 .catalog_link button {height:25px; font-size: 13px;} }

@media all and (max-width: 1200px){
    #content03 .wrapper .image_area{
        width:33%;
    }
    #content03 .wrapper .image_area img{
        width:100%;
    }
}
@media all and (max-width: 480px){
    #content03 .wrapper .image_area{
        width:calc(100% - 20px);
        margin: 0 10px 10px 10px;
    }
}