@charset "utf-8";
/* CSS Document */

.table-style1 th {
    display: block;
    text-align: left;
}
.table-style1 td{
	padding-bottom: 20px;
}
.table-style1 .short input[type="text"]{
	width: 46%;
}
.table-style1 input[type="text"],.table-style1 select{
	width: 100%;
	height: 3em;
}
.birthday{
	display: flex;
}
.short{
	margin-right: 10px;

}
.note{
	margin: 0;
}
.check-box,.Radio{
	display: block;
}

.privacy{
	border: 1.1px solid #858585;
	padding: 10px;
	border-radius: 2px;
	height: 300px;
	overflow-y: scroll;
}
.center{
	margin: 0 15% 50px 15%;
}
.half input{
	width: 100%;
}
.select-design, .check-box, .gender-btn,select {
    cursor: pointer;
}
.check-box {
    position: relative;
    z-index: 1;
}
.check-box input,.gender-btn input {
    position: absolute;
    border: none;
	display: none;
}
.check-box .value {
    color: #000;
    transition: color .3s;
    padding: 3px 0 3px 30px;
    display: inline-block;
	margin-bottom: 0.5em;
}
.check-box input:checked+.value:before {
    opacity: 1;
}
.check-box .value:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 13px;
    border-top: 4px solid #ea6aa3;
    border-right: 4px solid #ea6aa3;
    left: 4px;
    transform: rotate(-225deg);
    opacity: 0;
    transition: opacity .3s;
}
.check-box .value:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: -1;
    transition: height .3s;
    border: 1.1px solid #ea6ba3;
	border-radius: 2px;
    box-sizing: border-box;
    background-color: #fff;
}

.gen{
	display: flex;
}
.gender-btn {
    width: 50%;
    line-height: 3em;
    text-align: center;
    background-color: #f2f0f0;
    position: relative;
    z-index: 1;
	margin-right: 10px;
}
.gender-btn .value {
    color: #a0a0a0;
    transition: color .3s;
}
.gender-btn input:checked+.value:after {
    height: 100%;
}
.gender-btn .value:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: height .3s;
}
.gender-btn.-man .value:after {
    background-color: #cdd7ec;
}
.gender-btn.-woman .value:after {
    background-color: #fde7f1;
}
.comfirm{
	height: 100%;
}
.tag{
	padding: 0 1em;
    background-color: #e50012;
    margin-left: 1em;
    font-size: 13px;
    color: #FFF;
}
.-return{
	width: 20%;
	margin: 4%;
}
.padding{
	padding-left: 5%;
}
.class{
   padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ea6ba3;/*左線*/
	font-weight: bold;
}
.any{
    background-color: #3b5998;
}
