.splash-index2{
    margin-top:45px;
    padding-top:16px;
    padding-bottom:46px;

}
.splash-index2 .text{
    color:#95919D;
    margin-top: 3px;
	line-height:1.5;
	font-size:20px
}
.splash-index2 .top-text{
    color:#22CDFF;
	font-weight: 900;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}
.splash-index2 h1{
    color:#ffffff;
    margin-top:45px;
    margin-bottom:5px;
}
.splash-index2 h2{
    color:#ffffff;
    font-size: 42px;
    line-height: 52px;
    margin-top:0;
    margin-bottom:5px;
}
.splash-index2 .btn-group{margin-top:25px; text-align: center}

.splash-index2 .image{
    margin-top:40px;
}
.splash-index2 .footnote{
    margin-top:27px;
    font-size:15px;
	line-height:1.40;
    color:#7F7B89;
}
.splash-index2 .footnote a{
    color:#118D7D;
}
.splash-index2 .footnote a:hover{
    text-decoration:underline;
}

.splash-index2 .text2{
	margin-top:30px;
	color:#7F7B89
}
.splash-index2 .text2 a{
	color:#118D7D
}

.splash-index2 .alert-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 148%;
    margin-top: 42px;
    color: #FFCC00;
    display: inline-flex;
    align-items: center;
}
.splash-index2 .alert-text.text-center{
    justify-content: center;
}
.splash-index2 .alert-text .alert-icon{
    margin-right: 8px;
    display: inline-flex;
}

@media (max-width: 767px) {
    .splash-index2 .btn-group {
        display: block;
        text-align: center
    }
    .splash-index2 .btn-group .button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
	.splash-index2 h1 {
        margin-top: 25px;
   }
   .splash-index2 h2{
       font-size: 36px;
       line-height: 44px;
       margin-bottom: 8px;
   }
   .splash-index2 .alert-text{
    flex-direction: column;
   }
    .splash-index2 .alert-text .alert-icon{
        margin-right: 0;
        margin-bottom: 11px;
    }
}