/*
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
*/

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	height : auto;
	padding : auto;
	margin : auto;
	color : rgba(51,51,51,1);
}

page {
	width : 100%;
	text-align : center;
	position : relative;
}
.contents {
	width : 100%;
	max-width : 360px;
	margin : 0 auto;
	height :auto;
}

.bx-lin {
	box-sizing : border-box;
	display : inline-block;
	position : relative;
	width : 100%;
	max-width : 328px;
	margin-bottom:10px;
	padding-top : 6px;
	height : auto;
	border : 1px solid rgba(51,153,255,1);
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
	-o-border-radius : 10px;
	border-radius : 10px;
}
img {
	width : 92%;
	max-width : 328px;
	text-align : center;
	pointer-events : none;
	-webkit-touch-callout : none;
	-moz-touch-callout : none;
	-moz-user-select : none;
	touch-callout : none;
	user-select : none;
}
.ttlbx {
	box-sizing : border-box;
	display : inline-block;
	position : relative;
	max-width : 280px;
	border : 1px solid rgba(51,153,255,1);
	color: rgba(51,153,255,1);
	font-size : 10pt;
	margin : 30px 10px 30px 10px;
	padding : 6px 10px 6px 10px;
	-webkit-border-radius : 6px;
	-moz-border-radius : 6px;
	-o-border-radius : 6px;
	border-radius : 6px;
}
.ttlbx img {
	width:18%;
	max-width:28px;
	vertical-align:bottom;
}
.ttlbx a {
	text-decoration : none;
}
.ttlbx a:hover {
	font-weight : bold;
}
.ttlbx a:link, .ttlbx a:visited, .ttlbx a:hover, .ttlbx a:active {
	color: #b4e391;
}
.txt {
	display : inline-block;
	float : left;
	position : relative;
	width : 94%;
	margin : 0 0 8px 10px;
	text-align : left;
	line-height : 1.1em;
}
.txt li {
	box-sizing: border-box;
	display : inline-block;
	width : 98%;
	font-size : 10pt;
	line-height : 2em;
	vertical-align : middle;
	text-decoration : none;
	list-style-type : none;
	margin : 2px 0 2px -10px;
	padding: 2px 10px;
	border : 1px solid rgba(51,153,255,1);
	-webkit-border-radius : 8px;
	-mox-border-radius : 8px;
	-ot-border-radius : 8px;
	border-radius : 8px;
}
.lst a {
	text-decoration : none !important;
}
input#sbmt_btn3 {
	box-sizing : border-box;
	border : none;
	background : none;
	cursor : pointer;
}
.bx2i1 {
	display : inline-block;
	position : relative;
	width : 48%;
	max-width : 130px;
}
/*----------------------------------*/
/*ブルーライト　　　　　　　　　　　*/
/*----------------------------------*/
.btn,a.btn,button.btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: table;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.btn-engine-start {
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	position : relative;
	
	width : 130px;
	height : 130px;
	margin : 0 auto;
	
	border-radius : 50%;
	background : white;
	background : -webkit-linear-gradient(
		315deg,
		white 0%,
		white 22%,
		#ddd 44%,
		#a5a5a5 52%,
		black 100%
	);
	background : linear-gradient(
		135deg,
		white 0%,
		white 22%,
		#ddd 44%,
		#a5a5a5 52%,
		black 100%
	);
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
}

.btn-engine-start:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: absolute;
	top: 7px;
	left: 7px;
	
	display: table-cell;
	
	width: 116px;
	height: 116px;
	
	content: "";
	
	border-radius: 50%;
	background: #515151;
	background: -webkit-linear-gradient(
		-45deg,
		#515151 0%,
		#515151 19%,
		#ededed 50%,
		white 77%,
		white 100%
	);
	background: -webkit-linear-gradient(
		315deg,
		#515151 0%,
		#515151 19%,
		#ededed 50%,
		white 77%,
		white 100%
	);
	background: linear-gradient(
		135deg,
		#515151 0%,
		#515151 19%,
		#ededed 50%,
		white 77%,
		white 100%
	);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#ffffff', GradientType=1);
}

.btn-engine-start:hover a.btn-engine-start-in:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	top: 19px;
	
	background: rgba(255,255,0,1);
	/*background: #61c419;*/
	-webkit-box-shadow: 0 0 4px rgba(97, 196, 25, 0.3);
	box-shadow: 0 0 4px rgba(97, 196, 25, 0.3);
}

.btn-engine-start:hover a.btn-engine-start-in {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 36px 0 0;
	
	color: rgba(255,255,0,1);
	/*color: #b4e391;*/
	-webkit-box-shadow: inset 0 1px 1px black, 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 1px black, 0 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0 0 6px rgba(97, 196, 25, 0.3), 0 0 6px rgba(97, 196, 25, 0.3);
}

a.btn-engine-start-in {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.2;
	
	position: absolute;
	top: 16px;
	left: 16px;
	
	width: 98px;
	height: 98px;
	padding: 35px 0 0;
	
	color: #b4e391;
	/*color: #fff;*/
	border-radius: 50%;
	background: #959595;
	background: -webkit-linear-gradient(
		-45deg,
		#959595 0%,
		#0d0d0d 46%,
		#010101 50%,
		#0a0a0a 69%,
		#1b1b1b 100%
	);
	background: -webkit-linear-gradient(
		315deg,
		#959595 0%,
		#0d0d0d 46%,
		#010101 50%,
		#0a0a0a 69%,
		#1b1b1b 100%
	);
	background: linear-gradient(
		135deg,
		#959595 0%,
		#0d0d0d 46%,
		#010101 50%,
		#0a0a0a 69%,
		#1b1b1b 100%
	);
	-webkit-box-shadow: inset 0 1px 2px white, 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 1px white, 0 1px 2px rgba(0, 0, 0, 0.5);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#1b1b1b', GradientType=1);
}

a.btn-engine-start-in:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: absolute;
	top: 18px;
	left: calc(50% - 13px);
	
	width: 26px;
	height: 8px;
	
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	border-radius: 10px;
	/*background: green;*/
	background: #555;
	background: #b4e391;
	/*background: #555;*/
}

a.btn-engine-start-in span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 8px;
}
/*----------------------------------*/
/*ブルーライト　　　　　　　　　　　*/
/*----------------------------------*/
.bluelight {
	/*
	display: table;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	*/
	display: table;
	width: 150px;
	height: 150px;
	position: relative;
	margin:150px 0 0 0;
	left: 50%;
	/*top: 200px;*/
	transform: translate(-50%, -50%);
}
.bluelight a {
	display: table-cell;
	font-size: 2em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	transition: background 1s, border-width 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000), text-shadow 0.5s;
	color: #daf6ff;
	text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
	box-shadow: 0 0 0 rgba(10, 175, 230, 0),  inset 0 0 0 rgba(10, 175, 230, 0);
	background-image: radial-gradient(center, ellipse cover, rgba(10, 175, 230, 0) 0%, rgba(10, 175, 230, 0) 90%);
	border: 0 dotted rgba(10, 175, 230, 0.0);
}
.bluelight a:hover {
	color: #fff;
	text-shadow: 0 0 50px rgba(10, 175, 230, 1),  0 0 50px rgba(10, 175, 230, 1);
	background-image: radial-gradient(center, ellipse cover, rgba(10, 175, 230, 0.3) 0%, rgba(10, 175, 230, 0) 60%);
}
.bluelight:before, .bluelight:after, .bluelight a:before, .bluelight a:after {
	transition: 0.2s ease-in-out;
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	border: 60px dashed transparent;
	left: 50%;
	top: 50%;
	transform : translate(-50%,-50%);
}
.bluelight:before {
	animation: rotate 20s linear 0s infinite;
	width: 160%;
	height: 160%;
	border: 3px dotted rgba(10, 175, 230, 0);
	z-index: -1;
}
.bluelight:after {
	animation: rotate 10s linear 0s infinite reverse;
	border: 80px dashed rgba(10, 175, 230, 0);
	width: 140%;
	height: 140%;
	z-index: -2;
}
.bluelight a:before {
	animation: rotate 5s ease-in-out 0s infinite alternate;
	width: 110%;
	height: 110%;
	border: 46px dashed rgba(10, 175, 230, 0);
}
.bluelight a:after {
	animation: rotate 5s linear 0s infinite;
	border: 14px dashed rgba(10, 175, 230, 0);
	width: 110%;
	height: 110%;
}
/*
.bluelight a:hover:before {
	border-color: rgba(10, 175, 230, 0.3);
}
.bluelight a:hover:after {
	border-color: rgba(10, 175, 230, 0.1);
}
.bluelight a:hover:after a:before {
	border-color: rgba(10, 175, 230, 0.3);
}
.bluelight a:hover:after a:after {
	border-color: rgba(10, 175, 230, 0.3);
}
*/
.bluelight a:before {
	border-color: rgba(10, 175, 230, 0.4);
}
.bluelight a:after {
	border-color: rgba(10, 175, 230, 0.2);
}
.bluelight a:after a:before {*/
	border-color: rgba(10, 175, 230, 0.4);
}
.bluelight a:after a:after {
	border-color: rgba(10, 175, 230, 0.4);
}
@keyframes rotate {
	0% {
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
p.caption {
	font-size: 0.7em;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	letter-spacing: 0.2em;
	text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
}
/*----------------------------------*/
/*フォーム部品　　　　　　　　　　　*/
/*----------------------------------*/
input[type="text"], input[type="password"], input[type="email"], button, textarea, select {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input[type="text"],input[type="password"],input[type="email"],textarea, select {
	padding: 0.8em;
	outline: none;
	box-sizing : border-box;
	border: 1px solid rgba(51,153,255,1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 96%;
	max-width: 240px;
}
input[type="tel"] {
	padding: 0.8em;
	outline: none;
	box-sizing : border-box;
	border: 1px solid rgba(022,127,108,1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 11.6%;
	min-width: 98px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
	box-sizing : border-box;
	box-shadow: 0 0 7px rgba(51,153,255,0.6);
	border: 1px solid rgba(51,153,255,1);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	width: 96%;
}

input#sbmt_btn {
	box-sizing : border-box;
	width : 90%;
	height : 40px;
	padding : 10px 10px;
	line-height : 1em;
	color : rgba(255,255,255,1);
	font-weight : bold;
	background : rgba(022,127,108,0.4);
	border : solid 2px rgba(022,127,108,0.6);
	border-radius : 10px 10px 10px 10px;
}
input#sbmt_btn:hover {
	cursor : pointer;
}

