@charset "utf-8";

/*device setting*/
.spNon { display: block;}
.pcNon { display: none;}

/*parts setting*/
.bread,
.bread a,
p.ex,
p.pagetop a{
    color: #000 !important;
}
#wrapper {
    background: #e7f9fe;
    background-image: none;
}
#cp{
    background:url(../../common/img/cmn_bg03.jpg) #e7f9fe center -50px no-repeat;
    overflow: hidden;
    margin-bottom:10px;
}

/*selfcare*/
.nonText{
    display: block;
    width: 0;
    heihgt: 0;
    visibility: hidden;
}
#selfcare{
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.scHeader{
    height: 238px;
    background: url(../img/selfcare_img_header.png) no-repeat top center;
}
/*sec01*/
.scSec01 .scSec01Title{
    height: 259px;
    background: url(../img/selfcare_sec01_title.png) no-repeat top center;
}
.scSec01 .scSec01Text01{
    height: 422px;
    background: url(../img/selfcare_sec01_text01.png) no-repeat top center;
}
.scSec01 .scSec01Text02{
    height: 310px;
    background: url(../img/selfcare_sec01_text02.png?v=250228) no-repeat top center;
}
.scSec01 .scSec01Text03{
    height: 545px;
    background: url(../img/selfcare_sec01_text03.png) no-repeat top center;
}
/*sec02*/
.scSec02 .scSec02Title{
    height: 501px;
    background: url(../img/selfcare_sec02_title.png?v=250228) no-repeat top center;
}
.spNon .scSec02{
    background-color: #d5fade;
}
.spNon .scSec02 ul{
    width: 960px;
    margin: 0 auto;
}
.spNon .scSec02 li{
    width: 480px;
    float: left;
}
/*sec03*/
.scSec03 .scSec03Title{
    height: 391px;
    background: url(../img/selfcare_sec03_title.png) no-repeat top center;
}
.scSec03Inner{
    background: url(../img/selfcare_bg.png) repeat-y top center;
}
.scSec03 .scSec03Text01{
    height: 1110px;
    background: url(../img/selfcare_sec03_text01.png?v=250228) no-repeat top center;
}
.spNon .scSec03Btn{
    padding: 54px 0 26px 0;
}
.spNon .scSec03Btn a{
    display: block;
    width: 557px;
    height: 90px;
    margin: 0 auto;
    background: url(../img/selfcare_btn_off.png) no-repeat center top;
}
.spNon .scSec03Btn a:hover{
    background: url(../img/selfcare_btn_on.png) no-repeat center top;
}
/*#cp*/
#cp > img{
    display: block;
    margin: 0 auto;
}
h1{
    margin-top: 50px;
}
#cp .form_area a.btn_go_camp_pc {
    background: url(../img/selfcare_campbtn_off.png) no-repeat;
    width: 368px;
    height: 69px;
    display: block;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
}
#cp .form_area a.btn_go_camp_pc:hover {
    background: url(../img/selfcare_campbtn_on.png) no-repeat;
    width: 368px;
    height: 69px;
    display: block;
}
.btn_go_form{
    display: none !important;
}

