body {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-optical-sizing: auto;
	line-height: 1.5;
	background: url('../img/whole_bg02.png');
	background-repeat: repeat;
	background-position: center center;
}

#submitButton {
	display: none;
}

header {
	width: 99%;
	padding: 20px 0 90px;
	margin: 0 auto;
	background: #fff;
}

.main_cont {
	position: relative;
	top: -70px;
	width: 85%;
	max-width: 1300px;
	padding: 20px;
	margin: 0 auto 100px;
	background: #fff;
	border: 5px solid #4398f8;
	border-radius: 10px;
}

h1 {
	width: 80%;
	padding: 20px 0 8px;
	margin: 0 auto;
	font-size: 250%;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background: #4398f8;
	border-radius: 30px;
}

.h1_img {
	display: inline-block;
	width: 50px;
	height: 50px;
}

.te_cent {
	text-align: center;
}

.img60 {
	width: 60%;
	margin: 0 auto;
}

.img_60 img {
	width: 100%;
}

.msg_box {
	margin: 20px auto;
	font-size: 180%;
	font-weight: 900;
	line-height: 1.3;
}

.msg_box00::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url('../img/cyuui_mark.png');
}

.msg_box00 {
	padding: 10px 0;
	padding-left: 2rem;
	margin: 10px auto;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
	text-indent: -2rem;
}

.msg_box02 {
	margin: 30px auto 10px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.7;
	color: #f39b34;
	text-align: center;
}

.select-css {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0.6em 1.4em 0.5em 0.8em;
	margin: 0;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.3;
	color: #444;
	-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, #fff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position:
		right 0.7em top 50%,
		0 0;
	background-size:
		0.65em auto,
		100%;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #888;
}

.select-css:focus {
	color: #222;
	outline: none;
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgb(59 153 252 / 70%);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
}

.select-css option {
	font-weight: 900;
}
/* 有効期限 */
.license_limit {
	width: 95%;
	padding-left: 8px;
	font-size: 25px;
	font-weight: bold;
}

.license_limit {
	font-size: 18px;
}

.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;
}

.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;
	}
}
/* 有効期限 */
.co_aka {
	color: #cd2c24;
}

.co_green {
	color: #00b71a;
}

.co_pink {
	color: #fc1d5b;
}

select {
	border: none;
}

select.co_aka {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* ie対? */
select::-ms-expand {
	display: none;
}

.flex_q {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 10px;
	margin: 10px 0;
	border-bottom: solid 1px #4398f8;
}

.selsct_flex {
	flex-direction: row;
}

.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;
}


.col-sm-3 {
	width: 98%;
	padding: 0;
	margin: 10px auto;
}

.input-group-addon {
	font-weight: bold;
	vertical-align: bottom;
	background: #fff;
	border: none;
}
/* 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: 30px;
	font-weight: bold;
}

input.license2 {
	background-color: #fff1fe;
}

.license_limit {
	width: 95%;
	padding-left: 8px;
	font-size: 25px;
	font-weight: bold;
}

.license_limit {
	font-size: 18px;
}

.q_mark {
	margin: 10px 0;
	font-size: 150%;
	font-weight: bold;
	color: #ff355b;
}

.cyui {
	margin: 10px 0;
	font-size: 150%;
	font-weight: bold;
	color: #ff355b;
}

.cyui::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url('../img/cyuui_mark.png');
}

.pdb10 {
	padding-bottom: 10px;
}

.pdb15 {
	padding-bottom: 15px;
}

.division {
	padding-left: 8px;
	font-size: 30px;
	font-weight: bold;
}

.ll_radio {
	width: 1.4em;
	height: 1.4em;
}

.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;
}

.button_opening {
	width: 60%;
	padding: 20px;
	margin: 50px auto;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #43a714;
	border-radius: 10px;
}

.button_opening:hover {
	color: #138606;
	background: #fff96c;
}

.un_yello {
	background: linear-gradient(transparent 60%, #f1f000 0%);
}

.msg_aka {
	margin: 10px auto;
	font-size: 120%;
	font-weight: bold;
	color: #ef0003;
	text-align: center;
}

input[type='checkbox'] {
	margin-right: 0.3em;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

@media screen and (max-width: 990px) {
	.select-css {
		padding: 0.3em 0.7em 0.25em 0.4em;
		margin: 0;
		font-size: 20px;
		line-height: 1.3;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background-color: #fff;
		background-position:
			right 0.4em top 50%,
			0 0;
		background-size:
			0.4em auto,
			100%;
	}
}

@media screen and (max-width: 850px) {
	header {
		padding: 20px 0 65px;
	}

	.main_cont {
		width: 90%;
	}

	.msg_box {
		margin: 20px auto 10px;
		font-size: 150%;
	}

	.flex_q {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		padding: 0;
		margin: 10px auto;
		border-bottom: dashed 2px #4398f8;
	}

	.selsct_flex {
		flex-direction: row;
	}

	.license_limit {
		font-size: 22px;
	}

	.division {
		font-size: 20px;
	}

	.question_msg {
		font-size: 28px;
	}

	.col-sm-3 {
		width: 98%;
		margin: 10px auto;
	}

	.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;
	}

	.license_limit {
		font-size: 18px;
	}

	input.license,
	input.license2 {
		width: 70%;
	}

	.license_guide {
		font-size: 15px;
	}

	input[type='radio'],
	input[type='checkbox'] {
		margin-right: 0.1em;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.input-group-addon {
		font-size: 15px;
	}

	.cyui,
	.q_mark {
		margin: 5px 0;
		font-size: 130%;
	}
}

@media screen and (max-width: 520px) {
	header {
		padding: 10px 0 40px;
	}

	.main_cont {
		width: 95%;
		padding: 10px 5px;
		margin: 10px auto 60px;
		border: 3px solid #4398f8;
	}

	h1 {
		padding: 10px 0;
		margin: 0 auto 10px;
		font-size: 180%;
	}

	.question_msg {
		padding: 10px 0;
		font-size: 21px;
	}

	span.aks {
		display: inline-block;
	}

	.btn_box {
		flex-direction: column;
		width: 85%;
		margin: 10px auto;
	}

	.btn_box02 {
		display: flex;
		justify-content: center;
		margin: 10px auto;
	}

	.col-sm-3 {
		width: 95%;
		margin: 10px auto;
	}

	.division {
		font-size: 18px;
	}

	.sel_class {
		font-size: 18px;
	}

	.OpeningWin {
		width: 90%;
		padding: 20px 0;
	}
.msg_box {
margin: 10px auto 10px;
font-size: 140%;
}
	.msg_box02 {
		font-size: 120%;
	}

	.input-group-addon {
		padding: 0 6px 3px 3px;
		font-size: 10px;
	}

	.select-css {
		padding: 0.5em 1em 0.5em 0.6em;
		font-size: 150%;
		line-height: 1.5;
		background-color: #fff;
		background-position:
			right 0.2em top 50%,
			0 0;
		background-size:
			0.4em auto,
			100%;
		border-radius: 8px;
	}

	.rimit_box {
		width: 95%;
		padding: 10px;
		animation: wakuten 1s linear infinite alternate;
	}

	.img60 {
		width: 98%;
	}

	.popupimg {
		width: 70%;
	}

	.selsct_flex {
		flex-direction: column;
	}
}

@media screen and (max-width: 350px) {
}

#DispAge {
	font-size: 50px;
	color: #00f;
}

#dnumber {
	width: 200px;
	font-size: 50px;
	text-align: right;
}
