@charset "utf-8";

/* 全てのサイズ共通 */
section {
    padding: 5% 0 0 0;
    overflow: hidden;
}
section h3 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #cf9a3d;
    margin-top: 5% !important;
	margin-left: 0 !important;
}

section p {
    font-size: 13px;
    color: #666666;
}

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

section .flowBox .boxInner {
    display: block;
    padding: 2% 3% 0;
    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: 2% 3%;
    margin: 0 3% 5% 0;
    background-color: #672729;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
}

section .flowBox .boxInner p {
    padding: 1% 2%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #672729;
}
section .flowBox .boxInner img {
    display: none;
}

section h4 {
    font-size: 1.8rem;
    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%;
}


@media screen and (max-width:767px) { 
    /* スマートフォン用　*/

}

@media screen and (min-width:768px) and ( max-width:1024px) {
    /* タブレット用　*/

section {
    padding: 0 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 {
	height: 100%;
    float: none;
    margin-bottom: 3%;
}

section .flowBox .boxInner span {
    display: block;
    padding: 4%;
    margin: 3% 28% 0;
    background-color: #672729;
    font-size: 2rem;
	font-weight: bold;
    color: #FFFFFF;
    float: left;
	text-align: center;
}

section .flowBox .boxInner p {
    margin-bottom: 5%;
    padding: 30% 0 0;
    font-size: 2rem;
    font-weight: bold;
    color: #672729;
	text-align: center;
}
section .flowBox .boxInner img {
    display: block;
	width: 100%;
    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;
 }

}

