﻿@charset "utf-8";
/* CSS Document */
input, button, textarea, select {
	background: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a0a0a0;
    display: block;
}

input[type="text"], textarea, select {
    width: 100%;
    padding: 5px;
    height: 34px;
}
.table-style1 {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
	
}
.table-style1 th {
    width: 310px;
    background-color: #bce2ec;
}
.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: 98%;
    height: 3em;
}
.birthday{
	display: flex;
}
.short{
	margin-right: 10px;
	width: 30%;

}
.half{
	width: 80%;
}
.note{
	margin: 0;
}

.privacy{
	border: 1.1px solid #858585;
	padding: 10px;
	border-radius: 2px;
	height: 300px;
	overflow-y: scroll;
}
.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-left: 20px;
    display: inline-block;
	margin-bottom: 0.5em;
	margin-right: 2em;
}
.check-box input:checked+.value:before {
    opacity: 1;
}
.check-box .value:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 13px;
    border-top: 4px solid #0071bc;
    border-right: 4px solid #0071bc;
    left: 4px;
	bottom: 25px;
    transform: rotate(-225deg);
    opacity: 0;
    transition: opacity .3s;
}
.check-box .value:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: -1;
    transition: height .3s;
    border: 1.1px solid #a0a0a0;
	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{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 44px;
	padding: 0 20px;
}
.padding{
	padding-left: 5%;
}
.class_room{
   padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ea6ba3;/*左線*/
	font-weight: bold;
}
.any .tag{
    background-color: #3b5998;
}
.any th{
    background-color: #f2f2f2;
}
.form_btn_center{
	background-color: #FEFAB6;
	color: #a0a0a0;
	border: 1px solid #a0a0a0;
	border-radius: 40px;
	padding: 10px 30px;
	display: block;
    margin: 0 auto;
    font-size: 25px;
	transition: 0.5s;
	margin-bottom: 150px;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.form_btn_center:hover{
	background-color: #a0a0a0;
	color: #FFF;
	transition: 0.5s;
}
.btn-wrap {
    display: flex;
    position: relative;
	margin-top: 2em;
}
.select-design {
    position: relative;
}
.select-design, .check-box, .gender-btn {
    display: inline-block;
    cursor: pointer;
}
.select-design:before {
    content: "";
    width: 28px;
    height: calc(100% - 6px);
    background-color: #a0a0a0;
    position: absolute;
    right: 8px;
    top: 3px;
}
.select-design:after {
    content: "";
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}
.select-design{
	margin-top:10px;
	width:calc( 50% - 10px );
	margin-left:10px
}  
.select-design:before, .select-design:after {
    pointer-events: none;
}
input.hiduke[type="radio"] {
    appearance: auto;
}
.radio{
	display: inline-flex;
	margin-right: 2em;
}
@media screen and (max-width: 768px) {
	.select-design{
		margin-left:0;
		width:100%
	}
.table-style1 th {
    display: block;
    text-align: left;
}
	.table-style1 th, .table-style1 td{
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 15px;
	}
	.short{
		width: 46%;
	}
	.half{
		width: 100%;
	}
}
