@charset "utf-8";

/* Produstshower Document */

.aqur {width:100%;overflow: hidden;overflow-y:auto;margin:0;}
.aqur table {width:100%;min-width:max-content;border:0; border-collapse:collapse;margin-top:1.5em;table-layout: fixed;}
.aqur table td {vertical-align:middle;border:1px solid #d7e1f1; padding:.5em;text-align:center;color:#555;}
.aqur strong {color:#252525;}
.aqur li {list-style:disc outside;margin-left: 2em;margin-bottom: .5em;color:#606060;line-height: 1.5;}
.aqur ul {display:flex;}
.aqur ul li {list-style: none;flex:0 1 auto;margin-left:6px;}
.aqur ul li:nth-child(1) {white-space:nowrap;color:#252525;font-weight: 600;}
.aqur p {line-height:1.75;font-size:1rem;color:#606060;margin-top:2em;}
.aaa {overflow-y: auto;height: 380px;}

.belly {width:100%;overflow-y:auto;margin:0 auto;margin-top:3%;}
.belly h4 {font-size:1.25rem;color:#252525;}
.belly h4::after {content: "";display:block;width:100%;height: 0;border-bottom: 2px dotted #f0f0f0;margin-top:.5em;margin-bottom: 1em;}
.belly table {width:100%;min-width:max-content;border:2px solid #252525; border-collapse:collapse; }
.belly table td {vertical-align:middle;border:1px solid #d7e1f1; padding:.5em;text-align:center;}
.belly table tr td:nth-child(2n+1) {background:#ededed;}
.belly table tr td:nth-child(1) {background:#900;color:#fff;}

@media (max-width: 1028px) {
    .aqur ul {flex-wrap: wrap;}
    .aqur ul li:nth-child(1) {flex:0 1 100%;}
}
@media (max-width: 768px) {
    .aqur table td {font-size:0.8em;}
    .aaa {height:auto;}
    .belly h4 {font-size:1rem;}
    .belly table td {font-size: .8em;}
}


/* jobc Document */

.zp {display:flex;justify-content: space-around;align-items:center;margin:2em 0;}
.zp>div {flex:0 1 48%;}
.zp>div:nth-child(1) {border-right:1px solid #ededed;margin-right:4%;}
.zp>div p {padding:1em;line-height:1.75;font-size:1.125rem;color:#868686;}
.zp>div p strong {color:#252525;}
@media (max-width: 1028px) {
    .zp {margin: 1em 0;}
    .zp>div p {font-size:1rem;}
}
@media (max-width: 768px) {
    .zp {flex-wrap:wrap;}
    .zp>div {flex:0 1 100%;margin-right:0;padding:0 .5em;}
    .zp>div:nth-child(1) {border-right:0;}
    .zp>div p {padding:0;line-height:1.5;font-size:.8rem;}
}


/* newshower Document */
.newsshow_bom .gm {max-width: 900px;}
.newsshow_l>div {width:840px;max-width:100%;margin:2em auto;line-height:1.75;font-size:1rem;color:#666;text-align: justify;}
.newsshow_l>div img {max-width:100%;margin: auto;}
@media (max-width: 768px) {
    .newsshow_l>div {line-height:1.5;font-size:14px;}
}