main { background: #f8f9fd; padding: 3rem 0; min-height: calc(100vh - 5.6rem);}
.top-inner {
    padding: 0 1.5rem;
}
.top-inner h2 { font-weight: 600; font-size: 2.2rem; margin-bottom: 1.5rem;}

.other_list { position: relative; padding: 0 1.5rem; }
.other_list .inner { position: absolute; top: 0; left: 0; width: calc(100vw - 3rem); border: 1px solid #5cc3c8; border-radius: .5rem; background: #e0f2f2; padding: 1.5rem; z-index: 10;}
.other_list .inner p { display: flex; align-items: center; gap: 1rem; font-size: 1.6rem; font-weight: 600; position: relative;}
.other_list .inner p:after { content: '▼'; position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%);}
.other_list .inner p.on:after { content: '▲'; }
.other_list .inner p img { width: 2rem;}
.other_list .inner ul { max-height: 0; overflow: scroll;}
.other_list .inner p.on + ul { max-height: 12rem;margin-top: 1.5rem; }
.other_list .inner ul li a { margin: 1rem auto; font-weight: 600; border-radius: .5rem; display: flex; justify-content: space-between; align-items: center; background: #fff; padding: 1.2rem 1.5rem; font-size: 1.6rem;}
.other_list .inner ul li:nth-last-child(1) a { margin-bottom: 0;}
.other_list .inner ul li a span { color: #8b93a5;font-size: 1.4rem; }

.contents_wrap { padding: 7rem 0rem;}
.contents_wrap h2 { font-weight: 600;    font-size: 2.2rem;    color: #6f554d;    margin-bottom: 1.5rem;}
.contents_wrap .box { padding: 2rem 1.5rem; margin: 1.5rem; background: #fff; border-radius: 1.5rem; box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;}
.contents_wrap .box .title { font-size: 2rem; font-weight: 600; line-height: 1.3; margin-bottom: 1rem;}
.contents_wrap .box .title:before { content: ''; display: inline-block; width: 0.7rem; height: 0.7rem; background: #fff; border-radius: 50%; border: 3px solid #43bfc1; margin-right: .8rem; margin-left: 0.5rem;}
.contents_wrap .box .subtitle { font-size: 1.6rem; line-height: 1.3; font-weight: 600; margin: 1.5rem 0 0.3rem;}
.contents_wrap .box .con {  font-size: 1.6rem;    line-height: 1.3;}
.contents_wrap .box .con a { word-break: break-all; line-height: 1.5; font-size: 1.6rem;font-weight: 600; background: #fbf5f5; padding: 0.3rem 1rem; border-radius: 0.5rem;}
.contents_wrap .box .point3 {  font-size: 1.6rem; line-height: 1.3; font-weight: 600; }
.contents_wrap .box img { width: 100%;}