@charaset "UTF-8";
#wrap{
	margin:10px auto;width:96%;
	max-width:550px;
}
h1{font-size:20px;font-size:2rem;	width:100%;
	text-align:center;
	line-height:1.5;
	margin-bottom:2em;font-weight:bold;
}
h1 span{font-size:16px;font-size:1.6rem;	display:block;line-height:2.0;font-weight:bold;}
}

form *{font-size:16px;font-size:1.6rem;line-height:1.5;}
form label{padding-top:1.5em;}


select{font-size:16px;font-size:1.6rem;}
label{font-size:16px;font-size:1.6rem;display:table-cell;width:120px;line-height:1.5;}
input[type=text]{width:96%;max-width:300px;}
input[type=checkbox] {
    display: none;
}
span.p{font-size:14px;font-size:1.4rem;color:#666;}
.tyu{width:100%;font-size:12px;font-size:1.2rem;color:#999;line-height:1.5;}
center{font-size:16px;font-size:1.6rem;line-height:1.5;}
.btn{font-size:16px;font-size:1.6rem;padding:1em;margin:1em auto;}
.btn:hover{cursor:pointer;}


.ckbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.ckbox::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.ckbox::after {
/*
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
*/
    border-right: 3px solid #ba2636;
    border-bottom: 3px solid #ba2636;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .ckbox::after {
    opacity: 1;
}

/*----------------
　デザイン
----------------*/
.tyu2{margin-top:2em;}
.-r{color:red;}