.body {
	background-color: #9fafc4;
}
.kanintouroku {
	width: fit-content;
	margin: 9vw auto 8vw;
	background-color: #f39700;
	border-radius: 5vw;
}
.kanintouroku p {
	color: #fff;
	font-weight:bold;
	padding: 6vw 13vw;
	font-size: 3.8vw;
}
.touroku_after {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 50px 0;
    font-weight: bold;
}
.touroku_after a {
	font-size: 3.5vw;
	text-decoration: underline;
}
.login_title {
	text-align: center;
	color: #fff;
	font-size: 3.8vw;
	font-weight: bold;
}
.input_box {
    display: flex;
    align-items: center;
    margin: 20px auto 20px;
    justify-content: space-between;
    position: relative;
}
.input_box div {
	width: 6.5%;
}
.login_button:active{
    opacity: 0.6;
}
.input_box div img {
	width: 100%;
}
.login_input {
    background-color: #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 10px;
}
.login_input2 {
    background-color: #fff;
    width: 81%;
    height: 40px;
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 10px;
}
.login_input3 {
    background-color: #fff;
    width: 48.5%;
    height: 40px;
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 10px;
}
.login_input4 {
	background-color: #fff;
	width: 100%;
    height: 8vw;
	font-size: 3.2vw;
	color: #6c6c6c;
	padding: 0px 3vw;
	border-radius: 1.5vw;
	line-height: 5vw;
}
.box_button:active{
    opacity: 0.6;
}
.box_button {
    background-color: #5e849e;
    color: #fff;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 10px;
}
.login_input::placeholder, .login_input2::placeholder, .login_input3::placeholder, .birthday_number input::placeholder {
	 color: #b4b5b5;
}
.login_input4::placeholder{
	 color: #b4b5b5;
	 font-size: 3.2vw;
	 position:relative;
	 top: -1vw;
}
.login_button {
    width: fit-content;
    margin: 30px auto 50px auto;
    background-color: #f39700;
    border-radius: 10px;
}
.login_button p {
    color: #fff;
    font-weight: bold;
    padding: 15px 50px;
    font-size: 16px;
}
.pass_forgot {
	clear: both;
	text-align: center;
	color: #fff;
	float: right;
	margin-right: 10vw;
}
.pass_forgot a {
	font-size: 3vw;
	text-decoration: underline;
}
.login_width {
    width: 40%;
    margin: 0px auto;
}
.login_kome {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.check_top {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
}
.check_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.check_flex p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.check_flex p span {
    font-size: 14px;
    font-weight: normal;
}
/*チェックボックス*/
.switchArea {
    border-radius: 40px;
    position: relative;
    width: 60px;
    background: #fff;
}
.switchArea input[type="checkbox"] {
	display: none;
}
.switchArea label {
    display: block;
    box-sizing: border-box;
	height: 25px;
}
.switchArea input[type="checkbox"]:checked +label {
	border-color: #78bd78;
}
.switchArea #swImg {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #999999;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-radius: 40px;
    transition: .2s;
}
.switchArea input[type="checkbox"]:checked ~ #swImg {
	transform: translate(35px, -50%);
	background: #8fc31f;
}
/*チェックボックスここまで*/

.sp_text {
	color: #fff;
	font-size: 18px;
    font-weight: bold;
}
.sp_text span{
	font-size: 14px;
    font-weight: normal;
}
.sp_check_block {
	display: flex;
	margin: 10px 0;
	flex-wrap: wrap;
} 
.sp_box {
    display: flex;
    align-items: center;
    margin: 10px 0;
    margin-left: 0px;
    margin-right: 20px;
}
.sp_box p {
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
}
.birthday_title {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
}
.birthday_flex {
    display: flex;
    align-items: center;
    margin: 15px 0px 15px;
	justify-content: flex-start;
    position: relative;
}
.birthday_number {
	width: 75px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.birthday_number input{
    width: 100%;
    height: 100%;
	font-size: 16px;
	text-align: center;
}
.birthday_number p{
	width: 100%;
    height: 100%;
    line-height: 8vw;
	font-size: 3.2vw;
}
.birthday_text {
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
}
.hissu {
    text-align: center;
    color: #e61e19;
    font-size: 16px;
    /* margin-bottom: 6vw; */
}
.radios input, .sp_box input {
	display: none;
}
.radios label, .sp_box label {
	display: flex;
	position: relative;
	cursor: pointer;
}
.radios label::before {
    background-color: #fff;
    transform: translateY(-50%);
	top: 12px;
    width: 20px;
    height: 20px;
    left: 0px;
}
.sp_box label::before {
    top: -2px;
    left: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #ffffff;
}
.radios label::before, .radios label::after, .sp_box label::before, .sp_box label::after {
	content: "";
	display: block;
	position: absolute;
}
.sp_box label::after {
    top: 3px;
    left: 4px;
    width: 13px;
    height: 6px;
    transform: rotate(-45deg);
    border: 3px solid #5e849e;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
}
.sp_box input:checked + label::after{
	opacity: 1;
}
.radios label p {
    font-size: 14px;
    color: #fff;
    margin-left: 28px;
    line-height: 25px;
}
.radios label p a {
	font-size: 14px;
	color: #5e849e;
	text-decoration: underline;
    font-weight: bold;
}
.radios label::after {
    opacity: 0;
    width: 6px;
    height: 13px;
    top: 11px;
    left: 7px;
    transform: translateY(-50%)rotate(45deg);
    border-bottom: 3px solid #5e849e;
    border-right: 3px solid #5e849e;
}
.radios input:checked + label::after {
	opacity: 1;
}
.back_left div:active, .radios label p a:active{
	opacity: 0.6;
}
.hissukoumoku {
    position: absolute;
    font-size: 18px;
    left: -35px;
    color: #888889;
}
input::-webkit-input-placeholder {
    padding-top: 1vw;
}
.birthday_title span{
	font-size: 16px;
    font-weight: normal;
}
.back_left_b div{
    border: 0.4vw solid #fff !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
}
.doui_mb{
	display:none;
}

@media screen and (max-width: 1024px) {
.kanintouroku {
	width: fit-content;
	margin: 9vw auto 8vw;
	background-color: #f39700;
	border-radius: 5vw;
}
.kanintouroku p {
	color: #fff;
	font-weight:bold;
	padding: 6vw 13vw;
	font-size: 3.8vw;
}
.touroku_after {
	text-align: center;
	color: #fff;
	font-size: 3.6vw;
	margin: 6vw 0;
	font-weight: bold;
}
.touroku_after a {
	font-size: 3.5vw;
	text-decoration: underline;
}
.login_title {
	text-align: center;
	color: #fff;
	font-size: 3.8vw;
	font-weight: bold;
}
.input_box {
	display: flex;
	align-items: center;
    margin: 2vw auto 2vw;
	justify-content: space-between;
	position:relative;
}
.input_box div {
	width: 6.5%;
}
.login_button:active{
    opacity: 0.6;
}
.input_box div img {
	width: 100%;
}
.login_input{
	background-color: #fff;
	width: 100%;
    height: 8vw;
	font-size: 3.2vw;
	padding: 0px 3vw;
	border-radius: 1.5vw;
}
.login_input2 {
	background-color: #fff;
	width: 81%;
    height: 8vw;
	font-size: 3.2vw;
	padding: 0px 3vw;
	border-radius: 1.5vw;
}
.login_input3 {
	background-color: #fff;
	width: 48.5%;
    height: 8vw;
	font-size: 3.2vw;
	padding: 0px 3vw;
	border-radius: 1.5vw;
}
.login_input4 {
	background-color: #fff;
	width: 100%;
    height: 8vw;
	font-size: 3.2vw;
	color: #6c6c6c;
	padding: 0px 3vw;
	border-radius: 1.5vw;
	line-height: 5vw;
}
.box_button:active{
    opacity: 0.6;
}
.box_button {
	background-color: #5e849e;
	color: #fff;
	font-size: 3vw;
	padding: 2.4vw 1vw;
	border-radius: 2vw;
}
.login_input::placeholder, .login_input2::placeholder, .login_input3::placeholder, .birthday_number input::placeholder {
	 color: #b4b5b5;
}
.login_input4::placeholder{
	 color: #b4b5b5;
	 font-size: 3.2vw;
	 position:relative;
	 top: -1vw;
}
.login_button {
	width: fit-content;
	margin: 5vw auto 7vw auto;
	background-color: #f39700;
	border-radius: 5vw;
}
.login_button p {
	color: #fff;
	font-weight:bold;
	padding: 3vw 12.3vw;
	font-size: 3.5vw;
}
.pass_forgot {
	clear: both;
	text-align: center;
	color: #fff;
	float: right;
	margin-right: 10vw;
}
.pass_forgot a {
	font-size: 3vw;
	text-decoration: underline;
}
.login_width {
    width: 85%;
	margin: 0px auto;
}
.login_kome {
    font-size: 2.9vw;
	line-height: 4.5vw;
	color: #fff;
}
.check_top{
    display: flex;
    margin-top: 7vw;
	margin-bottom: 4vw;
	justify-content: unset;
}
.check_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.check_flex p {
	color: #fff;
    font-size: 3.5vw;
    text-align: center;
    font-weight: bold;
}
.check_flex p span {
	font-size: 3vw;
	font-weight: normal;
}
/*チェックボックス*/
.switchArea {
border-radius: 10vw;
    position: relative;
    width: 17vw;
    background: #fff;
}
.switchArea input[type="checkbox"] {
	display: none;
}
.switchArea label {
    display: block;
    box-sizing: border-box;
    height: 6.5vw;
}
.switchArea input[type="checkbox"]:checked +label {
	border-color: #78bd78;
}
.switchArea #swImg {
	position: absolute;
    width: 6vw;
    height: 6vw;
    background: #999999;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-radius: 10vw;
    transition: .2s;
}
.switchArea input[type="checkbox"]:checked ~ #swImg {
	transform: translate(11.1vw, -50%);
	background: #8fc31f;
}
/*チェックボックスここまで*/

.sp_text {
	color: #fff;
	font-size: 3.5vw;
    font-weight: bold;
}
.sp_text span{
	font-size: 2.9vw;
    font-weight: normal;
}
.sp_check_block {
	display: flex;
	margin: 1vw 0;
	flex-wrap: wrap;
} 
.sp_box{
    display: flex;
    align-items: center;
    margin: 2vw 0;
    margin-left: 4vw;
    margin-right: 1vw;
}

.sp_box p {
    color: #fff;
    font-size: 3vw;
    margin-left: 2vw;
}
.birthday_title {
	color: #fff;
	font-size: 3.5vw;
	margin-top: 4vw;
    font-weight: bold;
}
.birthday_flex {
    display: flex;
    align-items: center;
    margin: 3vw 0px 3vw;
    justify-content: space-between;
	    position: relative;
}
.birthday_number {
    width: 14vw;


    height: 8vw;
    background-color: #fff;
    border-radius: 1vw;
    position: relative;
    text-align: center;
}
.birthday_number input{
    width: 100%;
    height: 100%;
	font-size: 3.2vw;
	text-align: center;
}
.birthday_number p{
	width: 100%;
    height: 100%;
    line-height: 8vw;
	font-size: 3.2vw;
}
.birthday_text {
	color: #fff;
	font-size: 3.5vw;
	padding: 0 1.5vw;
}
.hissu {
	text-align: center;
    color: #e61e19;
    font-size: 3vw;
    /*margin-bottom: 6vw;*/
}
.radios input, .sp_box input {
	display: none;
}
.radios label, .sp_box label {
	display: flex;
	position: relative;
	cursor: pointer;
}
.radios label::before {
	background-color: #fff;
	transform: translateY(-50%);
	top: 25%;
	width: 5vw;
	height: 5vw;
	left: 1.9vw;
}
.sp_box label::before {
    top: -0.5vw;
    left: -3vw;
    width: 4vw;
    height: 4vw;
    cursor: pointer;
    background: #ffffff;
}
.radios label::before, .radios label::after, .sp_box label::before, .sp_box label::after {
	content: "";
	display: block;
	position: absolute;
}
.sp_box label::after {
    top: 0.3vw;
    left: -2.2vw;
    width: 2.7vw;
    height: 1.4vw;
    transform: rotate(-45deg);
	border: 3px solid #5e849e;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
}

.sp_box input:checked + label::after{
	opacity: 1;
}
.radios label p {
	font-size: 3.3vw;
	color: #fff;
	margin-left: 9vw;
	line-height: 5vw;
}
.radios label p a {
	font-size: 3.3vw;
	color: #5e849e;
	text-decoration: underline;
    font-weight: bold;
}
.radios label::after {
	opacity: 0;
	width: 1.6vw;
	height: 3vw;
	top: 18%;
    left: 3.8vw;
	transform: translateY(-50%)rotate(45deg);
	border-bottom: 0.7vw solid #5e849e;
	border-right: 0.7vw solid #5e849e;
}
.radios input:checked + label::after {
	opacity: 1;
}
.back_left div:active, .radios label p a:active{
	opacity: 0.6;
}
.hissukoumoku{
    position: absolute;
    font-size: 3.5vw;
    left: -5vw;
    color: #888889;
}
input::-webkit-input-placeholder {
    padding-top: 1vw;
}
.birthday_title span{
	font-size: 2.9vw;
    font-weight: normal;
}
.back_left_b div{
    border: 0.4vw solid #fff !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
}
.doui_mb{
	display:block;
}
.doui_pc{
	display:none;
}
}








