main {
    padding: 0 1.5rem;
}
.designA .bnr .left h2 {
    color: #282e3f;
}
.designC .bnr .left h2 {
    color: #ef4f4f;
}
.designD .bnr .left h2 {
    color: #ef4f4f;
}
.designE .bnr .left h2 {
    color: #f98638;
}
main .bnr {
    display: flex; justify-content: space-between;
    align-items: center; margin: 2rem 0 4rem;
}
main .bnr .left {}
main .bnr .left h2 {
    line-height: inherit;
    font-size: 2.2rem;
    font-weight: 900; color: #4bbfa9;
}
main .bnr .left p {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4; color: #5b606b;
}
main .bnr .right {
    width: 25%;
}
main .bnr .right img {
    width: 100%;
}
main section {}
main section a {
    width: 100%;
    color: #fff;
    display: block;
    padding: 2rem 0;
    margin-top: 4rem;
    font-size: 1.6rem;
    font-weight: bold; position: relative;
    text-align: center;
    border-radius: 1rem;
    background-color: #ef4f4f;
}
main section a img {
    width: 1rem; position: absolute;
    right: 1rem;
}
.designA .box h4 {
    color: #282e3f;
}
.designC .box h4 {
    color: #ef4f4f;
}
.designD .box h4 {
    color: #ef4f4f;
}
.designE .box h4 {
    color: #f98638;
}
main section h3 {
    font-size: 1.6rem; line-height: 1.4;
    font-weight: 800;
    color: #5b606b; margin-bottom: 1rem;
}
main section p {
    font-size: 1.4rem;
    line-height: 1.4; display: flex;
    flex-flow: column nowrap;
    color: #5b606b;
}
main section .box {
    padding: 1.5rem; margin-top: 1rem;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 1rem;
    display: flex; flex-flow: column nowrap;
}
main section .box h4 {
    font-size: 1.6rem;
    font-weight: 800; color: #4bbfa9;
    line-height: 1.4;
}
main section .box p {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #5b606b;
}
main section .box b {
    line-height: 2;
    font-weight: 800;
    font-size: 1.6rem;
    color: inherit;
}
main .tip {
    padding: 2rem 1.5rem;
}
main .tip h2 {
    margin-bottom: 1.5rem; font-size: 1.6rem;
    font-weight: 800; line-height: 1.4;
    color: #5b606b;
}
main .tip .contents {
    display: flex; justify-content: space-between;
    gap: 1.5rem;
}
main .tip a {
    border-radius: 1rem; 
    padding: 1.5rem; height: 17rem; width: 100%;
}
main .tip a:nth-of-type(1) {
    background: #f9efe8 url(../images/btn-icon-7.png) no-repeat 85% 80% / 40%;
}
main .tip a:nth-of-type(2) {
    background: #e9f0f4 url(../images/btn-icon-6.png) no-repeat 85% 80% / 40%;
}
main .tip a span {
    font-size: 1.6rem; color: #d85903;
    line-height: 1.4; font-weight: 800;
}
main .tip a:nth-of-type(2) span {
    color: #092a55;
}