* {
	margin : 0;
	padding : 0;
}

html {
    color : #666;
    font  : 12px "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
    background:#fff;
}

img, map {
	border: 0 none;
	vertical-align: bottom;
}

#header {
	background-color:#fff;
	width:100%;
	height:47px;
	padding-top:2px;
	border-bottom:2px solid skyblue;
	position:relative;
}

::-webkit-scrollbar {
    width: 8px;
    height:8px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

input {
	font : 0.9rem "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

select {
	padding:1px;
	font : 0.9rem "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

textarea {
	font : 0.9rem "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
	resize:none;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 5px 0 5px 5px;
	padding: 6px 5px 6px 35px;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
}

.radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #CCC;
	border-radius: 6px;
	content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #53b300;
	content: '';
	opacity: 0;
}

input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 11px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
 	opacity: 1;
}

a {
    color : #666;
    text-decoration : none;
}

a:link {
    color : #666;
    text-decoration : none;
}

a:visited {
    color : #666;
    text-decoration : none;
}

a:active {
    color : #666;
    text-decoration : none;
}

a:hover {
    color : #bbb;
    text-decoration : none;
    background : #CCCCCC;
}

#footer {
	background:green;
	height:70px;
	text-align:center;
	color:#fff;
}

@media only screen and (min-width: 769px) {
	html {
		font-size:15px;
	}
	#header .h {
		float:left;font-size:2rem;border-radius:50%;text-align:center;width:42px;height:42px;line-height:42px;background:green;color:#fff;
	}
	#header .h1 {
		float:left;font-size:1.3rem;color:chocolate;margin:15px 0 0 5px;line-height:26px;
	}
	#footer {
		width:1200px;
		margin:0 auto 30px auto;
		padding:10px 20px;
		border-bottom-right-radius:16px;
		border-bottom-left-radius:16px;
	}
	#main {
		width:1200px;
		margin:30px auto 0 auto;
		background-color:#fff2e5;
		padding:10px 20px;
		border-top-right-radius:16px;
		border-top-left-radius:16px;
	}
	#main_view {
		padding:20px;
	}
	.description {
		border-radius:5px;
		-webkit-border-radius:5px;
		background:burlywood;
		padding:20px 10px;
		text-align:center;
		margin-top:20px;
		color:#fff;
	}
	.description p {
		font-size:1.7rem;
	}
	.description div {
		font-size:1.2rem;
	}
	.stop_waku {
		height:30px;
	}
	.stop_body {
		float:right;
	}
	.stop_main {
		float:right;padding:2px 10px 5px 5px;
	}
	.stop_icon {
		float:right;
		margin:5px 0 0 0;
		border-radius:50%;
		background:linear-gradient(lightgreen, green);
		width:15px;
		height:15px;
	}
	.main_waku {
		margin:50px auto;
		width:520px;
		border-radius:10px;
		-webkit-border-radius:10px;
		background:#fff;
		padding:20px;
		text-align:justify;
	}
	.main_waku .title {
		font-size:1.2rem;
	}
	.main_waku select {
		font-size:1.5rem;
	}
	.main_waku .input_waku {
		padding:5px 0 20px 0;
	}
	.main_waku span {
		padding:0 20px 0 5px;
	}
	.main_waku table .title {
		font-size:1.2rem;background:#fff;width:150px;padding:10px;
	}
	.main_waku table .detail {
		font-size:1.5rem;background:#fff;padding:10px;
	}
	.main_waku .main_bottom_cap {
		font-size:1.2rem;padding:20px 0 5px 0;
	}
	.txt {
		border:3px solid #fff2e5;
		border-radius:20px;
		width:500px;
		height:22px;
		font-size:1.5rem;
		padding:6px;
		background:#fff2e5;
	}
	.navi_waku {
		background:#f5f5f5;height:40px;overflow:hidden;
	}
	.navi {
		width:160px;height:40px;line-height:40px;text-align:center;background:#ddd;position:relative;float:left;
	}
	.navi p {
		position:relative;
	}
	.navi .p2::before {
		content:'入力内容確認';
	}
	.navi .p3::before {
		content:'パスコード確認';
	}
	.navi .p4::before {
		content:'生年月日入力';
	}
	.navi .p5::before {
		content:'入力内容確認';
	}
	.navi .p6::before {
		content:'登録完了';
	}
	.navi .arrow {
		position:absolute;top:5px;right:-14px;height:28px;width:28px;transform:rotate(45deg);background:#ddd;border-top:1px solid #fff;border-right:1px solid #fff;
	}
	.bt {
		padding:5px;
		width:500px;
		line-height:58px;
		border-radius:60px;
		background:linear-gradient(orange, #FF6633);
		color:#fff;
		font-size:24px;
		font-weight:700;
		text-align:center;
		position:relative;
	}
	.back {
		line-height:58px;
		border-radius:60px;
		background:#fff;
		color:orange;
	}
	.bt .arrow {
		position:absolute;top:0;right:0;color:#fff;width:70px;
	}
	.bt .arrow span {
		font-size:4rem;line-height:70px;
	}
	.label_send {
		display:none;
		border-radius:5px;
		border:3px solid chocolate;
		margin:30px auto;
		width:680px;
		padding:10px;
		font-size:1.5rem;
		background:lightyellow;
	}
	.fin {
		margin:140px auto;width:60%;text-align:left;background:none;color:#666;line-height:48px;font-size:1.8rem;
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size:11px;
	}
	#header .h {
		float:left;font-size:1.4rem;border-radius:50%;text-align:center;width:26px;height:26px;line-height:26px;background:green;color:#fff;margin-top:18px;
	}
	#header .h1 {
		float:left;font-size:1.3rem;color:chocolate;margin:25px 0 0 5px;line-height:20px;
	}
	#footer {
		padding:10px 20px;
		background:#333;
		color:#fff;
	}
	#main {
		background-color:#fff2e5;
	}
	#main_view {
		padding:4px 0 20px 0;
	}
	.navi_waku {
		background:#f5f5f5;height:40px;overflow:hidden;
	}
	.navi {
		width:15.5%;height:40px;line-height:14px;text-align:center;background:#ddd;position:relative;float:left;padding:7px 0;
	}
	.navi .p1 {
		position:relative;
	}
	.navi .p2, .navi .p3, .navi .p4, .navi .p5, .navi .p6 {
		position:absolute;top:6px;right:-2px;width:60%;height:30px;overflow:hidden;
	}
	.navi .p2::before {
		white-space: pre;
		content:'入力\A確認';
	}
	.navi .p3::before {
		content:'ﾊﾟｽｺｰﾄﾞ確認';
	}
	.navi .p4::before {
		content:'生年月日入力';
	}
	.navi .p5::before {
		white-space: pre;
		content:'内容\A確認';
	}
	.navi .p6::before {
		white-space: pre;
		content:'登録\A完了';
	}
	.navi .arrow {
		position:absolute;top:5px;right:-14px;height:28px;width:28px;transform:rotate(45deg);background:#ddd;border-top:1px solid #fff;border-right:1px solid #fff;
	}
	.description {
		margin:20px 10px 0 10px;
		border-radius:5px;
		-webkit-border-radius:5px;
		background:burlywood;
		padding:10px 5px;
		word-break:break-all;
		line-height:14px;
		text-align:justify;
		color:#fff;
	}
	.description p {
		font-size:1.7rem;
		line-height:24px;
	}
	.description div {
		font-size:1.2rem;
		text-align:left;
		line-height:18px;
		padding-top:5px;
	}
	.stop_waku {
		height:30px;
	}
	.stop_body {
		float:right;
	}
	.stop_main {
		float:right;padding:2px 10px 5px 2px;
	}
	.stop_icon {
		float:right;
		margin:3px 0 0 0;
		border-radius:50%;
		background:linear-gradient(lightgreen, green);
		width:15px;
		height:15px;
	}
	.main_waku {
		margin:10% auto;
		width:80%;
		border-radius:5px;
		-webkit-border-radius:5px;
		background:#fff;
		padding:12% 4%;
	}
	.main_waku .title {
		font-size:1.2rem;
	}
	.main_waku select {
		font-size:1.5rem;
	}
	.main_waku .input_waku {
		padding:5px 0 20px 0;
	}
	.main_waku span {
		padding:0 1px 0 1px;
	}
	.main_waku table .title {
		font-size:1.2rem;background:#fff;width:40%;padding:10px 3px;line-height:20px;
	}
	.main_waku table .detail {
		font-size:1.5rem;background:#fff;padding:10px 3px;line-height:20px;
	}
	.main_waku .main_bottom_cap {
		font-size:1.2rem;padding-bottom:10px;
	}
	.txt {
		border:1px solid #ccc;
		border-radius: 8px;
		width:90%;
		height:22px;
		font-size:18px;
		padding:6px;
	}
	.bt {
		padding:5px;
		width:95%;
		line-height:48px;
		border-radius:30px;
		background:linear-gradient(orange, #FF6633);
		color:#fff;
		font-size:1.7rem;
		font-weight:600;
		text-align:center;
		margin:0 auto;
		position:relative;
	}
	.back {
		line-height:48px;
		border-radius:30px;
		background:#fff;
		color:orange;
	}
	.bt .arrow {
		display:none;
	}
	.label_send {
		display:none;
		margin:30px auto;
		width:80%;
		padding:10px;
		font-size:1.5rem;
		background:lightyellow;
		text-align:justify;
		color:chocolate;
	}
	.fin {
		text-align:left;background:none;color:#666;line-height:34px;font-size:1.8rem;
	}
}