@charset "utf-8";

/*==============================

		style.css（gallery）

==============================*/


/*------------------------------
page_title PC
------------------------------*/
@media screen and (min-width: 641px)  { 
    .page_title .title_bg{
        width: 980px;
        height: 120px;
        margin-right: auto;
        margin-left: auto;
        background: url(../img/title_bg.jpg) no-repeat center right;
    }
    .page_title .title_bg h1{
        width: 357px;
        height: 89px;
        background: url(../img/page_title_pc.png) no-repeat 15px 31px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 100%;
    }
}

/*------------------------------
page_title SP
------------------------------*/
@media screen and (max-width: 640px) {
    .page_title .title_bg{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
    }
    .page_title .title_bg h1{
        background: url(../img/page_title_sp.png) no-repeat;
        height: 40px;
        background-size: contain;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 100%;
    }
}

/*------------------------------
flow PC
------------------------------*/
@media screen and (min-width: 641px) {
    #flow{
        width: 920px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 60px;
        margin-bottom: 60px;
		overflow: hidden;
    }
 }
/*------------------------------
flow SP
------------------------------*/
@media screen and (max-width: 640px) {
    #flow{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
		overflow: hidden;
    }
}

/*------------------------------
personal・business　共通 pc
------------------------------*/
@media screen and (min-width: 641px) {
    #flow .sectionTit{
        background: url("../img/line.gif") repeat-x center bottom;
        padding-bottom: 10px; 
        margin-bottom: 25px;
    }
    #flow .sectionTit h2{
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
    }
    #flow .application_box{
        background: #000000;
        padding-top: 1.5rem;
        padding-bottom: 1.8rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #flow .application_box h2{
        font-size: 2.4rem;
        font-weight: 700;
        padding-bottom: 0.6rem;
        text-align: center;
    }
    #flow .flow_title{
        background: #BBD736;
        padding-top: 7px;
        padding-bottom: 7px;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
    }
    #flow .flow_box{
        background: #F7F5F5;
        overflow: hidden;
        padding-top: 1.2rem;
        padding-bottom: 2.5rem;
        padding-right: 1.8rem;
        padding-left: 1.8rem;
    }
    #flow .flow_box:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
    
    #flow .flow_box h4{
        text-align: center;
        font-weight: 700;
        font-size: 1.6rem;
        color: #96B500;
        padding-bottom: 0.8rem;
    }
    #flow .flow_box .ph{
        width: 150px;
        float: left;
    }
    #flow .flow_box .ph img{
        width: 100%;
        height: auto;
    }
    #flow .flow_box .flow_txt{
        width: 240px;
        vertical-align: top;
        float: right;
    }
    #flow .arrow{
        width: 25px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 5px;
        margin-right: auto;
        margin-left: auto;
    }
    #flow .flow_box ul{
        clear: both;
        padding-top: 10px;
    }
    #flow .flow_box li{
        font-size: 1.2rem;
        padding-left:1em;
        text-indent:-1em;
        line-height: 1.4;
        margin-bottom: 0.2rem;
    }
    #flow .certification_box{
        background: #758d00;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        color: #FFFFFF;
        line-height: 1.4;
    }
    #flow .certification_box h2{
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        padding-bottom: 1.0rem;
        text-shadow: 1px 1px 3px #666;
        letter-spacing: 1px
    }
    #flow .purchase_box{
        background: #DD6300;
        padding-top: 2.0rem;
        padding-bottom: 1.2rem;
        color: #FFFFFF;
        margin-bottom: 50px;
    }
    #flow .purchase_box h2{
        text-align: center;
        font-size: 2.4rem;
        font-weight: 700;
        padding-bottom: 1.0rem;
        text-shadow: 1px 1px 3px #666;
        letter-spacing: 10px;
    }
}
/*------------------------------
personal・business　共通 sp
------------------------------*/
@media screen and (max-width:640px){
    #flow .sectionTit{
        background: url("../img/line.gif") repeat-x center bottom;
        padding-bottom: 10px; 
        margin-bottom: 25px;
    }
    #flow .sectionTit h2{
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center;
    }
    #flow .application_box{
        background: #000000;
        padding-top: 1.2rem;
        padding-bottom: 1.5rem;
        padding-right: 1.2rem;
        padding-left: 1.2rem;
        color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #flow .application_box h2{
        font-size: 2.0rem;
        font-weight: 700;
        padding-bottom: 0.6rem;
        text-align: center;
    }
    #flow .flow_title{
        background: #BBD736;
        padding-top: 7px;
        padding-bottom: 7px;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
    }
    #flow .flow_box{
        background: #F7F5F5;
        overflow: hidden;
        padding-top: 1.2rem;
        padding-bottom: 2.5rem;
        padding-right: 1.8rem;
        padding-left: 1.8rem;
    }
    #flow .flow_box:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
    
    #flow .flow_box h4{
        text-align: center;
        font-weight: 700;
        font-size: 1.4rem;
        color: #96B500;
        padding-bottom: 0.8rem;
        line-height: 1.3;
    }
    #flow .flow_box .ph{
        width: 40%;
        float: left;
        vertical-align: top;
    }
    #flow .flow_box .flow_txt{
        width: 55%;
        vertical-align: top;
        float: right;
    }
    #flow .arrow{
        width: 25px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    #flow .flow_box ul{
        clear: both;
        padding-top: 10px;
    }
    #flow .flow_box li{
        font-size: 1.2rem;
        padding-left:1em;
        text-indent:-1em;
        line-height: 1.4;
        margin-bottom: 0.2rem;
    }
    #flow .certification_box{
        background: #758d00;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        color: #FFFFFF;

        line-height: 1.4;
    }
    #flow .certification_box h2{
        text-align: center;
        font-size: 1.7rem;
        font-weight: 700;
        padding-bottom: 1.0rem;
        text-shadow: 1px 1px 3px #666;
        letter-spacing: 1px
    }
    #flow .purchase_box{
        background: #DD6300;
        padding-top: 1.6rem;
        padding-bottom: 1.0rem;
        color: #FFFFFF;
        margin-bottom: 50px;
    }
    #flow .purchase_box h2{
        text-align: center;
        font-size: 2.0rem;
        font-weight: 700;
        padding-bottom: 1.0rem;
        text-shadow: 1px 1px 3px #666;
        letter-spacing: 10px
    }
    
}


/*------------------------------
personal PC
------------------------------*/
@media screen and (min-width: 641px) {
    .personal_section{
        width: 445px;
        float: left;
    }

    .personal_section .sectionTit h2:before {
        content: url("../img/icn_personal.gif");
        margin: 10px;
        position: relative;
        top: 8px;
    }
}

/*------------------------------
personal SP
------------------------------*/
@media screen and (max-width:640px){
    .personal_section{
        width: 100%;
    }

    .personal_section .sectionTit h2:before {
        content: url("../img/icn_personal.gif");
        margin: 10px;
        position: relative;
        top: 8px;
    }
}



/*------------------------------
business PC
------------------------------*/
@media screen and (min-width: 641px) {
    .business_section{
        width: 445px;
        float: right;
    }

    .business_section .sectionTit h2:before {
        content: url("../img/icn_business.gif");
        margin: 10px;
        position: relative;
        top: 8px;
    }
}

/*------------------------------
business SP
------------------------------*/
@media screen and (max-width:640px){
    .business_section{
        width: 100%;
    }

    .business_section .sectionTit h2:before {
        content: url("../img/icn_business.gif");
        margin: 10px;
        position: relative;
        top: 8px;
    }
}




/*------------------------------
追加2018.02 PC
------------------------------*/
@media screen and (min-width: 641px) {
    .flowTit{
        background: #000000;
        color: #FFFFFF;
        line-height: 2.5;
        padding-left: 2rem;
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
	
	.flow_title01 {
		font-size: 2.8rem;
		font-weight: 600;
		text-align: center;
		color: #EA5616;
		background-image: url(../../flow/img/line.gif), url(../../flow/img/line.gif);
		background-repeat: repeat-x;
		background-position: center top, center bottom;
		padding-bottom: 10px;
		padding-top: 14px;
		margin-bottom: 25px;
	}
	
	.flow_right .flow_title01 {
		color: #91AC00;
	}
	
	.flow_left {
		float: left;
		width: 48%;
	}
	.flow_right {
		float: right;
		width: 48%;
	}
    .flow_section_block .photo{
        float: left;
        width: 180px;
    }
    .flow_section_block dl{
        width: 100%;
    }
    .flow_section_block dt{
        background: #EB7538;
        text-align: center;
        font-size: 1.8rem;
        padding-top: 5px;
        font-weight: 400;
		color: #fff;
		line-height: 1.2;
		box-sizing: border-box;
		padding: 20px 5px 30px;
		min-height: 140px;
    }
	
	.flow_right .flow_section_block dt{
        background: #91AC00;
    }
	
	.flow_section_block dt p {
		line-height: 1.1;
		font-size: 1.2rem;
		opacity: 0.6;
		margin-bottom: 5px;
	}
	
	.flow_section_block dt p span {
		display: block;
		font-size: 2.8rem;
	}

    .flow_section_block dd{
        background:#EA5616;
        padding: 10px 20px;
    }
	.flow_span {
		font-size: 1.4rem;
	}
    .flow_section_block:after {
      content: ""; 
      display: block; 
      clear: both;
    }
    .flow_section_block dd p.flow_point{
        font-weight: 700;
        font-size: 1.7rem;
        color: #91B122;
        line-height: 1.2;
        padding-bottom: 1rem;
    }
    .flow_section_block .flow_day{
        float: right;
        border: 1px solid #cccccc;
        color: #91B122;
        padding: 25px 15px 0 15px;
        height: 135px;
        width: 210px;
    }
    .flow_section_block .flow_day p{
        float: left;
        text-align: center;
        margin-right: 0rem;
        line-height: 1;
        width: 40px;
    }
    .flow_section_block .flow_day p span{
        display: block;
        font-size: 2.8rem;
        letter-spacing: -2px
    }
    
    .flow_section_block .flow_day ul{
        float: right;
        width: 160px;
    }
}

/*------------------------------
追加2018.02 SP
------------------------------*/
@media screen and (max-width:640px){
    .flowTit{
        background: #000000;
        color: #FFFFFF;
        line-height: 2.5;
        padding-left: 2vw;
        font-size: 4.2vw;
    }
	
	.flow_title01 {
		font-size: 2.4rem;
		font-weight: 600;
		text-align: center;
		color: #EA5616;
		background-image: url(../../flow/img/line.gif), url(../../flow/img/line.gif);
		background-repeat: repeat-x;
		background-position: center top, center bottom;
		padding-bottom: 10px;
		padding-top: 14px;
		margin-bottom: 25px;
	}
	.flow_right .flow_title01 {
		color: #91AC00;
	}
	
	.flow_left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.flow_right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
    .flow_section_block dl{
        margin-top: -8px;
    }
    
    .flow_section_block dt{
        background: #EA5616;
        text-align: center;
        font-size: 4.0vw;
        font-weight: 400;
        line-height: 2;
		color: #fff;
		line-height: 1.2;
		box-sizing: border-box;
		padding: 20px 5px 30px;
		min-height: 140px;
    }
	.flow_right .flow_section_block dt{
        background: #91AC00;
    }
	.flow_section_block dt p {
		line-height: 1.1;
		font-size: 1.2rem;
		opacity: 0.6;
		margin-bottom: 5px;
	}
	
	.flow_section_block dt p span {
		display: block;
		font-size: 2.8rem;

	}
	
    .flow_section_block dd{
        background:#EA5616;
        padding: 10px 20px;
    }
	.flow_span {
		font-size: 1.4rem;
	}
    .flow_section_block:after {
      content: ""; 
      display: block; 
      clear: both;
    }
    .flow_section_block dd p.flow_point{
        font-weight: 700;
        font-size: 3.8vw;
        color: #91B122;
        line-height: 1.2;
        padding-bottom: 1rem;
    }
    .flow_section_block .flow_day{
        border: 1px solid #cccccc;
        color: #91B122;
        padding: 20px;
        clear: both;
        overflow: hidden;
    }
    .flow_section_block .flow_day p{
        line-height: 1.4;
        display: inline-block;
        text-align: center;
        vertical-align: top;

    }
    .flow_section_block .flow_day p span{
        display: block;
        font-size: 8vw;
        letter-spacing: -2px
    }
    
    .flow_section_block .flow_day ul{
        display: inline-block;
        margin-left: 5%;

    }
}