@charset "utf-8";

.doc-tit {font-size:var(--font-size-30); font-weight:600; letter-spacing:-.03em; line-height:1.47em; color:#242424;}

.greeting {display:flex; margin-top:60px;}
.greeting .head {width:505px;}
.greeting .head .tt {margin-bottom:30px;font-weight:700; letter-spacing:.6em; line-height:1.4em; color:var(--color-primary);}
.greeting .cnt {flex:1 1 auto; min-width:0; width:1%;}
.greeting .cnt p:not(:last-child) {margin-bottom:24px;}

.gray-box {padding:45px 30px; text-align:center; background:#f7f7f7; border-radius:40px 0 40px 0;}
.gray-box .doc-tit {margin-bottom:10px; font-weight:700;}

.doc-bar {width:1px; height:80px; background:#ddd; margin:40px auto;}

.ci-list ul {display:flex; justify-content:space-between;}
.ci-list ul li {width:calc(33.333% - 20px);}
 
