@charset "utf-8";
/*------------------------------------------------------------
	nagare
------------------------------------------------------------*/
#main .flowList li {
    margin-bottom: 5.4rem;
    padding: 1.7rem 0.8rem 0.8rem;
    border-radius: 1rem;
    background: #FF0000;
    position: relative;
}
#main .flowList li:after {
    position: absolute;
    left: 50%;
    bottom: -4.8rem;
    width: 5.4rem;
    height: 3.2rem;
    content: "";
    transform: translateX(-50%);
    background: url(../img/nagare/arrow.png) no-repeat left top/5.4rem auto;
}
#main .flowList .liStyle {
    margin-bottom: 7.5rem;
}
#main .flowList .liStyle:after {
    bottom: -5.7rem;
}
#main .flowList .liStyle02 {
    margin-bottom: 6rem;
}
#main .flowList .liStyle02:after {
    bottom: -4.4rem;
}
#main .flowList li:last-child {
    margin-bottom: 0;
}
#main .flowList li:last-child:after {
    display: none;
}
#main .flowList h3 {
    margin: 0 1rem 1.3rem;
    color: #FFFF00;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.27;
    letter-spacing: -0.03em;
}
#main .flowList .sub {
    padding: 1rem 2rem 0;
    background-color: #fff;
    border-radius: 1rem;
}
#main .flowList .sub h4 {
    color: #FF6F00;
    font-size: 2.2rem;
    letter-spacing: -0.03em;
    transform: rotate(0.03deg);
}
#main .flowList .sub p {
    margin-bottom: 2.2rem;
    line-height: 1.84;
    letter-spacing: -0.03em;
    transform: rotate(0.03deg);
}
#main .flowList .sub p:last-child {
    margin-bottom: 0;
}
#main .flowList .imgBox {
    display: flex;
    justify-content: space-between;
}
#main .flowList .imgBox .txtBox {
    flex: 1;
}
#main .flowList .imgBox .photoBox {
    margin: -8rem -1.3rem 0 0;
    width: 23.2rem;
}
#main .flowList .sub02 {
    padding-bottom: 3.3rem;
    position: relative;
}
#main .flowList .sub02 .txtBox {
    max-width: 64rem;
}
#main .flowList .sub02 .photoBox {
    position: absolute;
    right: 1.45rem;
    bottom: 0;
    width: 39.2rem;
}
#main .flowList .sub03 {
    padding-bottom: 0;
    position: relative;
}
#main .flowList .sub03 > .photoBox {
    position: absolute;
    right: 1.45rem;
    top: -8.2rem;
    width: 33rem;
}
#main .flowList .sub03 p {
    margin-bottom: 0;
}
#main .flowList .sub03 .notes {
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.58;
    padding: 0 0 2rem 1em;
    text-indent: -1em;
}
#main .flowList .sub03 .bgBox {
    margin: 0 -2rem;
    padding: 1.5rem 3rem 4.2rem;
    background: #FEFAE1;
    border-radius: 0 0 1rem 1rem;
}
#main .flowList .sub03 .bgBox h4 {
    margin-bottom: 1rem;
    color: #000;
    font-size: 2rem;
}
#main .flowList .sub03 .bgBox h4 .red {
    color: #FF0000;
}
#main .flowList .sub03 .bgBox h5 {
    color: #FF0000;
    font-weight: 500;
}
#main .flowList .sub03 .bgBox p {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 300;
}
#main .flowList .sub03 .bgBox .txt01 {
    margin-bottom: 2rem;
}
#main .flowList .sub03 .bgBox p:last-child {
    margin-bottom: 0;
}
#main .flowList .sub03 .bgBox .photoBox {
    margin: -2.4rem 0.8rem -3.2rem 1rem;
    width: 23.3rem;
}
#main .flowList .sub03 .bgBox .photoBox p {
    margin-top: 0.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
}
#main .flowList .sub03 .bgBox .photoBox p span {
    display: inline-block;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
#main .flowList .sub03 .imgBox02 {
    flex-direction: row-reverse;
}
#main .flowList .sub03 .imgBox02 .photoBox {
    margin: 5.6rem 0.8rem 0 7rem;
    width: 15.3rem;
}
#main .flowList .sub04 .photoBox {
    margin-top: -8.5rem;
    width: 27rem;
}
#main .flowList .sub05 .photoBox {
    width: 35.8rem;
    margin: -12.8rem -0.5rem 0 -2rem;
}
#main {
    margin-bottom: 5.3rem;
}
@media all and (min-width: 897px) {
	#main .flowList .sub03 > .txtBox {
		max-width: 68rem;
	}
}
@media all and (max-width: 896px) {
    #main .headLine01 {
        margin-bottom: 3rem;
    }
    #main .flowList li {
        margin-bottom: 2.7rem;
        padding: 0.6rem 0.4rem 0.5rem;
        border-radius: 0.5rem;
    }
    #main .flowList li:after {
        bottom: -2.1rem;
        width: 2.7rem;
        height: 1.6rem;
        background-size: 2.7rem auto;
    }
    #main .flowList .liStyle {
        margin-bottom: 3.5rem;
    }
    #main .flowList .liStyle02 {
        margin-bottom: 3.5rem;
    }
    #main .flowList .liStyle:after {
        bottom: -2.7rem;
    }
    #main .flowList .liStyle02:after {
        bottom: -3rem;
    }
    #main .flowList h3 {
        margin: 0 0.5rem 0.6rem;
        font-size: 1.5rem;
    }
    #main .flowList .sub {
        padding: 0.2rem 1rem 0.3rem;
        border-radius: 0.5rem;
    }
    #main .flowList .sub h4 {
        margin-bottom: 0.2rem;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    #main .flowList .sub01 h4 {
		margin-right: -2rem;
	}
    #main .flowList .sub p {
        margin-bottom: 0.6rem;
        font-size: 1.2rem;
        line-height: 1.375;
    }
    #main .flowList .imgBox .photoBox {
        margin: -0.1rem -1.3rem 0 0;
        width: 11.6rem;
    }
    #main .flowList .imgBox .link {
        margin-left: -0.7rem;
        width: 20.9rem;
    }
    #main .flowList .sub02 {
        padding-bottom: 0.4rem;
        padding-top: 0.7rem;
    }
    #main .flowList .sub02 .txtBox {
        max-width: inherit;
        overflow: hidden;
    }
    #main .flowList .sub02 h4 {
        margin-bottom: 0.7rem;
    }
    #main .flowList .sub02 img {
        position: static;
        width: 19.6rem;
        float: right;
        margin: 0.3rem 0.2rem 0 0.5rem;
    }
    #main .flowList .sub03 {
        padding-bottom: 0;
        padding-top: 0.8rem;
    }
    #main .flowList .sub03 > .photoBox {
        right: 0.4rem;
        top: -4.9rem;
        width: 16.4rem;
    }
    #main .flowList .sub03 p {
        margin-bottom: 0;
    }
    #main .flowList .sub03 .notes {
        font-size: 1.1rem;
        line-height: 1.5;
        padding-bottom: 1rem;
    }
    #main .flowList .sub03 .bgBox {
        margin: 0 -1rem;
        padding: 1rem 1rem 0.5rem;
        border-radius: 0 0 0.5rem 0.5rem;
    }
    #main .flowList .sub03 .bgBox h4 {
        margin-bottom: 0.2rem;
        font-size: 1.35rem;
    }
    #main .flowList .sub03 .bgBox h5 {
        font-size: 1.3rem;
		letter-spacing: -0.02em;
    }
    #main .flowList .sub03 .bgBox h5 .summary {
		margin: 0 -0.2rem 0 -0.7rem;
	}
    #main .flowList .sub03 .bgBox p {
        margin-bottom: 1.5rem;
        font-size: 1.2rem;
        line-height: 1.42;
    }
    #main .flowList .sub03 .bgBox .imgBox {
        margin-bottom: 1rem;
    }
    #main .flowList .sub03 .bgBox .txt01 {
        margin-bottom: 1.2rem;
    }
	#main .flowList .sub03 .bgBox .txt02 {
        min-height: 10.2rem;
    }
    #main .flowList .sub03 .bgBox .photoBox {
        margin: 2.4rem 0 0 0;
        width: 11.6rem;
    }
    #main .flowList .sub03 .bgBox .photoBox p {
        margin-top: 0.3rem;
        font-size: 1.2rem;
    }
    #main .flowList .sub03 .imgBox02 {
        display: block;
        overflow: hidden;
    }
    #main .flowList .sub03 .imgBox02 .photoBox {
        margin: 2rem 0.8rem 0 1rem;
        width: 7.7rem;
        float: right;
    }
    #main .flowList .sub03 .imgBox02 .photoBox p {
        margin: 0.6rem 0 0 -8rem;
    }
    #main .flowList .sub04, #main .flowList .sub05 {
        padding-top: 0.8rem;
    }
    #main .flowList .sub04 .photoBox {
        margin: 4rem -0.3rem 0 0;
        width: 13.5rem;
    }
    #main .flowList .sub04 .txtBox h4 {
        margin-right: -13.5rem;
    }
    #main .flowList .sub05 {
        padding-bottom: 0.7rem;
    }
    #main .flowList .sub05 .photoBox {
        width: 17.9rem;
        margin: 2.4rem -0.8rem 0 0;
    }
    #main .flowList .sub05 .txtBox h4 {
        margin-right: -17.9rem;
    }
    #main {
        margin-bottom: 8.2rem;
    }
}