.system_price {
    
}
.system_price div {
    display: flex;
    justify-content: space-between;
    margin: 5px auto 10px auto;
    border-bottom: 1px dashed rgba(0,0,0,0.50);
}
.system_price div dt {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-size: 1.4em;
}
.system_price div dd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-size: 2em;
    line-height: 1.4em;
}
.flame_text_2 .system_price div dd {
  font-size: 1.6em;
  line-height: 1.4em;
}

.system_detail dt {
    text-align: left;
}
.system_detail dd {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(0,0,0,0.50);
}
.system_detail dd:last-child {
    border-bottom: none;
}
.system_detail dd ul {
    list-style:disc;
    margin-left: 20px;
}
.system_detail dd ul li a {
    display: block;
    margin-top: 10px;
}


.reason10 {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    border: 1px solid rgba(0,0,0,0.40);
    font-size: 1.2em;
}
.reason10 dt {
    background: rgba(200,200,200,0.70) ;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    padding: 10px;
    line-height: 1.4em;
    font-weight: 600;
}
.reason10 dd {
    padding: 10px;
    padding-left: 20px;
    background: rgba(255,255,255,0.70);
    border-bottom: 1px solid rgba(0,0,0,0.20);
    line-height: 1.4em;
}
.reason10 dd:last-child {
    border-bottom: none;
}

.banner2col {
    display: flex;
    width: 100%;
    max-width: 1000px;
    gap:20px;
    margin: 10px auto;
}
.banner2col li {
    width: 49%;
}
.banner2col li a img {
    width: 100%;
    height: auto;
}

.access_box {
    
}
.access_box p {
    width: 96%;
    max-width: 750px;
    margin: 10px auto 10px auto;
    padding: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    background: rgba(255,255,255,0.80);
    border: #4D4D4D;
}
.access_img {
    display: block;
    width: 96%;
    max-width: 750px;
    margin: 10px auto 0 auto;
    height: auto;
}

.magazine_text {
    width: 96%;
    max-width: 1000px;
    margin: 10px auto 10px auto;
    padding: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    background: rgba(255,255,255,0.80);
    border: #4D4D4D;
}

