@charset "utf-8";
/* CSS Document */
#appealWrapper{
	width: 720px;
}

#appealWrapper p{
	line-height: 1.8!important;
}


#introBox{
	background: url(../img/appeal/bg_introTxt.jpg) no-repeat left top;
	width: auto;
	min-height: 280px;
	padding:47px 10px 10px 372px;
}

.introTxt{
	padding: 5px;
}

.sectionStyle{
	margin: 0 auto 50px;
	position: relative;
}


.tipIntro{
	background: url(../img/appeal/bg_tipTxt.jpg) no-repeat left top;
	width: auto;
	min-height: 159px;
	padding:74px 10px 10px 245px;
}

.tipTtl {
    position: absolute;
    right: 0;
    top: -84px;
}

.tipTxt{
	margin-bottom: 40px;
}

.bnrTxt{
	display: block;
	padding-top: 10px;
}

.tipInner{
	margin: 0 auto 50px;
}


.innerIntro{
	margin: -5px 0 30px 26px;
}

.innerTtl img {
	max-width: 100%;
	max-height: unset;
}

.bgStyle1{
	background: url(../img/appeal/bgStyle1.jpg) no-repeat left 88px;
	background-size: 100%;
}

.badPart,.goodPart{
	float: left;

}

.bgStyle1 .badPart .partTtl{
	position: relative;
	width: 390px;
	min-height: 364px;
}

.bgStyle1 .badPart .partTtl img {
    position: absolute;
    right: -10px;
    top: 22px;
}

.listPart{
	width: 300px;
	height: 126px;
	margin: 1px auto 0;
	background-color:#fff;
	border-radius: 10px;
	position: relative;
}

.listBad{
	border: 3px solid #cccccc;
}

.listGood{
	border: 3px solid #ffcccc;
}

.listBad li,.listGood li{
	position: absolute;
	padding: 10px 0 10px 60px;
	left: -26px;
}

.listBad li:nth-child(1n),.listGood li:nth-child(1n){
	top: 10px;
}

.listBad li:nth-child(2n),.listGood li:nth-child(2n){
	top: 44px;
}

.listBad li:nth-child(3n),.listGood li:nth-child(3n){
	top: 80px;
}



.listBad li{
	background: url(../img/appeal/icon_ng.png) no-repeat left center;
}

.listGood li{
	background: url(../img/appeal/icon_ok.png) no-repeat left center;
}

.bnr_offer {
	margin: 50px 0;
}

.bnr_offer a {
	display: block
}

/****************** bgStyle2 ******************/


.bgStyle2{
	background: url(../img/appeal/bgStyle2.jpg) no-repeat left 88px;
	padding-bottom: 44px;
	background-size: 100%;
}

.bgStyle2 .badPart{
	margin: 0 10px;
}


.txtPart{
	width: 300px;
	background-color:#fff;
	padding: 10px;
	margin-top: -2px;
	border-radius: 5px;
	line-height: 1.5;
}

.txtBad{
	border: 3px solid #cccccc;
}

.txtGood{
	border: 3px solid #ffcccc;
}

.pointBox{
	border: 4px solid #fdb6cc;
	background-color:#ffdee8;
	width: 619px;
	margin: 0 auto 50px;
	padding: 12px;
}

.pointBox p{
	background:url(../img/appeal/img_point.png) no-repeat left center;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    padding: 10px 0 10px 70px;
    width: 398px;
}

.btnLogin{
	display: block;
	float: left;
	padding: 20px 0 0 0;
}

/****************** manualBox ******************/
#manualBox{
	background: url(../img/appeal/bgStyle3.jpg) no-repeat left top;
}

.manualList li{
	float: left;
	width: 213px;
	margin-right: 30px;
	position: relative;
}

.manualList li:last-child{
	margin-right: 0;
}

.manualListTop{
	width: 706px;
	margin: 0 auto 50px;
}

.manualListBottom{
	width: 462px;
	margin: 0 auto 30px;
}

.manualListImg{
	position: relative;
	z-index: 2;
}

.listPoint {
    display: block;
    position: absolute;
    right: -24px;
    top: -44px;
    z-index: 1;
}

/****************** resultBox ******************/
#resultBox{
	background: url(../img/appeal/bgStyle4.jpg) no-repeat left 60px;
}

.resultImg{
	background-color: #fff;
	border: 3px solid #f9487e;
	border-radius: 5px;
	width: 133px;
	padding: 15px;
	top: 183px;
	left: 277px;
	position: absolute;
}

.resultTxt{
	padding: 360px 15px 0;
}

/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	#contents {
		margin-top: 16%;
		padding-bottom: 0;
	}

	#main {
		margin-bottom: 0;
	}

	#appealWrapper {
		width: 100%;
	}

	.eyecatch {
		margin-bottom: 4%;
	}

	.eyecatch img {
		width: 100%;
	}

	#introBox{
		background: none;
		padding: 0;
	}

	.introTtl {
		width: 70%;
		margin-bottom: 2%;
	}

	.introTxt {
		padding: 2%;
	}

	.tipIntro {
		background: none;
		padding: 0;
	}

	.tipTtl {
		top: -140px;
		left: 0;
		width: 70%;
	}

	.tipTxt {
		padding: 4% 2% 2%;
		margin-bottom: 15%;
	}

	.innerTtl img {
		width: 70%;
		margin-bottom: 2%;
	}

	.innerIntro {
		margin: 2% 2% 5%;
	}

	.badPart, .goodPart {
		float: none;
	}

	.bgStyle1 .partTtl,.bgStyle1 .badPart .partTtl {
		width: 18%;
		min-height: 0;
		margin: 0;
	}

	.bgStyle1 .listPart {
		height: 116px;
		width: 67%;
	}

	.bgStyle1 .goodPart .listPart {
		height: 116px;
		top: 15px;
	} 

	.bgStyle1 .badPart .partTtl img {
		right: 0;
		top: 0;
	}

	.bgStyle1 .goodPart .partTtl img {
		width: 90%;
	}

	.listBad li, .listGood li {
		padding: 10px 10px 10px 40px;
		left: 0;
		font-size: 12px;
		line-height: 1.3;
	}
	
	.listBad li, .listGood li {
		background-size: 26px;
		left: 10px;
	}

	.listBad li:nth-child(1n), .listGood li:nth-child(1n) {
		top: 4px;
	}

	.listBad li:nth-child(2n), .listGood li:nth-child(2n) {
		top: 40px;
	}

	.listBad li:nth-child(3n), .listGood li:nth-child(3n) {
		top: 74px;
	}

	.bgStyle1 .goodPart {
		height: 114px;
		top: 20px;
		margin: 0;
	}

	.bgStyle1 .badPart, .bgStyle1 .goodPart {
		display: flex;
		width: 96%;
		margin: 0 auto;
		justify-content: space-around;
	}

	.bgStyle1 .badPart {
		margin-bottom: 30px;
	}

	.bgStyle2 .badPart {
		margin: 0 auto 20px;
	}

	.partTtl {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}

	.txtPart {
		width: 76%;
		margin: 0 auto;
	}

	.manualTtl {
		width: 70%;
		margin-bottom: 3%;
	}

	#manualBox {
		background: none;
	}

	.manualListTop,.manualListBottom {
		width: 96%;
		margin: 0 auto;
	}

	.manualList li {
		float: none;
		margin: 0 auto 5%;
		padding-bottom: 5%;
		border-bottom: 1px dotted #FF80A7;
		width: auto;
	}

	.manualListImg {
		width: 50%;
		margin: 0 auto 20px;
		display: block;
		text-align: center;
	}

	.manualListTxt {
		padding: 0 2%;
		text-align: center;
	}

	.listPoint {
		left: 9%;
		top: -5%;
		width: 12%;
		z-index: 3;
	}

	#resultBox {
		background-size: contain;
	}

	.resultTtl {
		width: 70%;
	}

	.resultImg {
		display: none;
	}

	.resultTxt {
		padding: 440px 15px 0;
	}

}

/* Media Queries ================================================== */
/*716*/
@media screen and (max-width: 716px) {
	#contents {
		margin-top: 18%;
	}
	.resultTxt {
        padding: 370px 15px 0;
    }
}

/* Media Queries ================================================== */
/*672*/
@media screen and (max-width: 672px) {
	.tipTtl {
		top: -84px;
	}
}

/* Media Queries ================================================== */
/*580*/
@media screen and (max-width: 580px) {
	#contents {
		margin-top: 20%;
	}

	.tipTtl {
		top: -115px;
		width: 80%;
	}

	.resultTxt {
        padding: 320px 15px 0;
    }
}

/* Media Queries ================================================== */
/*460*/
@media screen and (max-width: 460px) {
	#contents {
		margin-top: 22%;
	}

	.bgStyle1 .partTtl, .bgStyle1 .badPart .partTtl {
		width: 33%;
	}

    .resultTxt {
        padding: 260px 15px 0;
    }

	.manualListTxt {
		padding: 0 2%;
		text-align: start;
	}

}

/* Media Queries ================================================== */
/*420*/
@media screen and (max-width: 420px) {
	#contents {
		margin-top: 24%;
	}

	.tipTtl {
        top: -100px;
        width: 100%;
    }

	.bgStyle1 .listPart {
        height: 122px;
        width: 62%;
    }
}

/* Media Queries ================================================== */
/*375*/
@media screen and (max-width: 375px) {
	#contents {
		margin-top: 26%;
	}
}

/* Media Queries ================================================== */
/*320*/
@media screen and (max-width: 320px) {
	#contents {
		margin-top: 32%;
	}
}