#player {
	position: absolute;
 	top:0;
 	width: 100%;
 	height: 100%;
 	background: #FFF;
 	z-index: 9999999999;
}
body{
    font-family:"BIZ UDPゴシック", "BIZ UDGothic", 'Open Sans', sans-serif !important;
    overflow-x: auto;
}
img{
    image-rendering: -webkit-optimize-contrast !important;
}
.top-image{
    width: 100%;
    margin-bottom: -25%;
}
.top-sp-image{
    width: 100%;
    display: none;
    margin-bottom: -25%;
}
.two-menus{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
/*     padding-top: 10rem; */
}
.menus{
    display: flex;
    justify-content: space-evenly;
}



.menu-login{
    position: relative;
    background-color: white;
    width: 47%;
    text-align: center;
    border: solid;
    border-color: #0C9FDB;
    border-width: 1px;
    box-shadow: 2px 2px 4px grey;
    min-width: 30rem;
}

.title > .robot{
    position: absolute;
    width: 9rem;
    bottom: -0.3rem;
    left: 0rem;
}

.menu-login > .title{
    text-align: center;
    background-color: #0C9FDB;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: solid;
    border-color: #0C9FDB;
    border-width: 1px;
    position: relative;
/*     border-top-left-radius: 15px; */
/*     border-top-right-radius: 15px; */
}

.menu-login > .sub-title{
    color: #0C9FDB;
    font-size: 1.3rem;
    font-weight: bold;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.menu-login > .contents{
	padding-bottom: 1rem;
	color: #3B3838
}
.userid{
    font-family:"BIZ UDPゴシック", "BIZ UDGothic", 'Open Sans', sans-serif !important;
	font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    border-radius: 10px;
}
.loginbutton {
    text-align: center;
    background-color: #0C9FDB;
	font-family:"BIZ UDPゴシック", "BIZ UDGothic", 'Open Sans', sans-serif !important;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px grey;
    width: 80%;
    cursor : pointer;
}
.menu-step{
    position: relative;
    background-color: white;
    width: 47%;
    text-align: center;
    border: solid;
    border-color: #1CBEAF;
    border-width: 1px;
    box-shadow: 2px 2px 4px grey;
    min-width: 30rem;
}

.title-step > .robot{
    position: absolute;
    width: 270px;
    bottom: -0.4rem;
    left: -6rem;
}
.menu-step > .title-step {
    text-align: center;
    background-color: #1CBEAF;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border: solid;
    border-color: #1CBEAF;
    border-width: 1px;
    position: relative;
/*     border-top-left-radius: 15px; */
/*     border-top-right-radius: 15px; */
}
.menu-step > .title-step > .title-strong{
    color: #FFFF00;
    font-size: 3.1rem;
}
.menu-step > .contents{
	padding-bottom: 1rem;
}
.two-steps{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
/*     padding-top: 10rem; */
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.steps{
    display: flex;
    justify-content: space-evenly;
}
.step{
    position: relative;
    width: 47%;
}
.step-self{
    width: 100%;
}
.step-guide{
    width: 100%;
}
.stepbutton {
    text-align: center;
    background-color: #1CBEAF;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px grey;
    width: 80%;
}
.stepbutton-txt {
	text-decoration:none;
	font-family:"BIZ UDPゴシック", "BIZ UDGothic", 'Open Sans', sans-serif !important;
	font-size: 1.5rem;
    color: white;
}
.menu-step > .robot-step{
    position: absolute;
    width: 7rem;
    bottom: 0rem;
    right: 0rem;
}

.menu-login > .contents #userId1 {
     width: 200px;
	color: #3B3838;
}

.menu-login > .contents #userId2 {
     width: 125px;
	color: #3B3838;
}
.top-image-area {

}
/* スマホ対応 */
@media screen and (max-width: 1024px) {
	.top-image-area {
	width: 100%;
	height: 220px;
	}
	.top-image {
	width: 100%;
    margin-bottom: -25%;
    object-position: center;
    object-fit: cover;
    height: 520px;
    }
	.title > .robot {
	    width: 7rem;
	}
	.menu-login {
	    width: 100%;
	    min-width: auto;
	    margin-bottom: 6rem;
	}
	.menu-login > .title {
	    font-size: 1.5rem;
	}
	.menu-login > .sub-title{
	    font-size: 0.9rem;
	}
	.menu-step {
	    width: 100%;
	    min-width: auto;
	}
	/* スマホ対応 */
	.menus{
	    flex-direction: column;
	}
	.menu-login {
	    width: 100%;
	    min-width: auto;
	}
	.sub-title {
	    font-size: 0.9rem;
	}
	.menu-login > .contents #userId1 {
	     width: 40%;
	}

	.menu-login > .contents #userId2 {
	     width: 17%;
	}
	.menu-login > .contents {
		font-size: 0.5rem;
	}
	.menu-step > .title-step {
	font-size: 1.8rem;
	}
	.menu-step > .title-step > .title-strong {
	font-size: 2.1rem;
	}
	.title-step > .robot {
	width: 11.5rem;
	left: auto;
	right: 0rem;
    top: -7.6rem;
	}
	.stepbutton {
	font-size: 1.1rem;
	}
	.menu-step > .robot-step {
	width: 5rem;
	}
}

