@charset "utf-8";
/* CSS Document */
section#flow section.common {
    background-image: url(../img/flow/common.jpg);
    background-position: right center;
}
section#flow section.common div.common_txt, 
section#flow section.common div.common_txt p.fs16 {
    text-shadow: 1px 1px 2px #ffffff, 0 0 1em #ffffff, 0 0 0.2em #ffffff;
}
section#flow div.lower_inner.pr {
    padding: 0;
}
section#flow div.lower_inner {
    padding: 2% 0 4% 0;
}
section#flow dl {
    margin-top: 6%;
}
section#flow dl dt {
    max-width: 191px;
    padding-right: 3em;
    width: 19%;
}
section#flow dl dt img {
    max-width: 191px;
    width: 100%;
}
section#flow dl dd {
    letter-spacing: 0.1em;
    vertical-align: top;
    padding-left: 3em;
    line-height: 1.8em;
}
section#flow dl dd p {
    color: #3f8313;
    font-size: 1.5em;
    margin-top: 0;
    margin-left: -1.75em;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 0.5em;
}
section#flow dl dd ul {
    margin-top: 2em;
}
section#flow dl dd ul li {
    line-height: 1.8em;
    text-indent: -1em;
    padding-left: 1em;
}
section#flow dl dd ul li span {
    color: #c35358;
}
section#flow dl dt,
section#flow dl dd {
    display: table-cell;
}
section#flow h3 {
    color: #41372f;
    font-size: 1.9em;
    font-weight: 500;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #000;
    padding-bottom: 0.75em;
}
section#flow h3 span.small {
    font-size: 0.585em;
}
section#flow h3 span.red {
    color: #af1a21;
}
section#flow h3 span.itl {
    font-style: italic;
    color: #9d9986;
    font-size: 1.8em;
    font-weight: 400;
    margin-right: 3%;
    vertical-align: sub;
}
.flow_arrow {
    margin-bottom: 5%;
}
.flow_arrow img {
    max-width: 226px;
    width: 20%;
}
section#flow .boxt dd {
    padding-right: 25%;
}
/******************************************* ipad ********************************************************/

@media (min-width: 768px) and (max-width: 1179px) {
    section#flow dl dd {
        font-size: 1.25em;
    }
    section#flow .boxt dd {
    padding-right: 0%;
}
	
}