@charset "utf-8";

/* 全てのサイズ共通 */
section {
    padding: 5% 0 0 0;
    overflow: hidden;
}
section h3 {
    display: block;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #cf9a3d;
    font-size: 2.4rem;
    color: #FFFFFF;
    font-weight: bold;
}
section p {
    font-size: 16px;
    color: #666666;
}

section .flowBox {
    display: block;
    overflow: hidden;
    margin-bottom: 5%;
}

section .flowBox .boxInner {
    display: block;
    padding: 5% 3%;
    border: 8px solid #e6dcab;
    text-align: left;
}
section .flowBox .flC {
    position: relative;
    text-align: left;
}
section .flowBox .flC:before,
section .flowBox .flC:after {
    content: none;
}
section .flowBox .flL .boxInner {
    float: none;
    margin-bottom: 3%;
}
section .flowBox .flC .boxInner {
	margin-bottom: 3%;
}
section .flowBox .flR .boxInner {
    float: none;
    margin-bottom: 3%;
}

section .flowBox .boxInner span {
    display: inline-block;
    padding: 1% 2%;
    margin: 0 3% 5% 0;
    background-color: #672729;
    font-size: 2rem;
    color: #FFFFFF;
    float: left;
}

section .flowBox .boxInner p {
    margin-bottom: 5%;
    padding: 1% 2%;
    font-size: 2rem;
    font-weight: bold;
    color: #672729;
}
section .flowBox .boxInner img {
    display: block;
    margin: 0 auto;
}

section h4 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #cf9a3d;
}


section .pop {
   position: relative;
}
section .pop h4 {
    display: block;
    padding: 20px;
    background-color: #cf9a3d;
    color: #FFFFFF;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}
section .pop h4:after {
    width: 21px;
    height: 9px;
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    background: url(../img/beginner_flow_icon2.gif) 0 0 no-repeat;
}

section .box1 {
    overflow: hidden;
    padding: 5% 0 5%;
    margin-bottom: 80px;
    border: 8px solid #e6dcab;
    text-align: center;
}

section .box1 .contact img {
    display: inline-block;
}

section .box1 .contact img:first-child {
    display: block;
    width: 70%;
    margin: 0 auto 2%;
}

.flowTxt02 {
	 margin-bottom: 80px;
 }

@media screen and (min-width:1024px) and ( max-width:1400px) {
    /* PC用　*/

    section {
        padding: 80px 0 0 0;
    }

    section .flowBox {
        margin-bottom: 75px;
    }

    section .flowBox .boxInner {
        display: inline-block;
        padding: 20px 13px;
        text-align: center;
    }
    section .flowBox .flC {
        text-align: center;
    }
    section .flowBox .flC:before,
    section .flowBox .flC:after {
        content: "";
        display: block;
        position: absolute;
        top: 130px;
        width: 27px;
        height: 41px;
        background: url(../img/beginner_flow_icon1.gif) 0 0 no-repeat;
    }
    section .flowBox .flC:before {
        left: -15px;
    }
    section .flowBox .flC:after {
        right: -17px;
    }
    section .flowBox .flL .boxInner {
        float: left;
        margin-bottom: 0;
    }
    section .flowBox .flC .boxInner {
        display: inline-block;
        margin-bottom: 0;
    }
    section .flowBox .flR .boxInner {
        float: right;
        margin-bottom: 0;
    }

    section .flowBox .boxInner span {
        padding: 5px 10px;
        margin: 0 0 20px 0;
        font-size: 2rem;
        float: none;
    }
    
    section .flowBox .boxInner p {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }
    section .flowBox .boxInner img {
        display: inline;
        margin: 0;
    }

    section h4 {
        font-size: 2.4rem;
        font-weight: bold;
        color: #cf9a3d;
    }

    section .pop h4 {
        display: inline-block;
        position: absolute;
        top: -35px;
        left: 30px;
        z-index: 10;
        text-align: left;
    }
    section .pop h4:after {
        bottom: -9px;
        left: 295px;
    }

    section .pop .boxR {
        display: inline-block;
        float: right;
        position: absolute;
        top: -18px;
        right: 10px;
    }

    section .box1 {
        padding: 60px 30px 30px;
        margin-bottom: 80px;
    }

    section .box1 .contact img {
        display: block;
    }

    section .box1 .contact img:first-child {
        width: auto;
        margin: 0 0 13px;
    }


}

@media screen and (min-width:1400px) {
    /* 右サイド広告がコンテンツに被らない　*/

    section {
        padding: 80px 0 0 0;
    }

    section .flowBox {
        margin-bottom: 75px;
    }

    section .flowBox .boxInner {
        display: inline-block;
        padding: 20px 13px;
        text-align: center;
    }
    section .flowBox .flC {
        text-align: center;
    }
    section .flowBox .flC:before,
    section .flowBox .flC:after {
        content: "";
        display: block;
        position: absolute;
        top: 130px;
        width: 27px;
        height: 41px;
        background: url(../img/beginner_flow_icon1.gif) 0 0 no-repeat;
    }
    section .flowBox .flC:before {
        left: -15px;
    }
    section .flowBox .flC:after {
        right: -17px;
    }
    section .flowBox .flL .boxInner {
        float: left;
        margin-bottom: 0;
    }
    section .flowBox .flC .boxInner {
        display: inline-block;
        margin-bottom: 0;
    }
    section .flowBox .flR .boxInner {
        float: right;
        margin-bottom: 0;
    }

    section .flowBox .boxInner span {
        padding: 5px 10px;
        margin: 0 0 20px 0;
        font-size: 2rem;
        float: none;
    }
    
    section .flowBox .boxInner p {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }
    section .flowBox .boxInner img {
        display: inline;
        margin: 0;
    }

    section h4 {
        font-size: 2.4rem;
        font-weight: bold;
        color: #cf9a3d;
    }

    section .pop h4 {
        display: inline-block;
        position: absolute;
        top: -35px;
        left: 30px;
        z-index: 10;
        text-align: left;
    }
    section .pop h4:after {
        bottom: -9px;
        left: 295px;
    }

    section .pop .boxR {
        display: inline-block;
        float: right;
        position: absolute;
        top: -18px;
        right: 10px;
    }

    section .box1 {
        padding: 60px 30px 30px;
        margin-bottom: 80px;
    }

    section .box1 .contact img {
        display: block;
    }

    section .box1 .contact img:first-child {
        width: auto;
        margin: 0 0 13px;
    }


}