
main .content {
    display: inline-block;
    width: 100%;
   
    min-width: 288px;
    max-width: 1200px;
}

.subline {
    display: inline-block;
    max-width: 800px;
}

.intro-pic {
    height: 360px;
}

section {
    padding: 0 16px;
}

.overview {
    padding-top: 40px;
    min-height: 500px;
    background-image: url(../img/overview-bg-phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #8A8073;
}

.overview .intro-pic {
    width: 100%;
    height: 320px;
}
.overview .intro-text {
    color: #fff;
}
.intro-text-blanc {
    color: #484848;
	height: 30px;
}

.overview h2 {
    margin-bottom: 12px;
}

.overview .download {
    background: #fff;
    display: inline-block;
    min-width: 170px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    margin-top: 40px;
    text-align: center;
    font-size: 1.1em;
    color: #050505;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}

.overview .download a {
    color: #040404;
    cursor: inherit;
}

.introduction {
    min-height: 100px;
}

.introduction h3 {
    margin-bottom: 8px;
}

.introduction.pomodoro,
.introduction.task,
.introduction.report,
.introduction.sync {
    padding-top: 30px;
}

.introduction.pomodoro,
.introduction.task {
    padding-bottom: 30px;
}

.introduction.pomodoro .intro-pic,
.introduction.task .intro-pic,
.introduction.report .intro-pic {
    margin-top: 20px;
    width: 100%;
    height: 320px;
}

.introduction.sync .intro-pic {
    width: 100%;
    height: 320px;
}

.introduction.pomodoro .intro-pic img,
.introduction.task .intro-pic img,
.introduction.report .intro-pic img,
.introduction.sync .intro-pic img,
.overview .intro-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.introduction.pomodoro .subline,
.introduction.task .subline,
.introduction.report .subline,
.introduction.sync .subline {
    color: #525252;
}


.introduction.sync .intro-pic {
    margin-top: 30px;
}

.products {
    min-height: 400px;
}

.products ul {
    margin-top: 50px;
}
.products li {
    display: inline-block;
    vertical-align: top;
}

.products .pic {
    width: 5rem;
    height: 5rem;
    cursor: pointer;
}

.products .title {
    display: inline-block;
    width: 5rem;
    font-size: 1.1em;
    color: #525252;
    font-weight: normal;
    cursor: pointer;
}

.products .iphone .pic {
    background: url(../img/dl-iphone.png) no-repeat center;
    background-size: contain;
}

.products .ipad .pic {
    background: url(../img/dl-ipad.png) no-repeat center;
    background-size: contain;
}

.products .ios.watch .pic {
    background: url(../img/dl-applewatch.png) no-repeat center;
    background-size: contain;
}

.products .osx .pic {
    background: url(../img/dl-mac.png) no-repeat center;
    background-size: contain;
}

.products .windows .pic {
    background: url(../img/dl-windows.png) no-repeat center;
    background-size: contain;
}

.products .chrome .pic {
    background: url(../img/dl-chrome.png) no-repeat center;
    background-size: contain;
}

.products .android .pic {
    background: url(../img/dl-android.png) no-repeat center;
    background-size: contain; }

.products .android.pad .pic {
    background: url(../img/dl-androidpad.png) no-repeat center;
    background-size: contain;
}

.products,
.introduction.sync,
.features {
    padding-top: 60px;
    padding-bottom: 60px;
}

.features .content {
    min-height: 500px;
    max-width: 960px;
}

.features .details ul {
    margin-top: 12px;
    text-align: center;
    font-size: 0;
}

.features .details ul li {
    font-size: 1rem;
    display: inline-block;
    width: 50%;
    padding: 30px 10px;
    vertical-align: top;
}

.features .details ul li .pic {
    width: 100%;
    height: 5em;
}

.features .details ul li .description {
    font-size: .75em;
    text-align: center;
}

.features .details ul li .title {
    font-weight: 700;
    font-size: .75em;
    text-align: center;
    margin-bottom: 12px;
}

.features .details ul .pomodoro .pic {
    background: url(../img/ft-pomodoro.png) no-repeat center;
    background-size: contain;
}

.features .details ul .report .pic {
    background: url(../img/ft-report.png) no-repeat center;
    background-size: contain;
}

.features .details ul .sync .pic {
    background: url(../img/ft-sync.png) no-repeat center;
    background-size: contain;
}

.features .details ul .deadline .pic {
    background: url(../img/ft-deadline.png) no-repeat center;
    background-size: contain;
}

.features .details ul .reminder .pic {
    background: url(../img/ft-reminder.png) no-repeat center;
    background-size: contain;
}

.features .details ul .subtask .pic {
    background: url(../img/ft-subtask.png) no-repeat center;
    background-size: contain;
}

.features .details ul .repetition .pic {
    background: url(../img/ft-repetition.png) no-repeat center;
    background-size: contain;
}

.features .details ul .remark .pic {
    background: url(../img/ft-remark.png) no-repeat center;
    background-size: contain;
}

@media only screen and (min-width: 40em) {
    .overview {
        padding-top: 0;
        background-image: url(../img/overview-bg-web.png);
    }

    .introduction.pomodoro,
    .introduction.task,
    .introduction.report,
    .introduction.sync {
        padding-top: 0;
        padding-bottom: 0;
    }

    .overview .content,
    .pomodoro .content,
    .task .content,
    .report .content {
        text-align: left;
    }

    .overview .content .flex-container,
    .pomodoro .content .flex-container,
    .task .content .flex-container,
    .report .content .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .overview .content .flex-container > div,
    .pomodoro .content .flex-container > div,
    .task .content .flex-container > div,
    .report .content .flex-container > div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 28em;
        flex-basis: 28em;
    }

    .pomodoro .content .flex-container .intro-pic,
    .task .content .flex-container .intro-pic,
    .report .content .flex-container .intro-pic {
        height: 500px;
        margin-top: 0;
    }

    .overview .content .flex-container .intro-pic {
        height: 600px;
    }

    .pomodoro .intro-pic,
    .report .intro-pic {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .subline {
        font-size: 1.125em;
    }

    .products .pic {
        width: 8em;
        height: 8em;
    }

    .features .details ul li {
        width: 25%;
    }

    .features .details ul li .pic {
        height: 5em;
    }

    .features .details ul li .title,
    .features .details ul li .description {
        font-size: 1em;
    }
	
	
}