
@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1.6em;
}

img{
	border: none;
	vertical-align: middle;
}

body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	font-family: sans-serif ;
}

.header{
	background-color: #e50012;
	color: white;
	font-weight: bold;
	text-align:center;
	line-height: 50px;
	height: 50px;
	width: 100%;
}

.lock{
	display: flex;
	position: fixed;
	justify-content: space-between;
	z-index: 99;
}

#topImage{
	width: 100%;
	text-align: center;
}

#topImage img {
	max-width: 100px;
}

#nickName{
	width: 100%;
	text-align: center;
}

#point_content{
	width: 100%;
	text-align: center;
}

#point {
	font-size: 1.5em;
	font-weight: bold;
	color: #e50012;
}

.btn_1 {
	width:50%;
}

.btn_2 {
	width:70%;
}
.wide {
	width:100%;
}

#point_table {
	width: 95%;
	margin: auto;
	border-collapse: collapse;
//	border:1px solid #d8d8d8;
}
#point_table td {
	text-align: center;
	border:1px solid #d8d8d8;
	height: 35px;
}
#point_table th {
	text-align: center;
	border:1px solid #d8d8d8;
	background-color: #eeeeee;
	height: 35px;
}

.center {
	text-align: center;
}
.pad5{
	padding: 5px;
}

.pad8{
	padding: 8px;
}
.pad10{
	padding: 10px;
}
.pad15{
	padding: 15px;
}
.pad50{
	padding: 50px;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin-top: 0;
	margin-bottom: 0;
}
h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
	font-size:100%;
}



#contents {

}

.fclear { clear: both; }

.container { /* 一画面表示 */
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	position:  relative;
}
.container { /* 子要素を縦横中央 */
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-red {
	background-color: #e50012;
}
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #f5f5f5;
}
.test {
	border: 1px solid #000;
}

/* 子要素 */
.box {

}

/* スクロール */
.sorool-bot {
	position: absolute;
	bottom: 7%;
	left: 0px;
	right: 0px;
	z-index: 100;
	text-align: center;
}

/* スクロール */
.sorool-bot img{
	width: 14%;
}

/* 01画像のみ */
.tutorial01 {
	width: 100%;
}
/* 02画像とテキスト（上下） */
.tutorial02 {
	width: 100%;
	text-align: center;
}
.tutorial02-head {
	font-size: 150%;
	font-weight: 900;
	line-height: 1.6em;
	margin-bottom: 2%;
}
.tutorial02-text {
	font-size: 120%;
	line-height: 1.6em;
	margin-bottom: 2%;
}
.tutorial02-text2 {
	font-size: 80%;
	line-height: 1.6em;
	padding-top: 2%;
	margin-bottom: 2%;
}
.tutorial02-img {
	margin-bottom: 2%;
}
/* 03画像とテキスト（左右） */
.tutorial03 {
	width: 100%;
	text-align: left;
}
.tutorial03-left {
	width: 50%;
	float: left;
}
.tutorial03-right {
	width: 50%;
	float: left;
}
.tutorial03-text {
	font-size: 120%;
	line-height: 1.6em;
	padding: 0 10%;
}
.tutorial03-img {
	width: 90%;
	margin:auto;
}

.tutorial04 {
	text-align: center;
}
.tutorial04-head {
	font-size: 150%;
	font-weight: 900;
	line-height: 1.6em;
	margin-bottom: 10%;
}
.tutorial04-img {
	width: 50%;
	margin:auto;
}
.bt-area {
	margin-bottom: 10%;
}
.button01 {
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding:8px 20px 10px 20px;
    color:#333;
    background-color: #fff;
    border-radius: 25px;
}


