@charset "utf-8";
/* CSS Document */
.sp{
	display: none;
}
h2{
	text-align: center;
}
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: -1;
}
.Polka {
  background-image: radial-gradient(#ffc107 2px, #ffffff 2px);
  background-size: 20px 20px;
}
.school-wrap{
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	background-color: #FFF;
	padding: 30px;
	border-right: 2px solid #ee762b;
	border-left: 2px solid #ee762b;
}
.border{
	border-top: 2px solid #ee762b;
	border-bottom: 2px solid #ee762b;

}
.logo{
	width: 60%;
    max-width: 350px;
    display: block;
    margin: 30px auto;
}
.table-style1{
	border-collapse: collapse;
	width: 100%;
	padding: 0;
}
.table-style1 th {
    width: 310px;
    background-color: #fde7f1;
}
.table-style1 th, .table-style1 td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
	text-align: left;
}

.table-style1 .short input[type="text"]{
	width: 45%;
}
.table-style1 input[type="text"],.table-style1 select{
	width: 94%;
	height: 3em;
}
.birthday{
	display: flex;
}
.short{
	margin-right: 10px;
	width: 31%;

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

.privacy{
	border: 1.1px solid #858585;
	padding: 10px;
	border-radius: 2px;
	height: 300px;
	overflow-y: scroll;
	width: 93%;
}
.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: 7px 0 0px 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;
	top: 10px;
    transform: rotate(-225deg);
    opacity: 0;
    transition: opacity .3s;
}
.check-box .value:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 8px;
    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: 47%;
    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;
}

.class{
   padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ea6ba3;/*左線*/
	font-weight: bold;
}
.any{
    background-color: #3b5998;
}
.half{
	width: 48%;
    display: inline-block;
}
.full{
	display: block;
    width: 93%;
}
.note{
	font-weight: 100;
	color: gray;
	/*padding-top: 1.5em;*/
}
.any_tr{
	background-color: #f2f0f0!important;
}
.btn-wrap{
	position: relative;
}
.btn01 {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.2em;
    justify-content: center;
    background-color: #ea6aa3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    width: 340px;
    height: 64px;
    border-radius: 32px;
    margin: 50px auto 30px;
    border: 1px solid #ea6aa3;
    transition: background-color .3s, color .3s;
    position: relative;
	flex-direction: column;
    color: #fff;
	text-decoration: none;
	cursor:pointer;
}
.btn01:hover{
	background-color:#fff;
	color: #ea6aa3;
}
.-return.-gray {
    background-color: #ebebeb;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    color: #ea6aa3;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 150px;
    height: 44px;
	border-radius: 32px;
}
.mt0{
	margin-top: 0;
}
.right{
	float: right;
	display: block;
}
@media screen and (max-width: 768px) {
	.sp{
		display: block;
	}
	.bg_pattern{
		width: auto;
		height: auto;
	}
	.school-wrap {
		width: 100%;
	}
	.complete-message-box{
		width: 88%;
		display: block;
		margin: 0 auto;
	}
    .table-style1 {
		width: 95%;
		margin: 0 auto;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
    .table-style1 th, .table-style1 td {
        display: block;
        width: 95%;
        border: none;
        padding: 2.6666666667vw;
    }
	.table-style1 .short input[type="text"]{
		width: 43%;
	}
	.table-style1 textarea {
		width: 95%;
	}
	.table-style1 select{
		width: 98%;
	}
	.table-style1 input[type="text"]{
	width: 96%;
}
	.short{
		width: 31%;
	}
	.btn-wrap{
		text-align: center;
	}
	.btn01 {
		margin: 50px auto 20px;
	}
	.-return.-gray {
    position: relative;
    margin-bottom: 30px;
	top: 0;
    left: 0;
}
	.right{
		float: none;
		display: inline;
	}
	.school-wrap{
		border-right: none;
		border-left: none;
		padding: 0;
	}
	
}
