@charset "utf-8";




.shikkan_list_box{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 8px 0px;
font-size: 90%;
line-height: 1.2;
align-items: center;
border-radius: 10px;overflow: hidden;
color: #111;
//border: 1px solid red;		box-sizing: border-box;
}

.shikkan_left{
width:40%;				font-weight: 700;
text-align: center;		height: 100px;
padding-top: 30px;		padding-left: 10px;
background-color: #eee;
margin: 0 auto;
}

.shikkan_right{
width:50.0%;
height: 100px;			font-size: 70%;
padding-top: 18px;    padding-left: 10px;
text-align: center;
background-color: #eee;
}

.shikkan_right  span{font-size: 200%;  color:blue;}


.shikkan_right_two_line{
width:55.25%;
height: 60px;
padding-top: 8px;       padding-left: 10px;
background-color: honeydew;
}



@media screen and (max-width: 800px) {
  .shikkan_left, .shikkan_right, .shikkan_right_two_line{
    width:100%; text-align: center;
  }
}