@charset "utf-8";

/*==============================

		style.css（purpose）

==============================*/


/*------------------------------
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: 550px;
        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%;
    }
}

/*------------------------------
purpose PC
------------------------------*/
@media screen and (min-width: 641px) {
    #purpose{
        width: 920px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }
 }
/*------------------------------
purpose SP
------------------------------*/
@media screen and (max-width: 640px) {
    #purpose{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
    }
}

/*------------------------------
personal・business　共通 pc
------------------------------*/
@media screen and (min-width: 641px) {
    #purpose .sectionTit{
        background: url("../../flow/img/line.gif") repeat-x center bottom;
        padding-bottom: 10px; 
        margin-bottom: 25px;
    }
    #purpose .sectionTit h2{
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
        color: #91AC00;
    }
    #purpose .purpose_txt li{
        padding-left:1em;
        text-indent:-1em;
        margin-bottom: 1rem;
    }
    #purpose .purpose_ph{
        margin-top: 30px;
    }
    #purpose .purpose_ph li{
        float: left;
        width: 205px;
        line-height: 1.2;
    }
    #purpose .purpose_ph li:last-child{
        float: right;
    }
    #purpose .purpose_ph li img{
        width: 100%;
        height: auto;
    }
}
/*------------------------------
personal・business　共通 sp
------------------------------*/
@media screen and (max-width:640px){
    #purpose .sectionTit{
        background: url("../../flow/img/line.gif") repeat-x center bottom;
        padding-bottom: 10px; 
        margin-bottom: 25px;
    }
    #purpose .sectionTit h2{
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center;
    }
    #purpose .purpose_txt li{
        padding-left:1em;
        text-indent:-1em;
        margin-bottom: 1rem;
    }
    #purpose .purpose_ph{
        margin-top: 30px;
    }
    #purpose .purpose_ph li{
        float: left;
        width: 48%;
        line-height: 1.2;
    }
    #purpose .purpose_ph li:last-child{
        float: right;
    }
    #purpose .purpose_ph li img{
        width: 100%;
        height: auto;
    }
}


/*------------------------------
personal PC
------------------------------*/
@media screen and (min-width: 641px) {
    .personal_section{
        width: 445px;
        float: left;
    }
}

/*------------------------------
personal SP
------------------------------*/
@media screen and (max-width:640px){
    .personal_section{
        width: 100%;
        margin-bottom: 50px;
    }
}



/*------------------------------
business PC
------------------------------*/
@media screen and (min-width: 641px) {
    .business_section{
        width: 445px;
        float: right;
    }

}

/*------------------------------
business SP
------------------------------*/
@media screen and (max-width:640px){
    .business_section{
        width: 100%;
        margin-bottom: 50px;
    }
}

/*------------------------------
section_02 PC
------------------------------*/
@media screen and (min-width: 641px) {
    .section_02{
        width: 920px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 60px;
    } 
    .section_02 .section_title{
        background: #333333;
        color: #FFFFFF;
        font-weight: 700;
        font-size: 1.8rem;
        padding-top: 1.0rem;
        padding-bottom: 1.0rem;
        padding-left: 1.5rem;
        margin-bottom: 10px;
    } 
    .section_02 .area_wrap{
        min-height: 448px;
        background: url(../img/map_img.gif) no-repeat center right;
    }
    .section_02 .area_wrap h2{
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 2;
        text-indent: 30px;
        padding-top: 2rem;
    }
    .section_02 .area_wrap p{
        font-size: 1.4rem;
        text-indent: 30px;
    }
}

/*------------------------------
section_02 SP
------------------------------*/
@media screen and (max-width:640px){
    .section_02{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 60px;
    } 
    .section_02 .section_title{
        background: #333333;
        color: #FFFFFF;
        font-weight: 700;
        font-size: 1.8rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        padding-left: 1.5rem;
        margin-bottom: 10px;
    } 
    .section_02 .area_wrap{
        min-height: 448px;
        background: url(../img/map_img.gif) no-repeat center 5rem;
    }
    .section_02 .area_wrap h2{
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 2;
    }
    .section_02 .area_wrap p{
        font-size: 1.4rem;
    }


