@charset "utf-8";
/*!
 * flow CSS
 * ---------------------------------------------
 * 下層ページのcss
 * 
 */

/*===================================
	element	
=====================================*/

.flowImage img {
    margin: 8px auto 60px;
}

/*  machine
---------------------------------*/

.machine {
    position: relative;
    min-height: 200px;
    margin: 0 -30px 70px;
    padding: 38px 636px 38px 37px;
    border: dashed 3px #d6d6d3;
}
.machine dt {
    margin-bottom: 0.5em;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
}
.machine dd {
    font-size: 20px;
    line-height: 1.6;
}
.machine dd p.btn {
    margin: 0 -10px 0 0;
}
.machine dd .btn a {
    padding: 0.6em 0.8em;
    background: #408ff0;
    color: #fff;
    font-size: 18px;
}
.machine figure {
    position: absolute;
    overflow: hidden;
    top: 38px;
    right: 37px;
    width: 570px;
}
.machine figure img:nth-of-type(1) {
    float: left;
}
.machine figure img:nth-of-type(2) {
    float: right;
}

/*  movie
---------------------------------*/

.movie {
    margin: 0 -30px;
    padding: 40px 43px;
    background: #333;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}
.movie h3 {
    margin-bottom: 0.8em;
    font-size: 30px;
}
.movie h3 span {
    padding-left: 1em;
    font-size: 18px;
    font-weight: normal;
}
.movie h3:before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 28px;
    margin: -2px 10px 0 0;
    background: url(../images/base/sprite.png) no-repeat -600px -100px;
}
.movie ul {
    overflow: hidden;
}

.movie li:nth-of-type(1) {
    float: left;
}
.movie li:nth-of-type(2) {
    float: right;
}
.movie li a {
    display: block;
}
.movie figcaption {
    margin-top: 0.5em;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
	
    /*===================================
        element	
    =====================================*/
    
	/*  machine
    ---------------------------------*/
	
    .machine {
        min-height: inherit;
        margin: 0 0 70px;
        padding: 30px;
    }
    .machine dt {
        font-size: 46px;
        text-align: center;
    }
    .machine dd {
        font-size: 28px;
    }
    .machine dd p.btn {
        margin: 0;
        text-align: center;
    }
    .machine dd .btn a {
        padding: 0.6em 0.8em;
        font-size: 24px;
    }
    .machine figure {
        position: relative;
        overflow: hidden;
        top: inherit;
        right: inherit;
        width: auto;
        margin-bottom: 2em;
    }
    .machine figure img {
        width: 250px;
    }

	
	/*  movie
    ---------------------------------*/

    .movie {
        margin: 0 ;
        padding: 50px 30px;
        font-size: 26px;
    }
    .movie h3 {
        font-size: 40px;
    }
    .movie h3 span {
        display: block;
        padding: 0;
        font-size: 20px;
    }
    .movie h3:before {
        margin-top: -6px;
    }
    .movie ul {
        overflow: hidden;
    }
    .movie li:nth-of-type(1),
    .movie li:nth-of-type(2) {
        float: none;
    }
    .movie li:nth-of-type(1) {
        margin-bottom: 2em;
    }
    .movie iframe {
        width: 100%;
        height: 293px;
    }
	
	
}