button {
-webkit-appearance: none;
appearance: none;
color:#2b2b2b;
-webkit-appearance: none;
  appearance: none;
	border-radius: 0;
background: #fff;
border:1px solid #2b2b2b;
cursor: pointer;
}


.checkwrap {
	background: #f7f0f8;
	padding: 5px 5px 10px 5px;
	box-sizing: border-box;
	width: 90%;
	margin: auto;
	margin: 10px auto;
	position: relative;
	z-index: 1;
}


.listitem input[type=checkbox]{
	 transform: scale(1.5);
     transform-origin: right bottom;
	position: relative;
	top:2px;
	margin-right: 5px;
}

.mailsetting {
	background: #f7f0f8;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid  #af48b8;
	border-radius: 4px;
	margin: 20px 0;
}
.mailsetting {
	background: #f7f0f8;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid  #af48b8;
	border-radius: 4px;
	margin: 20px 0;
}

.mailsetting h3 {
	text-align: center;
	font-size: 2rem;
	color:#af48b8;
	margin-bottom: 10px;
}

.resistbox {
text-align: center;

}
.resistbox li {
margin-bottom: 10px;
}

.input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 40%;
	font-size: 1.6rem;
}
.resist {
	 background: #af48b8;
    padding: 10px 25px;
    color: #fff;
	border: 0px solid #b0b1b3;
	box-sizing: border-box;
	margin: 0 5px;
	font-size: 1.6rem;
	cursor: pointer;
}

@media screen and (max-width: 834px) {

.checkwrap {
	background: #f7f0f8;
	padding: 5px 5px 7px 5px;
	box-sizing: border-box;
	width: 90%;
	margin: auto;
	margin: 10px auto;
	position: relative;
	z-index: 1;
	font-size: 1.4rem;
}


.listitem input[type=checkbox]{
	 transform: scale(1.2);
     transform-origin: right bottom;
	position: relative;
	top:2px;
	margin-right: 5px;
}

.mailsetting {
	background: #f7f0f8;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid  #af48b8;
	border-radius: 4px;
	margin: 10px 8px;;
	 position: fixed;
    bottom: 0px;
        z-index: 10;
	left: 0px;
}

.mailsetting h3 {
	text-align: center;
	font-size: 1.6rem;
	color:#af48b8;
	margin-bottom: 10px;
}

.resistbox {
text-align: center;

}
.resistbox li {
margin-bottom: 10px;
}

.input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:7px;
	width: 60%;
	font-size: 1.4rem;
}
.resist {
	 background: #af48b8;
    padding: 5px 15px;
    color: #fff;
	border: 0px solid #b0b1b3;
	box-sizing: border-box;
	margin: 0 5px;
	font-size: 1.4rem;
	cursor: pointer;
}

}