@charset "UTF-8";
/***!  Style Declaration  !***/

.grids{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:24px 0}.grids>div{background:#f9f9f9;border-radius:8px;padding:16px;border:1px solid #e0e0e0}.grids>div img{width:100%;height:auto;border-radius:6px;margin-bottom:12px}.grids>div h3{font-size:1.1em;margin:0 0 8px 0}.grids>div p{font-size:.95em;line-height:1.5;margin:0}@media (max-width:768px){.grids{grid-template-columns:1fr}}.more-fold{margin:12px 0}.more-fold>.mf-toggle{position:absolute;left:-9999px}.more-fold>.mf-body{display:none}.more-fold>.mf-toggle:checked~.mf-body{display:block}.more-fold>.mf-label{display:inline-block;cursor:pointer;font-size:.9em;color:#777;border-bottom:1px dotted #aaa;user-select:none}.more-fold>.mf-label:hover{color:#333}.more-fold>.mf-label::after{content:" \25BE"}.more-fold>.mf-toggle:checked~.mf-label::after{content:" \25B4"}
