.ethicsDiv{margin-top:70px;}
.ethicsDiv .grayBgArea{padding:74px 0 80px; text-align:center; background:#f6f6f6;}
.ethicsDiv .grayBgArea .txt{margin-bottom:30px; font-size:18px; line-height:30px;}
.ethicsDiv .grayBgArea .txt span{font-family:'NotoSans-Bold';}
.ethicsDiv .ethicsTerm{margin-top:60px;}
.ethicsDiv .ethicsTerm .list{margin-bottom:42px;}
.ethicsDiv .ethicsTerm .list:last-child{margin-bottom:0;}
.ethicsDiv .ethicsTerm .list .tit{margin-bottom:17px; font-family:'NotoSans-Bold'; font-size:18px; line-height:18px;}
.ethicsDiv .ethicsTerm .list ul li{margin-bottom:7px; font-size:16px; text-indent:-26px; line-height:22px; padding-left:26px;}
.ethicsDiv .ethicsTerm .list ul li:last-child{margin-bottom:0;}
.ethicsDiv .ethicsTerm .list ul li span{font-family:'NotoSans-Bold';}
.ethicsDiv .ethicsRule .ruleTit{font-family:'NotoSans-Bold';}
.ethicsDiv .ethicsRule .pL{padding-left:14px}
.ethicsDiv .ethicsComp{padding-bottom:40px; border-bottom:1px solid #e2e2e2;}
.ethicsDiv .ethicsComp .listW{overflow:hidden;}
.ethicsDiv .ethicsComp .listW .list{padding-left:120px; width:50%; min-height:86px; float:left; font-size:18px;}
.ethicsDiv .ethicsComp .listW .list:nth-child(1){background:url(../images/common/ethics_tel_icon.png) left top no-repeat; padding-top:20px;}
.ethicsDiv .ethicsComp .listW .list:nth-child(2){background:url(../images/common/ethics_addr_icon.png) left top no-repeat;}
.ethicsDiv .ethicsComp .listW .list .tit{margin-bottom:9px; font-family:'NotoSans-Bold';}
.ethicsDiv .ethicsComp .listW .list .txt{line-height:26px;}
.ethicsDiv .agreeListWrap{margin-bottom:100px;}
.ethicsDiv.type2{margin-top:60px;}

.btnArea{margin-top:100px; text-align:center; position:relative;font-weight: 400;}
.btnArea.protect{margin-top: 60px;}
.btnArea.protect > a{margin-right: 30px;}
.btnArea.protect > a:last-child{margin-right:0}

.roundBtn{display:inline-block; height:60px; padding:0 60px; font-family:'NotoSans-Bold'; color:#222; font-size:20px; line-height:58px; border-radius:30px; border:1px solid #797979;}

.typeDiv {
	width: 1257px;
	margin:0 auto;
	margin-top: 30px;
}
.typeDiv .protect{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.typeDiv .protect > li.type01 {
	display: flex;
	position: relative;
}
 .typeDiv .protect > li.type02{
	text-align: center;
	position: relative;
}

.typeDiv .protect > li{
	width: calc(( 100% - 60px) / 3);
	height: 203px;
	padding: 35px 0;
	border: 1px solid #e2e2e2;
	margin-right: 20px;
	margin-bottom: 30px;
}

.typeDiv .protect > li.type01 .img{
	position: relative;
	width: 55%;
	height: 130px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.typeDiv .protect > li.type01 .img .imgDe{
	position: relative;
	height: 90px;
}

.typeDiv .protect > li.type02 .img .imgDe{
	position: relative;
	height: 90px;

}
.typeDiv .protect > li.type02 .img .imgDe img{
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.typeDiv .protect > li.type02 .img .tit{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
}

.typeDiv .protect > li.type01 .img .imgDe img{
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}


.typeDiv .protect > li.type01 .img .tit{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3px;
	font-size: 17px;
	font-weight: bold;
	color: #555555;
}
.typeDiv .protect > li.type01 .txtList{
	width: 50%;
	padding-right: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.typeDiv .protect > li.type01 .txtList li{
	position: relative;
	line-height: 1.375;
	font-size: 16px;
	color: #555;
	margin-bottom: 4px;
	padding-left: 10px;
}

.typeDiv .protect > li.type01 .txtList li::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #555;

}
.processDetail{
	width: 1184px;
	margin:0 auto;
	margin-top: 30px;
}

.processDetail .proDetail{
	display: flex;
	justify-content: space-between;
}

.processDetail .proDetail li{
	width: calc(( 100% - 40px) / 3);
	height: 232px;
	padding: 30px;
	background-color: #fbfbfb;
	margin-right: 20px;
}

.processDetail .proDetail li .num{
	font-size: 18px;
	color: #DB291D;
	font-family: 'NotoSans-Bold';
	margin-bottom: 8px;
}

.processDetail .proDetail li .tit{
	font-size: 26px;
	color: #333;
	margin-bottom: 22px;
}
.processDetail .proDetail li .desc{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

.protectDiv {
    margin-top: 30px;
}

.protectDiv .protect{
	width: 1184px;
	display: flex;
	margin: 0 auto;
	padding: 19px 124px;
	background-color: #fbfbfb;
	border-radius: 190px;
	justify-content: space-between;
}

.protectDiv .protect li{
	width: 202px;
	height: 202px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 160px;
	font-size: 18px;
	font-family: 'NotoSans-Bold';
	color: #333333;
}
.protectDiv .protect li:nth-child(1){background-image: url(../images/common/protect_icon01.png) ;}
.protectDiv .protect li:nth-child(2){background-image: url(../images/common/protect_icon02.png) ;}
.protectDiv .protect li:nth-child(3){background-image: url(../images/common/protect_icon03.png) ;}

.addTextWrap{
	width: 1180px;
	margin: 50px auto 0 auto;
	padding: 50px 80px 0 80px;
	border-top: 1px solid #e9e9e9;
}
.addTextWrap.header {
    margin: 46px 0 0 0;
    border-top: 1px solid #000;
}
.addTextWrap .addTextList{
	margin-bottom: 35px ;
}

.addTextWrap .addTextList .tit{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.addTextWrap .addTextList .list li {
	font-size: 18px;
	line-height: 1.22;
	margin-top: 7px;
	padding-left: 16px;
	color: #666;
	font-family: 'NotoSans-Light';
	position: relative;
}
.addTextWrap .addTextList .list li:nth-child(1) {
	margin-top: 11px;
}

.addTextWrap .addTextList .list li::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 14px;
	background-color: #333;
}

.txt-list7  .fnt-title-s3 .subTxt6 {
    margin-top:57px;
}
.txt-list7 .fnt-text1 {
    margin-top: 20px;
}

.ui-animate{-webkit-transition:opacity 0.7s ease,-webkit-transform 0.7s ease;transition:opacity 0.7s ease,-webkit-transform 0.7s ease;-o-transition:transform 0.7s ease,opacity 0.7s ease;transition:transform 0.7s ease,opacity 0.7s ease;transition:transform 0.7s ease,opacity 0.7s ease,-webkit-transform 0.7s ease;-webkit-transform:translate(0, 150px);-ms-transform:translate(0, 150px);transform:translate(0, 150px);opacity:0}
.ui-animate.ui-animation{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);opacity:1}
.fnt-text1 span{color:#666}

.txt-privacy {
    color: #da201c !important; 
    text-underline-offset: 6px;
    text-decoration:underline;
    font-weight: bold;
}
.guide {
    padding: 20px;
}

.guide h2 {
    margin-bottom: 10px;
    font-weight: 600;
}

.guide h2 span.txt.clr1{
    color:#da201c;
}

.guide .input-radio label:before{content:'';position:absolute;top:60%;left:0;width:20px;height:20px;margin-top:-10px;border:2px solid grey;text-align:center;border-radius:50%}
.guide .input-radio label:after{content:'';background-color:#900;position:absolute;top:60%;left:5px;width:10px;height:10px;margin-top:-5px;border-radius:50%}
.guide-body {
    height: 17rem;
    overflow-y: auto;
    background: #f5f5f5;
    padding: 0 15px 15px;

}
.guide-body--content p:nth-child(2) {
    /* color: red; */
    /* text-indent: 10px; */
}
.guide-body--content {
    padding-top: 15px ;
}
.guide-body--content p {
    color: #666;
}

.guide-body--title {
   font-weight: 600;
}

.guide-body--info {
    margin-left: 16px;
}


@media (max-width:1280px) {
    .inner{width:90%; margin:auto;}
    .typeDiv {
		width: 100%;
		padding: 0 5%;
	}
    .typeDiv .protect > li.type01 .txtList li{
		font-size: 14px;
	}
    .addTextWrap{
		width: 100%;
		padding: 50px 1.6rem 0 1.6rem;
	}

    .typeDiv .protect > li {
            width: calc((100% - 60px) / 2);
    }

     .processDetail {
        width: 100%;
        padding: 0 5%;
    }

    .fnt-title3 em {
        font-size: 3.4rem;
        line-height: 1.2352;
        font-weight: 700;
    }

}

@media (min-width: 1024px) {

    .btn-link.type02:hover {
        /* border: 1px solid #222; */
        color: #fff;
        background: #222;
    }
    .addTextWrap.header {
        margin: 2.5rem 0 2.8rem;
    }

    .pop-area .pop-in.alert {
        overflow: hidden;
        padding: 65px 0 110px;
        padding: 6.5rem 0 11rem;
        width: 340px;
        width: 43rem;
        min-height: 210px;
        min-height: 21rem;
    }
}


@media (max-width: 981px) {
     .addTextWrap.header {
        margin: 2.5rem 0 2.8rem;
    }
   .protectDiv{
		margin-top: 27px;
	}
	.protectDiv .protect{
		flex-direction: column;
		justify-content: center;
		padding: 67px 53px;
		width:267px;
		
	}
	.protectDiv .protect li{
		width: 150px;
		height: 150px;
		display: inline-block;
		padding-top: 120px;
		font-size: 14px;
		margin-bottom: 43px;
	}
	.protectDiv .protect li:last-child{
		margin-bottom: 0;
	}
	.btnArea.protect{
		width: calc(100% - 140px);
		margin: 40px auto 0 auto;
	}
	.btnArea.protect > a{margin: 0 0 20px 0;
	width: 100%;}
	.btnArea.protect > a:last-child{margin:0}
    .roundBtn{height:40px; padding:0 34px; font-size:15px; line-height:38px; border-radius:23px;}


}

@media (max-width: 981px) {
    .pc-only{
		display: none;
	}
	.mo-only{
		display: block;
	}
    .mo-only img {
        width: 100%;
        height: auto;
    }
	.typeDiv .protect {
		flex-direction: column;
	}
	.typeDiv .protect > li{
		width: 100%;
		margin-bottom : 10px;
	}
    .typeDiv .img {
        width: 100%;
    }
     .typeDiv .mo-only {
        width: 215px;
        margin: 0 auto;
    }
	.processtDiv .img{
		width: 215px;
		margin: 0 auto;
	}
	.processDetail .proDetail{
		flex-direction: column;
	}
	.processDetail .proDetail li{
		width: 100%;
		margin: 0 0 12px 0;
		padding: 28px 25px;
		height: auto;
	}
	.processDetail .proDetail li .num{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.processDetail .proDetail li .tit{
		font-size: 19px;
		margin-bottom: 21px;
	}
	.typeDiv .protect > li.type01 .img .tit{
		bottom: 20px;
	}
	.addTextWrap{
		margin-top: 25px;
		padding-top: 25px;
        border-top:0
	}
	.addTextWrap .addTextList{
		margin-bottom: 25px;
        border-top: 1px solid #e9e9e9;
        padding-top: 30px;
	}

    .addTextWrap .addTextList.header {
        margin-bottom: 0;
        border-top: 0;
        padding-top: 0;
    }
	.addTextWrap .addTextList .list li{
		margin-top: 5px;
		padding-left: 10px;
        font-size: 1.4rem;
	}
	.addTextWrap .addTextList .list li:before{
		width: 2px;
		height: 2px;
		top: 10px;
		left: 3px;
	}

	.addTextWrap .addTextList .list li:nth-child(1) {
		margin-top: 7px;
	}

    .topTxtA .subTxt6 span{font-size:20px; line-height:26px; margin-top:30px;}
    .fnt-title-s3 span {font-size:20px; line-height:26px; margin-top:30px;}

    #type01-tit {
        bottom: -20px;
    }
    	
}

@media (max-width: 758px){
    .btnArea.protect{
		width: calc(100% - 140px);
		margin: 40px auto 0 auto;
	}
}


@media all and (max-width:758px) {
    .ethicsDiv .ethicsComp .listW .list{padding-left:80px; width:100%; float:none;}
	.ethicsDiv .ethicsComp .listW .list:nth-child(1){background:url(../images/common/ethics_tel_icon.png) left top no-repeat; background-size:60px; padding-top:7px; margin-bottom:15px;}
	.ethicsDiv .ethicsComp .listW .list:nth-child(2){background:url(../images/common/ethics_addr_icon.png) left top no-repeat; background-size:60px;}
	.ethicsDiv .ethicsComp .listW .list .tit{margin-bottom:6px; font-size:16px;}
	.ethicsDiv .ethicsComp .listW .list .txt{font-size:15px; line-height:23px;}
}

@media (max-width: 575.96px) {
    .guide {
        padding: 15px;
    }
    .guide-body--content {
        font-size: 14px;
    }
}