@charset "UTF-8";
body {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-optical-sizing: auto;
	background: url("../img/whole_bg02.png");
	background-repeat: repeat;
	background-position: center center;
}

.main_cont {
	position: relative;
	top: -70px;
	width: 85%;
	padding: 20px;
	margin: 0 auto 100px;
	background: #fff;
	border: 5px solid #BEC544;
	border-radius: 10px;
	max-width: 1500px;
}

header {
	padding: 20px 0 100px;
	margin: 0;
	background: #7ba83f;
	
}

h1 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

h1::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url("../img/senior_mark.png");
}

h1::after {
	position: relative;
	top: 5px;
	right: 0;
	content: url("../img/senior_mark.png");
}

h2 {
	padding-left: 3rem;
	margin: 10px auto;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
	text-align: center;
}
h3 {
	padding-left: 3rem;
	margin: 10px auto;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
	text-align: center;
	text-indent: -2.5rem;
}

h3::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url("../img/senior_mark.png");
}

h3::after {
	position: relative;
	top: 5px;
	right: 0;
	content: url("../img/senior_mark.png");
}

.msg_box {
	padding: 10px 0;
	margin: 20px auto;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
}
.msg_box::before {
position: relative;
top: 5px;
left: 0;
margin-right: 5px;
content: url('../img/logo_mark.png');
}


.msg_box00 {
	margin: 10px auto;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
	color: #e40003;
	text-align: center;
}

.cyui_img {
	width: 30px;
	height: 30px;
	padding-bottom: 5px;
	margin: auto;
}

.msg_box00 img {
	width: 100%;
}

.msg_box01 {
	padding-left: 3rem;
	margin: 10px auto;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
	color: #e40003;
	text-indent: -2.5rem;
}

.msg_box01::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url("../img/cyuui_mark.png");
}

.msg_box011 {
	padding-left: 3rem;
	margin: 10px auto;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.3;
	text-indent: -2.5rem;
}

.msg_box011::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url("../img/cyuui_mark.png");
}

.msg_cyui {
padding-left: 3rem;
margin: 10px auto;
font-size: 150%;
font-weight: bold;
line-height: 1.3;
text-indent: -2.5rem;
}

.msg_cyui::before {
position: relative;
top: 5px;
left: 0;
content: url("../img/cyuui_mark.png");
}



.msg_box03 {
	margin: 5px auto;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
}

.number_midashi {
	margin-right: 5px;
	color: #28288c;
}

select {
	border: none;
}

select.co_aka {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* ie対�? */
select::-ms-expand {
	display: none;
}
.select_css{
display: block;
font-size: 30px;
font-family: sans-serif;
font-weight: bold;
line-height: 1.3;
padding: .6em 2em .5em .5em;
width: 100%;
max-width: 100%; 
box-sizing: border-box;
margin: 0;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
background-repeat: no-repeat, repeat;
background-position: right .4em top 50%, 0 0;
background-size: .65em auto, 100%;
height: 80px;
}
.select_css::-ms-expand {
display: none;
}
.select_css:hover {
border-color: #888;
}
.select_css:focus {
border-color: #aaa;
box-shadow: 0 0 1px 3px rgba(255,19,85,0.70);
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #E71C20; 
outline: none;
}
.select_css option {
color: #222; 
font-weight: 900;
}

.select_css02{
box-sizing: border-box;
display: block;
padding: 0 0 0 10px;
margin: 0;
font-family: sans-serif;
font-size: 35px;
font-weight: bold;
line-height: 1.3;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.select_css02::-ms-expand {
display: none;
}
.select_css02:focus {
outline: none;
}
.select_css02 option {
font-weight: normal;
}
.select_css02 option {
display: none;
}
.rimit_box {
padding: 15px 20px;
animation: wakuten 1s linear infinite alternate;
}
.rimit_cent {
padding: 0 10px;
}
@keyframes wakuten {
0% {
padding: 16px;
border: 5px solid #fc4a1a;
}
100% {
padding: 16px;
border: 5px solid #fff;
}
}
.select_css02 {
	box-sizing: border-box;
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	font-family: sans-serif;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.select_css02::-ms-expand {
	display: none;
}

.select_css02:focus {
	outline: none;
}

.select_css02 option {
	font-weight: normal;
}

.select_css02 option {
	display: none;
}


.modorugamen {
	padding: 60px 10px;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}


.kakunin_box {
	display: flex;
	flex-direction: column;
	width: 32%;
	margin: 10px;
	background-color: #eee;
	box-shadow: 3px 3px 2px rgb(0 0 0 / 30%);
}

.btn_box {
display: flex;
flex-direction: row;
justify-content: center;
width: 90%;
margin: 10px auto;
}

.btn_box02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	margin: 10px auto;
}
.button_general {
position: relative;
width: 98%;
padding: 10px 0;
margin: 50px auto;
font-size: 200%;
font-weight: 900;
color: #01B3A5;
text-align: center;
letter-spacing: 0.2em;
cursor: pointer;
background: #F7DF01;
border: 2px solid #01B3A5;
border-radius: 10px;
box-shadow: rgb(50 50 93 / 25%) 0 2px 5px -1px, rgb(0 0 0 / 30%) 0 1px 3px -1px;
}
.button_general:hover {
color: #fff;
background: #dd1a51;
border: 2px solid #dd1a51;
}
.button_general::before {
position: absolute;
top: 0;
right: 20px;
bottom: 0;
width: 20px;
height: 20px;
margin: auto;
content: '';
border-top: 5px solid #01B3A5;
border-right: 5px solid #01B3A5;
transform: rotate(45deg);
transition: all 0.3s ease;
}
.button_general:hover::before {
right: 10px; 
border-top: 5px solid #ffffff;
border-right: 5px solid #ffffff;
}

.kakunin_btn {
	width: 80%;
	margin: 10px auto;
}

button.kakunin {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto 20px;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background: #ca012d;
	border: none;
	border-radius: 5px;
}

button.kakunin:disabled {
	background: #ffe882;
}

button.kakunin:hover {
	background: #ffd61b;
}

.img_50 {
	width: 50%;
	margin: 10px auto;
}

.img_60 {
	width: 60%;
	margin: 10px auto;
}

.img_65 {
	width: 65%;
	margin: 10px auto;
}

.img_50 img,
.img_60 img,
.img_65 img,
.img_box img {
	width: 100%;
}

.img_box {
	width: 80%;
	margin: 10px auto;
}

.img_box01 {
	width: 60%;
	margin: 10px auto;
}

.col-sm-3 {
	width: 75%;
	margin: 10px auto;
}

.input-group-addon {
	font-weight: bold;
	vertical-align: bottom;
	background: #fff;
	border: none;
}

/* index.php 確認事�??  */
.kakunin_flex {
	display: flex;
	flex-direction: column;
}

/* Chrome、Safari  */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
/* Firefox、IE  */
input[type="number"] {
	-moz-appearance: textfield;
}

::placeholder {
	color: #ddd;
}

input.license,
input.license2 {
	width: 50%;
	padding: 5px 10;
	margin: 5px auto;
	font-size: 40px;
	font-weight: bold;
}
/* input.license2 {
background-color: #fff1fe;
} */
.radio_box {
	width: 95%;
	margin: 20px auto;
}

.cyui {
	margin: 10px 0;
	font-size: 130%;
	color: #f00;
}


.division {
	padding-left: 8px;
	font-size: 30px;
	font-weight: bold;
}


.sel_class {
	padding-left: 8px;
	font-size: 25px;
	font-weight: bold;
}

.gu_re {
	position: relative;
}

.license_guide {
	width: 10%;
	padding: 0 5px;
	margin: 0 auto;
	font-size: 25px;
	font-weight: 700;
}

.OpeningWin {
	width: 80%;
	padding: 20px;
	margin: 20px auto 70px;
}

.OpeningMsg {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #ef002c;
}

.OpeningMsg02 {
	width: 90%;
	margin: 10px auto;
	font-size: 20px;
	font-weight: 600;
}

.msg_aka {
	margin: 10px auto;
	font-size: 120%;
	font-weight: bold;
	color: #ef0003;
	text-align: center;
}

textarea[type="text"] {
width: 90%;
padding: 8px 0 8px 5px;
font-size: 140%;
font-weight: bold;
color: #004b82;
transition: 0.3s;
margin: 0 auto;
}

textarea:focus {
font-size: 150%;
font-weight: bold;
color: #004b82;
background: #FBEAF9;
}



footer {
	padding-bottom: 50px;
	background: #fff;
	border-top: dotted 2px #22aaa3;
}

.footer_logo {
	width: 30%;
	margin: 20px auto 10px;
}

.footer_logo img {
	width: 100%;
	margin: 0 auto;
}

.footer_logo a:hover {
	opacity: 0.6;
}

.TokyoNo {
	width: 350px !important;
}

.TokyoNoMsg {
	font-size: 150%;
	color: #f00;
}

.TokyoYesMsg {
	font-size: 150%;
	color: #00f;
}
.dots {
	-webkit-text-emphasis: filled;
	text-emphasis: filled;
}

@media screen and (max-width: 990px) {
.select_css {
font-size: 25px;
padding: .6em 2em .5em .5em;
height: 70px;
}
}
@media screen and (max-width: 890px) {
	.main_cont {
		width: 90%;
	}
	.radio_box {
		width: 98%;
	}

	.division {
		font-size: 20px;
	}

	.question_msg {
		font-size: 28px;
	}
}


@media screen and (max-width: 850px) {
	.main_cont {
		top: -90px;
		padding: 10px;
		margin: 0 auto 70px;
		
	}




	.col-sm-3 {
		width: 80%;
		margin: 10px auto;
	}



	.kakunin_box {
		width: 70%;
	}

	.OpeningWin {
		width: 90%;
		padding: 20px;
		margin: 20px auto 70px;
	}


	.OpeningMsg {
		font-size: 22px;
	}

	.OpeningMsg02 {
		width: 95%;
		font-size: 18px;
	}

	.button_opening {
		width: 80%;
		padding: 15px 0;
		font-size: 20px;
	}

	input.license,
	input.license2 {
		width: 25%;
		font-size: 30px;
	}
	.license_guide {
		font-size: 15px;
	}


	footer {
		background: #fff;
		border-top: dotted 2px #22aaa3;
	}

	.footer_logo {
		width: 60%;
		margin: 20px auto 10px;
	}

	.footer_logo img {
		width: 100%;
		margin: 0 auto;
	}

	.msg_box {
		padding: 10px 0;
		margin: 10px auto;
		font-size: 180%;
	}



	.cyui {
		margin: 10px 0;
		font-size: 110%;
	}


.select_css {
padding: .6em 1.6em .5em .5em;
}
}

@media screen and (max-width: 520px) {
	.main_cont {
		top: -60px;
		width: 97%;
		padding: 10px 7px;
		margin: 0 auto 60px;
		
	}


	.img_box {
		width: 90%;
	}

	.kakunin_box {
		width: 90%;
	}

	header {
		padding: 10px 0 50px;
	}

	h1 {
		padding: 0 0 5px;
		margin: 0 auto;
		font-size: 150%;
	}

	h2 {
	
		margin: 5px auto;
		font-size: 110%;
		
	}

	.question_msg {
		padding: 10px 0;
		font-size: 21px;
	}

	.msg_box01 {
		padding: 0 0 0 20px;
		padding-left: 2rem;
		margin: 0 auto 10px;
		font-size: 120%;
		text-indent: -2.5rem;
	}

	.msg_box01::before {
		top: 3px;
		left: 0;
		content: url("../img/cyuui_mark_sp.png");
	}

	.msg_box011 {
		padding: 0 0 0 20px;
		padding-left: 2rem;
		margin: 0 auto 10px;
		font-size: 120%;
		text-indent: -2.5rem;
	}

	.msg_box011::before {
		top: 3px;
		left: 0;
		content: url("../img/cyuui_mark_sp.png");
	}

.msg_cyui {
padding: 0 0 0 20px;
padding-left: 2rem;
margin: 0 auto 10px;
font-size: 120%;
text-indent: -2.5rem;
}
.msg_cyui::before {
top: 3px;
left: 0;
content: url("../img/cyuui_mark_sp.png");
}
.btn_box {
flex-direction: column;
width: 95%;
margin: 10px auto;
}
.button_general::before {
border-top: 3px solid #01B3A5;
border-right: 3px solid #01B3A5;
}
.button_general:hover::before {
border-top: 3px solid #ffffff;
border-right: 3px solid #ffffff;
}
.select_css {
line-height: 1;
background-position:right 0.2em top 50%,0 0;
background-size:0.4em auto,100%;
font-size: 25px;
padding: .6em 2em .5em .5em;
height: 70px;
}
.select_css02{
padding: 0 0 0 10px;
font-size: 30px;
line-height: 1;
}

.rimit_box {
width: 95%;
padding: 10px;
animation: wakuten 1s linear infinite alternate;
}
textarea[type="text"] {
width: 95%;
font-size: 125%;
background: #def9ea;
}
textarea:focus {
font-size: 130%;
}
	
	
	
	

	.input-group-addon {
		padding: 6px 3px;
		font-size: 90%;
	}

	.col-sm-3 {
		width: 95%;
		margin: 8px auto;
	}

	.radio_box {
		width: 98%;
	}

	.division {
		font-size: 18px;
	}

	.sel_class {
		font-size: 18px;
	}

	.OpeningWin {
		width: 90%;
		padding: 20px 0;
	}

	.msg_box {
		padding: 10px 0 0;
		margin: 10px auto 0;
		font-size: 135%;
	}



	input.license,
	input.license2 {
		width: 26%;
		font-size: 20px;
	}

	.cyui {
		font-size: 100%;
	}

	.img_60 {
		width: 80%;
		margin: 10px auto;
	}

	.msg_box03 {
		font-size: 120%;
		line-height: 1.4;
	}


.button_general {
width: 95%;
margin: 50px auto;
font-size: 150%;
}

	.button_general02 {
		letter-spacing: -0.1em;
	}

	.popup_btn {
		margin: 10px auto;
	}


}

@media screen and (max-width: 350px) {
	.button_general {
		width: 100%;
		font-size: 110%;
	}
}

#DispAge {
	font-size: 50px;
	color: #00f;
}

#dnumber {
	width: 200px;
	font-size: 50px;
	text-align: right;
}
