@charset "UTF-8";
#technology .ttl div {
    background-image: url(img/ttl_bg.png);
}
#technology .section ul, #process ol {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#technology .section ul li {
    width: 31.5463918%;
    margin-bottom: 40px;
}
#process ol li {
    width: 18.556701%;
    position: relative;
    line-height: 0;
}
#process ol li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -33%;
    width: 40px;
    height: 100%;
    background: url(img/arrow.gif) no-repeat 0 50%;
    background-size: 100% auto;
}
#process ol li:last-child:after {
    content: none;
}
#technology .section ul li figure img{
	margin-bottom: 10px;
}
#technology .section ul li figcaption {
    color: #003280;
    font-size: 18px;
    font-weight: bold;
}
#technology .section ul li p{
	margin-top: 5px;
}
.movie {
    width: 150px;
    background: #4c6fa6;
    padding: 7px 0;
    line-height: 1;
    text-align: center;
    margin: 10px 0 0 0;
}
#facility.section, #products.section {
    padding-bottom: 20px;
}
#process.section, #products.section {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
#technology .section ul li {
    width: 49%;
}
#process ol {
    background: url(img/arrow_mb.gif) no-repeat 50% 50%;
	background-size: 9% auto;
}
#process ol li {
    width: 43.1034%;
}
#process ol li:nth-child(1), #process ol li:nth-child(2) {
    margin-bottom: 60px;
}
#process ol li:after {
    content: none;
}
}

@media screen and (max-width: 640px) {
#technology .ttl div {
    background-image: url(img/ttl_bg_mb.jpg);
}
#technology .intro {
    margin-bottom: 0;
}
#technology .section ul li {
    width: 100%;
}
#technology .section ul li:last-child {
    margin-bottom: 0;
}
}

@media screen and (max-width: 500px) {
#process ol li:nth-child(1), #process ol li:nth-child(2) {
    margin-bottom: 40px;
}
}