@charset "utf-8";
/* CSS Document */

#satellite-image-data li{
    margin: 0;
    line-height: 1.6;
}
.theme-section h2:first-child{
	margin-top: 30px;
}
.pro h2{
    margin-top: 30px;
}
.sid-menu{
    border: 5px solid #b3d4fc;
    padding: 30px;
}
.theme-main_inner .pro .sid-menu h3{
    border-bottom: none;
    color: #5b9bd5;
}
.advantage-list{
    background-color: #dae3f3;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    margin-left: 20px;
}
.advantage-list ul{
    margin: 0 0 0 20px;
}
.note{
	padding-left: 2em;
    line-height: 1.6;
}
.ls-none{
    list-style: none;
}
figcaption{
    text-align: center;
}
dl{
    margin: 0;
}
.merit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff2cc;
    padding: 10px;
}
.demerit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #dae3f3;
    padding: 10px;
}
.merit dt,.demerit dt{
    display: block;
    width: 10%;
}
.merit dd,.demerit dd{
    display: block;
    width: 90%;
}
.merit dd ul,.demerit dd ul{
    margin: 0;
}
tbody th{
    background-color: #5b9bd5;
    color: #fff;
    vertical-align:middle;
}
td:nth-child(1){
    vertical-align:middle;
}
tr:nth-child(even){
    background-color: #d2deef;
}
tr:nth-child(odd){
    background-color: #eaeff7;
}
td{
    border: 1px solid #fff;
}
#sid-04 table ul{
    margin: 0 0 0 0.5em;
}
#sid-04 th:nth-child(1){
    width: 12%;
}
#sid-04 th:nth-child(2){
    width: 25%;
}
#sid-04 td:nth-child(1){
    vertical-align:middle;
}


#sid-06,#sid-07{
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px;
}
#sid-06 h3,#sid-07 h3{
    margin: 0;
    border-bottom: none;
}
.case{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.case span{
    display: block;
    background-color: #ffc000;
    margin-right: 10px;
    padding: 10px 20px;
    vertical-align:middle;
    font-weight: bold;
}

@media (min-width: 1200px) {
.theme-section h2:first-child{
	margin-top: 80px;
}
.pro h2{
    margin-top: 80px;
}
.sid-menu{
    font-size: 2rem;
}
.sid-col2-wrap{
	display: flex;
	gap: 2%;
}
.sid-w30{
	width: 30%;
}
.sid-w40{
	width: 40%;
}
.sid-w50{
	width: 50%;
}
.sid-w60{
	width: 60%;
}
.sid-w70{
	width: 70%;
}
#sid-06,#sid-07{
    margin-top: 80px;
}
}
@media (max-width: 920px) {
    .tbl-change th{
      display: none;
    }
    .tbl-change tr {
      width: 100%;
    }
    .tbl-change td {
      display: block;
      width: 100%;
    }
    .tbl-change td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      margin-right: 10px;
    }
}