*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: system-ui;
}
a{
	text-decoration: none;
	color: unset;
}
/********************/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	float: left;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
header .header-1 section{
	width: 20%;
	float: left;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
}
header .header-1 section img{
	width: 100%;
	height: 5vw;
	margin: auto;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
}
header .header-1 section h1 span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 1.1vw;
	letter-spacing: 0.4vw;
	font-weight: lighter;
	color: ;
}
header .header-1 section h1 strong{
	width: 100%;
	float: left;
	line-height: 2.5vw;
	font-family: system-ui;
	font-size: 3vw;
	color: ;
}
header .header-1 .ul-1{
	width: 10%;
	margin-top: 2%;
	float: right;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	list-style: none;
	text-align: right;
	cursor: pointer;
}
header .header-1 .ul-2{
	width: 15%;
	height: 100%;
	padding: 5%;
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}
header .header-1 .ul-2 li{
	width: 100%;
	padding-bottom: 12%;
	margin-bottom: 12%;
	float: left;
	border-bottom: 1px solid gray;
	list-style: none;
	text-align: center;
	font-family: system-ui;
	font-size: 1.3vw;
	font-weight: lighter;
}
header .header-1 .ul-2 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-2 i{
	width: auto;
	margin-top: 25%;
	margin-left: calc((100% - 3vw) / 2);
	float: left;
	font-size: 3vw;
}

/********************/
.sartins{
	width: 20%;
	height: 30vw;
	padding: 3%;
	margin-top: 7%;
	margin-left: 10%;
	float: left;
	display: grid;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.sartins button{
	width: 10vw;
	height: 10vw;
	margin: auto;
	background-color: darkred;
	border: none;
	border-radius: 100vw;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	font-size: 1.3vw;
	color: rgba(255, 255, 255, 1.0);
}
.error{
	width: 100%;
	margin-bottom: 10%;
	float: left;
	display: grid;
	grid-template-columns: 20% 80%;
}
.error i{
	width: 100%;
	margin: auto;
	font-size: 3vw;
	color: red;
}
.error p{
	width: 100%;
	margin: auto;
}
.error p strong{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px dashed red;
	font-size: 1.3vw;
}
.error p span{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	font-size: 1vw;
}


.list{
	width: 50%;
	margin-top: 7%;
	margin-left: 5%;
	float: left;
}
.list h2{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	font-size: 3vw;
	font-weight: lighter;
}
.list li{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	list-style: none;
	display: grid;
	grid-template-columns: 20% 80%;
}
.list li i{
	width: 100%;
	margin: auto;
	font-size: 3vw;
}
.list li p{
	width: 100%;
	margin: auto;
}
.list li p strong{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px dashed gray;
	font-size: 1.3vw;
}
.list li p span{
	width: 100%;
	float: left;
	font-size: 1.1vw;
}

/**********Box*********/
.form{
	width: 100%;
	padding-bottom: 5%;
	float: left;
}
.box{
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	float: left;
}
.box h2{
	width: 100%;
	float: left;
	font-size: 3vw;
	font-weight: lighter;
	color: darkred;
}
.box div{
	width: 100%;
	margin-top: 2%;
	float: left;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10%;
}
.box div label{
	width: 100%;
	margin: auto;
	margin-bottom: 10%;
}
.box div label span{
	width: 100%;
	float: left;
	font-size: 1.2vw;
}
.box div .lab-1 input,
.box div .lab-1 select{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 1vw;
}
.box div .lab-2 input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: none;
	outline: none;
	font-size: 1vw;
}
.box div .lab-3{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10%;
}
.box div .lab-3 span{
	grid-column-start: 1;
	grid-column-end: 3;
}
.box div .lab-3 label{
	width: 90%;
	padding: 5% 8%;
	border: 1px solid rgba(0, 0, 0, 1.0);
	border-radius: 100px;
}
.box div .lab-3 label small{
	width: auto;
	float: left;
}
.box div .lab-3 label input{
	width: auto;
	float: right;
}
.regist{
	width: 20%;
	padding: 1%;
	margin-top: 3%;
	margin-right: 5%;
	background-color: darkred;
	float: right;
	border: none;
	border-radius: 100px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	font-size: 1.2vw;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
}






























/***************650px***************/
@media only screen and (max-width: 650px) {

header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	float: left;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
header .header-1 section{
	width: 35%;
	padding-bottom: 1%;
	float: left;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
}
header .header-1 section img{
	width: 100%;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
}
header .header-1 section h1 span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 3vw;
	letter-spacing: 0.45vw;
	font-weight: lighter;
	color: ;
}
header .header-1 section h1 strong{
	width: 100%;
	float: left;
	line-height: 2.5vw;
	font-family: system-ui;
	font-size: 6vw;
	letter-spacing: 0.3vw;
	color: ;
}
header .header-1 .ul-1{
	width: 10%;
	margin-top: 2%;
	float: right;
}
header .header-1 .ul-1 li{
	width: 100%;
	float: right;
	list-style: none;
	text-align: right;
	cursor: pointer;
	font-size: 6vw;
}
header .header-1 .ul-1 li:nth-child(1){
	display: none;
}
header .header-1 .ul-1 li:nth-child(2){
	display: none;
}
header .header-1 .ul-2{
	width: 70%;
	height: 100%;
	padding: 7%;
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}
header .header-1 .ul-2 li{
	width: 100%;
	padding-bottom: 7%;
	margin-bottom: 7%;
	float: left;
	border-bottom: 1px solid gray;
	list-style: none;
	text-align: center;
	font-family: system-ui;
	font-size: 5vw;
	font-weight: lighter;
}
header .header-1 .ul-2 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-2 i{
	width: auto;
	margin-top: 25%;
	margin-left: calc((100% - 3vw) / 2);
	float: left;
	font-size: 7vw;
}






/********************/
.sartins{
	width: 70%;
	height: 50vw;
	padding: 5%;
	margin-top: 7%;
	margin-left: 10%;
	float: left;
	display: grid;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.sartins button{
	width: 30vw;
	height: 30vw;
	margin: auto;
	background-color: darkred;
	border: none;
	border-radius: 100vw;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	font-size: 3.5vw;
	color: rgba(255, 255, 255, 1.0);
}
.error{
	width: 100%;
	margin-bottom: 10%;
	float: left;
	display: grid;
	grid-template-columns: 20% 80%;
}
.error i{
	width: 100%;
	margin: auto;
	font-size: 5vw;
	color: red;
}
.error p{
	width: 100%;
	margin: auto;
}
.error p strong{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px dashed red;
	font-size: 3.5vw;
}
.error p span{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	font-size: 2.5vw;
}


.list{
	width: 80%;
	margin-top: 7%;
	margin-left: 10%;
	float: left;
}
.list h2{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	font-size: 6vw;
	font-weight: lighter;
}
.list li{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	list-style: none;
	display: grid;
	grid-template-columns: 15% 85%;
}
.list li i{
	width: 100%;
	margin: auto;
	font-size: 6vw;
}
.list li p{
	width: 100%;
	margin: auto;
}
.list li p strong{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px dashed gray;
	font-size: 3.5vw;
}
.list li p span{
	width: 100%;
	float: left;
	font-size: 2.5vw;
}

/**********Box*********/
.form{
	width: 100%;
	padding-bottom: 5%;
	float: left;
}
.box{
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	float: left;
}
.box h2{
	width: 100%;
	float: left;
	font-size: 6vw;
	font-weight: lighter;
	color: darkred;
}
.box div{
	width: 100%;
	margin-top: 2%;
	float: left;
	display: unset;
}
.box div label{
	width: 100%;
	margin: auto;
	margin-bottom: 10%;
	float: left;
}
.box div label span{
	width: 100%;
	float: left;
	font-size: 4vw;
}
.box div .lab-1 input,
.box div .lab-1 select{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 3vw;
}
.box div .lab-2 input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 3vw;
}
.box div .lab-3{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10%;
}
.box div .lab-3 span{
	grid-column-start: 1;
	grid-column-end: 3;
}
.box div .lab-3 label{
	width: 90%;
	padding: 5% 5%;
	border: 1px solid rgba(0, 0, 0, 1.0);
	border-radius: 100px;
}
.box div .lab-3 label small{
	width: auto;
	float: left;
}
.box div .lab-3 label input{
	width: auto;
	float: right;
}
.regist{
	width: 50%;
	padding: 3%;
	margin-top: 3%;
	margin-right: 25%;
	background-color: darkred;
	float: right;
	border: none;
	border-radius: 100px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	font-size: 4vw;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
}


}


