body {
margin: 0;
padding:0;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
background: #C6F3FF;	
}
.main_cont{
width: 80%;
margin: 10px auto 40px;
}
.logomini{
display: flex;
justify-content: flex-start;
}
.logomini img{
width: 30%;
}
span.aks {
display: inline-block;
}
.adminbox{
width: 80%;
margin: 0 auto;
}
.btn_box{
display: flex;
justify-content: center;
margin: 30px auto;
}
.flex33{
width: 33%;
margin: auto;
}
.link_btn01{
    width: 90%;
border-radius: 30px;
font-size: 140%;
font-weight: bold;
border: 1px solid#D0FBF7;
margin: 5px;
background: #FFFFFF;
cursor: pointer;
position: relative;
transition: 0.5s;
box-shadow: 0px 2px 2px 0px rgba(11,184,247,0.30), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
}
.link_btn01{
color: #0AB8C1; 
padding: 12px 50px 12px 20px;
display: inline-block;
}
.link_btn01::before {
border-right: 3px solid #0AB8C1;
border-top: 3px solid #0AB8C1;
bottom: 0;
content: "";
height: 10px;
margin: auto;
position: absolute;
right: 20px;
top: 0;
transform: rotate(45deg);
transition: right .5s; 
width: 10px;
}
.link_btn01:hover{
opacity: 0.9;
background: #EDF086;
}
.link_btn01:hover::before {
right: 10px;
border-right: 3px solid #00AB13;
border-top: 3px solid #00AB13;
}
h1 {
font-size: 140%;
padding: 15px 20px;
font-weight: bold;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 7px 13px -3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
color: #ffffff;
background: #0AB8C1;
border-radius: 20px;
width: 90%;
}
h1:before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url("./img/mame01.png");
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
margin-right: 8px;
}
h3 {
position: relative;
background: #DCF79A;
padding: 10px 0 10px 2.4em;
font-size: 130%;
color: #0B6700;
border-radius:20px;
text-align: left;
font-weight: bold;
}
h3:before {	
font-family: "Font Awesome 5 Free";	content: "\f118";	display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #0B6700;
font-weight: 900;
width: 40px;
text-align: center;
height: 40px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
border-bottom: solid 2px #437E62;
}
.box_btn{
width: 80%;
margin: auto;
}
