@charset "utf-8";
/* CSS Document */
.table-style1{
	width: 100%;
}
.table-style1 th {
    width: 100%;
    background-color: #D2EAFF;
}
.table-style1 th, .table-style1 td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.table-style1 input[type="text"],.table-style1 select{
	width: 100%;
	height: 3em;
	border: 1px solid #a0a0a0;
}
.select-design {
    position: relative;
}


select {
    -webkit-appearance: none;
    appearance: none;
}

.birthday{
	display: flex;
}
.short{
	margin-right: 10px;
	width: 47%;
}
.half{
	width: 100%;
}
.note{
	margin: 0;
}
.check-box,.Radio{
	display: block;
}

.privacy{
	border: 1.1px solid #858585;
	padding: 10px;
	border-radius: 2px;
	height: 300px;
	overflow-y: scroll;
}
.privacy ol{
	margin: 0 1em;
	list-style: auto;
	padding-inline-start: 10px;
}
.privacy ol li{
	margin-bottom: 1em;
}
.privacy p{
	display: block;
	margin-block-start: 1em;
    margin-block-end: 1em;
}
.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: 12px;
    width: 19px;
    border-top: 4px solid #2ea7e0;
    border-right: 4px solid #2ea7e0;
    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 #3b5998;
	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;
    float: right;
    width: 53px;
}
.-return{
	width: 20%;
	margin: 4%;
}
.padding{
	padding-left: 5%;
}
.class{
   padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #3b5998;/*左線*/
	font-weight: bold;
}
.any{
    background-color: #3b5998;
}
.select-design:after {
    content: "";
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #a0a0a0 transparent transparent transparent;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -4px;
	pointer-events: none;
}
input[type="text"], textarea, select {
    width: 100%;
    padding: 5px;
    height: 34px;
}
.radio{
	margin-right: 5px;
    transform: scale(1.3);
}

.btn-wrap {
    display: flex;
    position: relative;
}
.btn-wrap .btn.-detail.-return {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 44px;
}
.btn.-detail.-gray {
    background-color: #ebebeb;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    color: #208adc;
    border-color: #ebebeb;
}
.btn.-detail {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.2em;
    justify-content: center;
    background-color: #208adc;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    width: 340px;
    height: 64px;
    border-radius: 32px;
    margin: 40px auto 150px;
    border: 1px solid #208adc;
    transition: background-color .3s, color .3s;
    position: relative;
	color: #FFF;
}
.form_title{
 border-bottom: 3px solid #208adc;
	font-size: 30px;
	margin-bottom: 50px;
		
}
.m150{
	margin: 50px auto;
}
@media screen and (max-width: 768px) {
	    .table-style1 th, .table-style1 td {
        display: block;
        border: none;
        padding: 2.6666666667vw;
    }
	.table-style1 {
    	width: 100%;
    	table-layout: fixed;
    	word-break: break-all;
    	word-wrap: break-all;
	}
	.short{
		width: 46%;
	}
	.btn-wrap {
        flex-direction: column-reverse;
		margin-bottom: 150px;
    }
	.btn.-detail{
    	margin: 40px auto 0;
	}
	.btn-wrap .btn.-detail.-return {
        position: relative;
        top: auto;
        left: auto;
    }
}

