/* V2 */

/* Al GLOBAL */
.al-container {
	width: 100%;
	margin: 0 auto;
}


.al-con-container {
	width: 70%;
	margin: 0 auto;
}


@import url('../https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');


/*body {
  font-family: 'Noto Sans JP', sans-serif!important;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
  color: red;
}*/






/*.al-btn-orange:hover {
	opacity: 90;
}*/








/* UTILITY */

.al-bk {
	/*border: 1px solid black;*/
	box-sizing: border-box;
}

.al-bb {
	/*border: 1px solid blue;*/
	box-sizing: border-box;
}



.al-br {
	/*border: 1px solid red;*/
	box-sizing: border-box;
}



/* END Al GLOBAL */




/* Al HEADER */
.al-header {
	background-color: #f4f4f4;
	/*border: 1px solid red;*/
	position: relative;
	/*height: 150px;*/
}

.al-header .d1 {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: bold;
}


.al-header .d1a {
	padding-top: 20px;
	text-align: center;
	font-size: 37px;
	width: 270px;
	font-weight: 700;
	margin-bottom: -50px;
	/*position: relative;*/
	background-color: white;
	-webkit-box-shadow: -1px 7px 15px -2px rgba(0,0,0,0.41); 
	box-shadow: -1px 7px 15px -2px rgba(0,0,0,0.41);
}

.al-header .d1 p{
	padding: 0;
	margin: 0;
}

.al-header .d1a img {
	width: 80px;
	padding: 0;
	margin: 0;
}

.al-header .al-box {
	padding: 45px 0px;
	flex-grow: 1;
	text-align: center;
	width: 50px;
	border-right: #e6e6e6 1px solid;
}


.al-header .al-sign-up {
	background-color: #E6E6E6;
	color: black;
}
.al-header .al-sign-up a {	
	color: black;
}
.al-header .d1 .al-sign-up a:hover {
	text-decoration: none;
}
.al-header .al-login {
	background-color: #FCD44A;
}

.al-header .al-login a {	
	color: black;
}
.al-header .d1 .al-login a:hover {
	text-decoration: none;
}


.valz-profile-img {
	padding: 1% 0px;
	flex-grow: 1;
	text-align: center;
	width: 50px;
	border-right: #e6e6e6 1px solid;
}






/* END Al HEADER */



/* Al LANDING PAGE */
.al-land-page {
	border: 1px solid transparent;
	height: 600px;
	text-align: center;
	background-image: linear-gradient(
                      rgba(20,20,20, .5), 
                      rgba(20,20,20, .5)), 
					  url('../images/al-bg.jpeg');
	background-position: center center;
	background-size: cover;
}

.al-land-page .al-lp p{
	padding: 0;
	margin: 0;
	line-height: 100px;
	color: white;
}

.al-land-page a {
	text-decoration: none;
}

.al-land-page .al-lp .d1{
	font-size: 100px;
	font-weight: 500;
	/*border: 1px solid red;*/
	margin-top: 100px;
}

.al-land-page .al-lp .d2{
	font-size: 100px;
	font-weight: 500;
}

.al-land-page .al-lp .d3 {/*
	border: 1px solid red;*/
	margin: 0 auto;
	margin-top: 80px;
}

.al-btn-orange {
	background-color: #F18030;
	width: 350px;
	padding: 20px 0px;
}

.al-btn-orange:hover {
	/*opacity: 0.1000;*/
	background-color: #c26423;

}

.al-land-page .al-lp .d3 a{
	color: white;
	font-size: 30px;
	font-weight: 700;
}

/* END Al LANDING PAGE */



/* Al PROGRESS BAR */
.al-progress-bar {
	/*border: 1px solid red;*/
	margin-top: -50px;
}

.al-progress-bar .d1{
	text-align: center;
	background-color: #FCD44A;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 80%;
	margin: 0 auto;
	border-radius: 2px;
}

.al-progress-bar .d1 .d1a {
	font-size: 30px;
	font-weight: bold;
}

.al-progress-bar .d1 .d1b {
	width: 80%;
	margin: 0 auto;
}

.al-progress-bar .d1 .d1b .progress{
	border-radius: 25px;
}

.al-progress-bar .d1 .d1b .progress .progress-bar {
	border-radius: 25px;
	background-color: #EE5B3A;
}
.al-progress-bar .d1 .d1b .progress .progress-bar span {
	text-align: left;
	padding-left: 20px;
	font-size: 20px;
}

.al-progress-bar .d1 .d1b .progress {
	height: 40px;
	background-color: white;
}

.al-progress-bar .d1 .d1c .sp1 {
	font-size: 20px;
	padding-right: 10px;
}

.al-progress-bar .d1 .d1c .sp2 {
	font-size: 25px;
	font-weight: bold;
}


/* END Al PROGRESS BAR */

















