.btn{align-items:center;background:#39b7ff;box-sizing:border-box;color:#111;display:block;display:flex;justify-content:center;max-width:100%;padding:12px;transition:.5s;width:fit-content}.btn:hover{background:#00a2ff}.btn[data-align=center]{margin:0 auto}.btn[data-align=left]{margin-right:auto}.btn[data-align=right]{margin-left:auto}.btn span{background-position:100%;background-repeat:no-repeat;display:inline-block}.btn span[data-icon=arrow-right]{background-image:url(https://www.nikkei-r.co.jp/hubfs/insight_analytics/common/ico_angle_right.svg);background-size:7px 11px;padding:0 15px 0 0}.btn span[data-icon=external]{background-image:url(https://www.nikkei-r.co.jp/hubfs/insight_analytics/common/ico_window.svg);background-size:9px 9px;padding:0 15px 0 0}.modal-content{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-moz-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-o-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-ms-box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}.modal{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:5}.modal-content{animation-duration:1s;animation-name:modalopen;background-color:#fff;left:50%;line-height:180%;max-height:calc(100% - 120px);overflow:auto;padding:60px 90px;position:absolute;top:50%;transform:translate(-50%,-50%);width:75%}@keyframes modalopen{0%{opacity:0}to{opacity:1}}.modalClose{border:1px solid #707070;box-sizing:border-box;display:block;font-size:14px;font-weight:700;margin:30px auto 0;max-width:350px;padding:12px;text-align:center}.modalClose:hover{cursor:pointer}