/*************************
 cp_180302_sp
*************************/


/*****common*****/

cp_container_180302 {
    width: 320px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    /*position: absolute;*/
}
cp_container_180302 .mt10 {
    margin-top: 5px;
}
cp_container_180302 .mt30 {
    margin-top: 15px;
}
cp_container_180302 .mt50 {
    margin-top: 25px;
}
cp_container_180302 .mb10 {
    margin-bottom: 5px;
}
cp_container_180302 .mb30 {
    padding-bottom: 15px;
}
cp_container_180302 .mb50 {
    margin-bottom: 25px;
}

/*****clear_fix*****/

cp_container_180302:after {
    content: "";
    display: block;
    clear: both;
}

/*****cp_180302*****/

#cp_container_180302{
	text-align: center;
}

#cp_container_180302 h3 {
    z-index: 1;
    width: 320px;
    height: 550px;
    padding-top: 0px;
    position: relative;
    background-image: url(../img/cp_180302_sp/02.png);
    background-repeat: no-repeat;
		background-size: 320px 550px;
}
#cp_container_180302 h3+p {
    width: 320px;
    height: 447px;
    padding-top: 50px;
    position: relative;
    top: -20px;
    margin-bottom: -60px;
    background-image: url(../img/cp_180302_sp/04.png);
    background-repeat: no-repeat;
		background-size: 320px 447px;
}

/*box01*/

#cp_container_180302 .box01 {
		width: 320px;
    position: relative;
    top: -25px;
		text-align: center;
}
#cp_container_180302 .box01 dd,
#cp_container_180302 .box01 dt {
    margin-bottom: 7px;
}
#cp_container_180302 .box01 dd:last-child {
    text-align: left;
    padding-left: 10px;
}

/*box02*/

#cp_container_180302 .box02 {
		width: 320px;
    padding: 25px 0px;
    background-color: #fef4d6;
    text-align: center;
}
#cp_container_180302 .box02 dt {
    margin: 27px 0;
}
#cp_container_180302 .box02 dd {
    margin-bottom: 22px;
}
#cp_container_180302 .box02 dd:last-child {
    margin-bottom: 0px;
}
#cp_container_180302 .box02+p {
    margin: 30px 0;
}

/*box03*/

#cp_container_180302 h4 {
    margin-top: 25px;
}
#cp_container_180302 .box03 {
		width: 320px;
		text-align: center;
    position: relative;
    top: -18px;
    margin-bottom: -18px;
}
#cp_container_180302 .box03 dd {
    margin-bottom: 20px;
}
#cp_container_180302 .box03 dd:last-child {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 20px;
}
