
.productdetail img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.part00 {
    margin-bottom:2em;
}

    .part00 .container {
    }

    .part00 .text {
        border-radius: 20px;
        height: 160px;
        background: #e9f5fd;
    }

        .part00 .text .icon {
            border-radius: 20px;
            height: 160px;
            width: 160px;
            float: left;
            background: #00a0e9 url("/Content/Products/SC5/images/icon.png") no-repeat center center;
            margin-right:20px;
        }

        .part00 .text h1 {
            color: #00a0e9;
            font-size: 1.8em;
            font-weight: 600;
            padding:30px 0 10px 0;
        }
        .part00 .text h1 strong {
            color: #00a0e9;
            font-size: 2.0em;
            font-weight: 600;
        }


        .part00 .text p {
            color: #333;
            font-size: 1.2em;
            padding: 0px 20px 0px 0;
        }


.part01 {
}

    .part01 .container {
        position: relative;
    }

    .part01 .photo {
        border-radius: 20px;
        background: #d2ecfb;
        padding: 40px 0;
    }
    .part01 .text {
        position: absolute;
        top: 120px;
        left:60%;
        text-align:left;
    }

        .part01 .text h2 {
            color: #00a0e9;
            font-size: 6em;
            font-weight: 600;
        }

        .part01 .text h6 {
            color: #00a0e9;
            font-size: 1.2em;
            font-weight: 300;
            letter-spacing:3px;
        }

.part02 {
    margin-bottom: 6em;
}

    .part02 .container {
        position: relative;
    }

    .part02 .text {
        text-align: left;
        padding: 40px 20px;
    }

        .part02 .text h2 {
            color: #004183;
            font-size: 1.8em;
            font-weight: 600;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #004183;
        }


    .part02 ul {
        list-style: none;
    }

        .part02 ul li {
            color: #666;
            font-size: 1.4em;
            line-height: 2em;
        }



@media(max-width:1024px) {
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .part00 .text {
        border-radius: 20px;
        height: 160px;
        background: #e9f5fd;
    }

        .part00 .text .icon {
            border-radius: 20px;
            height: 160px;
            width: 160px;
            float: left;
            background: #00a0e9 url("/Content/Products/SC5/images/icon.png") no-repeat center center;
            margin-right: 20px;
        }

        .part00 .text h1 {
            color: #00a0e9;
            font-size: 1.8em;
            font-weight: 600;
            padding: 10px 0 10px 0;
        }

            .part00 .text h1 strong {
                color: #00a0e9;
                font-size: 2.0em;
                font-weight: 600;
            }


        .part00 .text p {
            color: #333;
            font-size: 1.2em;
            padding: 0px 20px 0px 0;
        }



    .part01 {
    }

        .part01 .container {
            position: relative;
        }

        .part01 .photo {
            border-radius: 8px;
            background: #d2ecfb;
            padding: 40px 0;
        }

            .part01 .photo img {
                max-width: 70%;
            }

        .part01 .text {
            position: absolute;
            top: 120px;
            left: 60%;
            text-align: left;
        }

            .part01 .text h2 {
                color: #00a0e9;
                font-size: 5em;
                font-weight: 600;
            }

            .part01 .text h6 {
                color: #00a0e9;
                font-size: 1.1em;
                font-weight: 300;
                letter-spacing: 1.5px;
            }



    .part02 {
        margin-bottom: 2em;
    }

        .part02 .container {
            position: relative;
        }

        .part02 .text {
            text-align: left;
            padding: 20px 8px;
        }

            .part02 .text h2 {
                color: #004183;
                font-size: 1.8em;
                font-weight: 600;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #004183;
            }


        .part02 ul {
            list-style: none;
        }

            .part02 ul li {
                color: #666;
                font-size: 1.0em;
                line-height: 1.4em;
            }
}

@media (max-width: 480px) {
    .part00 {
        margin-bottom: 2em;
    }

        .part00 .container {
        }

        .part00 .text {
            border-radius: 8px;
            height: 80px;
            background: #e9f5fd;
        }

            .part00 .text .icon {
                border-radius: 8px;
                height: 80px;
                width: 80px;
                float: left;
                background: #00a0e9 url("/Content/Products/SC5/images/icon.png") no-repeat center center;
                background-size:60px;
                margin-right: 2px;
            }

            .part00 .text h1 {
                color: #00a0e9;
                font-size: 1.2em;
                font-weight: 600;
                padding: 4px 0 4px 0;
            }

                .part00 .text h1 strong {
                    color: #00a0e9;
                    font-size: 1.4em;
                    font-weight: 600;
                }


            .part00 .text p {
                color: #333;
                font-size: 11px;
                padding: 0px 4px 0px 0;
            }


    .part01 {
    }

        .part01 .container {
            position: relative;
        }

        .part01 .photo {
            border-radius: 8px;
            background: #d2ecfb;
            padding: 40px 0;
        }
        .part01 .photo img {
            max-width:70%;
        }

        .part01 .text {
            position: absolute;
            top: 120px;
            left: 60%;
            text-align: left;
        }

            .part01 .text h2 {
                color: #00a0e9;
                font-size: 3.5em;
                font-weight: 600;
            }

            .part01 .text h6 {
                color: #00a0e9;
                font-size: 0.8em;
                font-weight: 300;
                letter-spacing: 1px;
            }



    .part02 {
        margin-bottom: 2em;
    }

        .part02 .container {
            position: relative;
        }

        .part02 .text {
            text-align: left;
            padding: 20px 8px;
        }

            .part02 .text h2 {
                color: #004183;
                font-size: 1.8em;
                font-weight: 600;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #004183;
            }


        .part02 ul {
            list-style: none;
        }

            .part02 ul li {
                color: #666;
                font-size: 1.0em;
                line-height: 1.4em;
            }

}

@media (max-width: 320px) {
    .part00 {
        margin-bottom: 2em;
    }

        .part00 .container {
        }

        .part00 .text {
            border-radius: 8px;
            height: 80px;
            background: #e9f5fd;
        }

            .part00 .text .icon {
                border-radius: 8px;
                height: 80px;
                width: 80px;
                float: left;
                background: #00a0e9 url("/Content/Products/SC5/images/icon.png") no-repeat center center;
                background-size: 60px;
                margin-right: 2px;
            }

            .part00 .text h1 {
                color: #00a0e9;
                font-size: 1.1em;
                font-weight: 600;
                padding: 4px 0 4px 0;
            }

                .part00 .text h1 strong {
                    color: #00a0e9;
                    font-size: 1.2em;
                    font-weight: 600;
                }


            .part00 .text p {
                color: #333;
                font-size: 11px;
                padding: 0px 4px 0px 0;
            }


    .part01 {
    }

        .part01 .container {
            position: relative;
        }

        .part01 .photo {
            border-radius: 8px;
            background: #d2ecfb;
            padding: 40px 0;
        }

            .part01 .photo img {
                max-width: 60%;
            }

        .part01 .text {
            position: absolute;
            top: 120px;
            left: 60%;
            text-align: left;
        }

            .part01 .text h2 {
                color: #00a0e9;
                font-size: 2.2em;
                font-weight: 600;
            }

            .part01 .text h6 {
                color: #00a0e9;
                font-size: 0.8em;
                font-weight: 300;
                letter-spacing: 1px;
            }



    .part02 {
        margin-bottom: 2em;
    }

        .part02 .container {
            position: relative;
        }

        .part02 .text {
            text-align: left;
            padding: 20px 8px;
        }

            .part02 .text h2 {
                color: #004183;
                font-size: 1.4em;
                font-weight: 600;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #004183;
            }


        .part02 ul {
            list-style: none;
        }

            .part02 ul li {
                color: #666;
                font-size: 1.0em;
                line-height: 1.4em;
            }
}
