@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC スマホ共通
**************************************************
--------------------------------------------------*/

#main {
    width:100vw;
    height:340px;
    position:relative;
    background:url(../images/flow/main_bg.png) no-repeat center top;
    background-size:cover;
}

#main .main_text_area {
    top:10vh;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    position:absolute;
    z-index:1;
}

#main .main_text_area .main_text {
    margin-top:30px;
    font-size:21px;
    line-height:1.8em;
    font-weight:500;
}

.main_text_area .cont{
	margin: 0 auto;
	width: 60%;
    background-color: rgb(255, 255, 255,0.8);

}
.main_text_area p{
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro','sans-serif';
}

.main_text_area p.text1{
    margin: 0;
	font-size: 36px;
	padding-top: 30px;
}

.main_text_area p.text2{
	padding-bottom: 20px;
}



#flowsubtitle{
    margin-bottom: 100px;
}

#flowsubtitle div.cont{
	text-align: center;
	width: 1100px;
	margin: 0 auto;
    padding-top: 60px;
	font-size: 18px;
	font-weight: bold;
}



.resalesflow{
    padding: 50px;
}

.resalesflow .cont{
    width: 1000px;
    margin: 0 auto;
}

.resalesflow h3{
    font-size: 20px;
    vertical-align: middle;
    position: relative;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
    height: auto;
    padding-left: 100px;
    height: 100px;

}

.resalesflow h3 span.flowLable{	
    position: absolute;
    width: 70px;
    height: 70px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12%;
    left: 0;
    top: calc( 50% 0 );
    background: #fdd23e;
    color: #fff;
    text-align: center;
    font-family: 'brandon-grotesque',sans-serif;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1; 
    padding: 5px;
}


.line{
    background: linear-gradient(to bottom, transparent 75%, #ee815c 75%, #ee815c 94%, transparent 94%);
}

.resalesflow h3 span.text{
	position: relative;
    padding-top: 6px;
    font-family: 'corporate-s', 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.75;
}

.resalesflow h3 span.num{
    display: block;
    margin-top: 2px;
    font-size: 24px;
    font-weight: 700;
}


.resalesflow p{
    width: 90%;
    margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1.4px;
    line-height: 2;
}


.resalesflow table{
    width: 70%;
    margin: 30px auto;
    
    border-collapse:collapse;
}

.resalesflow table th,
.resalesflow table td{
    text-align: center;
    width: 20%;
    font-size: 12px;
    padding: 6px;
    border: 1px solid #b9b9b9;
}


.resalesflow table th{
    font-size: 12px;
    background: #f3f3f3;
}


.resalesflow ol{
    width: 70%;
    margin: 20px auto;
    font-size: 14px;
    font-weight: bold;
}


#webcate{
    margin-bottom: 100px;
    background-color: #f3f3f3;
}

#webcate div.cont{
	width: 1100px;
	margin: 0 auto;
    padding-top: 60px;
	font-size: 18px;
}

#webcate h2{
	text-align: center;
	padding: 50px 0;
	font-size: 30px;
}


#webcate div.cont ul li{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 22px;
	letter-spacing: normal;
    margin-bottom: 40px;
}


#webcate p{
	text-align: center;
    margin-bottom: 0;
}


#webcate div.cont ul li{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 22px;
	letter-spacing: normal;
    margin-bottom: 40px;
}



@media screen and (max-width: 767px) {


    #main {
        height:300px;
        background:url(../images/flow/main_bg_sp.png) no-repeat center top;
    }
    #main div.cont{
        text-align: center;
        width: 80%;
    }
    .main_text_area{
        padding-top: 30px;
    }

    .main_text_area p.text1{
        margin: 0;
        font-size: 24px;
        padding-top: 30px;
    }

    #flowsubtitle h2{
        font-size: 20px;
    }
    #flowsubtitle p{
        font-size: 14px;
    }

#flowsubtitle div.cont,
.resalesflow .cont{
    width: 90%;
}
.resalesflow{
    padding: 50px 0;
}
.resalesflow h3{
	width: 90%;
}

.resalesflow table th,
.resalesflow table td {
    font-size: 10px;
}
.resalesflow table {
    width: 84%;
}
.resalesflow ol {
    width: 80%;
}
}