﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #555;
}

body {
    font-size: 12px;
    line-height: 1.6;
    font-family: Meiryo, "lucida grande", verdana, "Hiragino Kaku Gothic ProN", Sans-Serif;
    overflow: hidden;
}

::-moz-selection {
    color: white;
    background: #55aae1;
    text-shadow: none;
}

::selection {
    color: white;
    background: #55aae1;
    text-shadow: none;
}

hr {
    display: block;
    height: 0;
    margin: 2em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid gainsboro;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

a {
    color: #55aae1;
}

a:hover {
    text-decoration: none;
}


/* --------------------------------------------------
   section
 -------------------------------------------------- */

header,
section,
#feature {
    position: relative;
    /*box-shadow: 0 1px 3px rgba(13,4,9,.1);*/
}

section > .title {
    padding-top: 60px;
    line-height: 1;
    text-align: center;
}

#howto {
    background-color: #f8f8f8;
}

#howto .title {
    margin-bottom: 48px;
}

#howto .title img {
    border-color: #6e6e6e;
}

#howto .usage {
    width: 100%;
    position: relative;
    /*height: 480px;*/
}

#howto .usage ol li {
    position: relative;
    float: left;
    width: 20%;
    /*height: 480px;*/
    overflow: hidden;
    background-color: #f4f4f4;
    box-shadow: 7px 0 20px rgba(13, 4, 9, .1);
}

#howto .usage ol li.step1 {
    z-index: 5;
}

#howto .usage ol li.step2 {
    z-index: 4;
}

#howto .usage ol li.step3 {
    z-index: 3;
}

#howto .usage ol li.step4 {
    z-index: 2;
}

#howto .usage ol li.step5 {
    z-index: 1;
}

.li_img {
    width: 65%;
    margin: 40px auto;
}

.li_img img {
    width: 100%;
}

.li_img p {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}


/*#howto .usage ol li > img {
	position: absolute;
	left: 50%;
	margin-left: -208px;
}*/

#howto .usage ol li .ttl,
#howto .usage ol li .txt {
    margin-left: 10%;
    line-height: 1;
}

#howto .usage ol li .ttl {
    margin-bottom: 30px;
    padding-top: 383px;
}

#howto .usage ol li .ttl img {
    display: block;
}

#howto .usage ol li .ttl img[alt^="STEP"] {
    margin-bottom: 12px;
}

#howto .usage ol li .txt {
    position: relative;
    padding-top: 15px;
}

#howto .usage ol li .txt img {
    margin-bottom: 5px;
}

#howto .usage ol li .txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 2px;
    background-color: #55aae1;
}

.csstransitions #howto .usage ol li {
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    /* easeOutCubic */
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.csstransitions #howto .usage ol .step1 {
    -webkit-transform: translate(-101%);
    transform: translate(-101%);
}

.csstransitions #howto .usage ol .step2 {
    -webkit-transform: translate(-202%);
    transform: translate(-202%);
}

.csstransitions #howto .usage ol .step3 {
    -webkit-transform: translate(-303%);
    transform: translate(-303%);
}

.csstransitions #howto .usage ol .step4 {
    -webkit-transform: translate(-404%);
    transform: translate(-404%);
}

.csstransitions #howto .usage ol .step5 {
    -webkit-transform: translate(-505%);
    transform: translate(-505%);
}

.csstransitions #howto.cur .usage ol li {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.csstransitions #howto.cur .usage ol .step1 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.csstransitions #howto.cur .usage ol .step2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.csstransitions #howto.cur .usage ol .step3 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.csstransitions #howto.cur .usage ol .step4 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.csstransitions #howto.cur .usage ol .step5 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

#howto .usage ol li.step1 {
    z-index: 50;
}

#howto .usage ol li.step2 {
    z-index: 49;
}

#howto .usage ol li.step3 {
    z-index: 48;
}

#howto .usage ol li.step4 {
    z-index: 47;
}

#howto .usage ol li.step5 {
    z-index: 46;
}

#howto .usage ol li.step6 {
    z-index: 45;
}

#howto .usage ol li.step7 {
    z-index: 44;
}

#howto .usage ol li.step8 {
    z-index: 43;
}

#howto .usage ol li.step9 {
    z-index: 42;
}

#howto .usage ol li.step10 {
    z-index: 41;
}

#howto .usage ol li.step11 {
    z-index: 40;
}

#howto .usage ol li.step12 {
    z-index: 39;
}

#howto .usage ol li.step13 {
    z-index: 38;
}

#howto .usage ol li.step14 {
    z-index: 37;
}

#howto .usage ol li.step15 {
    z-index: 36;
}

#howto .usage ol li.step16 {
    z-index: 35;
}

#howto .usage ol li.step17 {
    z-index: 34;
}

#howto .usage ol li.step18 {
    z-index: 33;
}

#howto .usage ol li.step19 {
    z-index: 32;
}

#howto .usage ol li.step20 {
    z-index: 31;
}

#howto .usage ol li.step21 {
    z-index: 30;
}

.ico-fat{
    position: absolute;
    top: 169.5px;
    z-index: 100;
    width: 100%;
}

.ico-left{
    width: 42px;
    height: 42px;
    display: block;
     float: left;
    margin-right: 1px;
    background-color: #c1c1c1;
    margin-left: 10px;
}

.ico-right{
    width: 42px;
    height: 42px;
    display: block;
    float: right;
    margin-right: 1px;
    background-color: #c1c1c1;
    margin-left: 10px;
}

@media screen and ( max-width: 1540px ) {
    .li_img p{
        font-size: 15px;
    }
}
