@import url(sanitize.css);

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: auto;
    width: 70%;

}


.image_ba {
    width: 100px;
    height: 100px;
}

.image-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-box img {
    display: block;
    width: 50%;
    height: 50%;
    margin: auto 0;
} 

.image-rdm{
    width: 5px;
    height: 5px;
}

.title_1st {
    font-size: 24px;
    background-color: #70AD47;
    color: #ffffff;
    clear: both;
    text-align: center;
}

.title_2nd {
    font-size: 24px;
    background-color: #4472C4;
    color: #ffffff;
    clear: both;
    margin-top: 50px;
    text-align: center;
}

.title_3rd {
    font-size: 24px;
    background-color: #ED7D31;
    color: #ffffff;
    clear: both;
}

.outline{
    font-size: 16px;
    margin:10px;
    clear: both;
}

.description-container{
    display: flex;
    justify-content: center;
    gap: 5px;



    /*width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    text-align: center;*/
}



figure.description-detail{
    text-align: center;
    /*height: 400px;*/
    width: 20%;
    height: 100%;
    float: left;
    border: solid #d1d1d1;
    border-width: 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.5;
}

.description-detail-image {
    height:80%;
    width: 80%;
    padding-bottom: 5px;
}

.attention {
    float: left;
    background-color: #d9f5da; 
    margin-left: 10px;
}

.attention-detail{
    height: 400px;
    border: solid #d1d1d1;
    width: 200px;
    text-align: center;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:10px;
    margin-right: 10px;
    border-width: 1px;
}

.attention.attention-detail.p1{
    padding-left: 10px;
    padding-right :10px;
    font-size: 8px;
}

figcaption{
    padding-left: 20px;
    padding-right :20px;
    font-size: 10px;
}


img.image_rdm{
    height:30%;
    width: 30%;
}

.description-rdm {
    font-size: 16px;
    margin: 20px;
    clear: both;
}

.sub-title {
    font-size: 20px;
    margin:20px;
    clear: both;
}

.subsub-title {
    font-size: 20px;
    margin:20px;
    clear: both;
    text-decoration-line: underline;
}

li {
    margin: 0 5%;
}

/*
.list200 ul {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
}

.list200 ul li {
  position:relative;
  padding: 0.3em 0 0.3em 1.8em;
  line-height: 1.5;
}

.list200 ul li:before {
  position: relative;
  content:''; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #ee8992;
  top: 8px;
  left : 0.5em;
}*/

