@charset “UTF-8”;
body{
}

h1{
font-size: 26px;

}
h2{
font-size: 22px;
}

span{
font-family: "Meiyo" , system-ui;
font-size: 16px;
font-weight: bold;
color: red;
padding-left: 20px;
}

sup{
font-size: 12px;
}
.bl{
color: blue
}
.box1{
font-family: "Meiyo" , system-ui;
font-size: 18px;
font-weight: normal;
border: solid rgb(10,150,50) 2px;
border-radius: 15px;
}
.box2{
font-family: "Meiyo" , system-ui;
font-size: 18px;
font-weight: normal;
border: solid rgb(240,160,10) 2px;
border-radius: 15px;
margin-left: 0px;
padding-left: 0px;
}
.tab1{
text-align: right;
font-weight: normal;
margin-right: 50px;
}
.tab2{
position: relative;
left: 45px;
line-height: 150%;
}
.tab3{
text-align: left;
}

.tab-b{
margin-left: 30px;
margin-right: 30px;
overflow-wrap: normal;
}

.lh{
line-height: 50%;
}
.uline{
text-decoration: underline;
color: green;
}
