@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

body {
    margin: 0px;
    height: 0px;
}

h1 {
    position: relative;
    font-family:'Noto Sans JP', sans-serif;
    font-size:15px;
    line-height:52px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: -370px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;

}

h2 {
    font-family:'Noto Sans JP', sans-serif;
    font-size:13px;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 110px;
    color: rgb(0, 0, 0);
}

h3 {
    font-family:'Noto Sans JP', sans-serif;
    font-size:13px;
    margin-top: 20px;
    color: rgb(0, 200, 255);
    border-bottom: 2px solid rgb(0, 200, 255);
    display: inline-block;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
}

.line {
    position: absolute;
    margin-top: -10px;
    margin-bottom: 0px;
    margin-left: 100px;
}

.icon1 {
    position: absolute;
    margin-top: 35px;
    margin-left: 5px;
}

.icon2 {
    position: absolute;
    margin-top: 35px;
    margin-left: 5px;
}

.title {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.next {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 100px;
}
    
span {
 
    background-color: rgb(255, 251, 0);
 
}        