@charset "utf-8";.sec-cont{section.user_select_none{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}.card_wrap{gap:40px;margin:30px 10px;}div.card{max-width:500px;display:flex;flex-direction:column;justify-content:space-between;background-image:linear-gradient(0deg, #fff, #e4dceb);margin:0 auto;}@media screen and (min-width:768px), print{div.card{margin:0;max-width:none;width:calc(50% - 20px);}}.card div.img-flexwrap{padding:10px;.imgbox{text-align:center;margin-bottom:20px;@media screen and (min-width:768px), print{margin-top:20px;}img{width:160px;border-radius:50%;}}}@media screen and (min-width:500px), print{.card div.img-flexwrap{display:flex;gap:20px;}}.card dl dt{font-size:1.2em !important;font-weight:bold;border-bottom:dotted 1px #3e1761 !important;}@media screen and (min-width:768px), print{.card dl dt{font-size:1.4em !important;}}.flex-shrink-0{flex-shrink:0;}a.card_btn{display:block;text-align:center;padding:15px 15px;background:#3e1761;color:#fff;position:relative;font-size:1.3em;text-decoration:none;}@media screen and (min-width:768px), print{a.card_btn{padding:20px 30px;}}a.card_btn:hover{background:#3e1761;color:#fff;}a.card_btn::after{content:"";width:0.85em;height:0.85em;color:#fff;border:0.15em solid currentColor;border-left:0;border-bottom:0;transform:rotate(45deg);transform-origin:top right;position:absolute;top:50%;right:2em;box-sizing:border-box;transition:0.3s;}a.card_btn:hover::after{right:1.5em;}}